/********************************      Basic Structure      ********************************/

html {
    font-size: 100%;
    height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    color: #333;
    max-height: 100%;
    overflow: auto;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    font-size:12px;
}
/********************************      global Elements styling      ********************************/

img {
    border: none;
}
table {
    border-collapse: collapse;
}

p {
    margin: 0;
    padding: 5px 0px 5px 0px;
}
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
.strong {
    font-weight: bold;
}
input {
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 3px 0 3px 3px;
}
label {
    text-align: left;
    padding-right: 5px;
    font-size: 12px;
}
textarea {
    overflow: auto;
    width: 100%;
    height: 50px;
    color: #333333;
}
.inputText {
    color: #333333;
    width: 98%;
}
.clearall {
    clear: both;
    overflow: hidden;
}
ul, li {
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
}
.event {
    color:White;
    font-weight:bold;
    margin:1px 0 2px 0;
    text-align:right;
}
.welcome {
    color:White;
    font-weight:bold;
    text-align:right;
}
.logo {
    float: left;
    margin: 3px 0 0 5px;
    width: 481px;
    height: 44px;
    text-indent: -999px;
    background: url('../images/matrix_logo.png') no-repeat left center;
    color: #333;
    font-size: 20px;
    cursor:pointer;
}
.loadingbar {
    position: absolute;
    width: 100%;
    height: 1%;
    text-align: center;
    vertical-align: middle;
}
.container {
    min-height: 755px !important;/*overflow: auto; */
}
.header {
    width: 100%;
    height: 50px;
    background-color:#000;
    top:0;
    position:fixed;
     z-index: 5;
}
.toplogin {
    float: right;
    color: #347c7c;
    font-weight: bold;
    width: 250px;
    text-align: right;
    margin: 40px 20px 0 0;
}
.footer {
    background-color: #f0f0f0;
    height: 24px;
    font-size: 11px;
    padding: 7px 0 0 20px;
}
.in-table {
    overflow: auto;
    margin-bottom: 10px;
    width: 98%;
    color: #333;
    margin-left: 1%;
    display: table;
    margin-top:25px;
}
.red {
    color: #D12124;
    padding-right: 2px;
}
h2 {
    font-size: 16px;
    border-bottom: 1px solid #bb6124;
    line-height: 20px;
    color: #bb6124;
    font-weight: normal;
    padding: 5px;
    margin: 0 5px;
}
h5 {
    font-size: 13px;
    border-bottom: 1px solid #333;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    padding: 2px;
    margin: 0 7px;
}
.table input, .tb-mwhite {
    float: left;
}
/********************************    login css   ******************************** */

.mainbox {
    border: 1px solid #407dac;
    border-top: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 0 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 2px;
    color: #444;
    margin: 0 auto 30px;
    overflow: hidden;
}
.mainbox.login {
    width: 485px;
    position: absolute;
    left: 50%;
    top: 45%;
    margin: -130px 0 0 -230px;
}
.logheader {
    float: left;
    width: 100%;
    padding-bottom: 1px;
    background-color:#000;
    height: 50px;
    border-top: 1px solid #DDE0E8;
}
.mainboxBody {
    background: #fefefe;
    border-top: 1px solid #dde0e8;
    padding: 25px 0 5px 40px;
    border: none;
}

.activation .mainboxBody {padding: 25px 0 5px 25px;}

.mainbox-footer {
    border-top: 1px solid #fff;
    padding: 0 96px 15px 85px;
    overflow: hidden;
    height: 32px;
}
.event-footer {
    padding: 0;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}
.mainbox label {
    display: block;
    font: 13px/22px Arial, Helvetica, Sans-serif;
    margin: 5px 0 0 6px;
    font-weight: bold;
    float: left;
    width: 75px;
}
.mainbox.activation label {width: 110px;}

.mainbox.forgot label {width: 120px;}

.mainbox.forgot .mainboxBody{padding:15px 0 5px 20px}

.activation .mainbox-footer{ padding: 0 96px 15px 121px;}

.forgot .mainbox-footer { padding: 0 96px 15px 152px;}

.infobar {
    display: block;
    font: 13px/22px;
    font-weight: bold;
    clear: both;
    padding-top: 10px;
    text-align: center;
}
.mainbox-footer label {
    float: left;
    margin: 4px 0 0;
}
.mainbox-footer input[type=checkbox] {
    vertical-align: sub;
    margin-right: 10px;
}
.mainbox input[type=text], .mainbox input[type=password], .txtField, .cjComboBox {
    border: 1px solid #d4d3d3;
    margin: 3px 0 4px;
    padding: 6px;
    width: 280px;
    display: block;
    background-color: #f5f5f5;
}

