
#preloader {
    background: #533a6e;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}

#loalding_content {
	background: #00000066;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	color: white;
	text-align: center;
	display: table;
}

#loalding_content > div {
	display: table-cell;
	vertical-align: middle;
}

#loalding_content > div > h4{
	background: #3c3c3c;
	display: inline-block;
	padding: 10px 20px;
}

.panel-header {
    background: #f6b134;
    background: #1cbcd1;
	background: #5a397f;
}

.fota-list {
	background: none;
	color: #1cbcd1;
	border: none;
	margin: 0 2px;
	padding: 0px 5px;
	font-size: 1.5em;
}

.table-modal th {
	font-size: .6em !important;
}

.table-modal td {
	text-align: left;
	font-size: .7em !important;
}


.fota-list:hover {
	padding: 2px 5px;
	background-color: #1cbcd1 !important;
}

.bootstrap-table {
	padding: 0 20px;
}

.sidebar .nav li.active > a, .off-canvas-sidebar .nav li.active > a {
	color: #ffffff;
	background-color: #ffffff14 !important;
}

.sidebar .nav li .nav {
	margin-top: 0;
	font-size: .9em;
	padding-left: 20px;
}

.sidebar .nav li .nav > li a {
	padding: 0 10px;
}



.hidden {
	display:none;
	visibility:hidden;
}



.caracteristica-item {
	cursor: pointer;
}

.caracteristica-item img {
	opacity: .2;
}

.caracteristica-item.active p {
	font-weight: bold;
}

.caracteristica-item.active img {
	opacity: 1;
}

.galeria .thumbnail {
	padding: 50%;
	background-size: cover;
	margin: 0 auto;
}

.thumb {
	text-align: center;
}

.thumb button {
	cursor: pointer;
	margin-top: 5px;
	border: none;
	background: red;
	padding: 2px 10px;
	color: white;
	border-radius: 5px;
	font-size: .8em;
}

.custom-uploader {
	cursor: pointer;
	padding-top: 50%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.subitem-title {
	margin:0;
}

.card-header.cool {
	cursor: pointer;
    background-color: #656565 !important;
	padding: 10px 0px 1px 20px !important;
	color:  white;
}

.remove-sup-btn {
	margin: 0;
	background: red;
	border: none;
	color: white;
	font-size: .8em;
	padding: 5px 20px;
	border-radius: 30px;
}

.dis::-webkit-input-placeholder {
	color: #737373;
}

.dis::-moz-placeholder {
	color: #737373;
}

.dis:-ms-input-placeholder {
	color: #737373;
}

.dis:-moz-placeholder {
	color: #737373;
}

.custom-check {
	position: relative;
}
.custom-check input[type="text"] {
	cursor: pointer;
}
.custom-check::before {
	content: '';
	width: 30px;
	height: 25px;
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 1;
	background: url(../../images/check.png);
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
}
.custom-check.active::before {
	opacity: 1;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
	font-family: Montserrat;
}

.selectize-dropdown {
	border-radius: 0 !important;
	left: 0 !important;
    top: 37px !important;
}

.focus.dropdown-active + .selectize-dropdown {
	display: inline-table !important;
}

.selectize-control {
	padding: 7px 15px !important;
}

.selectize-input {
	background-color: transparent;
	border: none !important;
	padding: 0;
	margin: 0;
}

.selectize-input input {
	border: none !important;
}

/* LOADER */

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

.lazy_load .lds-roller div:after {
	background: #452b62;
}

.lazy_load p {
	color: #452b62;
}

#loading_zone {
	background: #dcdcdc;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* LOADER 2 */



#titulos {
	background: #ffc107;
}

.compania_results {
	/*background: #e8e8e8;*/
	color: #452b62;
	background: white;
	border-bottom: 5px solid #f1f1f1;
	margin: 5px 0;
}

#modal_detalle {
	color: #452b62;
}

#modal_detalle_detalle ul {
	padding: 0;
	list-style: none;
}

#modal_detalle_detalle ul li {
    padding: 10px;
    font-size: .9em;
}

#modal_detalle ul li:nth-child(odd) {
	background: #f3f3f3;
}

#modal_detalle_cuota {
	background: #ffc107;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
}

.no-results {
	color: #452b62;
}

.input-group-addon {
	background: #f6b134 !important;
	padding: 7px 12px !important;
	border-radius: 0 5px 5px 0 !important;
	border: none;
	text-align: center;
	color: white;
}
