
.top_header_area article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    /*background-color: #ED6B1A;*/
    
}

.footer_area {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ED6B1A;
    color: black;
    text-align: center;
}

.nav navbar-nav top_nav {
    text-align: left;
}



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu .pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 20px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.top_header_area .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}


.navbar {
    position: inherit;
    min-height: 60px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}


/*.container img {
    max-width: 300px;
    position: absolute;
    left: 35px;
    height: auto;
}*/


/*.container img {
    max-width: 300px;
    padding-left: 10px;
    left: 35px;
    height: auto;
}*/

.img-fluid {
    max-width: 100%;
    height: auto;
}


.navbar-collapse {
    padding-right: 10px;
    padding-left: 10px;
    font-size: initial;
    color:
    /*font-weight: bolder;*/
}

.checkboxcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkboxcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #e4610f;
}

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
    background-color: #ed6b1a;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
    left: 9px;
    top: 3.5px;
    width: 6px;
    height: 13px;
    border: solid hsl(0, 0%, 100%);
    border-width: 0 3.0px 3.0px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*#gview_jqgrid, div#myPager {
    width: 100% !important;
    height: 100% !important;
}

.ui-jqgrid-hdiv, .ui-jqgrid-htable {
    width: 100% !important;
    height: 100% !important;
}

.ui-jqgrid-bdiv, #jqgrid {
    width: 100% !important;
    height: 100% !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0 !important;
}

.ui-jqgrid tr.jqgrow td {
    white-space: pre-wrap !important;
}

div#gbox_jqgrid {
    width: 100% !important;
    overflow-x: scroll;
    margin-bottom: 80px !important;*/


.navbar-default .navbar-nav > li > a {
    color: #ed6b1a;
}


.ui-widget-header {
    border: 1px solid #f7f7f7;
    background: #f6a828 url(../../Content/JQGrid/Images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

.btn:hover {
    background: #E4610E;
}

/*.form-control:focus {
    border-color: #b7927a;
    box-shadow: inset 0 1px 1px rgb(145, 143, 146), 0 0 8px rgb(145, 143, 146);
}*/


.loginbg {
    /* background: url(../Content/Images/login_screen.jpg) no-repeat; */
    background: url(../Content/Images/login_screen.png) no-repeat;
    width: 579px;
    height: 450px;
    margin-left: 600px;
}
/*-------------*/

@media screen and (min-width: 320px) {
    .loginbg {
        /* background: url(../Content/Images/login_screen.jpg) no-repeat; */
        margin: 122px 0px 0px -12px;
        height: 375px;
    }
}

@media screen and (min-width: 360px) {
    .loginbg {
        margin: 122px 0px 0px -5px;
        height: 494px;
    }
}

@media screen and (min-width: 375px) {
    .loginbg {
        margin: 122px 0px 0px -5px;
        height: 638px;
    }
}

@media screen and (min-width: 411px) {
    .loginbg {
       
        margin-left: 17px; 
        height: 652px;
    }
}

@media screen and (min-width: 768px) {
    .loginbg {
        margin: 282px 0 0 154px;
        height: 689px;
    }
}


@media only screen and (min-width: 992px) {
    .loginbg {
        margin: 282px 0 0 258px;
        height: 689px;
    }
}

@media screen and (min-width: 1024px) {
    .loginbg {
        margin: 395px 0 0 295px;
        height: 964px;
    }
}

@media only screen and (min-width: 1200px) {
    .loginbg {
        margin: 395px 0 0 425px;
        height: 964px;
    }
}

@media only screen and (orientation: landscape) {
    .loginbg {
        margin: 187px 0 0 620px;
        height: 638px;
    }
}

    /*---------------------*/
    .usrnam {
        margin: 110px 0 0 20px;
        border: none;
        background: none;
        height: 28px;
        font-size: 13px;
        color: #000000;
        width: 54%;
    }

    .pswd {
        margin: 25px 0 0 20px;
        border: none;
        background: none;
        height: 28px;
        font-size: 13px;
        color: #000000;
        width: 54%;
    }

    .loginbut {
        margin: 21px 0px 158px 33px;
        background: none;
        width: 98px;
        height: 32px;
        border: none;
        font-size: 14px;
        color: #ffffff;
        width: 50%;
    }

    .loginbody {
        background-position: top;
    }



    /*JQ GRid*/
    .ui-jqgrid tr.jqgrow {
        outline-style: none;
        height: 30px;
    }

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
        /*color: #918f92;*/
        color: #FFFFFF;
        text-decoration: none;
    }

    .myAltRowClass {
        background: #FFFFFF;
    }


    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        /*border: 1px solid #cccccc;
    background: #f6f6f6 url(../../Content/JQGrid/Images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #0c0c0c;*/
        background: #918f92;
    }

    tr.ui-jqgrid-labels {
        height: 40px;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        color: #FFFFFF;
    }

    .ui-jqgrid .ui-pg-selbox {
        color: #000000;
    }

    .ui-jqgrid .ui-pg-input {
        color: black;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        color: #000000;
    }

    a:link, a:visited {
        color: #ed6b1a;
    }


