#div-usuario-operador-estados{
	margin-bottom: 20px;
}

#title-ingresar-id-turno{
	margin-bottom: 10px;
}

#btn-modal-generar-nuevo-turno, #btn-modal-forzar-atencion-con-numero{
	background-color: #1b0088 !Important;
}

#poweredByGeco {
    position: fixed;
    bottom: 0px;
    right: 5px;
/*     opacity: 0.75; */
}

#poweredByGeco img {
   	width: 150px;
	margin-bottom: 5px;
    margin-right: 5px; 	
}

.sidenav .user-view {
	background-color: transparent;
	background-image: url("../img/background_menu_turno.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;	
}

.version_proyecto {
	margin-top: -20px;
}

.logo_proyecto, .version_proyecto  {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
}

.logo_proyecto img {
	width: 50%;
	height: auto;
}

.container {
	width: 98%;
	max-width: initial;
}

#listButtons, #form{
	margin-top:15px;
}

fieldset{
	border: 0px;
}

.min-width-100-px{
	min-width: 100px;
}

.toast {
    font-size: 1.3rem;
}

.card-tipo-tramite{
	min-height:350px
}

.card-usuario-tipo-tramite{
	max-height: 350px;
    overflow-y: scroll;
}

.preloader-background, .export-preloader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(220, 220, 220, 0.75);
	
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.export-preloader{
	display: none;
}

.export-preloader .preloader-card{
	background-color: white;
	width: 40%;
	height: 35vh;
	max-height: 418px;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.export-preloader .exportando{
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 40px;
	font-weight: bold;
	color: darkslategray;
}

.export-preloader .preloader-wrapper.big{
	width: 120px !important;
	height: 120px !important;
}

.brand-name{
	font-size:20px;
}

.border-radius-20-px{
	border-radius: 20px;
}

.button-disabled{
	pointer-events: none;
}

.button-disabled > a{
	background-color: gray !important;
}

.sidenav {
    width: 340px;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
	padding: 0 32px;	
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 50px;
}

/* BUTTON GROUPS */

.btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btn-group>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn-group>.btn-inactive {
  background-color: #607d8b;
}

.btn-group>.btn {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.btn-group>.btn-inactive:hover {
  background-color: #728F9D;
}

.btn-group>.btn:hover {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-active{
	background-color: #ff004b;
}

@media (min-width: 300px) and (max-width: 767px) {
	.btn-group{
		display: block !important;
	}
}

.inline-icon{
	vertical-align: bottom;
	font-size: 18px !important;
}

.btn-atendiendo:focus{
	background-color: gray;
}

.btn-atendiendo{
	background-color: gray;
}

.inline-icon2{
	vertical-align: bottom;
	font-size: 25px !important;
}

.height-5-px{
	height: 5px;
}

.padding-special{
	padding: 10px 4px;
}

.margin-top-20-px{
	margin-top: 20px;
}

.margin-top-50-px{
	margin-top: 50px;
}

.tap-target{
	background-color: #1b0088;
	color: white;
}

.btn-download-template{
	margin-left:5px;
}