#bpgImg {
	display: table;
	width: 320px;
	padding-left: 0px;
	position: absolute;
}

	#bpgImg img {
		display: table-cell;
		height: 50px;
		width: 165px;		
		position: absolute;
	}

.navbar {
	height: 65px;
}

.container-fluid {
	padding-top:8px;
}

#btnReportIssue {
	display: none !important;
}

.navbar-brand {
	float: right;
	line-height: inherit;
}

.bold-label {
	font-weight: bold;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

#main-menu {
    background-color: #2E3039;
}

.list-group-item {
    background-color: #34495e;
    border-top: 1px solid white;
    border-right: none;
    border-left: none;
}

a.list-group-item {
    color: #FFF;
    cursor: pointer;
}

    a.list-group-item:hover,
    a.list-group-item:focus {
        background-color: #1abc9c;
    }
    /*green*/

    a.list-group-item.active,
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
        color: #FFF;
        background-color: #1abc9c;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.list-group-level1 .list-group-item {
    padding-left: 30px;
}

.list-group-level2 .list-group-item {
    padding-left: 60px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

	.navbar-nav {
		float: none !important;
		margin-top: 7.5px;
		background-color: #34495e;
	}

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .dropdown-menu {
        background-color: #0076b4;
        border: none;
        width: auto;
        color: white;
    }

        .dropdown-menu > li > a {
            color: white;
        }

            .dropdown-menu > li > a:hover {
                color: #0076b4;
                background-color: white;
                padding: 0;
            }
}

@media (min-width: 768px) {
    .container-border {
        border-right: 1px solid black;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.modal-content-attach table td {
    padding: 5px;
    border: 1px solid #34495e;
}

.modal-content-attach {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-content-invoice {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header-invoice {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer-invoice {
    padding: 8px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.notes table, th, td {
    border: 1px solid #34495e;
}

.notes td {
    border: 1px solid #34495e;
    padding-left: 5px;
}

.notes th {
    padding: 5px;
    text-align: center;
}

div.scrollable {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.notes a {
    color: #34495e;
}

.insurance table, th, td {
    border: none;
    padding: 0;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-top: 15px;
    /* Set the fixed height of the footer here */
    /* Vertically center the text there */
    background-color: #34495e;
    color: white;
}

    .footer a {
        color: white;
    }

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .viewBtn {
        margin-left: 15px;
    }

    .saveBtn {
        margin-right: 0;
        padding-right: 0;
    }

    .margin-buffer {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0;
    }
}

@media (max-width: 720px) {
    .pull-left-vp {
        /*float: left;*/
    }
}

@media (min-width: 721px) {
    .pull-left-vp {
        float: left;
    }
    #notificationsMailList {
        left: 30px;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #cancel {
        margin-left: 10px;
        float: none;
    }

    .inputMaterial:focus ~ label,
    .inputMaterial:valid ~ label {
        left: 13px;
    }

    !important label {
        left: 15px;
    }

    !important .viewBtn {
        margin-left: 25px;
        color: red;
    }
}
/* Portrait tablets and small desktops SM*/
@media (min-width: 768px) and (max-width: 991px) {
    .viewBtn {
        margin-top: 10px;
    }

    .editBtn {
        margin-top: 10px;
    }

    .saveBtn {
        margin-top: 10px;
    }

    .cancelBtn {
        margin-top: 10px;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .inputMaterial:focus ~ label,
    .inputMaterial:valid ~ label {
        left: 10px;
    }

	#bpgImg {
		padding-left: 15px;
	}

    !important #cancel {
        margin-top: 20px;
        float: right;
    }

    .viewBtn {
        margin-top: 10px;
    }

    .editBtn {
        margin-top: 10px;
    }

    .saveBtn {
        margin-top: 10px;
    }

    .cancelBtn {
        margin-top: 10px;
    }

    .divfooter-list {
        margin-left: -20px;
        font-size: .8em;
        padding: 0px;
    }

    .divalign-FooterText {
        margin-left: -36px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .viewBtn {
        margin-top: 10px;
    }

    .editBtn {
        margin-top: 10px;
    }

    .saveBtn {
        margin-top: 10px;
    }

    .cancelBtn {
        margin-top: 10px;
    }

    [id^="divNewScheduleDate_"] {
        width: 84% !important;
    }
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    line-height: 4em;
}


#lblErrorMessage {
    color: red;
}


.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #DACFCF;
    top: 0px;
    z-index: 99999;
    opacity: 0.1;
    cursor: wait;
}

#cntRememberMe:hover, #lblRememberMe:hover, #chkRememberMe:hover {
    cursor: pointer;
}


#chkRememberMe {
    width: 14px;
    height: 14px;
}

.help-block {
    margin-top: 0px;
    color: #FF0000;
    width: 255px;
    margin: auto;
    height: 0px;
}

#container {
    display: block;
}

.input-group-btn {
    top: 0px !important;
}

