﻿/* DEFAULTS
----------------------------------------------------------*/

@font-face {
    font-family: Segoe UI;
    font-style: normal;
    src: url(../fonts/SEGOEUI_0.TTF);
}

body {
    /*background: #f5f5f5;*/
    font-size: 13px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url(../images/BodyBG_OrangeGray.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    z-index: 1;
}

.HeaderBG {
    background-image: url(../images/HeaderBG.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

#Header {
    background-image: url(../images/BodyBG_OrangeGray.jpg);
    background-repeat: repeat-x;
    background-position: top left;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #336699; /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 500;
    line-height: 25px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.5em !important;
    /*padding-bottom: 10px;*/
    padding: 0;
    border-bottom: none;
    margin: 0;
}

h2 {
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 10px 0px;
    border-bottom: none;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.red {
    color: Red;
    margin-left: 10px;
    font-size: 12px;
}

.Coloredfont {
    color: #000000;
}


.GreenColoredfont {
    color: green;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.BorderNone {
    border: none;
}

.BorderBtmDotted {
    border-bottom: 1px dotted #ccc;
}

input {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    font-style: normal !important;
}
/* TAB MENU   
----------------------------------------------------------*/
.ASPMenuDiv {
    position: absolute;
    left: 230px;
    width: 80%;
    float: left;
    z-index: 1;
    top: 20px;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 0px 0px 4px 0px;
    -moz-margin-top: 0px !important;
    margin-top: -8px; /* standard */
    margin-top: 0px;
    *margin-top: 4px;
    _margin-top: 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            /*background-color: #465c71;
    border: 1px #4e667d solid;*/
            color: #000;
            display: block;
            line-height: 1.35em;
            padding: 6px 20px;
            text-decoration: none;
            white-space: nowrap;
            border-right: 1px solid #c4c4c4;
            border-left: 1px solid transparent;
        }

            div.menu ul li a:hover {
                background-color: #319fd5;
                color: #fff;
                text-decoration: none;
                border-right: 1px solid #fff;
                border-left: 1px solid #155f84;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }
/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset .login {
    min-width: 350px;
}

fieldset {
    margin: 1em 0px 15px 25px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 96%;
}

    div.accountInfo tr td {
        height: 30px !important;
    }

.LoginBtns {
    float: right;
    cursor: default;
}
/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 0px;
}

.PaddingLSml {
    padding-left: 13px;
}
/*----------------------- Bread Crum --------------------------------*/
.BreadCrum {
    color: #707070;
    font-size: 11px;
    font-weight: normal;
}
/*----------------------- New Classes --------------------------------*/

#MainDiv {
    margin: auto;
}

.Logo {
    height: 91px;
    float: left;
    width: 242px;
    background-image: url(../images/CMCLogo.png);
    background-repeat: no-repeat;
    background-position: top left;
    *width: 30%;
}

.EOSLogo {
    height: 100px;
    float: left;
    width: 229px;
    background-image: url(../images/EOSLogo.png);
    background-repeat: no-repeat;
    background-position: center left;
    *width: 30%;
    z-index: 1000000;
    margin: 0 0 0 25px;
}

    .EOSLogo img, .EOSLogo a, #FoterContact a, #FoterContact img {
        border: none;
    }
/*.CMC_cenTTra_Logo {
	height: 93px;
	float: right;
	width: 649px;
	background-image: url(../images/CMC_cenTTra_Logo.png);
	background-repeat: no-repeat;
	background-position: top right;
*width:30%;
}*/
#Header {
    height: 105px;
    /*background-image: url(../images/HeaderBG.png); background: #fff;*/
    background-repeat: repeat-x;
    background-position: top left;
    margin: auto;
    top: 0; /*border-bottom: 5px solid #bbdaff;border-bottom: 1px solid #e5e5e5;*/
}

.UserName {
    margin-top: 10px;
    font-weight: bold;
    color: #000;
}

.UserType {
    margin-top: 10px;
    font-weight: bold;
    color: #336699;
}

.HeaderLbl {
    margin-top: 20px;
}

.HeaderUserName {
    float: right;
    *float: right;
    min-width: 150px;
    *min-width: 150px;
    margin: 70px 10px 0 0;
    *width: 200px;
    height: 20px;
    position: relative;
}
/*------------------------Content--------------------------- */

#Content {
    /*min-height: 500px;
	margin: 20px 20px 20px 0; Old margin for blue headr
    margin: 0px 20px 20px 0;background: #f5f5f5;*/
    padding: 0 10px;
    margin-bottom: 50px;
}

