@charset "utf-8";
/* CSS Document */
.alert-fixed {
	position:fixed;
	top:70px;
	right:10px;
	z-index:9999;
	min-width:400px;
	min-height:100px;
}
.alert-fixed p {
	white-space:nowrap;
}
@media (max-width: 767px) {
	.alert-fixed {
		min-width:300px;
		min-height:75px;
	}
	.nav > li > a {
		padding: 16px 40px 16px 23px;
	}
}

body .container.body .right_col {
	background-color: #fefefe;
}

.nav-sm .container.body .col-md-3.left_col span,
.nav-sm .container.body .col-md-3.left_col p{
	visibility:collapse;
	white-space: nowrap;
}

.nav-sm .container.body .col-md-3.left_col i {
	margin: 8px 0 0 0;
}

.alert-info {
	background-color: #E5F3FF;
	color: #000;
	border-radius: 12px;
}

.alert-danger {
	background-color: #B3261E;
	border-radius: 12px;
}

.alert-warning {
	border-radius: 12px;
}

/* BOOTSTRAP */
body {
	color: #111;
	background-color: #FFF;
}
a {
	color: #111;
}
a:hover,
a:focus {
	color: #a118bd;
}
dropdown-menu {
    font-size: 13px;
	line-height: 1.471;
}
.dropdown-menu > li > a {
	color: #4E4C4E;
	padding: 6px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #BECC2A;
    background-color: #4E4C4E;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover:active {
	background-color: #BECC2A;
	border-color: #BECC2A;
	color: #4E4C4E;
}
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled.focus:active,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled.active.focus:hover,
.datepicker table tr td span.active.disabled.active:hover:focus,
.datepicker table tr td span.active.disabled.active:hover:hover,
.datepicker table tr td span.active.disabled.focus:hover:active,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.focus:active,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active.active.focus:hover,
.datepicker table tr td span.active.active:hover:focus,
.datepicker table tr td span.active.active:hover:hover,
.datepicker table tr td span.active.focus:hover:active,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
	background-color: #BECC2A;
	border-color: #BECC2A;
	color: #4E4C4E;
}
.dataTables_paginate a {
	background: #4E4C4E !important;
	border-color: #4E4C4E !important;
}
a:hover .label-default,
a:focus .label-default {
	background-color: #5e5e5e;
}
a:hover .label-primary,
a:focus .label-primary {
	background-color: #286090;
}
a:hover .label-success,
a:focus .label-success {
	background-color: #449d44;
}
a:hover .label-info,
a:focus .label-info {
	background-color: #31b0d5;
}
a:hover .label-warning,
a:focus .label-warning {
	background-color: #ec971f;
}
a:hover .label-danger,
a:focus .label-danger {
	background-color: #c9302c;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #4E4C4E !important;
	background-color: #BECC2A !important;
	border-color: #BECC2A !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #BECC2A !important;
    border-color: #BECC2A !important;
    color: #4E4C4E !important;
}
.pagination > li > a,
.pagination > li > span {
    color: #BECC2A;
}
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: #4E4C4E !important;
    border-color: #4E4C4E !important;
    color: #777 !important;
}
.h3, h3 {
    font-size: 22px;
}



/* DataTables */
table.dataTable tbody th,
table.dataTable tbody td {
	vertical-align: middle;
}
table.dataTable tbody th.dt-body-top,
table.dataTable tbody td.dt-body-top {
	vertical-align: top;
}
table.dataTable tbody th.dt-body-middle,
table.dataTable tbody td.dt-body-middle {
	vertical-align: middle;
}
table.dataTable tbody th.dt-body-bottom,
table.dataTable tbody td.dt-body-bottom {
	vertical-align: bottom;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left;
}
table.dataTable thead th.dt-body-center,
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	top: auto;
	background-color: #4E4C4E;
	color: #BECC2A;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: #4E4C4E;
	color: #BECC2A;
}
table.dataTable .btn {
	margin: 0;
}
table.dataTable .label {
	display: block;
	width: 75px;
	padding: 0.6em;
}



