﻿.popover-title:empty 
{
    display:none;
}

.popover.validation-error
{
    background-color: #f2dede;
}

.popover.validation-error.right .arrow
{
    border-right-color: #f2dede;
}

.datepicker
{
    padding: 6px 12px; /* Overrides the datepicker.css value to bring in-line with other inputs */
}

.connectivityMsg
{
    margin-top: 0px;
}

.form-horizontal .form-group
{
    margin-left: 0px;
    margin-right:0px;
}

.noRightPadding
{
    padding-right: 0px !important;
}

.two-px-right
{
    padding-right: 30px !important;
}

.siteRef li
{
    font-size: 18px; /* Larger to make it easier for selection on the tablet */   
}

#siteReferenceValidator
{
    margin-top: 10px;
    margin-bottom: -10px;
}

div.modal-body p
{
    font-size: 16px;
}

.syncIcon
{
    font-size: 25px;
}

.syncIcon-true
{
    color: Green;
}

.syncIcon-false
{
    color: Red;
}

body
{
    /*background-image: url(/interface/Content/images/initial-logo.gif);*/
    background-repeat:no-repeat;
    background-attachment: fixed;   
}

footer
{
    position: fixed;
    bottom: 0;
    min-height: 50px;
    border-top: 2px solid;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 5px 5px 0px 5px;
}

footer.default, footer.login
{
    background-color: #C8D9F5;
    border-top-color: #79A7F5;
}

footer.error
{
    background-color: #FFCBCB;
    border-top-color: #FF7171;
}

footer.warning, footer.sync
{
    background-color: #FFEDCB;
    border-top-color: #FFCC71;
}

footer.success
{
    background-color: #C7F9C7;
    border-top-color: #6EF96E;
}

.inline
{
    display: inline;
}

.synchronising
{
    height: 40px;
    width: 40px;
    border-style: none;
    display: inline;
    background-image: url('../Content/images/syncing.GIF');
}

/* Sticky footer settings */
html, body
{
    height:  100%;
}



#push
{
    height: 50px; /* Height to be the same as the footer height */
}

#wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; /* Margin bottom to be the negated value of the footer height */   
}

section div.wrap {
    margin: 90px 0;
}

h1
{
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;   
}

h2 > span
{
    font-style: normal;
    font-weight: bold;
    color: #017DC7
}

#footerFader 
{
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#logout
{
    position: absolute;
    top: 16px;
    right: 16px;
}

.has-error input, .has-error select, .has-error textarea
{
    background-color: #FFD0D0;
}

.fullWidth
{
    width: 100%;
}

#logout > ul > li
{
    
}

#logout > ul > li > a
{
    font-size: 2em;
}

.vsMenuItem
{
    width: 100%;
    height: 50px;
    border: none;
    font-size: 1.8em;
    background-color: #FFF;
}

.vsMenuItem:hover
{
    background-color: #428BCA;   
    color: #FFF;
}

.alternateResults:nth-child(odd) {
    background-color: #CEE3F5;
}

#asdOverride 
{
    width:200px;
    display: inline-block;
}

.username 
{
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #017dc7;
}

.asd-field-labels {
    margin: 0;
    font-weight: bold;
}

.asd-row > div {
    margin-bottom: 12px;
}

.asd-row .asd-label {
    font-weight: bold;
    font-size: 9pt;
    margin-bottom: 2px;
}

.asd-row {
    margin: 0;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #017DC7;
}

hsampleid,
.hsampleid {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    font-style: normal;
    font-weight: 500;
    color: #017DC7
}

hsampleid,
.hsampleid {
    font-size: 30px;
}

hsampleid small,
.hsampleid small {
    font-size: 30px;
}

.outline-border-black {
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 4px;
}

.outline-border-red {
    background-color: #FFD0D0;
    border: 1px solid #b94a48;
    border-radius: 4px;
    padding: 10px;
}

.barcode-scanner-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 98;
    background-color: black;
    opacity: 0.5;
}

.barcode-scanner {
    padding: 10px;
    background-color: white;
    position: fixed;
    top: 40px;
    left: 50%;
    width: 300px;
    transform: translate(-50%);
    z-index: 99;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.barcode-scanner button {
    margin-top: 20px;
}

/*@media (max-width:720px){
    .typeahead 
    {
        margin-left:5%;
        margin-right:5%;
        width:auto;
    }
    
    .dropdown-menu
    {
        left:0px;
        
    }
}*/