.TextHeader, .ALink {
    /*font-weight: bold;*/
    text-align: left;
    color: #000;
    font-size: 14px;
}

.TextHeader {
    min-width: 105px;
}
.Textchk, .ALink {
    /*font-weight: bold;*/
    text-align: left;
    color: #000;
    font-size: 14px;
}
.Textchk {
    min-width: 70px;
}

.TextHeaderLrg {
    min-width: 155px;
    color: #000;
}

.ResultText {
    font-weight: normal;
    text-align: left;
    color: #757575;
    font-size: 14px;
}


.GridTable {
    margin-top: 30px;
    color: #336699
}

.textbox {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0;
    border: 1px solid;
    border-color: #8e8e8e #b8b8b8 #b8b8b8 #8e8e8e;
    background: #fff;
    color: #000;
}

.marginLSml {
    margin-left: 5px;
}

.marginLXSml {
    margin-left: 3px !important;
}

.BtnSml {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #d1d1d1) );
    background: -moz-linear-gradient( center top, #f5f5f5 5%, #d1d1d1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#d1d1d1');
    background-color: #f5f5f5;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    display: inline-block;
    color: #616161;
    /*font-family: Segoe UI;*/
    font-size: 12px;
    font-weight: bold;
    padding: 3px 10px 10px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: default;
}

    .BtnSml:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .BtnSml:active {
        position: relative;
        top: 1px;
    }

.BtnMid {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5b5b5b), color-stop(1, #262626) );
    background: -moz-linear-gradient( center top, #5b5b5b 5%, #262626 100% ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#262626') !important;
    background-color: #5b5b5b !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px !important;
    border: 1px solid #5b5b5b !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: noraml !important;
    padding: 3px 10px 3px 10px !important;
    text-decoration: none !important;
    /*text-shadow: 1px 1px 0px #ffffff;display: inline-block;-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;font-family: Segoe UI;*/
    height: 25px !important;
    margin: 0px 2px 0 0 !important;
}

    .BtnMid:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #faaf2d), color-stop(1, #d46c26) ) !important;
        background: -moz-linear-gradient( center top, #faaf2d 5%, #d46c26 100% ) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faaf2d', endColorstr='#d46c26') !important;
        background-color: #d46c26 !important;
        border: 1px solid #d46c26 !important;
        -moz-border-radius: 6px !important;
        color: #fff !important;
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important;
        cursor: pointer !important;
        /*font-family: Segoe UI;*/
    }

    .BtnMid:active {
        position: relative;
        top: 1px;
    }

.BtnDisable {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c1c1c1), color-stop(1, #e1e1e1) );
    background: -moz-linear-gradient( center top, #c1c1c1 5%, #e1e1e1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#e1e1e1');
    background-color: #cccccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a4a4a4;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    /*text-shadow: 1px 1px 0px #ffffff;display: inline-block;-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;font-family: Segoe UI;*/
    height: 25px;
    margin: 0px 2px 0 0;
}

.BtnEnable {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c1c1c1), color-stop(1, #e1e1e1) );
    background: -moz-linear-gradient( center top, #c1c1c1 5%, #e1e1e1 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#e1e1e1');
    background-color: #5b5b5b;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #a4a4a4;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    /*text-shadow: 1px 1px 0px #ffffff;display: inline-block;-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;font-family: Segoe UI;*/
    height: 25px;
    margin: 0px 2px 0 0;
}

/*---------------Inner Left Panel--------------------*/

#InnerLeftPanel {
    float: left;
    left: 0;
}
/*-- ---------------------Footer--*/
#Footer {
    text-align: left;
    bottom: 0;
    background-color: #fff;
    width: 100% !important;
    font-weight: normal;
    font-size: 11px;
    color: #3c78ad;
    line-height: 20px;
    padding-top: 10px;
    position: fixed; /*border-top: 1px dotted #ccc;
	bottom:0; position:fixed;min-width:440px !important;display:block;width:100%;*/
}

#LoginFooter {
    margin: auto;
}

#FoterCopyright {
    /*width: 30%;
	min-width: 225px;*/
    float: right;
    margin-right: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}

#FoterContact {
    /*width: 60%; min-width: 215px;*/
    float: right;
    text-align: right;
    padding-right: 30px;
    font-weight: bold;
}

