/*  INICIO ESTILOS GENERALES */
a.btn-crear{
	font-size: 10px;
    font-weight: bold;
    font-stretch: condensed;
}
div.hidden{
	display: none;
}
li.hidden{
	display: none;
}
i.hidden{
	display: none;	
}
mark{background:orange;color:black;} 
a.clickable{
    cursor: pointer;
    cursor: hand;
}
.imgInicio {
    position: relative;
    background: url("../img/michael-longmire-1Bbm4I6g2zM.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    color: rgba(255,255,255,0.98);
    height: 100%;
}

#resultado {
    background-color: red;
    color: white;
    font-weight: bold;
}
#resultado.ok {
    background-color: green;
}

.table-responsive {
	ms-overflow-style: -ms-autohiding-scrollbar!important;
	overflow-x: hidden;
}

.dataTables_filter label {
    width: 80%!important;
    float: right!important;
}

.pagination {
	float: right!important;
	margin-top: 15px;
}

#DataTables_Table_0_info {
	margin-top: 15px;
}

/*
.select2-container--default .select2-selection--single {
	min-height: 40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px!important;
}
*/
/*  FIN ESTILOS GENERALES */

/* Estilos Formularios */
.mycard-footer {
    height: 25px;
    background: #333333;
    font-size: 12px;
    text-indent: 10px;
   /* border-radius: 0 0px 4px 4px;*/
}
.gallery-card {
	min-width: 90px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	    height: 132px;
		margin-bottom:14px;
}
.gallery-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    /*padding: 1.25rem;*/
}
.gallery-card img {
    height: 90px;
    width: 100%;
    max-width: 90px;
}
/*--checkbox--*/

.block-check {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.block-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
	cursor: pointer;
}

/* On mouse-over, add a grey background color */
.block-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.block-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.block-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.block-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.row.inner-scroll {
    height: 445px;
    overflow: auto;
}
.select2-container{
	width:100%!important;
}
/* FIN de Estilos Formularios */

/* Calendario */
#calendar-container {

}
.fc-header-toolbar {
  /*
  the calendar will be butting up against the edges,
  but let's scoot in the header's buttons
  */
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.fc-event-vert {
  min-height: 25px!important;
}
.fc-event {
    border: 1px solid #3a87ad; /* default BORDER color */
/*     color: #212529;               default TEXT color */
    font-size: 0.8em;            /* EDIT HERE */
    cursor: default;
}
.fc-timegrid-event-harness{
	font-size: 14px!important;
	font: -webkit-control;
}
hr{
	width: 70%;
}
/* Important part */
/* .modal-dialog{ */
/*     overflow-y: initial !important */
/* } */
/* .modal-body{ */
/*     height: 80vh; */
/*     overflow-y: auto; */
/* } */

a.fc-event:not([href]) {
    color: inherit!important;
}

#gallery{ padding:20px; }
#gallery li{ list-style:none; perspective:100px; -webkit-perspective:100px; margin:10px; float:right; position:relative; transition:.1s; -webkit-transition:0.1s; }
#gallery li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:0.9; position:absolute; bottom:3px; left:4px; z-index:1; background:rgba(0,0,0,0.4); box-shadow:0 0 0 3px rgba(0,0,0,0.4); border-radius:0 3px 0 0; pointer-events:none; opacity:0; transition:.5s 0.2s; }
#gallery li.loaded.video::before{ opacity:1; }
#gallery a{ display:block; width:150px; height:150px; vertical-align:bottom; overflow:hidden; background:rgba(0,0,0,0.1);
			transition:.4s ease-out; -webkit-transition:0.4s ease-out; -webkit-transform:rotateX(90deg) translate(-50px,-50%); transform:rotateX(90deg) translate(-50px,-50%); }
#gallery a:active, #gallery a:focus{ outline:none; }
#gallery a img{ min-height:100%; width:100%; transition:.3s ease-out; -webkit-transition:0.3s ease-out; }
#gallery .loaded a{ -webkit-transform:rotateX(0deg) translate(0,0); transform:rotateX(0deg) translate(0,0); }
#gallery li.loaded:hover{ z-index:2; transform:scale(1.5); -webkit-transform:scale(1.5); }
#gallery li.loaded a:hover{ box-shadow:0 0 0 2px #FFF, 0 0 20px 5px #000; transition:.1s; -webkit-transition:0.1s; }
#gallery li.loaded:hover img{ transform:scale(1.2); -webkit-transform:scale(1.2); }
#gallery li.loaded.video:hover::before{ opacity:0; }