@charset "utf-8";

/*
* Future proofing for responsive design
* Modern browsers (FF4+, Chrome, IE9 +, Safari 5+) support viewport units (vh, vw) ) and rem (roots em), making it easier
* specify sizes relatively and then override only root unit for different viewport sizes (i.e. requiring less code)
* Bootstrap sets the root HTML font-size to 10px, so 1rem = 10px. However, this is overridden for small screens, so font-sizes, form controls and padding
* will grow proportionally when set in ems, rems or %, but not if set in px
* Pixel alternatives are provided as fallback for IE8 users only
*/

body {
    background: #E0E5E9;
}
.container {
    background: #fff;
    border-left: 1px #B4B4B4 solid;
    border-right: 1px #B4B4B4 solid;
}
#header {
    padding: 10px 0;
    padding: 1rem 0;
}
#main_menu {
    background: #3F3F3F;
    margin: 0 -15px;
    margin: 0 -1.5rem;
}

.nav-pills li a {
    color: #fff;
    border-radius: 0;
}
.nav .open a {
    color: #337ab7;
} 
.nav .open a:focus, .nav .open a:hover {
    color: #337ab7;
}
.nav li a:focus, .nav li a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #337ab7;
}
#footer {
    background-image: url(/public/20180606010832oe_/https://myseeds.sasa.gov.uk/img/bottom_banner.jpg);
    height: 50px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 50px;
        
    padding: 10px 10px 40px;

    font-weight: bold;
    font-size: 0.8em;
    color: #2F3547;
}
#header {
    background-image: url(/public/20180606010832oe_/https://myseeds.sasa.gov.uk/img/top_banner.jpg);
    height: 150px;
    margin-left: -15px;
    margin-right: -15px;

    padding-top: 30px;
}
#header * {
    color: #fff;
    text-shadow: 2px 3px 1px #000;
    text-align: center;
}
#header h1 {  
    font-size: 60px;
}
#loginBanner a {
    background: #3F3F3F;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

#content {
    min-height: 450px;
    min-height: 58vh;
}

.add-top-buffer { 
    margin-top: 10px;
    margin-top: 1rem; 
}
.add-bottom-buffer {
    margin-bottom: 20px;
    margin-bottom: 2rem; 
}
.remove-top-buffer { 
    margin-top: 0 !important; 
}
.remove-bottom-buffer { 
    margin-bottom: 0 !important; 
}
.add-right-buffer {
    margin-right: 6px; 
    margin-right: 0.6rem; 
}
.add-padding {
    padding: 10px;
    padding: 1rem;
}

.glyphicon {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0.25em;
}

.results-file-download {
    padding: 0 0.36em;
    font-size: 1.7em;
    color: #117411;
}

.glyphicon-plus {
    font-size: 14px;
}
.glyphicon-minus-sign {
    color: #FF3318;
}
.btn-success{
    background-color: #117411;
    border-color: #117411;
}

.error-message {
    font-size: 0.9em;
    font-weight: bold;
    color: #E6221F;
}
.form-error,
.error .form-control {
    border-color: #E6221F;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-control {
    padding: 0 0 0 0.75em;
}
.captcha-math-sum {
    font-size: 1.5em;
}

.glyphicon-asterisk {
    color: red;
    vertical-align: top;
    font-size: 0.5em;
    color: #FF3318;
}

input[type="checkbox"] {
    margin: auto;
}

.action-links a {
    display: inline-block;
    margin: 0 1em 0 0;
}

.action-links a:last-child {
    margin: 0;
}

.hidden {
    display: none;
}

.row .col-md-1 {
    min-width: 7.5em;
}

.plain-list, .plain-list li {
    list-style-type: none;
    margin-left: 0;
}

.plain-list {
    padding-left: 0;
}

.vertical-list li {
    padding-left: 0;
}

span.error-message {
    display: inline-block;
    margin-left: 0.5em;
}

.full-reference input, .full-reference select {
    visibility: hidden;
}

.full-reference {
    color: transparent;
}

.full-reference .copy-field {
    visibility: visible;
    width: 20em;
    color: black;
}

@media (min-width: 992px) {
  .col-md-8 .control-md-2 {
      width: 25%;
  }  
}

.alert-warning input {
    display: inline-block;
}

.alert-warning input.form-control {
    position: relative;
    margin: 0 0 0 1em;
    padding: 0 0.5em;
    width: 2em;
    bottom: -0.25em;
}

.alert-warning {
    margin-bottom: 1em;
}

.row > .remove-control {
    padding-left: 0.5em;
}

.row {
    /*white-space: nowrap;*/
}

.otherTestsSection .row span.error-message {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
}

.em-1 {
  width: 1em;  
}

.em-2 {
    width: 2em;  
}

.em-2-5 {
    width: 2.5em;  
}

.em-3 {
    width: 3em;
}

.em-4 {
    width: 4em;  
}

.em-5 {
    width: 5em;  
}

.em-6 {
    width: 6em;  
}

.em-8 {
    width: 8em;  
}

.em-10 {
    width: 10em;  
}

.em-12 {
    width: 12em;
}

.em-14 {
    width: 14em;
}

.em-15 {
    width: 15em;
}
.em-16 {
    width: 16em;
}

.em-17 {
    width: 17em;
}

.em-18 {
    width: 18em;
}

.em-20 {
    width: 20em;
}

.em-24 {
    width: 24em;
}

.em-28 {
    width: 28em;
}

.em-32 {
    width: 32em;
}

.inline {
    display: inline;
}

.inline.hide {
    display: none;
}

table.full-width {
    width: 100%;
}

table .pc-10 {
    width: 10%;
}

table .pc-15 {
    width: 15%;
}

table .pc-50 {
    width: 50%;
}

table .pc-55 {
    width: 55%;
}

table .blank {
    visibility: hidden;
}

table.medium-spaced tr td {
    padding: 0.375em;
}

table td div.row-message {
    position: absolute;
    top: -0.5em;
    right: 0.25em;
    opacity: 0;
    pointer-events: none;
}

table td, table th {
    position: relative;
}

table tr td div.visible {
    z-index: 20;
    opacity: 0.75;
    transition: opacity 1s;
}
table tr td div.info {    
    background-color: #ffffcc;
    padding: 0.125em 0.25em;
}

strong.emphasis-upper {
    font-weight: normal;
    text-transform: uppercase;
}

.float-left {
    float: left;
}

fieldset.criteria > div {
    width: 15em;
}

fieldset.actions {
    margin-top: 0.5em;
}

fieldset.actions button {
    margin-right: 1em;
}

form .seedlot-reference-wrapper, form div.remove-control, form .seedlot-reference-row select,
.inner-row span, .inner-row input, .inner-row select {
    display: inline-block;
}

form div.remove-control {
    padding-left: 0.5em;
}

form .inner-row {
    width: 100%;
}

form .inner-row .fis-identifier {
    min-width: 20em;
}

form .inner-row .field-name {
    min-width: 8em;
}

table tbody tr.total-row td {
    font-weight: bold;
}

.form-control-multiselect {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.disable_a_href{
    pointer-events: none;
}