﻿.documentSubHeading {
    background-color: #209cd3;
    color: white;
    float: left;
    width: 100%;
    font-weight: bold;
}

.documentheading {
    color: #209cd3;
}

.form-control label input {
    vertical-align: top;
    margin-right: 5px;
}

.btn-large {
    padding: 13px 17px 7px !important;
    font-size: 28px !important;
}

.btn-info {
    color: white !important;
}

.btn-success {
    color: white !important;
}

a {
    color: #209cd3 !important;
}

.panel {
    box-shadow: none !important;
    margin-bottom: 0px !important;
}

.panel-body {
    padding: 15px;
}

.mainGrid {
    min-width: 300px;
    min-height: 590px;
}

.jlgfgBlue {
    color: #5BC0DE !important;
}

.jlgfgDefault {
    color: white !important;
}

.jlgfgGray {
    color: #cccccc;
}

.jlgbgBlue {
    background-color: #5BC0DE !important;
}

.jlgbgGray {
    background-color: #cccccc;
}

.jlgDivider {
    height: 1px;
    width: 100%;
    /*margin-bottom: 20px;*/
}

.jlgFiller10 {
    width: 100%;
    height: 10px;
}

.jlgFiller15 {
    width: 100%;
    height: 15px;
}

.jlgHeading {
    margin-bottom: 15px;
    font-size: 30px;
    margin-top: 0px;
    padding-top: 15px;
}

.jlgHeadingBig {
    font-size: 30px;
    padding-top: 15px;
}

.jlgSubHeadingBig {
    font-size: 20px;
}

.jlgGreyLine {
    height: 1px;
    background-color: #999999;
    width: 100%;
}

.jlgGreyBlock {
    background-color: #bbbbbb;
    color: white;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 41px;
}

.jlgSmallScrollBlock {
    padding: 15px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 15px;
    max-height: calc((100vh - 500px) / 2);
    min-height: 50px;
    height: calc((100vh - 500px) / 2);
}