#Footer #FoterContact a:link {
    text-decoration: none;
    color: #000;
    /*padding: 10px;*/
}

#Footer #FoterContact a:hover {
    text-decoration: underline;
    color: #000;
    /*padding: 10px;*/
}

#FoterContact img {
    float: right;
}
/*- Menu 3--------------------------- */

.menu3 {
    width: 200px;
    margin: -3px 10px;
    border-style: solid solid none solid;
    border-color: #BCD2E6;
    border-size: 1px;
    border-width: 1px;
}

    .menu3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .menu3 li {
        list-style-type: none;
        width: 200px;
    }

        .menu3 li a {
            height: 32px;
            voice-family: "\"}\"";
            voice-family: inherit;
            height: 24px;
            text-decoration: none;
        }

            .menu3 li a:link, .menu3 li a:visited {
                color: #36689B;
                display: block;
                background: url(../images/menu3.gif);
                padding: 8px 0 0 10px;
            }

            .menu3 li a:hover, .menu3 li #current {
                color: #000;
                background: url(../images/menu3.gif) 0 -32px;
                padding: 8px 0 0 10px;
            }
/*- ---------------------Menu Tabs 4--------------------------- */

#tabs4 {
    float: left;
    border-bottom: 1px solid #0e5187;
    margin-top: 53px;
    position: absolute;
    width: 100%;
    font-size: 93%;
    line-height: normal;
}

    #tabs4 ul {
        margin: 0;
        padding: 10px 10px 0 50px;
        list-style: none;
    }

    #tabs4 li {
        display: inline;
        margin: 0;
        padding: 0;
        font-size: 11px;
        font-weight: bold;
    }

    #tabs4 a {
        float: left;
        background: url("../images/tableft4.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 7px;
        text-decoration: none;
    }

        #tabs4 a span {
            float: left;
            display: block;
            background: url("../images/tabright4.gif") no-repeat right top;
            padding: 5px 15px 4px 6px;
            color: #000;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        #tabs4 a span {
            float: none;
        }
        /* End IE5-Mac hack */
        #tabs4 a:hover span {
            color: #2d6097;
        }

        #tabs4 a:hover {
            background-position: 0% -42px;
        }

            #tabs4 a:hover span {
                background-position: 100% -42px;
            }

    #tabs4 #current a {
        background-position: 0% -42px;
    }

        #tabs4 #current a span {
            background-position: 100% -42px;
        }
/*----------- asp menu ----------------*/

.SubHeader {
    font-size: 16px;
    color: #336699;
    background-color: #e4f4fd;
    padding: 5px 5px 5px 15px;
}

.TblHeader {
    font-size: 12px;
    color: #336699;
    background-color: #e4f4fd;
    padding: 5px 5px 5px 15px;
}

.NoMargin {
    /*margin: 10px 0;*/
    margin: 10px 0 0 0;
}

.MarginTB {
    margin: 4px 0 4px 0;
    color: #336699;
}

.spanpadding {
    padding: 10px 0 0px 30px;
}

.LableNormal {
    font-size: 14px;
}

.LableB {
    font-weight: bold;
}

.LableNormalB {
    font-size: 14px;
    font-weight: bold;
    padding-right: 40px;
    color: #000;
}

.NoBG {
    background: none;
}

.txtSml {
    font-size: 11px;
}

.FR {
    float: right;
}

.LineItem {
    text-align: center;
}

.BGWhite {
    background-color: #fff;
}

.SmlHeader {
    font-size: 15px;
    color: #656565;
    padding: 0px 0px 15px 0px;
}

.popupMenu1 {
    background-color: #e4f4fd;
    color: #000;
    padding: 5px 5px 5px 15px;
    margin: 1px 1px 1px 5px;
    height: 15px;
    background-image: url(../images/ArrowRight.png);
    background-repeat: no-repeat;
    background-position: center left;
    border: 1px solid #3b89b1;
}

.popupHover {
    color: #000;
    font-weight: bold;
}

.GridCell {
    color: #000;
}

    .GridCell:hover {
        color: #000;
        font-weight: bold;
        cursor: help;
    }

.GridCellNew {
    color: #000000;
}

    .GridCellNew:hover {
        color: #000000;
        font-weight: bold;
        cursor: help;
    }

