html {
    font-size:14px;
}

.bg-white{
    background-color: white;
}

.bg-grey{
    background-color: #e4e6e8;
}

.my-auto i{
    font-size: 30px;
}

.btn-action {
    border: 1px solid #eee;
    padding:0.2rem;;
    border-radius:8px;
    margin-right:8px;
    margin-bottom:4px;
    transition:0.3s;
}

.btn-action:hover {
    background-color:#333;
    color:#eee;
    box-shadow: 0 3px 11px #ccc;
}

table.dataTable th {
    border-left-width:0;
    background-color:#f4f6f9;
    text-transform:capitalize;
    height: 2em;
    vertical-align: middle;
}

.table td, .table th {
    border:none !important;
    border-bottom:1px solid #dee2e8 !important;
    padding:0.25rem;
    height:30px;
}

.btn {
    transition:0.3s;
}

table.dataTable {
    width:100% !important;
    border:1px solid #dee2e8 !important;
    border-radius:0.25rem !important;
}

.badge-default {
    background-color:#e0eafc;
	color:#3f80ea;
	font-size:100% !important;
	font-weight:normal !important;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
}

tr {
    transition:0.3s;
}

tr:hover {
    background-color: #eee;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
}

.la, .las, .lab .lar {
    font-size:22px !important;
}

.range-slider {
    position: relative;
    text-align: center;
}

.range-slider input {
    border: none;
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 8px;
}

.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 9px;
}

.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.rangeValue {
	width: 30px;
}

.output {
  border:1px solid #A7AAAE;
  width: 120px;
  height: 45px;
  text-align: center;
  color: #A7AAAE;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-top: 30px;
}

input[type=range] {
  -webkit-appearance: none;
  background: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}

input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #009cda;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #009cda;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #009cda;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]:focus {
  outline: none;
}

.full-range,
.incl-range {
	width: 100%;
	height: 3px;
	left: 0;
	position: absolute;
	background: #DDD;
    top: 30px;
}

.slider-under-text {
    width: 100%;
    color: #A7AAAE;
}

.query-builder .rules-group-container {
    width:100% !important;
}

.query-builder .btn{
    margin-right: 5px;
    border-radius: 6px !important;
    font-size: 13px;
}

.query-builder .btn.btn-danger{
    margin-bottom: 5px;
}

.query-builder .rules-group-container{
    border: 0;
    background-color: rgba(240,240,240,1);
}

.query-builder.form-inline label{
    justify-content: start !important;
}

.select2-container--default .select2-selection--single{
    height: 34px !important;
    padding-top: 5px;
    border-color: #ced4da !important;
}

.alert-message {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.table-small td, .table-small th {
	font-size:12px;
    height: auto;
}

#li-text-area{
    padding: 10px 10px;
    padding-bottom: 8px;
}

.nav-tabs-flags li{
    width: auto !important;
    text-align: center;
}

.nav-tabs-flags > li.active > a,
.nav-tabs-flags > li.active > a:hover,
.nav-tabs-flags > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.ui-state-active-alojapro, .ui-state-active-alojapro a {
    background-color: #28a745 !important;
    color: white !important;
}
.datepicker-visibility-pol .ui-state-active, .seasons-datepicker .ui-state-active{
    background: white;
    color: orange;
    border: 2px solid black !important;
}
.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
}

#country_ids option {
    color: #000;
}

#country_ids + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
    border-radius: 4px;
}