*/ CSS Document */
/*
body{ margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#a8a8a8;}
*/
p, span, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

span {
    /*color: #000000;*/
}

input {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color:#fff;
}

.header_nav_right {
    width: 80%;
    float: left;
    height: 50px;
}

.header2 {
    width: 1px;
    float: left;
    background-color: Transparent;
    height: 10px;
    border-top: 1px solid #fff;
    border-bottom: 5px solid #fff;
}

.logout {
    background: url(~/Images_admin/logout.png) no-repeat left center;
    behavior: url("iepngfix.htc" );
    width: 68px;
    float: right;
    color: #df660b;
}
/*
.header_nav_tab{ background-color:#f3f3f3; font-size:12px; font-weight:bold; color:#979797; -moz-transition:color 0.5s linear 0s; padding:8px 12px 8px 12px; border:1px solid #d9d9d9; border-radius:2px;}
*/
.header_nav_tab {
    background-color: #f3f3f3;
    font-size: 12px;
    font-weight: bold;
    color: #006fb0;
    -moz-transition: color 0.5s linear 0s;
    padding: 8px 12px 8px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}

a.header_nav_tab:hover {
    background-color: #333333;
    font-size: 12px;
    font-weight: bold;
    color: #df660b;
    -moz-transition: color 0.5s linear 0s;
    padding: 8px 12px 8px 12px;
    border: 1px solid #333333;
    box-shadow: 0 0 3px #000;
    border-radius: 3px;
}

.box {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 0 0 5px 5px;
    color: #000;
    background-color: #f2f6f7;
    font-weight: bold;
    width: 730px;
}

.searchonsite {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 0 0 5px 5px;
    color: #000;
    background-color: #f2f6f7;
    font-weight: bold;
    width: 707px;
    margin-top: 20px;
}

.boxBR {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 0 0 5px 5px;
    color: #000;
    background-color: #f2f6f7;
    width: 950px;
}

.box1 {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 0 0 5px 5px;
    color: #000;
    background-color: #f2f6f7;
    width: 730px;
}

.upFieldSet {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 0 0 5px 5px;
    color: #000;
    background-color: #f2f6f7;
    width: 850px;
    height: 450px;
    overflow: overlay;
}

.box2 {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-radius: 0 0 5px 5px;
    color: #000;
    background-color: #f2f6f7;
    width: 900px;
}

fieldset.box:hover {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc; /*background-color: #ffffe9;*/
    border-radius: 0 0 5px 5px;
}

fieldset.box1:hover {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc; /*background-color: #ffffe9;*/
    border-radius: 0 0 5px 5px;
}

fieldset.box2:hover {
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc; /*background-color: #ffffe9;*/
    border-radius: 0 0 5px 5px;
}
/* Header */




/* Container */


.textfeild {
    width: 400px;
    height: 20px;
    border: 2px solid #e5e5e5;
}

.textfeild1 {
    width: 200px;
    height: 20px;
    border: 2px solid #e5e5e5;
}

    .textfeild1:focus {
        width: 400px;
        height: 20px;
        border: 2px solid #d1d1d1;
    }

.textfeild:focus {
    width: 400px;
    height: 20px;
    border: 2px solid #d1d1d1;
}

.text16 {
    font-size: 16px;
    font-weight: bold;
}

.display-none {
    display: none;
}

.btn {
    font-size: 14px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 2px;
    background-color: #4CAF50; /* green */
    border: 2px solid #4CAF50;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.btnsmall {
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    word-wrap: break-word;
    cursor: pointer;
    background-color: #089de3; /* blue */
    border: none;
    margin: 1px 1px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.1s;
    border-radius: 2px;
}

.btn:hover {
    background-color: #4CAF50;
    /*color: black;*/
    border: 2px solid #006203;
    box-shadow:1px 0px 1px;
}

.btnsmall:hover {
    background-color: #089de3;
    /*color: black;*/
    border: 0px solid #089de3;
}

.dvRight {
    float: right;
}

.imgDashboard {
    float: right;
    margin-top: -27px;
    margin-right: 50px;
}

.imgNotification {
    float: left;
    margin-top: -2px;
    margin-right: -30px;
    clear: both;
    margin-left: 357px;
}

.imgCMNotification {
    float: left;
    margin-top: -2px;
    margin-right: -30px;
    clear: both;
    margin-left: 357px;
}

.imgLogout {
    margin-top: -1px;
    margin-right: 10px;
    width: 34px;
}

.dvLeft {
    float: left;
}

