﻿/* #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;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3,
.col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

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;
}

/*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;
}

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;
}

/***************************/
/* Boostrap overrides      */

.navbar .btn, .navbar .btn-group {
    /*margin-top: 10px;*/
}

.navbar-fixed-top .navbar-inner {
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
}

.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: 96px;
    height: 96px;
    text-align: center;
    position: relative;
}

.attachmentAnnotated {
    opacity: 0;
    transition: .5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 72, 139, 0.9);
    color: white;
    text-align: center;
    font-weight: 400;
}
.attachmentAnnotated:hover {
    opacity: 1;
}
.attachmentAnnotatedIcon {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    bottom: 2px;
    right: 2px;
    padding: 2px;
    background-color: #0060df;
    color: white;
    position: absolute;
}
.annotationWarning {
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 4px;
}
.attachmentExternalMark {
    height: 28px;
    width: 28px;
    color: white;
    top: -2px;
    left: -2px;
    border-style: solid;
    border-width: 2px;
    border-radius: 2px;
    border-color: white;
    background-color: rgb(0, 72, 139);
    position: absolute;
}

.keywords-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
    max-height: 36px;
    overflow: hidden;
    line-height: 12px;
    padding: 0;
    margin-top: 4px;
}

.keyword-label {
    margin: 0;
    white-space: nowrap;
    height: 16px;
    padding: 2px 6px;
}

.flex-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex-horizontal-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
}

.align-start {
    align-items: start;
}

.w-full {
    width: 100%;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.justify-between {
    justify-content: space-between;
}
.attachmentThumbnail-image {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

/* 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%;
    }
}*/


div#unityPlayer {
    /*background-color: #ff0000;*/
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.unityPlayerPosition {
    z-index: 9999;
}
/*.unityPlayerPosition_hidden{
    left: -3000px;
    position:absolute;
}*/

/* Media queries for new layout - 02.2014 */
@media only screen and (max-width: 1280px)
{
    .buttonTab
    {
        max-width: 100%;
    }

    /*.unityPlayerPosition{
        position: absolute;
        left: 690px;
    }

    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;
}

.loginErrors li{

}

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;
}

.label{
    /*padding: 0.1em 0.6em 0.3em;*/
}

.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;
}

.dontBreakOnSpaces{
    white-space: nowrap;
}

.sortingLink 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{

}

.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;
}

.uploadSection{
    /*width: 270px;*/
}

.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{

}

.mainHeader_container .titleText{
    background-color: #00488b;
    padding: 3px 10px 5px 10px;
    /*margin-left: -10px;*/
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-weight: bold;
}


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;
}

.discrepanciesTable{

}

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: #9f00d3;
}

table.discrepanciesTable .label-notSubmitted{
    padding: 0 2px 2px 2px;
    background-color: transparent;
    color: #cd0000;
}

table.discrepanciesTable .label-pending-approval {
    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, #confirmDiv2, #confirmViewsDiv, #confirmViewsDiv2 {
    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{
    
}

#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;
}

.form-control-inline {
    display: inline-block;
    height: 34px;
    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;
}


.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;
}

.model-type-position-list-dropdowns .dropdown-menu {
    min-width: 500px !important;
}

.alerts{
    display: none;
}

.grey-background{
    background-color: #eaeaea;
}

.padding-bottom-10{
    padding-bottom: 10px;
}