.icon-list {
    //background-color: #eee;
    background-color: #efefef;
    margin-top: -20.5px;
}

    /*.panel-body {
    padding: 15px;
    border-color: #918f92;
    background: #eeeeee;
}*/

    /*.alert-warning {
    margin: -55px 0 0 -110px;
}

.alert {
    padding: 25px;
    padding-left: 110px;
}*/


.panel-title {
    color: #ffffff;
    font-size: large;
}

    element.style {
        background: white;
    }


    .navbar-inverse {
        padding-bottom: -0px;
        padding-top: -0px;
    }


    button.navbar-toggle {
        color: #FF8C00;
        background: #FF8C00;
        height: 28px;
        width: 38px;
        padding-top: 6.5px;
        padding-left: 7.5px;
    }


    .navbar-toggle {
        margin-top: 16px;
        margin-right: 30px;
    }


.btn-primary, a.btn-primary:link, a.btn-primary:visited {
    color: #ffffff;
    background-color: #e4610f;
    padding-left: 10px;
    padding-top: -0.1px;
    font-size: large;
    padding-bottom: 0.1px;
    align-content: left;
    height: 23px;
    padding-right: 10px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: -9px;
}


.searchmap {
    background: url(../Content/Images/searchmap.png) no-repeat;
    font-weight: bold;
    height: 19px;
    margin: 2px 9px 0 0;
    padding: 2px 0 2px 20px;
    width: 18px;
}


/*.ui-jqgrid .ui-jqgrid-titlebar {
    padding: .3em .2em .2em .3em;
    position: relative;
    font-size: 16px;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
}*/


.btnHome {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btnHome {
    color: #ffffff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    width: 120px;
    /*padding: 0;
    margin: -1px 0px 0 0;*/
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn-projectHome {
    color: #ffffff;
    background-color: #e4610f;
    /*padding-left: 10px;
    padding-top: -0.1px;*/
    font-size: x-large;
    font-family: Arial;
    text-align: center;
    padding-bottom: 56px;
    padding-top: 0px;
    /*padding-bottom: 0.1px;*/
    /*align-content: left;*/
    height: 45px;
    /*padding-right: 10px;
    margin-left: 15px;*/
    width: 100%;
}

.btnHome btn-projectHome a:link {
    color: #f7f7f7;
}


.Projecttitle {
    color: #ed6b1a;
    padding-left: 18px;
    font-weight: bold;
    font-size: 20px;
}


.btn-siteHome {
    padding-top: 0px;
    color: #ffffff;
    background-color: #918f92;
    padding-left: 10px;
    padding-top: -0.1px;
    font-size: larger;
    padding-bottom: 0.1px;
    align-content: left;
    height: 43px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    /*width: 195px;*/
    /*float: right;*/
}

.panel-default > .panel-heading {
    /* color: #ffffff; */
    background-color: #918f92;
    border-color: #918f92;
}
.panel-default {
    border-color: #918f92;
}

/*@media screen and (max-width: 600px) {
    .btn-siteHome {
        width: 153px;
    }
}*/


.underlinetext {
    text-decoration: underline;
    font-weight: bold;
}

.ui-jqgrid tr.jqgrow td {
    height: 30px;
}
