/*---------- GLOBALES ----------*/
body {
	font-family: 'Montserrat', 'Century Gothic', Helvetica, Arial, sans-serif;
	background-image: url(../i/bg_line_dd.png);
	background-color: #FFF;
	background-repeat: repeat;
	font-size: 12px;
	width: 100%;
	float: left;
	color: #585858;
}

body[data-box=box] {
	background-image: none;
}

body[data-box=box] .color-overlay {
	background-color: white;
}

body.full_body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 86%;
	margin: 0 7%;
	background-image: none;
}

a:focus {
	outline-color: #ffffff !important;
}

img {
	max-width: 100%;
}

/* General */
.clear {
	clear: both;
}

.invisible {
	display: none;
}

.inline {
	display: inline;
}

.inline_block {
	display: inline-block;
}

.center {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
}

.hr_wide {
	border-top: 4px solid #aaa;
}

.relative {
	position: relative;
}

.fixed {
	position: fixed;
}

.underline {
	text-decoration: underline;
}

.clickeable {
	cursor: pointer;
}

.cursor_default {
	cursor: default;
}

.resize_vertical {
	resize: vertical;
	max-width: 100%;
}

.texto_con_formato {
	font-family: 'Montserrat', 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #585858;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	word-break: normal;
	white-space: pre-line;
}

/* Loaders */
.ajax-loader,
.input-loader,
.section-loader {
	background: url(../i/ajax-loader.gif) no-repeat center center #FFF;
}

.ajax-loader {
	position: fixed;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1060;
	opacity: 0.6;
}

.input-loader {
	background-position: right center;
	background-size: contain;
	z-index: 1060;
}

.section-loader {
	position: absolute;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1060;
	opacity: 0.6;
}

/* Colores */

.btn-link {
	color: #585858;
}

a:hover,
.btn-link:hover {
	color: #c32222;
}

.color_dd_active {
	color: #c32222;
}

a.color_dd_active:hover {
	color: #df4a4a;
}

.color_black {
	color: #000;
}

.color_gray {
	color: gray;
}

.color_white {
	color: #FFF;
}

.color_red {
	color: red;
}

.color_red2 {
	color: rgb(192, 53, 53);
}

.color_blue {
	color: blue;
}

.bg_white {
	background-color: white;
}

.bg_light_gray {
	background-color: #f2f2f2;
}

.bg_gray {
	background-color: #c8c8c8;
}

tr.tr_disabled {
	opacity: 0.65;
}

/* Botones */
.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
	color: white;
}

.btn-default:hover,
.btn-default:focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus {
	color: white;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	background-color: #c8c8c8;
	border-color: #a0a0a0;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #c8c8c8;
}

.btn-primary,
.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-primary {
	color: white;
border: 1px solid #9f3232;
background-color: #ae3a3a;
}

.btn-primary:hover,
.btn-primary:focus,
.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-primary:hover,
.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-primary:focus {
	color: white;
	border: 1px solid #cf1c1c;
	background-color: #ec4141;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #e12e2e;
	background-color: #c8c8c8;
	border-color: #cf1c1c;
}

.btn-success {
	color: white;
}

.btn-success:hover,
.btn-success:focus {
	color: white;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: white;
}

.btn.btn-link.disabled {
	text-decoration: none;
	opacity: 0.8;
}

/* Botones con imagen circular */
.btn_big_circle {
	padding: 8px 0 0 0;
	font-size: 13px;
}

.btn_big_circle:hover,
.btn_big_circle:focus,
.btn_big_circle:active {
	color: #c32222;
	text-decoration: none;
}

.btn_big_circle i {
	display: block;
	min-width: 40px;
	min-height: 40px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.btn_big_circle p {
	margin: 5px 0;
}

/* Redisenio tablas */
.table thead {
	background-color: #e6e8e0;
}

.table_no_bg thead {
	color: #585858;
	background-color: #ffffff;
}

.table th.text-right,
.table td.text-right {
	text-align: right;
}

.table .text-center {
	text-align: center;
}

.align_top th,
.align_top td,
.table td.align_top,
.table.align_middle td.align_top {
	vertical-align: top;
}

.table.align_middle th,
.table .align_middle th,
.table.align_middle td,
.table .align_middle td {
	vertical-align: middle;
}

.table td.align_bottom {
	vertical-align: bottom;
}

.table_full {
	max-width: 100%;
	width: 100%;
}

.width_90 {
	max-width: 90%;
	width: 90%;
}

.width_75 {
	max-width: 75%;
	width: 75%;
}

.width_50 {
	max-width: 50%;
	width: 50%;
}

.width_33 {
	max-width: 33%;
	width: 33%;
}

/* Botones en tablas */
.table tr td .btn_icon {
	padding: 0;
}

.table tr td .btn_icon:focus {
	color: #585858;
	text-decoration: blink;
}

.table tr td .btn_icon:hover {
	color: #f0814f;
	text-decoration: blink;
}

/* Iconos General */
.arrow_esq {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid white;
	border-bottom: 0 solid transparent;
}

.arrow_esq_min {
	position: absolute;
	top: 0;
	left: 0;
	border-left: 0 solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid white;
	border-bottom: 0 solid transparent;
}

.my_icon,
.my_icon_min,
.my_icon_micro {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	color: #585858;
	margin-right: 1px;
	float: left;
}

.my_icon_right,
.my_icon_micro_right
 {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	color: #585858;
	float: right;
}


.my_icon, .my_icon_right {
	min-width: 25px;
	min-height: 25px;
}

.my_icon_min {
	min-width: 20px;
	min-height: 20px;
}

.my_icon_micro, .my_icon_micro_right {
	min-width: 18px;
	min-height: 18px;
}

.my_icon_btn i {
	font-size: 20px;
	vertical-align: middle;
}

.my_icon_btn:hover {
	text-decoration: blink;
}

.my_icon_btn:hover span {
	text-decoration: underline;
}


/* Redisenio Bootstrap */
.input-group-addon {
	font-size: 12px;
}

.input_micro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 46px;
	padding: 5px;
}

/* Redisenio Bootstrap Select */
.bootstrap-select .btn-default {
	font-size: 12px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
}

.bootstrap-select.open > .dropdown-toggle.btn-default,
.bootstrap-select .btn-default:active:hover {
	background-color: #fff;
}

.bootstrap-select .dropdown-menu,
.bootstrap-select.btn-group .dropdown-menu li a {
	font-size: 12px;
}

.bootstrap-select .bs-searchbox .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
}

.pagination {
	margin: 10px 0;
}

/* Redisenio Modal */
.modal-xlg {
	width: 90%;
	margin: 10px auto;
}

.modal-header {
	background-color: #e6e8e0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: 1px solid #c8c8c8;
}

.modal-header .modal-title {
	text-align: center;
}

.modal-header button.close {
	font-size: 30px;
}

/* Redisenio Ajax-Upload */
.ajax-upload-dragdrop {
	color: #585858;
	min-height: 60px;
}

.ajax-file-upload-statusbar {
	border: 0;
}

.ajax-file-upload-progress {
	width: 60%;
}

/* Margenes y Padding */
.no_margin {
	margin: 0;
}

.margin_all {
	margin: 10px;
}

.margin_top {
	margin-top: 10px;
}

.margin_right {
	margin-right: 10px;
}

.margin_bottom {
	margin-bottom: 10px;
}

.margin_left {
	margin-left: 10px;
}

.padding_top {
	padding-top: 10px;
}