.btnDashboard {
    float: left;
    position: relative;
    background-color: #B1C273;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    border-radius: 1px;
    margin-left: 3px;
    color: white;
}

.divLeft {
    float: left;
    clear: both;
}

.MailFormat {
    background-color: White;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

checkbox.chkbox {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 7px;
    vertical-align: bottom;
}

.Cashlogo {
    background-image: url(../images/bill_logo.jpg);
    height: 50px;
    width: 180px;
}

.cLOGO {
    color: #000;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px; /*background-color: #0071b0;*/
}

.bg6 {
    /*background-color: black;*/
    border-bottom-color: Black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.smallblack {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: black;
    text-decoration: none;
}

.border2 {
    border: black 1px solid;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.border3 {
    border: black 1px solid;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px; /*border-top-style: solid;*/
    border-right-style: solid; /*border-bottom-style: solid;*/
    border-left-style: solid;
}

.border4 {
    border: black 1px solid;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px; /*border-top-style: solid;*/
    border-right-style: solid; /*border-bottom-style: solid;*/
    border-left-style: solid;
}

.border5 {
    border: black 1px solid;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px; /*border-top-style: solid;*/
    border-right-style: solid; /*border-bottom-style: solid;*/
    border-left-style: solid;
}

elink3:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

elink3:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

elink3:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.elink3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: bold;
}

.link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #343434;
    text-decoration: underline;
}

.visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #343434;
    text-decoration: underline;
}

.imgBarcode {
    -webkit-transform: rotate(270deg);
}

.form_input {
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 150px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #d5d5d5;
}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

.form_inputs {
    /*color: black; background-color: white;*/
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px; 
    width: 450px;
}

.date {
    font-size: 13px;
    font-family: verdana;
    font-style: italic;
    color: blue;
}

.CMChk {
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 800px;
}

.form_rdb {
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 206px;
}

.ddlform_input {
    /*color: black; background-color: white;*/
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px; /*width: auto;*/
    width: 60px;
}

.ddlw107 {
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 107px;
}

.rdbOnsite {
    /*color: black; background-color: white;*/
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px; /*width: auto;*/
    width: 229px;
    margin-top: 85px;
    margin-bottom: 5px;
}

.form_inputdate {
    /*color: black; background-color: white;*/
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px;
    width: 73px;
}

.form_textarea6 {
    /*width: 125px; color: black; background-color: white;*/
    height: 40px;
    border: #747474 1px solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.error {
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #A30C0C;
}

.gridrow {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #141414;
    background-color: #ECECEC;
    width: 215px;
}

.gridrow1 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #141414;
    background-color: white;
    width: 215px;
}

.gridheader {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    background-color: #7B7B7B;
    font-weight: bold;
    background-image: url(../images/gridheader-bg.gif);
    background-repeat: repeat-x;
}

.divprintPreview {
    position: fixed;
    text-align: center;
    height: 80%;
    width: 63%;
    top: 8%;
    right: 16%;
    overflow: scroll; /*bottom:50px;*/
    z-index: 9999999;
    background-color: White; /*opacity: 0.6;*/
    border-style: solid;
}



.divUpload {
    position: fixed;
    text-align: center;
    height: 26%;
    width: 34%;
    top: 47%;
    right: 25%;
    background-color: White; /*opacity: 0.6;*/
    border-style: solid;
}

.extListCssClass {
    color: Black;
}

.extListItemCss {
    color: Black;
    font-size: 12px;
}

.ItemListWidth {
    /*width: 145px;*/
    background-color: White; /*overflow: auto;*/
    border-bottom: dotted 1px #006699;
}

.SelectedItem {
    /*width: 145px;*/
    background-color: #006FB0; /*#006699;*/
    color: White;
    font-weight: bold; /*overflow: auto;*/
    cursor: pointer;
    width: 150px;
}

.ListCss {
    max-height: 150px;
    max-width: 250px;
    background-color: White;
    overflow: auto;
    z-index: 100 !important;
    cursor: pointer;
    color: Black;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 10px;
    background-color: White;
    margin-left: 0px;
}

.SelectedItemJobsheet {
    /*width: 145px;*/
    background-color: #006FB0; /*#006699;*/
    color: White;
    cursor: pointer;
    width: 200px;
}

.ListCssJobsheet {
    max-height: 250px;
    max-width: 250px;
    background-color: White;
    overflow: auto;
    z-index: 100 !important;
    cursor: pointer;
    color: Black;
    border: solid 1px #006699;
    line-height: 20px;
    padding: 3px;
    background-color: White;
    margin-left: 0px;
}

