/* HANDotum체를 위하여 설정한 css이다. 속도상문제로 필요없는 경우 주석처리! */
@font-face {
	font-family: 'HanDotum';
	src:url('../fonts/HANDotum.ttf');
	font-weight: normal;
	font-style: normal;
}

.touch:active {background-color: #e1e1e1;}

/* HANDotum체를 사용하지 않는 경우 [font-family: "HanDotum";]부분 삭제! */
*, .rp-item {font-family: "HanDotum"; font-size: 1em;}

.rp-sm {font-size: 1.2em;}

.rp-header {position: fixed; right:0; left: 0; top:0; z-index: 9999;}
.rp-header-text {font-size:22px; font-weight: bold; line-height: 36px;}
.rp-main-tab-img {padding-top: 40px;}
.rp-main-tab {width:100%; height:100%; color: #dddddd;}

.rp-header, .rp-footer-sel, .rp-footer {
	height: 50px;
	padding:6px;
	background: #302b29; color:white;
}

.rp-footer-icon {
	font-size: 2em;
}

.rp-footer-sel {
	background: rgb(2,2,2); color:rgb(252,62,73);
}

.rp-footer-icon-sel {
	font-size: 2em;
}

.rp-btn-gray {background: #666; color:white; border-color: darkgray;}
.rp-btn-gray:active {background: gray; color:black; border-color: gray;}

.rp-title {
	font-size: 1.1em;
	font-weight:bold;
}

.rp-bold, .bold-text {
	font-weight:bold;
	color: black;
}

a {color: black;}

.rp-notice-item {
    padding-top: 10px;
}

.rp-vote-item-bar, .rp-vote-item-bar-active {
    float:left;
    background: #c0c0c0;
    white-space: nowrap;
    overflow-x: visible;
}

.rp-vote-item-bar-active {
    background: yellow;
}

.rp-vote-user {
    color: #777;
    position: absolute;
    right: 19px;
}

.rp-bottom-border-black {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000;
}

.rp-body {
	background: #e1e1e1;
	padding-top:50px;
	padding-bottom:50px;
}

.rp-noborder {border: none;}

.rp-main-content {
	padding-top: 62px;
	padding-bottom: 67px;
}

.rp-main-content-btn {
	padding-top: 62px;
	padding-bottom: 95px;
}

.rp-logo {
	padding-top: 22px;
	width:80%;
	max-width: 80px;
}

.rp-logo-red {
	padding-top: 5px;
	max-width: 80px;
}

.rp-header-center {
	padding-left: 0px; padding-right: 0px
}

.rp-panel {
	padding: 5px 10px;
	/*padding-top:5px;*/
}
/*포토폴리오 상세내용에만 적용*/
.rp-panel_content {
	padding-top:5px;
}


.rp-item {
	padding-bottom: 10px;
}

.rp-port-item {
	max-height:95px;
	overflow: hidden;
}

.rp-header-pay-white {
	text-align: center;
    margin-top: 12px;
	margin-right: 8px;
    border-radius: 150px;
    width: 36px;
    height: 36px;
    padding-top: 6px;
    border: 2px solid white;
}

.rp-header-pay-white>a {
	color:white;
}

.rp-vote-finished {
    margin-top: 3px;
	text-align: center;
    border-radius: 150px;
    background-color: #aaa;
    width: 36px;
    height: 36px;
    padding-top: 6px;
    border: 2px solid #aaa;
}

.rp-vote-finished>span {
	color:white;
}

.rp-vote-prepare {
    margin-top: 3px;
	text-align: center;
    border-radius: 150px;
    background-color: #3d3;
    width: 36px;
    height: 36px;
    padding-top: 6px;
    border: 2px solid #3d3;
}

.rp-vote-prepare>span {
	color:white;
}

.rp-vote-running {
    margin-top:3px;
	text-align: center;
    border-radius: 150px;
    background-color: #62b3d1;
    width: 36px;
    height: 36px;
    padding-top: 6px;
    border: 2px solid #62b3d1;
}

.rp-vote-running>span {
	color:white;
}

.rp-vote-item, .rp-vote-item-sel {
    line-height:35px;
    margin:5px; background: #eee;
    padding:0;
    border: 2px solid #eee;
    height: 39px;
}

.rp-vote-item-sel {
    border: 2px solid red;
}

.rp-round-btn {
	border-radius: 17px;
	padding-left: 10px;
	padding-right: 10px;
}

.rp-white {
	background: #fff;
}

label {font-weight: normal;}
.rp-label {
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	padding-top: 3px;
}

.rp-btn {
	padding:0 5px;
	line-height: 26px;
	height: 26px;
}

.rp-input {
	border: solid thin #eaeaec;
	width: 100%;
	padding-left:5px;

}

.rp-footer-btn, .rp-bottom-btn {
    color:#fff;
    left: 0;
    right: 0;
	text-align: center;
	background: rgb(252,62,73);
	padding-top: 4px;
	height: 30px;
	font-weight: bold;
}
.grey {
	background: #fff;
	color: #ff0000;
}
.rp-footer-btn:active {background-color: #de8516;}
.rp-footer-btn.grey:active {background-color: #cccccc;}

.bottom-border {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #444;
}

.bottom-border-thin {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #cccccc;
}

.nopadding {
	padding: 0px;
}

.header-style {
	font-size: 18px;
	font-weight: bold;
}

.header-style-back {
	font-size: 2em;
	font-weight: bold;
}

.item-style {
	font-size: 14px;
}

.red-line{
	width:100%;
	height: 1px;
	background-color:red;
}

.rp-444-line {
	width:100%;
	height: 1px;
	background-color: #444;
}

.no-margin{
	margin-right: 0px;
	margin-left: 0px;
}

.dl-shadow {
	box-shadow: 2px 2px 2px #adadad;
    -webkit-box-shadow: 2px 2px 2px #adadad;
    -moz-box-shadow: 2px 2px 2px #adadad;
}

.header-shadow {
	box-shadow: 0px 1px 1px #dddddd;
	-webkit-box-shadow: 0px 1px 1px #dddddd;
	-moz-box-shadow: 0px 1px 1px #dddddd;
}

.footer-shadow {
	box-shadow: 1px -1px 1px #adadad;
	-webkit-box-shadow: 1px -1px 1px #adadad;
	-moz-box-shadow: 1px -1px 1px #adadad;
}

.btn-red-radius {
	border: thin solid red;
    background-color: white;
    color: red;
    text-shadow: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 29px;
}

.btn-blue-radius {
	border: thin solid blue;
    background-color: white;
    color: blue;
    text-shadow: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 29px;
}

.btn-orange-radius {
	border: thin solid orange;
    background-color: white;
    color: orange;
    text-shadow: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 29px;
}

.btn-grey-radius {
	border: thin solid grey;
    background-color: white;
    color: grey;
    text-shadow: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 29px;
}

.footer-line {
	border-top: thin solid #e1e1e1;
}

.popup_action_border_left{
	border-top: 1px solid white;
	border-right: 1px solid white;
	height: 100%;
}

.popup_action_border_right{
	border-top: 1px solid white;
	border-left: 1px solid white;
	height: 100%;
}

.rp-layout {
	background-color: white;
	padding:0px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.content-layout{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    top: 51px;
    background-color: white;
	padding:0px;
}

.item-layout {
	background-color: white;
	padding:0px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.header span.main_title{
	font-size: 20px;
	font-weight: bold;
}

.header span.sub_title_black{
	font-size: 14px;
}

.header span.sub_title_red{
	font-size: 14px;
	color: red;
}

.header span.red{
	font-size: 12px;
	color: red;
}

span.main_title{
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.content-body span.sub_title{
	font-size: 10px;
	color: black;
	font-weight: bold;
}

section.body .footer{
	position: fixed;
	bottom: 0px;
	width: 100%;
}

.footer{
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	z-index: 9999;
}
.footer .exit{
	background-color: rgb(255,255,231);
	color: black;
	font-size: 15px;
	font-weight: bold;
}
.Center{
	max-width: 100%;
	margin: auto;
}
/*

November Template

http://www.templatemo.com/tm-473-november

*/

/* <<< Navigation >>> */
.Navigation { float: right; width: 100%;}
.Navigation ul { list-style: none; float: right; width: 100%; padding:0;}
.Navigation li {
	float: left; padding: 0px;  margin: 0px; width: 33.3333333%; height: 60px; position: relative; transition: all 0.3s ease;
	font-size: 0.8em;
}

header.smaller .Navigation li a { padding: 16px 41px; }
header.smaller .Navigation li { height: 60px; }

.caption h1 {
  background: rgba(0,0,0,.5);
  font-weight: bold;
  font-size: 30px;
  text-align: right;
  color: white;
  display: table;
  clear: both;
  float: right;
  margin: 1px;
  padding: 0px 10px;
  text-transform: uppercase;
}

.captionWelcome h1 {
  background: rgba(0,0,0,.5);
  font-weight: bold;
  font-size: 30px;
  text-align: right;
  color: white;
  display: table;
  clear: both;
  float: right;
  margin: 1px;
  padding: 0px 10px;
  text-transform: uppercase;
}

h1 span {
  color: white;
  font-weight: 400;
}

span .circle{
	font-size: 11px !important;
	font-weight: 300;
	text-align: center;
	height: 18px;
	padding: 3px 6px 3px 6px;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
	text-shadow: none !important;
	text-align: center;
	vertical-align: middle;
}

span .circle-danger{
	background-color: #F3565D;
	background-image: none;
}

.content-body span.content{
	color: black;
	font-size: 12px;
}

table.rp_t1{
    border-spacing: 1px;
    border: 1px solid gray;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

table tr.row0{
	background: -webkit-linear-gradient(-90deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	background: -o-linear-gradient(-90deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	background: linear-gradient(180deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	background: -moz-linear-gradient(-90deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	color: white;
	height: 26px;
}

table tr.rowh{
    height: 26px;
}

table.rp_port_status{
    color: black;
    width: 100%
}

table tr.row0 td.leftb{
    border-right: 1px solid white;
}

table tr td.rightb{
    border-left: 1px solid white;
}

table tr.row1{
	background-color: white;
	color: black;
}

table tr.row2{
	background-color: rgb(234,234,236);
	color: black;
}

table tr.row3{
	background-color: rgb(30,30,30);
	color: white;
	height: 26px;
}
.simple_tab{
	background-color: rgb(252,62,73);
	color: #fff;
	text-align: center;
}
.simple_tab_active{
	background-color: white;
	color: red;
	text-align: center;
}

.grad-back{
	background: linear-gradient(180deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	background: -moz-linear-gradient(-90deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	background: -o-linear-gradient(-90deg, rgba(120,120,120,1) 0%, rgba(110,110,110,1) 20%, rgba(90,90,90,1) 50%, rgba(70,70,70,1) 100%);
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.red-back{
	background: linear-gradient(180deg, rgba(224,26,26,1) 0%, rgba(210,25,25,1) 20%, rgba(195,23,23,1) 50%, rgba(184,21,21,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(224,26,26,1) 0%, rgba(210,25,25,1) 20%, rgba(195,23,23,1) 50%, rgba(184,21,21,1) 100%);
	background: -moz-linear-gradient(-90deg, rgba(224,26,26,1) 0%, rgba(210,25,25,1) 20%, rgba(195,23,23,1) 50%, rgba(184,21,21,1) 100%);
	background: -o-linear-gradient(-90deg, rgba(224,26,26,1) 0%, rgba(210,25,25,1) 20%, rgba(195,23,23,1) 50%, rgba(184,21,21,1) 100%);
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.port-back{
	background-color: rgb(30,30,30);
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gain-back{
	background-color: white;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.gain-style-red{
	font-size: 20px;
	font-weight: bold;
	color: red;
}

span.gain-style-blue{
	font-size: 20px;
	font-weight: bold;
	color: blue;
}

.switch {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 3px 0;
}
.switch .ios-switch {
	height: 35px;
	width: 65px;
}
.switch .ios-switch .handle {
	height: 31px;
	width: 31px;
}
.switch.switch-primary .ios-switch .on-background {
	background: #cccccc;
}
.switch.switch-success .ios-switch .on-background {
	background: #47a447;
}
.switch.switch-warning .ios-switch .on-background {
	background: #ed9c28;
}
.switch.switch-danger .ios-switch .on-background {
	background: #d2322d;
}
.switch.switch-info .ios-switch .on-background {
	background: #5bc0de;
}
.switch.switch-dark .ios-switch .on-background {
	background: #171717;
}
.switch.switch-lg .ios-switch {
	height: 45px;
	width: 75px;
}
.switch.switch-lg .ios-switch .handle {
	height: 41px;
	width: 41px;
}
.switch.switch-sm .ios-switch {
	height: 25px;
	width: 55px;
}
.switch.switch-sm .ios-switch .handle {
	height: 21px;
	width: 21px;
}

.ios-switch {
	height: 45px;
	width: 75px;
	position: relative;
	background-color: #E5E5E5;
	border-radius: 100px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ios-switch .background-fill {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.ios-switch .on-background {
	background-image: -o-linear-gradient(#00e459, #00e158);
	background-image: -ms-linear-gradient(#00e459, #00e158);
	background-image: -moz-linear-gradient(#00e459, #00e158);
	background-image: -webkit-linear-gradient(#00e459, #00e158);
	background-image: linear-gradient(#00e459, #00e158);
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	z-index: 1;
	-o-transition: .3s 0.2s;
	-ms-transition: .3s 0.2s;
	-moz-transition: .3s 0.2s;
	-webkit-transition: .3s 0.2s;
	transition: .3s 0.2s;
}

.ios-switch .state-background {
	border-radius: 100px;
	z-index: 2;
	background-image: -o-linear-gradient(white, #fdfdfd);
	background-image: -ms-linear-gradient(white, #fdfdfd);
	background-image: -moz-linear-gradient(white, #fdfdfd);
	background-image: -webkit-linear-gradient(white, #fdfdfd);
	background-image: linear-gradient(white, #fdfdfd);
	border: 2px solid #E5E5E5;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.ios-switch .handle {
	width: 41px;
	height: 41px;
	background-color: white;
	top: 2px;
	left: 2px;
	position: absolute;
	border-radius: 20px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
	z-index: 3;
	-o-transition: -o-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-ms-transition: -ms-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-moz-transition: -moz-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-webkit-transition: -webkit-transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-o-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-ms-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-moz-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-webkit-transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ios-switch.off .handle {
	-o-animation: expand-off .3s 0.2s;
	-ms-animation: expand-off .3s 0.2s;
	-moz-animation: expand-off .3s 0.2s;
	-webkit-animation: expand-off .3s 0.2s;
	animation: expand-off .3s 0.2s;
	-o-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-webkit-transform: translate(0px, 0);
	transform: translate(0px, 0);
	-o-transform: translate3d(0px, 0, 0);
	-ms-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
	-o-transition: .3s 0s;
	-ms-transition: .3s 0s;
	-moz-transition: .3s 0s;
	-webkit-transition: .3s 0s;
	transition: .3s 0s;
}

.ios-switch.off .state-background {
	-o-transition: .4s 0.25s;
	-ms-transition: .4s 0.25s;
	-moz-transition: .4s 0.25s;
	-webkit-transition: .4s 0.25s;
	transition: .4s 0.25s;
}

.ios-switch.on .handle {
	-o-animation: expand-on .3s 0.2s;
	-ms-animation: expand-on .3s 0.2s;
	-moz-animation: expand-on .3s 0.2s;
	-webkit-animation: expand-on .3s 0.2s;
	animation: expand-on .3s 0.2s;
	-o-transform: translate(30px, 0);
	-ms-transform: translate(30px, 0);
	-moz-transform: translate(30px, 0);
	-webkit-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-o-transform: translate3d(30px, 0, 0);
	-ms-transform: translate3d(30px, 0, 0);
	-moz-transform: translate3d(30px, 0, 0);
	-webkit-transform: translate3d(30px, 0, 0);
	transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.no_padding{
	padding-left: 0px;
	padding-right: 0px;
}

.no_margin{
	margin-left: 0px;
	margin-right: 0px;
}

.rp-notice-port-mark{
	/*position: absolute; */
	width: 30px; 
	height: 20px;
	background-color: red; 
	border-radius: 3px;
	/*right:0;*/
	margin-top: 5px;
	margin-right: 15px;
}

.rp-notice-port-mark span{
	color: white;
	font-size: 10px;
}

.rp-notice-div {
	top: 30px;
	position: absolute;
	overflow-y: scroll;
	left: 0;
	right: 0;
	bottom: 0;
}
.rp-scroll-div {
	top: 0;
	position: absolute;
	overflow-y: scroll;
	left: 0;
	right: 0;
	bottom: 30px;
	/*padding:10px;*/
}

.nomargin {
	margin:0;
}
.mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.8);z-index:20}
.loading{position:fixed;top:0%;left:0%;width:100%;height:100%;background:url(../images/loading.gif) no-repeat center center;z-index:30}

/* radio & checkbox */
.checkbox-custom > i,
.checkbox-custom:hover > i {
	border-color: rgb(252,62,73);
}

.checkbox-custom > i {
	border-color: #b2e600;
}

.checkbox-custom > i {
	border-color: #ffcd33;
}

.checkbox-custom,
.checkbox-custom-alt {
	padding-left: 20px;
	cursor: pointer;
}

.checkbox-custom input,
.checkbox-custom-alt input {
	position: absolute;
	opacity: 0;
}

.checkbox-custom input:checked + i,
.checkbox-custom-alt input:checked + i {
	border-color: #428bca;
	background-color: #428bca;
}

.checkbox-custom input:checked + i:before,
.checkbox-custom-alt input:checked + i:before {
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.checkbox-custom input:checked + span .active,
.checkbox-custom-alt input:checked + span .active {
	display: inherit;
}

.checkbox-custom input[type='checkbox'] + i,
.checkbox-custom input[type='checkbox'] + i:before,
.checkbox-custom-alt input[type='checkbox'] + i,
.checkbox-custom-alt input[type='checkbox'] + i:before {
	border-radius: 50%;
}

.checkbox-custom input[type='radio'] + i,
.checkbox-custom input[type='radio'] + i:before,
.checkbox-custom-alt input[type='radio'] + i,
.checkbox-custom-alt input[type='radio'] + i:before {
	border-radius: 50%;
}

.checkbox-custom input[disabled] + i,
.checkbox-custom-alt input[disabled] + i {
	border-color: #e2e2e2;
	background-color: #f2f2f2;
}

.checkbox-custom input[disabled] + i:before,
.checkbox-custom-alt input[disabled] + i:before {
	background-color: #e2e2e2;
}

.checkbox-custom > i,
.checkbox-custom-alt > i {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 4px;
	margin-left: -20px;
	line-height: 1;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.checkbox-custom > i:before,
.checkbox-custom-alt > i:before {
	position: absolute;
	top: 50%;
	left: -100%;
	width: 0;
	height: 0;
	background-color: transparent;
	content: "";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 1;
}

.checkbox-custom > span,
.checkbox-custom-alt > span {
	margin-left: -20px;
}

.checkbox-custom > span .active,
.checkbox-custom-alt > span .active {
	display: none;
}

.checkbox-custom:hover > i,
.checkbox-custom-alt:hover > i {
	border-color: rgb(252,62,73);
}

.checkbox-custom.checkbox-custom-sm input:checked + i:before,
.checkbox-custom-alt.checkbox-custom-sm input:checked + i:before {
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
}

.checkbox-custom.checkbox-custom-sm > i,
.checkbox-custom-alt.checkbox-custom-sm > i {
	width: 16px;
	height: 16px;
	margin-right: 6px;
	margin-left: -18px;
}

.checkbox-custom.checkbox-custom-lg input:checked + i:before,
.checkbox-custom-alt.checkbox-custom-lg input:checked + i:before {
	top: 3px;
	left: 3px;
	width: 22px;
	height: 22px;
}

.checkbox-custom.checkbox-custom-lg > i,
.checkbox-custom-alt.checkbox-custom-lg > i {
	width: 30px;
	height: 30px;
}

.checkbox-custom-alt input:checked + i {
	background-color: transparent;
	border-color: rgb(252,62,73);
	color: rgb(252,62,73);
}

.checkbox-custom-alt input:checked + i:before {
	top: 2px;
	left: 2px;
	width: auto;
	height: auto;
	background-color: transparent;
	opacity: 1;
}

.checkbox-custom-alt input[type='radio']:checked + i:before {
	left: 1px;
}

.checkbox-custom-alt input[disabled] + i {
	border-color: #e2e2e2;
	background-color: #f2f2f2;
}

.checkbox-custom-alt input[disabled] + i:before {
	background-color: transparent;
	color: #aaa;
}

.checkbox-custom-alt > i {
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: 2px solid #aaa;
}

.checkbox-custom-alt > i:before {
	content: "\f00c";
	top: 0;
	left: 0;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.checkbox-custom-alt.checkbox-custom-sm > i:before {
	font-size: 9px;
}

.checkbox-custom-alt.checkbox-custom-sm input:checked + i:before {
	font-size: 9px;
	top: 1px;
}

.checkbox-custom-alt.checkbox-custom-lg input:checked + i:before {
	font-size: 18px;
	top: 4px;
	left: 4px;
}

.no-round-border {border-radius: 0px;}

.form-bordered .form-group {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.control-label {
	margin-bottom: 0;
	padding-top: 5px;
}

.toste-msg {z-index: 9999;}