/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-Sep-2015, 13:38:33
    Author     : Ayyaz Hussain
*/

/* Generic FONTS, COLOURS & SIZES*/

/* PAGE */

/* HEADER */

/* LINKS */

#amend-survey-box #actions a {
    float:left;
    margin:10px;
}
#alerts-box .alert a {
    border-radius: 3px;
    cursor: pointer;
    padding: 3px 10px;
    color:#666;
    margin-bottom:2px;
}
#alerts-box .alert a:hover {
/*    background-color:#e8e8e8; */
}
#actions a:hover {
    color:inherit;
}
#toggle-bar {
    margin: 15px 0px;
    overflow: auto;
}
#toggle-bar li {
    float: left;
    padding: 4px 20px 0px 20px;
    list-style: none;
    border:solid 1px #0080af;
    margin-right:10px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
#toggle-bar li:hover {
    background-color:#009eda;
    cursor:pointer;
    color:#fff;
}
#toggle-bar li.selected {
    background-color:#009eda;
    color:#fff;

}
/* LISTS */
.ui-autocomplete li {
    list-style: none;
}
#alerts li {
    list-style:none;
    border:solid 1px #fff !important;
}
#alerts li:hover {
    border:solid 1px #aaa !important;
}
#alerts-box #alerts a {
    color:#324146;
    width:100%;
}
#user-administration-box #details li, #user-administration-box #title li {
    float:left;
    list-style: none;
}
#user-administration-box #details li.name, #user-administration-box #title li.name {
    width:200px;
}
#user-administration-box #details li.email, #user-administration-box #title li.email {
    width:300px;
}
#user-administration-box #details li.status, #user-administration-box #title li.status {
    width:70px;
}
#user-administration-box #details li.role, #user-administration-box #title li.role {
    width:130px;
}
#user-administration-box #title li {
    font-weight: bold;
    list-style: none;
}
#user-administration-box #details ul:hover {
    background-color: #f0f0f0;
}
#user-administration-box #details ul {
    color: #5f6e73;
    margin: 2px;
    overflow: auto;
    padding: 2px 4px 2px 10px;
    list-style: none;
}
.element li {
    list-style:none;
}
.ui-menu-item {
    overflow: auto;
}
.ui-autocomplete li.autocomplete-entry:hover {
    background-color:#f0f0f0;
}
.activity-logs #checkboxes li {
    list-style: none;
    float: left;
    font-size:20px;
    padding:5px 30px;
}

/* INPUTS, CHECKBOXES & RADIOBUTTONS */

/* BUTTONS */

#amend-survey-box #actions a.button {
    width:170px;
    height:100px;
}
.user-administration-button {
    float: left;
    padding: 0px 5px;
}
#new-supplier-button {
    float: left;
    font-size: 90%;
    margin-left: 10px;
}
#new-user-button {
    width:120px;
    float:left;
    text-align: center;
}
#button-bar a {
    margin-left: 2px;
}
#download-as-pdf {
    float: left;
    margin-bottom: 10px;
    overflow: auto;
    width: 200px;
}
#signout-button {
    float:right !important;
}

/* MISC */
#invite-box
, #amend-survey-box
, #user-administration-box
, #create-user-box {
    border-radius: 3px;
    box-shadow: 0 0 10px #999;
    clear: both;
    overflow: auto;
    margin-top:10px;
    border:solid 1px #0097ca;
}
#amend-survey-box #button-bar {
    clear:both;
}
#actions .row .hint {
    line-height: 1em;
    color:#999;
    margin-top:8px;
}
#invite-box {
    padding:10px;
}
#dashboard-box #top-button-bar {
    margin-bottom: 10px;
}
#link-box, #survey-stats {
    clear:both;
    overflow: auto;
}
#link-box a:hover {
    background: -webkit-linear-gradient(top, #efefef, #aaa); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #efefef, #aaa); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #efefef, #aaa); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, #efefef, #aaa); /* Standard syntax */        
    box-shadow: 0px 0px 2px #999;
}
.a-link, .stat {
border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    float: left;
    height: 70px;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 100px;
    font-size:85%;
}
.stat .label {
    font-size:16px;
}
.stat .number {
    font-size:48px;
}
#alerts-box .alert {
    position:relative;
    margin-bottom:2px;
    
}