#testdiv_1, #testdiv3 {
    width: 750px; /*height: 200px;position: absolute;*/
    background: #ccc;
    border: 1px solid #aaa;
    padding: 2px;
    top: 155px;
    left: 245px; /*position:fixed;*/
    height: 30px auto;
}

.pnlInward {
    width: 730px; /*height: 200px;position: absolute;*/
    background: #ccc;
    border: 1px solid #aaa; /*padding: 2px; 	top: 155px; 	left: 245px; 	position:fixed;*/
    overflow: scroll;
    height: 400px;
}

.rdbdiv {
    width: 86px;
    float: left;
}

    .rdbdiv input {
        vertical-align: top;
    }

    .rdbdiv label {
        margin-left: 2px;
    }

.ardbdiv {
    width: 186px;
    float: left;
}

    .ardbdiv input {
        vertical-align: top;
    }

    .ardbdiv label {
        margin-left: 2px;
    }

.rdbRfv {
    width: 20px;
    float: left;
    margin-top: 5px;
}

.logCOButton {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    float: left;
    color: Black;
    font-size: 10px;
    background: url(../Images/coordinator.PNG) no-repeat left top;
    padding-left: 23px;
    height: 24px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.logEngButton {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    float: left;
    color: Black;
    font-size: 10px;
    background: url(../Images/Wise-PC-Engineer.PNG) no-repeat left top;
    padding-left: 23px;
    height: 24px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.logTCButton {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    float: left;
    color: Black;
    font-size: 10px;
    background: url(../Images/Telecaller_icon.png) no-repeat left top;
    padding-left: 23px;
    height: 24px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.logQCButton {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    float: left;
    color: Black;
    font-size: 10px;
    background: url(../Images/quality_check.png) no-repeat left top;
    padding-left: 23px;
    height: 24px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.logFCButton {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    float: left;
    color: Black;
    font-size: 10px;
    background: url(../Images/front_cor.png) no-repeat left top;
    padding-left: 23px;
    height: 24px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.logLButton {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    float: left;
    color: Black;
    font-size: 10px;
    background: url(../Images/Logistic.PNG) no-repeat left top;
    padding-left: 23px;
    height: 24px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.logInventButton {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    float: left;
    color: Black;
    font-size: 10px;
    background: url(../Images/Inventory.PNG) no-repeat left top;
    padding-left: 23px;
    height: 24px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.lblNotification {
    float: left;
    color: white;
    font-size: 10px;
    background: url(../Images/notification_icon.png) no-repeat left top;
    padding-left: 7px;
    height: 23px;
    text-align: left;
    overflow: visible;
    padding-right: 9px;
    padding-top: 1px;
}

.lblCMNotification {
    float: left;
    color: white;
    font-size: 10px;
    background: url(../Images/notification_CM.png) no-repeat left top;
    padding-left: 7px;
    height: 23px;
    text-align: left;
    overflow: visible;
    padding-right: 9px;
    padding-top: 1px;
}

.exportExcel {
    /* 	background-image: url(../Images/fdo.gif); 	font-family: Verdana,Arial,Helvetica,sans-serif; 	font-size: 11px; 	padding: 0 15px 3px 1px; 	outline: none;*/
    color: Black;
    font-size: 10px;
    background: url(../Images/excel_icon.PNG) no-repeat left top;
    height: 24px;
    text-align: left;
    overflow: visible;
    border-right: 1px solid #DDD;
    background-color: lightGrey;
}

.selectall {
    background: url(../Images/selectall.jpg) no-repeat left center;
    float: left;
    color: black;
    font-size: 11px;
    padding-left: 21px;
    height: 14px;
    text-align: left;
    overflow: visible;
    padding-right: 3px; /*border-right: 1px solid #DDD; background-color: lightGrey;*/
}

.downloadbtn {
    background: url(../Images/icondownload_new.png) no-repeat left center;
    background-color: #006FB0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 10px 1px 10px;
    width: auto;
    float: left;
    padding-left: 43px;
    height: 30px;
    text-align: left;
    overflow: visible;
    padding-right: 3px;
}

.Delete {
    background: url(../Images/delete_small.gif) no-repeat left center;
    background-color: #0B66AC;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 7px 1px 6px;
    width: auto; /*float: left;*/
    padding-left: 19px;
    height: 23px;
    text-align: left;
    overflow: visible;
    padding-right: 2px;
    margin-bottom: 10px;
    cursor: pointer;
}
/*treenode text color*/
.treenode_text {
    /*background: url(../Images/blank_circle.gif) no-repeat left center;*/
    padding: 0px 0px 0px 0px;
    padding-left: 0px;
    height: 8px;
    text-align: left;
    overflow: visible;
    padding-right: 0px;
    border-radius: 25px;
    float: left;
    margin-top: 3px;
    width: 7px;
}

.treenode_labeltext {
    /*background: url(../Images/blank_circle.gif) no-repeat left center;*/
    padding: 2px 3px 1px 3px;
    padding-left: 0px;
    height: 8px;
    text-align: left;
    overflow: visible;
    padding-right: 0px;
    border-radius: 25px;
    float: left;
    margin-top: 8px;
}

.tdTopBorder {
    border-top: solid 1px black;
}
/*Feeedbackmailcontent*/
.fbHeader {
    width: 631px;
    margin-left: 10px;
}

.FeedbackMailBG {
    background-image: url(../images/header_bg.png);
    background-repeat: inherit;
    height: 87px;
    width: 630px;
    margin-left: 10px;
    border-radius: 22px 22px 0 0;
}

.stext {
    font-family: Verdana;
    font-size: 25px;
    color: #000;
    padding-left: 23px;
    padding-top: 87px;
    line-height: 90px;
}

.dvExtd {
    position: fixed;
    width: 835px;
    height: 500px;
    top: 21%;
    opacity: 1.6;
    left: 8%;
}

.divonsite {
    border: solid 1px gray;
    background-color: gray;
    color: white;
}

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.timer {
    height: 18px;
    border: #747474 1px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 10px;
    width: 45px;
}

.FinalLogoutBtn {
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 3px 194px;
}
/* a.button:hover{background-color: #006fb0; color:#fff; font-size:15px; font-weight:bold; padding:5px 15px 5px 15px; border:2px solid #006fb0;} */ /* Container */

.infobox {
    position: relative;
    border: 1px solid #000;
    background-color: #CCC;
    width: 273px;
    padding: 5px;
}

    .infobox img {
        position: relative;
        z-index: 2;
    }

    .infobox .more {
        display: none;
    }

    .infobox:hover .more {
        display: block;
        position: absolute;
        z-index: 1;
        left: -1px;
        top: -1px;
        width: 273px;
        height: 300px;
        overflow: scroll;
        padding: 17px 5px 5px;
        border: 1px solid #900;
        background-color: #FFEFEF;
    }

.display-mode {
    border: #747474 0px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px; /*width: auto;*/
}

.edit-mode {
    border: #747474 0px solid;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    font-size: 11px; /*width: auto;*/
}
.divHeader {
    color: #fff;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    background-color: #0071b0;
    margin-top: 5px;
    width: 100%;
}
.detlsheads {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    height: 10%;
    margin-top: 19px;
}

.divstyle {
    margin-left: 8px;
}

.detlsbg {
    background-color: #f2f6f7;
    /*margin-top:10px;*/
}
.frmtxt1 {
    /*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    color: #343434;
    font-weight: bold;
}
.frmtxt {
    /*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 11px;
    color: #343434; /*width: 110px;*/
}
.detlshead {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
    height: 10%;
    width: 100%;
    margin-top: 19px;
    text-align: left;
    cursor:pointer;
}
.Label {
    color: #000;
    font-weight: bold;
    font-family: Verdana;
    font-size: 11px; /*background-color: #0071b0;*/ /*margin-top: 5px; 	width: 470px;*/
}

.Label1 {
    color: #000;
    font-family: Verdana;
    font-size: 11px;
    /*width: 305px;*/
    text-align:left;
}

#errordiv {
    color: red;
    font-size: 11px;
    text-align: left;
}
.Basicdialog{
    display: none; 
    position: fixed; 
    width: 350px; 
    height: 100px; 
    padding: 0px 0px 0px 0px; 
    border: 2px solid #385D89; 
    z-index: 15; 
    top: 50%; 
    left: 50%; 
    margin: -100px 0 0 -150px; 
    background: #f9f9e1; 
}
.Readydialog{
    display:none; 
    position: fixed; 
    width: 450px; 
    height: auto; 
    padding: 5px 5px 5px 5px; 
    border: 2px solid #385D89; 
    z-index: 15; 
    top: 50%; 
    left: 48%; 
    margin: -100px 0 0 -150px; 
    background: #f9f9e1;
}