.padding_right {
	padding-right: 10px;
}

.padding_bottom {
	padding-bottom: 10px;
}

.padding_left {
	padding-left: 10px;
}

.border_all {
	border: 1px solid #c8c8c8;
}

.border_top {
	border-top: 1px solid #c8c8c8;
}

.border_right {
	border-right: 1px solid #c8c8c8;
}

.border_bottom {
	border-bottom: 1px solid #c8c8c8;
}

.border_left {
	border-left: 1px solid #c8c8c8;
}

.no_border {
	border-width: 0 !important;
}
.no_border_top {
	border-top-width: 0 !important;
}

.no_border_right {
	border-right-width: 0 !important;
}

.no_border_bottom {
	border-bottom-width: 0 !important;
}

.no_border_left {
	border-left-width: 0 !important;
}

.border_rounded {
	border-radius: 10px;
}

/* Imagenes */
.center_img {
	display: block;
	margin: auto;
}

img.micro_icon {
	max-height: 20px;
	max-width: 20px;
}

img.min_icon {
	max-height: 23px;
	max-width: 23px;
}

img.normal_icon {
	width: 25px;
	height: 25px;
}

img.max_icon {
	max-height: 35px;
	max-width: 35px;
}

img.shift_icon {
	max-height: 18px;
}

img.logo_max {
	max-height: 80px;
}

img.logo_dd {
	max-height: 40px;
}

img.logo_min {
	max-width: 80px;
	max-height: 32px;
}

.profile_pic {
	max-width: 140px;
	max-height: 140px;
}

.profile_pic_small {
	display: block;
	margin: auto;
	max-width: 85px;
	max-height: 85px;
}

.profile_pic_small_inactive {
	position: absolute;
	max-width: 85px;
	max-height: 85px;
}

/* SPAN de Color */
.rectangulo_color {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50px;
	height: 30px;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	border-radius: 0;
	border: 1px solid #585858;
}

.menu_div .rectangulo_color {
	height: 20px;
	font-size: 13px;
}

a.rectangulo_color {
	cursor: pointer;
}

.rectangulo_color:hover {
	color: #FFF;
}

.circulo_color_small {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 10px;
	background-color: #FFF;
}

.popover-content ul .rectangulo_color {
	cursor: pointer;
	width: 40px;
	height: 20px;
}

/* Tour */
h3.popover-title {
	font-weight: bold;
}

.popover .popover-navigation .btn.disabled {
	visibility: hidden;
}

/*---------- LOGIN/REGISTRO ----------*/
#flag_name {
	font-size: 16px;
	vertical-align: text-top;
	vertical-align: -webkit-baseline-middle;
}

.flags-login .flag {
	padding-left: 15px;
}

.flags-login .btn-link:hover,
.flags-login .btn-link:focus {
	text-decoration: none;
}

#form-login .select_lang .dropdown .dropdown-toggle {
	border: none;
	font-size: 14px;
	padding: 10px 0 0 0;
}

#form-login .select_lang .dropdown .dropdown-menu .flag {
	margin-left: 10px;
}

.select_lang .flag {
	padding-left: 20px;
}

.start-wizard hr {
	border-color: #c7c7c7;
}

#form-login input[type='text'].input,
#form-login input[type='email'].input,
#form-login input[type='tel'].input,
#form-login input[type='number'].input,
#form-login select.input,
#form-login textarea.input,
#form-login input[type='password'].input,
#form-login input[type='search'].input,
#form-login input[type='url'].input {
	border: 1px solid #cecece;
	background-color: #eee;
}

#form-login select.input {
	height: 38px;
}
/*
.footer_login {
	color: white;
	padding: 10px 0;
}
*/
.footer_login i {
	font-size: 14px;
}
/*
.footer_login a {
	color: white;
}
*/
#form-login .footer_login .form-block .btn {
	border-color: white;
	padding: 10px;
	max-width: 50%;
	font-size: 16px;
	margin: auto;
}

#form-login .footer_login .form-block .btn:hover {
	border-color: white;
	background-color: white;
}
/*---------- MENU SUPERIOR ----------*/
/* Alert Principal */
.info_principal {
	position: fixed;
	z-index: 1080;
	width: 50%;
	margin: 0 25%;
}

.info_principal .alert {
	width: 100%;
	margin: auto;
	text-align: center;
}

.info_principal .alert .close {
	margin-top: -2px;
}

body.full_body .info_principal {
	margin: 0 0 0 18%;
}

body.full_body_online .info_principal {
	margin: 0 5%;
}

/* Menu */
header {
	display: block;
	float: left;
	width: 92%;
	max-width: 92%;
	margin: 10px 4% 15px 4%;
}

header .logo_div {
	float: left;
	max-width: 18%;
	width: 18%;
	margin-right: 1%;
	height: 86px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: transparent;
}

header .menu_div {
	float: left;
	width: 81%;
}

header .menu_div .row {
	margin: 0 0 0 15px;
}

header .menu_div .row .div_sucursales_emp {
	min-height: 20px;
}

header .menu_div .row .dropdown-menu {
	font-size: 12px;
	text-align: right;
	height: inherit;
}

.dropdown_menu_arrow:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.dropdown_menu_arrow.dropdown-menu-right:before {
	right: 12px;
	left: auto;
}

.dropdown_menu_arrow:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}

.dropdown_menu_arrow.dropdown-menu-right:after {
	right: 13px;
	left: auto;
}

/* Menu Enlaces */
header .row nav a {
	position: relative;
	float: left;
	color: #585858;
	font-size: 27px;
	line-height: 20px;
	margin-right: 28px;
	text-align: center;
	text-decoration: blink;
}


header .row nav a.active:before {
	position: absolute;
	bottom: -16px;
	left: 17px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 8px solid #ccc;
	border-left: 9px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

header .row nav a.active:after {
	position: absolute;
	display: inline-block;
	bottom: -19px;
	left: 16px;
	z-index: 1;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}

header .row nav a .text_menu {
	font-size: 12px;
}

/*---------- CONTENIDO GENERAL ----------*/
.content_app {
	display: block;
	float: left;
	max-width: 94%;
	width: 94%;
	margin: 0 3%;
}

/* Contenido Izquierda */
.content_app .content_left {
	float: left;
	max-width: 18%;
	width: 18%;
	margin-right: 1%;
}

.content_left .content_nota,
.content_left .content_accion {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	background-color: #e6e8e0;
}

.content_left .content_accion.bg_white {
	background-color: white;
}

.content_left .content_nota {
	padding: 5px 10px 15px 10px;
}

.content_left .content_nota .nota_title {
	text-align: center;
	margin-bottom: 15px;
}

.content_left .content_nota p {
	font-size: 11px;
	text-align: center;
}

.content_left .content_accion {
	position: relative;
	margin-top: 10px;
}

.content_left .content_accion .accion_title {
	text-align: center;
	font-size: 13px;
}

.content_left .content_accion .accion_content {
	padding: 10px;
	overflow: hidden;
	word-break: break-all;
	word-break: break-word;
	background-color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.content_left .content_accion .accion_content p {
	width: 100%;
	margin-bottom: 12px;
}

.content_left .content_accion .accion_content p i {
	margin-right: 10px;
}

/* Small Calendar */
#ui-datepicker-div {
	width: 14em;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#small_calendar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
}

#small_calendar .highlight a {
	color: red;
	font-weight: bold;
}

#small_calendar .ui-widget-content,
#ui-datepicker-div .ui-widget-content {
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	background: inherit;
}