.mainbox input[type=text]:focus, .mainbox input[type=password]:focus, .txtField:focus, .cjComboBox:focus {
    border: 1px solid #4179af;
    color: #333;
    background-color: #fff;
}
.formbtn {
    background: url('../images/lbtn_bg.png') repeat-x left bottom;
    border: 1px solid #810101;
    padding: 0 6px 1px;
    font: bold 11px Arial, Helvetica, sans-serif;
    height: 23px;
    cursor: pointer;
    color: #fff;
    margin-top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 75px;
    line-height: 23px;
}
.forbtn {
    padding: 0 6px 1px;
    font: bold 11px Arial, Helvetica, sans-serif;
    height: 23px;
    cursor: pointer;
    color: #c76323;
    margin-top: 2px;
    text-decoration: underline;
    border: none;
    background-color: #fff;
}
/*-------------------------Main-nav------------------------------------------------*/
.mainnav {
    width: 99%;
    color: #fff;
    line-height: 25px;
    padding-left: 1%;
    margin-bottom: 10px;
    background: url('../Images/newnavbg.png') repeat-x left top;
    font-weight: bold;
    float: left;
    min-width:900px;
}
.SimpleMenu ul li {
    padding: 0 18px;
    line-height: 29px;
    background: url(../images/divider_line.png) right center no-repeat;
    display:inline-block;
    color:#fff;
    list-style: none;
    color:#fff;
    cursor:pointer;
}
.SimpleMenu ul li ul {
    display: none;
}
.SimpleMenu ul li ul li {
    padding:0 5px 0 10px;
}
.SimpleMenu ul li a {
    color:#fff;
}
.SimpleMenu li /* all list items */ {
    font-size: 13px;
}
.SimpleMenu li:hover /* list items being hovered over */ {
    background-color: #bbbea8;
    background-image: none;
}
.SimpleMenu li ul li:hover {background-color: #d9ddc5;}
.SimpleMenu li.AspNet-Menu-Hover {
    background-color: #d9ddc5;
    background-image: none;
}
.SimpleMenu li.dynamic /* all list items */ {
    line-height: 25px;
    *text-indent:-10px;
    *padding-top:1px;
    *padding-bottom:1px;
    clear: both;
    display: block;
    background-image:none;
    color:#000;
    z-index:1000;
}
* .SimpleMenu li.dynamic a {
    color:#000;
}
.SimpleMenu a.static {
    /*color: #fff;   */
    color:  #2f2f2c;
}
.SimpleMenu li a, .SimpleMenu span /* all anchors and spans (nodes with no link) */ {
    color: #000;
    /*padding: 2px 10px 2px 8px;background: transparent url(arrowRight.gif) right center no-repeat;*/
}
.SimpleMenu li.AspNet-Menu-Leaf a, /* leaves */ .SimpleMenu li.AspNet-Menu-Leaf span {
    background-image: none !important;
    color: #000;
}
.SimpleMenu li:hover a, /* hovered text */ .SimpleMenu li:hover span, .SimpleMenu li.AspNet-Menu-Hover a, .SimpleMenu li.AspNet-Menu-Hover span, .SimpleMenu li:hover li:hover a, .SimpleMenu li:hover li:hover span, .SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .SimpleMenu li:hover li:hover li:hover a, .SimpleMenu li:hover li:hover li:hover span, .SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span {
    color: #000;/* background: transparent url(activeArrowRight.gif) right center no-repeat;*/
}
.SimpleMenu li:hover li a, /* the tier above this one is hovered */ .SimpleMenu li:hover li span, .SimpleMenu li.AspNet-Menu-Hover li a, .SimpleMenu li.AspNet-Menu-Hover li span, .SimpleMenu li:hover li:hover li a, .SimpleMenu li:hover li:hover li span, .SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .SimpleMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span {
    color: Black;/*background: transparent url(arrowRight.gif) right center no-repeat;*/
}
.SimpleMenu ul.dynamic {
    background-color: #f5f7df;
    border-left: 1px solid #b0b39d;
    border-right: 1px solid #b0b39d;
    border-bottom: 1px solid #b0b39d;
}

.SimpleMenu ul.dynamic li ul {border-top: 1px solid #b0b39d;}
/********************************     table-div      ********************************/
.table-out {
    background-color: #fff;
    padding: 7px 11px;
    border: 1px solid #c5c5c5;    
}
.table-box {
    /*	background-color:#fafbf2;**/
    padding: 4px;
}
.tb-white {
    display: table;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
}
.table {
    display: table;
    width: 100%;
    padding: 10px 0; /*	background-color:#fafbf2;**/
}
.tb-mwhite {
    display: table;
    width: 98%;
    background-color: #fff;
    margin-left: 1%;
}
.tb-repay {
    display: table;
    width: 99%;
    background-color: #fff;
    border-right: 1px solid #407DAC;
    border-bottom: 1px solid #407DAC;
}
#divchkboxes .row {
    border-right: 1px solid #407DAC;    
    border-bottom: 1px solid #407DAC;
}
.tb-outer {
    display: table;
    background-color: #fff;
    border-right: 1px solid #ced5c3;
    border-bottom: 1px solid #ced5c3;
}
.row {
    display: table-row;
    width: 100%;
}
.cell {
    display: table-cell;
    padding: 5px 4px;
    vertical-align: top;
}
.bcell {
    display: table-cell;
    padding: 5px 4px;
    vertical-align: top;
    border-top: 1px solid #407DAC;
    border-left: 1px solid #407DAC;
    font-size: 12px;
}
.brcell {
    display: table-cell;
    padding: 5px 4px;
    vertical-align: top;
    border-top: 1px solid #ced5c3;
    border-left: 1px solid #ced5c3;
}
.tb-edit, .tb-edit a {
    width: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.tb-edit a:hover {
    text-decoration: underline;
    color: #ff0000;
}
.tb-head80, .tb-nor80 {
    width: 80%;
}
.tb-foot {
    background-color: #EDF1E8;
    font-weight: bold;
}
.tb-search {
    border: 1px solid #ced5c3;
    background: #FFFFFF;
    font: normal 12px/17px Arial, Helvetica, sans-seri;
    padding: 3px;
    color: #333333;
    width: 70%;
}
.tb-onedit {
    background-color: #DDE4E4;
}
.tb-pager {
    background-color: #EDF1E8;
    font-weight: bold;
    color: #fff;
}
.tb-alrow {
    background-color: #fefaef;
}
.tb-norow {
    background-color: #fff;
}
.tb-item {
    background-color: #fefaef;
}
.tb-singhead {
    background-color:#9ee6db;
    font-weight:bold;
    font-size: 13px;
    color: #000;
    line-height: 27px;
    text-indent: 10px;
    width:100%;
}
.tb-label {
    width: 140px;
    font-weight: bold;
}
.required:before {
    content: "*";
    color: Red;
    margin-left: -7px;
    float: left;
}
.tb-lenter {
    width: 110px;
    font-weight: bold;
    text-indent: 10px;
}
.tb-field {
    width: 240px;
}
.tb-error {
    color: #ff0000;
}


.right_div{ float: right;
                width: auto;
               margin-right: 63px;}


.right_span{clear: both;
float: inherit; width: 100%; 
font-weight: 600;
margin-top: 8px;
vertical-align: middle;
line-height: 20px;
}

.sbutton {
    background: url('../images/sbtnbg.jpg') repeat-x left top;
    border: 1px solid #64a4c9;
    padding: 0 6px 1px;
    font: bold 11px Arial, Helvetica, sans-serif;
    height: 23px;
    cursor: pointer;
}

.form-head {
    border-bottom: 1px solid #6daa8a;
    margin: 0 10px;
}
h3 {
    font-size: 12px;
    font-weight: bold;
    background-color: #6daa8a;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    display: inline-block;
}
.tb-form {
    background-color: #fafbf2;
    margin: 0 10px 10px 10px;
    border: 1px solid #6daa8a;
    border-top: none;
}
.tb-name {
    float: left;
    margin-right: 10px;
    width: 75px;
}
.tb-errepay {
    margin-left: -96px;
    margin-top: 22px;
    position: absolute;
    width: 240px;
}
.tb10 {
    width: 100px;
}
.tb10-field {
    width: 150px;
}
.tb20 {
    width: 20%;
}
.tb30 {
    width: 30%;
}
.tb40 {
    width: 40%;
}
.tb50 {
    width: 50%;
}
.tbsmall {
    width: 50px;
}
/*--------------------pagination---------------------------------*/

.pagination {
    background-color: #eeefed;
}
.pagination span {
    background: #246262;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 3px 5px;
    margin-right: 2px;
}
.pagination a {
    border: solid 1px #9aafe5;
    margin-right: 2px;
}
.pagination .previous-off, .pagination .next-off {
    border: solid 1px #DEDEDE;
    color: #246262;
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 2px 4px;
}
.pagination .next a, .pagination .previous a {
    font-weight: bold;
}
.pagination .active {
    background: #2e6ab1;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 2px 4px;
}
.pagination a:link, .pagination a:visited {
    color: #205c5c;
    display: block;
    float: left;
    padding: 2px 4px;
    text-decoration: none;
    background: #fff;
}
.pagination a:hover {
    border: solid 1px #0e509e;
}
/*--------------------formcss-------------------------*/

.incontain {
    width: 100%;
}
.loading {
    width: 100%;
    text-align: center;
}
.sidebar {
    width: 150px;
}
.side-title {
    background-color: #3b8686;
    margin-bottom: 1px;
    text-indent: 10px;
    width: 150px;
    line-height: 40px;
    font-weight: bold;
    display: block;
    color: #fff;
}
.side-title a {
    background-color: #3b8686;
    margin-bottom: 1px;
    text-indent: 10px;
    width: 150px;
    line-height: 40px;
    font-weight: bold;
    display: block;
    color: #fff;
}
.disabled-title a {
    background-color: #ddd;
    margin-bottom: 1px;
    text-indent: 10px;
    width: 150px;
    line-height: 40px;
    font-weight: bold;
    display: block;
    color: black;
    cursor: text;
}
/********************************     old-css      ********************************/
.agrey {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.agrey:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
}
/* ADD EDIT CONTACTS */

.tabtextnormal {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}
.tabtextselected {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
}
/*Orange patch tables Starts*/

.colorHead {
    width: 100%;
    background-color: #EAC77E;
    height: 10px;
    border-width: 0;
}
.whitebg {
    width: 1px;
    background-color: #FFFFFF;
}
.trheight {
    font-size: 2px;
    height: 5px;
}
.patchTitlesBold {
    font-weight: bold;
    font-size: 11px; /*color: #155092;*/
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    text-align: left;
}
/*Orange patch tables Ends*/

/*Border Table Starts*/

.bordertable {
    width: 99%;
    border-width: 1;
    border-color: #E8E8E8;
    margin-left: 5px;
}
.bordertablemain {
    width: 100%;
    border-width: 1;
    border-color: #333333;
    border-top-color: #E6E6E6;
    margin-left: 0px;
}
/*Border Table Ends*/

table {
    padding: 0;
    border: 0px outset;
}
.titlesBold {
    font-weight: bold;
    font-size: 11px; /*color: #155092;*/
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    text-align: right;
}
.titlesBoldLeft {
    font-weight: bold;
    font-size: 11px; /*color: #155092;*/
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    text-align: left;
}
.frmStyle {
    font-weight: bold;
    font-size: 10px;
    color: #115296;
    font-family: Arial;
    text-decoration: none;
    text-align: left; /*width:10px;*/
}
.titlesNorm {
    font-weight: normal;
    font-size: 11px; /*color: #155092;*/
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    text-align: left;
}
.titlesNormRight {
    font-weight: normal;
    font-size: 11px; /*color: #155092;*/
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    text-align: right;
}
.titlesNormLeft {
    font-weight: normal;
    font-size: 11px; /*color: #155092;*/
    color: #666666;
    font-family: Arial;
    text-decoration: none;
    text-align: Left;
}
.nodisplay {
    display: none;
}
/******      table box css      *******/
.tb-title {
    background-color: #3399cc;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    line-height:21px;
}
.tb-title a {
    color: #fff;
}
table tr td {
    border-color: #407dac;
    height:16px;
    padding:4px;
    word-wrap: break-word;
}
table thead tr th, table tr th {
    white-space:nowrap;
    background-color: white;
    /*background-color: #3399cc;!important;*/
    background-color: #759AAD;
    width:50px;
    text-align: left;
    padding: 2px 4px;
    border-color: #407dac;
}
.form-button {
    /*background: url('../images/btn_bg.png') repeat-x left top;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf5ff+0,c0e0ff+100 */
    background: #eaf5ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #eaf5ff 0%, #c0e0ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf5ff), color-stop(100%,#c0e0ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eaf5ff 0%,#c0e0ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eaf5ff 0%,#c0e0ff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eaf5ff 0%,#c0e0ff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eaf5ff 0%,#c0e0ff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf5ff', endColorstr='#c0e0ff',GradientType=0 ); /* IE6-9 */
    border: 1px solid #407dac;
    padding: 4px 12px;
    font: bold 12px Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin-right: 10px;
}
.form-button:last-child {margin-right:0;}
.altersty {
    background: #fff;
    color: #333333;
}
.itemsty {
    background: #e8fffc;
}
.TrHeader {
    background-color: #8A9B75;
    font-size: 13px;
    text-indent: 5px;
    font-weight: bold;
    width: 100%;
}
.tfooter {
    background-color: #efefef;
    font-weight: bold;
    color: #fff;
}
.tedit {
    background-color: #DDE4E4;
}
.itemselsty {
    background-color: #E2DED6;
    color: #333333;
    font-weight: bold;
}
.formlable {
    font-weight: bold;
    padding-left: 10px;
    width: 100px;
}
.page-title {
    font-size: 16px;
    color: #367e7e;
    line-height: 25px;
    border-bottom: 1px solid #367e7e;
}
.forminput {
    border: 1px solid #c5c6c7;
    padding: 3px;
    width: 93%;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #494949;
}
.forminput:focus {
    border: 1px solid #4179af;
    color: #333;
}
.form-autoin {
    border: 1px solid #d4d3d3;
    padding: 3px;
    width: 225px;
    display: block;
    font-family: Arial;
    font-size: 11px;
    color: #c71c2c;
    background-color: #f5f5f5;
    font-weight: bold;
}
.formdrop {
    border: 1px solid #dde0c7;
    padding: 3px;
    width: 230px;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #494949;
}
.formretext {
    border: 1px solid #dde0c7;
    padding: 3px;
    width: 225px;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: #999;
}
.left-pan {
    float: left;
    width: 150;
    padding-left: 10px;
}
.right-contain {
    margin-left: 160px;
    margin-right: 10px;
}
.border-box {
    border: 1px solid #ced5c3;
    float: left;
    width: 100%;
}
.fl-box {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    width: 515px;
}
.popupv {
    background-color: #E6DB55;
    color: #666452;
}
.masterholderpop01 {
    width: 505px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.bodypop {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    margin: 0px;
    font-size: 12px;
    background-color: #FFFFFF;
}
.popimage {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 505px;
    height: 30px;
    background-image: url(../images/topband02.gif);
}
/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    padding-left: 2px;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #006699;
    color: White;
    font-weight: bold;
    padding: 1px;
}
/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}
/*Textbox Watermark*/

.unwatermarked {
    height: 18px;
    width: 148px;
}
table tr td span input {
    float: left;
}
.breadcrumb {
    color:#333;
    font:bold 11px/17px Arial, Helvetica, sans-serif;
    margin:5px 0;
    float:left;
}
.breadcrumbn a {
    color:#333;
    font:bold 11px/17px Arial, Helvetica, sans-serif;
    margin:5px 0;
}
.breadcrumbn a:hover {
    color:#8A9B75;
}
.tb-white table tr {
    vertical-align:top;
}
.topRight {
    float:right;
    width: 500px;
    margin-right:15px;
}
h1 {
    margin-top: 20px;
    text-align: center;
    margin-bottom:10px;
    color:#ff0000;
    font-size:16px;
    width:98%;
}   /*position: relative;*/
h1.one {
    margin-top: 0;
}
h1.one:before {
    content: "";
    display: block;
    border-top: solid 1px #666666;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 49%;
    z-index: 1;
    margin-left:1%;
}
h1.one span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
#firstdiv div {
    width:65px;
}
.aspNetHidden {
    background-color:red;
    height:0px;
    width:0px;
}
.buttonblurecsss {
    background-color: #e4f1ff;
    border: 1px solid #a1a9a4;
    padding: 3px 6px;
    font: bold 11px Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin-right: 10px;
}
#divGrd .row .bcell input {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin: 7px 0 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    min-width:95px;
}
#divGrd .row .bcell input:hover {
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.alert {
    margin-bottom: 18px;
    padding: 7px 35px 6px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #333333;
}
.breadCrumb {
    background: -moz-linear-gradient(center top, #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
    border: 1px solid #E9E9E9;
    border-radius: 4px 4px 4px 4px;
    display: block;
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 2px 0;
}
.textcolumns a {
    padding-left:5px;
    color: #105291;
    font-weight: bold;
}
.textcolumns a:hover {
    color: #333;
    text-decoration:underline;
}
.tblMatrix th {
    font-size:16px;
}
.tb-singhead table select {
    max-width:300px;
}
table.fancyTable tbody tr:nth-child(2n+2) {
    border-bottom: 2px solid #105291;
}
table.fancyTable tr {border-left:thick solid #105291;}

#dvdesign table tbody th{height:auto;}

#dvdesign table tbody tr:nth-child(2n+1), #dvdesign_mirror table tbody tr:nth-child(2n+1) {
    background:#EEF6FF;
}
#dvdesign table .tb-title {
    cursor:pointer;
}

