.auth .brand-logo img
{
	width: 200px;
}
.content-wrapper-2
{
	padding: 20px 5%;
	min-height: calc(100vh - 135px - 75px);
}
.grecaptcha-badge{
    z-index: 1200!important;
}

.form-control[readonly]
{
	cursor: not-allowed;
}
.ui-helper-hidden-accessible{
    display:none !important;
}

.ui-menu
{
	background-color: white;
	max-width: 40%;
	list-style: none;
	padding: 5px;
	border: 1px solid black;
}
.ui-menu li
{
	padding: 5px 0px 5px 0px;
}
.ui-menu li :hover
{
	background-color:#0275d8;
	color:white;
	cursor: pointer;
	padding: 7px 0px 7px 5px;
}

.clic
{
	cursor: pointer;
}
h3.lead {
    font-size: 1.8rem;
	letter-spacing: 5px;
    margin-bottom: 50px;
}
.modal-header {
    background-color: #6201ed;
}
.accion {
    padding-top: 5px;
    padding-bottom: 5px;
	color: #6201ed;
	padding-right: 5px;
}
.modal-content{
	border: 1px solid gray;
}
.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 40px;
    font-weight: 400;
    color: white !important;
	margin-right: 25px;
}
@media (min-width: 1400px) {
	.modal .modal-dialog .modal-content .modal-body {
		padding: 26px 56px;
	}
}
button.btn.btn-primary.dropdown-toggle.dropdown-toggle-split:focus {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(255, 87, 51, .6);
}
.add-product-container {
    position: absolute;
    left: 15px;
    bottom: 25px;
    border-radius: 50px;
    font-size: 30px;
}
.add-product-holder{
	position: relative;
}
.content-wrapper2 {
    padding: 4rem 0;
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    margin-right: auto;
    margin-left: auto;
    min-height: calc(100vh - 135px - 75px);
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.contenedor-trash{
	position: relative;
	top: 10px;
	right: 0;
	
}
.erase{
	font-size: 25px !important;
	
}
	
.btn-Cancelado {
    color: #fff;
    background-color: #ff3366;
    border-color: #ff3366;
}

.btn-Entregado {
    color: #fff;
    background-color: #29c0b1;
    border-color: #29c0b1;
}

.btn-Pendiente{
    color: #fff;
    background-color: #6201ed;
    border-color: #6201ed;
}

.select2-container
{
	display: block;
}
#ul_notificacionesInit
{
	overflow-y: auto!important;
	overflow-x: hidden!important;
	height: 500px!important;
}
.alert-danger
{
	word-wrap: break-word!important;
}

.select2-container
{
	display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field
{
	line-height: 35px;
	border: solid 1px #298edb;
    border-radius: 8px;
}
.ui-menu
{
	z-index: 2147483647!important;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-icon {
    margin-right: 10px;
    font-size: 1rem!important;
    color: #686868;
    font-weight: 900!important;
}
.navbar .container {
    flex-wrap: nowrap!important;
}


/* ===== MENORES (#19be7e) ===== */
.btn-menores {
    color: #fff;
    background-color: #19be7e;
    border-color: #19be7e!important;
}
.badge-menores {
    color: #fff;
    background-color: #19be7e;
    border-color: #19be7e!important;
}
.btn-menores:hover,
.btn-menores:focus,
.btn-menores.active {
    background-color: #149a65;
    border-color: #149a65;
}

.btn-outline-menores {
    color: black;
    background-color: transparent;
    border-color: #19be7e;
}
.btn-outline-menores:hover,
.btn-outline-menores:focus,
.btn-outline-menores.active {
    color: #fff;
    background-color: #19be7e;
    border-color: #19be7e;
}

/* ===== LESIONES (yellow) ===== */
.btn-lesiones {
    color: #000;
    background-color: yellow;
    border-color: yellow;
}
.badge-lesiones {
    color: #000;
    background-color: yellow;
    border-color: yellow;
}
.btn-lesiones:hover,
.btn-lesiones:focus,
.btn-lesiones.active {
    background-color: #e6e600;
    border-color: #e6e600;
}

.btn-outline-lesiones {
    color: black;
    background-color: transparent;
    border-color: yellow!important;
}
.btn-outline-lesiones:hover,
.btn-outline-lesiones:focus,
.btn-outline-lesiones.active {
    color: #000;
    background-color: yellow;
    border-color: yellow;
}

/* ===== DECESOS (red) ===== */
.btn-decesos {
    color: #fff;
    background-color: red;
    border-color: red;
}
.badge-decesos {
    color: #fff;
    background-color: red;
    border-color: red;
}
.btn-decesos:hover,
.btn-decesos:focus,
.btn-decesos.active {
    background-color: #cc0000;
    border-color: #cc0000;
}

.btn-outline-decesos {
    color: black;
    background-color: transparent;
    border-color: red!important;
}
.btn-outline-decesos:hover,
.btn-outline-decesos:focus,
.btn-outline-decesos.active {
    color: #fff;
    background-color: red;
    border-color: red;
}

/* ===== ATROPELLADOS (black) ===== */
.btn-atropellados {
    color: #fff;
    background-color: black;
    border-color: black;
}
.badge-atropellados {
    color: #fff;
    background-color: black;
    border-color: black;
}
.btn-atropellados:hover,
.btn-atropellados:focus,
.btn-atropellados.active {
    background-color: #333;
    border-color: #333;
}

.btn-outline-atropellados {
    color: black;
    background-color: transparent;
    border-color: black!important;
}
.btn-outline-atropellados:hover,
.btn-outline-atropellados:focus,
.btn-outline-atropellados.active {
    color: #fff;
    background-color: black;
    border-color: black;
}

.mapa-wrapper
{
	min-width: 1000%!important;
}
.mapaConcentrado
{
	min-width: max-content;
}
@media screen and (max-width: 1024px) 
{
	.mapa-wrapper
	{
		min-width: 3000%!important;
	}
}
h4.card-title {
    border-bottom: 1px dotted #949494;
    line-height: 28px;
}
.subtitulo {
    color: #fcfcfc;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 500;
    background: #949494;
    border-radius: 5px;
    padding: 7px 40px;
    line-height: 14px;
}

@media screen and (max-width: 1024px) 
{
	.selector-layout
	{
		display: none!important;
	}
}

/*
.col-lg-6 .row > .col-lg-6 
{
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
*/
/*

@container (max-width: 10000px) {
    .moduloVista .col-responsive 
	{
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
}*/

.btn:disabled
{
	cursor: auto;
}