#small_calendar .ui-widget-header,
#ui-datepicker-div .ui-widget-header {
	border: 0;
	background: #e6e8e0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#small_calendar .ui-datepicker-header a.ui-state-hover,
#ui-datepicker-div .ui-datepicker-header a.ui-state-hover {
	background-color: #f0814f;
}

#small_calendar .ui-datepicker .ui-datepicker-left-hover {
	left: 2px;
}

#small_calendar .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

#small_calendar .ui-datepicker table,
#ui-datepicker-div .ui-datepicker table {
	margin: 0;
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#small_calendar .ui-state-default,
#ui-datepicker-div .ui-state-default {
	border: 1px solid transparent;
	background: none;
	font-weight: normal;
	text-align: center;
	border-radius: 6px;
}

#small_calendar .ui-state-disabled {
        color: lightgray;
}


#small_calendar .ui-state-active,
#ui-datepicker-div .ui-state-active {
	background-color: #c32222;
	color: #FFFFFF;
}

#small_calendar .ui-state-hover,
#ui-datepicker-div .ui-state-hover {
	cursor: pointer;
	border-color: #FFF;
	background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

#small_calendar .ui-datepicker-calendar tbody tr:last-child td a,
#small_calendar .ui-datepicker-calendar tbody tr:last-child td span {
	margin-bottom: 10px;
}

/* Contenido Derecha */
.content_app .content_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 81%;
	max-width: 81%;
}

.content_app .content_right .box_white_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-width: 100%;
	min-height: 400px;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	background-color: white;
}

.content_app .content_right .nav-pills {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin: 3px;
}

.content_right .nav-pills > li > a {
	color: #585858;
	font-size: 12px;
	padding: 10px 12px;
	border-radius: 10px;
}

.content_right .nav-pills > li > a:focus,
.content_right .nav-pills > li > a:hover {
	color: #c32222;
	background-color: white;
}

.content_right .nav-pills > li.active > a,
.content_right .nav-pills > li.active > a:focus,
.content_right .nav-pills > li.active > a:hover {
	background-color: white;
	color: #c32222;
}

.content_right .nav-pills li.active a:before {
	position: absolute;
	bottom: -3px;
	left: 17px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 8px solid #c8c8c8;
	border-left: 9px solid transparent;
	content: '';
}

.content_right .nav-pills li.active a:after {
	position: absolute;
	display: inline-block;
	bottom: -6px;
	left: 16px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}

.content_right .tab-content,
.content_right .tab-content .tab-pane {
	float: left;
	width: 100%;
}

.content_right .tab-content .tab-pane {
	border-top: 1px solid #c8c8c8;
}

.content_right .sub_menu_tab {
	float: left;
	min-width: 100%;
}

.content_right .menu_acciones_vacio {
	float: left;
	width: 100%;
	padding: 10px 0;
}

.content_right .menu_acciones {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 10px;
}

.content_right .sub_menu_tab .barra_titulo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 0 10px;
	background-color: #e6e8e0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.content_right .table-responsive {
	float: left;
	width: 100%;
}

.content_right .sub_menu_tab .principal_content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 10px 20px;
}

.content_right .sub_menu_tab form .form-group,
.content_right .sub_menu_tab form .row {
	margin-bottom: 10px;
}

.content_right .sub_menu_tab .acciones_finales {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	padding: 10px;
	border-top: 1px solid #c8c8c8;
}

/*---------- FOOTER ----------*/
footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	font-size: 11px;
	margin: 10px 0;
	padding-left: 10px;
	border: 1px solid #c8c8c8;
	border-radius: 10px;
	background-color: #e6e8e0;
}

footer i {
	font-size: 14px;
	vertical-align: middle;
}

footer .logo_footer {
	float: right;
	margin: 5px 5px;
	max-height: 30px;
	max-width: 50%;
}

/*---------- COMPRA MODAL ----------*/
.modal-lg .modal-body .barra_titulo,
.modal-xlg .modal-body .barra_titulo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	background-color: #e6e8e0;
	border: 1px solid #c8c8c8;
}

.modal-xlg .table input[type='checkbox'] {
	margin-top: -13px;
}

.logo_transferencia {
	display: block;
	height: 40px;
	background-image: url(../i/logo_dentidesk.svg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}

/*---------- CONFIGURACION ----------*/
/* Contenido Izquierda */
.content_left_help .content_nota ul {
	padding-left: 20px;
	text-align: left;
}

.content_left_help .content_nota ul li {
	margin-bottom: 5px;
}

.content_left_help .li_btn_sucursal {
	margin-bottom: 5px;
	cursor: pointer;
}

/* Contenido Derecha */
#div_seleccione_color .popover {
	max-width: 455px;
	width: 455px;
}

#div_logo_empresa .img-thumbnail {
	display: table-cell;
	max-width: 380px;
	max-height: 380px;
	height: 380px;
	vertical-align: middle;
}

#div_logo_empresa .img-thumbnail img {
	max-width: 100%;
	max-height: 380px;
}

#config_agenda .icon_calendar {
	font-size: 18px;
}

/*---------- ADMINISTRACION ----------*/
/* Modal de Perfiles y Seleccion de Horarios */
#modal_horarios .table-bordered td {
	width: 50px;
	color: #b94a48;
	background-color: #f2dede;
}

#modal_permisos_perfil .table-bordered td.success,
#modal_horarios .table-bordered td.success {
	color: #468847;
	background-color: #dff0d8;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../i/iconos/tick_active.svg);
}

#modal_horarios label.checkbox {
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#modal_horarios label.checkbox input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: checkbox-container;
	appearance: none;
	margin: 0;
}

/* Admin Porcentaje Pago */

/* Admin Estados */
#menu_admin .icono_seleccionable {
	cursor: pointer;
	margin: 3px 5px;
}

/*---------- AGENDA ----------*/
/* Agenda Izquierda */
.content_accion.content_accion_first {
	margin-top: 0;
}

.div_styled_select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	height: 32px;
	margin: 3px 5px;
}

.div_styled_select i {
	position: absolute;
	top: 5px;
	width: 10%;
	z-index: 0;
}

.div_styled_select .pull-left {
	left: 2px;
}

.div_styled_select .pull-right {
	right: 2px;
}

.div_styled_select select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	left: 0;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 32px;
	padding: 0 12%;
	line-height: 20px;
	text-align: center;
	background-color: transparent;
}

