@CHARSET "ISO-8859-15";
/**
@font-face {
    font-family: 'BloggerSans';
    src: url('../font/BloggerSans/BloggerSans.eot'); // IE9 Compat Modes
    src: url('../font/BloggerSans/BloggerSans.eot?#iefix') format('embedded-opentype'), // IE6-IE8
         url('../font/BloggerSans/BloggerSans.woff') format('woff'), // Modern Browsers
         url('../font/BloggerSans/BloggerSans.ttf') format('truetype'), // Safari, Android, iOS
         url('../font/BloggerSans/BloggerSans.svg#BloggerSans') format('svg'); // Legacy iOS
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
**/

body {
	display: flex;
  	flex-direction: column;
  	height: 100vh;
}

header, footer {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  background-color: #FFFFFF;
}

.container {
	max-width: 1400px;
}

/*
.navbar-brand {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.navbar {
	padding: 0rem 1rem 0rem 0rem !important;
}
*/

.fondo-bienvenida{
	background-color: #2E2E2E !important;
}

.font-bold-500 {
	font-weight: 500!important;
}

.font-bold-400 {
	font-weight: 400!important;
}

.enlaceLogin {
	color: #404040 !important;
}

.mt-2-5 {
	margin-top:0.6rem !important;
}

.mt-2-8 {
    margin-top: 0.85rem !important;
}

.pt-1-5 {
    padding-top: .3rem!important;
}

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
	content: none;
}

.divider-new {
	/*margin-top: 10px !important;
    margin-bottom: 10px !important;*/
}

.card.card-cascade.wider.reverse .card-body {
	z-index: 3;
    margin-top: -1rem;
    border-radius: 4px;
}

.color-texto {
	color: #626262 !important;
}

.color-fuente {
	color: #696969 !important;
	font-weight: 400;
}

.header-table {
	font-weight: 500 !important; 
	background-color: #F2F2F2 !important;
	width: 35%;
}

.cabecera-tabla {
    font-weight: 500 !important;
	background-color: #F2F2F2 !important;
}

.breadcrumb {
	background-color: #F2F2F2 !important;
}

.breadcrumb-item a {
	color: #696969 !important;
}

.fila-impar {
    background-color: rgba(0,0,0,.05);
}

/*******************/
/***** BOTONES *****/
/*******************/
.btn-outline-primary:active, .btn-outline-primary.active {
    box-shadow: none;
}


/******************/
/***** LOADER *****/
/******************/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

@media only screen and (min-width: 576px) {
	.modal-login {
    	max-width: 360px;
	}
}

/**
.input-border{
	border: 1px solid #bdbdbd !important;
    border-radius: 0.25rem !important;
    height: 0.9rem !important;
}

.label-input-border{
	top: .4rem !important;
}


.input-border::-webkit-input-placeholder { padding-left: 5px !important; }
.input-border:::-moz-placeholder { padding-left: 5px !important; }
.input-border::-ms-input-placeholder { padding-left: 5px !important; }
.input-border::-moz-placeholder { padding-left: 5px !important; }

.select-border input.select-dropdown {
	border: 1px solid #bdbdbd !important;
	border-radius: 0.25rem !important;
	height: 2rem !important;
	margin-top: 3px !important;
}

.select-border+label{
	top: -20px !important;
}

.select-border .caret {
	top: 10px !important;
}
**/