.headerGrad {
    background: -webkit-linear-gradient(#FFFFFF, #F0F0EE ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #F0F0EE ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #F0F0EE ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #F0F0EE ); /* Standard syntax */
}

.mainHeader {
    width: 100%;
    padding-left: 2% !important;
    padding-right: 2% !important;
    margin: 0;
    height: 88px;
}

.mainNavbar {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0px;
    box-shadow: none !important;
}

body {
    padding-left: 2% !important;
    padding-right: 2% !important;
}

/* override bootstrap default menu style navbar-default*/
/* hovering over unopened top level item*/
.navbar-default .navbar-nav > li > a:hover {
    color: #5BC0DE !important;
}

/*opened top level item*/
.navbar-default .navbar-nav > .open > a:focus {
    color: white !important;
    background-color: #5BC0DE !important;
    background-image: none;
}

/* hovering over opened menu subitem*/
.dropdown-menu > li > a:hover {
    color: white !important;
    background-color: #5BC0DE;
    background-image: none;
}

/* override bootstrap default menu style none*/
/* hovering over unopened top level item*/
.navbar-nav > li > a:hover {
    color: #5BC0DE !important;
}

.navbar-nav > li > a {
    color: #666666 !important;
}

/*opened top level item*/
.navbar-nav > .open > a:focus {
    color: white !important;
    background-color: #5BC0DE !important;
    background-image: none;
}

/* hovering over opened menu subitem*/
.dropdown-menu > li > a:hover {
    color: white !important;
    background-color: #5BC0DE;
    background-image: none;
}


/* add hover to grid - todo move to a grid css*/
.ui-grid-row:nth-child(odd):hover .ui-grid-cell {
    background: #C4EDFD;
}

.ui-grid-row:nth-child(even):hover .ui-grid-cell {
    background: #C4EDFD;
}

/* hide the pagination page size picker*/
.ui-grid-pager-row-count-picker {
    visibility: hidden !important;
}

.ui-grid-pager-panel {
}

.ui-grid-pager-container {
    width: 57%;
    border: 0px solid;
}

.ui-grid-pager-control {
    border: 0px solid;
    float: right !important;
    padding-top: 1px;
}

.ui-grid-pager-max-pages-number {
    visibility: hidden !important;
    display: none !important;
}

/* fixes the menu collapse - menu needs to collapse @1036 so that float right part can be accomodated*/
/* now @ 1107*/
/* now @ 1472px*/
/* now @ 1488px*/
@media (max-width: 1488px) {
    .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;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 590px) {
    .jlgHeadingBig {
        font-size: 20px;
    }

    .jlgSubHeadingBig {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    a.navbar-brand {
        margin-top: 0px !important;
    }
}

@media (max-width: 500px) {
    a.navbar-brand {
        margin-top: 0px !important;
        float: none;
        white-space: nowrap;
        padding: 0px;
    }
}

.mainSearchLabel {
    margin-bottom: 3px;
}

.navbar-brand.easybuildplus {
    padding-left: 0px !important;
    height: 65px !important;
}

.form-control {
    width: 60% !important;
}

    .form-control:focus {
        border-color: #c4edfd !important;
        /*box-shadow:none !important;*/
    }

.select2-container .select2-choice {
    border:1px solid transparent !important;
    height:inherit !important;
    margin-top: -7px;
    margin-left: -13px;
    width: calc(100% + 26px);
    line-height: 32px !important;
}

/* 
    SELECT 2 OVER-RIDES
*/
.select2-drop-active {
    border: 1px solid #C4EDFD !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #C4EDFD !important;
}
.select2-results .select2-highlighted {
    background: #5BC0DE !important;
}

.select2-chosen {
    color: #555 !important;
}

/* MODAL STUFF */
.caseViewLeft {
    padding-left: 0px !important;
    padding-right: 4% !important;
}

.caseViewRight {
    padding-left: 4% !important;
    padding-right: 0px !important;
}

/* main modal dialog */
@media (min-width: 1200px) {
    .modal-lg {
        width: 1170px;
    }
}



.modal-dialog {
    top: 60px;
}

    .modal-dialog.modal-lg > div.modal-content {
        top: 0px;
        height: calc(100vh - 117px);
    }

@media (max-width: 1199px) {
    .modal-lg {
        width: 90%;
    }
}



@media (max-width: 992px) {
    .modal-lg {
        width: 95%;
    }

    .modal-dialog.modal-lg > div.modal-content {
        top: 0px;
        height: auto;
    }

    .jlgLabel {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .caseViewLeft {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .caseViewRight {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.jlgBottom {
    padding: 10px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.jlgBottomNoPad {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* search related stuff */
.searchLabel {
    margin-top: 6px;
    padding: 0 !important;
    font-weight: normal;
}

.mainSearchLabel {
    margin-bottom: 3px;
    padding: 0px !important;
}

/* header stuff*/
.headerGrad {
    background: -webkit-linear-gradient(#FFFFFF, #F0F0EE ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #F0F0EE ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #F0F0EE ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #F0F0EE ); /* Standard syntax */
}

.mainHeader {
    width: 100%;
    padding-left: 2% !important;
    padding-right: 2% !important;
    margin: 0;
    height: 88px;
}

.mainNavbar {
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0px;
    box-shadow: none !important;
}

body {
    padding-left: 2% !important;
    padding-right: 2% !important;
}


/* GRIDS */

/* add hover to grid - todo move to a grid css*/
.ui-grid-row:nth-child(odd):hover .ui-grid-cell {
    background: #C4EDFD;
}

.ui-grid-row:nth-child(even):hover .ui-grid-cell {
    background: #C4EDFD;
}

/* hide the pagination page size picker*/
.ui-grid-pager-row-count-picker {
    visibility: hidden !important;
}

.ui-grid-pager-panel {
}

.ui-grid-pager-container {
    width: 57%;
    border: 0px solid;
}

.ui-grid-pager-control {
    border: 0px solid;
    float: right !important;
    padding-top: 1px;
}

.ui-grid-pager-max-pages-number {
    visibility: hidden !important;
    display: none !important;
}

.mainGrid {
    min-width: 300px;
    min-height: 590px;
}

.jobsGrid {
    /*width: 100%;*/
}

/*
    BOOTSTRAP OVER-RIDES
*/
.form-control:focus {
    border-color: #C4EDFD !important;
}

/*
    SELECT 2 OVER-RIDES
*/
.select2-drop-active {
    border: 1px solid #C4EDFD !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #C4EDFD !important;
}

.select2-results .select2-highlighted {
    background: #5BC0DE !important;
}

/*

div.has-error > div.ui-select-container {
  border-color: #a94442;
}
*/

/* checkboxes */
.chkAlign {
    position: relative;
    top: +2px;
}

.jlgChk {
    cursor: pointer;
}

/* REPEATER CLASSES */
.jlgBack {
    background-color: #ffffff;
}

.jlgBackAlt {
    background-color: #efefef !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* special glendon classes*/
.glendon {
    position: relative;
    top: +1px;
}

.glendon2 {
    position: relative;
    top: +2px;
}

.glendon4 {
    position: relative;
    top: +4px;
}

.glendon-reverse {
    position: relative;
    top: -1px;
}

.google-map {
    width: 100%;
    height: 100%;
}

.info-window-noscroll {
    line-height: 1.35;
    overflow: hidden;
    white-space: normal;
}

/* RESPONSIVE CHANGES */

/* fixes the menu collapse - menu needs to collapse @1036 so that float right part can be accomodated*/
/* now @ 1107*/
/* now @ 1472px*/
/* now @ 1488px*/
/* now @ 1528px*/
@media (max-width: 1528px) {
    .jlgHeader-Button {
        width: 180px;
    }
}

@media (max-width: 1361px) {
    .jlgHeader-Button {
        width: 160px;
    }
}

@media (max-width: 1280px) {
    .jlgHeader-Button {
        width: 130px;
    }
}

@media (max-width: 1155px) {
    .jlgHeader-Button {
        width: 110px;
    }
}

/*

        .modal-dialog.modal-lg > div.modal-content {
        top: 0px;
        height: calc(100vh - 117px);
    }


*/

.jlgWizHeading {
    font-size: 30px;
    padding-top: 0;
}

.jlgWizStep {
    width: 50%;
    text-align: right;
    float: right;
}

.jlgWizName {
    width: 50%;
    float: left;
}

.jlgWizSubHeading {
    font-size: 20px;
}

.wizHeader, .wizHeaderRow {
    padding-bottom: 0 !important;
}

.jlgWizTextBox {
    height: 100% !important;
}

.panel-default {
    border-color:transparent !important;
}

/* SIGNATURE PAD */
.jlgSig{
    border:solid; 
    border-width:1px;
    max-height: calc((100vh - 600px) );
    min-height: 80px;

}