﻿/* #region HTML RESET */

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym,address, big,cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas,  details, figcaption, figure, footer, header, hgroup, menu,
nav, section, summary, time, mark, audio, video
{
    font: inherit;
    margin: 0;
}*/

footer{
    padding: 0 0 20px 0;
}

.modal {
    z-index:9999 !important;
}

.modal-content {
    top: 200px; 
    left: -350px;
}

/* #endregion */

html {
    padding: 0;
    color: black;
    /*background: #EFEFEF;*/
}

body {
    font-size: 16px;
    /*margin: 0 auto;*/
    /*max-width: 1100px;*/
    background-color: transparent;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    color: #555;
}

/*html, body {
    height: 100% !important;
    position: relative;
}*/



h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: -1px !important;
    color: #777;
    padding: 0 0 0 10px;
}

h3.noLeftPadding,
h1.noLeftPadding{
    text-transform: uppercase;
    letter-spacing: -1px !important;
    color: #777;
    padding: 0 0 0 0px;
    margin: 0;
}

.chapterNumber{
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
}

.container{
    width: 1100px;
    margin: 0;
    padding: 0 0 0 20px;
}

.embeddable {
    overflow: hidden;
}

section.regularSection,
section.discrepSection{
    width: 1000px;
    padding: 0 10px;
}

.discrepancyHeader{
    width: 1000px;
    padding: 0 10px 0 0;
}

section.main {
    margin: 15px 5px;
}

.navbar .brand {
    padding: 6px 20px 10px 20px;
    margin-bottom: -8px;
    /*height: 68px;*/
}

nav.navbar-fixed-top .navbar-inner{
    padding-right: 0 !important;
    padding-left: 10px !important;
    /*max-width: 980px;*/
}

.boldFont{
    font-weight: bold;
}