.condiciones{
	border: 1px solid #bdbdbd;
	height: 110px;
	overflow: auto;
	padding: 5px;
}

 .select-wrapper+label {
     top: -25px;
     color: #696969;
 }
 .select-wrapper span.caret {
     top: 10px;
     color: #696969;
     right: 5px !important;
 }
 
 input[type=date].input-alternate, 
 input[type=datetime-local].input-alternate, 
 input[type=email].input-alternate, 
 input[type=number].input-alternate, 
 input[type=password].input-alternate, 
 input[type=search-md].input-alternate, 
 input[type=search].input-alternate, 
 input[type=tel].input-alternate, 
 input[type=text].input-alternate, 
 input[type=time].input-alternate, 
 input[type=url].input-alternate,
 textarea.md-textarea.input-alternate {
 	padding: 0 12px !important;
 	border: 1px solid #bdbdbd !important;
    border-radius: 0.25rem !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
 }
 
 .select-wrapper input.select-dropdown {
 	height: 2.1rem;
    color: #696969;
 	border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
 	padding: 0 12px !important;
 	font-family: Roboto,sans-serif;
 	margin: 0rem !important;
 }
 
 .search-wrap > .md-form{
 	margin-bottom: 0rem !important;
 }
 
 .select-wrapper .search-wrap {
 	padding: 0.5rem 0 !important;
 }
 
 input[type=date].invalid, 
 input[type=date]:focus.invalid, 
 input[type=datetime-local].invalid, 
 input[type=datetime-local]:focus.invalid, 
 input[type=email].invalid, 
 input[type=email]:focus.invalid, 
 input[type=number].invalid, 
 input[type=number]:focus.invalid, 
 input[type=password].invalid, 
 input[type=password]:focus.invalid, 
 input[type=search-md].invalid, 
 input[type=search-md]:focus.invalid, 
 input[type=search].invalid, 
 input[type=search]:focus.invalid, 
 input[type=tel].invalid, 
 input[type=tel]:focus.invalid, 
 input[type=text].invalid, 
 input[type=text]:focus.invalid, 
 input[type=time].invalid, 
 input[type=time]:focus.invalid, 
 input[type=url].invalid, 
 input[type=url]:focus.invalid, 
 textarea.md-textarea.invalid, 
 textarea.md-textarea:focus.invalid {
    -webkit-box-shadow: 0 1px 0 0 #F44336 !important;
    box-shadow: 0 1px 0 0 #F44336 !important;
 }
 
 .form-label {
 	color: #696969;
 	font-weight: 400;
 	margin-bottom: 0px;
 }
 
 select.browser-default {
 	height: 2.1rem;
    color: #696969;
 	border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
 	padding: .375rem 1.75rem .375rem .75rem;
 	font-family: Roboto,sans-serif;
 }
 
.invalid-feedback {
	font-weight: 500;
	font-size: 90%;
}

.is-invalid {
	border: 1px solid #dc3545 !important;
}

.input-invalid {
	border: 1px solid #dc3545 !important;
}

