/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
: run-time error CSS1036: Expected expression, found ''
 */
body
{
    /*padding: 0;     margin: 0;     font-size: 62.5%;     background: #333333;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0 auto;
    padding: 0;
    background-color: #f1f1f1; /*#FFFFFD*/
}

.Main
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height:100%;
}
.contechlogo
{
    margin: 0 auto;
    /*padding-top: 5px;*/
    width: 1100px;
}

.ugLogo
{
    margin: 0 auto;
    width: 1100px;
    padding-top: 5px;
    height: 63px;
}
.ugLogo img
{
    float: left;
}

.Sheet
{
    overflow: visible;
    min-width: 23px;
    min-height: 23px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 1100px;
    background-color: #FFFFFF;
    height:calc(100% - 180px);
}

.Sheet-body
{
    overflow:visible;
    position: relative;
    z-index: 0;
    height:100%;
}

.skinWrap
{
    background-color: #99D9EA; /*background-color: #424242;*/
}
.skin
{
    left: -10px;
    position: relative;
    width: 1120px;
    /*height: 96px;*/
}
.header
{
    margin: 0 0 0;
}
.header .headerTop
{
    height: 63px;
    background-color: #6e9eaf; /*added by Ripal for color changes*/
   /* background-color: #006666; #069;* Commented By Palak/ } .header .headerTop .logo {     float: left;     width: 900px; } .hdsLogo {     margin: 6px;     border: 3px solid #FFF; /*border: 3px solid #FFF;     height: 60px;     width:220px;*/
}

.header .headerTop .headerMainText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    top: 0px; /* changed */
}

.header .headerTop .subHeader
{
    float: right;
}

.subHeader
{
    color: #444444;
    float: right;
    /*height: 20px;*/
    text-align: right;
    top: 44px;
    /*width: 555px;*/
    z-index: 1000;
}
.subHeader a:link, .subHeader a:visited, .subHeader a:active
{
    color: #09c;
    font-weight: bold;
}

