@charset "utf-8";
/* CSS Document */
html, body {
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.tooltip .tooltip-inner {
	font-size: 80%;
	font-weight: bold;
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 1px;
}

.modal {
	background-color: rgba(0,0,0,0.8);
}
.modal-backdrop {
	background-color: rgba(0,0,0,0)
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fixed-size {
	width: 100% !important;
	height: auto !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {    
    border-color: #e9ecef #e9ecef #fff;
}
.nav-tabs {
    border-bottom: 2px solid #e9ecef;
}
#left_bar {
	display: none;
}
#left_bar.show {
	display: block;
}
#left_bar .main_menu {
	margin-left: 0px;
}
#left_bar.toggle_menu .main_menu {
	margin-left: -60px;
}
#left_bar .main_menu .icon_main_menu:before {
	content: "\f137";
}
#left_bar.toggle_menu .main_menu .icon_main_menu:before {
	content: "\f138";
}
#left_bar .over-black {
	display: none;
}
#left_bar.sh-second-menu .over-black {
	display: block;
}
#left_bar .second_menu {
	left: -310px;
}
#left_bar.sh-second-menu .second_menu {
	left: 0px;
}
#left_bar a {
	text-decoration: none;
}
#left_bar a.active {
	color: #60686f;
}

#loader {
	overflow: hidden;
	display: flex;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: 99999;
}
#loader .drop_anime {	
	background-image: url("../images/drop.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 2px;	
	opacity: 0.6;
}
#loader .drop_anime.on {	
	-webkit-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-duration: 1.2s;	
	-webkit-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(20);
	-ms-animation-timing-function: steps(20);
	-moz-animation-timing-function: steps(20);
	animation-timing-function: steps(20);
	-webkit-animation-name: drop;
	-ms-animation-name: drop;
	-moz-animation-name: drop;
    animation-name: drop;
}
@-webkit-keyframes drop {
   100% { background-position: 100% 2px; }
}
@-ms-keyframes drop {
   100% { background-position: 100% 2px; }
}
@-moz-keyframes drop {
   100% { background-position: 100% 2px; }
}
@keyframes drop {
   100% { background-position: 100% 2px; }
}