h2.page-title {
    font-size: 32px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

.brand .title {
    float: left;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 7px 0 0 10px;
    padding-left: 50px;
    -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-transform: initial;
    text-decoration: none;
    color: #0081C2;
}

span.title{
    background: url(/content/images/logo_main_white_60px.png) no-repeat left center;
}

.page-progress-bar {
    margin: 10% 30% 0 30%;
}

.toast {
    font-weight: normal;
}
.toast-info
{
    background-color: #194D7B;
}

.toast-bottom-right {
    bottom: 50px;
}
.navbar-content-center {
    text-align: center;    
}

footer a {
    font-weight: bold;
}
footer span {
    padding: 10px 80px;
    font-size: 18px;
}

.user-details {
    border-width: 0px;
    border-color: transparent;
    width: 100%;
}

/***************************/
/* Boostrap overrides      */

.navbar-fixed-bottom .navbar-inner {
	padding: 6px;
}

.navbar {
    text-transform: uppercase;
    margin-bottom: 0px;
    min-height: 75px !important;
}

.loader .page-progress-bar {
    margin: 14px 0 0 0 ;
}

.loader {
    visibility: hidden;
}
.loader.active {
    visibility: visible;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-info {
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top,#77CCFF,#194D7B);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#77CCFF),to(#194D7B));
    background-image: -webkit-linear-gradient(top,#77CCFF,#194D7B);
    background-image: -o-linear-gradient(top,#77CCFF,#194D7B);
    background-image: linear-gradient(to bottom,#77CCFF,#194D7B);
    background-repeat: repeat-x;
    border-color: #77CCFF #2f96b4 #194D7B;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff77CCFF', endColorstr='#ff194D7B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: white;
        background-color: #0081C2;
        *background-color: #0081C2;
        background-color: #194D7B;
        *background-color: #194D7B;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #0081C2 \9;
        background-color: #194D7B \9;
    }

/*.alert {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}*/

.alert-error {
    color: #767769;
    background-color: #F6EA70;
    border-color: #d6e9c6;
}

.alert-success{
    padding: 15px;
    margin: 0 5px 20px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.row{
    margin: 0 -10px;
}

.reportPictures{
    margin-right: 10px;
}

.reportPictures img{
    width: 300px;

}

.uploadArea{
    width: 540px;
}

.uploadSectionTitle{
    font-size: 18px;
    font-weight: bold;
}

.attachmentThumbnail{
    width: 120px;
    text-align: center;
}

.attachmentThumbnail img {
    max-width: 120px;
    max-height: 120px;
}


/* End Boostrap overrides  */
/***************************/

@media only screen and (max-width: 360px){
    .brand .title{
        clear: both;
    }

    .btn-group > .btn, .btn-group-vertical > .btn {
        clear: both;
        width: 100%;
    }

    .btn-group, .btn-group-vertical{
        display: block;
    }

    .navbar > .navbar-inner > .pull-left{
        display: block !important;
        float: none !important;
    }

    .navbar > .navbar-inner > .pull-right{
        display: block !important;
        float: none !important;
    }

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
    .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child){
        border-radius: 0;
    }

    footer span{
        padding: 10px 10px;
		font-size: 14px;
    }
    
    .brand .title {
        display: none;
    }

}

@media only screen and (max-width: 979px) {
    .navbar-fixed-bottom {
        position: relative;
    }

	footer span {
		padding: 10px 50px;
		font-size: 14px;
	}
}


@media only screen and (max-width: 1100px){
    .extraWidth{
        margin: 0;
    }
}

@media only screen and (min-width: 1150px){
    .extraWidth{
        margin: 0 -3%;
    }
}

@media only screen and (min-width: 1300px){
    .extraWidth{
        margin: 0 -8%;
    }
}

@media only screen and (min-width: 1400px){
    .extraWidth{
        margin: 0 -13%;
    }
}


@media only screen and (min-width: 1500px){
    .extraWidth{
        margin: 0 -19%;
    }

    
}

@media only screen and (min-width: 1750px){
    .extraWidth{
        margin: 0 -30%;
    }


}





/*@media only screen and (max-width: 1030px){
    .extraWidth{
        margin: 0 -10%;
    }
}*/

/*@media only screen and (max-width: 1024px){
    .extraWidth{
        margin: 0;
    }
}*/

/*@media only screen and (min-width: 1030px){
   

    .extraWidth{
        margin: 0 -20%;
    }
}*/

.unityPlayerPosition_hidden{
    left: -3000px;
    position:absolute;
}

/* Media queries for new layout - 02.2014 */
@media only screen and (max-width: 1280px)
{
    .buttonTab
    {
        max-width: 100%;
    }

    div#unityPlayer {
		cursor: default;
		width: 100%;
        text-align: center;
	}

    .reportPictures>div{
        margin-right: 10px;
    }

    .reportPictures img{
        width: 320px;
    }
}


@media only screen and (min-width: 1280px)
{
    .buttonTab
    {
        max-width: 670px;
    }

    .uploadArea{
        width: 540px;
    }

    .unityPlayerPosition{
        position: absolute;
        left: 690px;
    }

    .unityPlayerPosition object{
        width: 540px !important;
        height: 350px !important;
    }

    div#unityPlayer {
		cursor: default;
		width: 540px;
	}

    .discrepancyHeader{
        width: 690px;
    }

    section.discrepSection{
        width: 690px;
    }

    .reportPictures>div{
        margin-right: 10px;
    }

    .reportPictures img{
        width: 320px;
    }

}

@media only screen and (min-width: 1440px)
{
    .buttonTab
    {
        max-width: 730px;
    }

    .unityPlayerPosition{
        position: absolute;
        left: 750px;
    }

    .unityPlayerPosition object{
        width: 640px !important;
        height: 400px !important;
    }

    .uploadArea{
        width: 640px;
    }

    div#unityPlayer {
		cursor: default;
		width: 640px;
	}

    .discrepancyHeader{
        width: 750px;
    }

    section.discrepSection{
        width: 750px;
    }

    .reportPictures>div{
        margin-right: 10px;
    }

    .reportPictures img{
        width: 310px;
    }
}

@media only screen and (min-width: 1600px)
{
    .buttonTab
    {
        max-width: 790px;
    }

    .unityPlayerPosition{
        position: absolute;
        left: 810px;
    }

    .unityPlayerPosition object{
        width: 740px !important;
        height: 450px !important;
    }

    div#unityPlayer {
		cursor: default;
		width: 740px;
	}

    .uploadArea{
        width: 740px;
    }

    .discrepancyHeader{
        width: 800px;
    }

    section.discrepSection{
        width: 800px;
    }

    .reportPictures>div{
        margin-right: 10px;
    }

    .reportPictures img{
        width: 375px;
    }
}

@media only screen and (min-width: 1920px)
{
    .buttonTab
    {
        max-width: 1010px;
    }

    .uploadArea{
        width: 840px;
    }

    .unityPlayerPosition{
        position: absolute;
        left: 1030px;
    }

    .unityPlayerPosition object{
        width: 840px !important;
        height: 500px !important;
    }

    div#unityPlayer {
		cursor: default;
		width: 840px;
	}

    .discrepancyHeader{
        width: 1000px;
    }

    section.discrepSection{
        width: 1000px;
    }

    .reportPictures>div{
        margin-right: 10px;
    }

    .reportPictures img{
        width: 475px;
    }
}
/* END OF: Media queries for new layout - 02.2014 */