/*Gentelella*/
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.buttons, button, .btn {
    margin-bottom: 0px;
}
.active a span.fa {
    margin-right: 8px;
}
a.user-profile {
    font-size: 11px;
}
a.user-profile span.fa{
	display: inline-block;
}
.bg-green {
    background: #5cb85c none repeat scroll 0 0 !important;
    border: none !important;
}
.bg-red {
    border: none !important;
}
.green {
    color: #5cb85c;
}
.nav_title {
	background: #4E4C4E;
}
.left_col {
	background: #4E4C4E;
}
.menu_section > ul {
    	padding: 5px;
}

.menu_section > ul > li{
	margin-top: 16px;
}

.nav-md .container.body .col-md-3.left_col {
    z-index: 1040;
}
.nav-md ul.nav.child_menu li::before {
    background: #fff none repeat scroll 0 0;
}
.nav-md ul.nav.child_menu li:hover::before,
.nav-md ul.nav.child_menu li.current-page::before {
    background: #000 none repeat scroll 0 0;
}
.nav-md ul.nav.child_menu li::after {
	border-left: 1px solid #fff;
}
.nav-sm ul.nav.child_menu {
	background: #4E4C4E none repeat scroll 0 0;
}
.nav.side-menu > li > a {
    margin-bottom: 0px;
}
.nav.side-menu>li>a,
.nav.child_menu>li>a {
	border-radius: none;
	color: #000;
}
.nav.side-menu>li>a:hover,
.nav.child_menu>li>a:hover,
.nav.side-menu>li>.active,
.nav.child_menu>li>.active,
.nav.side-menu>li.active>a{
	color: #fff !important;
}
.nav li li.current-page a {
    color: #fff;
}
.nav.side-menu>li.active {
	border-right: none;
}
.nav.side-menu>li.current-page,
.nav.side-menu > li.active,
ul>li.active,
ul>li.active-sm{
	border-right: none;
}

.menu_section > ul {
    padding: 5px;
}

.menu_section > ul > li{	
	margin-top: 8px;
	position: relative;
    display: block;
    cursor: pointer;
}

.menu_section > ul > li > a{
	border-radius: 100px;
    font-weight: 400;
}

.menu_section > ul > li > a > p{
	display: inline;
}