.div_lista_profesionales {
	max-height: 360px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: white;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.div_lista_profesionales ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.div_lista_profesionales ul li {
	position: relative;
	padding: 4px 0;
	border-top: 1px solid #c8c8c8;
}

.div_lista_profesionales ul li.active {
	background-color: #e6e8e0;
}

.div_lista_profesionales ul li .radio {
	margin: 0 0 0 35px;
	cursor: pointer;
}

.div_lista_profesionales ul li .radio input {
	margin-top: 1px;
	cursor: pointer;
}

.content_accion .div_estados {
	height: 122px;
	position: relative;
	overflow: hidden;
}

.content_accion .div_estados.estados_open {
	padding-bottom: 40px;
}

.content_accion .ayuda_agenda {
	height: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.content_accion .ayuda_agenda.ayuda_open {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-bottom: 20px;
}

.content_accion .btn_ver_mas {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	cursor: pointer;
	text-align: center;
	padding: 10px 0 0 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.content_accion .btn_ver_mas .arrow_open {
	position: absolute;
	top: 0;
	left: 46%;
	display: inline-block;
	border-top: 6px solid #ffffff;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
	content: '';
}

.content_accion .btn_ver_mas .arrow_close {
	position: absolute;
	top: -6px;
	left: 46%;
	display: inline-block;
	border-top: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: '';
}

/* Agenda Derecha */
.div_principal_calendar .div_calendar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	float: left;
	line-height: 24px;
}

.div_principal_calendar .div_calendar .fc {
	padding: 10px;
}

/* Redisenio Calendario */
.fc-now-indicator {
	border-color: #f0814f;
}

.fc-time-grid .fc-now-indicator-line {
	border-top-width: 2px;
	z-index: 4;
}

.fc-toolbar {
	margin: 5px 0 15px 0;
}

.fc-toolbar .fc-left .tooltip {
	margin: 0;
}

.fc-toolbar .fc-center {
	vertical-align: middle;
}

.fc-toolbar .fc-center h2 {
	font-size: 20px;
}

.fc-view-container .fc-widget-header {
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

.fc-view-container .fc-widget-header small {
	padding: 0 2px;
}

.fc .fc-axis {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
	border-color: #c8c8c8;
}

.fc-agendaWeek-view .fc-slats .fc-widget-content {
	position: relative;
	border-style: dashed;
}

.fc-agendaWeek-view .fc-slats .fc-widget-content .fila_imagen {
	position: absolute;
	width: 100%;
	max-height: 120%;
}

.fc-widget-content .fc-bg .fc-state-highlight {
	background-color: #f8f8f8;
}

th.holiday,
.fc-ltr .fc-basic-view .holiday {
	color: #EB5A4F;
}

.fc-widget-content .fc-bg td.holiday {
	background-color: #FFDCDC;
	color: #EB5A4F;
}

/*-- BOTONES CALENDARIO --*/
.fc button {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px auto;
	background-color: transparent;
	width: 30px;
	height: 30px;
	border: none;
	box-shadow: none;
	text-indent: 9999px;
	overflow: hidden;
}

.fc-month-button {
	background-image: url(../i/iconos/mes.svg);
}

.fc-month-button.fc-state-active {
	background-image: url(../i/iconos/mes_active.svg);
}

.fc-agendaWeek-button {
	background-image: url(../i/iconos/semana_es.svg);
}

.fc-agendaWeek-button.lang_en {
	background-image: url(../i/iconos/semana_en.svg);
}

.fc-agendaWeek-button.fc-state-active {
	background-image: url(../i/iconos/semana_active_es.svg);
}

.fc-agendaWeek-button.fc-state-active.lang_en {
	background-image: url(../i/iconos/semana_active_en.svg);
}

.fc-agendaDay-button {
	background-image: url(../i/iconos/dia.svg);
}

.fc-agendaDay-button.fc-state-active {
	background-image: url(../i/iconos/dia_active.svg);
}

.fc-agendaDrs-button {
	background-image: url(../i/iconos/drs.svg);
}

.fc-agendaDrs-button.lang_en {
	background-image: url(../i/iconos/dr.svg);
}

.fc-agendaDrs-button.fc-state-active {
	background-image: url(../i/iconos/drs_active.svg);
}

.fc-agendaDrs-button.fc-state-active.lang_en {
	background-image: url(../i/iconos/dr_active.svg);
}

.fc-today-button {
	background-image: url(../i/iconos/hoy_es.svg);
}

.fc-today-button.lang_en {
	background-image: url(../i/iconos/hoy_en.svg);
}

.fc-today-button.fc-state-disabled {
	display: none;
}

.fc .fc-agendaReload-button {
	background-size: 18px;
}

.fc .fc-prev-button {
	background-image: url(../i/iconos/arrow_left.svg);
	background-size: 18px;
}

.fc .fc-next-button {
	background-image: url(../i/iconos/arrow_right.svg);
	background-size: 18px;
}

/* Redisenio Eventos */
.fc-event-container .fc-event {
	border-radius: 0;
}

.fc-event-container .fc-event .fc-content .my_icon_micro {
	margin: 2px 5px 0 10px;
}

.fc-time-grid-event .fc-time {
	font-size: 10px;
	padding-top: 3px;
}

.fc-time-grid-event .fc-title {
	font-size: 11px;
	padding: 4px 3px 0 7px;
}

.fc-event-container .fc-time-grid-event.fc-short .fc-time,
.fc-event-container .fc-time-grid-event.fc-short .fc-title {
	font-size: 10px;
	padding: 3px 0 0 0;
}

.event_nota .fc-content {
	padding: 2px 0 2px 10px;
}

.event_nota .fc-content .fc-title {
	padding: 3px 0 0 0;
}

/* Popover Eventos */
.fc-body .popover-content .estados_menu,
.fc-time-grid-container .popover-content .estados_menu {
	float: left;
}

.fc-body .popover-content .estados_menu button,
.fc-time-grid-container .popover-content .estados_menu button {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 2px 5px 5px 5px;
}

.fc-body .popover-content .estados_menu button .my_icon_min,
.fc-time-grid-container .popover-content .estados_menu button .my_icon_min {
	cursor: pointer;
}

/* Calendario Drs */
#calendario_todos .btn_imprimir {
	position: absolute;
	background-position: right;
	bottom: -2px;
	right: 2px;
}

#dentistas_dia {
	overflow-x: scroll;
	overflow-y: scroll;
	width: 100%;
}

#dentistas_dia tr th,
#dentistas_dia tr td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	vertical-align: top;
	min-width: 150px;
	max-width: 150px;
	padding: 0;
	border: 1px solid #777;
}

#dentistas_dia tr th {
	padding: 2px 5px;
}

#dentistas_dia tr th .btn_icon {
	padding: 1px;
}

#dentistas_dia tr td .fc-event {
	color: #585858;
	background-color: white;
	border-color: #585858;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-radius: 0;
	padding: 4px;
}

#dentistas_dia tr td .fc-event .fc-time {
	font-size: 10px;
	padding: 2px 0 2px 16px;
}

#dentistas_dia tr td .fc-event .fc-title {
	font-size: 11px;
	padding: 1px 0 0 2px;
}

#agenda_dr_print {
	margin: 1.5cm 1.5cm 2.0cm 1.5cm;
}

/*-- MODAL CITA --*/
#modal_cita .modal-header,
#modal_nota .modal-header {
	padding: 2px 15px;
}

#modal_cita .form-control,
#modal_nota .form-control {
	margin-bottom: 5px;
}

#modal_cita .profile_pic {
	margin-bottom: 5px;
}

#modal_cita .menu_estados .my_icon_min {
	margin-right: 5px;
}

#modal_cita td.top {
	vertical-align: top;
}

#modal_cita .dropdown-toggle span {
	font-size: 12px;
}

#estado_img {
	height: 20px;
	width: 20px;
}

.guardado_por {
	line-height: 30px;
	font-style: italic;
	color: rgb(84, 84, 84);
}

#cita_print {
	margin: 1.5cm 1.5cm 2.0cm 1.5cm;
}

#cita_print .logo_print {
	max-height: 85px;
}


/*---------- FICHA DEL PACIENTE ----------*/
/* Datos Izquierda */
#info_paciente_content {
	word-break: break-word;
}

.content_left .content_accion .accion_content.no_radius {
	border-radius: 0;
}

.content_accion .menu_ficha {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
	background-color: #e6e8e0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.content_accion .menu_ficha .btn-link {
	padding: 5px 2px;
}

/* Datos Derecha */
#datos_personales .form-control {
	margin-bottom: 10px;
}

