.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;
}
h4.card-title 
{
    border-bottom: 1px dotted #949494;
    line-height: 28px;
}
h4.card-title span 
{
    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;
}
.ui-menu
{
	z-index: 2147483647!important;
}
@media (min-width: 576px) and (max-width : 769px)
{
	.modal-dialog 
	{
		max-width: 700px;
		margin: 30px auto;
	}
}

.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;
}
.sidebarPanel, .sidebarPanelFormatos, .sidebarPanelDatos
{
	display: none;
	position: absolute;
    width: 20vw;
    height: 120vh;
    z-index: 111;
    padding: 1rem;
    top: 120px;
    left: -10px;
	box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.sidebarPanelFormatos
{
    width: 25vw;
}
.abrirSidebar
{
	position: absolute;   
    z-index: 1;
    top: 120px;
    left: 0;
}
.sidebar .nav
{
	flex-direction: column;
}
.sidebar .nav-link
{
	text-align: center;
	background: #FAFAFA;
	margin: 1rem;
	color:#333;
	
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.sidebar .nav-link.active, .sidebar .nav-link:hover
{
	text-align: center;
	background: #17365D;
	margin: 1rem;
	color:#f4f4f4;

}
.menuFormatos, .menuDatos, .formatosPanel
{
	list-style: none;
}
.navbar .container {
    flex-wrap: nowrap!important;
}
@media only screen and (max-width: 768px) 
{
	.abrirSidebar
	{
		top: 60px;
		left: 0;
	}
	.sidebarPanel, .sidebarPanelFormatos, .sidebarPanelDatos
	{
		width: 40vw;
		height: 95vh;
		z-index: 111;
		padding: 1rem;
		top: 60px;
		left: -10px;
	}
.sidebarPanelFormatos
{
    width: 50vw;
}
}
@media only screen and (max-width: 1366px) 
{
	.abrirSidebar
	{
		top: 120px;
		left: 0;
	}
	.sidebarPanel, .sidebarPanelFormatos, .sidebarPanelDatos
	{
		width: 35vw;
		height: 120vh;
		z-index: 111;
		padding: 1rem;
		top: 60px;
		left: -10px;
	}
    .sidebarPanelFormatos
{
    width: 45vw;
}

}

.cantidad
{
	text-align: right;
}


.datosEncabezado
{
    background: #f4f4f4;
    color: black;
}
.precio, .costo
{
	padding: 0.5rem;
}
.cerrarSidebar, .cerrarSidebarDatos, .abrirSidebar
{
	background: #17365D;
	border: #17365D 1px solid;
}
.badge-Pendiente
{
	color: #fff;
    background-color: #6201ed;
}
.badge-En
{
	color: black;
    background-color: #ffc107;
}
.badge-Terminada
{
	color: white;
    background-color: #28a745;
}
.badge-Cerrada
{
	color: white;
    background-color: #17a2b8;
}
.badge-Cancelada
{
	color: white;
    background-color: #dc3545;
}
.inputChange
{
	padding: 5px!important;
}