.nav.child_menu_open{
	display: block;
}
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
	border-right: none;
}
.x_title {
	border-bottom: 2px solid #BECC2A;
}
.panel_toolbox {
	min-width: 20px;
}
.ln_solid {
	border-top: 1px solid #BECC2A;
}
.nav.side-menu>li.active>a {
	background: linear-gradient(#4E4C4E, #4E4C4E),#4E4C4E;
}
.panel_toolbox>li>a {
	color: #BECC2A;
}
.form-control:focus {
    border-color: #912acc;
}
.alert-danger, .alert-error {
    color: #fff;
}


/* ---------------- */
/* ---------------- */
/* BOTONES CONTAINERS - KAFE - INICIO */

.tile-stats {
	border: 1px solid #0B678E;
	border-radius: 12px;
	background-color: #FBFEFF;
	margin: 6px 0;
	position: relative;
	height: 100px;
}
.tile-stats .count,
.tile-stats h3,
.tile-stats p{
	position: absolute;
	color: #0B678E;
	font-weight: 500;
	left: 30px;
	font-size: 19px;
	margin: 0 18px;
	line-height: 18px;
	padding: 20px 28px 28px 28px;

}

.tile-stats .icon {
    color: #0B678E;
    font-size: 40px;
    padding: 24px 0;
    text-align: center;
    vertical-align: middle;
	height: 100px;
	width: 80px;
	left: 0;
	top: 0;
}

.tile-group {
	border: 1px solid #e6e8e9;
	background-color: #0B678E;
	border-radius: 12px;
	height: 100px;
	margin: 6px 0;
	position: relative;
}

.tile-group .count,
.tile-group h3,
.tile-group p {
	color: #FBFEFF;
	font-weight: 500;
	font-size: 20px;
	padding: 30px;
	margin: 0 5px 0 70px;
	position: absolute;
	text-align: initial;
	margin-top: -100px;
}

.tile-group .icon {
	color: #FBFEFF;
	font-size: 40px;
	padding: 28px 0;
	text-align: center;
	vertical-align: middle;
	    height: 100px;
	    width: 100px;
	    left: 0;
	    top: 0;
}

.tile-group:hover {
	border: 1px solid #f2f3f3;
	background-color: #0a5a7c;
	color: #f2f3f3;
}

.tile-stats:hover .icon
{
	color: #0a5a7c;
}
.tile-stats:hover h3
{
	color: #0a5a7c;
}
.tile-stats:hover {
	cursor: pointer;
	color: #0a5a7c;
	background-color: #f2f3f3;
}
.tile-group:hover .icon
{
	color: #f2f3f3;
}
.tile-group:hover h3
{
	color: #f2f3f3;
}
.tile-group:hover {
	cursor: pointer;
	color: #f2f3f3;
	background-color: #0a5a7c;
}
/* FIN BOTONES CONTAINERS - KAFE - FIN */
/* ------------------------------------------- */
/* BOTONES KAFE - INICIO */
.btn {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
	border-radius: 100px !important;
	padding: 10px 24px !important;
	font-weight: 500 !important;
}

.btn-success {
	background-color: #0B678E !important;
	color:#fff !important;
	border:none !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:focus {
	background-color: #064D6D !important;
	color:#fff !important;
	border:none !important;
}

.btn-danger {
	background-color: #B3261E !important;
	color:#fff !important;
	border:none !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:active:focus {
	background-color: #8C1D18 !important;
	color:#eee !important;
	border:none !important;
}

.btn-warning {
	background-color: #F9DEDC !important;
	color:#B3261E !important;
	border:none !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:active:focus {
	background-color: #e6ccca !important;
	color:#B3261E !important;
	border:none !important;
}

.btn-normal {
	background-color: transparent !important;
	color:#5a7015 !important;
	border: 1px solid #79747E !important;
}

.btn-normal:hover, .btn-normal:focus, .btn-normal:active, .btn-normal:active:focus {
	background-color: transparent !important;
	color:#3D4D0B !important;
	border: 1px solid #79747E !important;
}

.btn-info {
	background-color: #e5f3ff !important;
	color:#0B678E !important;
	border: 1px solid #64bfc2 !important;
}

.btn-info[disabled], 
.btn-info[disabled]:hover, 
.btn-info[disabled]:focus, 
.btn-info[disabled]:active, 
.btn-info[disabled]:active:focus {
	background-color: #aeaeae !important;
	color:#666 !important;
	border: 1px solid #ddd !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:active:focus {
	background-color: #C7E8FE !important;
	color:#094446 !important;
	border: 1px solid #64bfc2 !important;
}

.btn-primary {
	background-color: #FDD7F0 !important;
	color:#380032 !important;
	border:none !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	background-color: #FBACE6 !important;
	color:#380032 !important;
	border:none !important;
}

.btn-upload {
	font-size: 20px;
	font-weight: lighter;
	color: #000;
	background-color: transparent;
}

.btn-secondary {
	background-color: #D6ED85 !important;
	color:#111 !important;
	border:none !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
	background-color: #abc060 !important;
	color:#111 !important;
	border:none !important;
}

.btn-pale {
	background-color: #FFF !important;
	color:#111 !important;
	border:1px solid #111 !important;
}

.btn-pale:hover, .btn-pale:focus, .btn-pale:active, .btn-pale:active:focus {
	background-color: #d3d3d3 !important;
	color:#111 !important;
	border:1px solid #111 !important;
}

.btn-chip {
	background-color:#FFFBFE;
	font-weight: 500;
	padding: 6px 16px;
	border: 1px solid #79747E;
	border-radius: 8px;
}

.btn-chip:hover,
.btn-chip:focus,
.btn-chip:active {
	background-color: #EFEBEE;
}

.btn-chip-choose{
	background-color: #b7e921;
	color: black;
}

.btn-chip-choose:hover,
.btn-chip-choose:focus,
.btn-chip-choose:active {
	background-color: #8bb60c;
	color: black;
}

/*FIN BOTONES KAFE*/
/*---------------------------------*/
/*INICIO WIDGETS MODS KAFE*/

.kafe-table{
	background-color: #E5F3FF;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	margin-top: -15px;
	border-radius: 12px;
}

.kafe-table th{
	font-weight: bolder;
	font-size: 17px;
	background-color: #fff;
}
.kafe-table td a i{
	font-size: 21px;
}

.kafe-table td, td.kv-group-even, td.kv-group-odd {
	background-color: #fff !important;
}

.kafe-table div.summary{
	display: none;
}

.kafe-table .table > tbody > tr.info > td{
	background-color: #E5F3FF;
}

.kafe-input {
	padding: 10px;
}

.kafe-input div.col-md-2, 
.kafe-input div.col-md-3, 
.kafe-input div.col-md-4, 
.kafe-input div.col-md-6,
.kafe-input div.col-md-8,
.kafe-input div.col-md-9,
.kafe-input div.col-md-10,
.kafe-input div.col-md-12 {
	padding-bottom: 7px;
}

.kafe-input label {
	z-index: 999;
	font-size: 1.3rem;
	left:7px;
	top:-6px;
	background-image: linear-gradient(360deg, transparent 0%, transparent 20%, white 30%, white 100%);
	color: #555;
	padding: 0 0.3rem;
	margin: 0 0.5rem;
	transform-origin: left top;
}

.kafe-input label.control-label {
	top:10px;
	position: relative;
}

.kafe-input input {
	font-size: 1.4rem;
	outline: none;
	border: 1px solid #555;
	border-radius: 5px;  
	padding: 1rem 0.7rem;
	color: #555;
	top:0;
}

.kafe-input .btn, .kafe-input button {
	font-size: 10px;
}

.kafe-input select, .kafe-input span.select2, .kafe-input div.redactor-box{
	border-radius: 5px;
}

.kafe-input-persona {
	margin-top: 10px;
}

.kafe-input-persona .has-success .select2-container--krajee.select2-container--focus .select2-selection,
.kafe-input-persona .has-success .select2-container--krajee .select2-selection,
.kafe-input-persona .select2-container--krajee.select2-container--open .select2-selection,
.kafe-input-persona .has-success .form-control {
	border-color: #ce5fb6;
	color:#111 !important;
}

.select2-container--krajee .select2-results__option[aria-selected=true]{
	background-color: #f0d9e7;
	color: #111;
	opacity: 20px;
	border: 2px solid #ce5fb6;
}

.select2-container--krajee .select2-selection{
	border-color: #555;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected],
.kafe-input-persona .form-group .field-formalityhaspersona-tipo_persona_id>option{
	background-color: #FEECF7;
	color: #111;
}

.kafe-input-persona-title {
	margin-left: 8px;
	margin-bottom: 20px;
	color: #111;
	font-weight: 700;
	font-size: 22px;
}

.kafe-input-persona input {
	border: 1px solid #FDD7F0;
	border-radius: 5px;
	padding-top: 20px;
}

.kafe-input-persona label {
	position: absolute;
	z-index: 999;
	font-size: 1.1rem;
	left:25px;
	background-color: #FDD7F0;
	color: #333 !important;
	padding: 0 0.3rem;
	margin: -1rem 1rem 0 0;
	transform-origin: left top;
	pointer-events: none;
}

.kafe-breadcrumbs {
	font-weight: 700;
	font-size: 22px;
}

.kafe-breadcrumbs ul {
	padding-top: 10px;
	background-color: #fff;
}

.kafe-breadcrumbs li>a {
	color: #79747E;
}

.kafe-breadcrumbs li.active {
	color: #0B678E;
}

.toast-success {
	border-radius: 12px !important;
	background-color: #9CB54B !important;
}

.toast-success:hover {
	box-shadow: none !important;
}

.toast-info {
	border-radius: 12px !important;
	background-color: #1181B1 !important;
}

.toast-info:hover {
	box-shadow: none !important;
}

.toast-error {
	border-radius: 12px !important;
	background-color: #DC362E !important;
}

.toast-error:hover {
	box-shadow: none !important;
}

.toast-warning {
	border-radius: 12px !important;
	background-color: #C673B0 !important;
}

.toast-warning:hover {
	box-shadow: none !important;
}
/*FIN WIDGETS MODS KAFE*/
/*-------------------------------------------*/
/*INICIO KAFE VARIOS - TITULOS, DESPLEGABLES, ETC*/

.kafe-item-menu {
	font-size: 25px !important;
	background-color: transparent;
	/*margin: 0 10px;*/
}

.kafe-item-menu:hover {
	background: #62b0f5;
	border-radius: 100px;
}

.kafe-user-item>a {
	background-color: #6791fd;
	border-radius: 100px;
}

.fa.fa-bars.kafe-item-menu{
	color: #000;
}

.kafe-desplegable{
	text-align: left;
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
	color:#FBFEFF;
	background-color: #0B678E;
	font-size: 16px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 10;
}

.kafe-desplegable-alt{
	text-align: left;
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
	color:#FBFEFF;
	background-color: #0B678E;
	font-size: 16px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 10;
}

.kafe-desplegable-block{
	margin-top: -10px;
	background-color: #0B678E;
	padding: 20px 20px 35px 20px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-bottom: 20px;
}

.kafe-title{
	color: #0B678E;
	font-weight: 700;
	font-size: 22px;
}

.kafe-title-sign{
	color: #0B678E;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 18px;
	margin-left: 10px;
}

.kafe-title-upload{
	color: #536612;
}

.kafe-panel{
	background-color: #E5F3FF;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	margin-bottom: -15px;
	padding-top: 30px;
	border-color: transparent;
}

.kafe-panel-white{
	background-color: #FFF;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	margin-bottom: -15px;
	padding-top: 30px;
	border-color: transparent;
}

.kafe-panel-alt{
	background-color: #E5F3FF;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	margin-bottom: -15px;
	padding-top: 30px;
	border-color: transparent;
}

.kafe-mensajes-label{
	position: absolute;
	z-index: 999;
	font-size: 1.2rem;
	left:20px;
	top:-6px;
	background-image: linear-gradient(360deg, transparent 0%, transparent 20%, #E5F3FF 30%, #E5F3FF 100%);
	color: #757575;
	padding: 0 0.3rem;
	margin: 0 0.5rem;
	transform-origin: left top;
	pointer-events: none;
}

.kafe-mensajes-div{
	margin-top: 10px;
	border: 1px solid #555;
	border-radius: 5px;  
	padding: 1em 0.7em;
	font-size: 16px;
	top:0;
}

.kafe-info {
	background-color: #C1E9FE;
	color: #111;
	border: 1px solid #C1E9FE;
	justify-content: center;
	align-items: center;
	padding: 16px 12px;
	min-height: 20.2em;
	border-radius: 12px;
}

.kafe-multimedia {
	border-radius: 12px;
	border: 1px solid #555;
}

.kafe-multimedia iframe{
	width: -moz-available;          /* For Mozilla based. */
    width: -webkit-fill-available;  /* For Chrome based. */
    width: fill-available;
	min-height: 20em;
	border-radius: 12px;
	margin-bottom: -5px;
}

.kafe-multimedia a,
.kafe-multimedia img{
	width: -moz-available;          /* For Mozilla based. */
    width: -webkit-fill-available;  /* For Chrome based. */
    width: fill-available;
	height: 20em;
	border-radius: 12px;
}

.pull-up {
	margin-top: -15px;
	margin-bottom: 15px;
}

.pull-down {
	margin-top: 15px;
	margin-bottom: -15px;
}

/*FIN VARIOS KAFE*/
/*---------------------------------*/
/*INICIO DE OTRA COSA*/

.top_nav .navbar-right {
    width: 80%;
}
ul.bar_tabs {
    background: none;
}
ul.bar_tabs > li.active {
    border-right: 6px solid #BECC2A;
}
.toggle {
	text-align: center;
	padding: auto;
}
@media (max-width: 1200px) {
	.x_title h2 {
		width: auto;
		font-size: 16px;
	}
}

/*EXTRAS*/
.btn-sm{
	text-transform: uppercase;
}
#crop-avatar {
	min-height: 180px;
}
.img-responsive-avatar {
	display: block;
	width: 140px;
	height: auto;
	margin: 0 auto;
}
.input-xs {
    height: 22px;
    padding: 2px 4px;
    font-size: 12px;
}
.x_title_collapse:hover{
	cursor: pointer;
	background: #f5f7fa none repeat scroll 0 0;
}
.x_title .btn-sm{
	margin: 0 10px;
}
.navbar-brand {
	background: rgba(0, 0, 0, 0) url("../img/generales/logo_lujan_002.png") no-repeat scroll 50px 5px;
	height: 50px;
	text-indent: -9999em;
	width: 250px;
}
.table-guia-tramites .td-titulo {
	width: 25%;
	font-weight: bold;
}
.table-guia-tramites a,
.table-guia-tramites a:focus,
.table-guia-tramites a:hover {
	text-decoration: underline;
}
.table-guia-tramites ul {
	margin-bottom: 0px;
	padding-left: 15px;
}
#selector-mes {
	cursor: pointer;
}
.x_title_collapse:hover{
	cursor: pointer;
	background: #f5f7fa none repeat scroll 0 0;
}
@media (max-width: 767px) {
	.navbar-all{
		height: 100px;
	}
	body {
		font-size: 12px;
	}
	.h3, h3 {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.tile-stats {
		height: 80px;
	}
	.tile-stats .icon {
		font-size: 50px;
		padding: 15px 0;
		height: 80px;
		width: 80px;
	}
	.tile-stats .count, .tile-stats h3, .tile-stats p {
		margin: 30px 0 0 80px;
		font-size: 18px;
	}
}
.datepicker table {
	background-color: #fff;
}
.fa {
	min-width: 15px;
}

/* SELECT 2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 6px 12px;
	font-size: 14px;
	line-height: 22px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #4E4C4E;
	color: #BECC2A;
}

/* Lightbox */
.ekko-lightbox-nav-overlay a {
    color: #4E4C4E;
}
.ekko-lightbox-nav-overlay a:hover {
    color: #BECC2A;
}
.ekko-lightbox .modal-header {
    border-bottom: 2px solid #BECC2A;
    margin: 0 15px;
    padding: 15px 0
}
.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img,
.img-fluid {
    display: block;
    height: auto;
    max-width: 100%;
}

/* DATETIMEPICKER */
.bootstrap-datetimepicker-widget table td.today:before {
	border-bottom-color: #BECC2A;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #BECC2A;
	color: #4E4C4E;
}
.bootstrap-datetimepicker-widget table td span.active {
	background-color: #BECC2A;
	color: #4E4C4E;
}

/* Bootstrap Select */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    background-color: #eee;
}
/* TRAMITE  */
.fechas_tramite{
	border: 1px solid #BECC2A;
	margin: 10px 0;
}
.fechas_tramite div{
	padding: 10px;
}
.fechas_tramite div:nth-child(2n+1){
	border-left: 1px solid #BECC2A;
	font-weight: bold;
}
/* WIZARD */
.wizard_horizontal ul.wizard_steps li a.done::before, .wizard_horizontal ul.wizard_steps li a.done .step_no{
	background: #BECC2A;
	color: #4E4C4E;
}
.wizard_horizontal{
	width: 100%;
	overflow: scroll;
}

/* Gentelella*/
body{
	background: #0B678E;
}
/* Cambios en menu */
.nav-sm .navbar.nav_title a#logo-normal{
	display: none;
}
.nav-sm .navbar.nav_title a#logo-chico{
	display: block;
}
.navbar.nav_title a#logo-normal{
	display: block;
}
.navbar.nav_title a#logo-chico{
	display: none;
}

