/*************************************************************
						Helpers
*************************************************************/
.p-0{
	padding: 0 !important;
}
.p-5{
	padding: 5px;
}
.p-10{
	padding: 10px;
}
.p-20{
	padding: 20px;
}
.p-l-15{
	padding-left: 15px;
}
.p-t-0{
	padding-top: 0 !important;
}

.m-b-15{
	margin-bottom: 15px;
}

.h-75{
	height: 75px !important;
}
.h-200{
	height: 200px !important;
}
.h-120{
	height: 120px;
}
.h-400 {
	height: 400px;
	overflow: auto;
}
.m-0{
	margin: 0 !important;
}
.m-h-200{
	max-height: 200px !important;
}
.m-r-10{
	margin-right: 10px !important;
}
.m-b-50{
	margin-bottom: 50px !important;
}
.m-w-40{
	max-width: 40px !important;
}
.overflow-hidden {
	overflow: hidden;
}
.v-a-bottom {
	vertical-align: bottom;
}
.p-b-0 {
	padding-bottom: 0px !important;
}
.cursor-pointer {
	cursor: pointer;
}
.fa-paperclip {
	transform: scale(-1, 1) rotate(225deg);
}
/*************************************************************
						Fin helpers
*************************************************************/

/*************************************************************
						Generales
*************************************************************/
*{
	outline: 0 !important;
}
body,html{
	height: calc(100% - 30px);
}
body{
	font-family: 'Roboto', sans-serif;
	padding-bottom: 0;
	background: #F4F4F4;
}
.wrapper{
	min-height: 100%;
}
#contenedor-principal{
	padding-bottom: 100px;
}
a{
	color: #007bff;
}
#contenedor-principal{
	padding-left: 0;
	padding-right: 0;
}
#contenedor-principal .contenido{
	padding: 15px 20px;
	padding-top: 30px;
}
#arbol-cuerpo > .contenido{
	padding-left: 0;
	padding-right: 0;
}
.fieldset-embebido{
	background: #ffffff;
	border-color: #ececec;
	padding-top: 25px;
	box-shadow: none;
}
.fieldset-embebido > legend{
	color: #797979;
	border-radius: 2px;
    box-shadow: none;
}
.text-danger{
	color: #F44336;
}
.badge-danger{
	background-color: #F44336;
	border-color: #F44336;
}
.badge-white{
	color: #0087f5;
	background: #fff;
}
.mCSB_inside > .mCSB_container{
	margin: 0;
}
.icono-esquina-sup-derecha{
	position: absolute;
    right: 8px;
    top: 7px;
    font-size: 15px;
}
.mCSB_scrollTools{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
#pie {
	height: 110px;
	padding: 5px 20px;
	margin-top: -110px;
    border-top: 1px solid #ddd;
}
.mfp-bg{
	z-index: 9999999 !important;
}
.mfp-wrap{
	z-index: 99999999 !important;
}
.imagen-popup,
.imagen-popup-sin-link{
	display: inline-block;
	padding: 5px;
	border: 2px solid #ddd;
    border-radius: 4px;
    margin-top: 7px;
}
.imagen-popup:hover{
	border-color: #007bff;
}
.imagen-popup img{
	min-width: 60px;
	max-width: 60px;
}
.imagen-popup i,
.imagen-popup-sin-link i{
	padding: 9px 13px;
    font-size: 30px;
}
.imagen-visualizar-contenedor{
	display: inline-block;
    position: relative;
	margin-right: 20px;
    margin-bottom: 25px;
}
.imagen-visualizar-contenedor .imagen-visualizar-btn-descargar{
	position: absolute;
    width: 100%;
    font-size: 9px;
    bottom: -27px;
    padding: 0;
}
/*************************************************************
						Fin generales
*************************************************************/

