
/*=======================================================================

	*** This is where you should keep all of your design specific styles ***
 
 ========================================================================*/
 .dgGrid th{white-space:nowrap}
 .loginbg{background:url(../Images/Login/SpiderNet.jpg) no-repeat center center fixed; -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
 
 .dgGrid tr td:first-child{padding-left:15px}
 
/*.gridfixed table tr th:first-child{position:absolute; height: 30px; background:#EBEBEB}
 .gridfixed table tr td:first-child{position:absolute; height: 34px; background:#EBEBEB}*/
 .gridfixed table tr th:first-child{position:absolute; border: 0px; padding-top: 10px}
 .gridfixed table tr td:first-child{position:absolute; border: 0px; padding-top: 10px}
 .gridfixed table tr td:nth-child(2), .gridfixed table tr th:nth-child(2){margin-left:41px; position:absolute; height: 30px; }
 .gridfixed table tr td:nth-child(3), .gridfixed table tr th:nth-child(3){padding-left:305px;}
 /*.gridfixed table tr th:last-child{position:absolute; height: 30px; background:#EBEBEB; right:0px}
 .gridfixed table tr td:last-child{position:absolute; height: 34px; background:#EBEBEB; right:0px}*/
 .gridfixed table tr th:last-child{position:absolute; border: 0px; right:0px}
 .gridfixed table tr td:last-child{position:absolute; border: 0px; right:0px}
 .gridfixed table tr td:nth-last-child(2), .gridfixed table tr th:nth-last-child(2){padding-right:50px}

 img.menudroppoint{display:none}
 
 .headerDIV tr td:nth-child(4) ul.oe_menu li.selected div,
 .headerDIV tr td:nth-child(5) ul.oe_menu li.selected div,
 .headerDIV tr td:nth-child(6) ul.oe_menu li.selected div,
 .headerDIV tr td:nth-child(7) ul.oe_menu li.selected div
 {margin-left: -250px !important;}
 .headerDIV tr td:nth-child(8) ul.oe_menu li.selected div,
 .headerDIV tr td:nth-child(9) ul.oe_menu li.selected div,
 .headerDIV tr td:nth-child(10) ul.oe_menu li.selected div
 {margin-left: -430px !important;}
 
 .beadstyle a span{padding:5px; border-radius:10px; color:#fff}
 .beadstyle a span:hover{opacity:.5}
 div.padding div.row div.cell:first-child{padding-right:20px; padding:3px}
 table.dgGrid2 tr:first-child td{padding:5px; background:#d1d1d1}
 table.dgGrid2 tr:nth-child(2) td{padding:0px 0px 0px 0px; }
 
 .textboxbg{border: 1px solid #bbb;
font-size: 14px; 
color: #fff;
padding: 7px;
-webkit-border-radius: 3px 0px 0px 3px;
-moz-border-radius: 3px 0px 0px 3px;
border-radius: 3px 0px 0px 3px;
vertical-align: middle;
clear: both; background:#717171}
 
html, body, #ContentPlaceHolder1_pnlRegOthers
{
    height: 100%;
}
body
{
    background: #eeeeee;
    margin: 0;
    padding: 0;
   /* font-family: 'Arial' ,Arial, Helvetica, sans-serif;*/
    font-family: Arial, Tahoma, Geneva, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #333333;
    position: relative;
    -webkit-font-smoothing: antialiased;
    top: 0px;
    left: 0px;
}
/*header*/
div#contentMainGeneralMaster
{
    font-size: 12px;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
#header
{
    position: fixed;
    width: 100%;
    z-index: 10001; border-bottom:solid 1px #cccccc
}
.profileName{font-size:16px; padding-top:5px}
#footer
{
    position: fixed;
    width: 100%;
    z-index: 10001;
    bottom: 0px;
    background-color: #6c7273;
    padding: 5px;
    color: #dbdada;
    font-size: 12px;
}

.MyTextBox
{
    width: 150px;
    background-color: rgb(255, 243, 219);
}
.MyDropDown
{
    width: 150px;
    font-family: Verdana;
    font-size: small;
}

.headerDIV
{
     
    height: 75px;
    background-color: #37bc9b;
    background-repeat: repeat-x; 
    /*border-top:solid 1px #37bc9b; */
}
.headerDIV h1, .loginSectionDiv h1
{
    background: url(../Images/Common/spider_logo.png);
    height: 75px;
    width: 146px;
    float: left;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -5000px;
}
.headerDIV ul.mainmenu
{
    float: left;
    margin-left: 100px;
    padding-top: 20px;
    margin: 0px;
    margin-left: 100px;
}
.headerDIV ul.mainmenu li
{
    background: #5c903c; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87ae58', endColorstr='#5c903c'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#87ae58), to(#5c903c)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #87ae58,  #5c903c); /* for firefox 3.6+ */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* future proofing */
    -khtml-border-radius: 2px; /* for old Konqueror browsers */
    border: solid 1px #5e933b;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 5px;
    float: left;
    margin-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}
.headerDIV ul.mainmenu li:hover, .headerDIV ul.mainmenu li.active
{
    background: #5c903c; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda62', endColorstr='#ffe89d'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffda62), to(#ffe89d)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #ffda62,  #ffe89d); /* for firefox 3.6+ */
    border: solid 1px #efc935;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
}
.headerDIV ul.mainmenu li img
{
    float: left;
}
.headerDIV ul.mainmenu li span
{
    float: left;
    margin-left: 5px;
    font-size: 14px;
    font-family: 'Arial';
    margin-top: 3px;
}
.headerDIV > img
{
    float: right;
    margin-top: 15px;
}
/*Ganesh Fixed Header*/  
.freeze
  {   
      width:100%; 
      height:inherit; position:fixed;
      letter-spacing:inherit ; font-weight:bold; font-variant:small-caps;
      overflow:scroll;text-shadow: 4px 4px 4px #fff;  
  } 
 .freeze:hover
  {
      background-color:Purple; overflow:auto; letter-spacing:20px; 
     width:100%; position:fixed; border-bottom-width:thin;
     height:30px;text-shadow: 4px 4px 4px #fff; 
  }   
    .pinned
    {
        white-space:nowrap;
        margin:-15px;
        overflow: hidden;
        position:fixed; 
        background-color:White;
        padding-left:14px;
        width:100%;
    }
   .pinnedservicemaster
    {
       /* white-space:nowrap;*/
        margin:-10px;
        overflow: hidden;
        position:fixed; 
        background-color:#327704;
        list-style-type:lower-roman;
        padding-left:10px;
        padding-right:10px;
        color:White;
    }
    .pinnediplist
    {
        white-space:nowrap;
        margin:-22px;
        overflow: hidden;
        position:fixed; 
        background-color:White;
        padding-left:14px;
    }/*Ganesh Fixed Header*/ 
/*header title bar and submenu*/
.headersubmenu
{
    height: 42px;
    clear: both;
    padding-left: 10px;
    padding-right: 10px;
    border-top: solid 1px #73989d;
}
.headersubmenu h2
{
    font-size: 18px;
    color: #555;
    float: left;
    margin-top: 10px;
}
.headersubmenu #SignedIN
{
    float: right;
    margin-top: 5px;
}
.headersubmenu #SignedIN span
{
    float: left;
    margin-top: 7px; 
}
.headersubmenu #SignedIN span:first-child
{
    font-size: 13px;
    color: #505050;
    margin-top: 5px;
    margin-right: 5px;
}
.headersubmenu #SignedIN span:nth-child(2)
{
    color: #000;
    margin-right: 5px; font-weight:bold
}
.headersubmenu #SignedIN img
{
    float: left;
}

.headersubmenu div#shortcutsDIV
{
    float: left;
}
.headersubmenu div#shortcutsDIV ul.shorcuts li
{
    float: left;
    text-align: center;
    height: 42px;
    width: 42px;
}
.headersubmenu div#shortcutsDIV ul.shorcuts li a
{
    height: 42px;
    width: 42px;
}
.headersubmenu div#shortcutsDIV ul.shorcuts li a > img
{
    border: 0px;
    padding: 8px 10px 15px;
}
a.searchbtn img:hover{zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;}
.headersubmenu div#shortcutsDIV ul.shorcuts li
{
    color: #888;
    margin-left: 20px;
    -moz-border-radius: .2em .0em .0em .0em;
    -webkit-border-radius: .2em .0em .0em .0em;
    border-radius: .2em .0em .0em .0em;
}
.headersubmenu div#shortcutsDIV ul.shorcuts li:last-child
{
    -moz-border-radius: .0em .2em .0em .0em;
    -webkit-border-radius: .0em .2em .0em .0em;
    border-radius: .0em .2em .0em .0em;
}
.headersubmenu div#shortcutsDIV ul.shorcuts li a > img:hover
{
   zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#SignedIN_Content div.contentDiv
{
    background: #fff;
    border: solid 1px #b5b5b5;
    width: 325px;
}
#SignedIN_Content div.contentDiv div:first-child
{
    margin: 10px;
}
#SignedIN_Content div.contentDiv div:first-child img, #SignedIN_Content div.contentDiv div:first-child div
{
    float: left;
}

#SignedIN_Content div.contentDiv div:first-child div
{
    margin-left: 10px;
    line-height: 20px;
}
#SignedIN_Content div.contentDiv div:first-child div span:first-child
{
    font-family: 'Oswald-Bold';
}

#SignedIN_Content div.contentDiv div.themeDiv
{
    margin: 10px;
    border-top: solid 1px #cdcdcd;
}
#SignedIN_Content div.contentDiv div.buttonDiv
{
    padding: 10px;
    border-top: solid 1px #b5b5b5;
    background: #f5f5f5;
}
#SignedIN_Content div.contentDiv div.buttonDiv input:first-child
{
    float: left;
}
#SignedIN_Content div.contentDiv div.buttonDiv input:nth-child(2)
{
    float: right;
}
#SignedIN_Content div.pointer
{
    text-align: right;
}

/*login section*/
.bg_darkgray
{
    background: #383838;
}
.bg_lightgray
{
    background: #ececec;
    height: 340px; width:300px; margin:auto
}
.loginSectionDiv
{
    float: right;
    width: 300px;
    padding-top: 10px;
    text-align: center;
    font-family: 'Arial';
    font-size: 14px;
    letter-spacing: 1px;
}
.loginSectionDiv h2
{
    font-family: 'Arial';
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 0px;
    float: right;
    margin-right: 38px;
    color: #555;
}
.loginSectionDiv h1 span
{
    font-family: 'Arial';
    color: #6a6a6a;
    margin-left: 10px;
}
.loginSectionDiv label
{
    display: inline;
}
.loginSectionDiv input[type="checkbox"]
{
    margin-left: 55px;
    margin-top: 10px;
}


.loginborder
{
   
}

/*form Style*/
input[type="submit"]
{
     padding: 5px;
}
/*input[type="text"], input[type="password"]
{
    border: solid 1px #d1d0d0;
    background: #fff;
    padding:7px 2px 2px 2px;
    font-family: 'Arial'; font-size:12px;
}*/
select
{
    border: solid 1px #ccc;
    background: #19a0d3;
    padding: 3px 0px 4px 0px;
    font-family: 'Arial'; 
    font-size:12px;
    border-radius: 8px;
    color: White;
    height:30px;
}
.loginSectionDiv input[type="text"], .loginSectionDiv input[type="password"]
{
    border: solid 1px #d1d0d0;
    background: #fff;
    height: 18px;  
    font-family: 'Arial';
    font-size: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* future proofing */
    -khtml-border-radius: 2px; /* for old Konqueror browsers */
}
.loginSectionDiv select
{
    border: solid 1px #d1d0d0;
    background: #fff;
    padding: 2px;
    height: 28px;
    margin-left: 10px;
    margin-top: 8px;
    font-family: 'Arial';
    font-size: 16px;
}

.field td input[type="radio"]
{
    float: left;
    margin: 5px;
}

/*
input[type="submit"].main, a.main
{
   
color: #fff;
background: #5191d1;
position: relative;
border-width: 0;
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
font-weight: 600;
padding: 7px 12px;
transition: background .3s ease-in-out 0s;
display: inline-block;
padding: 3px 15px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
white-space: nowrap;

}
*/
input[type="submit"].main, a.main
{   
margin-top:2px;
color: #fff;
background: #5191d1;
/*position: relative;*/
font-weight: 600;
padding: 7px;
transition: background .3s ease-in-out 0s;
display: inline-block;
padding: 3px 15px;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 10px;
white-space: nowrap;
}

input[type="button"].main, a.main
{
margin-top:2px;
color: #fff;
background: #5191d1;
position: relative;
font-weight: 600;
padding: 7px;
transition: background .3s ease-in-out 0s;
display: inline-block;
padding: 3px 15px;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 10px;
white-space: nowrap;
}

input[type="button"].main2, a.main2 {
    margin-top: 2px;
    color: #fff;
    /*background: #5191d1;
    background: linear-gradient(to right, #113ab7, #60b73a);
    background: linear-gradient(to right, maroon, pink, maroon);*/
    background: linear-gradient(#099268, #12b886);
    position: relative;
    font-weight: 600;
    padding: 7px;
    transition: background .3s ease-in-out 0s;
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    border-radius: 20px;
    white-space: nowrap;
}
/*
input.button3, a.button3
{
position: relative;
border-width: 0;
font-weight: 600;
transition: background .3s ease-in-out 0s;
display: inline-block;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
white-space: nowrap;
padding: 3px 15px;
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
border-width: 1px;
border-color: #c3c6c9;
color: #657483;
background-color: #f5f6f7;
}
*/
input.button3, a.button3
{  
margin-top:2px;
/*height:40px; width:90px;*/
/*position: relative;*/
border-width: 0;
font-weight: 600;
transition: background .3s ease-in-out 0s;
display: inline-block;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 10px;
white-space: nowrap;
padding: 3px 15px;
color: white;
background-color: #e9573f;
}

/*box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);*/
/*border-width: 1px;
border-color: #c3c6c9;*/
/*
input[type="submit"].button2, a.button2
{

position: relative;
border-width: 0;
font-weight: 600;
transition: background .3s ease-in-out 0s;
display: inline-block;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 4px;
white-space: nowrap;
padding: 3px 15px;
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.05);
border-width: 1px;
border-color: #c3c6c9;
color: #fff;
background-color: #777;
}
*/
input[type="submit"].button2, a.button2
{
margin-top:2px;
color: #fff;
background: #e19119;
/*position: relative;*/
font-weight: 600;
padding: 7px;
transition: background .3s ease-in-out 0s;
display: inline-block;
padding: 3px 15px;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid transparent;
border-radius: 10px;
white-space: nowrap;
}

a.main
{
    padding: 5px;
    text-decoration: none;
}

/*section Div*/
/*div.section
{
   margin:0px !important; background:#fff; margin-bottom:10px !important; -webkit-box-shadow: -1px 0px 11px rgba(0, 50, 50, 0.17);
-moz-box-shadow:    -1px 0px 11px rgba(0, 50, 50, 0.17);
box-shadow:         -1px 0px 11px rgba(0, 50, 50, 0.17);
}*/
div.whitebox{ background:#fff; padding:15px}
div.section div.sectionHead
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e9e9e9'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e9e9e9)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #f7f7f7,  #e9e9e9); /* for firefox 3.6+ */
    padding: 7px;
   
}
div.section div.sectionHead span
{
    padding-left: 10px;
    color: #327704;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}
div.section div.sectionContent
{
    padding: 10px 10px;
}
div.section div.sectionGreen
{
    padding: 10px 0px;
    background: #bce094;
    color: #555;
}

/*tooltip*/
.tooltip
{
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.tooltip > span
{
    margin-left: -999em;
    position: absolute; 
}


.tooltip:hover > span
{
    position: absolute;
    left: -75px;
    top: .5em;
    z-index: 19999;
    margin-left: 0;
    width: 185px;
}
.tooltip:hover > span span
{
    border-radius: 2px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #2c2c2c;
    color: #fff;
    padding: 5px 10px;
    font-size:11px;
    opacity: .8;
}

.tooltip:hover img.arrow
{
    border: 0;
}


/*tooltip*/
.tooltipCommon
{
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.tooltipCommon > span
{
    margin-left: -999em;
    position: absolute;
}


.tooltipCommon:hover > span
{
    position: absolute;
    left: -10px;
    top: 12px;
    z-index: 19999;
    margin-left: 0;
    width: 185px;
}
.tooltipCommon:hover > span span
{
    border-radius: 1px 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #2c2c2c;
    color:#fff;
    padding: 2px 5px;
    font-size: 14px;
    opacity: .8;
}

.tooltipCommon:hover img.arrow
{
    border: 0;
}


/*powered by daria*/
.daria_logo
{
    display: block;
}
.breakline
{
    display: none;
}


html
{
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
.ie9, .ie9 *
{
    font-family: Arial, "Definitely Not Helvetica" , sans-serif !important;
}


/*main menu navigation*/
*
{
    margin: 0;
    padding: 0;
}

.oe_overlay
{
    background: #000;
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
ul.oe_menu
{
    list-style: none;
    position: relative;
    float: left;
}
ul.oe_menu > li
{
    float: left;
    position: relative;
    text-align: center;
    /*height:75px*/
}
#DataList1 tr td:nth-child(odd):hover, #DataList1 tr td:nth-child(even):hover{background:#ccc; text-shadow:0px 0px 0px #43585b}
#DataList1 tr td:nth-child(odd){ background: #37bc9b;}
#DataList1 tr td div td{ background:#fff !important; border-right:0px !important}

#DataList1 tr td:nth-child(odd):hover ul.oe_menu > li > a, #DataList1 tr td:nth-child(even):hover ul.oe_menu > li > a{color:#333}

ul.oe_menu > li > a
{
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding: 10px;
    padding-bottom: 3px;   
    color: #fff; text-shadow:1px 1px 1px #43585b;
}
ul.oe_menu > li > a span{padding-top:5px; display: block;}

ul.oe_menu > li > a:hover, ul.oe_menu > li.selected > a
{
    
}
ul.oe_menu > li a.selected
{
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e4e4e4'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e4e4e4)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #fff,  #e4e4e4); /* for firefox 3.6+ */
    color: #ff9900;
    border: solid 3px #4d7436;
    border-bottom: solid 1px #e4e4e4 !important;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; /* future proofing */
    -khtml-border-bottom-right-radius: 0px; /* for old Konqueror browsers */
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px; /* future proofing */
    -khtml-border-bottom-left-radius: 0px; /* for old Konqueror browsers */
    text-shadow: 1px 1px 1px #fff;
    padding-left: 6px;
    padding-right: 6px;
}
.oe_wrapper ul.hovered > li > a
{
    background: #fff;
    text-shadow: 0px 0px 1px #FFF;
}
img.menudroppoint{position:fixed; top:68px; margin-left: -228px;}
ul.oe_menu div
{
    top: 76px;
    background: #fff;
    padding: 10px;
    display: none;
    border: solid 1px #597e27;
    border-top: 0px;     
    max-height:400px; 
    width: 500px;
    overflow-y:auto; 
    overflow-x:hidden;
    padding-top:0px;
  
}

ul.oe_menu li.selected div{margin-left:0px !important; position:absolute}


ul.oe_menu div ul li:nth-child(2){margin-top:33px}
ul.oe_menu div ul li a
{
    text-decoration: none;
    color: #222;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    display: block;
    font-size: 12px;
    text-align: left;
    border-bottom: solid 1px #ddd;
}
ul.oe_menu div ul.oe_full
{
    width: 100%;
}
ul.oe_menu div ul li a:hover
{
    background: #000;
    color: #fff;
}
ul.oe_menu li ul
{
    list-style: none;
    float: left;
    width: 165px;
    margin-right: 10px;
}
li.oe_heading
{
    color: #556a2f;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    text-align: left; font-weight:bold;
    position:fixed; width:160px; 
    padding-top:10px; background:#fff}
ul.oe_menu li ul:last-child
{
    margin-right: 0px;
}


/*patient demographics*/
div#patientDetailsLeft
{
    float: left;
    height: 100%;
    background: url("../Images/Common/px_by_Gre3g.png") repeat scroll 0 0 #3F3F3F;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
}
div#patientDetailsLeft div.profileDetails
{
    color: #fff;
}
div#patientDetailsLeft div.profileDetails span.profilename
{
    font-size: 18px;
}
div#patientDetailsLeft div.profileDetails span.gray
{
    font-size: 14px;
    color: #b1b1b1;
}
div#patientDetailsLeft div.profileDetails hr
{
    border: 0;
    height: 1px;
    background: #686868;
    margin-top: 2px;
    margin-bottom: 5px;
}
div#patientDetailsRight div.infoDiv
{
    padding-top: 140px;
}
div#patientDetailsRight div.infoDiv div
{
    margin-right: 10px;
    display: inline-block;
}
div#patientDetailsRight
{
    padding-left: 100px;
    padding-right: 0px;
}
div#patientDetailsLeft div.profileIMG
{
    -moz-border-radius: .4em;
    -webkit-border-radius: .4em;
    border-radius: .4em;
    border: solid 3px #f5f5f5;
}
div.padding-right div.cell{padding-right:10px !important}
div.padding-right div.row div.cell:nth-child(2),
div.padding-right div.row div.cell:nth-child(4),
div.padding-right div.row div.cell:nth-child(6),
div.padding-right div.row div.cell:nth-child(8){font-weight:bold}
.bodydiv{padding-bottom:80px !important}
/*success, error, info, warning messages*/
.buttonbar
{
  
  background:#fff; padding:10px; position:fixed; bottom:30px; width:100%; -webkit-box-shadow: 0px -1px 7px rgba(0, 50, 50, 0.47);
-moz-box-shadow:    0px -1px 7px rgba(0, 50, 50, 0.47);
box-shadow:         0px -1px 7px rgba(0, 50, 50, 0.47);

}

.buttonbar1
{
  
  background:#fff; padding:0px; position:fixed; bottom:30px; width:100%; -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
-moz-box-shadow:    0px 0px 0px rgba(0, 0, 0, 0);
box-shadow:         0px 0px 0px rgba(0, 0, 0, 0);

}

.isa_info a.info_close, .isa_success a.success_close, .isa_warning a.warning_close, .isa_error a.error_close
{
    position: absolute;
    right: 0;
    top: 0;
}
.isa_info, .isa_success, .isa_warning, .isa_error
{
    border: 1px solid;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    position: relative;
}
.isa_info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../Images/Common/info.png');
}
.isa_success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../Images/Common/success.png');
}
.isa_warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../Images/Common/warning.png');
}
.isa_error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../Images/Common/error.png');
}

div.col1
{
    float: left;
    }
div.col1 span
{
    
}

div.sectionContent div.cell input
{
  padding: 1px;
width: 72px;
margin: 0px;
}
div.sectionContent select
{
    /* padding: 1px 1px 1px 1px;
    width: 162px;
    margin: 0px;
    margin: 0px;*/
    
    /*margin-top:3px;
    padding: 5px ;
    width: 162px;
    background: #e1e5e6;
    width:200px;
    height:40px;
    font-size:16px;
*/
}
div.sectionContent input[type='checkbox'] {
    padding: 5px;
    margin: 5px;
    /*width: auto !important;
    margin-top: 12px;*/
}
/*
input.searchField
{
width: 300px !important;background: #fefefe;
border: 1px solid #bbb; border-left:-10px;
font-size: 14px;
color: #333;
padding: 3px 3px 3px 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 0px 3px 3px 0px;
vertical-align: middle;
clear: both;
}
*/

input.searchField
{
border: 1px solid #009688; 
border-left:-10px;
font-size: 14px;
color: black;
padding: 3px 3px 3px 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
vertical-align: middle;
clear: both;
-webkit-transition: width 0.4s ease-in-out;
transition: width 4s ease-in-out;
height:30px;
font-size:16px;
position:relative;
margin-top:0px;
}

.arrownav
{
    float: left;
}
hr
{
    border: 0;
    height: 1px;
    background: #c0c0c0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.searchResultRow{padding-left:15px; padding-right:15px; padding-bottom:50px}
/*grid style*/
.inputpadding div.cell:first-child{padding-right:10px}
.dgGrid {
    width:98%;
    grid-column: none;
    grid-gap: 0px;
    margin-left:15px;
    /*background: #fff;
    
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #9c27b0;*/
}
    .dgGrid tr th {
        /*text-shadow: 2px 2px 2px #fff;   #e91e63;*/
        color: white;
        text-align: center;
        background-color: #337ab7;
        padding: 3px;
        font-size: 16px;
        /*#337ab7, #4a89dc*/
    }

.dgGrid3 {
    width: 98%;
    grid-column: none;
    grid-gap: 0px;
    margin-left: 15px;
}

    .dgGrid3 tr th {
        color: white;
        text-align: left;
        background-color: #337ab7;
        padding: 3px;
        font-size: 16px;
    }

.dgItem td {
    padding: 0px 0px 0px 0px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #337ab7;
    font-size: 10px;
}

.dgItem td:last-child
{
    border-right: solid 0px #c0d3b3;
}
.dgGrid tr {
    border-bottom: solid 1px #337ab7;
}
    .dgGrid tr:hover {
        background-color: #337ab775;
    }
    .dgGrid tr:last-child td {
        border-bottom: solid 0px #337ab7;
    }
.dgGrid tr:last-child td:first-child
{
    -moz-border-radius: 0em .0em .0em .4em;
    -webkit-border-radius: 0em .0em .0em .4em;
    border-radius: 0em .0em .0em .4em;
}
.dgGrid tr:last-child td:last-child
{
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .0em .0em .4em .0em;
}

.dgGrid3 tr {
    border-bottom: solid 1px #337ab7;
}
    .dgGrid3 tr:hover {
        background-color: #337ab775;
    }

    .dgGrid3 tr:last-child td {
        border-bottom: solid 0px ##337ab7;
    }

.dgGrid3 tr:last-child td:first-child {
   -moz-border-radius: 0em .0em .0em .4em;
   -webkit-border-radius: 0em .0em .0em .4em;
    border-radius: 0em .0em .0em .4em;
}

.dgGrid3 tr:last-child td:last-child {
   -moz-border-radius: .5em;
   -webkit-border-radius: .5em;
    border-radius: .0em .0em .4em .0em;
}

div.pagenavigation div{float:left; margin:0px 2px; vertical-align:middle}
div.pagenavigation div.nav{-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; background:#f2f2f2; padding:7px; border:solid 1px #dadada}
div.sectionHead div
{
    
}
.graypatttern{ padding:10px; border-bottom: dotted 1px #ccc; background:#fff}
/*popup style*/
div.popupBorder
{
   width:100%;
    box-shadow: 0 0 10px rgba(41, 41, 41, 1);
    -webkit-box-shadow: 0 0 10px rgba(41, 41, 41, 1);
    -moz-box-shadow: 0 0 10px rgba(41, 41, 41, 1); /*background: rgba(255, 255, 255, .8);*/
    background: #f5f5f5; z-index:10002
}
.popupbg{background:rgba(31,31,31,0.6); z-index: 10001 !important;}
div.popupBorder div.divContent
{
    width:1000px; margin:auto; height:480px; margin-top:50px
}
div.popupheader{position:fixed; width:100%; background-color:#fff; z-index: 10000000000000;}
div.popupClose
{
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 100; background:#333; padding:5px
}
div.popupClose:hover, a img:hover{opacity:.5}
.rightalign
{
    text-align: right;
}

div.popupTitle
{
    font-family: Arial;
    font-size: 16px;
   margin: auto;
    color: #4d7436;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold; width:1000px; padding: 7px 0px;
width: 1000px;
}
div.divContentinner
{
    padding: 15px;
    color: #111;
}
div.inputpadding div.cell{padding:2px 0px}
div.divContentinner input, div.divContentinner select
{
    padding: 5px;
    font-size: 12px;
}
div.popupButtonBar
{
    background-color: #fff; width:100%; position:absolute; bottom:0
}
div.popupButtonBar div{width:1000px; padding:10px 0px; margin:auto}
#ContentPlaceHolder1_AjaxFileUpload1
{
    padding: 15px;
    background-color: #e9f1e8;
}
.ajax__fileupload
{
    background: #fff;
    padding: 5px;
}
.ajax__fileupload_uploadbutton
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /* future proofing */
    -khtml-border-radius: 2px; /* for old Konqueror browsers */
    background: #5c903c; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87ae58', endColorstr='#5c903c'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#87ae58), to(#5c903c)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #87ae58,  #5c903c);
    font-weight: normal;
    padding: 1px;
}
.table
{
    display: table;
    width: 99%;
}
/*.row
{
    display: table-row;
}
.cell
{
    display: table-cell;
    white-space: nowrap;
}*/
.divContentinner div.cell
{
    display: table-cell;
    white-space: nowrap;
    padding: 3px 5px !important;
}

div.sectionviewHead
{
    color: #fff;
    border-bottom: solid 1px #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.sectionviewContent
{
    color: #fff;
    font-size: 14px;
}
div.sectionviewContent div.cell:nth-child(odd)
{
    color: #c0c0c0;
    padding-right: 20px;
}
div.sectionviewContent div.cell:nth-child(3)
{
    padding-left: 20px;
    border-left: dotted 1px #666666;
}
div.sectionviewContent div.cell:nth-child(2)
{
    padding-right: 20px;
}
div.sectionviewHead a
{
    float: right;
    margin-top: 5px;
}
.masterLinks li
{
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    text-align: right;
    width: 100%;
    border-bottom: solid 1px #3f3f3f;
}
.masterLinks li
{
    text-align: right;
    padding: 5px 0px;
}
.masterLinks li.highlight
{
    background: #f5f5f5 !important;
    padding: 10px 0px;
    font-weight: bold;
}
.masterLinks li a
{
    color: #f5f5f5;
    padding: 5px 10px;
}
.masterLinks li:nth-child(odd)
{
    background: #3f3f3f;
}
.masterLinks li.highlight a
{
    color: #3f9300 !important;
}

/*accordian*/


/*Manisha Alignment*/

.labelAlign
{
  text-align:right;
}


div.sectionContent div.radiocell input
{
padding: 22px 10px 8px 7px;
width: auto;
margin: -25px 50px 17px 0px;
}


.successHTML
{
    color: #008000;
}




/*New Styles*/
.submenu
{
    display: inline;
}

.shortcuts 
{
    display: inline;
}

.shortcuts li 
{
    float:left;
    list-style-type: none;
}

.shortcuts li a 
{
    text-decoration: none;
}

#skin-toolbox 
{
    top: 170px!important;
}

#shortcutPanel {
    position: fixed;
    width: 272px;
    height: 40px;
    z-index: 1000;
    /*right: 0px;*/
    right: -227px;
    top: 110px;
    /*opacity:0.2;*/
}

#content 
{
    z-index: 100;
}

#shortcutPanel + #content
{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.inputSearch 
{
    height: 46px;
}

button a, button a:hover, button a:focus, button a:visited
{
    text-decoration: none;
    color: #4a89dc;
}

.sort-icon {
    font-size: 9px;
    margin-left: 5px;
}

th, .linkNext {
    cursor:pointer;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

.searchforgrid 
{
    font-size: 15px;
    vertical-align: middle;
    margin-bottom: 0px!important;
    margin-right: 10px;
}

.searchforgrid + input 
{
    border-radius: 5px;
}

#informationheader span 
{
    margin-left: 5px;
}

#informationheader .alert-info 
{
    color: #31708f;
}

#infomationheader span.glyphicon-info-sign
{
    vertical-align:middle !important;
}

.ab-back-step, .ab-next-step, .ab-mobile-next-step, .ab-mobile-prev-step, li.ab-step-tabs.active div, .ab-booking-form .picker__frame, .ab-service-step .ab-week-days li label {
    background: #f4662f!important;
}

.borderForSteps
{
    border: 1px solid silver;
    border-radius: 10px;
    padding: 20px;
}

#timecolumncontainer 
{
    margin-left: 15px;
}

#timecolumncontainer > div:first-child 
{
    float: left;
}

#timecolumncontainer > div:not(:first-child)
{
    float: left;
    display: inline;
}

.patientDetails .ab-formGroup
{
    width  : 100%;
}

.schedulepicker
{
    right:0;
}

.flag-container 
{
    cursor: pointer;
    position: relative;
    top: 15px;
}

.country-list
{
    position: relative !important;
    top: 15px;
    left: 1px;
    overflow-x : hidden;
    overflow-y : scroll;
}

.timechevron 
{
    width: 35px;
    color: #f4662f!important;
    background: none!important;
}

/* Scroll Bar */
.mCSB_inside>.mCSB_container {
    margin-right: 15px;
}

.showMore 
{
    margin-top:10px;
    text-align:center;
}

.divSelectedDeptnDoctor
{
    width: 100%;
}

.headerBar
{
    height: 30px;
    background: #f56530;   
}

.headerBar span
{
    color: white;
    padding-top: 5px;
}


.ab-cart .ab--actions 
{
    color: #f56530;
    text-decoration: none;
}

.navbar-left > li > a > span:nth-child(1)
{
    font-size: 2em !important;
}

.navbar-left > li > a > span:nth-child(2)
{
    padding-left: 15px !important;
}

.sidebar-menu > li > a > span:nth-child(1)
{
    font-size: 2em !important;
}

.sidebar-menu > li > a > span:nth-child(2)
{
    padding-left: 15px !important;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after 
{
    margin-left: 0px !important;
}

.glyph-icon 
{
    padding-left: 0px !important;
}

#topbar
{
    height: 41.25px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
}

#topbar-dropmenu 
{
    /*background-image: none;
    background-color: beige;*/
}

.sidebar-menu > li
{
    padding-top:10px;
}

.humanfont
{
    padding-top: 3px !important;
}

.metro-tile 
{
    text-decoration: none !important;    
}

.metro-icon[class^="flaticon-"]:before, .metro-icon[class*=" flaticon-"]:before, .metro-icon[class^="flaticon-"]:after, .metro-icon[class*=" flaticon-"]:after 
{
    font-size: 44px !important;
}

.metro-title 
{
    /*margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 0px;*/
}

body.sb-l-c .buttonbar
{
    /*width: 96.7% !important;*/
    width: 100% !important;
    bottom:30px;
}

body.sb-l-m .buttonbar
{
    /*width: 92% !important;*/
    width: 100% !important;
}

.buttonbar
{
    /*width: 78.5% !important;*/
    width: 100% !important;
}

#contentMainGeneralMaster, #Div1
{
    padding-top: 0px !important;
}

#ContentPlaceHolder1_lblPageId, #ContentPlaceHolder1_ContentPlaceHolder1_lblPageId
{
    display: none;
}

.table .row 
{
    margin-left: 5px;
}

/*.backBtn 
{
    padding: 9px 5px!important;
    border: 0!important;
    width: 118px;
    display: block;
    text-align: center;
    border-radius: 4px!important;
    cursor: pointer!important;
    height: auto!important;
    line-height: 17px;
    outline: none!important;
    float:right;
}*/

.backBtn 
{
    font-family: Arial, Tahoma, Geneva, sans-serif;
    font-size: 14px;    
    vertical-align: bottom;
}

.floatRight
{
    float: right;
}

.verticalAlignRadio
{
    vertical-align:text-bottom;
}

.disabledCheck
{
    background: gray!important;
}

#topbar div.topbar-left ol.breadcrumb
{
    width : 100%;
}

#topbar div.topbar-left ol.breadcrumb li.crumb-trail h2
{
    margin-top: 0px;
    margin-bottom: 0px;
}



/*Spider css begin's*/
.popup-notification{
    width:500px;
    height:270px;
    background-color:white;
    border-radius:25px;
    box-shadow:0px 2px 5px 7px;
   

}
.div-Content {
  
    height:65%;
    padding:20px;
    margin-top:-17px;
    background-color:rgba(220,220,220,0.62);
}
.popup-close{
   /*padding:10px;*/
   margin-left:30px;
   margin-top:3px;
   /*color:greenyellow;*/
   color:#9fa299;
   cursor:pointer;

}

.pop-up-header{
    /*background-color:green;*/
   
    width:100%;
    margin-left:0px;
    height:15%;
    border-radius:20px 20px 0px 0px;
    color:black;
}
.faa{
    /*border:1px solid gray;*/
    height:40px;
    /*padding:4px;*/
    margin-left:0px;
    background:#1c313c;
    color:white;
    width:8%;
    margin-top:-2px;
    padding-left:4px;
    position:absolute;
    padding-top:5px;
    border-radius: 7px;
}
.txt{
    height:35px;
    width:200px;
    padding:5px;
    font-size:16px;
    /*font-weight:bold;*/
      color:black;
}
.lbl{
    font-size:16px;
    font-weight:bold;
    color:black;
}
.btn1{
    width:165px;
}
.box{
    /*border :2px solid gray;
    box-shadow:2px 3px 5px 5px gray;*/
    padding:15px 10px 15px 20px;

     box-shadow:0px 0px 0px 0px;
           border:3px solid rgba(112, 90, 197,0.11);


}
.box:hover{
    /*box-shadow:0px 0px 0px 0px;
           border:3px solid rgba(112, 90, 197,0.11);*/
      border :2px solid gray;
    box-shadow:2px 3px 5px 5px gray;
}
.popup-box{
    height:280px;
    width:480px;
      background-color:white;
    border-radius:25px;
    box-shadow:0px 2px 5px 7px;

}
.popup-Content {
  
    height:62%;
    padding:30px;
    margin-top:-18px;
    background-color:rgba(220,220,220,0.62);
}
.pop-up-close{
 
   margin-left:3px;
   margin-top:3px;
 
   cursor:pointer;

}
.margin{
    margin-top:3px;
}
.hdr{
    font-size:25px;
    font-weight:bold;
}
.drpdwn{
    height:35px;
    width:200px;
    font-size:15px;
    font-weight:bold;
}
.ctr{
    text-align:center;
}
.reg{background-color:white;
     padding-top:50px;
     margin:auto;
   
}

/*#header-menu li:nth-child(odd):hover, #header-menu li:nth-child(even):hover, .open > .dropdown-menu {
    background: #37bc9b;
    text-shadow: 0px 0px 0px #43585b;

    display: block;

}*/

#header-menu li:hover .dropdown-menu {
    background: #37bc9b;
    text-shadow: 0px 0px 0px #43585b;
    display: block;
}

/*
#DataList1 tr td:nth-child(odd):hover, #DataList1 tr td:nth-child(even):hover{background:#ccc; text-shadow:0px 0px 0px #43585b}
#DataList1 tr td:nth-child(odd){ background: #37bc9b;}
#DataList1 tr td div td{ background:#fff !important; border-right:0px !important}

#DataList1 tr td:nth-child(odd):hover ul.oe_menu > li > a, #DataList1 tr td:nth-child(even):hover ul.oe_menu > li > a{color:#333}
------------

#header-menu li.open:nth-child(15) ul,
#header-menu li.open:nth-child(14) ul,
#header-menu li.open:nth-child(13) ul {
    
    margin-left: -468px !important;
}
#header-menu li.open:nth-child(12) ul,
#header-menu li.open:nth-child(11) ul,
#header-menu li.open:nth-child(10) ul,
#header-menu li.open:nth-child(9) ul,
#header-menu li.open:nth-child(8) ul,
#header-menu li.open:nth-child(7) ul,
#header-menu li.open:nth-child(6) ul {
    margin-left: -168px !important;
}

*/

.tableHdr
{
    width: 100%; color: White; font-weight: bold;
}

/* Cute Priya */
.popup {
    /*position: relative;
    display: inline-block;*/
    cursor: pointer;
    margin-bottom: -198px;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* The actual popup */
    .popup .popuptext {
        visibility: hidden;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 12px;
        /*position: relative;*/
        z-index: 1;
        bottom: 355%;
        top: 20%;
        left: -880px;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            /*content: "";*/
            /*position: relative;*/
            text-align: center;
            margin-left: -25px;
            border-width: 10px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Toggle this class - hide and show the popup */
    .popup .show {
        visibility: visible;
    }
	

input.billtxt
{
border: 1px solid #009688; 
border-left:-10px;
font-size: 14px;
color: black;
padding: 3px 3px 3px 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
vertical-align: middle;
clear: both;
-webkit-transition: width 0.4s ease-in-out;
transition: width 4s ease-in-out;
height:30px;
font-size:16px;
position:relative;
margin-top:0px;
}

.ccolor{
 
}

.btn {
    border: 2px solid black;
    border-radius: 30px;
    background-color: white;
    color: black;
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 40px;
}

/* Red */
.danger {
    border-color: #f44336;
    color: red;
}

    .danger:hover {
        background: #f44336;
        color: white;
    }

.info {
    border-color: #55badf;
    color: #55badf;
}

    .info:hover {
        background: #55badf;
        color: white;
    }

.purple {
    border-color: #9c27b0;
    color: #9c27b0;
}

    .purple:hover {
        background: #9c27b0;
        color: white;
    }

.success {
    border-color: #009688;
    color: #009688;
}

    .success:hover {
        background: #009688;
        color: white;
    }
        /*Spider css end's*/