@charset "UTF-8";

#mainContents label.UIElm-radio-label,
#mainContents label.UIElm-checkbox-label {
	cursor: pointer;
	line-height: 22px;
	position: relative;
	padding-left: 30px;
	display: inline-block;
	min-height:22px;
}

#mainContents label.UIElm-checkbox-label {padding-left: 0;}

#mainContents label.UIElm-toggle-label {cursor:pointer;}

#mainContents label.UIElm-toggle-label input {
	width:100%;
	height:36px;
	z-index:-1;
}

#mainContents .UIElm-toggle-label input,
#mainContents .UIElm-radio-label input,
#mainContents .UIElm-checkbox-label input {
	position: absolute;
	top:0;
	left:0;
	height:24px;
	width:24px;
	margin:0;
	padding:0;
	filter:alpha(opacity=1);
	-ms-filter:"alpha(opacity=1)";
	-moz-opacity:0.0001;
	opacity:0.0001;
	z-index:1;
	zoom:1;
}

#mainContents span.UIElm-radio {
	position: absolute;
	top:0;
	left: 0;
	display: inline-block;
	background-color:#FFFFFF;
	width: 20px;
	height: 20px;
	border:2px solid #176EB3;
	border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	z-index:10;
	zoom:1;
}

#mainContents .checked span.UIElm-radio {
	background-color:#176EB3;
	box-shadow: 0 0 0 3px #FFFFFF inset;
	-webkit-box-shadow: 0 0 0 3px #FFFFFF inset;
	-moz-box-shadow: 0 0 0 3px #FFFFFF inset;
	-ms-box-shadow: 0 0 0 3px #FFFFFF inset;
	-o-box-shadow: 0 0 0 3px #FFFFFF inset;
}

#mainContents span.UIElm-checkbox {
	position: relative;
	display: inline-block;
	background-color:#FFFFFF;
	width: 20px;
	height: 20px;
	margin-right:7px;
	margin-bottom: -4px;
	border:2px solid #203b8d;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align:bottom;
	z-index:10;
	zoom:1;
}
td .UIElm-checkbox { margin: auto auto 6px auto !important;}


#mainContents span.UIElm-checkbox img {
	position:relative;
	top:50%;
	display:none;
	width:17px;
	height:auto;
	margin:0 auto;
	margin-top:-6px;
	zoom:1;
}
#mainContents .checked span.UIElm-checkbox {background-color:#3b4fb4;}
#mainContents .checked span.UIElm-checkbox img {display:block;}


/* UIElm-toggle-switch */
#mainContents span.UIElm-toggle-switch {
	overflow:hidden;
	display: inline-block;
	position: relative;
	background:#344d96;
	width: 79px;
	height: 34px;
	border:2px solid #344d96;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align:middle;
	cursor:pointer;
}

#mainContents span.UIElm-toggle-switch-off {
	overflow:hidden;
	display: inline-block;
	position: relative;
	background:#344d96;
	width: 79px;
	height: 34px;
	border:2px solid #555555;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align:middle;
	cursor:pointer;
}

#mainContents .UIElm-toggle-switch-wrapper {position:relative;}

#mainContents .UIElm-toggle-switch-wrapper .UIElm-toggle-switch-text-on,
#mainContents .UIElm-toggle-switch-wrapper .UIElm-toggle-switch-text-off {
	cursor:pointer;
	font-weight:bold;
}
#mainContents .UIElm-toggle-switch-wrapper .UIElm-toggle-switch-text-off {padding-right:5px;}
#mainContents .UIElm-toggle-switch-wrapper .UIElm-toggle-switch-text-on  {padding:0 5px;}

#mainContents .UIElm-toggle-switch-wrapper .UIElm-toggle-switch-text-on,
#mainContents .UIElm-toggle-switch-wrapper.checked .UIElm-toggle-switch-text-off {color:#BDBDBD;}

#mainContents .UIElm-toggle-switch-wrapper.checked .UIElm-toggle-switch-text-on,
#mainContents .UIElm-toggle-switch-wrapper .UIElm-toggle-switch-text-off {color:#000000;}

#mainContents span.UIElm-toggle-switch .UIElm-toggle-switch-inner {
	position:relative;
	top:0;
	left:-45px;
	display: block;
	width: 120px;
	height: 34px;
}

#mainContents span.UIElm-toggle-switch .UIElm-toggle-switch-btn {
	position: absolute;
	top:0;
	left:45px;
	display: block;
	background:#FFFFFF;
	width: 32px;
	height: 32px;
	border:1px solid #176EB3;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px 0 #ECECEC inset;
	-webkit-box-shadow: 0 0 2px 0 #ECECEC inset;
	-moz-box-shadow: 0 0 2px 0 #ECECEC inset;
	-ms-box-shadow: 0 0 2px 0 #ECECEC inset;
	-o-box-shadow: 0 0 2px 0 #ECECEC inset;
	z-index:20;
}