.anirota {
	-webkit-animation-duration: 20s;
	-ms-animation-duration: 20s;
	-moz-animation-duration: 20s;
	animation-duration: 20s;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: anirota;
	-ms-animation-name: anirota;
	-moz-animation-name: anirota;
    animation-name: anirota;
}
.anirota.reverse {
	-webkit-animation-direction: reverse;
	-ms-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
.anirota.flip img {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
@-webkit-keyframes anirota {
   from {
	   -webkit-transform: rotate(0deg);
	   -ms-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-ms-keyframes anirota {
   from {
	   -webkit-transform: rotate(0deg);
	   -ms-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes anirota {
   from {
	   -webkit-transform: rotate(0deg);
	   -ms-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes anirota {
   from {
	   -webkit-transform: rotate(0deg);
	   -ms-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	   transform: rotate(0deg);
	} to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#paralal .rama {
	top: 0px;
	left: 0px;
	background-image: url("../images/rama.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}

#recG > div, #recGm > div {
	height: 61px !important;
}

#recG > div > div, #recGm > div > div {
	-webkit-transform: scale(0.77);
	-ms-transform: scale(0.77);
	-moz-transform: scale(0.77);
	transform: scale(0.77);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-moz-transform-origin: top;
	transformtransform-origin: top;
}

small.extrasm {
	font-size: 70%;
}

.navbar-links > * {	
	padding: 0px 0.25rem;
}
.navbar-links > *:last-child {	
	padding-right: 0px;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {    
    height: calc(1.8125rem + 4px);
}
.input-group-text {
	border-width: 2px;
}
select.form-control {
	/*-webkit-appearance: none;*/
}

.input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-append > .btn {   
    border-radius: 0.7rem;
}
.input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {   
    border-radius: 0.4rem;
}
.input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {   
    border-radius: 1rem;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-wrapper {
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
}

ul.parsley-errors-list {
	margin-bottom: 0px;
    font-size: 60%;
    text-align: right;   
    list-style: none;
    padding: 0px 1rem 0px 0px;
    color: #dc3545;
    font-weight: bold;
}

ul.parsley-errors-list li::before {
	font-family: 'Font Awesome 5 Free';
    content: "\f05a";
	font-weight: bold;
	padding-right: 3px;	
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu {
	margin: 0.5rem 0 0;
}
.dropdown-toggle.dropdown-noarrow::after {
	display: none;
}

.file-caption.kv-fileinput-caption.icon-visible {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.file-input.theme-fas {
	width: 100%;
}
.file-input.theme-fas .file-preview-thumbnails {
	display: inline-block;
}
.border-preselect {
	border-top-right-radius: 0.7rem !important;
    border-bottom-right-radius: 0.7rem !important;
}
.file-drop-zone-title {
	font-size: 1rem;
}

.abc-checkbox label::before {
	border-width: 2px;
}
.abc-checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
	font-weight: bold;
}
.abc-checkbox label:after {
    padding-left: 0px;
    padding-top: 2px;
    font-size: 10px;
}
.abc-checkbox.abc-checkbox-md label {
	padding-left: 13px;
	min-height: 25px;
	display: inline-flex;
	align-items: center;
	text-align: left;
	padding-right: 1.25rem;
}
.abc-checkbox.abc-checkbox-md label::before {
	width: 25px;
	height: 25px;
	top: 0px;
}
.abc-checkbox.abc-checkbox-md label::after {
	width: 24px;
	height: 24px;
	font-size: 15px;
	top: 1px;
	text-align: center;
}
.abc-checkbox.abc-checkbox-lg label {
	padding-left: 23px;
	min-height: 35px;
	display: inline-flex;
	align-items: center;
	text-align: left;
	padding-right: 1.25rem;
}
.abc-checkbox.abc-checkbox-lg label::before {
	width: 35px;
	height: 35px;
	top: 0px;
}
.abc-checkbox.abc-checkbox-lg label::after {
	width: 34px;
	height: 34px;
	font-size: 20px;
	top: 1px;
	text-align: center;
}

.ms-container {
    background: none;    
}

.ms-container .ms-list {
	border-radius: 0.7rem;
	border: 2px solid rgba(0, 0, 0, 0.15);
	overflow-x: hidden;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {    
    font-size: 85%;
}

.ms-container .ms-optgroup-label {    
    font-size: 85%;
	font-weight: bold;
}

.ms-container .ms-selectable li.disabled, .ms-container .ms-selection li.disabled {    
    display: none;
}

img.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.data-table {
	font-size: 0.7rem;
}
table.dataTable.data-table th > select, table.dataTable.data-table th input {
	font-size: 0.7rem;
	font-weight: bold;
}
table.dataTable.data-table th input.form-control[readonly] {
	background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}
table.dataTable.data-table td, table.dataTable.data-table th {
    -webkit-box-sizing: border-box;    
    box-sizing: border-box;
	vertical-align: middle;
}
.table-bordered thead th {
	border-bottom-width: 0px;
	border-top-width: 0px;
}
.dt-buttons.btn-group {
	width: auto;
	margin-bottom: .5rem;
}
.dt-buttons.btn-group > .dropdown-toggle {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dt-button-collection.dropdown-menu {
	padding: 0px;
    overflow: hidden;
    font-size: 80%;
}
.dt-button-collection.dropdown-menu .dropdown-item {	
    border-top: solid 1px #dee2e6;
}
.dt-button-background {
	background-color: rgba(255,255,255,0.6);
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0px;
	width: 1%;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: unset;
	top: 50% !important;
	margin-top: -8px;
    display: block;
    opacity: 0.3;	
	right: 0.5em !important;
	content: "\f0dc";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	display: none;
	content: none;
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc_disabled:before {    
    content: "\f161";
	transform: scaleY(-1);	
}
table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc_disabled:before {    
    content: "\f161";	
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
	opacity: 1;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 1.1rem;
    top: 50%;
    margin-top: -8px;    
    left: 6px;
    height: auto;
    width: auto;
    display: block;
    position: absolute;   
    border: none;
    border-radius: unset;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;    
    line-height: 1rem;    
    background-color: transparent;
    content: '\f055';
    color: #868e96;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {    
    content: '\f056';
    background-color: transparent;
}
table.dataTable .dtr-details .dtr-data {
	display: block;
}
table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 2px solid #e9ecef;    
}
table.dataTable>tbody>tr.child ul.dtr-details {
	width: 100%;
}
table.dataTable .dtr-details .dtr-data .btn-block {
	width: auto;
    min-width: 100px;
}
div.dataTables_wrapper div.dataTables_info {   
    white-space: normal;
}

#iframe_cont {
	width: 100%;
	height: 568px;
}

#bloquesbrbf-cont {
	height: auto;
	overflow-y: auto;
	margin-bottom: 10px;
}

#bloques .bloque-brbf {
	width: 100%;
	position: relative;
	min-height: 100px;
	padding: 30px 10px 10px 10px;
	border: dashed 2px rgba(0,0,0,0.15);
	margin-bottom: 0.75rem;
	text-align: center;
}

.note-popover .popover-content, .panel-heading.note-toolbar {   
    background-color: #f8f9fa;
}

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
    min-width: 200px;
}

.note-editor.note-frame {    
    width: 100%;
}

.icons-selector {
	position: relative;
    width: auto;
    flex-grow: 1;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.7rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.icons-selector .selector {
	display: flex;
	width: 100% !important;	
    height: 35px;
}

.icons-selector .selected-icon {
	flex-grow: 1;    
    justify-content: center;   
    align-items: center;
	display: flex;
	border: none !important;
}

.icons-selector .selected-icon i {
	font-size: 2em;
    cursor: default;
}

.icons-selector .selector-button {
	padding: 0.5rem 0px;
	height: auto;
	border: none !important;
    background-color: transparent !important;
    background-image: none !important;
}

.icons-selector .selector-popup-wrap {
	width: 100%;
	margin-top: 2px;
}

.icons-selector .selector-popup {
	width: auto;	
}

.icons-selector .fip-box {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	height: 44px;
}

.icons-selector .fip-box i {
	font-size: 2rem;
}

.label_map {
	width: 42px;
	height: 42px;
	border-radius: 21px;
	background-color: rgba(255,255,255,0.6);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}

.text-responsive {
	font-size: 80%;
	display: block;
}

.btn-minimodelo {
	top: 0px;
	left: 0px;
}

.btn-minimodelo .mini-selected {
	top:0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	display: none;
}

.btn-minimodelo.active .mini-selected {	
	display: flex;
}

@media (min-width: 576px){
	.modal-lg {
		max-width: none;
		width: auto;
		margin: 10px;
	}
}

@media (min-width: 768px){
	.modal-lg, .modal-xl {
		max-width: 720px;
	}
	.text-responsive {
		font-size: 100%;
	}	
}

@media (min-width: 992px){
	.modal-lg, .modal-xl {
		max-width: 800px;
		margin: 30px auto;
	}	
	#iframe_cont {
		width: 100%;
		min-height: 100%;
		height: 670px;
	}
	#iframe_cont.mobile_view {
		width: 320px;
		min-height: 100%;
		height: 568px;
	}
	#iframe_cont.tablet_view {
		width: 768px;
		min-height: 100%;
		height: 670px;
	}
	.iframe_container {
		height: calc(100% - 42px);
	}
}

@media (min-width: 1200px){
	.modal-xl {
		max-width: 1140px;
	}
	#bloquesbrbf-cont {
		height: 530px;		
	}
}
