@font-face {
    font-family: 'RobotoWebFont';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?iefix') format('eot'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#webfont') format('svg');
}

/* Glyphicons (Bootstrap 3 font - not in Bootstrap 5) */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype');
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-user:before { content: "\e008"; }
.glyphicon-globe:before { content: "\e135"; }
.glyphicon-envelope:before { content: "\2709"; }
.glyphicon-earphone:before { content: "\e182"; }
.glyphicon-chevron-right:before { content: "\e080"; }
.glyphicon-chevron-left:before { content: "\e079"; }
.glyphicon-chevron-up:before { content: "\e113"; }
.glyphicon-chevron-down:before { content: "\e114"; }

body {
    font-family: "RobotoWebFont", Helvetica, Arial, sans-serif;
    font-size:14px;
}

* {
    color: #000;
}

.HeaderContainer {
    color: #fff;
    font-size: 11px;
    margin-left: 0px;
    margin-right: 0px;
    min-height: 70px;
}

    .HeaderContainer .Brandlogo {
        width: 250px;
        height: 70px;
        padding: 5px 10px;
        display: table-cell;
    }



    .HeaderContainer .topHeaderMenu li a {
        font-size: 14px;
        line-height: 18px;
        /* color: #42bdff;*/
        padding: 5px 0px 5px 20px;
    }


        .HeaderContainer .topHeaderMenu li a:hover {
            background: transparent !important;
            color: #bb2d18;
        }

    .HeaderContainer .userDetails {
        font-size: 14px;
        line-height: 30px;
        /*color: #fff;*/
        padding: 5px 0px 5px 5px;
    }

.MenuContainer {
    padding: 0px;
    position: fixed;
    left: 0px;
    width: 50px;
}

.PddingRLBT {
    padding: 0px;
}
.cont-pad a{ text-decoration:none;}
.cont-pad.help-pad .tabs-bod {
    padding-left: 20px;
}
.cont-pad.help-pad h3 {
    font-size: 24px;
}


.Footer {
    position: fixed;
    bottom: 0px;
    background: #fff;
    z-index: 1500;
    width: 100%;
    padding: 5px;
}

/*Panel Stylings*/

.clickable {
    cursor: pointer;
}

.panel-heading span {
    
    font-size: 15px;
}

    .panel-heading span i {
        padding: 0 5px;
    }

.panel {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #103345;
    margin-bottom: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #fff;
    color: #184760;
    border-bottom: #103345 1px solid;
    display: flex;
    justify-content: space-between;
  padding:6px 15px;
}
.row{ width:100%;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: inherit;
}

.panel-body .col-sm-2,
.panel-body .col-sm-3,
.panel-body .col-sm-1 {
    padding-left: 0px;
    padding-right: 0px;
}

.panel-body .col-sm-4,
.panel-body .col-sm-8,
.panel-body .col-sm-5,
.panel-body .col-sm-7,
.panel-body .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.panelInput {
    width: 100%;
    min-width: 100px;
    min-height: 26px;
    border-radius: 0px;
    border-color: #103345;
    border-width: 1px;
}

.request .panelInput {
    width: 80%;
}

.Panellabel {
    text-align: right;
    min-width: 100px;
}

.panel-body .panelInput {
    margin-bottom: 5px;
}

.select {
    color: #000;
}

.panel-body {
    position: inherit;
    padding-bottom: 3px;
    padding-top: 5px;
}


.accordionContent {
    background-color: White;
    border-color: #2F4F4F #2F4F4F;
    border-right: 1px solid #2F4F4F;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 10px 5px 5px;
}

.accordionHeaderSelected {
    background-color: #46494a;
    border: 1px solid #103346;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
}

