@charset "utf-8";
/* CSS Document */


body, html {
	width:100%;
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size:12px;

}

.stickytable {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}
.stickytable th {
  position: sticky;
  top: 0;
  padding:10px;
  background-color:#efefef;
 
}
.stickytable td {
  padding:5px 10px 5px 10px;
}

.mainsubmitbutton { 
width:100%; 
padding:10px;
box-sizing:border-box;
background-color:#474747;
border:0;
color:#fff;
cursor:pointer;
border-radius: 20px;
border:1px solid #474747;
}

.addbuttonpadding {
	padding-bottom:22px !important;
}

.addbuttonbottom {
border-radius: 20px 20px 0 0 !important; 
margin-bottom:0 !important;
}

.addbuttotop {
	border-radius:0 0 20px  20px !important;
	background-color:#cecece !important; 
	padding:10px;
	cursor:pointer;
	text-align:center;
}

.mainsubmitbutton:hover {
background-color:#646464;
	
}

.actionbutton { 
padding:10px;
box-sizing:border-box;
background-color:#ccc;
border:0;
color:#000;
cursor:pointer;
}


.stickyheaderoptions {
	padding:0 !important;
	margin-bottom:0 !important;
	padding-bottom:10px !important; 
	height:700px !important; 
	overflow:auto !important;
}

.blanket {
position:fixed;
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
z-index: 970;
top:0;
left:0;
right:0;
bottom:0;
display:none;
}

.blanket2 {
position:fixed;
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
z-index: 970;
top:0;
left:0;
right:0;
bottom:0;
display:none;
}

.content_html {
position:absolute;
background-color:#fff;
z-index: 980;
top:100px;
padding:10px;
width:100%;
box-sizing:border-box;
max-width:1000px;
margin:0 auto;
left:0;
right:0;
display:none;
}
.content_html2 {
position:absolute;
background-color:#fff;
z-index: 980;
top:100px;
padding:10px;
width:100%;
box-sizing:border-box;
max-width:800px;
margin:0 auto;
left:0;
right:0;
display:none;
}

@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
}

img {
	border:0;
	max-width:100%;
	max-height:100%;
}

hr {
	border:0;
	border-bottom:1px dashed #cccccc;
}


h3 {
	color:#000;
	font-size:16px;
}

.clear {
	clear:both;
}


a {
	color:var(--defaultlink); /*3b56a6*/
	font-weight:Bold;
	text-decoration:none;
}

.col50 {
	position:relative;
	float:left;
	width:50%;
	padding:10px;
	box-sizing:border-box;
}

.col50 img {
	max-width:100%;
	max-height:100%;
}

a:hover {
	text-decoration:underline;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}



.home-login {
	width:100%;
	max-width:375px; 
	margin:30px auto;
	position:relative;
	-webkit-box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
box-shadow: 0px 3px 35px -10px rgba(0,0,0,0.75);
	box-sizing: border-box;
}


.home-login input[type="submit"] {
	background-color:#3398cc;
	border:0;
	margin:0;
	padding:5px 20px 5px 20px;
	cursor:pointer;
border-bottom:2px solid #ccc;
border-radius:2px;
color:#fff;	
}

@media screen and (max-width: 760px){ .home-login { max-width:300px; }}



.login-box {
	position:relative;
	width:100%;
	height:270px;
	padding-top:10px;
	background-color:#fff;
	max-width:375px;
}

.login-box input[type=text], .login-box input[type=password] {
	width:220px; 
	padding:10px; 
	background-color:#ebebeb; 
	border:0;
	box-sizing:border-box;
}

.login-box a {
	color:#9d9d9c; font-weight:normal;
}

.login-box .dv1 {
	position:absolute; left:48px; top:72px; background-image:url(../images/account-area/login-face.png); width:30px; height:29px;
}

.login-box .dv2 {
	position:absolute; left:80px; top:70px;
}
	
.login-box .dv3 {
	position:absolute; left:48px; top:122px; background-image:url(../images/account-area/login-padlock.png); width:30px; height:29px;
}
	
.login-box .dv4 {
	position:absolute; left:80px; top:120px;
}

.login-box .dv5 {
	position:absolute; left:60px; top:165px;
}
.login-box .dv6 {
	position:absolute; left:242px; top:210px;
}


@media screen and (max-width: 760px){
.login-box input[type=text], .login-box input[type=password] { width:170px; }
.login-box .dv1 { left:33px; }
.login-box .dv2 { left:65px; }
.login-box .dv3 { left:33px; }
.login-box .dv4 { left:65px; }
.login-box .dv5 { left:50px; }
.login-box .dv6 {left:110px; }
}

