@charset "utf-8";

a{
	color:#00c0ef;
}
.mt7{
	margin-top:7px;
}
.clearfloat{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.fr{
	float:right;
}
.red {
	background:#f36a5a;
	color:#FFF;
	border:solid 1px #f36a5a;
}
.red:hover {
	background:#FFF;
	color:#f36a5a;
}
.green {
	background:#32c5d2;
	color:#FFF;
	border:solid 1px #32c5d2;
}
.green:hover {
	background:#FFF;
	color:#32c5d2;
}
.info{
	color:#32c5d2;
}
.table tr.inactive td{
	opacity:0.2;
}
.table tr.red-flag td{
	background-color: #F00;
}
.common-input{
	line-height:24px;
}
.common-input .col-sm-12{
	padding:0;
}
.common-input input[type=text], .common-input input[type=password]{
	font-size:16px;
	line-height:24px;
	border: 0;
	padding: 0 5px 5px;
	width:100%;
	outline: none;
	background-color: transparent;
	border-bottom:solid 1px #bbbdc0;
	color: #555555;
	transition: all .2s ease-in;
}
.common-input input[type=checkbox]{
	margin:0 10px 0 0;
	font-size:16px;
	line-height:24px;
	border: 0;
	padding: 0 5px 5px;
	outline: none;
	color: #555555;
	transition: all .2s ease-in;
}
.common-input .token-input-list input{
	width:auto;
	border-bottom:none;
}
.common-button{

}
.common-button input, .common-button button{
	margin-left:5px;
	text-decoration: none;
	color:#fff;
	outline: none;
	font-size:16px;
	background-color: #32c5d2;
	border: 0;
	border-radius: 10px;
	padding: 6px 15px 6px;
	text-transform: uppercase;
}
.common-button input:hover{
	background-color: #fff;
	color: #32c5d2;
	border: 1px solid #32c5d2;
	outline: none;
}
.common-tag{
	float:left;
	display:block;
	margin:3px 10px 0 3px;
	padding:3px 10px;
	border:solid 1px #2ab4c0;
	border-radius:16px;
	color:#2ab4c0;
	cursor:default;
}
.common-tag:hover{
	background:#2ab4c0;
	color:#FFF;
}
.common-tags .common-button button{
	border-radius:20px;
}
.common-image-upload{
	padding:0 0 0 15px;
}
.common-image-upload img {
	width:100%;
	height:120px;
	object-fit:contain;
	margin:0 0 15px;
}
.common-image-upload .txt_image, .common-image-upload .txt_file{
	margin:0 0 5px;
}
.common-image-upload .txt_image input, .common-image-upload .txt_file input{
	width:90%;
	margin:0;
	padding:0;
	line-height:1.8em;
	vertical-align:middle;
	border:none;
}
.common-image-upload .txt_image a, .common-image-upload .txt_file a{
	margin:0 10px 0 0;
}
.common-image-upload .txt_image img, .common-image-upload .txt_file img{
	opacity:0.3;
}
.common-image-upload .btn{
	float:left;
}
.common-image-upload .progress{
	float:left;
	width:200px;
	margin:8px 0 30px 15px;
}
.common-image-upload .files{
	float:left;
	margin:7px 0 0 15px;
}
.common-image{
	padding:0 15px 0 0;
}
.common-image img{
	border:dashed 1px #CCC;
}
.common-image-gallery-list{
	margin:0 0 10px;
	padding:15px;
	background:#F0F0F0;
	text-align:center;
	border:dashed 1px #CCC;
}
.common-image-gallery-list .row{
	margin:15px;
	padding:15px;
	background:#fafafa;
	border-bottom:solid 1px #CCC;
}
.common-image-gallery-list .common-image{

}
.common-image-gallery-list .common-image img {
	width:100%;
	height:auto;
}
.common-image-src{
	text-align:left;
}
.common-image-edit{
	text-align:right;
}
.common-image-gallery-upload{
	padding:0;
}
.common-image-gallery-upload .progress{
	margin:10px 0 30px;
}
.common-input-datetime div{
	padding-left:0;
}
.common-input-datetime label{

}
.common-input-datetime input[type="checkbox"]{
	vertical-align:middle;
	text-align:left;
	width:auto;
	margin:0 5px 0 0;
}

/* MODIFY ADMINLTE */
.btn-success{
	background-color: #59c0ed;
	border-color: #59c0ed;
}
.btn-success:hover{
	background-color: #46afdf;
	border-color: #46afdf;
}
.text-success{
	color:#00c0ef;
}
.progress{
	margin:15px 0 0;
	padding:0;
}
.progress-bar{
	font-size: 8px;
	line-height: 16px;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body{
	background-color: #46bc99 !important;
}
.skin-black-light .main-header{
	border:none;
}
.skin-black-light .main-header > .logo{
	background-color: #fdd02f;
	border:none;
	color: #333333;
}
.skin-black-light .main-header > .logo:hover{
	background-color:#f5c92e;
}
.skin-black-light .main-header > .logo .logo-mini img{
	width:46px;
}
.skin-black-light .main-header > .logo .logo-lg img{
	height:36px;
}
.skin-black-light .main-header .navbar{
	background-color:#656d7a;
}
.skin-black-light .main-header .navbar .sidebar-toggle{
	background-color:#434955;
	color:#FFF;
	border:none;
}
.skin-black-light .main-header .navbar .sidebar-toggle:hover{
	background-color:#363a44;
	color:#FFF;
}
.skin-black-light .main-sidebar{
	border:none;
}
.user-panel{
	background:#656d7a;
}
.user-panel > .info > p, .skin-black-light .user-panel > .info > a, .skin-black-light .user-panel > .info > p > a{
	color:#FFF;
}
.box-header{
	background-color:#f9fafc;
}

/* TOP FILTER*/
.top-filter{
	padding:0;
}
.top-filter .common-label-switch{
	padding:0;
	text-align:right;
}
.top-filter .common-label-switch .switch{
	margin:0 0 0 10px;
	vertical-align:middle;
}

/* POP-UP */
#popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
}
.window {
	width: 600px;
	height: 340px;
	background: #fff;
	position: relative;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
	margin: 10% auto;
}
.window h2 {
	margin: 30px 0 0 0;
	font-weight: bold;
}
.window p{
	margin: 30px 0 0 0;
	text-align: justify;
}
.close-button {
	width: 6%;
	height: 10%;
	font-size: 20px;
	line-height: 32px;
	background: #32c5d2;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 50%;
	text-decoration: none;
	position: absolute;
	top: -10px;
	right: -10px;   
}
.close-button:hover{
	color: #fff;
	text-decoration: none;
}
#popup:target {
	visibility: visible;
}

