/*
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-Apr-2015, 12:53:34
    Author     : Ayyaz Hussain
*/

@import url("font-face.css");

/* Generic FONTS, COLOURS & SIZES*/
/* Styling HTML5 placeholder */
::-webkit-input-placeholder { font-size:90%; font-style:italic; color:#000; }
::-moz-placeholder { font-size:90%; font-style:italic; color:#000;} /* firefox 19+ */
:-ms-input-placeholder { font-size:90%; font-style:italic; color:#000; } /* ie */
input:-moz-placeholder { font-size:90%; font-style:italic; color:#000; }

textarea:focus, input:focus{
    outline: none;
}
textarea, input {
    autocomplete: off !important;
}
body {
    font-family: HelveticaNeueULt,Calibri,Verdana,sans-serif !important;
    font-size:18px;
    color:#324146;
}
h1 {
    font-size: 4em;
    font-weight: normal;
}
h2 {
    font-size:2.5em;
    font-weight: normal;
    margin:20px 0px;
}
.red
, .mandatory{
    color:#b83538 !important;
}
.green {
    color:green !important;
}
.black {
    color:#000 !important;
}

/* PAGE & CONTENT */
#page {
    margin: 0 auto;
    overflow: auto;
    width: 1000px;
border-left:solid 0px red;
}
#content {
    padding:20px;
}
.para {
    margin-bottom: 10px;
}

/* HEADER */
#header {
    background: transparent url('../images/sps-banner-1000x200.jpg') no-repeat center center;
    height:200px;
    position:relative;
}
#signed-in {
    position:absolute;
    top:90px;
    right:100px;
}

/* LINKS */
a {
    text-decoration: none;
    color:#66c6e7;
    border:none;
}
a:hover {
    color:#40b8e1;
}
#footer a {
    cursor: pointer;
    text-decoration: none;    
}

/* LISTS */
li {
/*    list-style: none; */
}
#footer li {
    list-style: none;
    display: inline;
    font-size: 0.9em;
    padding: 0 16px 0 0;    
}
.errors li {
    list-style:square;
}
li.red, li.mandatory, li.button, li.invalid-form, li.info {
    list-style: none;
}
.submitted, .parked, .review-submitted {
    background-color:#F7D05C !important;
    border:solid 1px #F7D05C !important;
    overflow1: auto !important;
}
.accepted, .review-accepted {
    background-color:#B7E898 !important;
    border:solid 1px #B7E898 !important;
}
.not-accepted, .review-not-accepted {
    background-color:#ddd !important;
    border:solid 1px #ddd !important;
}
.completed  {
    background-color:#B7E898 !important;
    border:solid 1px #B7E898 !important;
}
.expired, .not-accepted, .review-not-accepted {
    background-color:#e8e8e8 !important;
    border:solid 1px #e8e8e8 !important;
}
.deleted {
    background-color:#efc2c3 !important;
    border:solid 1px #efc2c3 !important;
}
.ad-submitted {
    background-color:#EFC2C3 !important;
    border:solid 1px #EFC2C3 !important;
}

/* INPUTS, CHECKBOXES & RADIOBUTTONS */

.textfield {
    border: 1px solid #aab4b9;
    border-radius: 3px;
    font-size: 16px;
    padding:10px;
    width:86%;
    color:#000;
    float:left;
}
.textfield_selected_commodity {
    border:none;
    width:75%;
    float:right;
    font-size: 16px;
    color:#5f6e73;
    margin-bottom: 7px;
}
.select_commodity {
    
    float: left;
    font-style: italic;
    margin-right: 5px;
    overflow: auto;
    text-align: right;
    width: 135px;
    line-height: 1em;
    margin-top:4px;
}
.checkboxbutton, .radiobutton {
    background-color: #fefefe;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    clear: both;
    margin-bottom: 1px;
    width: 300px; 
    padding:2px;
    overflow:auto;
    line-height: 2em;
    overflow:hidden;
}
.checkboxbutton .compound, .radiobutton .compound  {
    line-height: 1.2em;
}
.checkboxbutton input, .radiobutton input {
    float:left;
/*    margin-top:2px; 
    margin-right: 5px;
*/
    margin: 8px 12px 8px 8px;
    font-family: HelveticaNeueULt,Verdana,sans-serif;
}
select.textfield {
    width:304px;
/*    height:30px; */
    float:left;
}


/* BUTTONS */
#top-button-bar {
    overflow:auto;
}
#top-button-bar a {
    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 */    
    margin:5px 5px 5px 0px;
    border-radius: 3px;
    text-align: center;
    float: left;
    width:160px;
}
#top-button-bar #back-to-survey {
    width:180px;
}
#button-bar {
    overflow: auto;
    margin-bottom: 20px;
    padding:5px;
    margin-left: -5px;
    margin-right: 5px;
    clear:both;
}
#login-form #button-bar {
    margin-top:10px;
}
.button {
    background-color: #009eda;
    border: 1px solid #009eda;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 85%;
    font-style: normal;
    padding: 6px 10px 3px 10px;
    text-align: center;
}
.button img {
    margin:0px 6px;
}
li.button:hover {
    background-color: #0080af !important;
    border: 1px solid #0080af !important;    
}
#login-form #submit-button {
    float: right;
    margin-top:10px;
    text-align: center;
    width: 100px;
}