.auto-allow {
    float:left;
    width:18.8%;
    margin-right:1%;
    border: 1px solid #407DAC;
    margin-bottom:2%;
}
.attendence .auto-allow {width:48.8%;}

.attendence .auto-allow > .vertical-tab {max-height: 450px;}

.auto-allow > .tb-title {padding:4px; line-height:21px;}

.auto-allow > .itemselsty {padding:4px; line-height:21px; border-bottom: 1px solid #407DAC;}

.auto-allow > .tfooter {padding:4px; color:#333;}

.auto-allow > .vertical-tab {max-height:200px; overflow-y:auto;}

.auto-allow > .vertical-tab table {max-height:480px;width:100%; padding:0; margin:0; border:0;border-collapse: collapse;}

.auto-allow > .vertical-tab table tbody tr {border-top:1px solid #105291;}

.auto-allow > .vertical-tab table tbody tr:nth-child(2n+1) { background: #e8fffc;}

.searchicon.forminput {background: url('../images/search-icon-md.png') no-repeat 98% center #fff; padding-right:20px; width: 345px; color:#666;}

.vertical-tab table tr td label {padding-left:5px;}


.clickme {
    background-color: #eee;
    border-radius: 4px;
    color: #666;
    display: block;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-decoration: none;
}

.clickme:hover {
    text-decoration: underline;
}

.box {
    margin: 5px 0;
    padding: 5px 10px;
    width: auto;
}
.show-box {margin-top:10px;} 

.scroll-height {max-height:400px; overflow-y:auto;}

table#dgDemand tr.tb-title td {vertical-align:top;}


/********************* Travel, Hotel Tab CSS start here  *********************/


.tab_container {
    margin-left: 5px;
    overflow: hidden;
}
.tab_container input {
    margin-left: 3px;
    margin-right: 0 !important;
    padding: 5px 18px 3px 18px !important;
    font-size: 13px;
}

.tab_container .Clicked.form-button {
    background: none !important;
    background-color: #3399cc !important;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    padding: 5px 18px 3px 18px !important;
    color:#fff;
}
.tab_container .form-button {
    background: none !important;
    background-color: #9ee6db !important;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    padding: 5px 18px 3px 18px !important;
}
.tab_container .form-button:hover {
    background-color: #3399cc !important;
    color: #fff;
}
.clsgeneral .table-out, .clstravel .table-out, .clsother .table-out, .clshotel .table-out {
    border: none;
}
.clsgeneral, .clstravel, .clsother, .clshotel, .clstransport {
    border: 1px solid #c5c5c5 !important;
}

.clsgeneral h2, .clstravel h2, .clshotel h2 {
    font-size: 13px;
    font-weight: bold;
    color: #105291;
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 3px 0 !important;
    margin: 21px 0 10px 0;
}

.clstravel h3 {
    background-color: transparent !important;
    color: #333;
    font-weight: bold;
}

.clstravel #rdbtnplanner tr td {
    padding: 6px 4px;
}

.clstravel .tb-label {
    width: 150px;
}

.blue-text{color:#3399cc; font-size: 12px; font-style: italic; margin: -10px 0 10px 5px;}

/*

.clsother #pnlOther {
    width: 650px;
}

********************* Travel, Hotel Tab CSS ends here  *********************/




/********************* Generate Schedule New CSS Starts Here  *********************/

.row.border-bottom {
    border-bottom: 1px solid #d1d1d1;
}
.date-table {
    border: 1px solid #d1d1d1;
    border-top: none;
    width: 375px;
    padding: 0;
	float:left;
    vertical-align: top;
    margin-right: 25px;
    min-height: 120px;
}
.fund-table {
    border: 1px solid #d1d1d1;
    border-top: none;
    width: 650px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}
.date-header > .cell {
    background-color: #efefef;
    width: 375px;
    border-top: 1px solid #d1d1d1;
    border-bottom: none;
}
.fund-header {
    background-color: #efefef;
    width: 654px;
    display: table-caption;
    border-top: 1px solid #d1d1d1;
    border-bottom: none;
}
.note-box {
    padding: 9px;
    display: block;
    height: 73px;
}
.note-box input {
    float: none;
}
.tb-button {
    width: 40px;
    padding-top: 12px;
}
#dvbuttons .lnkbutton {
    background: #abece2; /* Old browsers */
    border: 1px solid #65a99f;
    padding: 4px 12px;
    font: bold 12px Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin-right: 10px;
}
.fund-rep {
    width: 400px;
}
.download-field {
    width: 150px;
}

#dvbuttons .row .cell.report-box {
    padding: 0;
}

.fund-rep #divchkListFundRepresentative a {
    text-decoration: underline;
    color: #0000ff;
    text-transform: uppercase;
}
.fund-rep #divchkListFundRepresentative a:hover {
    text-decoration: none;
}

.fund-rep a.vwreport {
    float: right;
}
.fund-rep table {
    width: 630px;
}
.fund-rep table tr td {
    border-bottom: 1px solid #ccc;
}
.fund-rep table tr:last-child td {
    border-bottom: none;
}

#dvISspeakersession .tb-error 
{
	margin-left: 30px;
	float: left;
}
.tb-session 
{
	font-weight: bold;
}
.note-box .forminput 
{
	height: auto;
}



/********************* Generate Schedule New CSS Ends Here  *********************/

#divselectcustomschedule {border-bottom:1px solid #ccc; padding-bottom:10px; margin:15px 0;} 

#divselectcustomschedule .not-text {font-size:12px; color:#666; margin-right:10px; display:inline-block; font-weight:600; font-style:italic; float: left;}

#listcustommeetings table {width:70%}

#listcustommeetings table th, #listcustommeetings table td {padding:4px 10px;}

.att-text {display:inline-block; margin-left:115px; font-style:italic; font-size:11px; color:#666;font-weight:600}


span.lnkEdit 
{
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
span.lnkEdit:hover
{
	text-decoration: none;
}


span.lnkDelete 
{
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
span.lnkDelete:hover
{
	text-decoration: none;
}

.add-custom .tb-label 
{
	width: 100px;
}
#divaddeditcustomschedule .table .row #txtNote {
   width: 494px;
resize: none;
}
#divaddeditcustomschedule .table .row #ddlEventDate.forminput {
    width: 120px;
}
#divselectcustomschedule {
    width: 70%;
    overflow: hidden;
}
#divselectcustomschedule #btnAddCustomSchedule {
    float: right;
}