/* SWITCH */
/* thanks to https://www.w3schools.com/howto/howto_css_switch.asp*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  max-width: inherit;
  width: 46px;
  height: 20px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  	background-color: #00c0ef;
	border-color: #00acd6;
}
input:focus + .slider {
  box-shadow: 0 0 1px #32c5d2;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 10px;
}
.slider.round:before {
  border-radius: 50%;
}
.edit_category{
	font-weight:bold;
	color:#2ab4c0;
}
.edit_tag{

}
.editableform .form-control, .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	min-width:150px;
}
.bottom-add {
	margin:20px 0 10px;
	text-align:right;
}
.bulk_actions{
	padding:10px 0;
	border-bottom:solid 2px #eef1f5;
}
.bulk_actions .col1{
	padding:0 10px;
}
.bulk_actions .col2{
	padding:0 15px;
	text-align:right;
}
.bulk_actions .col3{
	padding:0 15px;
	text-align:right;
}
.bulk_actions .col4{
	padding:0;
	text-align:right;
}
.bulk_actions img{
	margin-right:1px;
	vertical-align:middle;
}
.bulk_actions input.green{
	padding:3px 20px;
}
.popover{
	min-width:140px;
}

/* EDIT NEWS */
.common-label-radio, .common-label-textarea{
	margin-top: 10px;
}
.common-input-textarea{
	margin:0 0 20px;
}
.common-input-textarea textarea{
	width:100%;
}
.image-to-ckeditor{
	margin:5px 0 0;
	width:100%;
}
.image-to-ckeditor>span{
	float:left;
	margin-right:10px;
}
.image-to-ckeditor .progress{
	display:none;
}
.common-input-radio{
	margin:0 0 20px;
}
.common-input-radio label{
	margin:0 20px 0 0;
}
/* GROUP */
.common-group{
	margin:0 0 15px;
	background:#FAFAFA;
	border:solid 1px #e3e6ed;
}
.common-group>.row>.col-sm-6, .common-group>.row>.col-sm-12{
	padding:0;
}
.common-group h2{
	margin:20px 0 20px;
	padding:5px 0;
	background:#eef1f5;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.common-update .common-input{
	margin-bottom:20px;
}
.common-submit{
	margin:20px 0 20px;
	padding:20px 15px 0;
	text-align:right;
}
ul.token-input-list{
	width:100%;
	border:none;
	border-bottom:solid 1px #bbbdc0;
}
li.token-input-token{
	padding:1px 10px;
	background:#FFF;
	border:solid 1px #2ab4c0;
	border-radius:15px;
	color:#2ab4c0;
	float:left;
}
li.token-input-token span{
	margin-left:5px;
	color:#2ab4c0;
}
ul.token-input-list li input{
	margin-top:4px;
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #F0F0F0;
}

/* LOGIN */
body.login-page{
	background:#FFF;
}
section.login{
	float:left;
	width:100%;
	min-height:630px;
}
.login-header{
	float:none;
	width:550px;
	margin:100px auto 0;
	text-align:center;
}
.login-header img{
	max-width:50%;
	margin-bottom:20px;
}
.login-body{
	width:400px;
	min-height:200px;
	margin:10px auto;
}
.login-body .common-label{
	padding:5px 15px;
}
.login-body .common-input{
	margin-bottom:10px;
}
.login-body .common-input input{
	text-align:center;
}
.login-body .common-button{
	margin-top: 50px;	
}
.login-body .common-button{
	text-align: center;
}
.login-body .common-button input{
	padding: 8px 41px 8px;
	font-size:18px;
	font-weight:bold;
}

/* PRODUCTS */
.products table.table img{width:100%; height:50px; object-fit:contain;}

/* SCHEDULE */
.event-dates{list-style:none; margin:0 auto; padding:6px 0; border-top:solid 1px #ddd; border-bottom: solid 1px #ddd; text-align:center;}
.event-dates li{width:7%; margin:0 2px; padding:10px; display:inline-block; border:solid 1px #ddd; background-color:#FAFAFA; color:#444; border-radius:3px;}
.event-dates li.active, .event-dates li:hover{border:solid 1px #00acd6; background-color:#00c0ef; color:#FFF; cursor:pointer;}
.event-dates li a{color:#222;}
.event-dates li.active a, .event-dates li:hover a{color:#FFF;}
.event-dates .date{font-size:28px; font-weight:bold;}
.event-dates .month-year{font-size:10px; font-weight:normal;}