/*tooltip*/
.tooltipLink {
    cursor: help;
    position: relative;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    padding-bottom: 10px;
    z-index: 500;
}

    .tooltipLink .tooltip {
        background: #7d7d7d;
        top: 100%;
        color: #fff;
        display: block;
        /*left: 0;*/
        right: 0;
        margin-bottom: 15px;
        opacity: 0;
        padding: 6px;
        pointer-events: none;
        position: absolute;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .tooltipLink .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

    /* CSS Triangles - see Trevor's post */
    /*.tooltipLink .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #7d7d7d 10px;
    top: -10px;
    content: " ";
    height: 0;
    right: 10px;
    margin-left: -13px;
    position: absolute;
    width: 0;
        }*/

    .tooltipLink:hover .tooltip, .tooltipLink:focus .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

/* IE can just show/hide with no transition */
.lte8 .tooltipLink .tooltip {
    display: none;
}

.lte8 .tooltipLink:hover .tooltip {
    display: block;
}

.errorIcon {
    text-align: right;
    color: #a94442;
    top: 10px;
    z-index: 2;
    position: absolute;
    right: 12px;
}

#notesTab_mainMenu {
    display: none;
}

#notesTab_navBar {
    display: none;
}

/*----- [Start] NVA-628 Nov 28, 2016 -----*/
/*@media only screen and (max-device-width: 480px) and (orientation: portrait) {*/
@media only screen and (max-width:420px) and (orientation: portrait) {
    body {
        width: 70vw;
        height: 80vh;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
/*----- [End] NVA-628 Nov 28, 2016 -----*/


.dhtmlxGrid_selection {
    background-color: #1abc9c !important;
    opacity: .3 !important;
}


#dialogVPDomainWarning .modal-dialog, #CustomBootStrapaAlert .modal-dialog {
    max-width: 310px;
    margin: 30px auto;
}

#dialogVPDomainWarning .modal-header, #CustomBootStrapaAlert .modal-header {
    background-color: #1abc9c;
    color: white;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px;
}


#dialogVPDomainWarning .modal-body, #CustomBootStrapaAlert .modal-body {
    text-align: center;
}

#dialogVPDomainWarning .modal-footer, #CustomBootStrapaAlert .modal-footer {
    text-align: center;
    padding: 5px;
}

#dialogVPDomainWarning .btn-primary, #CustomBootStrapaAlert .btn-primary {
    width: 75px;
}

.modalDlgReportIssue {
    width: 85%;
    max-width: 640px;
    margin: 10px auto;
}

@media(min-width:320px) and (max-width:570px) {
    [id^="divNewScheduleDate_"] {
        width: 72%;
    }
}

#btnPrint {
    width: 80px;
}

@media screen and (max-width: 1024px) {
    html, body {
        z-index: 0 !important;
        overflow: scroll !important;
    }
}

/*NVA 614 CSS*/
.sub-modal-content {
    border: 1px solid black;
    border-radius: 15px;
    height: 355px;
    margin-top: 4px;
    padding:15px;
    padding-bottom:0px;
}

.sub-modal-header {
    padding: 2px 15px;
    border-bottom: 1px solid #1abc9c;
    background-color: #e1e1e1;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 1.1em;
    background-color: #1abc9c;
    color: white;
    padding-bottom: 0px;
    padding-top: 0px;
}


modal-header {
    /*padding: 9px 15px;*/
    padding: 2px 15px;
    background-color: #e1e1e1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #555;
    font-size: 1.11em;
    border-top: 1px solid #fff;
}

.rightborder {
    border-right: solid 1px;
}

.leftborder {
    border-left: solid 1px;
}

.small, small {
    font-size: 80%;
}

#rightBody .boxSection {
    border: none;
}

    #rightBody .boxSection:nth-child(even) {
        border-right: 1px solid #0076b4;
    }

    #rightBody .boxSection:nth-child(1) {
        border-bottom: 1px solid #0076b4;
    }

    #rightBody .boxSection:nth-child(2), #rightBody .boxSection:nth-child(3) {
        margin-bottom: -11px;
        padding-top: 4px;
    }
.chkVendorNotificationUpdate{
    display: inline-block;width: 22px;
    height: 22px;
    border: 1px solid #1abc9c;
    cursor: pointer; 
    vertical-align: middle;
}

.notification-message{
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color:#34495e;
}

.notification-message span{ 
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color:#34495e;
}
.notification-date{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size:13px;
    padding-top:10px;
    color:#34495e;
}
@media (max-width:400px) {
     #btnVendorNotificationUpdate {
        float:left;
        margin-top:42px;
    }
}

@media (min-width:768px) {
     .notification-date {
        text-align:right;
    }
}

.dropdown-toggle::after {
    content: none;
}
.show{
    display:inline !important;
}
.list-group-item + .list-group-item {
border-top-width:1px !important;
}
.accordion-toggle{
    cursor:pointer !important;
}
.fade {
    transition: opacity .15s linear;
    opacity:1;
}
.modal.show .modal-dialog {
    transform: none;
}
/*.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px);
}*/
.modal-backdrop.show {
    opacity: 0.5;
}