.discrHalfColumnInput{
    width: 210px;
}

.discrOneThirdColumnInput{
    width: 150px;
}

.discrTwoThirdsColumnInput{
    width: 270px;
}

.discrThreeQuartersColumnInput{
    width: 350px;
}

.discrOneQuarterColumnInput{
    width: 90px;
}

.formExtraSpacing_XS{
    margin: 0 0 3px 0;
}

.formExtraSpacing{
    margin-bottom: 15px;
}

.formExtraSpacingS{
    margin: 0 0 1px 0;
}

.discrFormSecondColumnHeightCorrection{
    padding: 1px 0 0 0;
}

.formExtraSpacingLG{
    margin: 0 0 30px 0;
}

.extraSideMargin{
    margin-left: 10px;
    margin-right: 10px;
}

h1.noPadding{
    padding: 0 0 3px 0;
}

.elementRightMargin_S{
    margin: 0 5px 0 0; 
}

.elementRightMargin{
    margin: 0 10px 0 0;
}

.elementRightMargin_L{
    margin: 0 25px 0 0;
}

.elementRightMargin_XL{
    margin: 0 40px 0 0;
}

.smallerFont{
    font-size: 14px;
}

.tableWidth_75{
    width: 80px;
    min-width: 80px;
}


.loginScreenWrapper{
    margin: 0 auto;
}

.textToRight{
    text-align: right;
}

.textCenter{
    text-align: center;
}

.loginScreenInputDiv{
    width: 240px;
}

.validation-summary-errors{
    color: #c70000;
    font-weight: bold;
}

.loginErrors{
    text-align: center;
}

.loginErrors ul{
    list-style-type: none;
}

tr.revTableHead{
    font-weight: bold;
}

table.table-condensed tr.revTableHead th{
    height: 25px;
    background-color: #999999;
    color: #fff;
    vertical-align: middle;
}

table.table-condensed tr td.noTopBorder{
    border: 0;
}

table.table-condensed tr td.tableNoPadding{
    padding: 0;
}

.addDiscrLabel{
    z-index: 1;
}

.addDiscrTextbox{
    z-index: 2;
    position: relative;
}

.topExtraSpacing{
    margin-top: 10px;
}

.topExtraSpacing_XS{
    margin-top: 6px;
}

.topExtraSpacing_M{
    margin-top: 20px;
}

.textToButtonsPadding{
    padding-top: 4px;
}

.invisible{
    visibility: hidden;
}

