.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;
}
@media (min-width: 768px) {
    .horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu 
	{
		top: 50px!important;
	}
}
.overlayImagen
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
	max-height: 337px;
	max-width: 283px;
}
.imagen
{
	position: relative;
}
.imagen:hover .overlayImagen
{
    display: flex;
}
.card h4.card-title span 
{
    color: #fcfcfc;
    margin-bottom: 1rem;
    text-transform: none;
    font-size: 1rem;
    font-weight: 500;
    background: #949494;
    border-radius: 5px;
    padding: 7px 40px;
    line-height: 14px;
}
h4.card-title {
    border-bottom: 1px dotted #949494;
    line-height: 28px;
}
.ticket-price .fee td{
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.total-price td{
	background:#2b303b;
	line-height: 2.25rem;
	font-size: 2rem;
	font-weight: 700;
	color: #ff9b00;
}
.total-price td span{
	font-weight: 600;
	color: #ddd;
}
.form-control, .select2-container--default {
    border-color: #ccc;
}