.accordionHeader {
    background-color: #d9d9d9;
    border: 0px solid #b4b4b4;
    color: #103346;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px;
}

    .accordionHeader a {
        color: #103346;
        font-weight: 100;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

.accordionHeaderSelected a {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.accordionContent label {
    font-weight: 100;
    padding-left: 5px;
}

.accordionContent input[type=checkbox], input[type=radio] {
    margin-top: 3px;
}

.tab-content .TableView {
    width: 100%;
}

.request .note {
    background: #ffc02c;
    color: #3d3838;
    width: 80%;
    padding: 10px;
    margin: 5px auto;
}
.TopBarWrapper {
    border: solid;
    border-width: 1px;
    border-color: #dbdbdb;
    background-color: #ececec;
    padding: 5px;
    margin: 0 0 5px 0;
    border-radius: 4px;
}
/* Request Service page: yellow banner full width above form, centered text */
.request-service-page .request .note.request-service-yellow-banner {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 12px 15px;
    margin: 8px 0 15px 0;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
}
.RightContentTop {
    float: right;
}
.PageTitleTxt {
    font-size: 16px;
    font-weight: bold;
    color: #a6230e;
    float: left;
    padding: 5px 0 0 5px;
}
.ui-widget-header{ background:none;  border:none;}
.ui-tabs .ui-tabs-nav {
    font-size: 12px;
}
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
    .ui-widget.ui-widget-content{ border-bottom:none;}
    /* Request Service page: header font larger like image 2 */
    .request-service-page .panel-title {
        font-size: 16px;
        font-weight: 600;
    }

/* Request Service page: yellow banner full width on top, form below centered */
.request-service-page .container.request {
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.request-service-page .request .row {
    display: flex;
    justify-content: center;
}

.request-service-page .request .row > div:first-child {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: center;
}

.request-service-page .request table.req-ser {
    margin: 0 auto;
    width: 100%;
}

/* Request Service page: table alignment - labels and inputs vertically aligned */
.request-service-page .request table.req-ser th,
.request-service-page .request table.req-ser td {
    vertical-align: middle;
    padding: 3px 10px;
}

.request-service-page .request table.req-ser th {
    text-align: right;
    width: 140px;
    white-space: nowrap;
}

.request-service-page .request table.req-ser td {
    text-align: left;
}

/* Request Service page: date field and calendar icon beside each other */
.request-service-page .request-date-cell .request-date-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.request-service-page .request-date-cell .request-date-wrapper input {
    flex: 0 1 auto;
    width: 160px;
    min-width: 140px;
}

.request-service-page .request-date-calendar-icon {
    vertical-align: middle;
    margin: 0;
    padding: 2px;
}

/* Request Service page: dropdown and input text - consistent font and size */
.request-service-page .request select.panelInput,
.request-service-page .request table.req-ser select.panelInput,
.request-service-page .request input.panelInput,
.request-service-page .request table.req-ser input.panelInput,
.request-service-page .request textarea.panelInput,
.request-service-page .request table.req-ser textarea.panelInput {
    font-size: 14px;
    font-family: inherit;
    min-height: 32px;
    padding: 4px 8px;
}

.request-service-page .request select.panelInput,
.request-service-page .request table.req-ser select.panelInput {
    font-family: inherit;
}

/* Request Service page: input fields - consistent width */
.request-service-page .request .panelInput,
.request-service-page .request table.req-ser select.panelInput,
.request-service-page .request table.req-ser input.panelInput {
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    box-sizing: border-box;
}

.request-service-page .request .ReqFormTextArea,
.request-service-page .request table.req-ser textarea.panelInput {
    width: 100%;
    min-width: 260px;
    max-width: 320px;
    height: 80px;
    box-sizing: border-box;
}

.request .row {
    margin-bottom: 5px;
}

.ajax__calendar {
    position: inherit;
}

.loginform {
    top: 30%;
    left: 41%;
    background: #fff;
    position: absolute;
    width: 250px;
    padding: 10px 20px;
}

.LoginLogo {
    text-align: center;
}

.loginHeader {
    color: rgba(186, 45, 28, 1);
    text-align: center;
    padding-bottom: 20px;
    font-weight: 500;
}

.loginInputUser {
    width: 180px;
    background-image: url('../Images/username.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 5px 5px 5px 23px;
    border: solid;
    border-width: 1px;
    border-color: #CCC;
    outline: none;
    margin: 5px 0px;
}

.loginInputPassword {
    width: 180px;
    background-image: url(../images/password.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding: 5px 5px 5px 23px;
    border: solid;
    border-width: 1px;
    border-color: #CCC;
    outline: none;
    margin: 5px 0px;
}

.loginButton {
    width: 210px;
    background-color: #103346;
    padding: 10px 0px;
    border: none;
    color: #FFF;
    font-size: 15px;
    margin: 5px 0px;
    width: 100%;
    cursor: pointer;
}

    .loginButton:hover {
        background-color: #21536e;
    }


.LoginForgetPassword a {
    color: #aaa;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
}

    .LoginForgetPassword a:hover {
        color: #666;
    }


/* Main nav bar (Bootstrap 5) */
.navbar.navbar-dark {
    background-color: #103345 !important;
    padding:0px
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    padding: 8px 12px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-item.active .nav-link {
    background: #bb2d18;
    color: #fff;
}
  

    .navbar .dropdown-menu {
        background: #103345;
    }

.navbar .dropdown-menu .dropdown-item {
    color: #fff;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: #bb2d18;
    color: #fff;
}


.edit_menu .dropdown-toggle::after {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
}


.edit_menu .dropdown:hover .dropdown-toggle::after {
    border-color: #000000;
}
    /* Top header right - single row, right-aligned (like image 2) */
    .header-right-col {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

.topHeaderMenu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topHeaderMenu-wrapper .glyphicon-user {
    margin-right: 4px;
    vertical-align: middle;
}

.topHeaderMenu-wrapper .topHeader-user,
.topHeaderMenu-wrapper .topHeader-signout {
    display: inline-flex;
    align-items: center;
}

/* User icons: black */
.topHeaderMenu-wrapper .glyphicon {
    color: #000;
}

/* User details (yellow highlighted area): black */
.topHeaderMenu-wrapper .userDetails,
.topHeaderMenu-wrapper .topHeader-user {
    color: #000 !important;
}

/* Menu links only: blue */
.topHeaderMenu-wrapper .nav-link,
.topHeaderMenu-wrapper .topHeader-links-row a {
    color: #337ab7 !important;
}

.topHeaderMenu-wrapper {
    flex-direction: column;
    align-items: flex-end;
}

.topHeader-user-row {
    margin-bottom: 0px;
}

.topHeader-links-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}

.topHeaderMenu-wrapper .nav-link {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 5px 20px;
    text-decoration: none;
}

.topHeaderMenu-wrapper .nav-link:hover {
    background: transparent !important;
    color: #bb2d18;
}

.topHeaderMenu-wrapper .userDetails.billing-name {
    margin-left: 8px;
}
/*Button*/

.btn-bluestyle {
    color: #fff;
    background-color: #103345;
    border-width: 0;
    font-size:14px;
    border-radius: 0;
    padding: 4px 15px;
}

    .btn-bluestyle:focus,
    .btn-bluestyle.focus {
        color: #fff;
        background-color: #184760;
    }

    .btn-bluestyle:hover {
        color: #fff;
        background-color: #184760;
    }

    .btn-bluestyle:active,
    .btn-bluestyle.active,
    .open > .dropdown-toggle.btn-bluestyle {
        color: #fff;
        background-color: #184760;
    }

        .btn-bluestyle:active:hover,
        .btn-bluestyle.active:hover,
        .open > .dropdown-toggle.btn-bluestyle:hover,
        .btn-bluestyle:active:focus,
        .btn-bluestyle.active:focus,
        .open > .dropdown-toggle.btn-bluestyle:focus,
        .btn-bluestyle:active.focus,
        .btn-bluestyle.active.focus,
        .open > .dropdown-toggle.btn-bluestyle.focus {
            color: #fff;
            background-color: #204d74;
        }

    .btn-bluestyle:active,
    .btn-bluestyle.active,
    .open > .dropdown-toggle.btn-bluestyle {
        background-image: none;
    }

    .btn-bluestyle.disabled:hover,
    .btn-bluestyle[disabled]:hover,
    fieldset[disabled] .btn-bluestyle:hover,
    .btn-bluestyle.disabled:focus,
    .btn-bluestyle[disabled]:focus,
    fieldset[disabled] .btn-bluestyle:focus,
    .btn-bluestyle.disabled.focus,
    .btn-bluestyle[disabled].focus,
    fieldset[disabled] .btn-bluestyle.focus {
        background-color: #103346;
        border-color: #2e6da4;
    }




.btn-yellowstyle {
    color: #3f3e3d;
    background-color: #ffc02c;
    border-width: 0;
    border-radius: 0;
    padding: 2px 12px;
}

    .btn-yellowstyle:focus,
    .btn-yellowstyle.focus {
        color: #3f3e3d;
        background-color: #e09f06;
    }

    .btn-yellowstyle:hover {
        color: #3f3e3d;
        background-color: #e09f06;
    }

    .btn-yellowstyle:active,
    .btn-yellowstyle.active,
    .open > .dropdown-toggle.btn-bluestyle {
        color: #3f3e3d;
        background-color: #e09f06;
    }

        .btn-yellowstyle:active:hover,
        .btn-yellowstyle.active:hover,
        .open > .dropdown-toggle.btn-yellowstyle:hover,
        .btn-yellowstyle:active:focus,
        .btn-yellowstyle.active:focus,
        .open > .dropdown-toggle.btn-yellowstyle:focus,
        .btn-yellowstyle:active.focus,
        .btn-yellowstyle.active.focus,
        .open > .dropdown-toggle.btn-yellowstyle.focus {
            color: #fff;
            background-color: #e09f06;
        }

    .btn-yellowstyle:active,
    .btn-yellowstyle.active,
    .open > .dropdown-toggle.btn-bluestyle {
        background-image: none;
    }


/*Tables */

.TableView th {
    background: #21536e;
    color: #fff;
    font-weight: 200;
    font-size: 13px;
}

    .TableView th a {
        color: #fff;
        text-decoration: underline;
    }

.TableView tr:nth-of-type(odd),
.Grid tr:nth-of-type(odd) {
    background: #d1d8dc;
}

.TableView tr:nth-of-type(even),
.Grid tr:nth-of-type(even) {
    background: #fff;
    /*border: 0px;*/
}

.TableView td, .TableView th {
    border: 1px solid #c3c3c3;
    padding: 5px;
}


/*.TableView .red-grid tr:nth-of-type(odd) {
    background: #fde5e4;
}

.TableView .EquipmentNotesInfo tr:nth-of-type(odd) {
    background: #e2ffef;
}

.TableView .EquipmentsAttachmentsInfo tr:nth-of-type(odd) {
    background: #fff4ff;
}*/

/* Table links (WO#, Name, etc.): blue, no underline */
table.TableView tr td a,
table.Grid tr td a {
    color: #337ab7 !important;
    text-decoration: none !important;
}

table.TableView tr td a:hover,
table.Grid tr td a:hover {
    color: #337ab7 !important;
    text-decoration: none !important;
}

/* Footer "Powered by S2K Vision": blue, no underline */
.Footer .FooterSection a {
    color: #337ab7 !important;
    text-decoration: none !important;
}

.Footer .FooterSection a:hover {
    color: #337ab7 !important;
    text-decoration:underline !important;
}

table.TableView tr td a:hover {
    display: block;
    text-decoration: none;
}


table.Grid tr td {
    color: black;
    border: solid;
    border-width: 1px;
    border-color: #5f7c8e;
    padding: 6px;
}

.LatestNewsgrid {
    margin: 5px;
}


.Grid th {
    background-color: #103346;
    color: White;
    padding: 6px;
    font-size: 13px;
    font-weight: 200;
}

.ChildGridG {
    border: solid;
    border-width: 0px;
    border-color: #3e9f69;
    outline: solid;
    outline-width: 0px;
}

.ChildGridB {
    border: solid;
    border-width: 1px;
    border-color: #ad80ab;
    outline: solid;
    outline-width: 0px;
}

.ChildGridBLUE {
    border: solid;
    border-width: 1px;
    border-color: #103346;
    outline: solid;
    outline-width: 0px;
}


/*.ChildGridF {
    border: solid;
    border-width: 0px;
    border-color: #e46f68;
    outline: solid;
    outline-width: 0px;
}

    .ChildGridF th {
        background-color: #e46f68 !important;
        color: White;
    }







.ChildGridB th {
    background-color: #ad80ab !important;
    color: White;
}*/

.TableView .ChildGridB td, .TableView .ChildGridB th,
.Grid .ChildGridB td, .Grid .ChildGridB th {
    border: 1px solid #cca3cb;
}

.ChildGridG th {
    background-color: #3e9f69 !important;
    color: White;
}

.TableView .ChildGridG td, .TableView .ChildGridG th,
.Grid .ChildGridG td, .Grid .ChildGridG th {
    border: 1px solid #6fc193;
}

.GridPager {
    background: #fff !important;
}

    .GridPager td table {
        float: right;
    }

        .GridPager td table tr td {
            padding: 0 0 0 3px;
            border: none;
        }

    .GridPager a, .GridPager span {
        display: block;
        height: 20px;
        width: 20px;
        text-align: center;
        text-decoration: none;
    }

    .GridPager a {
        background-color: #fff;
        color: #103346;
        border: 1px solid #103346;
        font-size: 13px;
    }

    .GridPager span {
        background-color: #103346;
        color: #fff;
        border: 0px solid #3AC0F2;
        font-size: 13px;
    }

.InfoHeadTxt {
    background-color: rgba(56, 82, 95, 1);
    color: #FFF;
    padding: 6px;
    margin: 0 0 6px 0;
}

#menuOverlay {
    position: fixed;
    background: rgba(0, 0, 0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 0;
}


/*Tabs*/

.nav-tabs {
    margin-top: 10px;
    margin: 5px;
}

    .nav-tabs > li > a {
        border-radius: 0px;
        padding: 8px 15px;
        color: #0066b8;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        color: #0066b8;
        border-top: 2px solid #0066b8;
        border-left-color: #0066b8;
        border-right-color: #0066b8;
    }


.caretdown {
    width: 14px;
    height: 14px;
    background-image: url('../Images/downcaret.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.nav > li > a:focus .caretdown, .nav > li > a:hover .caretdown,
.nav > li.active > a .caretdown {
    background-image: url('../Images/downcaretblack.png');
}










.LoginLogo img, .Brandlogo img {
    /* max-width: 200px;*/
}

.Brandlogo img {
    max-height: 60px;
}

.Brandlogo {
    display: table;
    vertical-align: middle;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    background-image: url(../Images/username.png);
}


.login-wrap {
    text-align: center;
    padding-top: 10%;
}

    .login-wrap .loginform {
        position: inherit;
        display: inline-block
    }



.TableDisplay {
    padding: 10px 15px 15px 15px;
}


.TableView {
    width: 100%;
    /*border-collapse: inherit !important;*/
    border: 0px;
}

.panel-title {
    font-weight: 600;
    color: #103345;
    margin:0;
}

.top-tab table {
    margin: 5px 0px;
}

    .top-tab table th {
        text-align: right;
        padding: 2px;
    }

    .top-tab table td {
        text-align: left;
        padding: 2px;
    }

        .top-tab table td i {
            margin-right: 4px;
            font-size: 12px;
        }

.PageTitleTxt {
    padding: 1px 0px;
}

/* Invoice#, Work Order# and similar module labels: red */
.PageTitleTxt .PageTitleLabel {
    color: #bc270f;
    font-weight: bold;
}

.TopBarWrapper {
    margin: 0px;
    padding: 5px 15px;
    border-radius: 0px;
}

.cont-pad {
    padding: 15px;
}

.BackBtn {
    margin: 0px;
}


.ui-tabs .ui-tabs-panel {
    border: 0px;
    height: inherit !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #ffffff
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #2a5a73;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 0px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    font-weight: normal;
}

.tabs-bod {
    border: 1px solid #103345;
    display: inline-block;
    width: 100%;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0px 0 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: solid;
    border-color: #103345;
    border-width: 2px 1px 0 1px;
    border-top-color: #103345;
    background: #103345;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #ffffff
    }

.TableView tr.GridPager td {
    border: 0px;
}

.EquipmentWorkOrdercls, .EquipmentNotesTrCls, .EquipmentAttachmentsTrCls, .AgrementsWorkOrderCls, .AgrementsSheduleCls, .QuotesAttachementsInfo, .QuotesNotesInfo {
    background-color: #fff !important;
}

.nav.topHeaderMenu > li > a:focus {
    background-color: inherit;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #bb2d18;
}

.ChildGrid td, .ChildGrid th {
    padding: 3px;
}

.red-grid th {
    background-color: #e46f68 !important;
    color: White;
}

.green-grid th {
    background-color: #3e9f69 !important;
    color: White;
}

.pink-grid th {
    background-color: #ad80ab !important;
    color: White;
}


.ChildGrid.red-grid td, .ChildGrid.red-grid th {
    border: 1px solid #ef9690;
}

.ChildGrid.green-grid td, .ChildGrid.green-grid th {
    border: 1px solid #6fc193;
}

.ChildGrid.pink-grid td, .ChildGrid.pink-grid th {
    border: 1px solid #cca3cb;
}

.TableView .red-grid tr:nth-of-type(odd) {
    background: #fde5e4;
}

.TableView .green-grid tr:nth-of-type(odd) {
    background: #e2ffef;
}

.TableView .pink-grid tr:nth-of-type(odd) {
    background: #fff4ff;
}

.text-left div.Panellabel {
}

@media (min-width:320px) and (max-width:569px) {
    .login-wrap {
        padding-top: 5%;
    }

    .loginHeader {
        padding-bottom: 10px;
    }

    .loginform {
        padding: 0px 10px;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 5px 0px;
    }

    .HeaderContainer .topHeaderMenu li a {
        padding: 2px 2px
    }
}

@media (min-width: 768px) {
    .navbar-right.topHeaderMenu {
        margin-right: 0px;
    }
}

@media (min-width:768px) and (max-width:860px) {
    .nav > li > a {
        padding: 8px 10px;
    }

    .navbar-nav {
        margin: 0px;
    }
}

@media only screen and (max-width: 940px) {

    table.TableView .ChildGrid {
        border: 0px;
    }

    table.TableView.drop-down td:before, table.TableView.drop-down td {
        background-color: #c3eaff;
    }

    table.TableView td:before {
        background-color: #cccccc;
        color: #000;
        font-weight: bold;
        text-align: right;
    }

    table.TableView td span {
        height: 20px;
    }

    table.TableView .ChildGrid td {
        padding-left: 38%;
    }
    /* table.TableView .red-grid td:before {
            background-color: #e46f68;
            color: #fff;
        }*/
    .ChildGrid {
        width: 100%;
        border: 0px;
    }

    table.TableView td.ChildGrid td {
        padding-left: 38%;
    }

    table.childGrid td:before {
        color: #FFF;
        font-weight: bold;
        text-align: right;
    }

    table.TableView .red-grid td:before {
        background-color: #e46f68;
        color: #fff;
    }

    table.TableView .green-grid td:before {
        background-color: #3e9f69;
        color: #fff;
    }

    table.TableView .pink-grid td:before {
        background-color: #ad80ab;
        color: #fff;
    }


    .TableView td, .TableView th {
        padding: 3px;
    }

    .TableView .ChildGrid td, .TableView .ChildGrid th {
        border: 0px;
    }

    /*.TableView .ChildGridB td, .TableView .ChildGridB th, .Grid .ChildGridB td, .Grid .ChildGridB th {
        border: 0px;
    }

    .TableView .ChildGridG td, .TableView .ChildGridG th, .Grid .ChildGridG td, .Grid .ChildGridG th {
        border: 0px;
    }*/

    .TableView .ChildGrid tr:nth-of-type(odd) {
        background: inherit;
    }




    table.WorkOrdersInfo td span, table.EquipmentInfo td span {
        display: block;
        height: 19px;
    }

    .TableView {
        border: 0px;
    }

        .TableView tr:nth-of-type(odd), .Grid tr:nth-of-type(odd) {
            background-color: inherit
        }
}

.TableView.drop-down tr:nth-of-type(odd) {
    background: #fff;
}

.TableView.drop-down td, .TableView.drop-down th {
    border: 0px;
}

.TableView.drop-down th {
    text-align: right;
    background-color: #fff;
    color: #21536e;
    vertical-align: middle;
    white-space: nowrap;
}

.TableView.drop-down td input, .TableView.drop-down td select, .TableView.drop-down td textarea {
    width: 100%;
    margin: 0px;
    padding: 2px 2px;
    border: 1px solid #21536e;
}

    .TableView.drop-down td input[type=submit], .TableView.drop-down {
        width: inherit;
    }

        .TableView.drop-down td input[type=submit] {
            padding: 4px 15px;
        }


        .TableView.drop-down td input[type=image] {
            width: inherit ;
            position: inherit;
            top: 8px;
            right: -20px;
            border: 0px;
            min-width:20px;
        }