/*input[data-bind] {background: orange;}
textarea[data-bind] {background: orange;}
td[data-bind] { color: orange;    border-bottom: solid;
    border-color:orange;}*/

.discrepanciesTable table{
    margin: 0 0 15px 0;
}

.nbosp{
    white-space: nowrap;
}

.sort-link a:hover{
    text-decoration: none;
    cursor: pointer;
}

.discrepancyScreenUnityPlayer{
    padding: 36px 0 0 10px;
}

.reviewScreenUnityPlayer{
    padding: 0px 0 0 10px;
}

.page-header{
    margin: 25px 0 15px;
}

.page-header h1{
    padding: 0 0 0 0;
}



.reviewTable{
    font-size: 14px;
}

.reviewTable .table > tbody > tr > td > .table > tbody > tr > td,
.reviewTable .table > tbody > tr > th > .table > tbody > tr > th{
    padding: 4px;
}

.panel-group{
    font-size: 14px;
}

.panel-group .label{
    font-size: 13px;
    padding: 0.1em 0.4em 0.3em;
}

.discrepanciesTable .table > tbody > tr > th,
.discrepanciesTable .table > tbody > tr > td{
    padding: 4px;
}

.modelTypesTable .table > tbody > tr > th,
.modelTypesTable .table > tbody > tr > td{
    padding: 1px;
}

.discrepancyEdit .col-md-1,
.discrepancyEdit .col-md-2,
.discrepancyEdit .col-md-3,
.discrepancyEdit .col-md-4,
.discrepancyEdit .col-md-5,
.discrepancyEdit .col-md-6,
.discrepancyEdit .col-md-7,
.discrepancyEdit .col-md-8,
.discrepancyEdit .col-md-9,
.discrepancyEdit .col-md-10,
.discrepancyEdit .col-md-11,
.discrepancyEdit .col-md-12{
    padding-left: 7px;
    padding-right: 7px;
}

.radioCheckboxRepeater input{
    width: 250px;
}

.radioCheckboxRepeater input[type="radio"]{
    width: auto;
}


.marginTop_XS{
    margin-top: 5px;
}

.marginTop_S{
    margin-top: 10px;
}

.marginTop{
    margin-top: 20px;
}

.marginTop_L{
    margin-top: 35px;
}

.marginTop_XL{
    margin-top: 55px;
}


.marginRight_XS{
    margin-right: 5px;
}

.marginRight_S{
    margin-right: 10px;
}

.marginRight{
    margin-right: 20px;
}

.marginRight_L{
    margin-right: 35px;
}

.marginRight_XL{
    margin-right: 55px;
}


.marginLeft_XS{
    margin-left: 5px;
}

.marginLeft_S{
    margin-left: 10px;
}

.marginLeft{
    margin-left: 20px;
}

.marginLeft_L{
    margin-left: 35px;
}

.marginLeft_XL{
    margin-left: 55px;
}


.marginBottom_XS{
    margin-bottom: 5px;
}

.marginBottom_S{
    margin-bottom: 10px;
}

.marginBottom{
    margin-bottom: 20px;
}

.marginBottom_L{
    margin-bottom: 35px;
}

.marginBottom_XL{
    margin-bottom: 55px;
}




.loginOutputLogo{
    text-align: center;
}

.loginOutputLogo img{
    max-width: 150px;
    max-height: 55px;
}

.loginCenter{
    margin: 0 auto;
    width: 240px;
}

.UP_ACcontainer{
    background-color: #fff;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 289px;
    overflow-y: scroll;
}

.noPadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.noPaddingLeft{
    padding-left: 0 !important;
}

.noPaddingRight{
    padding-right: 0 !important;
}

.blackOut{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
    z-index: 999999999;
    top: 0;
    left: 0;
    text-align: center;
}

.loadingInfo,
.loadingInfoNotCentered{
    position: absolute;
    background-color: #000;
    color: #fff;
    left: 40%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    z-index: 9999999999;
    width: 300px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    margin: 150px auto 0 auto;
}

