@charset "utf-8";
/* CSS Document */

h3 {
	font-size:24px !important;
}

.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;
}

input[required]:valid {
    background-color: green !important;
	color:#fff;
}
select[required]:valid {
    background-color: green !important;
	color:#fff;
}

input[required] {
  background-color: #FFBF00;
}



select[required] {
  background-color: #FFBF00;
}

.addbuttonpadding {
	padding-bottom:22px !important;
}

	.empty {
    background-color: green !important;
	color:#fff;
}
.find_address_field empty {
	background-color:#fff !important;
	color:#000 !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;
	
}


/* 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;
}

.inputbox {
	position:relative;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	color:#000;
	margin-bottom:10px;
	background-color:#fff;
  border-radius: 20px;
  margin-bottom:10px;
}

.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;
}

.actionbutton { 
padding:10px;
box-sizing:border-box;
background-color:#ccc;
border:0;
color:#000;
cursor:pointer;
}



.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:800px;
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;
}





.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}