.header .headerTop .subHeader .utilityNav .links
{
    float: left;
}
.header .headerTop .subHeader .utilityNav a:link, .header .headerTop .subHeader .utilityNav a:visited
{
    color: #09c;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.header .headerTop .subHeader .utilityNav a:hover
{
    text-decoration: underline;
}

.welcomeLabel
{
    color: #444;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}


.left
{
     border-color: transparent #6e9eaf transparent transparent;   /*added by Ripal for color changes*/
  /*  border-color: transparent #003366 transparent transparent; */
    border-style: solid;
    border-width: 0px 10px 15px 0px;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 63px;
    left: -10px;
}
.right
{
    border-color: transparent transparent transparent #6e9eaf;   /*added by Ripal for color changes*/
    /* border-color: transparent transparent transparent #003366; */
    border-style: solid;
    border-width: 0px 10px 15px 10px;
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top: 63px;
    right: -20px;
}

.contentLayout
{
    width: 1100px;
   /* min-height:400px;*/ /*margin: -12px 0 0 0;*/
   min-height:100%;
   background-color:White;
}

.pageFooterWrap {
    width: 100%;
    background: #6e9eaf; 
    border-top: 5px solid #c1c1d7; /*changed by chandni*/
    bottom: 0;
    clear: both;
    height: 40px;
}

.pageFooterWrap .copyright
{
    padding: 10px;
    color: #fff;
    text-align: center;
}

.pageFooterWrap a:link
{
    color: #fff;
}

.buttonStyle {
    width: 100px;
    background-color: #006666 !important;
    border-radius: 5px;
    padding: 8px !important;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: medium none;
    padding: 5px;
}
.startPageButtonStyle:hover {
    background-color: #c1d72e;
}
.startPageButtonStyle {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    background-color: #006097;
    border: 1px solid #2d6898;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.6), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.6), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 6px 0px #2b638f, 0px 3px 15px rgba(0,0,0,.6), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.NAButtonStyle {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #006666; /*    changed by chandni*/
    cursor: pointer;
    padding: 5px;
    border: 2px solid #006666;
    border-radius: 5px;
}
    .NAButtonStyle:hover {
        background-color: #ffffff;
        color: #006666;
        border: 2px solid #006666;
        /*    changed by chandni*/
    }
.contactusbuttonStyle
{
    background-color: #09c;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    width: 100px;
    padding: 5px;
}
.buttonStyle a:hover
{
    color: #555;
    background-color: #d5f4e7;
}

.linkbuttonStyle
{
    background-color: #09c;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    width: 80px;
    height: 170px;
    padding: 5px;
}

.linkbutton
{
    cursor: pointer;
    color: #09c;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}

/* Commom Page CSS complete */

.HelpLogo
{
    background: url(../Content/images/HelpIcon.png);
    display: block;
    width: 15px;
    height: 15px;
    border: 0px;
    margin-left: 2px;
}
/*added ruby chandni*/
.SiteDetailsHelpLogo {
    background: url(../Content/images/HelpIcon.png);
    width: 15px;
    height: 15px;
    border: 0px;
    margin-left: 3px;
}
.MandatoryIcon {
    color: red;
    vertical-align: top;
    margin-left:3px;
}
/*changed */

a
{
    color: Black;
}
/* unvisited link */
a:visited
{
    color: Black;
}
/* visited link */
a:hover
{
    color: Black;
}
/* mouse over link */
a:active
{
    color: White;
}
/* selected link */
/*** MENU CSS ADDED TO SITE.CSS***/
ul.topnav
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px; /*height: 26px;*/
    color: #005A94;
    margin-top: -5px; /* changed */
    font-weight: bold; /*padding-left: 30px;*/
    vertical-align: middle; /* margin-top: 2px;*/
}
ul.topnav li
{
    list-style: none;
    float: left;
    margin: 0; /* padding: 0 10px 0px 0;*/
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
    width: 150px;
    height: 20px;
    top: 0px;
}
ul.topnav li a
{
    color: #005a94;
    text-decoration: none;
}
ul.topnav li a:hover
{
    text-decoration: none;
}
ul.topnav li span
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #00639C;
    height: 26px;
    color: #FFF;
    font-weight: bold;
    padding-left: 5px;
    border-left: solid 1px #FFF;
    border-bottom: solid 2px #FFF;
}
ul.topnav li span.subhover
{
    text-decoration: underline;
}
/*--Hover effect for trigger--*/
ul.topnav li ul.subnav
{
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 20px;
    background: #005a94;
    color: #FFF;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    min-width: 100px;
    width: auto;
}
ul.topnav li ul.subnav li
{
    border-left: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    height: auto;
}
ul.topnav li ul.subnav li a
{
    padding: 5px 5px;
    color: #fff;
    display: block;
    text-decoration: none;
    float: left;
}

html ul.topnav li ul.subnav li a
{
    float: left;
    width: 145px; /*background: #333 url(../Content/images/dropdown_linkbg.gif) no-repeat 10px center;*/
    padding-left: 20px;
}

/* Tab CSS Start*/
.Tabfirstrow
{
    font-weight: bold;
    height: 30px;
    margin: 0;
    overflow: hidden;
    border: none;
    width: 99%;
}
.TabfirstrowLabel
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #414065;
    font-weight: bold;
}

.dottedBtm
{
    border-bottom: 2px dotted #888;
    float: right;
    padding: 3px;
}

.Tabheader
{
    background-color: #99c525; /*added by Ripal for color changes-from #99c575 to 525*/
   /* background-color: #6699B4; */
    color: #FFFFFF;
    font-weight: bold;
    height: 36px;
    width: 1100px;
    margin: -3px 0 0 -3px;
    padding: 0px;
}


#tab_wrapper
{
    width: 800px;
    width: 100%; /*change*/
    float: left;
    margin: 0px 0 0 60px;
}

#tab_wrapper a
{
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
}

#tabContainer
{
    float: left;
    width: 795px;
    width: 99%; /*change*/
    padding: -1px 1px 1px 1px; /*change*/
    height: 100%;
}

#tabs
{
    height: 38px;
    overflow: hidden;
}

#tabs > ul
{
    font: 1em;
    list-style: none;
}

#tabs > ul > li
{
    /* margin: 0 10px 0 0;     padding: 8px 22px;     display: block;     float: left;     color: #192a3e;     -webkit-user-select: none;     -moz-user-select: none;     user-select: none;     border-top: 1px solid #192a3e;     border-left: 1px solid #192a3e;     border-right: 1px solid #192a3e;     background: #e5e7e9;*/
    margin: 0 2px 0 0;
    padding: 8px 14px;
    display: block;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-top: 1px solid #192a3e;
    border-left: 1px solid #192a3e;
    border-right: 1px solid #192a3e;
    background-color: #c0e0ee;   /*added by Ripal for color changes--from #7acaeb to #c0e0ee*/
   /* background-color: #D5E4F7; */
    border: none;
    color: #555;
    font-weight: bold;
    text-decoration: none; /*height: 28px;*/ /*width: 80px;*/
}