/*************************************************************
						Botones
*************************************************************/
.tabla-moderna-contenedor table .btn-group>.btn {
    display: inline;
    float: none;
	box-shadow: none;
	border-radius: initial;
	font-weight: normal;
	line-height: 1.5;
	padding: 5px 10px;
	letter-spacing: initial;
	height: 30px;
}
.btn{
	text-align: center;
	border: none;
    border-radius: 2px;
	height: 36px;
    line-height: 36px;
    outline: 0;
	vertical-align: middle;
    padding: 0 2rem;
	font-weight: 500;
    font-size: 13px;
	letter-spacing: .5px;
	color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
	transition: all .3s ease-out;
}
.btn:hover,
.btn:active,
.btn:active:hover,
.btn:focus{
	box-shadow: 0 4px 7px 0 rgba(0,0,0,0.18);
}
.btn-block{
	display: block;
}
.bs-actionsbox .btn-block{
	display: inline-block;
}
.btn-default,
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:focus{
	background: #fff;
	color: #343434;
}
.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:focus{
	background: #05ad83;
}
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:focus{
	background: #36a3f7;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus{
	background: #2196F3;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:focus{
	background: #F44336;
}
.btn-flat{
	display: inline-block;
	width: 30px;
    height: 30px;
    text-align: center;
	margin-right: 5px;
    padding: 0;
    font-size: 15px;
    border-radius: 50%;
    border: 0;
	box-shadow: none;
    background: transparent;
    color: #8badbf;
    opacity: 1;
	transition: all .2s cubic-bezier(.4,0,1,1);
}

