:root{
	--bg-page: #FFF;
	--primary-color: #0090bd;
	--primary-hover-color: #366eff;
	
	--danger-color: #f64e60;
	--danger-hover-color: #f41d34;
	
	--success-color: #c9f7f5;
	--success-hover-color: #1bc5bd;
}

body.dark-skin{
	--bg-page: rgb(15,15,15);
	--primary-color: #35354d;
	--primary-hover-color: #1f1f33;
	
	--danger-color: #60050f;
	--danger-hover-color: #450209;
	
	--success-color: #1b4a48;
	--success-hover-color: #359f9a;
}


body.background {
	height: 100%;
}
body.background main {
	margin: 0 !important;
	height: 100%;
}
body.background main .container {
	height: 100%;
}

body.show-spinner > *{
  opacity: 0;
}

.cursor-default{
	cursor: default;
}

.fc-day-top{
    cursor: pointer;
}
.fc-sat, .fc-sun{
    background-color: #EAEFF5;
}

/* Spinner */
body.show-spinner::before{
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.bg-amarillo{
	background-color: cornsilk !important;
}



/* PARA LA BÚSQUEDA */
.search-items .input-group{
	border: 1px solid #007bff;
	border-radius: 7px;
}
.search-items input{
	background: none;
	border: none;
}

.hidden{
	display: none;
}


/* select2 con botón a la derecha */
.input-group:not(.select2-border) .select2-container--default .select2-selection--single{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group:not(.select2-border) .select2-container--default .select2-selection--multiple{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


/* DROPZONE */

.dropzone .dz-message{
	width: 100%;
}

.dropzone .item-dropzone{
	position: relative;
}

.dropzone .cerrar{
	font-size: 1.2em;
	position: absolute;
	top:  2px;
	right: 13px;
	color: #FF0000;
	cursor: pointer;
}

.dropzone .progressbar{
	width: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dropzone .progressbar .progress{
	height: 18px;
}

.editable-input .form-control{
	padding: 2px 5px;
	margin:  0 1px;
}

/*table{
	table-layout: fixed;
}*/


.carousel-controls-up .carousel-control-prev,
.carousel-controls-up .carousel-control-next{
	top: 15px;
    align-items: flex-start; /* Aligns it at the top */
}
.carousel-controls-up .carousel-control-prev{
	right: 25px;
	left: auto;
}

table.table td{
	font-size: .90rem;
}


.fc-row{
	max-height: 128px !important;
}
.fc-day-grid-container{
	height: auto !important;
}

.swal-wide{
	max-width: 90% !important;
	width: 620px !important;
}

table.conscroll tbody {
    display: block;
    max-height: 500px;
    overflow-y: auto;
    width: 100%;
}

table.conscroll thead {
    display: table;
    width: calc(100% - 17px);
    table-layout: fixed;
}

table.conscroll tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

table.conscroll th, table.conscroll td{
    padding: 1rem !important;
}

.content-wrapper{
	position: relative;
	z-index: 1;
}

.no-overflow{
    overflow-x: unset !important;
    overflow-y: unset !important;
}

/*.main-nav{
	/*z-index: 950 !important;*/
}*/

.fixTableHead{
    max-width: 100%;
}

.fixTableHead thead th{
    position: sticky;
    background: #FFF;
    border-bottom: 1px;
    z-index: 99;
}
.fixTableHead thead.titulos th {
    top: 0;
}
.fixTableHead thead.principal th {
    top: 30px;
}

.fc td, .fc th{
    border-width: 3px;
    border-color: #D5DFEA !important;
}

.cursor-pointer{
	cursor: pointer;
}

.cursor-move{
	cursor: move;
}
.box-shadow{
	box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
}

/*@media print {
    :not(section){
        visibility: hidden;
    }
    .visible-print{
        visibility: visible !important;
    }
}*/


body.light-skin .bg-hightlight-kiki{
	background-color: #eef0f8;
}
body.light-skin .bg-hightlight-kikis{
	background-color: #dee2f1 !important;
}

body.dark-skin .bg-hightlight-kiki{
	background-color: rgb(57,57,87) !important;
	color: rgb(197,204,218);
}


body.dark-skin .bg-hightlight-kikis{
	background-color: rgb(28,28,54) !important;
	color: rgb(197,204,218);
}


body.light-skin .change-light-dark .fa-sun-o{
	display: none;
}
body.dark-skin .change-light-dark .fa-moon-o{
	display: none;
}


.dark-skin .select2-container--default .select2-selection--single{
	background-color: #000 !important;
}


.dark-skin .select2-container--default .select2-selection--single span{
	color: #FFF !important;
}

.dark-skin .select2-dropdown{
	background-color: #000 !important;
}