#tabs > ul > li:hover
{
    background: #F1f1f1;
    cursor: pointer;
    color: #333;
}

#tabs > ul > li.tabActiveHeader
{
    /* background: #5A6573;     cursor: pointer;     color: #fff;*/
    cursor: pointer; /*border: 1px solid #2694e8;*/ /*border: 1px solid #1B3F8B;*/
    border: none; /*border: 1px solid #26466D;*/ /*background: url(../images/bg1.jpg) 50% 50% repeat-x;*/
    font-weight: bold;
    color: #555;
    background-color: #FFFFFF;
}

.buttonpanel
{
    width: 100%;
    text-align: right;
    min-height: 30px;
}
.buttonpanelTop {
    padding-top: 42px;
}
/* Tab CSS Complete */
/* Internal User SignUp CSS */
.internalSignUp {
    background-color: White; /*added by palak  #B4E4B2;*/ /*background-image: url(../Content/images/loginBGstripes.png);*/ /*Commented by Palak*/
    background-repeat: repeat-x;
    height: 350px;
    width: 1100px;
}
.internalSignUpImg
{
    float: left;
    width: 190px;
    margin-left: 200px;
    margin-top: 253px;
}
.internalSignUpSubmit
{
    width: 100%;
    margin: 39px 654px 0 0;
}
.internalSignUpSubmit h2
{
    height: 30px;
    color: #006666; /* #d5e6f4;*/ /*Commented by Palak*/
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
    .internalSignUpSubmit table {
        margin-bottom: 30px;
        color: #006666; /*#fff;*/ /*Commented by Palak*/
        font-weight: bold;
        line-height: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

/* Internal User SignUp CSS */

/* Internal User login CSS */
.internalLogin
{
    background-color: White; /*#f1f1f1;  added by palak  #A8D560;*/ /*background-image: url(../Content/images/loginBGstripes.png);*/ /*Commented by Palak*/
    background-repeat: repeat-x;
    min-height: 100%;
    width: 1100px;
}
.internalLoginImg
{
    float: left;
    width: 190px;
    margin-left: 200px;
    margin-top: 253px;
}
.internalLoginSubmit
{
    float: right;
    width: 330px;
    margin: 130px 380px 0 0;
}
    .internalLoginSubmit h2 {
        height: 30px;
        color: #006666; 
        font-size: 20px;
        font-weight: bold;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }
    .internalLoginSubmit table {
        margin-bottom: 30px;
        color: #006666;
        font-weight: bold;
        line-height: 24px;
        font-family: Arial;
    }

/* Internal User login CSS */


/* Control CSS */

.txtbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1f1f2e;
    border: 0.5px solid;
    border-color: #009999;
    border-radius: 5px;
    height: 20px;
/*    width: 179px;*/
    width: 97%;
}


.dropdown {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1f1f2e;
    border: 0.5px solid;
    border-color: #009999;
    border-radius: 5px;
    height: 25px;
/*    width: 184px;*/
    width: 97%;
}

.errormessage
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: Red;
    font-weight: normal;
}
.errormessagebold
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: Red;
    font-weight:bold;
}
.sucessmsg
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: Green;
    font-weight: bold;
}

.headertd {
    font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #006666;
    font-weight: bold;
    margin: 0;
    padding: .2em 0 0 .2em;
    border: 1px solid #aed0ea;
    background: #deedf7 url(../Content/images/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
    height: 25px;
    width: 985px;
    overflow: hidden;
}

.editor-label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1f1f2e;
    font-weight: normal;
    text-align: right;
}


.divHeading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

fieldset {
    border: 1px solid #ccccff;
/*    padding: 7px;*/
}
legend {
    padding: 7px;
    color: #fff;
    background-color: #006666;
    border-radius: 5px;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}