.search_top_line{border-bottom: 1px solid #ccc; margin-bottom: 20px;
width: 60%;}

/*
.alloc-content .searchicon.forminput 
{
    width: 222px;
}
.add-custom .table .row .cell #divMeeting input#txtMeetingWith {
    width: 350px;
}

.sp-note-box #spectxtNotes {
    width: 355px;
}
.sp-note-box {
    padding: 0 9px;
    display: block;
}
*/

.food-report .tb-label {
    width: 60px;
}
.com-rsvp #btnexport {
    top: 200px;
}
.food-report .table .row .cell {
    padding: 5px 4px 0 4px;
}
.food-report .table {
    padding-bottom: 0;
}
.food-report .table-box #dvdesign #btnexport {
    float: right;
    margin-bottom: 15px;
}

#listMsg #msg_table{ width:70%;} 


  


/* 20171109 --  Sumit  CSS for Deamdnd profile frequency format group page*/

.custom_table
{
    border: 1px solid #407DAC;
    width: 100%;
 }
 .tabletext_center
 {
     text-align:center !important;
 }  
    
 .custom_table tr th
 { 
     background-color:#fff;
 }
    
 .custom_table td
 {
     vertical-align: middle !important;
     min-height:20px; padding:4px;
 }
                   
.custom_table th
 {  
    border: 1px solid #407DAC;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center; text-transform:uppercase;
  
 }
 
