@charset "utf-8";

a{
	color:#00c0ef;
}
textarea{
	resize:vertical;
}
.mt7{
	margin-top:7px;
}
.clearfloat{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.wrap{
	white-space:normal !important;
}
.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-yellow th{
	background-color:#FF9;	
}
.table-yellow td{
	background-color:#FFC;
}
.table tr.inactive td{
	opacity:0.2;
}
.table>tbody>tr>td div[class*="col-sm-"], .table>tbody>tr>th div[class*="col-sm-"]{
	padding:0;
}
.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: #77787b;
	border:none;
	color: #333333;
}
.skin-black-light .main-header > .logo:hover{
	background-color:#3f474e;
}
.skin-black-light .main-header > .logo .logo-mini img{
	width:46px;
}
.skin-black-light .main-header > .logo .logo-lg img{
	height:36px;
	max-width:100%;
	object-fit:contain;
}
.skin-black-light .main-sidebar{
	background-color:#343a40;
}
.sidebar-menu{
	background-color:#343a40;
}

.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;
}
.internet-checker{
	border-left:none;
	background-color:#FFF;
}
.internet-checker.bad a{
	color:#F00 !important;
}
.skin-black-light .main-sidebar{
	border:none;
}
.skin-black-light .sidebar-menu>li>a, .skin-black-light .sidebar-menu>li>ul>a{
	color:#c2c7d0;
}
.sidebar-menu>li{
	border-bottom:solid 1px #495259;
}
.skin-black-light .sidebar-menu>li>.treeview-menu{
	background:#434955;
}
.sidebar-menu>li>ul>li{
	border:none;
}
.skin-black-light .sidebar-menu>li:hover>a, .skin-black-light .sidebar-menu>li.active>a{
	background:#343a40;
	color:#FFF;
}
.skin-black-light .sidebar-menu .treeview-menu>li>a{
	color:#c2c7d0;
}
.skin-black-light .sidebar-menu .treeview-menu>li>a:hover{
	color:#FFF;
}
.user-panel{
	background:#ffc107;
}
.user-panel > .info > p, .skin-black-light .user-panel > .info > a, .skin-black-light .user-panel > .info > p > a{
	color:#000;
}
.box>.bg-purple>h3{
	margin:10px 0;
}
.box-header{
	background-color:#f9fafc;
}
.box-header>.box-tools{
	width:30%;
}
.box-header>.box-tools>form, .box-header>.box-tools>form>.input-group, .box-header>.box-tools>.input-group-team{
	width:100%;
}

/* 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;
}

/* 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;*/
}
.filter-member .input-group{
	width:100%;
}
.filter-member ul.token-input-list{
	width:100%;
	padding:0;
	border:solid 1px #d2d6de;
}
.filter-member ul.token-input-list input{
	width:100%;
	margin:0;
	padding:7px 10px;
	border:none;
}
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;
}
.filter-member li.token-input-token{
	width:100%;
	margin:7px 0;
	border:none;
	border-radius:0;
	color:#222;
}
.filter-member li.token-input-token p{
	width:90%;
	white-space: nowrap;
	overflow:hidden;
	clear:none;
}
.filter-member .input-group{
	width:100%;
}

/* LOGIN */
.login-page{
	background:#77787b;
}
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:100%;
	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;
	color:#000;
}
.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;
}

/* HOME */
.home .extra-big h1{
	margin-top:50px;
	font-size:48px;
	font-weight:900;
}
.home .extra-big h1 a{
	font-size:100px;
	line-height:0.875em;
	text-transform:uppercase;
	color:#f9ab00;
}

/* STEPS */
.steps{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}
.steps li{
	float:left;
	width:30px;
	height:30px;
	margin:0 5px 0 0;
	padding:0;
	background-color:#CCC;
	border-radius:50%;
	line-height:30px;
	color:#FFF;
	text-align:center;
}
.steps li.active{
	background-color:#333;
}


/* PRODUCTS */
.products table.table img{width:100%; height:50px; object-fit:contain;}

/* TAXI */
.proof{
	width:30px;
	height:30px;
	margin-right:5px;
	object-fit:cover;
	border:solid 1px #000;
}
.taxivoucher #form1 h4{
	margin:30px 0 30px;
}
.taxivoucher .confirmation-list{
	margin:0 0 0 15px;
	padding:0;
	font-size:20px;
	line-height:30px;
}
.taxivoucher .confirmation-list li{
	margin:0 0 0 15px;
	padding:0;
}
.info-box-content{
	width:100%;
	display:block;
	margin-left:0;
	padding:15px 15px 0;
	line-height:1em;
	text-align:center;
}
.info-box-content h2{
	margin:10px 0;
	font-weight:700;
	font-size:36px;
	line-height:1em;
}
.info-box-content h3{
	margin:0;
	font-weight:700;
	font-size:28px;
	line-height:1em;
}
.info-box-amount{
	margin:15px 0 0;
	padding:25px 0;
	font-size:32px;
	text-align:center;
	border:none;
	background:none;
	border-bottom:solid 1px #333;
}
.amount_select{
	display:inline;
	margin:0 1px;
	padding:0 10px;
	font-size:48px;
	line-height:1em;
	text-align:center;
	background:none;
	border:solid 2px #FFF;
	border-radius:5px;
}
.amount_select.active{
	border:solid 2px #00c0ef;
}
.numpad{
	margin:25px auto 0;
	padding:15px;
	background-color:#FFF;
	text-align:center;
	border-radius:10px;
	display:none;
}
.numpad>div{
	padding:1px;
}
.numpad button{
	font-size:32px;	
	font-weight:100;
}
.inline-calendar{
	width:100%;
	margin:5px 0 0;
	padding:30px 10px;
	background-color:#FFF;
	border:solid 1px #00c0ef;
	border-radius:4px;
}
.taxivoucher .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background:none;
}
.input-choice{
	margin:15px 0 60px;
}
.input-choice img{
	height:30px;
	width:auto;
}
.input-choice a{
	margin:0;
	padding:0 10px;
	display:inline-block;
	background-color:#FFF;
	border:solid 2px #DDD;
	border-radius:6px;
}
.input-choice a.active{
	background-color:#EEE;
	border:solid 2px #222;
}
.quick-buttons{
	margin:10px 0 15px;
}
.quick-buttons .btn{
	border-color:#CCC;
}


/* OVERIDE */
.confirmation-buttons{width:100px;}
.input-group-team, .input-group-team ul.token-input-list{width:240px;}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{background-color:#00c0ef !important;}
.blink_text
{
    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;
    color: red;
}

@-moz-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker
{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
 }