/* MISC */

.clear {
    clear:both;
}
.left {
    float: left !important;
}
.right {
    float:right !important;
}
.hidden {
    display:none;
}
#login-form-heading {
    background-color: #e8e8e8;
    border-radius: 5px 5px 0 0;
    margin: 30px auto 0;
    padding: 0px 10px 5px 10px;
    text-align: center;
    width: 600px;
    border: 1px solid #e8e8e8;    
}
#login-form-heading h2 {
    margin: 10px 0px 0px 0px;
}
#login-form {
    background-color: #efefef;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    padding: 20px 10px 0;
    width: 600px;
    border: 1px solid #e8e8e8;
}
#remember-me {
    text-align: center;
}
#login-form .errors, .error, .info, .halt {
    margin-top:10px;
    margin-bottom:20px;
}
#login-form fieldset {
    border: 1px solid #999;
    border-radius: 5px;
    width: 440px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
}
#login-form fieldset legend {
}
#login-form .row {
    margin:auto;
    overflow:hidden;
    width:310px;
    margin-top:10px;
}
.textlabel {
    margin:0px 5px 2px 0px;
    text-align: left;
    width:98%;
    clear:both;
    float: left;
    font-weight: bold;
    position: relative;
    color:#000;
    font-style: normal;
}
#footer {
    border-top: 1px solid #e3e3e3;
    clear: both;
    margin: 20px 0 10px;
    padding: 4px 0 0;
    text-align: center;
}
/*
#invite-box
, #supplier-details-box
, #upload-box
, #previously-uploaded {
    padding:10px;
}
*/
.instruction {
    font-style:italic;
}
#tabs-body .instruction {
    font-size:12px;
    font-style: normal;
}
.single-row {
    margin:20px 0px;
    overflow: hidden;
}
.radiobutton .hint, .checkboxbutton .hint {
    font-size:12px;
}
.row .hint {
    line-height:1.9em;
    color: inherit;
}
.hint {
    font-size:80%;
    font-style: italic;
    color:#000;
    float:left;
}
.single-row label {
    color: #000;
    float: left;
    line-height: 1.2em;
    margin-top: 4px;
    text-align: left;
    width: 97%;
}
.single-row .comp_checkboxbutton label {
    float: left;
    overflow: auto;
    width: 92%;
}
.invalid-form, .errors, .error, .halt {
    border-radius: 3px;
    padding: 10px 10px 7px;
    background-color: #efc2c3;
    color: #b83538;
}
.content-box {
    border-radius: 3px;
    box-shadow: 0 0 10px #999;
    clear: both;
    overflow: auto;
    margin-top:10px;
    border:solid 1px #0097ca;
    padding:10px;
}
.full {
    width:90% !important;
}
.red-border {
    border-color:red !important;
}
.border-left {
    border-left:solid 1px;
    border-color: inherit;
}
.row {
    overflow:auto;
    margin-left:10px;
    margin-top:2px;
}
span.textfield {
    border:none;
    padding-top:3px;
    float:left;
}
.survey-pane .heading, #amend-survey-box #heading, .content-box .section-heading {
    background-color: #0097CA;
    border-bottom: 3px solid #0088ca;
    border-radius: 3px 3px 0 0;
    color:#fff;
    padding:8px 0px 0px 10px ;
}
.info img {
    margin: 0 5px;
    position: relative;
    top: 2px;
}
.info {
    background-color: #00fa9a;
    border-radius: 3px;
    color: #006400;
    padding: 10px 10px 7px;
}
fieldset.submitted legend, fieldset.parked legend, fieldset.review-submitted legend {
    background-color:#f7d05c !important;
    padding:3px 10px;
    border-radius: 5px;
    color:inherit;
}
fieldset.accepted legend, fieldset.completed legend, fieldsetreview-accepted legend {
    color:inherit;
    padding:3px 10px;
    border-radius: 5px;
    background-color:#B7E898;
}
fieldset.expired legend, fieldset .not-accepted legend, fieldset .review-not-accepted legend {
    color:inherit;
    padding:3px 10px;
    border-radius: 5px;
    background-color: #e8e8e8;
}
fieldset.deleted legend {
    color:inherit;
    padding:3px 10px;
    border-radius: 5px;
    background-color: #efc2c3;
}
fieldset.ad-submitted legend {
    color:inherit;
    padding:3px 10px;
    border-radius: 5px;
    background-color: #EFC2C3;
}


