body{
	background-color: #ccc;
}

/* UPDATE STATISTICS */

.panel .panel {
    position: relative;
}

.panel .panel .panel-heading h5 {
    max-width: calc(100% - 15px);
}

.panel-heading .btnToggle {
    top: 0 !important;
    right: 0 !important;
    padding: 5px 8px;
}

#app-cnt {
    display: flex;
    /*grid-auto-rows: auto 1fr auto;*/
    flex-flow: column nowrap;
    min-height: 100vh;
}

#app-cnt main {
    flex: 1;
}

/* END UPDATE STATISTICS */

input[type="submit"]{
	text-transform: uppercase !important;
	font-weight: bold;
}
input[type="text"], textarea, select, td{
	text-transform: uppercase !important;
}
.padd-normal{
	padding: 20px;
}
.centrado{
	display: block;
	margin: 0 auto;
}
.strong{
	font-weight: bold !important;
}
.texto-centrado{
	text-align: center;
}
.fontB{
	font-weight: bold;
}
.color1{
	background-color: #fff;
}
.pos-relative{
	position: relative;
	width: 100%;
	height: 42px;
}
.pos-absolute{
	position: absolute !important;
	right: -30px;
}
.lst-user{
	/*position: absolute !important;
	right: 17px;*/
	padding: 0 12px;
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
}
.lst-user span, .lst-user p{
	display: inline-block;
	color: #ebebeb;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	margin: 0;
}
.lst-user span{
	margin-right: 8px;
}
.bsalir{
	border-radius: 0 !important;
	color: #fff !important;
	font-weight: bold;
	height: 42px !important;
	padding: 12px 18px !important;
}
.bsalir:hover{
	background-color: #337AB7 !important;
	color: #000 !important;
}
.select_alineado{
	margin: 0 0 0 40px;
}
.bsmall{
	display: inline-block;
	width: 40%;
	padding: 4px;
	margin: 0 3px;
}
.bsmall.bsmall-3{
	width: 30%;
}
.bsmall.bsmall-2{
	width: 50%;
}
.d-flex{
	display: flex;
}
.d-flex.jc-end{
	justify-content: flex-end;
}
.bxl{
	display: inline-block;
	padding: 8px;
	width: 40%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
}
.bconfirmar{
	width: 40px;
	display: inline-block;
	margin: 0 10px;
}
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  z-index:2000;
}
.div-mitad-izq, .div-mitad-der{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
	.div-mitad-izq{
		padding-right: 8px;
	}
	.div-mitad-der{
		padding-left: 8px;
	}
.margin-derecho{
	margin-right: 30px;
}
#mContForm2 .modal-dialog{
	width: 800px;
}
.row-flex{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.cont-compartido{
	width: 50%;
	display: inline-block;
	padding: 5px;
	vertical-align: top;
}
.con-btn{
	padding: 2px !important;
	text-align: center;
}
.con-head-btn{
	padding: 8px 0 !important
}
.width-1{
	width: 100px;
}
/*   Vetana Modal Personalizada   */
.porModal{
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2000;
	text-align: center;
	display: none;
	overflow-y: auto;
}
.cont-modalP{
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	background-color: #4E5D6C;
	margin-top: 40px;
}
.modalPTitulo{
	width: 100%;
	height: 50px;
	padding: 0 8px ;
	text-align: left;
	background-color: #485563;
}
.cont-table{
	padding: 0 8px;
}
.modalPTitulo p{
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}
.modalPCuerpo{
	padding: 8px;
	text-align: left;
}
.modalPPie{
	height: 54px;
	padding: 8px;
	text-align: right;
	background-color: #485563;
}
.selPer{
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	min-height: 300px;
}
.selPer li:first-child{
	border-top: 1px solid #e5e5e5;
}
.selPer li{
	padding: 6px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
}
.panel-title a{
	display: block !important;
}
.frm-centrado{
	float: none;
	margin: 0 auto;
}
.comSeparator{
	margin-right: 50px;
}
option{
	padding: 4px 8px;
}
/* Alert Fijo */
.alert-fijo{
	position: fixed;
	bottom: 20px;
	right: 40px;
}
.table-fondo{
	background-color: #fff !important;
}
/* Mensaje de confirmacion */
.cont-mensaje{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 2050;
}
.mensaje{
	width: 400px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -65px;
}
.header-mensaje{
	background-color: #485563;
	width: 100%;
	height: 50px;
	padding: 8px 16px;
	color: #fff;
}
.header-mensaje{
	line-height: 50px;
}
.body-mensaje{
	background-color: #4E5D6C;
	width: 100%;
	height: 80px;
	padding: 16px;
}
.body-mensaje button{
	margin-right: 20px;
}
/* Fin de mensaje de confirmacion */
.left-aligned{
	text-align: left !important;
}
.bottom-0{
	margin-bottom: 0 !important;
}
.datepicker{
	background-color: #fff !important;
}
.fluid{
	width: 100%;
}
.top-25{
	margin-top: 17px;
}
.container-1{
	padding: 1rem 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.margin-vertical{
	margin: 3rem 0 !important;
}
.hidden-1{
	display: none;
}
.oculto{
	display: none;
}
.table-fixed{
	table-layout: fixed;
	word-wrap: break-word;
}
.hover-table{
	background-color: yellow;
  	color: purple;
}
#tableAllocations tbody tr:hover{
	background-color: yellow !important;
	color: purple !important;
}
.top-6{
	margin-top: 6px;
}
.pagado{
	color: #f00 !important;
}
.cancelado{
	color: #0c3 !important;
}
.btnToggle{
	position: absolute;
	right: 25px;
	top: 3px;
}
.divQty{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.divQty p{
	margin-top: 1rem;
	padding: .5rem;
}
.bg-black{
	background-color: black;
	color: white;
}
#conMenu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.5);;
	z-index: 99999;
}
#conMenu ul{
	width: 100%;
	padding: 1rem;
}
#conMenu ul li{
	list-style: none;
	margin: .5rem 0;
}
#conMenu ul li a{
	border: 1px solid #345578;
	border-radius: 2px;
	display: block;
	width: 100%;
	height: 100%;
	color: #345578;
	padding: .5rem 1rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	text-transform: uppercase;
}
#btnMenu{
	font-size: 1.3rem;
	margin-left: .5rem;
}
.container-2{
	padding: 1rem;
	margin-left: 1.5rem;
	width: 60%;
	background-color: #fff;
	height: 100%;
	position: fixed;
	overflow-y: auto;
}
#btnClose{
	margin: 1rem auto;
	display: block;
	font-size: 1.5rem;
}
.btnUsername{
	display: block;
	margin: 0 auto;
	font-size: 1.5rem;
}
#conBtnMenu{
	display: none;
}
.content{
	width: 100%;
	overflow-x: scroll;
}
.scroll{	
	height: 20px;
}
.table-header-fixed{
	max-height: 80vh;
	overflow-y: auto !important;
}
.table-header-fixed .table {
	/*border-collapse: initial;*/
}
.table-header-fixed thead th, .table-header-fixed thead td, table thead th, table thead td  {
	position: sticky;
	top: -1px;
	background-color: #ff3e;
	background-color: var(--primary);
	border: 1px solid #dddddd !important;
	/*z-index: 9;*/
}
.table-header-fixed tfoot {
    position: sticky;
    bottom: 0;
    background: #fff;
	z-index: 9;
}
.ml-3{
	margin-left: 1rem;
}
.ml-auto{
	margin-left: auto;
}
.with-seeker{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.seeker{
	max-width: 200px;
	display: flex;
	align-items: center;
}
.seeker .form-control{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.seeker .btn{
	max-width: 36px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
input[type="radio"], input[type="checkbox"]{
	margin-top: 0;
}
.header-division{
	border-bottom: 1px solid #ddd;
	margin-bottom: 2rem;
	margin-top: 3rem;
}
.header-division h1{
	font-size: 3.5rem;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 767px){
	#conBtnMenu{
		display: block;
	}
}
@media (max-width: 600px){
	.container-2{
		width: 100%;
	}
}