.loadingInfo{
    left: 40%;
    margin: 150px auto 0 auto;
}

.loadingInfoNotCentered{
    left: 20%;
    margin: 150px auto 0 auto;
}

.fileUploadDropField{
    background: #F8F8F8;
    border: 1px dashed #DDD;
    /*width: 200px;*/
    height: 65px;
    text-align: center;
    padding: 25px 0 50px 0;
    border-radius: 3px;
    /*margin-top: 10px;*/
    width: 100%;
    display: block;
}

input.uploadFileField{
    height: auto;
    padding: 5px;
}


.sel-file{
    /*margin-top: 10px;*/
    font-size: 14px;
}

.sel-file:first-child{
    margin-top: 20px;
}

.fileUploadRow{
    padding: 8px;
    background-color: none;
    border-radius: 4px;
    cursor: pointer;
}

.fileUploadRow:hover{
    background-color: #eeeeee;
}

.progressBar{
    display: inline-block;
    width: 265px;
    height: 25px;
    border: 1px groove #CCC;
    border-radius: 3px;
    margin-left: 5px;
}


div.alert.orange{
    background-color: orange !important;
    color: #fff;
}


@media print{
    .notForPrinting{
        display: none;
    }

    .label-default {
        background-color: none;
    }

    .label {
        /*border-radius: 0.25em;*/
        color: #000;
        display: inline;
        font-size: 75%;
        font-weight: bold;
        line-height: 1;
        padding: 0.2em 0.6em 0.3em;
        text-align: left;
        vertical-align: baseline;
        white-space: nowrap;
        border: none;
    }

    a:link:after, a:visited:after {
        content: "";
    }

    .unityPlayerPosition{
        display: none;
    }

    .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{
        float: left;
    }

    .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
}


label.sectionTitle{
    font-weight: bold;
}


div.modelTypesTable table.table > tbody > tr > td {
    border: none;
}


.showCursor{
    cursor: pointer;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color: #ededed;
  /*color:#eeeeee;*/
}



nav{
    display: block;
    background-color: #00488b;
    height: 75px;
    width: 100%;
}

.partnerLogo img{
    margin: 16px 15px 0 20px;
    max-height: 45px;
    /*max-width: 200px;*/
}

.mainHeader_container .titleText{
    /*background-color: #00488b;*/
    padding: 3px 10px 5px 10px;
    font-size: 20px;
    /*margin-left: -10px;*/
    /*border-radius: 0 3px 3px 0;*/
    color: #555555;
    /*font-weight: bold;*/
}

.title-text{
    font-size: 20px;
}

section.regularSection table.table > tbody > tr > th,
section.regularSection table.table > tfoot > tr > th,
section.regularSection table.table > tbody > tr > td,
section.regularSection table.table > tfoot > tr > td,
section.discrepSection table.table > tbody > tr > th,
section.discrepSection table.table > tfoot > tr > th,
section.discrepSection table.table > tbody > tr > td,
section.discrepSection table.table > tfoot > tr > td {
    border: none;
    padding: 3px 5px;
}

section.regularSection table.table > thead > tr > th,
section.regularSection table.table > thead > tr > td,
section.discrepSection table.table > thead > tr > th,
section.discrepSection table.table > thead > tr > td{
    border-bottom: 1px solid #4189c7;
    padding: 3px 5px;
}

section.regularSection table.table > tbody > tr:last-child > td,
section.discrepSection table.table > tbody > tr:last-child > td{
    border-bottom: 1px solid #4189c7;
}

section.regularSection table.table,
section.discrepSection table.table{
    margin-bottom: 0px;
}

section.regularSection table.table-striped > tbody > tr:nth-child(2n+1) > td,
section.discrepSection table.table-striped > tbody > tr:nth-child(2n+1) > td{
    background-color: #fafafa;
}

section.regularSection table.table > tbody > tr:hover > td,
section.discrepSection table.table > tbody > tr:hover > td{
    background-color: #dfdfdf;
    cursor: pointer;
}