.login-box h2 {
	text-align:center;
	font-weight:ligher;
	text-transform:uppercase;
	font-size:18px;
}





.calendar_table table, .calendar_table td, .calendar_table th {
  border: var(--calendartabletableborder);
  border-collapse:collapse;
}

.calendar_table_td  {
	background-color:var(--calendartablebg);
	color:var(--calendartablecolor);
}


.head_container {
	position:relative;
	width:100%;
	padding:20px;
	background-color:#000;
	box-sizing:border-box;
}

.head_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	color:#000;
	text-align:left;
	font-size:12px;
	box-sizing: border-box; 
}


.head_left {
	float:left;
	width:50%;
}

.head_right {
	float:left;
	width:50%;
	text-align:center;
	padding-top:10px;
	color:#fff;
	
}
.head_right h3 {
	color:#fff;
	margin-top:0;
	text-align:left;
	padding-top:0;
	padding-left:20px;
	font-size:18px;
}

.head_content img, .head_left img, .head_right img {
	max-width:100%;
	max-height:100%;
}



.global_container {
	position:relative;
	width:100%;
	background-color:#fff;
}

.global_content {
	position:relative;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	min-height:700px;
	padding:10px;
	text-align:left;
	font-size:12px;
	box-sizing: border-box; 
}



.inputbox {
	position:relative;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	color:var(--boxcolor);
	margin-bottom:10px;
	background-color:var(--boxbg);
	border:var(--boxborder);
  border-radius: 20px;
  margin-bottom:10px;
}


.content_ajax { 
margin-top:10px;
}


.noradiusbottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.noradiustop {
  border-radius: 0 0 20px 20px;
}

 input[type="text"], input[type="password"], input[type="number"],select,textarea {
	width:100%;
	padding:5px;
	border:1px solid #ccc;
	box-sizing:border-box;
}

input[type="submit"] {
cursor:pointer;

}


input[type="text"].find_address_field {
	width:200px !important;
	display:inline;
}
select.find_address_field  {
	margin-bottom:10px;
	width:auto !important;
	display:inline;
}

#getaddress_dropdown {
	margin-top:10px;
}
.find_address_button {
cursor:pointer;
margin-left:10px;
	display:inline !important;
padding:5px !important;
box-sizing:border-box !important;
background-color:#474747 !important;
border:0 !important;
color:#fff !important;
cursor:pointer !important;
border-radius: 10px !important;
border:1px solid #474747 !important;
}

.c1 {
	float:left;
	width:40%;
	padding:4px;
	box-sizing:border-box;
}


.c2 {
	float:left;
	width:60%;
	padding:4px;
	word-wrap: break-word;
	box-sizing:border-box;
}

.c3 {
	float:left;

	padding:4px;
	box-sizing:border-box;
}

.c4 {
	float:left;

	padding:4px;
	box-sizing:border-box;
	display:block;
}

.col4 {
	width:25%;
	padding:5px;
	box-sizing:border-box;
	float:left;
}

.c20 {
	float:left;
	width:20%;
	padding:4px;
	box-sizing:border-box;
}

.c10 {
	float:left;
	width:10%;
	padding:4px;
	box-sizing:border-box;
}


.c50 {
	float:left;
	width:50%;
	padding:4px;
	box-sizing:border-box;
}

.c49 {
	float:left;
	width:49%;
	padding:4px;
	box-sizing:border-box;
}

.c25 {
	float:left;
	width:25%;
	padding:4px;
	box-sizing:border-box;
}

.c33 {
	float:left;
	width:33.33%;
	padding:4px;
	box-sizing:border-box;
}

.back_button {
	background-color:#4278bc;
	color: #fff;
	padding: 5px;
	font-size: 13px;
	border: none;
	text-decoration: none;
	float:right;
	
}

.back_button:hover {
    background-color: #25b6ea; 
	color: #fff;
}


i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.c30 {
	float:left;
	width:30%;
	padding:4px;
	box-sizing:border-box;
}
.c20 {
	float:left;
	width:20%;
	padding:4px;
	box-sizing:border-box;
}

.c70 {
	float:left;
	width:70%;
	padding:4px;
	box-sizing:border-box;
}

.c80 {
	float:left;
	width:80%;
	padding:4px;
	box-sizing:border-box;
}

.c100 {
	float:left;
	width:100%;
	padding:4px;
	box-sizing:border-box;
}

.dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
}












@charset "utf-8";
/* CSS Document */




.admin-left {
	font-size:12px;
position:absolute;
width:200px;
padding:10px;
line-height:20px;
background-color:#e3e3e3;	
z-index:2;
box-sizing: border-box;
}