#alerts-box #survey-flag-count, #alerts-box #survey-alert-count {
    font-family: arial black;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    left: 6px;
    top: 8px;
    width:10px;
    text-align: center;
}
#alerts-box #survey-flag-count {
    left:36px;
    top:3px;
    color:#f0f0f0;
}
#alerts-box img {
    margin-bottom: -4px;
}
#alerts-box {
    padding:0 10px;
    position:relative;
}
#alerts {
    padding:10px;
    margin: 10px 0px 0px 0px;
}
.autocomplete-entry .contact {
    font-size:80%;
}
.autocomplete-entry .status {
color: #999;
    float: left;
    font-size: 80%;
    margin-right: 20px;
}
.autocomplete-entry .name {
}
.autocomplete-entry a {
    font-family: HelveticaNeueULt,Verdana,sans-serif;
    font-size:20px;
    color:#595959;
}
.autocomplete-entry {
    background-color: #fafafa;
    border: 1px solid #aab4b9;
    border-radius: 5px;
    list-style: outside none none !important;
    margin: 2px 0 !important;
    padding: 5px !important;
}
.ui-autocomplete {
    border:none !important;
}
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}
 
/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
* html .ui-autocomplete {
    height: 250px;
}
#amend-survey {
    margin:20px;
}
#amend-survey-box .details {
    margin-top: 20px;
}
#amend-survey-box .details .textlabel {
    width:155px;
    font-size:80%;
    float:none;
}
#amend-survey-box .details label.hint {
    margin-left: 50px;
}
#amend-survey-box #actions {
    margin-top: 20px;
    margin-right:5px;
    overflow: auto;  
    clear:both;
}
#user-administration-box {
    padding-left:0;
    padding-right:0;
    font-size:85%;
}
#user-administration-box #heading {
    background-color: #0097CA;
    border-bottom: 3px solid #0088ca;
    border-radius: 3px 3px 0 0;
    color:#fff;
    padding:6px 10px 0px;
}
#user-administration-box #heading {
    font-size: 110%;
}
#invite-a-supplier, #user-administration {
    padding:10px;
}
#amend-survey-box #actions a:hover {
    box-shadow: 0px 0px 2px #0088ca;
}
 #amend-survey-box #actions a.button .title {
    font-size: 24px;
    text-align: center;
}
#amend-survey-box #actions a.button .description {
font-size: 14px;
    line-height: 1em;
    margin-top: 2px;
    text-align: center;
    font-style: italic;
}
#user-administration-box #title {
    color: #5f6e73;
    margin: 2px;
    overflow: auto;
    padding: 2px 4px 2px 10px;
    border-bottom:solid 1px #aab4b9;
}
#invite-box .row, #questions-box .row {
    margin:5px 0;
}
.button-col {
    width:inherit;
}
.button-detail-col {
    width:75%;
}
#amend-a-supplier .col, #user-administration .col {
    float:left;
    width:49%;
}
#amend-a-supplier .row, #user-administration .row {
    margin-bottom: 10px;
}
.element {
    margin:3px 5px;
    float:left;
    text-align:left;
}
.element .label {
    color:inherit;
    border-bottom:solid 1px #aab4b9;
    font-size:75%;
}
#amend-survey-box fieldset {
    border:solid 1px #0097ca;
    border-radius: 3px;
    margin-bottom: 10px;
}
#amend-survey-box fieldset legend {
    color:#0097ca;
    font-weight: bold;
}
#show-activity-for_box {
    font-size:20px;
    overflow:auto;
}
#show-activity-for_box li {
    border: 1px solid #0080af;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    padding: 4px 0 6px;
    text-align: center;
    width: 48%;
    list-style: none;
    cursor:pointer;
}
#show-activity-for_box li:hover {
    background-color: #0080af;
    color:#fff;
}
#show-activity-for_box li.selected {
    background-color: #009eda;
    color:#fff;
}
.activity-logs {
    border:solid 1px #0080af;
    clear:both;
    overflow: auto;
    min-height: 5px;
    border-radius: 3px;
    margin-top: 10px;
    display:none;
}
.activity-logs #filters, .activity-logs .list-of-logs {
    margin:10px;
    border-radius: 3px;
    border:solid 1px #ccc;
}
.activity-logs .list-of-logs {
    display:none;
    padding:10px;
    overflow: auto;
}
.list-of-logs li {
    margin-left: 10px;
    font-size:14px;
}
.list-of-logs li.logType_Login {
}
.list-of-logs li.logType_Debug {
}
.list-of-logs li.logType_Notice {
    color:#ccc;
}
.list-of-logs li.logType_Information {
}
.list-of-logs li.logType_5 {
}
.list-of-logs li.logType_Warning {
    color:#FFBF00;
}
.list-of-logs li.logType_7 {
}
.list-of-logs li.logType_Problem {
    color:#FF0000;
}
.list-of-logs div#head {
    background-color: #ccc;
    color: #009eda;
    margin: -9px -9px 9px;
    padding: 2px 4px;
    text-align: center;
}
.activity-logs #checkboxes {
    clear:both;
    overflow: auto;
}
.activity-logs #checkboxes input {
    -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2, 1); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    transform: scale(1.5);    
}
#invite-a-supplier li {
    list-style:none;
}
#alerts .alert .critical {
    font-size: 12px;
    margin-top: 5px;
    color:#fff;
}
.indent_20 {
    margin-left: 20px;
}
.question_set, .question {
    padding:10px;
    border:solid 1px #999;
    margin-top: 1px;
}
.margintop_10 {
    margin-top:10px;
}
#button-bar #print-button {
    width:200px;
    float:left;
}
.audit-log {
    font-size: 14px;
    font-style: normal;
    margin-left: 20px;
    color:#5f6e73;
    display:none;
}
.audit-log span {
    color:#999;
}
#invite-a-supplier .survey_note li {
list-style: inside none circle;    
}