#mainContents span.UIElm-toggle-switch .UIElm-toggle-switch-btn-off {
	position: absolute;
	top:0;
	left:45px;
	display: block;
	background:#FFFFFF;
	width: 32px;
	height: 32px;
	border:1px solid #777777;
	border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 2px 0 #ECECEC inset;
	-webkit-box-shadow: 0 0 2px 0 #ECECEC inset;
	-moz-box-shadow: 0 0 2px 0 #ECECEC inset;
	-ms-box-shadow: 0 0 2px 0 #ECECEC inset;
	-o-box-shadow: 0 0 2px 0 #ECECEC inset;
	z-index:20;
}

#mainContents span.UIElm-toggle-switch .UIElm-toggle-switch-box-on {
	position: absolute;
	top:0;
	left:0;
	display: block;
	background:#475d9d;
	width:50px;
	height:34px;
	padding:0;
	box-shadow: 0 0 4px 0 #344d96 inset;
	-webkit-box-shadow: 0 0 4px 0 #344d96 inset;
	-moz-box-shadow: 0 0 4px 0 #344d96 inset;
	-ms-box-shadow: 0 0 4px 0 #344d96 inset;
	-o-box-shadow: 0 0 4px 0 #344d96 inset;
	text-shadow: 1px 1px 1px #000;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	z-index:10;
}

#mainContents span.UIElm-toggle-switch .UIElm-toggle-switch-box-off {
	position: absolute;
	top:0;
	left:0;
	display: block;
	background:#989898;
	width:50px;
	height:34px;
	padding:0;
	box-shadow: 0 0 4px 0 #757575 inset;
	-webkit-box-shadow: 0 0 4px 0 #757575 inset;
	-moz-box-shadow: 0 0 4px 0 #757575 inset;
	-ms-box-shadow: 0 0 4px 0 #757575 inset;
	-o-box-shadow: 0 0 4px 0 #757575 inset;
	text-shadow: 1px 1px 1px #000;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	z-index:10;
}

#mainContents span.UIElm-toggle-switch .UIElm-toggle-switch-box-off {left:auto; right:-5px;}

#mainContents span.UIElm-toggle-switch.checked  { }
#mainContents span.UIElm-toggle-switch.disabled { }

#mainContents .UIElm-toggle-switch-wrapper.disabled {color:#666666;}

#mainContents span.UIElm-toggle-switch.checked.disabled { }

#mainContents span.UIElm-toggle-switch.checked .UIElm-toggle-switch-inner {left:0;}
#mainContents span.UIElm-toggle-switch.disabled .UIElm-toggle-switch-inner {/* left:-105px; width:200px;*/}

#mainContents span.UIElm-toggle-switch.checked.disabled .UIElm-toggle-switch-inner {/* left:0; */}

#mainContents span.UIElm-toggle-switch.disabled .UIElm-toggle-switch-btn {
	background-color:#ECECEC;
	/* display:none; */
}

#mainContents span.UIElm-toggle-switch.disabled .UIElm-toggle-switch-box-on {
	/* width:100px;
	padding-left:0;
	padding-right:0; */
}
#mainContents span.UIElm-toggle-switch.disabled .UIElm-toggle-switch-box-off {
	/* width:100px;
	padding-left:0;
	padding-right:0; */
}

#mainContents .UIElm-selector-box {
	overflow:hidden;
	position:relative;
	display:inline-block;
	margin:0;
	background-color:#eff2fb;
	border:1px solid #6f7ca4;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:15px;
	line-height:1.2;
	cursor:pointer;
	zoom:1;
}

#mainContents .UIElm-selector-box select {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	max-width:none;
	margin:0 36px 0 0;
	padding:0;
	background:none;
	border:none;
	font-size:15px;
	cursor:pointer;
	filter:alpha(opacity=1);
	-ms-filter:"alpha(opacity=1)";
	-moz-opacity:0.0001;
	opacity:0.0001;
	zoom:1;
}

#mainContents .UIElm-selector-box select option { }

#mainContents .UIElm-selector-box .UIElm-selector-selected {
	position:relative;
	display:block;
	padding:11px 36px 10px 10px;
	text-align:left;
}

#mainContents .UIElm-selector-box .UIElm-selector-icon {
	position:absolute;
	top:8px;
	right:6px;
	display:block;
	/*background-color:#176EB3;*/
	background-color:#203b8d;
	height:24px;
	width:24px;
	border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

#mainContents .UIElm-selector-box .UIElm-selector-icon img {
	display:block;
	width:18px;
	height:auto;
	margin:6px auto 0;
}

#mainContents .UIElm-selector-box.disabled {cursor:default;}
#mainContents .UIElm-selector-box.disabled select{cursor:default;}

/* alert
------------------------------------------------------------------*/
#mainContents .alert span.UIElm-radio         {border-color:#AE1C17;}

#mainContents .alert.checked span.UIElm-radio {background-color:#AE1C17;}

#mainContents .alert span.UIElm-checkbox      {border-color:#AE1C17;}