.GridCellGreen {
    color: #008000;
}

    .GridCellGreen:hover {
        color: #008000;
        font-weight: bold;
        cursor: help;
    }

div.RadGrid_Vista .SelectedItem {
    background: #CCCCCC;
}

    div.RadGrid_Vista .SelectedItem td {
        border-color: #CCCCCC;
    }

.SelectedItemGrid {
    background-color: #CCCCCC !important;
}

#BottomBtns div {
    float: right;
    /*margin: 0 5px 0 5px;*/
    margin: 0 5px 0 0px;
}

#CustomerInfoTbl tr td {
    border: none;
}
/*Rad Menu style */
.RadMenu .rmRootGroup {
    border: none !important;
}
/* New classes */
.ShowAll {
    margin: 2px 10px 0 -7px;
}

.LableNormalCustomer {
    float: left;
    width: 70px;
    height: 20px;
    color: #000;
    /*margin: 3px 0px 0 0;*/
}

.ImgBtn {
    height: 16px;
    width: 16px;
    float: left;
    margin: 5px 5px 0 0;
}

.BtmBtnDiv {
    width: 71px !important;
    float: left;
    height: 25px !important;
}

.FL {
    float: left;
    margin-left: 5px;
}
.FLradio {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

FLradio input {
    margin-right: 10px; /* Add space between radio button and text */
}
.FLCHK {
float: right;
margin-left: 5px;
}

.FR {
    float: right;
}

.FLLoginBtn {
    float: right;
    margin: 0 0px 0 0px;
    display: inline-block;
    margin-top:1px;
}

.ContentFieldset {
    min-width: 400px;
    background-image: url(../images/PGTitleHeadBG.png);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 5px 0;
    border: 1px solid #a5b3c5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.InnerPGContent {
    margin-bottom: 10px;
}

#MainContent_DivHeader {
    padding: 0 0 0 15px;
    float: left;
    width: 30%;
}

#MainContent_divCustomer {
    float: right;
    /*width: 21%;*/
    width: 285px;
}

.TabContentDiv {
    padding: 15px 15px 0 15px;
}

.Padding10 {
    padding: 5px 15px;
}

.PaddingB0 {
    padding-bottom: 0;
}

.MarginB0 {
    margin-bottom: 0;
}
/* ----------- New Top Image Menu CSS -------------- */
.BgTrans {
    background-color: transparent;
}