.row_bg{ background-color:#deec65 !important;}
.row_border{border-bottom: 3px solid #407DAC !important;}
.row_th{background-color: #3399cc!important;
        color: #fff !important;}
 
 .row_th2{ background-color: #EEF6FF !important;}
 
 .export_excel{float: right;
    margin-top: 15px;}
.tabletext_right{ text-align:right;}

.row_color{ background-color:Orange}

.custom_table td:last-child { width:20px;font-weight:bold}
.custom_tdfirst{ min-width:210px; max-width:210px; 
                 white-space: normal; 
                 word-wrap: break-word;}
.custom_td3{ min-width:55px; max-width:55px; 
             white-space: normal; 
             word-wrap: break-word;}

.form_heading
{
    font-weight:bold;    
}

.form_desc
{
    font-weight:normal;
}


/*
#dvLoadermain
{
    background-color:rgba(0,0,0,0.6);
    
    width:100%;
    height:100vh;
    position:fixed;    
    z-index:999999;
    display:block;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    
}

#dvLoadermain img {


    height: 60px !important;
    width: 120px !important;
    top: 0 !important;
    left: 0 !important;
    right:0 !important;
    bottom:0 !important;
    margin:auto !important;     
    position:absolute  !important;
}*/



#frep-colleague
{
 margin-top:3px;  
 background-color: #ffe1e2;
  
}


#fc-day
{
 font-size:10px; 
 background-color: #ffe1e2;
}


/* Attendance Report*/
.attendance_report table{table-layout:fixed; border-collapse: collapse;}
.attendance_report th{ background-color:#3398cc; color:#fff; padding:10px; border:1px solid #407dac;}
.attendance_report td{ border:1px solid #407dac; vertical-align:top; padding:8px 10px; }
/*.attendance_report table td:last-child{ padding:0;}*/
.even{ background-color:#eef7ff;}
.com-rep{ padding:0px 5px 5px 2px;}
.fund-repnew{ padding:8px 5px 5px 8px;}
.absent, .present{ background-position:right 10px center; background-repeat:no-repeat;}

.present{ background-image:url(images/present.jpg);
         width: 31px;
height: 20px;
float: right;
color: transparent;}

.absent{ background-image:url(images/absent.jpg);
         width: 31px;
height: 20px;
float: right;
color: transparent;}
.attendance_report table table td{ border:none; padding:8px 10px; border-bottom:1px solid  #407dac;border-right:1px solid  #407dac}
.attendance_report table table td:last-child{ border-right:none;}
.attendance_report table table{border-collapse: collapse; min-height: 100%;}


/*Fund Rep*/
.tb-field-frep {
    width: 300px;
}


/****** Import Demand ******/
.table-box .rowGrid { 
    padding: 4px;
    border:1px solid #ccc;
}
.table-box-import-grid { 
    padding: 4px;
    border:1px solid #ccc;
    height:98%;
}
.table-box-import-grid .rowGridImport { 
    padding: 4px;
    border:1px solid #ccc;
    height:98%;
}
.bro_box {
    padding: 10px;
    border:1px solid #ccc;
}
    
.bro_box table{ border-bottom: #407dac 1px solid;}

.rowGrid {
    /*display: table-row;*/
    width: 100%;
    height:180px;
    overflow:scroll;    
    border:1;
}

/* Notification */
.send-noti-label{display: block;
float: left;
line-height: 36px;}


 /*Allocation*/
 .infoicon { background-position:right 10px center; background-repeat:no-repeat;}

 .infoicon{ background-image:url(images/infoicon.png);
        width: 40px;
        height: 25px;
        float: right;
        margin-top:-5px;
        color: transparent;}
        
  .tooltip {
            position: relative;
            display: inline-block;
            float:right; }

  .tooltip .tooltiptext {
            visibility: hidden;
            min-width: 150px;
            background-color: #555;
            color: #fff;
            border-radius: 6px;
            position: absolute;
            left: 30px;
            opacity: 0;
            padding: 10PX;
            font-size: 12px !important; font-weight:normal;}       

  .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;}    


.select2-container--open .select2-dropdown--below {z-index:1;}

.leftheadermatrix{z-index:99999;}



/*.tb-singhead 
{
    display:none;
   
}*/

.tb-singhead
{
    display:none;
}

.radiobtnhorizontal tr  {
    display: contents !important;   
}
#divHeaderMaster
{
    
 display:block !important;   
}





/*************DAta import from master****************/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 700px; /* Could be more or less, depending on screen size */
  height:
}


#myModelOwner .modal-content
{
    width: 700px;
    
}

/* @media only screen and (max-width: 1400px) {
  .tb-label {
    width: 45%;
    
} */
.tb-field {
    width: 220px;
}
}
@media only screen and (max-width: 1050px) {
  .tb-label {
    width: 25%;
}
.tb-field {
    width: 180px;
}
}
@media only screen and (max-width: 770px) {
 .tb-field {
    width: 180px;
}
}