/* Reporting Module */

#tabs ul {
    margin:20px 0px 0px 0px;
    padding:0;    
}
#tab-container #tabs, #tab-container #tabs-body {
    float:left;
}

#tabs .label {
border: 1px solid #009eda;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    font-size: 85%;
    line-height: 1em;
    list-style: outside none none;
    margin-bottom: 3px;
    margin-right: -1px;
    padding: 10px;
    position: relative;
    text-align: right;
    width: 150px;
    z-index: 99;
}
#tabs li.label a, .button-bar a {
    border: medium none;
    color: inherit;
}
#tabs li.label a:hover, #tabs-body .button-bar a:hover {
    background-color:#009eda;
    box-shadow: none;
    background: none;
}
#tabs li.label:hover {
    background-color:#009eda;
}
#tab-container #tabs ul li.selected {
    background-color:#fff;
    border-right-color:#fff;
}
#tabs-body .para {
line-height: 1em;
    margin: 40px;
    text-align: center;    
}
#tab-container #tabs-body {
    min-height: 200px;
    padding: 8px;
    width: 98%;
}
#tabs-body .report-box {
    border: 1px solid #009eda;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    font-size: 85%;
    margin: 10px 10px 0px 0px;
    float: left;
    width: 48%;
}
#tabs-body .report-box .title {
background-color: #009eda;
    color: #fff;
    line-height: 1.5em;
    padding-top: 4px;
    text-align: center;    
}
#tabs-body .report-box .description {
    padding:10px 10px 0px 10px;
}
#tabs-body .report-box .filters {
    overflow: auto;
    padding-bottom:10px;
}
#tabs-body .report-box .button-bar {
    margin: 5px;
    overflow: auto;
}
#tabs-body .report-box .tracking {
    border-radius: 3px;
    box-shadow: 1px 1px 0px #666 inset, 1px 1px 2px #eee;
    float: left;
    font-size: 12px;
    height: 14px;
    margin-left: 7px;
    padding: 0 4px 4px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bold;
}
.report-box .report-filter {
    float: left;
    margin-left: 20px;
    width: 46%;
}
.report-box .input-field {
   border: 1px solid #aab4b9;
    border-radius: 3px;
    color: #000;
    float: left;
    font-size: 12px;
    padding: 5px;
    width:300px;
}
.report-box select {
font-size: 13px;
    padding: 4px 0;
    width: 300px;
}
#view-report, #download-report, #specify-filters {
    width: 200px;
}
.report-filter .input-box {
    float:left;
}
#breadcrumb {
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
#breadcrumb span {
    color:#66c6e7;
}
#breadcrumb a {
    border-bottom:dotted 1px #66c6e7;
}
#breadcrumb a:hover, #view-report a:hover, #download-report a:hover {
    background: none;
    box-shadow: none;
}
.report-box .filters {
    overflow: auto;
    margin-bottom: 10px;
}

.figure-row, .lasts-row {
    clear: both;
    background-color:#98EFFC;
    border-bottom: solid 1px #fff;
    overflow:auto;
    font-size:12px;
    color:#000;
    font-family:monospace;
}
.lasts-row {
    background-color: #98dbcc;
}
.lasts-row div {
    float:left;
    padding:2px 2px 0px 2px;
}
.lasts-row div.title {
    width:20%;
}
.lasts-row div.details {
    width:79%;
    border-left:solid 1px #fff;
}

.figure-row div {
    float:left;
    width:100px;
    border-right:solid 1px #fff;
    padding:2px 2px 0px 2px;
}
.report-box .texttitle {
    padding-left:2px;
    padding-right:2px;
}