#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_centric.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: calc(100% - 40px);
	max-width: initial;
	padding-top: 20px;
}

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

fieldset{
	border: 0px;
}

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

.toast {
    font-size: 1.3rem;
	background-color: #fff;
	color: #2e2e2e;
	font-size: 15px;
}

.success {
	border-left: solid 4px #6BCB77;
}

.info {
	border-left: solid 4px #4D77FF;
}

.error {
	border-left: solid 3px #EF6D6D;
}

.warning {
	border-left: solid 3px #FFB72B;
}

.toast i {
	color: #fff;
	font-size: 16px;
}

.toast .containerIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	margin-right: 20px;
	border-radius: 50%;
}

.toast a {
	margin-left: 15px;
}

.toast .iconsuccess {
	background-color: #6BCB77;
}

.toast .iconinfo {
	background-color: #4D77FF;
}

.toast .iconerror {
	background-color: #EF6D6D;
}

.toast .iconwarning {
	background-color: #FFB72B;
}

@media screen and (max-width: 768px) {
	.toast .containerIcon {
		display: none;
	}
}

.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: 100;
	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;
}

@media screen and (max-width: 420px){
	.brand-name{
		font-size:12px;
	}	

	.brand-logo img{
		height: 22px !important;
	}
	
}

@media screen and (min-width: 420px) and (max-width: 572px){
	.brand-name{
		font-size:17px;
	}	

	.brand-logo img{
		height: 22px !important;
	}
	
}

@media screen and (min-width: 280px) and (max-width: 350px){
	.brand-name{
		font-size:10px;
	}	
	
}

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

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

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

#botonNotificaciones{
	cursor: pointer;
}
.sidenav {
    width: 340px;
	overflow: overlay;
	user-select: none;
}
.sidenav li .active > a > .right{
	transform: rotate(180deg);
}
.sidenav li > a >.right{
	transition: all 0.2s;
}
.sidenav li>a{
	padding-left: 25px;
}
.sidenav li>a>i{
	margin-right: 20px !important;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
	padding-left: 25px;	
}

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

.sidenav .collapsible-body .collapsible-body li a {
    padding-left: 90px !important;
	white-space: nowrap;
	color: rgba(0, 0, 0, 0.6);
}

/* 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;
}