#modal-box {
    display: none;
    overflow: hidden;
    padding: 0;
}
#a_note {
    border: 1px solid #e8e8e8;
    color: #5f6e73;
    font-family: HelveticaNeueULt,Calibri,Verdana,sans-serif !important;
    font-size: 16px;
    height: 99px;
    padding: 0 4px;
    width: 100%;

}
.survey_note {
color: #0097ca;
    font-size: 14px;
    font-style: normal;
}
.critical {
    background-color: #ffd017;
    border: 2px solid #ffa500;
    border-radius: 15px;
    color: #0088ca;
    float: right;
    font-family: Stencil Std;
    margin-right: 10px;
    margin-top: -7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    position: relative;
}
#amend-survey-box span.active
, #amend-survey-box span.invited
, #amend-survey-box span.review-invited
, #amend-survey-box span.started
, #amend-survey-box span.review-started
, #amend-survey-box span.submitted
, #amend-survey-box span.review-submitted
, #amend-survey-box span.accepted
, #amend-survey-box span.review-accepted
, #amend-survey-box span.completed
, #amend-survey-box span.live
, .autocomplete-entry .active
, .autocomplete-entry .invited
, .autocomplete-entry .review-invited
, .autocomplete-entry .started
, .autocomplete-entry .review-started
, .autocomplete-entry .live
, .autocomplete-entry .submitted
, .autocomplete-entry .review-submitted
, .autocomplete-entry .accepted
, .autocomplete-entry .review-accepted
, .autocomplete-entry .completed {
    background-color: #66cc00;
    border: 1px solid #339900;
    border-radius: 10px;
    font-family: Stencil Std;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 7px 0;
    color:#fff;
    float:right;
}
#amend-survey-box span.locked
, #amend-survey-box span.do-not-use
, #amend-survey-box span.non-compliant
, #amend-survey-box span.intervention
, .autocomplete-entry .locked
, .autocomplete-entry .do-not-use
, .autocomplete-entry .non-compliant
, .autocomplete-entry .intervention {
    background-color: #fff;
    border: 1px solid #b83538;
    border-radius: 10px;
    font-family: Stencil Std;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 7px 0;
    color:#b83538;
    float:right;
}
#amend-survey-box span.inactive, .autocomplete-entry .inactive {
    background-color: #999;
    border: 1px solid #666;
    border-radius: 10px;
    font-family: Stencil Std;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 7px 0;
    color:#fff;
    float:right;
}
#amend-survey-box span.disabled .autocomplete-entry .disabled {
    background-color: #efc2c3;
    border: 1px solid #b83538;
    border-radius: 10px;
    font-family: Stencil Std;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 7px 0;
    color:#b83538;
    float:right;
}
#amend-survey-box span.critical
, .autocomplete-entry .critical {
    color:#fff;
    font-size:12px;
    margin-top:0px;
    color:#595959;
    border: 1px solid #ffa500;
}
#amend-survey-box span.survey_status
, .autocomplete-entry .survey_status {
background-color: #fff;
    border: 1px solid #009eda;
    border-radius: 15px;
    color: #009eda;
    float: right;
    font-family: Stencil Std;
    font-size: 12px;
    line-height: 1em;
    margin-right: 10px;
    margin-top: 0;
    padding: 5px 10px 2px;
    position: relative;
}
.ui-tooltip {
    font-size:13px !important;
    font-family: HelveticaNeueULt,Calibri,Verdana,sans-serif !important;
}
#click-wait {
    width:150px;
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
}
#click-wait img {
    margin-top: -17px;
    position: relative;
    z-index: -1;
}
.reason-save, .reason-discard {
    float: left;
}
.reason-discard {
    margin-left: 5px;
}
.reason-modal-box #button-bar {
    margin-bottom: 0px;
}
.center {
    text-align: center;
}
.pagination {
float: right;
    list-style: outside none none;
    margin: 0 0 10px;
}
.pagination li {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: left;
    font-size: 12px;
    line-height: 1em;
    margin: 0 1px;
    padding: 4px 2px 2px;
    text-align: center;
    width: 12px;
}
.pagination li:hover {
    border-color: #66c6e7;
}
.pagination li.disabled:hover, .pagination li.active:hover {
    border-color: #ccc;
}
.pagination li:first-child, .pagination li:last-child {
    font-size: 16px;
    padding: 2px 2px 0;
}
select option {
    max-width: 800px;
}
.review-date {
    font-family: inherit;
    margin-bottom: -2px;
    margin-top: 2px;
    padding: 4px 0 0 4px;
    width: 100px;
}
.border-green {
    border-color: green !important;
}
.background-success {
    background-color: #B7E898;
}
.background-error {
    background-color: #efc2c3;

}
#tabs-body #back-button {
    width:100px;
    font-size:12px;
    float:left;
}

#info-for-admins {
    font-size:10px; border:solid 1px; border-radius:5px;    
}