.form-input {
	padding: .375rem .75rem;
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-input:disabled, .form-input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

/****************/
/***** CARD *****/
/****************/
 .accordion .card .card-header {
	/*padding: 0.5rem 1.5rem !important;*/
}


.titulo-list-group {
	font-weight: 400 !important;
}

.color-head {
	color: #FFFFFF !important;
}

.fondo-menu-pie {
	background-color: #404040 !important;
}

.texto-menu-pie {
	color: #FFFFFF !important;
}

.titulo-menu {
	padding: 0.8rem !important;
}

.list-group-item {
	padding: .5rem 1.25rem;
}


.logo {
	max-height: 100px;
}

.testimonial-card .card-up {
	height: 80px !important;
	/*background-color: #1AA0E0 !important;*/
}

.servicio {
	padding: 0.5rem 1rem 0rem 1rem !important; 
}

.tablaSecundaria thead {
	background-color: #4B515D !important;
	color: #FFFFFF !important;
} 


.table-striped tbody tr:nth-of-type(odd) {
	/*background-color: rgba(185, 5, 25, 0.1) !important;*/
}

.page-link {
	color: #696969 !important;
}

.row-pointer tr {
    cursor: pointer;
}

.row-pointer {
    cursor: pointer;
}

.colorLabel {
	color: #696969 !important;
	font-weight: 300 !important;
}

.trigger {
  padding: 3px 10px;
  font-weight: 400;
  border-radius: 10px;
  background-color: #eee;
  color: #212121;
  display: inline-block;
  margin: 2px 5px;
}

.hoverable, .trigger {
  transition: box-shadow 0.55s;
  box-shadow: 0;
}

.hoverable:hover, .trigger:hover {
  transition: box-shadow 0.45s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-floating.btn-xs {
	width: 30.15px;
	height: 30.15px;
}

.btn-floating.btn-xs i {
	line-height: 31px !important;
}

.table td, .table th {
	font-weight: 400 !important;
}

/** Pestanyas **/
.tabs-general li a {
    padding: 12px 14px !important;
}

.select-dropdown li.optgroup>span {
	color: #212529 !important;
	font-weight: 400;
}

.dropdown-content li>a, .dropdown-content li>span{
	color: #696969 !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after {
   padding: 5px;
}
.dataTables_wrapper .mdb-select {
    border: none;
    float: left;
}
.dataTables_wrapper .mdb-select.form-control {
    padding-top: 0;
    margin-top: -1rem;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    width: 100px;
}
.dataTables_length label {
    float: left;
}
table.dataTable {
    /*margin-bottom: 3rem!important;*/
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
}

.toolbar {
    float: left;
    margin-top: 10px;
}

.dropdown-menu {
	border: 1px solid grey !important;
}


.circle-icon-2x {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
    padding: 15px;
}

.circle-icon-3x {
	width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
    padding: 17px;
}

.circle-icon-4x {
	width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    vertical-align: middle;
    padding: 17px;
}

.circle-icon-opc-2x {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 2px;
}

.card-categoria {
	/*border-bottom: none;*/	
}

.accordion.accordion-2 .card {
  border: 0 !important;
}

.card-header-categoria {
	background-color: #e9ecef !important;
	padding: 0px 10px 5px 10px !important;
}

.card-footer {
	    background-color: rgba(0,0,0,.015);
}

.img-menu-catalogo {
	max-width: 60px; min-height: 60px;
}

.img-catalogo {
	max-width: 80px; min-height: 80px;
}

.opcCatalogo {
	width: 100%; 
	overflow:hidden;
	white-space:nowrap; 
	text-overflow: ellipsis; 
	text-align: left;
}

.opcCatalogo2 {
	width: 100%; 
	overflow:hidden;
	white-space:nowrap; 
	text-overflow: ellipsis; 
	text-align: left;
}

.bloque-carpeta {
	font-weight: 400; 
	text-align: left; 
	border-radius: 5px;
	width: 100%; 
	float:left;
}

.bloque-carpeta-off {
	background-color: #e9ecef;
	color: #666;
}

a.bloque-carpeta-img {
	font-weight: 400; 
	text-align: left; 
	display: block; 
	border-radius: 5px; 
	padding: 1em 1.5em;
	background-repeat: no-repeat;
	background-position: right 10px center;	
}

a.bloque-carpeta-img-off {
	background-color: #e9ecef;
	color: #666;
}

.maxw-40 {
	max-width: 40px;
}

.maxw-95 {
	max-width: 95%;
} 

.minw-40 {
	min-width: 40px;
}

.maxh-40 {
	max-height: 60px;
} 

.minh-40 {
	min-height: 60px;
}

.dropdown-carpeta {
	background-color: #e9ecef !important;
}

.txt-bienvenida {
	float: left; width: 100%; height: 100%;
}

/** INICIO MENU ARBOL **/
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative;
    cursor: pointer;
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}
/** FIN MENU ARBOL **/

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: none !important;
}

/** Alert **/
.alert-info {
    color: #626262 !important;
}

.col-texto {
	max-width: 60px;
}


.borde-carousel {
	border: 1px solid #bdbdbd;
}

.botonera-carousel {
	float: right;
}

.textoCarousel {
	padding-right: 14px !important;
}

.imgCarousel {
	padding-left: 14px !important;
}

