﻿@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');
}

body {
    font-family: "RobotoWebFont", Helvetica, Arial, sans-serif;
}

* {
    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;
}



.Footer {
    position: fixed;
    bottom: 0px;
    background: #fff;
    z-index: 1500;
    width: 100%;
    padding: 5px;
}

/*Panel Stylings*/

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin-top: -20px;
    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;
}

.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;
}

.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;
    }


.navbar-collapse, .navbar-header {
    background: #103345;
}

.navbar-collapse {
    padding-left: 0px;
}

    .navbar-collapse li a {
        color: #fff;
    }

.navbar-nav > li > .dropdown-menu {
    background: #103345;
}

.nav > li.active > a, .nav > li.active > a:hover {
    background: #bb2d18;
    color: #fff;
}

.nav > li > a:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #bb2d18;
    color: #fff;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
}
/*Button*/

.btn-bluestyle {
    color: #fff;
    background-color: #103345;
    border-width: 0;
    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.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;
}

.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;
}

.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: absolute;
            top: 8px;
            right: -20px;
            border: 0px;
        }