.padding-top-10{
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.dropdown-menu strong{
    font-weight: bold !important;
}

.top-border{
    border-top: 1px solid #bbb;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #cccccc;
}

.pointer{
    cursor: pointer;
}

.text-bold{
    font-weight: bold !important;
}

.open {
    border: 2px solid #666;
}

.model-type-table .open {
    border: none;
}

.ngdialog.ngdialog-theme-default.custom-width-800 .ngdialog-content {
    width: 800px;
}

.ngdialog.ngdialog-theme-default.custom-width-900 .ngdialog-content {
    width: 900px;
}

.ngdialog.ngdialog-theme-default.custom-width-650 .ngdialog-content {
    width: 650px;
}

.ngdialog.ngdialog-theme-default.custom-width-750 .ngdialog-content {
    width: 750px;
}

.ngdialog.ngdialog-theme-default.custom-width-85percent .ngdialog-content {
    width: 85%;
}

.ngdialog.ngdialog-theme-default.custom-width-65percent .ngdialog-content {
    width: 65%;
}

.ngdialog.ngdialog-theme-default.custom-ngdialog-scrollable .ngdialog-content {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.padding-left-for-input {
    padding-left: 20px;
}

.empty-suggested-position{
    background-color: #ff6a00;
}

.component-suggestion-row:hover{
    background-color: #ccc;
}

.button-disabled{
    background-color: #cccccc !important;
    cursor: default !important;
}

.match-groups-panel {
    background-color: #cccccc;
    border-radius: 3px;
    border: solid 1px #888888;
    padding: 10px;
    position: relative;
}

.match-groups-block {
    width: 27%;
    margin-right: 10px;
}

.match-groups-block-name{
    text-align: center;
    font-weight: bold;
    color: #194D7B;
    padding: 0 0 10px 0;
    font-size: 18px;
}

.match-groups-block-row {
    background-color: #eeeeee;
    border-radius: 3px;
    border: solid 1px #888888;
    padding: 10px 0 10px 10px;
    color: #194D7B;
    margin-bottom: 3px;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.scrolling-wrapper .card {
    display: inline-block;
}


/* The dnd-list should always have a min-height, otherwise you can't drop to it once it's empty */
.match-groups-block ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

 /* The dndDraggingSource class will be applied to the source element of a drag operation. It makes
    sense to hide it to give the user the feeling that he's actually moving it. */
.match-groups-block ul[dnd-list] .dndDraggingSource {
    display: none;
}

 /* An element with .dndPlaceholder class will be added to the dnd-list while the user is dragging over it. */
.match-groups-block ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.match-groups-block ul[dnd-list] li {
    display: block;
    /*margin-bottom: -1px;*/

    background-color: #eeeeee;
    border-radius: 3px;
    border: solid 1px #888888;
    padding: 10px 0 10px 10px;
    color: #194D7B;
    margin-bottom: 3px;
    cursor: grab;
}

.match-groups-block ul[dnd-list] li div.col-md-10,
.match-groups-block ul[dnd-list] li div.col-md-2{
    position: static !important;
}

.match-groups-block ul[dnd-list] li:hover {
    background-color: #ddd;
}

.match-groups-block ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.left-scroller,
.right-scroller{
    position: fixed;
    top: 50%;
    width: 30px;
    height: 50px;
}

.left-scroller {
    left: 15px;
}

.right-scroller{
    left: auto;
    right: 35px;
}

.scroller-inside {
    position: relative;
    width: 50px;
    height: 120px;
    cursor: pointer;
}

.scroller-background {
    position: absolute;
    background-color: #000;
    opacity: 0.3;
    width: 50px;
    height: 120px;
}

.left-scroller .scroller-background {
    border-radius: 0 4px 4px 0;
}

.right-scroller .scroller-background {
    border-radius: 4px 0 0 4px;
}

.scroller-chevron {
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 32px;
    left: 6px;
    font-size: 40px;
}

.group-match-row {
    border-top: solid 1px #ccc;
    padding: 5px 0;
}

div.group-match-row:nth-child(even) {
    background: #eee;
}

div.group-match-row:nth-child(odd) {
    background: #fff;
}

.noBottomMargin{
    margin-bottom: 0 !important;
}

.ngdialog.ngdialog-theme-default .ngdialog-content{
    font-size: 16px !important;
}

.col-dab-1, .col-dab-2, .col-dab-3, .col-dab-4, .col-dab-5, .col-dab-6, .col-dab-7, .col-dab-8, .col-dab-9, .col-dab-10
.col-dab-11, .col-dab-12, .col-dab-13, .col-dab-14, .col-dab-15, .col-dab-16, .col-dab-17, .col-dab-18, .col-dab-19, .col-dab-20
.col-dab-21, .col-dab-22, .col-dab-23, .col-dab-24, .col-dab-25 {
    float: left;
    padding: 0 7px;
}

.col-dab-1 {
    width: 4%;
}

.col-dab-2 {
    width: 8%;
}

.col-dab-3 {
    width: 12%;
}

.col-dab-4 {
    width: 16%;
}

.col-dab-5 {
    width: 20%;
}

.col-dab-6 {
    width: 24%;
}

.col-dab-7 {
    width: 28%;
}

.col-dab-8 {
    width: 32%;
}

.col-dab-9 {
    width: 36%;
}

.col-dab-10 {
    width: 40%;
}

.col-dab-11 {
    width: 44%;
}

.col-dab-12 {
    width: 48%;
}

.col-dab-13 {
    width: 52%;
}

.col-dab-14 {
    width: 56%;
}

.col-dab-15 {
    width: 60%;
}

.col-dab-16 {
    width: 64%;
}

.col-dab-17 {
    width: 68%;
}

.col-dab-18 {
    width: 72%;
}

.col-dab-19 {
    width: 76%;
}

.col-dab-20 {
    width: 80%;
}

.col-dab-21 {
    width: 84%;
}

.col-dab-22 {
    width: 88%;
}

.col-dab-23 {
    width: 92%;
}

.col-dab-24 {
    width: 96%;
}

.col-dab-25 {
    width: 100%;
}

.inputlike-box{
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.maintenance-steps textarea,
.maintenance-steps .inputlike-box,
.work-scopes textarea,
.work-scopes .inputlike-box {
    height: 135px;
}

.maint-step-trash{
    font-size: 20px;
    padding-top: 40px;
}

.work-scope-trash{
    font-size: 20px;
    padding-top: 10px;
}

.link-disabled{
    color: #ccc;
}

.text-large{
    font-size: 28px;
}

.suggest{
    position: relative;
}

.suggestions-outer{
    background-color: #fff;
    border: 1px #888 solid;
    padding: 7px;
    width: 150px;
    height: 220px;
    position: absolute;
    top: 35px;
    z-index: 9999;
    overflow: hidden;
}

.suggestions-inner {
    background-color: #fff;
    width: 170px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.suggestion{
    cursor: pointer;
}

.suggestHeight1{
    height: 60px;
}

.suggestHeight2 {
    height: 82px;
}

.suggestHeight3 {
    height: 103px;
}

.suggestHeight4 {
    height: 124px;
}

.suggestHeight5 {
    height: 146px;
}

.suggestHeight6 {
    height: 168px;
}

.suggestHeight7 {
    height: 192px;
}

.suggestHeight8 {
    height: 212px;
}

.suggestHeight9 {
    height: 232px;
}

.suggestHeight10 {
    height: 272px;
}

.suggestion-all-highlight,
.suggestion-hover {
    background-color: #00488b;
    color: #fff;
}

.sugest-clear{
    background-color: #fff;
    border: 1px solid #666;
    padding: 3px;
    position: absolute;
    top: 35px;
    left: 152px;
    width: 70px;
    z-index: 9999;
    cursor: pointer;
}

.two-lined-textarea textarea{
    height: 50px !important;
}

.bottom-line-separator{
    padding-bottom: 15px;
    border-bottom: 1px solid #666666;
}

div.maintenance-step,
div.work-scope {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

div.maintenance-step:nth-child(odd),
div.work-scope:nth-child(odd) {
        background-color: #fff;
    }

div.maintenance-step:nth-child(even),
div.work-scope:nth-child(even) {
    background-color: #ddd;
}

.white-area{
    background-color: #fff;
}

.panel-padding{
    padding: 5px 10px 10px 10px;
}

strong {
    font-weight: bold !important;
}

.filter-shortcut{
    background-color: #999999;
    color: #eee;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 10px;
    padding: 1px 5px 3px 6px;
    display: inline-block;
    margin-top: 5px;
}

.filter-shortcut:hover{
    background-color: #555;
    color: #fff;
}

.filter-shortcut-remove:hover{
    color: #ffa500;
    cursor: pointer;
}

.filter-panel {
    background-color: #ddd;
    border: solid 1px #888;
    border-radius: 5px !important;
}

.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
}

.regular-checkbox:active, 
.regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	background-color: #fff;
	border: 1px solid #aaa;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:focus,
.regular-checkbox:active:focus,
.regular-checkbox:checked:focus,
.regular-checkbox:checked:active:focus,
.regular-checkbox:checked:after:focus {
    outline: none !important;
}

.regular-checkbox:checked:after {
	content: '\2714';
	font-size: 13px;
    font-weight: bold;
	position: absolute;
	top: -4px;
	left: 1px;
	color: #444;
    outline: none !important;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none !important;
}

.border-bottom-grey{
    padding-bottom: 15px;
    border-bottom: 1px #888 solid;
}

.filter-sub-panel{
    border: solid 1px #888;
    border-radius: 5px;
    background-color: #efefef;
    padding: 15px;
}

.drop-down-item-not-available{
    color: #bbb;
}

.input-error{
    border-color: #cd0000;
    border-width: 2px;
}

.text-error{
    color: #cd0000;
}

.position-groups h1,
.position-groups h2,
.position-groups h3 {
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 500;
}

.info-small-label {
    font-size: 11pt;
    color: #860000;
    font-weight: normal;
    margin-bottom: 0px;
}

.markedInvalid {
    color: red;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

.etree-thumbnails {
    position: fixed;
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.etree-modal-content{
    width:90%;
    height: 95%;
    overflow:auto;
}
.etree-col-header {
    font-weight: bold;
    background-color: #EFEFEF;
}

.etree-thumb {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.etree-image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.etree-image-container {
    position:relative;
}

.etree-check {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 12px;
    height: 12px;
}

.etree-image-container {
    background-color: #EFEFEF;
}

.etree-image-title{
    overflow-wrap: anywhere;
    font-size: 13px;
    padding:1px;
}