@charset "utf-8";
/* POPUP */
.modal,
.modal .dimmed {position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.3);}
.modal {/*display:none;*/z-index:99999;/*opacity:0;*/padding:0 20px;}
/* .modal .modal-container {display:table;width:100%;height:100%;margin:0 auto;table-layout:fixed;max-width:700px;} */
.modal .modal-container {display:table;width:100%;height:100%;margin:0 auto;table-layout:fixed;max-width:25%;}
.modal .modal-inner {display:table-cell;vertical-align:middle;}
.modal .modal-contents {position:relative;margin:0 auto;background-color:#fff;letter-spacing:-1px;}
.modal .modal-header {height:36px;border-bottom:1px solid #e8e8e8;background-color:#fff;font-size:15px;color:#333;line-height:36px;text-align:center;font-weight:bold;}
.modal .modal-header h2 {font-size:15px;outline:0 none;font-weight:bold;}
.modal .modal-content {overflow-y:auto;position:relative;outline:0 none;}
.modal .modal-content-inner {margin:0;padding:15px 20px;min-height:70px;max-height:300px;overflow-y:auto;}
.modal .modal-content-inner p {color:#666;font-size:13px;line-height:18px;}
.modal .modal-content-inner h2 {margin-bottom:8px;padding-left:0;font-size:13px;line-height:18px;font-weight:bold;}
.modal .modal-content-inner span {display:inline-block;}
.modal .modal-content > .btn-area {display:-webkit-flex;display:flex;width:100%;margin-top:0;}
.modal .modal-content > .btn-area button {-webkit-flex:1;flex:1;height:36px;margin:0 !important;-webkit-border-radius:0;border-radius:0;line-height:36px;font-size:13px;}
.modal .modal-close {
	position:absolute;right:0;top:0;z-index:9999;width:36px;height:36px;line-height:36px;text-align:center;
	background:url(../../../images/images/propose/btn_pop_close.png) no-repeat center center;
	background-size:50% auto;text-indent:-99999em;
}

.btn-type01 {
    background-color: #ea4242;
    color: #fff !important;
}
[class^='btn-type'] {
    padding: 0 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

/* .checkbox-switch {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 1.2;
    font-size: 14px;
}

.checkbox-switch input.input-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 30px;
	padding: 0;
	margin: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.checkbox-switch .checkbox-animate {
    position: relative;
    width: 80px;
    height: 30px;
    background-color: #95a5a6;
    -webkit-transition: background 0.25s ease-out 0s;
    transition: background 0.25s ease-out 0s;
}

.checkbox-switch .checkbox-animate:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #7f8c8d;
	top: 5px;
	left: 5px;
	 -webkit-transition: left 0.3s ease-out 0s;
    transition: left 0.3s ease-out 0s;
    z-index: 10;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate {
	background-color: #2ecc71;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate:before {
	left: 55px;
	background-color: #27ae60;
}

.checkbox-switch .checkbox-off,
.checkbox-switch .checkbox-on {
	float: left;
	color: #fff;
	font-weight: 700;
	padding-top: 6px;
	 -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkbox-switch .checkbox-off {
	margin-left: 30px;
	opacity: 1;
}

.checkbox-switch .checkbox-on {
	display: none;
	float: right;
	margin-right: 35px;
	opacity: 0;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate .checkbox-off {
	display: none;
	opacity: 0;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate .checkbox-on {
	display: block;
	opacity: 1;
}

.checkbox-de {
  display: none;
} */

.checkbox-switch {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    line-height: 1.2;
    font-size: 14px;
}

.checkbox-switch input.input-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 30px;
	padding: 0;
	margin: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.checkbox-switch .checkbox-animate {
    position: relative;
    width: 80px;
    height: 30px;
    background-color: #95a5a6;
    -webkit-transition: background 0.25s ease-out 0s;
    transition: background 0.25s ease-out 0s;
}

.checkbox-switch .checkbox-animate:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #7f8c8d;
	top: 5px;
	left: 5px;
	 -webkit-transition: left 0.3s ease-out 0s;
    transition: left 0.3s ease-out 0s;
    z-index: 10;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate {
	background-color: #2ecc71;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate:before {
	left: 55px;
	background-color: #27ae60;
}

.checkbox-switch .checkbox-off,
.checkbox-switch .checkbox-on {
	float: left;
	color: #fff;
	font-weight: 700;
	padding-top: 6px;
	 -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.checkbox-switch .checkbox-off {
	margin-left: 30px;
	opacity: 1;
}

.checkbox-switch .checkbox-on {
	display: none;
	float: right;
	margin-right: 35px;
	opacity: 0;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate .checkbox-off {
	display: none;
	opacity: 0;
}

.checkbox-switch input.input-checkbox:checked + .checkbox-animate .checkbox-on {
	display: block;
	opacity: 1;
}

/*   ALERT   */
.modal-alert {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-alert__block {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-alert__box {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-alert__content {
  padding: 30px;
  vertical-align: middle;
}

.modal-alert__wrapper {
  max-width: 300px;
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  
  
}

.modal-alert__inner {
  padding: 10px;
}

.modal-alert__title {
  font-size: 20px;
  line-height:24px;
  font-weight: 500;
  padding: 0 0 10px;
  color: #e91e63;
}

.modal-alert__buttons {
  text-align: center;
  border-top: 1px solid #dddddd;
  height: 44px;
}

.modal-alert__buttons--2 .modal-alert__button{
  width: 50%;
}


.modal-alert__buttons--2 .modal-alert__button:last-child:before {
  content: "";
  position: absolute;
  height: 44px;
  width: 1px;
  background: #dddddd;
  left: 0;
}

.modal-alert__button {
  display: inline-block;
  color: #3498db;
  cursor: pointer;
  font-weight: 600;
  height: 44px;
  font-size: 17px;
  line-height: 44px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}


/* -------- */


/*  BUTTON  */

.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
  background-color: #f9f9f9;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  margin-bottom: 20px;
}

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9', GradientType=0);
  background-color: #e9e9e9;
}

.myButton:active {
  position: relative;
  top: 1px;
}