/* jquery dialog */

.tab .ui-dialog-content {
padding:0px;
padding-top:2px;
padding-right:2px;
}
div.insform {
font-size:1em;
text-align:left;
padding:0;


background:rgba(255,255,255,1);
	
border: 1px solid #dddfe2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	
overflow: hidden;

position:relative;
margin:20px;
/*-moz-border-radius:5px;
-webkit-border-radius:5px;*/
/*margin-bottom:10px;
margin-left:10px;
margin-right:10px;
margin-top:10px;*/
/*-webkit-box-shadow: 0 2px 6px #ccc; 
-moz-box-shadow: 0 2px 6px #ccc; 
box-shadow: 0 2px 6px #ccc;*/
}
div.insform1 {
font-size:1em;
text-align:left;
padding:0;
background:rgba(255,255,255,1);
overflow: hidden;
position:relative;
}
@media (max-width:767px) {
	div.insform,div.insform1 {
	width:90%;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	div.insform,div.insform1{
	width:75%;
	}
}
@media (max-width:1024px) {
	.label_t_v {
	font-size:16px;
	}	
}

div.insform .fr_c {
margin-top:0;
}

div.insform2 {
background:#f9f9f9;
border-bottom:1px solid #ddd;
/*background:#fff;*/
/*border:1px solid #ddd;
-webkit-box-shadow: 0px 0px 6px #666; 
-moz-box-shadow: 0 0px 6px #666; 
box-shadow: 0 0px 6px #666;*/
}

/*
td.tbl1 {
padding:15px 10px;
width:160px;
border-bottom:0;
vertical-align:top;
text-align:left;
}
td.tbl1m {
padding:15px 10px;
width:160px;
border-bottom:0;
vertical-align:top;
text-align:left;
}
td.tbl2 {
padding:10px;
padding-top:15px;
border-bottom:0;
vertical-align:top;
line-height:30px;
font-size:1em;
text-align:left;
}*/
td.tbl1,td.tbl1m {
width:250px !important;	
}
.insform2 td.tbl1 {
background:#f9f9f9;
padding-left:20px;
padding-bottom:0;
display:block;
border:0;
width:100% !important;
}
.insform2 td.tbl2 {
background:#f9f9f9;
padding-left:20px;
display:block;
}

div.insform_B div.bx {
font-size:14px;
font-weight:normal !important;
text-transform:uppercase;
}
div.insform_B div.bt {
color:#848586;
}
div.content_s2_m {
border-bottom:0;
}
div.insform div.content_s_m,div.insform1 div.content_s_m {
padding:0;
background:transparent;
}
div.insform div.content_s1_m,div.insform1 div.content_s1_m {
height:auto;
overflow:hidden;
padding-right:0px !important;
}
div.insform div.content_s4_m,div.insform1 div.content_s4_m {
text-align:center;
padding:5px;
background:#e0e0e0;
color:#000;
border-bottom:1px solid #fff;
}
div.insform div.content_s2_m,div.insform1 div.content_s2_m {
/*font-size:11px;
width:100%;
color:#000;
border-bottom:1px solid #fff;
padding:0px !important;
padding-bottom:6px !important;
margin-bottom:5px;*/
font-size:1.1em;
width:100%;
color:#000 !important;
}
div.insform div.content_s3_m,div.insform1 div.content_s3_m {
padding:0px;
}

div.insform div.content_s2_m div.s2m a,div.insform1 div.content_s2_m div.s2m a {
color:#000;
text-decoration:underline;
}
div.insform div.content_s2_m div.s2m a:hover,div.insform1 div.content_s2_m div.s2m a:hover {
color:#e0e0e0;
text-decoration:underline;
}
div.insform input.in, div.insform2 input.in,div.insform1 input.in, div.insform2 input.in {
padding:10px;
height:33px;
background:#fff;
border:1px solid #ddd !important;
/*box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-o-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);*/
}
div.insform input.inH,div.insform1 input.inH {
padding:10px;
height:33px;
background:#fff;
border:1px solid #ddd !important;
/*box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);
-o-box-shadow: inset 0px 4px 10px -10px rgba(0,0,0,0.5);*/
}
div.insform textarea,div.insform1 textarea,div.insform2 textarea  {
padding:10px;
background:#fff;
border:1px solid #ddd;
}

div.insform .combo-select,div.insform1 .combo-select {
margin-top:-3px;
}


div.insform input[type='radio'], div.insform input[type='checkbox'],
div.insform1 input[type='radio'], div.insform1 input[type='checkbox'] {
background:transparent;
border-width:0px !important;
}
div.insform textarea,div.insform1 textarea,div.insform2 textarea {
width:100% !important;
}
@media (max-width:480px) {
div.insform2 textarea {
width:90% !important;
}
}
/*******/
a.btncal {
display:inline-block;
width:70px;
height:15px;
font-weight:bold;
padding:3px;
padding-left:5px;
padding-right:5px;
font-size:1em;
text-align:center;
text-decoration:none;
margin-bottom:2px;
background-color:#fff;
background-image:url("../img/general/btn.jpg");
background-repeat:repeat-x;
background-position:top left;
border:1px solid #d0d0d0;
color:#000;
text-shadow: 0px 1px 0px #e5e5ee;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
cursor:pointer;
cursor:hand;
}
a.btncal:hover {
text-decoration:none;
border:1px solid #c0c0c0;
color:#000;
background-image:url("../img/general/btn_hover.jpg");
}
div.insform div.help {
padding:0px;
border-width:0px;
background:transparent !important;
color:#666;
}
/*div.insform td.tbl1, div.insform td.tbl1m, div.insform td.tbl2 {
border-width:0px !important;
}*/
/*******/
.insform .gray4 {
padding:0 10px;
}
div.btnsave {
padding:10px;
}
.insform2 div.btnsave {
padding:10px 20px;
}

@media (max-width:480px) {
div.btnsave {
padding:5px;
}
.insform2 div.btnsave {
padding:5px 20px;
}

}

a.btnsave {
display:inline-block;
zoom:1;*display:inline;
height:42px;
width:auto;
line-height:32px;
color:#fff;
padding:5px 20px;
font-size:1.4em !important;
text-decoration:none;
text-transform:uppercase;
background-color:#00a259;
text-align:center;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
border:0;
}
a.btncanc {
background-color:#999;
}
a.btnsave:hover {
text-decoration:none;
border:0;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
.btnsave_canc {
background-color:#ccc !important;
}

.btnsave .fa-chevron-circle-left {
margin-right:10px;
}
.btnsave .fa-chevron-circle-right,
.btnsave .fa-save {
margin-left:10px;
}
.btnsave_y {
background:#ffcc00 !important;
}

a.btnsave1 {
display:inline-block;
zoom:1;*display:inline;
font-weight:300;
padding-left:8px;
padding-right:8px;
text-transform:uppercase;
font-size:14px;
line-height:27px;
height:25px;
text-align:center;
text-decoration:none;
border:1px solid #c30900;
color:#fff !important;
text-transform:uppercase;
background:#c30900;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnsave1:hover {
text-decoration:none;
border:1px solid #9f0902;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}
/*a.btnsaveXXXX {
display:inline-block;
zoom:1;*display:inline;
width:160px;
font-weight:bold;
padding-top:1px;
padding-left:3px;
padding-right:3px;
font-size:1em;
line-height:23px;
text-align:center;
text-decoration:none;
margin-bottom:4px;
margin-top:4px;
margin-left:auto;
margin-right:auto;

background:#848586;
border:1px solid #848586;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnsaveXXX:hover {
border:1px solid #b33700;
background:#f7530b;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}*/
.cb1 {
color:#000;
font-size:1em;
padding:10px;
color:#666;
font-style:italic;
}
td.f_privacy {
padding:10px;
text-align:center;
vertical-align:top;
}
div.f_privacy {
display:block;
height:100px;
overflow:auto;
border:1px solid #ccc;
text-align:left;
padding:5px;
margin-top:5px;
margin-bottom:5px;
background:#fff;
font-size:10px;
}
div.f_privacy p {
margin:0px;
}
.m10 {
margin-left:10px;
margin-right:10px;
}
div.extratxt_b {
color:#444;
padding:10px;
text-align:center;	
}
div.content_s2_mH {
font-size: 1em !important;
/*color:#848586;*/
}
div.mpw {
margin-bottom:5px;
}
a.btnmpw {
display:inline-block;
font-weight:bold;
padding:0 15px;
height:32px;
line-height:32px;
font-size:14px !important;
text-align:center;
text-decoration:none;
margin:4px auto;

background:#848586;
color:#fff !important;

-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
a.btnmpw:hover {
background:#008000;
text-decoration:none;
color:#000;
-webkit-box-shadow: 0 0px 4px #666;
-moz-box-shadow: 0 0 4px #666;
box-shadow: 0 0 4px #666;
}

table.mpw {
width:100%;
}
table.mpw td {
padding:3px;
vertical-align:middle;
font-size:11px !important;
}
table.mpw td a {
margin-left:3px;
}
td.mpw1 {
width:100px;
}
.p_mg0 {
margin:5px;	
}