.admin-right {
	position:relative;
	z-index:1;
	color:#000;
	padding-left:220px;
	min-height:820px;
	width:100%;
	box-sizing: border-box;
}


.fc1 {
	float:left;
	width:40%;
	box-sizing:border-box;
	padding:5px;
}
.fc2 {
	float:left;
	width:20%;
	box-sizing:border-box;
	padding:5px;
}
.fc3 {
	float:left;
	width:40%;
	text-align:right;
	box-sizing:border-box;
	padding:5px;
}


.dashboardul li {
	padding:4px;
}





.af1 {
	float:left;
	width:150px;
	padding:5px;
}

.af2 {
	float:left;
	padding:5px;
}

.af2 input[type=text],.af2 input[type=password] {
	width:300px;
	padding:5px;
	border:1px solid #ccc;
}

.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
	background: url('../images/uploadify-cancel.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}



.account_nav {
}



.account_nav   ul{
width:100%;
padding: 0;
margin:0;
list-style: none;
-webkit-transition: .5s;
transition: .5s;
z-index:999;
box-sizing:border-box;
}

.account_nav ul li{
	float:left;
        display: block;
        background-color:  var(--navbgcolor);
        position: relative;
min-height:40px;
margin:0;
border-top:1px solid #fff;
border-right:2px solid #fff;
		padding:10px;
		box-sizing:border-box;
        text-align: left;
		cursor:pointer;
			-webkit-transition: .5s;
			transition: .5s;
			color: var(--navbgtextcolor);
			font-weight:bold;
}


.account_nav .last{
border-right:0px solid #fff;
}

.account_nav  ul li a{
width:100%;
color:  var(--navbgtextcolor);
text-decoration:none;
}


.account_nav ul li ul{
padding-top:14px;
display: none;
position: absolute;
z-index: 999;
 left: 0;
 opacity:0;
    }

.account_nav ul li:hover > ul {
			opacity: 1;
		}
		
.account_nav  ul li:hover ul{
 display: block; /* Display the dropdown */
}

.account_nav ul li ul li{
border-top:1px solid #fff;
border-right:0px solid #fff;
width: 200px; /* Set width of the dropdown */
background-color:  var(--navbgcolor);
display: block;
}
	
	
	.account_nav li:hover {
	background-color:var(--navbghovercolor);
}
.account_nav ul li:hover {
	background-color:var(--navbghovercolor);
}

.account_nav ul li.active {
	background-color:var(--navbghovercolor);
}
	
	
@media screen and (max-width: 990px){ 
.account_nav ul li{ width:100%; display:block; clear:left; }
.account_nav ul li ul{ display:none; margin-left:-10px; margin-right:-10px;margin-bottom:-10px; margin-top:10px;padding-bottom:0;padding-top:0; position:relative; opacity: 0; border-left:5px solid #ccc; clear:left;}
.account_nav ul li ul li{ width:100% !important;  }
.account_nav ul li:hover > ul {
			opacity: 1;
		}
		.account_nav ul li{
			display:inline-block;
			float:none;
		}
}
	
	
	















.account_nav_sublevel2 {
	margin-bottom:15px;
	margin-top:10px;
}



.account_nav_sublevel2   ul{
width:100%;
padding: 0;
margin:0;
list-style: none;
-webkit-transition: .5s;
transition: .5s;
z-index:999;
box-sizing:border-box;
}

.account_nav_sublevel2 ul li{
     float:left;
        display: block;
        background-color:  var(--navbgcolor);
        position: relative;
min-height:40px;
margin:0;
			min-width: 8%;
border-top:1px solid #fff;
border-right:2px solid #fff;
		padding:10px;
		box-sizing:border-box;
        text-align: left;
		cursor:pointer;
			-webkit-transition: .5s;
			transition: .5s;
			color: var(--navbgtextcolor);
			font-weight:bold;
}


.account_nav_sublevel2 .last{
border-right:0px solid #fff;
}

.account_nav_sublevel2  ul li a{
width:100%;
color:  var(--navbgtextcolor);
text-decoration:none;
}


.account_nav_sublevel2 ul li ul{
padding-top:14px;
display: none;
position: absolute;
z-index: 999;
 left: 0;
 opacity:0;
    }

.account_nav_sublevel2 ul li:hover > ul {
			opacity: 1;
		}
		
.account_nav_sublevel2  ul li:hover ul{
 display: block; /* Display the dropdown */
}

.account_nav_sublevel2 ul li ul li{
border-top:1px solid #fff;
border-right:0px solid #fff;
width: 200px; /* Set width of the dropdown */
background-color: var(--navbgcolor);
display: block;
}
	
	
	.account_nav_sublevel2 li:hover {
	background-color: var(--navbghovercolor);
}
.account_nav_sublevel2 ul li:hover {
	background-color:var(--navbghovercolor);
}

.account_nav_sublevel2 ul li.active {
	background-color:var(--navbghovercolor);
}
	
@media screen and (max-width: 990px){ 
.account_nav_sublevel2 ul li{ width:100%; display:block; clear:left; }
.account_nav_sublevel2 ul li ul{ display:none; margin-left:-10px; margin-right:-10px;margin-bottom:-10px; margin-top:10px;padding-bottom:0;padding-top:0; position:relative; opacity: 0; border-left:5px solid #ccc; clear:left;}
.account_nav_sublevel2 ul li ul li{ width:100% !important;  }
.account_nav_sublevel2 ul li:hover > ul {
			opacity: 1;
		}
		.account_nav_sublevel2 ul li{
			display:inline-block;
			float:none;
		}
}
	





.logout_nav {
	position:absolute; 
	top:5px;
	right:5px;
}

.logout_nav ul {
	margin: 0px;
padding:0;
			-webkit-transition: .5s;
			transition: .5s;
			z-index:999;
			height:40px;
		}
	
.logout_nav li {
	background-color:#ccc;
	min-width:80px; 
	text-align:center;
	position::relative;
			float: left;
			list-style: none;
			-webkit-transition: .5s;
			transition: .5s;
			padding: 10px;
			box-sizing:border-box;
			color: #fff;
			margin-left:10px;
			font-weight:bold;
		}
	
	
.logout_nav a {
	position::absolute;
	top:0;
	right:0;
	color:#000;
	left:0;
	bottom:0;
			display: block;
			text-decoration: none;
		}





.gray_nav ul {
	margin: 0px;
padding:0;
			-webkit-transition: .5s;
			transition: .5s;
			z-index:999;
			height:40px;
		}
	
.gray_nav li {
	background-color:#ccc;
	width:140px; 
	text-align:center;
	position::relative;
			float: left;
			list-style: none;
	border-right:5px solid #fff;
	border-top:1px solid #fff;
			-webkit-transition: .5s;
			transition: .5s;
			padding: 10px;
			box-sizing:border-box;
			color: #fff;
			font-weight:bold;
		}
	
	
.gray_nav a {
	position::absolute;
	top:0;
	right:0;
	color:#000;
	left:0;
	bottom:0;
			display: block;
			text-decoration: none;
		}


th {
    color: black;
	align:left;
	padding: 5px;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
}

td {
    align:left;
	padding: 5px;
	font-size: 12px;
	font-family: "Verdana", sans-serif;
}


section {
  position: relative;
  padding-top: 37px;

}
section.positioned {
  position: absolute;
  top:100px;
  width:100%;
}
.container {
  overflow-y: auto;
  height: 700px;
}
section table {
  width:100%;
}

section td, th {
  color: #000;

}
section th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  white-space: nowrap;
  color: black;
}
section th div{
  position: absolute;
  color: black;
  top: 0;
  line-height: normal;
}
section th:first-child div{
  border: none;
}


.searchbar {
	padding:10px;
	background-color:#e0f7df;
	box-sizing:border-box;
	width:100%;
}



.pagebox {
	float:left;
	padding:10px;
	text-align:center;
	box-sizing:border-box;
	margin-left:10px;
	background-color:#4278bc;
	color:#fff;
	width:40px;
	margin-bottom:10px;
	height:40px;
	cursor:pointer;
	border:1px solid #4278bc;
}

.pageactive {
	background-color:#dbe6ee;
	cursor:default;
	color:#000;
}



/* Pagination nav */

.navigation_ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:-5px;
}

.navigation_ul li {
	float:left;
	padding:5px;
	width:16px;
	height:16px;
	text-align:center;
	margin-left:5px;
	background-image:url(../images/pagnation.jpg);
	cursor:pointer;
}

.navigation_ul li.active {
	float:left;
	padding:5px;
	width:14px;
	height:14px;
	text-align:center;
	margin-left:5px;
	background-image:url(../images/pagnation-active.jpg);
	cursor:pointer;
	color:white;
}

.navigation_ul li.prev {
	float:left;
	padding:5px;
	width:63px;
	height:15px;
	text-align:center;
	font-size:11px;
	margin-left:5px;
	background-image:url(../images/pagnation_large_li.jpg);
	cursor:pointer;
}

.navigation_ul li.next {
	float:left;
	padding:5px;
	width:63px;
	height:15px;
	text-align:center;
	font-size:11px;
	margin-left:5px;
	background-image:url(../images/pagnation_large_li.jpg);
	cursor:pointer;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}