.btn-flat.divider-up {
	border-top: 1px solid #8badbf;
}
.btn-flat:focus{
	color: #8badbf;
	background: transparent;
	box-shadow: none;
}
.btn-flat.btn-primary:hover,
.btn-flat.btn-primary.active{
	color: #2196F3;
	background: transparent;
}
.btn-flat-error,
.btn-flat.btn-danger:hover,
.btn-flat.btn-danger.active{
	color: #F44336;
	background: transparent;
}
.btn-flat.btn-info:hover,
.btn-flat.btn-info.active{
	color: #36a3f7;
	background: transparent;
}
.btn-flat.btn-success:hover,
.btn-flat.btn-success.active{
	color: #05ad83;
	background: transparent;
}
.btn-flat.btn-warning:hover,
.btn-flat.btn-warning.active{
	color: #f8c200;
	background: transparent;
}
.btn-flat:hover,
.btn-flat.active{
	box-shadow: 0 14px 26px -12px rgba(66,165,245,.42),
		0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(66,165,245,.2);
}
.btn-secondary{
	color: #333;
}
.btn-lg{
	height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.btn-sm{
	height: 30px;
    line-height: 30px;
    font-size: 12px
}
.btn-xs{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}
.btn-agrandable {
    width: 24px;
	font-size: 11px;
    padding: 1px 6px;
}
.btn-hover{
	display: inline-block;
	position: relative;
	font-weight: 400;
	border-radius: 4px;
    line-height: 1.42857143;
}
.btn-hover:active,
.btn-hover:active:hover,
.btn-hover:focus{
	box-shadow: none;
}
.btn-hover:hover::after{
	content: "";
	position: absolute;
    height: 30px;
    width: 30px;
    background: rgba(255,255,255,.2);
    display: inline-block;
    border-radius: 20px;
    left: 9px;
}
.btn-inverse:focus,
.btn-inverse{
	background: #fafafa;
}
table th{
	color: #778088;
}
.btn-liso:hover,
.btn-liso:active,
.btn-liso:focus,
.btn-liso:hover,
.btn-liso {
	border: none;
	box-shadow: none;
	transition: all .2s cubic-bezier(.4,0,1,1);
}
.btn-pill {
	display: inline-block;
    height: 30px;
    width: auto;
    text-align: center;
    margin-right: 5px;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    border-radius: 15px;
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #8badbf;
    opacity: 1;
    transition: all .2s cubic-bezier(.4,0,1,1);
}
/*************************************************************
						Fin botones
*************************************************************/

/*************************************************************
						Alerts
*************************************************************/
.alert{
	padding: 10px;
    border-radius: 2px;
}
.alert-danger {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.alert-dismissable .close{
	right: -2px;
	opacity: .7;
}
.alert-success {
    color: #fff;
    background-color: #05ad83;
    border-color: #05ad83;
}
.alert-info{
	color: #224993;
	background: #6bbdffbf;
	border-color: #36a3f7;
}
.alert-warning{
	color: #fff;
	background: #ff9800;
	border-color: #ff9800;
}
.alerta{
	width: 100% !important;
	max-width: none !important;
}
.alerta .alert{
	margin: 0;
}
/*************************************************************
						Fin alerts
*************************************************************/

/*************************************************************
						Formulario
*************************************************************/
.form-control{
	background-color: #fff;
    border: 1px solid #e6e6e6;
	border-radius: .25rem;
	box-shadow: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #212529;
	font-weight: normal;
}
div.form-control{
	background-color: #e6e6e6;
}
.form-control-visualizar {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.form-control:focus{
	box-shadow: none;
	border-color: #ccc;
}
.form-group.has-error .form-control{
	border-color: #F44336;
}
.form-group.has-error .formulario-error{
	color: #F44336;
}
.texto-ayuda,
.form-group .help-block {
	font-size: 80%;
	font-style: italic;
}
.texto-ayuda {
	color: #737373;
}
label{
	color: #778088;
}
.dropdown-toggle.btn-default.btn-danger,
.open > .dropdown-toggle.btn-default.btn-danger,
.open > .dropdown-toggle.btn-default.btn-danger:active,
.open > .dropdown-toggle.btn-default.btn-danger:hover,
.open > .dropdown-toggle.btn-default.btn-danger:focus{
	color: #343434;
	background: #fff;
}
.map-canvas{
	min-height: 202px !important;
}
.abm-formulario .fieldset:first-child{
	margin-top: 0;
}
/*************************************************************
						Fin formulario
*************************************************************/

/*************************************************************
						Navbar
*************************************************************/
.navbar-inverse{
	background: #42A5F5;
	border: 0;
	margin: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.35);
	z-index: 999999;
}
.navbar-brand{
	height: 60px;
	line-height: 30px;
	font-size: 1.357em;
    padding: 14px 15px;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-brand img {
	display: inline-block;
    height: 30px;
	margin-right: 10px;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
}
.navbar-actions{
	margin-right: 20px;
}
.navbar-actions .btn{
	background: transparent;
    color: #fff;
	box-shadow: none;
    font-size: 1.428em;
    padding: 15px;
	height: 60px;
}
#cabecera .navbar-right{
	padding: 0 !important;
}
.nav > li > .navbar-user{
	padding: 12px;
    margin-right: 15px;
}
.navbar-inverse .navbar-nav >.open > .navbar-user,
.navbar-inverse .navbar-nav >.open > .navbar-user:focus,
.navbar-inverse .navbar-nav >.open > .navbar-user:hover{
	background: transparent;
}
.nav > li > .navbar-user > img{
	max-width: 35px;
}
.navbar-nav>li>.dropdown-menu{
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.navbar-inverse .navbar-nav > .open > .navbar-user img{
	border: 2px solid #92ddff;
	border-radius: 50%;
}
.navbar-right .dropdown-menu {
	margin-right: 15px !important;
}
.navbar-right .dropdown-menu li{
	padding: 0 5px;
}
.navbar-right .dropdown-menu a{
	display: block;
    width: 100%;
    border: 0;
    opacity: 1;
    font-size: 1em;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 2px;
    transition: all 150ms linear;
    color: #a5b5cb;
}
.navbar-right .dropdown-menu a:hover{
	text-decoration: none;
	background-color: #42a5f5;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(66,165,245,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(66,165,245,.2);
}
.navbar-right .dropdown-menu a.boton-salir:hover{
	background-color: #EF5350;
}
.nav-ayuda{
	margin-right: 10px;
}
.nav-ayuda > a > span{
	height: 35px;
	line-height: 35px;
	color: #fff;
}
.nav-ayuda > a:hover > span{
	color: #ddd;
}
/*************************************************************
						Fin navbar
*************************************************************/

/*************************************************************
						List group
*************************************************************/
.list-group-material{
	padding: 0;
	margin: 0;
}
.list-group-material .list-group-item:first-child{
	-webkit-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
}
.list-group-material .list-group-item{
    font-size: 14px;
	overflow: hidden;
	border-radius: 0;
	padding: 12px 20px;
	margin: 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #EEF5F9;
}
.list-group-material .list-group-item:last-child{
	border-bottom: 0;
}
.list-group-material .list-group-item:hover {
    background-color: #EEF5F9;
    color: #607188;
}
.list-group-material .list-group-item .list-group-item-body{
	zoom: 1;
    display: block;
    width: auto;
    color: #607188;
}
.list-group-material .list-group-item .list-group-item-body .list-group-item-heading{
	font-weight: 600;
    margin: 0;
	margin-top: 5px;
}
.list-group-material .list-group-item .list-group-item-body .list-group-item-text{
	color: #607188;
	margin-bottom: 0;
    line-height: 1.3;
}
.list-group-material .list-group-item-actions{
	position: absolute;
    right: 30px;
    font-size: 20px;
    top: 18px;
}
.list-group-material .list-group-item-actions button span{
	display: none;
}
.list-group-material .circle{
	display: inline-block;
	border-radius: 100%;
    text-align: center;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
	margin-right: 15px;
    color: #fff;
	background: #6e8fee;
}
/*************************************************************
						Fin list group
*************************************************************/

/*************************************************************
						Page header
*************************************************************/
.body-menu-lateral .page-header{
	position: relative;
	height: 70px;
	margin: 0;
	padding: 20px 15px;
	background: #2196F3;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
	border: 0;
    color: #fff;
	z-index: 2;
	transition: margin .3s ease-in-out;
	display: flex;
}
.body-menu-lateral .page-header h1{
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 1.714em;
    font-weight: 500;
    margin: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    flex: 1;
}
.arbol-header-botonera {
	display: inline-block;
    white-space: nowrap;
}
.page-header .btn-flat{
	font-size: 16px;
	background: #fafafa;
	margin-right: 10px;
}
.page-header .btn-flat.btn-danger .fa{
	opacity: .6;
}
.page-header .btn-flat:hover{
	background: #fafafa;
}
.page-header .btn-flat.btn-danger:hover .fa{
	opacity: 1;
}
.page-header .btn-flat.btn-danger:active,
.page-header .btn-flat.btn-danger:focus{
	color: #F44336 !important;
}
.page-header .btn-flat.active{
	background: #fafafa;
}
.page-header .dropdown-menu button{
	height: auto;
}
.page-header .dropdown h1{
	cursor: pointer;
}
.page-header .dropdown h1::after{
	content: "\f107";
	font-family: "FontAwesome";
	margin-left: 5px;
}
.page-header .dropdown.open h1::after{
	content: "\f106";
}
/*************************************************************
						Fin page header
*************************************************************/

/*************************************************************
						Breadcrumb
*************************************************************/
.breadcrumb>li+li:before{
	content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
}
.body-menu-lateral .breadcrumb{
	padding: 15px;
	padding-left: 20px;
	font-size: 1.071em;
	margin-bottom: 0;
    background-color: #e9ecef;
    border-radius: 0;
}
/*************************************************************
						Fin breadcrumb
*************************************************************/

/*************************************************************
						Navtabs
*************************************************************/
.nav-tabs-material{
	position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
	margin: 0 auto;
	border: 0;
    background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.nav-tabs-material .nav-item{
	text-align: center;
    line-height: 48px;
	letter-spacing: .8px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.nav-tabs-material .nav-item > a {
	border-radius: 0;
	border: 0;
	font-weight: 500;
    color: #a2a2a2;
	margin: 0;
	transition: color .28s ease;
}
.nav-tabs-material .nav-item > a:hover,
.nav-tabs-material .nav-item > a:focus{
	color: #42a5f5;
	background: transparent;
	border: 0;
}
.leyenda-nav-tabs::after,
.nav-tabs-material .nav-item > a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #2196F3;
	transition: all .3s ease;
}
.active > .leyenda-nav-tabs,
.nav-tabs-material > li.active > a,
.nav-tabs-material > li.active > a:focus,
.nav-tabs-material > li.active > a:hover {
	color: #2196F3;
	border: 0;
}
.active > .leyenda-nav-tabs::after,
.nav-tabs-material > li.active > a::after,
.nav-tabs-material > li > a:hover::after{
	width: 100%;
}
.active > .leyenda-nav-tabs::after {
	bottom: 0;
}
.nav-tabs-material + .tab-content{
	background: #fff;
	padding: 20px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.05), 0 3px 1px -2px rgba(0,0,0,.08), 0 1px 5px 0 rgba(0,0,0,.08);
}
/*************************************************************
						Fin navtabs
*************************************************************/

/*************************************************************
						Card
*************************************************************/
.card{
	position: relative;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 20px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.05), 0 3px 1px -2px rgba(0,0,0,.08), 0 1px 5px 0 rgba(0,0,0,.08);
	transition: all .1s ease-in-out;
}
.card-v2{
	border-radius: 5px;
}
.card-v2 .card-content-oculto{
	height: 0;
	opacity: 0;
}
.card-header{
	position: relative;
	padding: 15px 20px;
	background: #42a5f5;
    border-radius: 0 0 2px 2px;
}
.card-default{
	color: #4b5b6d;
    background-color: #e3ecf7;
}
.card-default .card-header{
	position: relative;
	padding: 15px 20px;
	background: #e3ecf7;
    border-radius: 0 0 2px 2px;
	color: #4b5b6d;
    background-color: #e3ecf7;
}
.card-default .card-header-border{
	background-color: #fff;
	border-bottom: 4px solid #42a5f5;
    border-radius: 0 0 5px 2px;
}
.card-default .card-title {
	color: #424242;
}
.card-lila{
	background: #6B79C4;
	color: #fff;
}
.card-roja{
	background: #EF5350;
	color: #fff;
}
.card-cyan{
    background-color: #26c6da;
	color: #fff;
}
.card-verde-oscuro{
    background-color: #5d9ea7;
	color: #fff;
}
.card-click{
	cursor: pointer;
}
.card-click:hover{
	-moz-box-shadow: 5px 3px 10px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 3px 10px 1px rgba(0,0,0,0.2);
    box-shadow: 5px 3px 10px 1px rgba(0,0,0,0.2);
}
.card-header.border{
	border-bottom: 1px solid rgba(215,225,237,.8)!important;
}
.card-title{
	line-height: 24px;
    font-size: 1.214em;
    font-weight: 700;
    display: block;
	margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.card-content{
	padding: 20px;
    border-radius: 0 0 2px 2px;
}
.card-v2 .card-content{
	border-radius: 5px;
    padding: 30px 25px;
}
.card-header .card-actions{
	position: absolute;
	list-style: none;
    padding: 0;
    margin: 0;
	top: 10px;
	right: 15px;
}
.card-header .card-actions > li > a,
.card-header .card-actions > li > button{
	display: inline-block;
	position: relative;
	color: #fff;
    border-color: transparent;
	width: 30px;
    height: 30px;
	font-size: 18px;
    text-align: center;
    padding-top: 5px;
}
.card-header .card-actions .dropdown-menu .btn-flat.divider-up,
.card-header .card-actions .dropdown-menu .btn.divider-up {
	border-top: 1px solid #e2e2e2;
	border-radius: 0px;
}
.card-header .card-actions > a:before,
.card-header .card-actions > li > a:before,
.card-header .card-actions > li > button:before{
    left: 0;
    top: 2px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0,0,0);
    -moz-transform: scale3d(0,0,0);
    -ms-transform: scale3d(0,0,0);
    -o-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    background-color: rgba(0,0,0,.1);
    z-index: 0;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.card-header .card-actions .dropdown-menu{
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	border-radius: 2px;
    color: #a5b5cb;
	transition: all 150ms linear;
}
.card-header .card-actions .dropdown-menu > li{
	padding: 0 5px;
}
.card-header .card-actions > li > button.arbol-boton-redondo{
	width: 30px !important;
    height: 30px !important;
    font-size: 18px !important;
    box-shadow: none !important;
    background: transparent;
    padding-top: 3px !important;
}
.card-header .card-actions .dropdown-menu .btn-flat,
.card-header .card-actions .dropdown-menu .btn{
	height: auto;
}
.card-header .card-actions .dropdown-menu .btn,
.page-header .dropdown-menu button{
	font-weight: 400;
	line-height: 20px;
	box-shadow: none;
}
.card-header .card-actions .dropdown-menu button,
.page-header .dropdown-menu button{
	display: block;
	width: 100%;
	border: 0;
	opacity: 1;
	font-size: 1em;
	background-color: transparent;
    padding: 10px 10px;
    border-radius: 2px;
    transition: all 150ms linear;
    color: #a5b5cb;
}
.card-header .card-actions .dropdown-menu .btn-danger{
	color: #a5b5cb !important;
}
.card-header .card-actions .dropdown-menu .btn-danger:hover{
	background: #EF5350;
	color: #fff !important;
	box-shadow: 0 14px 26px -12px rgba(239,83,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(239,83,80,.2);
}
.card-header .card-actions .dropdown-menu button:hover,
.page-header .dropdown-menu button:hover{
    background-color: #42a5f5;
    color: #fff;
	box-shadow: 0 14px 26px -12px rgba(66,165,245,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(66,165,245,.2);
}
.card-footer{
	position: relative;
	padding: 10px 15px 15px;
	min-height: 50px;
}
.card-footer .card-actions{
	position: absolute;
    right: 25px;
    padding: 0;
    margin: 0;
}
.card-footer.border{
	border-top: 1px solid rgba(215,225,237,.6)!important;
}
.card-footer-blanco{
	background: #fff;
}
.card-col{
	width: 100%;
	float: left;
	padding: 0 15px;
	transition: all .3s ease-in-out;
}
.cards-wrapper .card-col:nth-child(2){
	clear: right;
}
.cards-wrapper .cards-zonas-termicas{
	position: relative;
    clear: both;
}
.cards-wrapper .card-col:nth-child(4){
	clear: left;
}
.card-filtros{
	border-top:5px solid #ffd7ad
}
.card-filtros .form-group{
	margin:0 0 20px 0
}
.card-sin-borde {
	border: 0;
	box-shadow: none;
}
@media (min-width: 992px) {
	.card-col{
		width: 50%;
	}
	.card-col-100{
		width: 100%;
	}
}
/**************************************
			Header izq
**************************************/
.card.card-header-left .card-header{
	position: absolute;
    left: 0;
	text-align: center;
    line-height: 35px;
    font-size: 35px;
    width: 30%;
	padding: 15px 10px;
	height: 100%;
}
.card.card-header-left .card-header img{
	max-width: 40px;
}
.card.card-header-left section{
	margin-left: 30%;
}
.card-header-left .card-content{
	padding-top: 5px;
	padding-bottom: 0;
}
.card.card-header-left p{
	margin-top: 5px;
    font-size: 1em;
	font-weight: 600;
    margin-bottom: 0;
	margin-bottom: 5px;
    line-height: 1;
}
.card.card-header-left .badge{
    padding: 5px 12px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 20px;
}
.card.card-header-left .badge-primary{
	color: #fff;
    background-color: #42a5f5;
	opacity: .8;
}
/**************************************
			Fin header izq
**************************************/
/**************************************
			Icono
**************************************/
.card-icono{
	float: left;
	width: 195px;
	margin: 0 15px;
	margin-bottom: 20px;
}
.card.card-icono .card-header{
	min-height: 60px;
}
.card.card-icono .card-header-icono{
	position: absolute;
    width: 70px;
    height: 70px;
    bottom: -30px;
    left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	font-size: 30px;
	line-height: 70px;
    color: #6d6d6d;
    box-shadow: 0 8px 10px 1px rgba(143,158,181,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(143,158,181,.2);
    z-index: 1;
}
.card.card-icono .card-header-icono-bg{
	background: #fafafa;
}
.card.card-icono .card-content{
	min-height: 120px;
	padding: 15px;
}
.card.card-icono .card-content h3{
	display: block;
	font-size: 1.214em;
	font-weight: 400;
	line-height: 1;
    padding: 10px 0 0;
}
/**************************************
			Fin icono
**************************************/
/*************************************************************
						Fin card
*************************************************************/

/*************************************************************
						Menú lateral derecho
*************************************************************/
#menu-lateral-derecho{
	display: block;
    position: fixed;
    right: 0px;
	margin-right: -600px;
    z-index: 2;
	width: 300px;
	height: 100%;
	top: 0px;
	background-color: #f9f9f9;
    box-shadow: -3px 0 6px 0 rgba(0,0,0,.1);
    transition: margin .3s ease-in-out;
}
#menu-lateral-derecho.menu-lateral-derecho-visible{
	margin-right: 0;
}
#menu-lateral-derecho.menu-lateral-derecho-grande-visible{
	width: 800px;
	margin-right: 0;
}
.menu-lateral-derecho-wrapper{
	margin-top: 60px;
	overflow: hidden;
	overflow-y: auto;
}
.menu-lateral-derecho-header{
	padding: 23px;
    background: #f5f5f5;
}
.menu-lateral-derecho-titulo{
	font-size: 22px;
	color: #91a2ab;
	font-weight: 400;
	margin: 0;
}
.menu-lateral-derecho-contenido{
	position: relative;
	margin: 20px;
	max-height: calc(100vh - 130px);
	padding-right: 0;
}
.menu-lateral-derecho-contenido .mensaje-error{
	margin: 15px 20px;
}
.menu-lateral-derecho-contenido .mensaje-error-header{
	padding: 10px 20px;
	border-radius: 2px;
    background: #ff6767;
}
.menu-lateral-derecho-contenido .mensaje-error-header h3{
	margin: 0;
	font-weight: 500;
    font-size: 17px;
}
.menu-lateral-derecho-contenido .mensaje-error-header a{
	color: #fff;
}
.menu-lateral-derecho-contenido .mensaje-error-body{
	padding: 10px 20px;
}
.menu-lateral-derecho-contenido .mensaje-error-body ul{
	padding: 0;
	margin: 0;
}
.menu-lateral-derecho-contenido .mensaje-error-body ul li{
	position: relative;
	color: #778088;
	font-size: 13px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.menu-lateral-derecho-contenido .mensaje-error-body ul li::before{
	content: "\f111";
    font-family: "FontAwesome";
    font-size: 6px;
    color: #f19999;
    position: absolute;
    top: 6px;
    left: -10px;
}
/*************************************************************
				Fin menú lateral derecho
*************************************************************/

/*************************************************************
				Radio
*************************************************************/
.radio label {
	font-weight: 700;
}
.radio p, radio label p {
	font-size: 80%;
	font-style: italic;
	font-weight: 400;
}
/*************************************************************
				Fin Radio
*************************************************************/
/*************************************************************
				Checkbox
*************************************************************/
.checkbox{
	position: relative;
}
.checkbox label{
	min-height: 20px;
	cursor: pointer;
    padding-left: 20px;
}
.checkbox input[type=checkbox]{
    opacity: 1;
    margin: 0;
    z-index: 1;
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    pointer-events: none;
	top: 2px;
}
.checkbox .checkbox-material{
	vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 7px;
}
.checkbox .checkbox-material:before{
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    background-color: rgba(0,0,0,.84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale3d(2.3,2.3,1);
}
.checkbox .checkbox-material .check{
	position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(165,181,203,.53);
    border-radius: 2px;
    overflow: hidden;
    z-index: 1;
}
.checkbox .checkbox-material .check:before{
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
}
.checkbox input[type=checkbox]:checked +.checkbox-material .check{
    color: #42a5f5;
    border-color: #42a5f5;
}
.checkbox input[type=checkbox]:checked +.checkbox-material .check:before{
    color: #42a5f5;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
}
/*************************************************************
				Fin checkbox
*************************************************************/

/*************************************************************
				bootstrap select
*************************************************************/
.bootstrap-select .btn-group.pull-right {
	top: 8px;
}
.bootstrap-select .dropdown-menu .btn-group.pull-right {
	top: 10px;
}
.bootstrap-select>.btn {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
}
select.form-control.disabled {
    background: #ffff;
    border: none;
    font-weight: 500;
    cursor: default;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*************************************************************
				bootstrap select
*************************************************************/