.action-image
{
    height: 22px;
    width: 22px;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 18px;
    color: #1f1f2e;
}
.ellipsis-centre
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 18px;
    color: #000;
    text-align: center;
}
.table_content tr th {
    border: 1px solid #32324e;
    background-color: #006666;
    font-weight: bold;
    color: #ffffff;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}
.table_content tr th a
{
    color: #ffffff;
}

.table_content tr td {
    border: 1px solid #32324e;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 15px;
    background-color: Transparent; /*text-align: left;*/
    padding-left: 3px;
    padding-right: 3px;
}

.gridHeader {
    background-color: #c1c1d7;
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    width: 80px;
    padding: 5px;
}


.table_content tr:not(.webgrid-selected-row):hover
{
    background-color: #f2f2f2;
}

.icon_1button
{
    width: 25px;
}
.UpdateLabType
{
    border: #aed0ea 1px solid;
}



#FilteredList .UpdateLabType
{
    border: 0;
    text-align: center;
}
/* changed */

td .UpdateLabType
{
    border: 0;
    text-align: center;
}
/* changed */


.DeleteLabType
{
    border: #aed0ea 1px solid;
}
.cbox
{
    width: 15px;
}
.px100
{
    width: 100px;
}
.px200
{
    width: 200px;
}
.px150
{
    width: 150px;
}

/* Control CSS*/

/* Annual Table CSS */
.AnnualHeading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #585858;
    font-weight: bold;
}
.Anuualcol
{
    overflow: hidden;
    height: 15px;
    text-align: left;
}
.Annual_tabel
{
    text-align: center;
}
.Annual_tabel tr td img
{
    border: 0;
}

.Annual_tabel tr td
{
    border: 1px solid #aed0ea;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 15px;
    background-color: Transparent;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}

.Annual_tabel tr th
{
    border: 1px solid #aed0ea;
    background-color: #3baae3;
    font-weight: bold;
    color: #ffffff;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
}
.Annual_tabel tr th a
{
    color: #ffffff;
}
/*.Annualheader
{
   
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 15px;
    background-color: Transparent;
    padding-left: 3px;
    padding-right: 3px;
    font-weight:bold;
}*/
.Annualfootertd
{
    border: 1px solid #aed0ea;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 15px;
    background-color: Transparent;
    text-align: right;
    padding-left: 3px;
    padding-right: 3px;
}
/* Annual Table CSS Complete */

/* Loading Bar CSS */
.loading-indicator
{
    height: 80px;
    width: 80px;
    background: url( 'images/loading.gif' );
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-overlay
{
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.loading-indicator-bars
{
    background-image: url('images/loading-bars.gif');
    width: 150px;
}

/* Loading Bar CSS Completed */
.ajaxLoader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .30;
    filter: Alpha(Opacity=30);
}

a
{
    outline: none;
}
/* remove outline from image links */

img
{
    border: 0;
    outline: none;
}
a img
{
    border: 0;
    outline: none;
}
table td img
{
    border: 0;
    outline: none;
}
.icon_1button
{
    text-align: center;
}
input.HelpLogo
{
    border: none;
    padding: 0px 3px;
    float:right;
}
.new-row
{
    height: 20px;
    width: 25px;
    background-image: url(../Content/images/add.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.remove-row
{
    height: 20px;
    width: 25px;
    background-image: url(../Content/images/remove.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.new-row-attenuation
{
    height: 20px;
    width: 25px;
    background-image: url(../Content/images/add.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.remove-row-attenuation
{
    height: 20px;
    width: 25px;
    background-image: url(../Content/images/remove.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.new-row-sanding
{
    height: 20px;
    width: 25px;
    background-image: url(../Content/images/add.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.remove-row-sanding
{
    height: 20px;
    width: 25px;
    background-image: url(../Content/images/remove.png);
    background-position: center center;
    background-repeat: no-repeat;
}
tbody div .scrollPSDMapping
{
    overflow: auto;
    height: 250px;
}

tbody div #divAttenuation
{
    overflow: auto;
    height: 230px;
}

tbody div #divWinterSandingParticle
{
    overflow: auto;
    height: 250px;
}
#divDesignSummery
{
    min-height:450px;
}
#stateMessage, #aStateURL
{
    display: inline;
}
.divErrorMessage
{
    min-width:15px;
    display:inline-block;
}
.divErrorMessageSmall
{
    min-width:8px;
    display:inline-block;
}
.imgClass
{
    vertical-align:middle;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before
{
    border: 1px solid #336699;
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 3px;
    width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: #FFFFFF;
    color: #CC3300;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.adminMenu tr td a {
    color: #006666;
}