#datos_personales .form-control.no_margin {
	margin: 0;
}

#datos_personales .radio-inline input[type=radio] {
	margin-top: 1px;
}

/*-- ODONTOGRAMA --*/
#odontograma_anamnesis {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 80%;
	padding: 10px;
	float: left;
}

.odontograma .boca img {
	position: absolute;
	width: 100px;
	max-width: none;
	left: -30px;
	cursor: pointer;
}

.odontograma .boca_completa img {
	top: -35px;
}

.odontograma .boca_mitad img {
	top: -50px;
}

.odontograma .diente_adulto img {
	height: 85px;
	width: auto;
	padding: 0 2px;
	cursor: pointer;
	z-index: 0;
}

.odontograma .diente_ninio img {
	height: 50px;
	width: auto;
	padding: 0 8px;
	cursor: pointer;
	z-index: 0;
}

.odontograma span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 13px;
	height: 13px;
	margin: 0 .5px;
	display: block;
	border-radius: 10px;
	border: 1px solid #000;
	background-color: #FFF;
	cursor: pointer;
	/* Texto dentro del cuadro */
	font-size: 8px;
	line-height: 12px;
	text-align: center;
}

.odontograma table.caras tr,
.odontograma table.caras tr td,
.odontograma table.caras tr td label {
	margin: 0;
}

.odontograma .border_right {
	border-right: solid 2px #AAA;
}

.odontograma .border_bottom {
	border-bottom: solid 2px #AAA;
}

.odontograma span.inline {
	display: inline-block;
}

.odontograma span.sano {
	background-color: #FFF;
}

.odontograma span.caries {
	background-color: #F00 !important;
	-webkit-print-color-adjust: exact;
	color: white !important;
}

.odontograma span.amalgama {
	background-color: #B1B1B1 !important;
	-webkit-print-color-adjust: exact;
}

.odontograma span.fractura {
	background-color: #ff6600 !important;
	-webkit-print-color-adjust: exact;
	color: white !important;
}

.odontograma span.sellante {
	background-color: #169800 !important;
	-webkit-print-color-adjust: exact;
	color: white !important;
}

.odontograma span.composite {
	background-color: #4e69a2 !important;
	-webkit-print-color-adjust: exact;
	color: white !important;
}

.odontograma span.incrustacion {
	background-color: #98dad3 !important;
	-webkit-print-color-adjust: exact;
}

.odontograma span.surco {
	background-color: rgb(231, 231, 0) !important;
	-webkit-print-color-adjust: exact;
}

.odontograma .diente_adulto.ausente,
.odontograma .diente_ninio.ausente {
	opacity: 0.3;
}

.odontograma .diente_adulto .cross,
.odontograma .diente_ninio .cross {
	position: absolute;
	top: 4px;
	left: 3px;
	opacity: 0.75;
	height: 90%;
	z-index: 1;
}

.odontograma .diente_adulto .implante_sup {
	position: absolute;
	z-index: 2;
	top: 1px;
	left: 0;
}

.odontograma .diente_adulto .implante_inf {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.odontograma .diente_ninio .implante {
	display: none;
}

.odontograma .diente_adulto .endodoncia,
.odontograma .diente_ninio .endodoncia {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
}

.odontograma .diente_adulto .corona_sup {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 3;
}

.odontograma .diente_adulto .corona_inf {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.odontograma .diente_ninio .corona_sup {
	position: absolute;
	bottom: 1%;
	left: 3px;
	opacity: 0.90;
	height: 85%;
	z-index: 3;
}

.odontograma .diente_ninio .corona_inf {
	position: absolute;
	bottom: 58%;
	left: 3px;
	opacity: 0.90;
	height: 85%;
	z-index: 3;
}

.odontograma .diente_adulto .lcnc {
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 3;
}

.odontograma .diente_ninio .lcnc {
	display: none;
}

/* Odontograma - Seleccion de Diagnosticos */
#odontograma_diagnosticos {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 20%;
	float: right;
	margin-top: 13px;
	padding: 5px 0 5px 15px;
	background-color: #e6e8e0;
	border: 2px solid #c8c8c8;
	border-right: 0;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#odontograma_diagnosticos .radio {
	position: relative;
}

#odontograma_diagnosticos .radio label {
	margin-bottom: 5px;
}

#odontograma_diagnosticos .radio input {
	z-index: 1;
	cursor: pointer;
	margin-top: 2px;
}

#odontograma_diagnosticos .radio span {
	position: absolute;
	top: -3px;
	left: -6px;
	width: 24px;
	height: 24px;
	z-index: 0;
	border-radius: 50px;
	border-color: #c8c8c8;
}

/* ODONTOGRAMA TRATAMIENTO */
.bootstrap-select.btn-group .dropdown-menu {
	max-width: 300%;
}

#odontograma_tratamiento table {
	text-align: center;
	margin: 10px auto;
}

#odontograma_tratamiento .td_tratamiento {
	cursor: pointer;
}

#odontograma_tratamiento .grupo_sup p {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 5px 0;
	margin: 5px 2px 0 2px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border: 1px solid #c8c8c8;
	border-bottom-color: transparent;
}

#odontograma_tratamiento .grupo_inf p {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 5px 0;
	margin: 0 2px 5px 2px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #c8c8c8;
	border-top-color: transparent;
}

/* TRATAMIENTO */
#mail_ppto_loader {
	min-height: 16px;
	margin-right: 0;
	margin-left: -12px;
	background-position: 0;
	cursor: initial;
}

.tabla_presupuesto .td_titulo {
	background-color: #e6e8e0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.tabla_presupuesto .input-group {
	width: 75px;
}

.tabla_presupuesto .input_micro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 46px;
	padding: 5px;
}

.pp_estado {
	width: 12px;
	height: 12px;
	display: block;
	margin: auto;
	border-radius: 10px;
	background-color: #FFF;
}

.abonos .pp_estado,
#div_agregar_pp_abono .pp_estado {
	display: inline-block;
}

#tabla_historial_evolucion .pp_div {
	display: inline-block;
	display: flex;
	display: inline-flex;
}

#tabla_historial_evolucion .pp_estado {
	margin: 2px 3px 0 0;
}

.pp_Completado {
	background-color: #468847;
}

.pp_En_Curso {
	background-color: #faa732;
}

.pp_Planificado {
	background-color: #b94a48;
}

.pp_Reversado {
	background-color: #777;
}

#tabla_presupuesto .caras_tags {
	font-family: 'Montserrat', 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: none;
	padding: 0;
	margin: 0;
}

#tabla_presupuesto .caras_tags li.tagit-choice-editable {
	margin: 1px;
	padding: .1em 18px .1em .4em;
}

#tabla_presupuesto .caras_tags li.tagit-new {
	margin: 1px;
	padding: 0;
	width: 80px;
}

#tabla_presupuesto .caras_tags .tagit-new input {
	border: 1px #CAD8F3 solid;
	background-color: #DEE7F8;
}

/*-- Presupuesto a Imprimir --*/
.impresion_div,
#impresion_div {
	margin: 1.5cm 1.5cm 2.0cm 1.5cm;
}

.impresion_div .td_title_print,
#impresion_div .td_title_print {
	vertical-align: top;
	margin-left: 1cm;
}

.impresion_div .logo_print,
#impresion_div .logo_print,
#impresion_pagos_subdiv .logo_print {
	max-width: 225px;
	max-height: 85px;
}

.impresion_div .text-titulo,
#impresion_div .text-titulo {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}