.Menu_Dashboard {
    background-image: url(../images/Dashboard.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 77px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
}

    .Menu_Dashboard:hover {
        background: url(../images/Dashboard.png) no-repeat top left;
        height: 65px;
        width: 77px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
    }

.Menu_EsimateProcess {
    background-image: url(../images/Estimates.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 70px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
}

    .Menu_EsimateProcess:hover {
        background: url(../images/Estimates.png) no-repeat top left;
        height: 65px;
        width: 70px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
    }

.Menu_Search {
    background-image: url(../images/Search.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 62px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
    margin: 0 0 0 2px;
}

    .Menu_Search:hover, .Menu_SearchSelected {
        background-image: url(../images/Search.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 62px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
        margin: 0 0 0 2px;
    }

.Menu_ECMS {
    background-image: url(../images/ECMS.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 60px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
    margin: 0 0 0 2px;
}

    .Menu_ECMS:hover, .Menu_ECMS {
        background-image: url(../images/ECMS.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 60px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
        margin: 0 0 0 2px;
    }

.Menu_AddEstimate {
    background-image: url(../images/AddEstimate.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 72px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
    margin: 0 10px 0 15px;
}

    .Menu_AddEstimate:hover, .Menu_AddEstimateSelected {
        background-image: url(../images/AddEstimate.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 72px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
        margin: 0 10px 0 15px;
    }

.Menu_Operations {
    background-image: url(../images/Operation.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 65px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
    margin: 0 10px 0 2px;
}

    .Menu_Operations:hover, .Menu_OperationsSelected {
        background-image: url(../images/Operation.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 65px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
        margin: 0 10px 0 2px;
    }

.Menu_Reports {
    background-image: url(../images/Reports.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 68px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
}


    .Menu_Reports:hover {
        background-image: url(../images/Reports.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 68px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
    }


.Menu_Survey {
    background-image: url(../images/Surveys.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 60px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
}

    .Menu_Survey:hover {
        background-image: url(../images/Surveys.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 60px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
    }

.Menu_MyProfile {
    background-image: url(../images/MyProfile.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 69px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
}

    .Menu_MyProfile:hover {
        background-image: url(../images/MyProfile.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 69px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
    }

.Menu_Manuals {
    background-image: url(../images/Resources.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 60px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
    margin: 0 10px 0 2px;
    color: transparent !important;
}

    .Menu_Manuals:hover, .Menu__ManualsSelected {
        background-image: url(../images/Resources.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 60px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
        margin: 0 10px 0 2px;
    }

.Menu_Settings {
    background-image: url(../images/Settings.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 70px !important;
    background-color: transparent;
    text-indent: -999px;
    cursor: pointer !important;
}

    .Menu_Settings:hover {
        background-image: url(../images/Settings.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 70px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
    }

.Menu_Logout {
    background-image: url(../images/Logout.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px;
    width: 80px !important;
    background-color: transparent;
    /*text-indent: -999px;*/
    text-indent: -1070px;
    cursor: pointer !important;
}

    .Menu_Logout:hover {
        background-image: url(../images/Logout.png);
        background-repeat: no-repeat;
        background-position: top left;
        height: 65px;
        width: 80px !important;
        background-color: transparent;
        text-indent: -999px;
        cursor: pointer !important;
    }

.rmSlide {
    background: white;
    border-top: 1px solid white;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #A5A5A5;
    border-left: 1px solid #DDD;
    padding: 0px;
    margin-top: 3px;
    top: 77px !important;
}

    .rmSlide ul li {
        line-height: 13px;
    }

        .rmSlide ul li a {
            text-decoration: none;
            color: #4B4B4B;
            cursor: pointer !important;
        }

            .rmSlide ul li a:hover {
                text-decoration: underline;
                color: white !important;
                background-color: #09CBFF;
            }

.RadMenu .rmGroup .rmText {
    padding: 8px 15px 8px 15px !important;
}
/*---- New Login CSS ---------*/


#LoginContent {
    margin: 0px auto 30px auto;
    padding: 25px 20px 20px 20px;
    width: 330px;
    /* background-image: url(../images/MainLginDiv.png);
  background-repeat: no-repeat;
  background-position: top left;  border:1px solid #3f608b; 
        -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; background-color:#fff;*/
    background-color: white;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    box-shadow: 2px 2px 75px #5C5C5C;
    -webkit-border-box-shadow: 2px 2px 75px #5C5C5C;
    -moz-border-box-shadow: 2px 2px 75px #5C5C5C;
    margin-top: 10%;
}

.LoginLogo {
    text-align: center
}

div.LoginAccountInfo {
    margin: 15px 15px 60px 18px !important;
    /* width: 360px!important;
  height: 285px!important;
  height: 240px!important;*/
}

.LoginAccountInfo p {
    margin-bottom: 15px;
}

.RememberForgot ul {
    padding: 0;
    margin: 10px 2px 0 0;
}

    .RememberForgot ul li {
        display: inline-block;
        text-align: left;
        list-style-type: none;
        margin: -8px 2px 0 0;
    }

.RememberForgot {
    float: left;
    display: block;
    margin: -3px 0 0 0;
    width: 100%;
    height: 50px;
}

.RememberChkbox {
    float: left;
    margin-left: 7px;
}

.slide1 {
    background-image: url(../images/MainBGNew.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    text-align: left;
}

.LoginMainBG { /*background-image: url(../images/MainLoginBG.png);
	background-repeat: repeat;
	background-position: top left;
	width: 100%;*/
    /*background: url(../images/containers1.jpg) center 30px no-repeat;
 background-position: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
    padding-top: 40px;
    margin: 0px 0 0 0;
    height: 100%;
    z-index: 1;
}

#txtEmailID, #txtPassword {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    height: 40px;
    line-height: 30px;
}

    #txtEmailID:focus, #txtPassword:focus {
        outline: 0;
        background-color: #fff;
    }

    #txtEmailID:hover, #txtPassword:hover, .GrayTxt {
        color: #949494 !important;
        font-size: 16px !important;
    }


#LoginHeader {
    height: 100px;
    /*background-image: url(../images/HeaderBG.png);
    background-repeat: repeat-x;
    background-position: top left;*/
    margin: auto;
    top: 0; /*border-bottom: 5px solid #bbdaff;*/
}

.LoginH2 {
    font-family: Segoe UI;
    display: none;
    font-size: 20px;
    border-bottom: 1px dotted #000;
    width: 350px;
    padding: 0 0 10px 0;
    text-align: center;
}

.LoginBoxFont {
    font-family: Segoe UI;
    font-size: 18px;
    color: #6c6c6c;
}

.LoginInputBoxUser {
    height: 40px;
    border: 1px solid #ccc;
    font-size: 16px !important;
    font-family: Segoe UI;
    color: #000000 !important;
    background-color: transparent !important; /*
                   background-image: url(../images/LoginIcons.png)!important;
    background-repeat: no-repeat!important;*/
    background-position: top right !important;
}

.LoginInputBoxPass {
    height: 42px;
    border: 1px solid #ccc;
    padding: 5px !important;
    font-size: 16px !important;
    font-family: Segoe UI;
    background-color: transparent !important; /*
                  background-image: url(../images/LoginIconsPass.png)!important;
    background-repeat: no-repeat !important;
    background-position: top right !important; z-index:10000;*/
}


.RememberTxt {
    color: #6c6c6c;
    font-size: 14px !important;
    height: 20px;
    display: block;
    float: left;
    padding-top: 3px;
    margin-left: -4px;
}

a.ForgotLink {
    text-decoration: none;
    color: #3c78ad;
    margin-top:5px;
}

    a.ForgotLink:hover {
        text-decoration: none;
        color: #000;
    }

.Copyright {
    font-size: smaller;
    padding: 10px 0 5px 0;
}

.LoginIocn { /*background-image: url(../images/LoginIcons.png);
    background-repeat: no-repeat;
    background-position: top left;*/
    width: 30px;
}

.LoginFooter {
    margin: 20px auto !important;
    width: 340px;
}

.LoginDisclaimer {
    font-size: smaller;
    padding: 10px 0 5px 0;
}

.DisplayNone {
    display: none;
    visibility: hidden;
}
/*------*/

.PrintIcon {
    height: 32px;
    width: 32px;
    background: url(../images/Icons_Print.png) no-repeat top left;
    text-decoration: none;
    text-indent: -9999;
    padding-right: 1px;
}

    .PrintIcon:hover {
        background: url(../images/Icons_PrintHover.png) no-repeat top left;
        padding-right: 2px;
    }

.W100 {
    width: 95px !important;
}

.W200 {
    width: 200px !important;
}

#DialogWindow {
    overflow: hidden;
}
/*------*/

.MarginRSml {
    margin-right: 5px;
}

.PaddingMid {
    padding: 20px;
}

.BgWhite {
    background-color: #fff;
}

.border {
    padding: 5px 5px 5px 10px;
}

.csPENDING {
    /* background-color: #f8a647; dark color*/
    background-color: #ffd6a6;
}

.csPHY {
    /*  background-color: #dee44b;dark color*/
    background-color: #e9ec96;
}

.lightBlue {
    background-color: #00CFCF;
}

.csREVIEW {
    /* background-color: #a0d062; dark color*/
    background-color: #caeb9f;
}

.DarkBlue {
    background-color: #2E5378;
}

.csCLOSED {
    /*  background-color: #40b3e4;dark color*/
    background-color: #93d9f7;
}

.csPENDING, .csPHY, .lightBlue, .csREVIEW, .DarkBlue, .csCLOSED, .csNPHY {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0 0 10px 5px;
    text-align: center;
    border: 1px solid #fff;
    /* box-shadow: 0px 4px 6px #CFCFCF;*/
    min-width: 15%;
    max-width: 15%;
    float: left;
    background-color: #eeeeee;
}

.GraphCount {
    font-size: 22px;
    /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.5);*/
    text-align: center;
    font-weight: bold;
    color: rgb(104, 104, 104);
    padding: 0 0px 0 0;
    width: 100%;
    height: 35px;
}

.GraphLable {
    /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.5);*/
    text-align: center;
    font-weight: bold;
    color: rgb(104, 104, 104);
    width: 100%;
}

.GraphCountDiv {
    height: 35px;
}

.panel {
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
    border-color: #e9e9e9;
}

    .panel-default.panel-heading, .panel-default > .panel-heading, .settingsDiv {
        color: #767676;
        background-color: #eeeeee;
        border-color: #e9e9e9;
    }

.settingsDiv {
    margin: 5px 0 10px 0;
    padding: 2px 0px 1px 8px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #e9e9e9;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e9e9e9;
}

.panel-heading {
    padding: 4px 7px 9px 8px;
    /* padding: 0px 0px 0px 8px;*/
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel-default > .panel-title {
    padding: 8px 7px 13px 8px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-default > .panel-title .span-title {
}

.rgNoRecords {
    line-height: 30px;
}

    .rgNoRecords i {
        padding: 0 0 0 10px;
    }

        .rgNoRecords i span {
            padding: 0 0 0 6px;
        }

.panel-dashboard {
    padding: 1px 0px 0px 8px;
}

.EstimateDateHeader {
    max-width: 150px;
}

.DisableResults {
    font-weight: 700 !important;
    font-size: 12px !important;
    color: #5A5A5A !important;
}
/*--------------- New Search page ----------------*/
.MainSearchPanel {
    margin: 0 20px;
}

.NewSearchPanel {
    float: left;
    width: 100%;
}

.NewSearchFilterPanel {
    width: 100%;
    background-color: #f7f7f7;
    border-right: 0px solid #e2e2e2;
    float: left;
    padding: 12px 32px 12px 12px;
    margin: -20px 0px 0 -20px;
    min-height: 950px;
}

.MainSearchLeftPanel {
    padding: 20px;
}

.nrLeftFilter {
    padding: 0 15px 0 0;
}

.NewSearchContentPanel {
    min-height: 700px;
    position: relative;
    float: left;
    background-color: Red;
    z-index: 0;
}

.filterSection {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0 8px 0;
}

.filterSectionHead {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.SearchFiltertable tr td {
    padding-right: 15px;
}

.FilterDatePickerLbl {
    width: 135px !important;
    float: left;
}

.FilterDatePicker {
    float: left;
}

.DateDiv {
    width: 100%;
    padding: 5px 0 0 0;
    height: 25px;
}

.NewSearchContentPanel {
    border-top: 1px solid #ccc;
    float: left;
    width: 99%;
    background: #fff;
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
}


.SearchResultGrid {
    /*max-height:1500px!important;*/ width: 100%;
    float: left;
}

.RefineBtnDiv {
    height: 25px;
}

.RefineBtn {
    float: right;
}

.NoBorder {
    border: none !important;
}

.rgPager .RadGrid_EOS td.rgPagerCell {
    border: solid;
    border-color: #cdcdcd;
    border-width: 1px 0 0 0 !important;
}

.ErrorInfoMsg {
    text-align: center !important;
    width: 100%;
}

.BoxShadow {
    box-shadow: 0px 4px 6px #CFCFCF;
}

.FilterControls {
    float: left;
    margin: 7px 10px 0 0;
}

.FilterControlBtn {
    float: left;
    margin: 3px 10px;
}

.BtnL {
    float: left;
    margin: 0 5px 0 0;
}

#RAD_SLIDING_PANE_TAB_MainContent_RadSlidingPane1 {
    /*-ms-transform: rotate(180deg)height: 65px !important; ; 
  -moz-transform: rotate(180deg); 
  -webkit-transform: rotate(180deg);transform: rotate(180deg);  */
    background-image: url(../images/MoreFilters.png);
    background-repeat: no-repeat;
    background-position: top left;
    height: 65px !important;
    width: 18px
}

    #RAD_SLIDING_PANE_TAB_MainContent_RadSlidingPane1 span {
        transform: rotate(180deg);
        transform-origin: left top 0;
        font-size: 11px;
    }

.FilterSearchFields {
    padding: 5px 0 20px 25px;
}

.CloseOnDate {
    padding: 2px 0;
}

.Exporticons {
    min-width: 220px;
}

    .Exporticons .btnExcel {
        padding: 0 5px 0 15px;
    }

    .Exporticons .MR {
        margin-right: 171px;
    }

.btnMSmL {
    margin-left: 5px;
}

#MainContent_EstimateGrid_ctl00_ctl02_ctl02_RDIPFEstimateDate_dateInput, #MainContent_EstimateGrid_ctl00_ctl02_ctl02_RDIPFEffectiveStart_dateInput {
    Width: 120px !important;
    margin-top: 4px !important;
}

.rcCalPopup {
    border: none !important;
    margin-top: -10px;
}

.RadPicker_EOS, #MainContent_EstimateGrid_ctl00_ctl02_ctl02_Filter_EstimateDate {
    float: left;
}

#MainContent_EstimateGrid_ctl00_ctl02_ctl02_Filter_EstimateDate {
    padding-top: 5px !important;
}
/*.radPreventDecorate{width: 25px!important;}*/

.btnArrow:hover {
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #d46c26;
    color: #fff;
    cursor: pointer;
    border: 0px;
    height: 16px;
    width: 16px;
}

.btnArrow {
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #5b5b5b;
    cursor: pointer;
    color: #fff;
    border: 0px;
    height: 16px;
    width: 16px;
    outline-width: 0px;
}

.RadComboBoxDropDown_Default .rcbMoreResults a {
    background-image: none !important;
    background-position: -308px -181px !important;
}

.FullWidth {
    width: 100% !important;
}

.DivRepeater {
    height: 40px;
    float: left;
    width: 100%;
    overflow-y: scroll;
}

.dvLineHeader {
    height: 20px;
    float: left;
}

.LineItem {
    height: 30px;
    float: left;
    width: 100%;
}

.LiErrorMsg {
    text-align: center;
    float: left;
    width: 70%;
    line-height: 15px;
    height: 25px;
}

.LineItem input {
    margin: -6px 0;
    padding: 0 3px;
    height: 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.DivGridTable {
    display: block;
    float: left;
    width: 100%;
}

.DivRepeater img {
    margin: 0 5px 0 0;
}

.Cursor {
    color: Blue;
    cursor: pointer;
}

.CursorDisable {
    color: lightblue;
}

    .CursorDisable:hover {
        color: lightblue;
    }

.tdRightBottomBorder {
    border-right: solid;
    border-left: solid;
    border-top: solid;
    border-bottom: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.TextHeaderNE {
    font-weight: bold;
    text-align: left;
    color: #000;
    font-size: 12px;
}

.ResultTextNE {
    font-weight: normal;
    text-align: left;
    color: #757575;
    font-size: 12px;
}
/*new classes added - Oct14*/
.RadSplitter .rspPaneTabContainer {
    border: 1px solid #ccc !important;
}

.spreadSheet {
    padding: 12px 0 0 0
}

.Display7days { /*line-height:22px;*/
    margin-right: 5px;
}

.Display7daysChkbox { /*margin-top: 3px;*/
}

.InnerPGContent table tr td { /*border-collapse:collapse;*/
    border-color: #000;
    padding: 3px 0 3px 0
}

.InnerPGContent #TPCdiv table tr td { /*border-collapse:collapse;*/
    border-color: #000;
    padding: 0
}

.ReportDropdown {
    padding-left: 10px;
}

.SearchFilterDiv {
    width: 100%;
    display: block;
    padding: 5px 0 8px 10px;
    margin: -5px 0 5px -2px;
}

.adduserimg {
    padding: 0 5px 0 0;
    float: left
}

#AddestTbl td {
    vertical-align: top;
}

.block {
    display: block
}

.EOSLogoLink {
    height: 100px;
    float: left;
    width: 229px;
}

.Padding0 {
    padding: 0 !important
}

.TDalignR {
    text-align: right;
    margin-right: -7px;
}

TxtalignR {
    text-align: right;
}

.overflownone {
    overflow: inherit !important;
}

.spanred {
    color: Red;
    font-size: 12px;
}

#noImg img {
    padding: 0;
    float: left;
}

#noImg div {
    padding: 0;
    margin-top: -6px;
}

.morefilterimg {
    background-image: url(../images/MoreFilters.png);
    background-repeat: repeat-x;
    background-position: top left;
    height: 76px;
    width: 18px
}

.FormLbl, .FormControl {
    font-size: 13px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
}

.FormControl {
    height: 20px;
    border-radius: 3px;
    margin-right: 2px;
}

.LineCommenntRed {
    font-weight: normal;
    text-align: left;
    color: red;
    font-size: 12px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #09CBFF;
}
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #09CBFF;
}

::selection {
    color: white;
    background: #09CBFF;
}
table.csstbl tr:not(.ui-state-highlight,.ui-state-hover) {
    background: #fff !important;
}

.TextHeadercss {
    color: black !important;
}
.panel-default.panel-heading, .panel-default > .panel-heading, .settingsDiv {
    color: black;
}
#lblcm, #lblpm {
    color: black !important;
}
.clscolor {
    color: black;
}
#gbox_DamageInventoryGrid a:link, #gbox_LongStayGrid a:link {
    color: #222 !important;
}
#ResponseTable th {
    background: #f2f2f2;
}