.file {
  visibility: hidden;
  position: absolute;
}

.app-header__logo .logo-src {
    height: 16px;
    width: 145px;
    background: url(../img/logo-inline.png);
    background-repeat: no-repeat;
} 

@font-face{
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	src:url(framework/font/fa-solid-900.eot);
	src:
	url(../font/fa-solid-900.eot?#iefix) format("embedded-opentype"), 
	url(../font/fa-solid-900.woff2) format("woff2"), 
	url(../font/fa-solid-900.woff) format("woff"), 
	url(../font/fa-solid-900.ttf) format("truetype"), 
	url(../font/Pe-icon-7-stroke.ttf) format("truetype"),
	url(../font/Pe-icon-7-stroke.woff) format("woff"),
	url(../font/fa-solid-900.svg#fontawesome) format("svg")
}

#map {
	height: 100%; /* The height is 400 pixels */
	width: 100%; /* The width is the width of the web page */
}


input[type="text"].form-control.fit, select.form-control.fit {
	padding-left: 0px;
  	background: transparent;
  	border: none;
  	border-bottom: 1px solid #B9B8B8;
  	-webkit-box-shadow: none;
  	box-shadow: none;
  	border-radius: 0;
}

fit input[type="text"].form-control.fit:focus, select.form-control.fit:focus {
  	-webkit-box-shadow: none;
  	box-shadow: none;
}

input[type="text"].form-control.fit.font-bold, select.form-control.fit {	
	font-weight: bold;
}

div.striped-list > div:nth-of-type(odd) {
    background-color: #f8f9fa ;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .88rem;
    font-weight: bold;
    line-height: 1.5;
    color: #6c757d;
    min-width: 40px;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    opacity: 1;
}

.widget-heading{
	
	padding-left:0px;
	padding-right:0px;

}

.widget-subheading {
	padding-left:0px;
	padding-right:0px;	
}

.icon-text {
  width: 12px;
  height: 12px;
  background: url(../img/svg/icon-text.svg);
  background-size: 12px 12px;
}

table > caption {
  caption-side: top;
  text-align: center;
}

@media print {
  .footer {
  	page-break-after: always;
  }
  .no-print, .no-print * {
        display: none !important;
  }
} 


.dual-list .list-group {
	margin-top: 8px;
}

.list-left li, .list-right li {
	cursor: pointer;
	text-align: left;
}

/*
.list-left li span {
	
	display: flex;
 	margin-left: auto;
}*/

.list-arrows {
	padding-top: 100px;
}

.list-arrows button {
	margin-bottom: 20px;
}

.btn.btn-outline-secondary {
	border: 1px solid #ced4da;
}

tfoot{
	font-style: bold;	
}

.question-option{
	
	background:#6c757d; 
	min-height:34px; 
	color:white; 
	border-radius:4px;
	
}

/* INICIO SPINNER */
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: inherit;
    background: #f8f9fa;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: inherit;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(44, 44, 44, 0.05);
    border-top-color: #222;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

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

@-webkit-keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }
    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }
    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

.select2-selection__choice__remove {
    color: #000000;
    font-weight: bold;
    margin-right: 0.375rem;
    border: none;
    background-color: #e0f3ff00;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    display: inline-table;
    color: #212529;
    padding: 5px 0.35em 5px 0.35em;
    margin-left: calc(calc(2.25rem + 2px)/5 - 1px);
    border-radius: 0.2rem;
    background-color: #e0f3ff;
    border: 1px solid #94d5ff;
    cursor: default;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: calc(calc(2.25rem + 2px)/5 - 1px);    
}

.daterangepicker {
    z-index: 9000;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(2.25rem + 2px);
    line-height: 1;
    padding: .1rem .7rem
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .75rem + 5px) !important;
}