.impresion_div .div_sup,
#impresion_div .div_sup {
	width: 100%;
	float: left;
}

.impresion_div .div_izq,
#impresion_div .div_izq {
	width: 20%;
	float: left;
}

.impresion_div .div_der,
#impresion_div .div_der {
	width: 80%;
	float: right;
}

.impresion_div .div_izq_firma,
#impresion_div .div_izq_firma {
	width: 30%;
	float: left;
	margin-top: 60px;
	border-top: 1px solid #000;
	text-align: center;
}

.impresion_div .div_der_firma,
#impresion_div .div_der_firma {
	width: 30%;
	float: right;
	margin-top: 60px;
	border-top: 1px solid #000;
	text-align: center;
}

/* Ficha -> Imagenes */
#carrusel_imagenes {
	height: 450px;
	background-color: #000;
}

#carrusel_imagenes img {
	max-height: 450px;
	margin: auto;
}

#imagenes .carousel-control {
	width: 10%;
}

#imagenes .carousel-inner,
#imagenes .carousel-inner .item {
	height: 100%;
}

#imagenes .carousel-caption {
	top: inherit;
	right: inherit;
	bottom: 0;
	left: 0;
	max-height: 100px;
	padding: 10px 60px;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.5);
}

#modal_imagenes,
#modal_imagenes .modal-dialog,
#modal_imagenes .modal-dialog .modal-content {
	overflow-x: scroll;
}

#modal_imagenes .modal-body {
	background-color: #000;
	padding: 0;
}

#carrusel_imagenes_modal {
	height: 540px;
}

#carrusel_imagenes_modal img {
	max-height: 540px;
	margin: auto;
}

.imagen_galeria {
	height: 105px;
	margin: 10px 5px;
	cursor: pointer;
}

.imagen_galeria .imagen {
	display: table;
	max-width: 100%;
	max-height: 80px;
	z-index: 1;
}

.imagen_galeria .cancelar_btn {
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 2px;
	height: 25px;
	background-color: #000;
	opacity: 0.6;
}

/*-- RECETA - INTERCONSULTA - DERIVACIONES --*/
.seccion_imprimible .logo_documento {
	max-width: 180px;
	max-height: 70px;
}

.texto_previsualizacion_documento {
	min-height: 60px;
}

.footer_documento {
	padding-top: 60px;
}

.seccion_imprimible .div_izq_firma {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	float: left;
	border: 1px solid #000;
}

.seccion_imprimible .div_der_firma {
	width: 40%;
	float: right;
	margin-top: 130px;
	border-top: 1px solid #000;
	text-align: center;
}

#modal_orden_laboratorio .div_der_firma {
	width: 80%;
	margin: 130px 10% 0 10%;
}

/*-- ORDENES DE LABORATORIO --*/
.sub_menu_tab .form-horizontal .control-label {
	text-align: left;
	font-weight: normal;
}

.ol_Enviado,
.rx_Solicitado {
	background-color: #b94a48;
}

.ol_Recibido {
	background-color: #faa732;
}

.ol_Reenviado {
	background-color: #b94a48;
}

.ol_Completado,
.rx_Recibido {
	background-color: #468847;
}

.orden_laboratorio ul.tagit {
	padding: 0 5px;
	margin: 0;
}

/*-- ORDENES DE RADIOLOGIA --*/
.content_right .sub_menu_tab .accordion_rayos {
	margin: 0;
}

.content_right .sub_menu_tab .accordion_rayos .panel-heading {
	border: 1px solid #c8c8c8;
}

.content_right .sub_menu_tab .accordion_rayos .panel-body {
	border: 1px solid #c8c8c8;
	border-top: 0;
	padding: 10px;
}

.accordion_rayos .input_micro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 75px;
	margin-left: 10px;
}

#modal_orden_rayos li.margin_left {
	list-style-type: circle;
}

#tabla_rayos .tipo_entrega {
	padding: 0 0 0 15px;
}

/*-- EVOLUCION E HISTORIAL --*/
.content_right .sub_menu_tab .panel-heading {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #f0814f;
	margin-top: 15px;
	border-radius: 0;
	background-color: #e6e8e0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.content_right .sub_menu_tab .panel-title {
	font-size: 14px;
}

.content_right .sub_menu_tab .panel-default {
	border: none;
	box-shadow: none;
}

.content_right .sub_menu_tab .panel-body {
	padding: 15px 0;
	border: none;
}

.dropdown .pp_estado {
	display: inline-block;
}

.dropdown-menu .text-warning {
	color: #faa732;
}

.dropdown-menu a.text-warning:hover,
.dropdown-menu a.text-warning:focus {
	background-color: #faa732;
	background-image: none;
	color: #FFF;
}

.dropdown-menu .text-error {
	color: #b94a48;
}

.dropdown-menu a.text-error:hover,
.dropdown-menu a.text-error:focus {
	background-color: #b94a48;
	background-image: none;
	color: #FFF;
}

.dropdown-menu .text-success {
	color: #468847;
}

.dropdown-menu a.text-success:hover,
.dropdown-menu a.text-success:focus {
	background-color: #468847;
	background-image: none;
	color: #FFF;
}

.dropdown-menu .text-reversed {
	color: #777;
}

.dropdown-menu a.text-reversed:hover,
.dropdown-menu a.text-reversed:focus {
	background-color: #777;
	background-image: none;
	color: #FFF;
}

#evolucion_print {
	margin: 1.5cm 1.5cm 2.0cm 1.5cm;
}

/*-- PAGOS --*/
.detalle_ingreso_pago_tarjeta td,
.abonos .table .prestaciones_pagadas {
	vertical-align: top;
}

.presupuesto .sin_presupuesto {
	min-height: 200px;
}

.chart_div {
	float: left;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.abonos .informacion_pago td {
	padding: 0 5px 10px 5px;
}

.abonos .pp_checkbox {
	cursor: pointer;
}

/*-- Insumos --*/
#main_content .div_multiplicador {
	display: inline-block;
	float: none;
	margin-left: 5px;
}

/*-- Reportes --*/
.reporte_select_1,
.reporte_select_2 {
	display: block;
}

/*-- Configuracion cuenta --*/
.progress {
	margin-bottom: 10px;
}

#observacion_modal {
	position: fixed;
	margin: 0;
	width: 80%;
	left: 10%;
	top: 2%;
	text-align: left;
}

/***** Agenda Online *****/
header .logo_div.logo_agenda_online {
	float: none;
	max-width: 30%;
	width: 30%;
	margin: 0 auto;
}

header.header_agenda_online {
	float: none;
	position: relative;
}

body.full_body_online {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
	margin: 0 20%;
	background-image: none;
}

.header_agenda_online .ref_logo {
	position: absolute;
	right: 0;
	max-width: 18%;
	width: 18%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: transparent;
}

#datepicker_citas .ui-datepicker {
	font-size: 1.1em;
}

#datepicker_citas .ui-datepicker-group-first .ui-widget-header {
	border-top-right-radius: 0;
}

#datepicker_citas .ui-datepicker-group-last .ui-widget-header {
	border-top-left-radius: 0;
}


.panel-default .panel-heading {
	background-color: transparent;
}

.panel-default .panel-heading.color_heading {
	color: #ffffff;
	border-radius: 0;
}

.panel-default>.panel-heading .badge {
	background-color: #ffffff;
}

.panel-default>.panel-heading .badge.badge_collapsed {
	color: #ffffff;
	background-color: #868686;
}