#mainContents .alert.checked span.UIElm-checkbox,
#mainContents .alert .checked span.UIElm-checkbox {background-color:#AE1C17;}

#mainContents span.UIElm-toggle-switch.alert,
#mainContents .alert span.UIElm-toggle-switch {border-color:#75110F; background-color:#AE1C17;}

#mainContents span.UIElm-toggle-switch.alert .UIElm-toggle-switch-btn,
#mainContents .alert span.UIElm-toggle-switch .UIElm-toggle-switch-btn {border-color:#AE1C17;}

#mainContents span.UIElm-toggle-switch.alert .UIElm-toggle-switch-box-on,
#mainContents .alert span.UIElm-toggle-switch .UIElm-toggle-switch-box-on,
#mainContents span.UIElm-toggle-switch.alert .UIElm-toggle-switch-box-off,
#mainContents .alert span.UIElm-toggle-switch .UIElm-toggle-switch-box-off {
	background-color:#AE1C17;
	box-shadow: 0 0 4px 0 #75110F inset;
	-webkit-box-shadow: 0 0 4px 0 #75110F inset;
	-moz-box-shadow: 0 0 4px 0 #75110F inset;
	-ms-box-shadow: 0 0 4px 0 #75110F inset;
	-o-box-shadow: 0 0 4px 0 #75110F inset;
}

#mainContents span.UIElm-toggle-switch.checked.alert,
#mainContents .alert span.UIElm-toggle-switch.checked {border-color:#75110F;}

#mainContents .UIElm-selector-box.alert,
#mainContents .alert .UIElm-selector-box {background-color:#FFF4F4; border-color:#AE1C17;}

#mainContents .UIElm-selector-box.alert .UIElm-selector-icon,
#mainContents .alert .UIElm-selector-box .UIElm-selector-icon {background-color:#AE1C17;}

/* disabled
------------------------------------------------------------------*/
#mainContents label.UIElm-toggle-label.disabled,
#mainContents label.UIElm-radio-label.disabled,
#mainContents label.disabled             {color:#666666;}

#mainContents .disabled span.UIElm-radio {background-color:#F6F6F6; border-color:#BDBDBD;}

#mainContents .disabled.checked span.UIElm-radio {
	background-color:#BDBDBD;
	box-shadow: 0 0 0 3px #F6F6F6 inset;
	-webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
	-moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
	-ms-box-shadow: 0 0 0 3px #F6F6F6 inset;
	-o-box-shadow: 0 0 0 3px #F6F6F6 inset;
}

#mainContents .disabled span.UIElm-checkbox {background-color:#F6F6F6; border-color:#BDBDBD;}

#mainContents .disabled.checked span.UIElm-checkbox {background-color:#BDBDBD;}

#mainContents span.UIElm-toggle-switch.disabled,
#mainContents span.UIElm-toggle-switch.checked.disabledn {background-color:#BDBDBD;}

#mainContents span.UIElm-toggle-switch.disabled,
#mainContents span.UIElm-toggle-switch.checked.disabled,
#mainContents span.UIElm-toggle-switch.disabled .UIElm-toggle-switch-btn,
#mainContents .disabled span.UIElm-toggle-switch .UIElm-toggle-switch-btn {border-color:#BDBDBD;}

#mainContents span.UIElm-toggle-switch.disabled .UIElm-toggle-switch-box-on,
#mainContents span.UIElm-toggle-switch.disabled .UIElm-toggle-switch-box-off {
	background-color:#BDBDBD;
	box-shadow: 0 0 4px 0 #BDBDBD inset;
	-webkit-box-shadow: 0 0 4px 0 #BDBDBD inset;
	-moz-box-shadow: 0 0 4px 0 #BDBDBD inset;
	-ms-box-shadow: 0 0 4px 0 #BDBDBD inset;
	-o-box-shadow: 0 0 4px 0 #BDBDBD inset;
}

#mainContents .UIElm-toggle-switch-wrapper.disabled .UIElm-toggle-switch-text-on,
#mainContents .UIElm-toggle-switch-wrapper.checked.disabled .UIElm-toggle-switch-text-off {color:#BDBDBD;}

#mainContents .UIElm-toggle-switch-wrapper.checked.disabled .UIElm-toggle-switch-text-on,
#mainContents .UIElm-toggle-switch-wrapper.disabled .UIElm-toggle-switch-text-off {color:#666666;}

#mainContents .UIElm-selector-box.disabled {background-color:#F6F6F6; border-color:#BDBDBD;}

#mainContents .UIElm-selector-box.disabled .UIElm-selector-selected {color:#666666;}

#mainContents .UIElm-selector-box.disabled .UIElm-selector-icon {background-color:#BDBDBD;}

/* @media screen 660px
------------------------------------------------------------------*/

@media screen and (max-width:660px){
	
	#mainContents .UIElm-toggle-label{
		display:block;
		padding-top:5px;
	}
}