@media only screen and (max-width: 1200px) {
	.textoCarousel {
		padding-left: 14px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.botonera-carousel {
		float: right;
		position: absolute; 
		bottom: 1rem; 
		right: 2rem;
	}
}

.blockquote .bq-title {
    font-size: 1.2rem;
}

.blockquote p {
	padding: 0.5rem 0;
    font-size: 0.9rem;
}

/** Widgets **/
.cabecera-widget-negrita {
	font-weight: 500;
}
.cabecera-widget-normal {
	font-weight: 400;
}

.enlace-widget {
	font-weight: 400;
}

/** Checkbox Datatable **/
[type=checkbox][class*=filled-in]:checked+label:after {
    border-color: #4B515D;
    background-color: #4B515D
}

.form-control-sm2 {
    height: calc(1.95rem + 2px);
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
    background-color: rgba(255,255,255,.2);
}

.footer-copyright a {
	font-weight: 400;
}

a.carousel-control-prev:focus, a.carousel-control-next:focus {
	border: 1px solid #bdbdbd;	
}

.fondo-gris {
	background-color: #fafafa;
}

select[disabled] { background-color: #e9ecef; opacity: 1; }

/** Barra de navegacion **/
.breadcrumb-item, .breadcrumb-item a {
	color: #333333 !important;
    font-weight: 400 !important;
}

.card-general a {
	color: #333333 !important;
	font-weight: 400 !important;
}

.card-general a:hover {
	text-decoration: underline;
}

a.underline-hover:hover {
	text-decoration: underline !important;
}

.scrollspy-example {
	height: 220px;
}

.view p img, .view p video {
	display: inline-block;
}

.titulo-linea {
	color: #4f4f4f !important; border-bottom: 2px solid #4f4f4f; font-weight: 500;
}

.btn.btn-sm {
    padding: .5rem 0.5rem;
}

.stepper li a {
    padding: 0.5rem !important;
}

.stepper li.completed a .circle {
	background-color: #007E33 !important;
}

.stepper li.completed a .label {
	font-weight: normal !important;
}

.stepper li.pending a .circle {
	background-color: #e0e0e0 !important;
	color: #333333 !important;
}

.stepper-horizontal .pending a .label {
	color: #333333 !important;
}

.card .rotate-icon {
  float: right;
}

.card a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.scrollspy-example {
	height: 220px;
}

.view p img, .view p video {
	display: inline-block;
}

.animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

/** TREE VIEW **/
/* Remove default bullets */
.tree-view ul,
.tree-view li {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
.tree-view {
  margin: 0;
  padding: 0;
}

/**
.caret {
  cursor: pointer; 
  user-select: none;
}

.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  transform: rotate(90deg); 
}
**/

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.tree-view .active {
  display: block;
}

.modal-altura-maxima {
	max-height: 600px;
	overflow-y: auto;
}

.block-info {
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #f2f2f2;
	opacity: 1;
	line-height: 1.5;
	padding: .375rem .75rem;
	color: #626262;
	font-weight: normal;
	max-height: 200px;
	overflow-y: auto;
}

.block-info-disabled {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: #e9ecef;
	opacity: 1;
	line-height: 1.5;
	padding: .375rem .75rem;
	color: #495057;
	font-weight: normal;
	max-height: 200px;
	overflow-y: auto;
}

.popover-header {
	font-weight: 500;
}

@media (min-width: 992px) {
	.modal-xl {
	    max-width: 1200px;
	}
}

.w-15 {
    width: 15%!important;
}

.w-70 {
    width: 70%!important;
}

/* Desactivamos el pie siempre abajo en IE, por problemas de incompatibilidad */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body {
		display: inline;
	}
	
	main {
		border: 1px solid #FFFFFF;
	}
}

nav-item>nav-link:hover {
	background-color: red !important;
}

.browser-default option:disabled {
    color: rgba(0,0,0,.3);
    background-color: transparent!important;
    cursor: context-menu;
}

/** ACCESIBILIDAD WACG2.0 AA **/

h1 {
     font-size: 0;
	 border: 0;
	 padding: 0;
	 margin: 0;
}

div.h2, div.h3, div.h4, div.h5, div.h6 {
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
}

.divider-new > div.h1, .divider-new div.h2, .divider-new div.h3, .divider-new div.h4, .divider-new div.h5, .divider-new div.h6 {
    margin-bottom: 0; }

.card .card-body div.h1, .card .card-body div.h2, .card .card-body div.h3, .card .card-body div.h4, .card .card-body div.h5, .card .card-body div.h6 {
    font-weight: 400; }

caption {
 padding-top: 0em;
 padding-bottom: 0em;
 caption-side: unset;
 font-size: 0;
}

span .sr-only {
 padding-top: 0em;
 padding-bottom: 0em;
 font-size: 0;
}

.badge.grey{
  background-color: #696969 !important; }

.badge.badge-danger{
  background-color: #EE0000 !important; }

.badge.badge-primary{
  background-color: #3455DB !important; }

.badge.badge-success{
  background-color: #1E824C !important; }

.badge.badge-info{  
  background-color: #1978D2 !important; }

.badge.badge-warning{  
  color: #000000 !important;
  background-color: #FFBB33 !important; }

/* Para cambiar los Toastr en un futuro
.md-toast-success {
  background-color: #00c851; !important;}

.md-toast-error {
  background-color: #ff3547; !important;}
*/

#toast-container > .md-toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAQAAABKfvVzAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE8SURBVDjLtdShcsJAEMbx789ERFQgEBGIiIp2pgJRgajoA1RUIjpTwyNUIBCd6ROgEAhERUUfAIlAICsQCASiAlGBiIiI2Aqaa8JcCojmzG5yv0n2bi+YTrtqJ86vArVr7iuEeQczVgp9T/zTOzKZekcChXwy551E0XHgmYwrRWwZHwEUk/JiMtGV0T4IeGOZl8uU+QGgG5luXXZBysMfQAEfjEwKGDNWw0Sfjc4qAV02qrvbsUkBi11FHqA6X3R+aCJTw2SiTarYCxgyc/Fa5uJXJh5Am0wtl63IXNwkyd/sgAIWjEqLOytk/by2X9BjW2wERaXvDlkzLADFpDyVyk9knJfbcbfru3TCSsFe+yU0S0s+ZaHAlOu7/Y4tb5dJLTL1TKjOUqENDh9OHhXZpRh6z1DFYMK//zW+AUI2e6d4CuPCAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTA1LTEzVDE0OjMyOjI2KzAyOjAwD6soFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0wNS0xM1QxNDozMjoyNiswMjowMH72kKgAAAAASUVORK5CYII=") !important; }
   
#toast-container > .md-toast-warning > .md-toast-message{
  font-weight:bold !important;
  color: #000000 !important; }

@media print {
	header {display:none;}
	#barraNavegacion {display:none;}
	#btnImprimirCopia1 {display:none;}
	#btnImprimirCopia2 {display:none;}
	.blockquote {border:none;}
	footer {display:none;}
}

.f1 {
  font-size: 1rem !important;
}
.f2 {
  font-size: 1.2rem !important;
}
.f3 {
  font-size: 1.4rem !important;
}

select.nopadding {
 	padding: 0 .25rem 0 .25rem;
}

.gridPendientes {
	border-spacing:0;
	width:100%;
}

/*
Calendario
*/
.calendar {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar:after {
    clear: both;
    content: "";
    display: block
}

.calendar .calendar-rtl {
    direction: rtl
}

.calendar .calendar-rtl .calendar-rtl table tr td span {
    float: right
}

.calendar table {
    margin: auto;
    border-spacing: 0
}

.calendar table td,.calendar table th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
    padding: 4px 5px;
    font-size: 12px
}

.calendar .calendar-header {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.calendar .calendar-header table {
    width: 100%
}

.calendar .calendar-header table th {
    font-size: 22px;
    padding: 5px 10px;
    cursor: pointer
}

.calendar .calendar-header table th:hover {
    background: #eee
}

.calendar .calendar-header table th.disabled,.calendar .calendar-header table th.disabled:hover {
    background: 0 0;
    cursor: default;
    color: #fff
}

.calendar .calendar-header table th.next,.calendar .calendar-header table th.prev {
    width: 20px
}

.calendar .calendar-header .year-title {
    font-weight: 700;
    text-align: center;
    height: 20px;
    width: auto
}

.calendar .calendar-header .year-neighbor {
    opacity: .4
}

@media (max-width: 991px) {
    .calendar .calendar-header .year-neighbor {
        display:none
    }
}

.calendar .calendar-header .year-neighbor2 {
    opacity: .2
}

@media (max-width: 767px) {
    .calendar .calendar-header .year-neighbor2 {
        display:none
    }
}

.calendar .months-container {
    width: 100%;
    display: none;
    flex-wrap: wrap
}

.calendar .months-container .month-container {
    float: left;
    text-align: center;
    padding: 0
}

.calendar .months-container .month-container.month-2 {
    width: 16.66666667%;
    margin: 15px 0 0 0px;
}

.calendar .months-container .month-container.month-3 {
    width: 25%
}

.calendar .months-container .month-container.month-4 {
    width: 33.33333333%
}

.calendar .months-container .month-container.month-6 {
    width: 50%
}

.calendar .months-container .month-container.month-12 {
    width: 100%
}



.calendar table.month {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

.calendar table.month th.month-title {
  background-color: #2196F3;
  color: white;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
}

.calendar table.month th.day-header {
  padding-top: 10px;
  font-size: 14px;
}

.calendar table.month .day-header {
    padding-top: 8px;
    font-weight: bold;
}

.calendar table.month tr td,.calendar table.month tr th {
    padding: 0
}

.calendar table.month tr td.hidden,.calendar table.month tr th.hidden {
    display: none
}

.calendar table.month td.week-number {
    cursor: default;
    font-weight: 700;
    border-right: 1px solid #eee;
    padding: 5px
}

.calendar table.month td.day.round-left {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px
}

.calendar table.month td.day.round-right {
    webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0
}

.calendar table.month td.day .day-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px
}

.calendar table.month td.new,.calendar table.month td.new:hover,.calendar table.month td.old,.calendar table.month td.old:hover {
    background: 0 0;
    cursor: default
}

.calendar table.month td.disabled,.calendar table.month td.disabled:hover {
    color: #ddd
}

.calendar table.month td.disabled .day-content:hover,.calendar table.month td.disabled:hover .day-content:hover {
    background: 0 0;
    cursor: default
}

.calendar table.month td.range .day-content {
    background: rgba(0,0,0,.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.calendar table.month td.range.range-start .day-content {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.calendar table.month td.range.range-end .day-content {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.calendar .calendar-loading-container {
    position: relative;
    text-align: center;
    min-height: 200px
}

.calendar .calendar-loading-container .calendar-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.calendar .calendar-spinner {
    margin: 20px auto;
    width: 80px;
    text-align: center
}

.calendar .calendar-spinner>div {
    width: 16px;
    height: 16px;
    margin: 5px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
    animation: sk-bouncedelay 1s infinite ease-in-out both
}

.calendar .calendar-spinner>div.bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.calendar .calendar-spinner>div.bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.calendar-context-menu,.calendar-context-menu .submenu {
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    position: absolute;
    display: none
}

.calendar-context-menu .item {
    position: relative
}

.calendar-context-menu .item .content {
    padding: 5px 10px;
    cursor: pointer;
    display: table;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box
}

.calendar-context-menu .item .content:hover {
    background: #eee
}

.calendar-context-menu .item .content .text {
    display: table-cell
}

.calendar-context-menu .item .content .arrow {
    display: table-cell;
    padding-left: 10px;
    text-align: right
}

.calendar-context-menu .item .submenu {
    top: -1px
}

.calendar-context-menu .item .submenu:not(.open-left) {
    left: 100%
}

.calendar-context-menu .item .submenu.open-left {
    right: 100%
}

.calendar-context-menu .item:hover>.submenu {
    display: block
}

.table-striped .calendar table.month tr td,.table-striped .calendar table.month tr th {
    background-color: transparent
}

table.month td.day .day-content:hover {
    background: rgba(0,0,0,.2);
    cursor: pointer
}

div.months-container{
	line-height: 1;
}

@-webkit-keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#requisitos, #descripcion {
    resize: vertical !important;
}