.panel-default .panel-heading.color_heading a:hover {
	color: #ffffff;
}

.panel-default .panel-heading.color_heading.first_heading {
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.color_heading_collapsed {
	background-color: #f5f5f5;
	color: #58585d;
}

.full_body_online .panel {
	border: 2px solid transparent
}

.full_body_online .panel-group {
	border-radius: 20px;
	margin-top: -20px;
}

.full_body_online .panel-group .panel {
	border-radius: 0;
	border-width: 0;
	background-color: transparent;
}

.full_body_online .panel-group .panel.border_bottom {
	border-bottom-width: 2px;
}

.full_body_online .panel-group .panel+.panel {
	margin: 0;
	border-radius: 0;
}

.full_body_online .panel-title {
	font-size: 13px
}

.centra_info_per {
	margin: auto;
}

/*----- FICHA ESPECIALIDAD -----*/
/* Fichas General */
.cuadro_flecha {
	width: 61px;
	height: 133px;
}

.menu_flechas {
	display: inline-block;
	padding: 0;
}

.menu_flechas ul {
	margin: 0;
}

.li_menu_flechas {
	display: inline-block;
	width: 25px;
	text-align: center;
	cursor: pointer;
}

.li_menu_flechas:hover {
	background-color: #ececec;
}

.li_menu_flechas img {
	height: 50px;
}

/* Ficha de Disfuncion/TTM */
#form_ficha_ttm .input_micro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 5px;
}

#form_ficha_ttm select {
	display: block;
	margin: 0 auto 10px auto;
}

#palpacion_imagen {
	width: 320px;
	height: 174px;
}

#palpacion_imagen canvas {
	background-image: url(../i/lateral.png);
	cursor: crosshair;
}

.trayectoria_img {
	cursor: pointer;
	text-align: center;
	height: 123px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px 123px;
}

/* Ficha de Endodoncia */
.tabla_sintomatologia tr,
.tabla_sintomatologia tr td {
	vertical-align: top;
}

.tabla_sintomatologia .checkbox-inline {
	width: 45%;
	margin: 3px 0;
}

.sym_selectable .dropdown-menu li {
	cursor: pointer;
}

/* Ficha de Periodoncia */
#form_ficha_periodoncia .input_micro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	text-align: center;
	margin: 0 auto 5px auto;
	padding: 5px;
}

.tabla_periodoncia .n_diente,
.tabla_periodoncia .td_padding {
	padding: 5px 10px;
}

/* Periodontograma */
.table tbody tr .td_periodontograma_title {
	border-color: #aaaaaa;
	padding: 5px;
}

.table tbody tr .td_periodontograma {
	max-width: 55px;
	border-color: #aaaaaa;
	padding: 2px 1px;
	text-align: center;
}

.table tbody tr .td_periodontograma div {
	display: inline-block;
}

.cara_periodontograma {
	max-width: 16px;
	min-width: 14px;
	border: 1px solid #cccccc;
	min-height: 23px;
	display: inline-block;
	cursor: pointer;
}

.p_movilidad {
	width: 45px;
	height: 23px;
	text-align: center;
	border: 1px solid #cccccc;
	margin: auto;
}

.p_encia,
.p_saco,
.p_insercion {
	width: 14px;
	text-align: center;
	font-size: 10px;
	border: 1px solid #cccccc;
	height: 23px;
	padding: 0px;
	display: inline-block;
}


.p_sangr_rojo{
	background-color: #FF0000;
}

.p_supur_amarillo {
	background-color: #D7DF01;
}

.p_furca_gris {
	background-color: #848484;
}

/* Ficha de Ortognatica */
#form_ficha_ortognatica .input_micro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 40px;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 5px;
}

.imagen_ortognatica {
	width: 320px;
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 420px;
	margin: 20px 30px;
	display: inline-block;
}

.imagen_ortognatica_ancha {
	width: 350px;
	height: 210px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 315px auto;
	margin: 20px 20px;
	display: inline-block;
}

.imagen_ortognatica .ort_input,
.imagen_ortognatica_ancha .ort_input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 45px;
	padding: 5px;
	min-height: 20px;
	text-align: center;
	position: absolute;
	border-color: #c8c8c8;
}

/* Primera Imagen Ortognatica */
#input_1_ficha_ortognatica {
	top: 165px;
	left: 20px;
}

#input_2_ficha_ortognatica {
	top: 255px;
	left: 20px;
}

#input_3_ficha_ortognatica {
	top: 320px;
	left: 20px;
}

#input_18_ficha_ortognatica {
	top: 265px;
	left: 200px;
}

#input_19_ficha_ortognatica {
	top: 297px;
	left: 200px;
}

#input_20_ficha_ortognatica {
	top: 329px;
	left: 200px;
}

#input_21_ficha_ortognatica {
	top: 361px;
	left: 200px;
}

/* Segunda Imagen Ortognatica */
#input_4_ficha_ortognatica {
	top: 108px;
	left: 115px;
}

#input_5_ficha_ortognatica {
	top: 185px;
	left: 5px;
}

#input_6_ficha_ortognatica {
	top: 232px;
	left: 5px;
}

#input_7_ficha_ortognatica {
	top: 306px;
	left: 5px;
}

#input_8_ficha_ortognatica {
	top: 185px;
	left: 225px;
}

#input_9_ficha_ortognatica {
	top: 232px;
	left: 225px;
}

#input_10_ficha_ortognatica {
	top: 306px;
	left: 225px;
}

/* Tercera Imagen Ortognatica */
#input_22_ficha_ortognatica {
	top: 85px;
	left: -15px;
}

#input_23_ficha_ortognatica {
	top: 105px;
	left: 70px;
}

#input_24_ficha_ortognatica {
	top: 105px;
	left: 222px;
}

#input_25_ficha_ortognatica {
	top: 80px;
	left: 280px;
}

/* Cuarta Imagen Ortognatica */
#input_11_ficha_ortognatica {
	top: 235px;
	left: 240px;
}

#input_12_ficha_ortognatica {
	top: 290px;
	left: 225px;
}

#input_13_ficha_ortognatica {
	top: 325px;
	left: 212px;
}

#input_14_ficha_ortognatica {
	top: 356px;
	left: 120px;
}

#cervico_prop {
	position: absolute;
	top: 390px;
	left: 66px;
}

#tabla_ortognatica {
	position: absolute;
	top: 96px;
	left: 300px;
}

#tabla_ortognatica td {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 50px;
	width: 50px;
}

#tabla_ortognatica textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 50px;
	height: 100%;
	text-align: center;
	resize: none;
}

/* Quinta Imagen Ortognatica */
#input_15_ficha_ortognatica {
	top: 85px;
	left: 135px;
}

#input_16_ficha_ortognatica {
	top: 136px;
	left: 305px;
}

#input_17_ficha_ortognatica {
	top: 170px;
	left: 260px;
}

.nariz_img {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	cursor: pointer;
	text-align: center;
	width: 120px;
	height: 240px;
	background-image: url(../i/especialidad/nariz_1.png);
	background-repeat: no-repeat;
	background-size: 120px auto;
	background-position: center;
	border: 1px solid #c8c8c8;
}

.cuadro_nariz {
	width: 60px;
	height: auto;
}

.menu_nariz {
	display: inline-block;
	display: inline-flex;
	padding: 0;
}

.li_menu_nariz {
	display: inline-block;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

.li_menu_nariz:hover {
	background-color: #ececec;
}

#modelo_imagen {
	width: 320px;
	height: 217px;
}