section.regularSection table.noCursorOnTr > tbody > tr:hover > td,
section.discrepSection table.noCursorOnTr > tbody > tr:hover > td{
    cursor: auto;
}

section.regularSection label,
section.discrepSection label{
    font-size: 14px;
}

section.regularSection a,
section.discrepSection a{
    cursor: pointer;
}

table.smallInputs input,
table.smallInputs button{
    padding: 3px 3px 3px 3px;
    height: auto;
}

section.regularSection table.smallInputs >tbody>tr>td{
    padding: 1px;
}

section.regularSection table.smallInputs >thead>tr>th{
    padding: 1px 1px 1px 5px;
}

section.regularSection table.smallInputs >thead>tr>th:first-child{
    padding: 1px;
}

section.regularSection table.smallInputs >tbody>tr.hiddenForCustomer>td,
section.regularSection table.smallInputs >tbody>tr.hiddenForCustomer>td input{
    color: #aaaaaa;
}



button.modelTypeSaveButton:active{
    background-color: #fff;
}

button.modelTypeSaveButton.btn-default:active,
button.modelTypeSaveButton.btn-default.active,
button.modelTypeSaveButton.btn-default:focus{
    background-color: #fff !important;
    outline: none;
}

table.discrepanciesTable th.discTabCol_1, table.discrepanciesTable td.discTabCol_1{
    width: 30px;
    padding: 3px 5px;
}

table.discrepanciesTable th.discTabCol_2, table.discrepanciesTable td.discTabCol_2{
    width: 60px;
    padding: 3px 5px;
}

table.discrepanciesTable th.discTabCol_3, table.discrepanciesTable td.discTabCol_3{
    width: 400px;
    padding: 3px 5px;
}

table.discrepanciesTable th.discTabCol_4, table.discrepanciesTable td.discTabCol_4{
    width: 350px;
    padding: 3px 5px;
}

table.discrepanciesTable th.discTabCol_5, table.discrepanciesTable td.discTabCol_5{
    width: 70px;
    padding: 3px 5px;
}

table.discrepanciesTable .label-danger{
    padding: 0 2px 2px 2px;
    background-color: transparent;
    color: #cd0000;
}

table.discrepanciesTable .label-notSubmitted{
    padding: 0 2px 2px 2px;
    background-color: transparent;
    color: #ffa200;
}

.orange{
    color: #ffa200;
}

.red{
    color: #cd0000;
}

table.discrepanciesTable table{
    margin: 0;
}

.borderTop
{
    border-top: 1px solid #4189c7;
    padding-top: 5px;
}

.borderBottom
{
    border-bottom: 1px solid #4189c7;
    padding-bottom: 5px;
}



.reportChapterBox{
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    padding: 10px;
    position: relative;
}

.reportChapterBox .alert{
    margin: 0;
}

.reportChapterBox .reportPicture{
    width: 45%;
}

.reportChapterBox .reportPicture:nth-child(2n+1){
    margin-right: 6%;
}

.reportChapterBox .reportPicture img{
    border: 1px solid #aaaaaa;
}

.reportChapterTitle{
    font-size: 20px;
    font-weight: bold;
}

#successDiv{
    display: none;
}

#failDiv{
    display: none;
}

#amosSuccessDiv{
    display: none;
}

#amosErrorDiv{
    display: none;
}

#confirmDiv, #confirmViewsDiv{
    display: none;
}

.loggedInInfo{
    font-weight: bold;
    color :#fff;
    text-transform: none;
    font-size: 16px;
    margin-top: 24px;
}

#ReportTemplateControls{
    position: absolute;
    background-color: #000000;
    opacity: 0.7;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    z-index: 999;
    text-align: center;
    padding-top: 60px;
    font-size: 18px;
    font-weight: bold;
}