.nav_menu{
	background: #E5F3FF;
	border-bottom: 1px solid #0B678E;
}
.nav_title, .left_col{
	background: #0B678E;	
}
.site_title{
	height: 110px;
}
.nav.navbar-nav > li > a{
	color: #000 !important;
	margin-right: 5px;
	line-height: 20px;
}
.top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover, .top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover{
	background: #62b0f5;
	border-radius: 100px;
}
.profile_info h2{
	color: #000;
}
.nav.side-menu > li > a, .nav.child_menu > li > a{
	color: #fff;
	border-radius: 100px;
	font-weight: 400;
}

.nav.side-menu > li > a:hover, .nav.child_menu > li > a:hover, .menu_section > ul > li > a:hover{
	background: #1181B1 !important;
}

a#menu_toggle{
	color: #fff;
}
a:hover, a:focus{
	color: #bd18bd;
}
.nav.side-menu > li.active, .menu_section > ul > li.active{
	background: #1181B1 !important;
	border-radius: 100px !important;
}
.nav-md ul.nav.child_menu li::after{
	border-left: 1px solid #7EB5A6;
}
.nav-md ul.nav.child_menu li::before{
	background: #7EB5A6;
}
.top_nav .dropdown-menu li button{
	width: 100%;
	padding: 12px 20px;
	text-align: left;
	color: #5A738E;
}
.nav-md .nav_title{
	height: 100px;
}
.top_nav .dropdown-menu li button:hover, .top_nav .dropdown-menu li button:focus{
	background-color:#f5f5f5 ;
	text-decoration: none;
}
.dropdown-menu > li > button{
	display: block;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
}
.top_nav li button i {
	font-size: 15px;
}
form div.required label.control-label:after {
	content:" (Obligatorio)";
	color:#E74C3C;
}
table.table tr td a.go{
	color: #97B834;
}
table.table tr td a.go:after{
	content: " \f14c ";
	font-family: FontAwesome;
}

td.red-back{
	background-color:#F9DEDC !important;
}

td.green-back{
	background-color:#D6ED85 !important;
}

.mdi-lg{
	margin-right: 5px;
}

i.material-icons{
	width: 26px; 
    opacity: .99;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	top: 5px;
}

.menu_section h3{
	padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #fff;
}

.nav-sm .container.body .col-md-3.left_col a{
	padding: 10px 19px 0px 17px;
}

.menu_section ul>li>a {
    padding: 11px 33px 17px 23px;
	position: relative;
	display: block;
	color: #fff;
}

td>p>img {
	max-width: 400px;
}

.kafe-video-crop{
	padding: 0;
	margin-bottom: -15px;
	background-color: #000;
	width: -moz-available;          /* For Mozilla based. */
    width: -webkit-fill-available;  /* For Chrome based. */
    width: fill-available;
	height: 20em;
	border-radius: 11px;
}

.nav > li > a > img {
	background: #E5F3FF;
	margin: -15px -15px;
	border-radius: 100px;
}

.kv-grid-group-row {
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center;
	font-size: 22px;
}

.kafe-radio-k {
	margin-top: 15px !important;
}

.kafe-checkbox-k {
	margin-top: 15px !important;
}