#modelo_imagen canvas {
	background-image: url(../i/especialidad/ortognatica_modelo.png);
	cursor: crosshair;
}

/* Ficha Ortodoncia */
#tabla_cefalometrico .has-error .form-control.input-sm.valida_norma,
#tabla_espacio_necesario .has-error .form-control.input-sm.valida_norma {
	background-color: #EBA582;
	color: white;
}

#tabla_cefalometrico .form-control.input-sm {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 60px;
	padding: 5px 8px;
	text-align: right;
}

#tabla_analisis_modelo .border_right {
	border-right: solid 2px #AAA;
}

#tabla_analisis_modelo .border_bottom {
	border-bottom: solid 2px #AAA;
}

#tabla_analisis_modelo .form-control.input-sm {
	text-align: right;
}

#tabla_analisis_modelo .radio {
	margin: 0;
}

#tabla_espacio_disponible .form-control.input-sm {
	text-align: right;
}

/* Administrador VETDESK */
.content_table {
	background-color: white;
	padding: 10px 5px;
	border: 1px solid #ccc;
}

.content_table .table {
	background-color: white;
}

.dataTables_wrapper {
	margin-bottom: 10px;
}

.dataTables_length,
.dataTables_info {
	margin-left: 15px;
}

.dataTables_filter,
.content_right .dataTables_wrapper .dataTables_paginate {
	margin-right: 15px;
}

label.btn-radio.btn-success{
	background-color: #c8c8c8;
	border-color: #a0a0a0;
	color: #333;
}
label.btn-radio.btn-success.active{
	color: white;
}

.note-editor button.note-btn{
	height: 30px !important;
}

.table{
	font-size:12px;
}

.mb-0 {
	margin-bottom: 0;
}

a.btn-radio.btn-success {
    background-color: #c8c8c8;
    border-color: #a0a0a0;
    color: #333;
}

a.btn-radio.btn-success.active {
    background-color: #3f5773;
    border-color: #2d4765;
	color: white;
}

.desactivar_nubox_etiqueta {
    pointer-events: none;
    color: grey;
    cursor: default;
}



/*INICIO ESTILO CARGA MASIVA*/
:root{
	--verde: #c32222;
	--naranjo: #F0814F;
}
.d-flex-row{
	display: flex!important;
	flex-direction: row;
	flex-wrap: wrap;
}
.align-items-center{
	align-items: center;
}
.text-color{
	color: var(--verde);
}

.caracteristicas_carga{
	padding-left: 2rem;
}
ol.caracteristicas_carga li::marker{
	color: var(--naranjo);
	font-weight: 600;
}

.new-titulo{
	font-size: 20px;
	font-weight: 500;
	color: #333;
}
.cont-clinica{
	border-radius: 10px;
	background-color: #F5F6F6;
	padding: 1rem;
}
.cont-clinica p{
	margin-bottom: 0;
}

.btn-verde{
	background-color: var(--verde);
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
	transition: all .1s ease-in;
}
.btn-verde:is(:hover,:focus){
	background-color: #91493c;
	color: #fff;
}
.btn-naranjo{
	background-color: var(--naranjo);
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
}
.btn-naranjo:is(:focus,:hover){
	background-color: #D37449;
	color: #fff;
}
.btn-gris{
	border-radius: 8px;
	font-size: 14px;
	background-color: #ACACAC;
	color: #fff;
}
.btn-gris:is(:hover,:focus){
	background-color: #989898;
	color: #fff;
}

.stepwizard-step{
	padding: 0;
}
.btn-step{
	padding: 1rem .5rem;
	border:none;
	border-bottom: 3px solid #D2D3D5;
	background-color: #fff!important;
	border-radius: 0;
	width: 100%;
	display: inline-flex;
	box-shadow: none!important;
	text-align: left;
}
.btn-step .icono_step{
	background-color: #EDEDED;
	border-radius: 8px;
	padding: 1rem;
	height: 44px;
	width: 44px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}
.btn-step .icono_step i{
	color: #575756;
	font-size: 20px;
}
.btn-step p{
	margin-bottom: 0;
}
.btn-step.active{
	border-bottom-color: var(--verde);
}
.btn-step.active .icono_step{
	background-color: var(--verde)!important;
}
.btn-step.active .icono_step i{
	color: #fff;
}
.btn-step.active small{
	color: var(--verde);
}
.btn-step.done{
	border-bottom-color: var(--verde);
}
.btn-step.done .icono_step{
	background-color: rgba(180, 56, 56, 0.17);
}
.btn-step.done .icono_step i{
	color: var(--verde);
}
.contenido_step{
	border-radius: 20px;
	padding: 3rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	text-align: left;
}
.contenido_step h3{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.contenido_step .linea-verde, .cont-clinica .linea-verde{
	height: 1px;
	width: 80px;
	background-color: var(--verde);
	margin:2rem auto;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control[type=file] {
    overflow: hidden;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35px;
    margin-bottom: 1rem;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 35px;
    padding: 1rem 0.8rem 1rem 14.5rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file-label::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 35px;
    padding: 1rem 0.8rem;
    line-height: 1.5;
    color: #495057;
    content: "Seleccionar archivo";
    background-color: #e9ecef;
    border-right: inherit;
    border-radius: 0.25rem 0 0 0.25rem;
}
.custom-file:hover{
	cursor: pointer;
}

.btn-group .btn-radio{
	min-width: 45px;
	background-color: #fff!important;
	border-color: var(--verde)!important;
	color: var(--verde)!important;
}
.btn-group .btn-radio.active{
	background-color: var(--verde)!important;
	color: #fff!important;
}

.revision-registros{
	background-color: #F5F6F6;
	border-radius: 8px;
	padding: 1rem;
	margin-top: 2rem;
}
.revision-registros p{
	margin:0 0 .5rem;
}
.revision-registros h5{
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.contenido_step.resultado-carga{
	background-color: rgba(0, 166, 86, 0.09);
	box-shadow: none;
	text-align: center;
}
.contenido_step.resultado-carga i.icono{
	font-size: 60px;
	line-height: 60px;
}
/*FINAL ESTILO CARGA MASIVA*/

/* CSS MODULO PERFILES */
.titulo-ficha {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 21px;
  margin-bottom: 0;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--verde);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--verde);
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}
.form-check {
	display: block;
	min-height: 1.5rem;
	/*    padding-left: 1.5em;*/
	margin-bottom: 0.5rem;
	margin-top: 0;
 }
 .form-check label{
	padding-left: 1.8em;
 }
 .form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
 }
 .form-check-input {
	width: 1.3em;
	height: 1.3em;
	margin-top: 0!important;
	vertical-align: top;
	background-color: #fff;
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #dee2e6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
 }
 .form-check-input[type=checkbox] {
	border-radius: 0.25em;
	margin-left: -1.8em!important;
 }
 .form-check-input[type=checkbox]:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
 }
 .form-check-input:checked[type=checkbox] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	background-color: #0d6efd;
	border-color: #0d6efd;
 }
 
 .inactivo{
	font-size: 12px;
	color: #888;
 }
 .activo{
	font-size: 12px;
	color: var(--verde);
 }
 .toggle-opcion{
	background-color: #F5F6F6;
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: .8rem;
 }
 .justify-content-between {
    justify-content: space-between;
}
/* FIN MODULO PERFILES*/


#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	display: none;
}

.circle-loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#loader-text {
	margin-top: 20px;
	font-size: 18px;
	color: #555;
}