#ReportTemplateSuccess{
    position: absolute;
    /*background-color: #000000;
    opacity: 0.7;*/
    color: #468847;
    top: 5px;
    left: auto;
    right: 10px;
    /*width: 100%;
    height: 100%;
    border-radius: 3px;*/
    z-index: 999;
    /*text-align: center;*/
    /*padding-top: 60px;*/
    font-size: 18px;
    font-weight: bold;
    display: none;
}

.versionInfo {
    display: block !important;
    color: darkgrey;
    text-align: left;
    font-size: small;
    padding-top: 2em;
    padding-left: 15px;
}


.noDiscInfo{
    text-align: center;
    padding: 75px 0 50px 0;
    font-weight: bold;
}

#discrepancyThumbnails .alert{
    margin-bottom: 10px !important;
}

.uploadArea{
    background-color: #fff;
    padding: 8px;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.fileUploadDropField .button-link-navy,
.uploadArea .button-link-navy{
    background-color: #00488b;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 2px 15px 4px 15px;
    cursor: pointer;
}

.fileUploadDropField .button-link-disabled,
.uploadArea .button-link-disabled{
    background-color: #dddddd;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    padding: 2px 15px 4px 15px;
}

.fileUploadDropField a.button-link-navy:hover,
.uploadArea .button-link-navy:hover,
.fileUploadDropField .button-link-disabled:hover{
    text-decoration: none;
}

.fileToDeleteRow img{
    opacity: 0.35;
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.fileToDeleteRow .attachmentName{
    color: #bbbbbb;
}

.fileToDeleteRow .attachmentName-strike{
    text-decoration: line-through;
}

.successDiv{
    color: #34b000;
    font-weight: bold;
}

.hideOnLoad{
    display: none;
}

.form-control.short{
    width: 50px !important;
    display: inline-block;
}

.current-page{
    font-weight: bold;
    color: #fff;
    background-color: #194D7B;
    padding: 0 5px 3px 5px;
    border-radius: 3px;
}

a.current-page:hover{
    color: #fff;
    text-decoration: none;
}

.dashboard th{
    white-space: nowrap;
}

.dashboard-inactive-row,
.dashboard-inactive-row a,
.dashboard-inactive-row a:link,
.dashboard-inactive-row a:visited{
    text-decoration: line-through;
    color: #999999 !important;
    font-weight: normal !important;
}

.inline-button-set button{
    margin-right: 10px;
}

.userEdit{
    background-color:#00488b;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-weight: bold;
    text-align:right;
}

.userTableHead{
    font-weight:bold;
}

.userDescription{
    text-align:right;
    font-weight:bold;
}

hr.companyManagementHr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4189C7;
    margin: 1em 0;
    padding: 0; 
}

.companyWarning{
    color:red;
    margin-right:15px;
    margin-left:5px;
}

.userInputCell{
    width:280px;
}

select.first-option-bold option:first-child{
    font-weight: bold !important;
}

.dropdown-menu a{
    cursor: pointer;
}

table.disabledItems,
table.disabledItems tr,
table.disabledItems td{
    cursor: default !important;
    color: #666666 !important;
}

.btn-default.selected{
    background-color: #194D7B !important;
    color: #fff !important;
    font-weight: bold !important;
}

#toast-container .toast{
    opacity: 1 !important;
}

#toast-container .toast,
#toast-container.toast-top-center .toast,
#toast-container.toast-bottom-center .toast{
    width: 500px !important;
}

.modal-content{
    top: 0 !important;
    left: 0 !important;
}

body #unityPlayer{
    visibility: visible;
}

body.modal-open #unityPlayer{
    visibility: hidden;
}

.greyed-out{
    color: #999999;
}

.toast-top-right{
    top: 0 !important;
}

.align-to-button{
    padding-top: 5px;
}

.disabled-text{
    color: #aaa !important;
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #888;
}

.dialog-contents{
    background-color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background-color: #fff;
    border-radius: 3px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4189c7 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4189c7 !important;
}

.form-group.in-card{
    margin-bottom: 0px;
}