.sbTitleCard {
	font-size: 15px;
	font-weight: bold !important;
	text-transform: uppercase
}

.form .form-actions {
	text-align:  center !important;
}
.buttonCancel {
	background: rgba( 30, 30, 30, 1 ) !important;
	border:  solid 2px rgba( 255, 255, 255, 1 ) !important;
	border-radius: 3px !important;
}
.buttonCancel:hover {
	background: rgba( 186, 18, 69, 1 ) !important;
	border:  solid 2px rgba( 255, 255, 255, 1 ) !important;
}
.buttonAccept {
	background: rgba( 37, 46, 125, 1 ) !important;
	border:  solid 2px rgba( 255, 255, 255, 1 ) !important;
	border-radius: 3px !important;
}
.buttonAccept:hover {
	background: rgba( 23, 32, 117, 1 ) !important;
	border:  solid 2px rgba( 255, 255, 255, 1 ) !important;
}

.contentFormRow .form-group label {
	text-align: left !important;
}


/* design alerts */
.alerta {
	position: fixed;
	display: block;
	text-align: justify;
	background: rgba( 242, 242, 242, 1 );
	color: rgba( 51, 51, 51, 0.8 );
	padding: 19px 22px;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
	max-width: 60%;
	float: right;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 400;
	z-index: 999;
}
.alerta b {
	font-weight: bolder !important;
	color: rgba( 255, 255, 255, 1 ) !important;
}
.alerta a {
	font-weight: bolder !important;
	color: rgba( 255, 255, 255, 1 ) !important;
	text-decoration: none !important;
}
.alerta.danger {
	background: rgba( 163, 62, 88, 1 );
	color: rgba( 255, 255, 255, 1 );
}
.alerta.success {
	background: rgba( 57, 118, 187, 1 );
	color: rgba( 255, 255, 255, 1 );
}

/*  design modal alerts */
.alertBox {
	width: 45%;

	position: relative;
	margin: 10px auto;
	display: block;
	border-radius: 2px;
	padding: 10px 10px;
	cursor: pointer;

	position: fixed;
	cursor: pointer;
	width: auto;
	min-width: 28%;
	max-width: 48%;

	float: right;
	right: 11px;
	bottom: 5px;

	letter-spacing: 0px;
	z-index: 9999 !important;
}
.alertBox .alertText {
	text-align: left;
	padding: 0px 0px;

	color: rgba( 255, 255, 255, 0.9 );
	font-weight: 600;
}
.alertBox .alertText h2 {
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 13px;
} 
.alertBox .alertText p {
	width: 98% !important;
	max-width: 98% !important;
	font-weight: 600 !important;
	font-size: 13px;
	letter-spacing: 0.3px;
	margin: 0px 0px !important;
	margin-left: 0px !important;
	padding: 6px 12px !important;
} 

/* design colors alerts modal */
.abOrange {
	background: rgba( 255, 171, 34, 1 );
}
.abBlue {
	background: rgba( 18, 146, 255, 1 );
}
.abGreen {
	background: rgba( 137, 193, 40, 1 );
}
.abRed {
	background: rgba( 255, 2, 81, 1 );
}
.iF1::before {
	left: 1px !important;
}
.iT1::before {
	top: -2px;
}
.iF3::before {
	left: 0px !important;
}

.colorBlue {
	color: rgba( 36, 147, 232, 1 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.6 );
}
.colorRed {
	color: rgba( 232, 36, 101, 1 );
	text-shadow: 0px 1px rgba( 255, 255, 255, 0.6 );
}

/* loader [gif] */
.loader_box {
	background: rgba( 0, 0, 0, 0.96 );
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	z-index: 9999 !important;

	display: flex;
	align-items: center;
	align-content: center;
}
.load_image {
	background: transparent;
	width: 100%;
	text-align: center;
	cursor: pointer
}
.loader img {
	border:  none;
	position: relative;
	margin: 0px auto;
	display: block;
	opacity: 1;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ripple div {
	position: absolute;
	border: 4px solid #fff;
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {

	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}

}

.inlineDosbuble input {
	display: inline-block !important;
	max-width: 40% !important;
}
.inlineDosbuble select {
	display: inline-block !important;
	max-width: 58% !important;
}
.tableIND {
	position: relative;
}
.tableIND * {
	font-size: 11px !important;
	text-align: left !important;
}
.newFormContent * {
	font-size: 12px !important;
}
.inlineDosbuble2 .online label, .inlineDosbuble .online label {
	display: block;
	position: relative;
}
.inlineDosbuble2 .online, .inlineDosbuble .online {
	display: inline-block !important;
	width: calc(50% - 2px) !important;
	margin: 2px auto;
}
.inlineDosbuble input, .inlineDosbuble2 input {
	display: block !important;
	width: calc(100% - 4px) !important;
	max-width: 100% !important;
}
.inlineDosbuble select, .inlineDosbuble2 select {
	display: inline-block !important;
	width: calc(100% - 4px) !important;
}

.noRes:hover { background: rgba( 0, 26, 114, 1 ); }
.noRes {
	position: relative;
	display: table;
	width: auto;
	background: rgba( 30, 30, 30, 1 );
	border-radius: 3px;
	padding: 10px 22px;
	color: rgba( 255, 255, 255, 1 );
	margin: 10px auto;
	font-size: 12px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.buttoinasd {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.buttoinasd button {
	background: rgba( 228, 233, 255, 1 ) !important;
	color: rgba( 113, 123, 172, 1 ) !important;
	font-weight: 500 !important;
}
.buttoinasd button:hover {
	background: rgba( 58, 67, 112, 1 ) !important;
}

.ActTable {
	position: relative;
	display: block;
	margin:  10px auto;
}
.ActTable span:hover {
	background: rgba( 58, 67, 112, 1 ) !important;
	color: rgba( 255, 255, 255, 1 ) !important;
}
.ActTable span {
	display: table !important;
	background: rgba( 228, 233, 255, 1 ) !important;
	color: rgba( 113, 123, 172, 1 ) !important;
	border-radius: 3px;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	padding: 4px 7px;
	margin-top: 20px;
}

tr.dataMayor td {
	font-weight: bold;
	font-size: 14px !important;
}
tr.dataMayor td b {
	color: rgba( 37, 46, 125, 0.8 ) !important;
	font-weight: bold;
	font-size: 14px !important;
}

.logoLoginSB {
	max-width: 20% !important;
	max-height: 50%;
}
.formSBLLogin fieldset {
	padding: 4px 0px;
	margin: 0px auto;
	font-size: 13px;
}
.formSBLLogin * {
	font-size: 13px !important;
}
.formSBLLogin button {
	margin-top: 10px;
	font-weight: bold;
	font-size: 13px !important;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}

.onClickAction:hover {
	background: rgba( 182, 23, 68, 1 )
}
.onClickAction {
	background: rgba( 199, 59, 99, 1 );
	color: rgba( 255, 255, 255, 1 );
	padding: 3px 6px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bolder;
	text-shadow:  0px 1px rgba( 0, 0, 0, 0.3 );
}

.onClickAction2:hover {
	background: rgba( 21, 21, 21, 1 )
}
.onClickAction2 {
	background: rgba( 47, 47, 47, 1 );
	color: rgba( 255, 255, 255, 1 );
	padding: 4px 6px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bolder;
	text-shadow:  0px 1px rgba( 0, 0, 0, 0.3 );
	margin: 0px 2px;
}
.imageInGallery img {
	max-width: 100px;
	max-height: 100px;
}
.imageInGallery {
	position: relative;
	display: inline-block;
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
	border-radius: 5px;
	border:  solid 2px rgba( 255, 255, 255, 1 );
	padding: 3px;
	margin: 2px 4px;
	cursor: pointer;
}

.navUlSB li:hover {
	background: rgba( 35, 38, 47, 1 ) !important;
}

@media print {
	
	a[href]:after {
		content: none !important
	}

	@page { size: auto;  margin: 0mm 0mm; }

	nav.header-navbar, .main-menu, footer {
		display: none;
	}

	.app-content {
		width: 100% !important;
		float: none !important;
		margin-left: 0px !important;
		max-width: 100% !important;
		margin-top: 0px !important;
	}
	html body.fixed-navbar {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}

	#form-repeater {
		display: none;
	}
   .Phide { display: none; }

   .nav.nav-tabs, .barPages,
   .tab-content .tab-pane .form-group {
   	display: none !important;
   }
   table.scroll tbody, table.scroll thead tr {
   	display: table !important;
   }
   table, table > * {
   	font-size: 10px !important;
   }

}

.printTicket {
	background: rgba( 255, 255, 255, 1 );
	position: relative;
	display: block;
	margin: 0px 0px;
	padding: 4px;

	max-width: 8cm;
	position: relative;
}
.printTicket .data_title span {
	display: block;
	margin: 2px auto;
	position: relative;
	text-align: left;
	padding: 1px 0px;
}
.printTicket .data_title span.clientD {
	font-size: 12px;
	letter-spacing: 0.6px;
}
.printTicket .data_title {
	position: relative;
	font-size: 11px;
	text-align: center;
	max-width: 95%;
	margin: 10px auto;
	display: block;
	padding: 4px 0px;

	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
}
.printTicket .space_blank {
	background: rgba( 30, 30, 30, 0.2 );
	padding: 2px 0px;
	margin: 8px auto;
	width: 100%;
}
.printTicket .productList {
	position: relative;
	max-width: 95%;
	margin: 10px auto;
	margin-top: 15px;
	border-radius: 2px;
	background: rgba( 251, 251, 251, 1 );
}
.printTicket .productList h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.printTicket .productList .infoDC {
	padding: 2px 0px;
	position: relative;
	font-size: 12px;
}
.printTicket {
	position: relative !important;
	display: block;
}

.pagoFinal {
	position: relative;
	margin-top: 15px;
	display: block;
	max-width: 95%;
	margin: 10px auto;
	font-size: 12px;
	text-transform: uppercase;
}
.pagoFinal span {
	float: right;
	text-align: right !important;
	position: relative;
}
.centerALV {
	max-width: 65%;
	margin: 0px auto;
	padding: 5px 0px;
}
.footerAL {
	position: relative;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	display: block;
}
.footerAL span {
	display: block;
	padding: 1px 0px;
}
.typeV {
	float: right;
	position: relative;
	display: block;
	max-width: 95%;
	margin: 0px auto;
	padding-right: 8px;
	font-weight: 600;
}

.doubleEdit:hover {
	background: rgba( 18, 87, 164, 1 );
}
.onClickAction {
	display: inline-block !important;
	padding: 4px 5px;
	font-size: 13px;
	margin: 0px 1px;
}
.doubleEdit {
	display: inline-block !important;
	background: rgba( 41, 123, 215, 1 );
}

.actionsB {
	display: block;
	position: relative;
	display: flex;

	align-items: center;
	align-content: center;
	text-align: center;
}

.inputEditableBA {
	background: rgba( 252, 252, 252, 1 );
	border-radius: 2px;
	box-shadow: none;
	outline: none;
	padding: 4px 2px;
	font-size: 11px !important;
	border:  solid 1px rgba( 30, 30, 30, 0.1 );
	display: none;
	max-width: calc(90% - 4px) !important;
	margin: 0px 0px !important;
}

.table tbody tr td {
	cursor: pointer;
}
.table tbody tr:hover td {
	background: rgba( 30, 30, 30, 0.1 )
}

.generatePDF:hover {
	background: rgba( 7, 62, 129, 1 );
}
.generatePDF {
	position: relative;
	margin-bottom: 20px;
	color: rgba( 255, 255, 255, 1 );
	font-size: 14px;
	padding: 8px 12px;
	border-radius: 2px;
	cursor: pointer;
	background: rgba( 14, 107, 222, 1 );
}

.resultClients {
	position: absolute;
	background: rgba( 255, 255, 255, 1 );
	top: 62px;
	width:  calc(100% - 10px);
	border-radius: 2px;
	border:  solid 2px rgba( 255, 255, 255, 1 );
	left: 10px;
	right: -5px;
	margin: 5px auto;
	display: block;
	box-shadow: 0px 0px 0px 2px rgba( 30, 30, 30, 0.1 );
	padding: 0px 2px;
	z-index: 99999 !important;
	max-height: 120px;
	overflow-y: scroll;
}
.resultClients span:hover {
	background: rgba( 30, 30, 30, 1 );
	color: rgba( 255, 255, 255, 1 );
}
.resultClients span {
	display: block;
	padding: 5px 10px;
	background: rgba( 242, 242, 242, 1 );
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
	margin: 2px auto;
	font-weight: 600;
}


.loadBox {
	background: rgba( 0, 0, 0, 0.9 );
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	z-index: 5;
}
.loadBox.accModal {
	z-index: 1050;
	background: rgba( 0, 0, 0, 0.9 );
}
.loadBox.accIndex {
	z-index: 21;
	background: rgba( 255, 255, 255, 0.8 );
	background: rgba( 0, 0, 0, 0.5 );
}
/* design to modal box */
.modal_box {
	background: rgba( 255, 255, 255, 1 );
	background: transparent;
	max-width: 60%;
	max-height: 80%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 10px auto;
	vertical-align: middle;
	padding: 0px;
	z-index: 33;
	border-radius: 6px;
	display: none;
	
	height: auto;
	box-shadow: 0px 0px 10px 5px rgba( 0, 0, 0, 0.2 );
}
.modal_head::before {
	content: '';
	
	background-size: 160px 160px;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.16;
	z-index: 0;
}
.modal_head span {
	font-size: 18px;
	font-weight: 600;
	z-index: 4;
	position: relative;
	letter-spacing: 0.5px;
	text-shadow:  0px 2px rgba( 255, 255, 255, 0.2 );
	text-align: left;
	text-transform: uppercase;
	color: rgba( 30, 30, 30, 0.9 );
}
.modal_head {
	background: rgba( 255, 204, 26, 1 );
	display: block;
	position: relative;
	padding: 21px 12px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;

	box-shadow: inset 0px -2px 3px rgba( 0, 0, 0, 0.06 );
	border: solid 2px rgba( 255, 255, 255, 1 );
	border-bottom: solid 2px rgba( 255, 255, 255, 1 );
}
.modal_temp {
	background: rgba( 254, 254, 254, 1 );
	padding: 22px 12px;
	height: 100%;
	max-height: 80%;
	display: block;
	position: relative;
	border: solid 2px rgba( 255, 255, 255, 1 );
	border-bottom: solid 2px rgba( 255, 255, 255, 1 );
}
.modal_box_close:hover {
	color: rgba( 255, 205, 26, 1 );
	background: rgba( 30, 30, 30, 1 );
}
.modal_box_close {
	z-index: 59;
	cursor: pointer;
	color: rgba( 62, 62, 62, 1 );
	border-radius: 2px;
	padding: 2px 3px;
	top: 16px;
	right: 16px;
	font-size: 25px;
	position: absolute;
}
.modal_center {
	background: transparent;
	position: relative;
	display: block;
	margin: 0px auto;

	max-width: 96%;
}
.modal_center h2 {
	font-size: 15px;
}
.modal_in2 {
	position: relative;
	margin: 0px auto;
	margin-bottom: 20px;
}
.modal_m2 {
	background: rgba( 242, 242, 242, 1 );
	position: relative;
	margin: 10px auto;
	padding: 5px;
	border-radius: 2px;
}
.modal_m2 {
	display: flex;
	align-content: center;
	align-items: flex-start;
	justify-content: center;
	
	position: relative;
}
.modal_m2 .boxm2 {
	position: relative;
	padding: 10px 6px;
	width: 50%;
	
	text-align: center;
}
.modal_m2 .boxm2 .image img {
	position: relative;
	vertical-align: middle;
}
.modal_m2 .boxm2 .image {
	position: relative;
	background: rgba( 255, 255, 255, 0 );
	cursor: pointer;

	min-height: 70px !important;
	max-height: 70px !important;
	vertical-align: middle;
	margin-bottom: 20px;
}
.modal_m2 .boxm2 .image span {
	font-size: 12px;
	padding: 3px 4px;
	font-weight: 500;
	display: block;
}
.modal_m2 .boxm2 textarea {
	position: relative;
	display: block;
	max-width: 90% !important;
	width: 98% !important;
	background: rgba( 240, 245, 248, 1 );
	border:  solid 2px rgba( 202, 209, 223, 1 );
	color: rgba( 110, 117, 121, 1 );
	border-radius: 2px;
	margin: 10px auto;
	padding: 4px 6px;
	min-height: 55px;
	max-height: 90px;
}
.modal_footer {
	background: rgba( 254, 254, 254, 1 );
	padding: 6px 12px;
	height: auto;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: relative;
	border: solid 2px rgba( 255, 255, 255, 1 );
	border-bottom: solid 2px rgba( 255, 255, 255, 1 );

	font-size: 11px;
}
.modal_m1 {
	position: relative;
	display: block;
	background: rgba( 242, 242, 242, 1 );
	margin: 10px auto;
	padding: 5px;
	border-radius: 2px;
}
.modal_m1 input:hover, .modal_m2 .boxm2 textarea:hover {
	background: rgba( 202, 209, 223, 1 );
	color: rgba( 99, 111, 134, 1 );
}
.modal_m1 input {
	position: relative;
	display: block;
	max-width: 94% !important;
	width: 98% !important;
	background: rgba( 240, 245, 248, 1 );
	color: rgba( 110, 117, 121, 1 );
	border:  solid 2px rgba( 202, 209, 223, 1 );
	border-radius: 2px;
	margin: 10px auto;
	padding: 8px 12px;
}
.modal_head span {
	font-size: 15px;
}
.modal_head span b {
	color: rgba( 0, 0, 0, 1 );
	font-weight: 600;
}

.errorModalBox {
	line-height: 20px;
}
.errorModalBox a:hover {
	color: rgba( 0, 0, 0, 1 );
}
.errorModalBox a {
	text-decoration: underline;
	font-weight: bold;
	color: rgba( 0, 0, 0, 0.8 );
}
.dashFbox.dashPadd.dashFboxModal {
	background: transparent !important;
	padding: 0px !important;
}

.buttonInlien {
	display: inline-block !important;
	max-width: 50%;
}
.inTowd {
	position: relative;
	display: inline-table;
	float: right;
	top: -3px;
}

.messageSmall {
	position: relative;
	display: block;
	margin: 10px 0px;
	padding: 10px 2px;
	font-size: 11px;
}
.formButton {
	position: relative;
	display: block !important;
	float: none;
	width: calc(100% - 30px);
	margin: 10px auto;
}
.formButton button {
	display: table;
	position: relative;
	padding: 10px 28px;
	border-radius: 3px !important;
	outline: none;
	box-shadow: none;
}

.minDATATD {
	display: block;
	position: relative;
	padding: 2px 0px;
	font-size: 10px;
	color: rgba( 100, 144, 187, 1 ) !important;
	font-weight: 600;
}

.wid70 {
	width: 70px !important;
	max-width: 70px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.centerTableButton {
	position: relative;
	text-align: center;
}
.centerTableButton .buttoinasd {
	padding: 0px;
}

.ventaCaneladaTR:hover td {
	background: rgba( 255, 173, 173, 1 ) !important;
	color: rgba( 255, 255, 255, 1 );
}
.ventaCaneladaTR td {
	background: rgba( 255, 215, 215, 1 );
}

.searchProductI {
	width: calc(100% + 52px);
	left: 0px;
	top: 80px;
}
.searchProductI span {
	text-transform: none !important;
}

.labelTravels {
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	display: block;
	height: auto !important;
}
.labelTravels a:hover {
	background: rgba( 33, 55, 152, 1 );
}
.labelTravels a {
	background: rgba( 30, 30, 30, 1 );
	color: rgba( 255, 255, 255, 1 ) !important;
	padding: 1px 4px;
	border-radius: 3px;
	cursor: pointer;
}

.topModalBC .modal-dialog h4 {
	font-weight: bold !important;
}
.topModalBC .modal-dialog {
	top: 49px !important;
	margin-top: 30px !important;
}

.maxHei300 {
	background: rgba( 242, 242, 242, 1 );
	width: 100%;
	margin: 10px auto;
	overflow-y: scroll;
	min-height: 250px;
	max-height: 250px;
	border-radius: 2px;
	padding: 5px;
}
.maxHei300 span {
	background: rgba( 232, 232, 232, 1 );
	border-radius: 2px;
	padding: 4px 5px;
	font-size: 13px;
	cursor: pointer;
	width: 100%;
	display: block;
	margin: 3px 0px;
}
.maxHei300 span:hover {
	background: rgba( 37, 46, 125, 1 );
	color: rgba( 255, 255, 255, 1 );
}

.hiddenCR { display: none !important; }
.inlineDosbuble2 .online, .inlineDosbuble .online { vertical-align: top !important; }
.noneD { display: none; }
.thClick:hover { color: rgba( 21, 21, 21, 1 ) !important; }
.thClick { cursor: pointer; }
.FCicon { background: rgba( 255, 106, 0, 1 ); }
.FCicon:hover { background: rgba( 218, 64, 5, 1 ); }
.colorRHBF { background: rgba( 3, 125, 205, 1 ); }
.colorRHBF:hover { background: rgba( 3, 223, 202, 1 ); }

.fGreen { background: rgba( 70, 167, 104, 1 ); }
.fGreen:hover { background: rgba( 52, 201, 104, 1 ); }

table.scroll {
	width: 100%; 
	border-spacing: 0;
}
table.scroll tbody,
table.scroll thead tr { 
	display: block;
	border-bottom: 0px;
}
table.scroll tbody {
	 height: 600px;
	 overflow-y: auto;
	 overflow-x: hidden;
	 border:  none;
}
table.scroll thead th {
	padding: 4px 2px;
	text-transform: uppercase;
}
table.scroll tbody td,
table.scroll thead th {
	width: 100%;
	min-width: 100px;
	text-align: right;
}

table.scroll thead th:last-child {
    width: 106px; /* 140px + 16px scrollbar width */
}

thead tr th { 
    height: 30px;
    line-height: 30px;
    text-align: right;
}

tbody { border-top: 0px solid black; }

tbody td:last-child, thead th:last-child {
    border-right: none !important;
}

.response, .loader {
	z-index: 99999 !important;
}

.boxColorUbicacion {
	padding: 3px 5px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2px;
}
.boxColorUbicacion.default {
	background: rgba( 242, 242, 242, 1 );
}
.boxColorUbicacion.Rojo {
	background: rgba( 255, 0, 0, 1 );
}
.boxColorUbicacion.Azul {
	background: rgba( 0, 0, 255, 1 );
}
.boxColorUbicacion.Verde {
	background: rgba( 0, 255, 0, 1 );
}
.boxColorUbicacion.Amarillo {
	background: rgba( 255, 255, 0, 1 );
}
.boxColorUbicacion.Naranja {
	background: rgba( 255, 128, 0, 1 );
}

.facturaColor td {
	background: rgba( 0, 43, 255, 0.1 );
}

.isTemporal {
	display: none;
	width: 0;
	height: 0;
	opacity: 0;
}

.noshowUBI {
	display: none;
}
.spaceHE {
	position: relative;
	display: block;
	height: 30px;
	width: 100%;
}
.centerCE {
	text-align: left;
}

.form-control {
	max-width: 96%;
}

.main-menu.menu-dark .navigation.navUlSB li:hover a, 
.main-menu.menu-dark .navigation.navUlSB li.active a {
	background: rgba( 35, 38, 47, 1 ) !important;
	color: rgba( 89, 171, 255, 1 ) !important;
}

.main-menu.menu-dark .navigation .navigation-header {
	color: #dcdcdc;
	padding: 30px 20px 8px 15px;
}
.main-menu.menu-dark .navigation>li {
	padding: 0;
}
.navigation .navigation-header {
	line-height: 1.2;
	padding: 12px 22px;
	font-size: 1rem;
}
.navigation, .navigation .navigation-header {
	font-family: Quicksand,Georgia,"Times New Roman",Times,serif;
	font-weight: 400;
}

.main-menu.menu-dark .navigation.navUlSB li:hover ul.menu-content li a {
	background: initial !important;
	color: rgba( 220, 220, 220, 1 ) !important;
}
.main-menu.menu-dark .navigation.navUlSB li:hover ul.menu-content li:hover a {
	color: rgba( 255, 255, 255, 1 ) !important;
}
.main-menu.menu-dark .navigation.navUlSB li ul.menu-content li.active a {
	background: rgba( 35, 38, 47, 1 ) !important;
	color: rgba( 89, 171, 255, 1 ) !important;
}

.user-name {
	text-transform: capitalize !important;
}


.barPages {
	position: relative;
	display: table;
	margin: 8px auto;
	background: rgba( 44, 48, 59, 1 );
	border-radius: 3px;
	width: 200px;
	max-width: 240px;
	margin-top: 30px;
}
.barPages .boxPages {
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
}
.barPages .boxPages div {
	background: transparent;
	padding: 12px 16px;
	font-size: 14px;
	cursor: pointer;
	color: rgba( 121, 121, 121, 1 );
	font-weight: bold;
}
.barPages .boxPages div.pageButton:hover {
	background: rgba( 35, 38, 47, 1 );
	color: rgba( 30, 159, 242, 1 );
}
.barPages .boxPages div.pageBack {
	flex: 1;
	width: 10%;
	text-align: center;

	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.barPages .boxPages div.pageNumber {
	flex: 10;
	width: 80%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center !important;
	padding: 0px 3px;
	margin: 0px auto !important;
	text-align: center !important;
	letter-spacing: 1.5px;
}
.barPages .boxPages div.pageNext {
	flex: 1;
	width: 10%;
	text-align: center;

	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.barPages .boxPages div.pageNumber .input {
	flex: 1;
	width: 20%;
	padding: 0px;
	text-align: center !important;
	border: none;
	outline: none;
	box-shadow: none;
	height: auto;
	line-height: initial;
	margin: 0px auto !important;
}
.barPages .boxPages div.pageNumber .input input {
	color: rgba( 255, 255, 255, 1 ); 
	background: rgba( 255, 255, 255, 0.1 ); 
	border-radius: 2px;
	padding: 5px 6px;
	margin: 0px auto;
	border: none;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	height: auto !important;
	width: 90%;
	text-align: center !important;
}
.barPages .boxPages div.pageNumber .span {
	position: relative;
	flex: 1;
	padding: 5px 0px;
	margin: 0px 2px;
	width: 100%;
	text-align: center;
}

.barsOffMenu:hover { color: rgba( 30, 159, 242, 1 ); }
.barsOffMenu {
	cursor: pointer;
	font-weight: 900;
	font-size: 22px !important;
}
.nomarginleft { margin-left: 0px !important; }

.smallCountTP {
	vertical-align: middle !important;
	padding-left: 6px;
	display: flex;
	position: relative;
	width: auto;
	height: auto;
	justify-content: center;
	align-items: center;
}

.loadingPiece {
	font-size: 25px;
	margin: 10px auto;
	text-align: center;
	position: relative;
	display: block;
	color: rgba( 0, 0, 0, 1 );
	width: 100%;
	font-weight: bold;
	letter-spacing: 1px;
}

.resHead {
	position: relative;
	display: table;
	width: auto;
	padding: 10px 22px;
	font-size: 16px;
	margin: 4px 0px;
	margin-bottom: 10px;
}

.table th, .table td { padding: 15px 05px !important; }
.wid70 { width: auto; max-width: auto; padding: 15px 05px; }
.tab-pane .form-group { padding: 5px 0px; }
.tab-pane .mb-1 { margin-bottom: 10px; }
.tab-pane { position: relative; }
.tab-pane .generatePDF { position: absolute; top: 7px; right: 10px; }

.tab-content .tab-pane { display: none; }
.tab-content .tab-pane.active { display: block; }
.table { overflow-y: scroll; }
.table.scroll tbody tr td { border-top: 0px !important;  }

.modal-dialog { max-width: 60% !important; }
.buttonAccept i { vertical-align: middle !important; }
.buttonColorActu { color: rgba( 255, 255, 255, 1 ) !important; }
form .form-actions { border: none !important; }
.generatePDF.noAbsolute { display: table; margin-top: 0px !important; position: relative !important; }
.colorwhite { color: rgba( 255, 255, 255, 1 ) !important; }
html body .la { vertical-align: bottom !important; }

tr.siAtendido td { background: rgba( 186, 231, 166, 0.6 ) !important; }
tr.noAtendido td { background: rgba( 231, 166, 166, 0.5 ) !important; }

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name { display: inline-block !important; }

.BodyNoPadding { padding: 12px; }
.FormHistoriales {
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: center;
	padding: 2px 10px;
}
.FormHistoriales .form-group {
	width: auto;
}
.cardDep { font-size: 22px; }
.tableHistoriales table tbody tr, .tableHistoriales table thead tr { border: none; padding: 2px 2px !important; margin: 0px auto !important; }
.tableHistoriales table tbody tr td, .tableHistoriales table thead tr th { border: none; padding: 8px 2px !important; margin: 0px auto !important; }


@media only screen and (max-width: 968px) {

	.tab-pane .generatePDF { position: relative; width: 96%; margin: 0px auto; margin-bottom: 20px; }
	#navbar-mobile.navbar-collapse .navbar-nav .barsOffMenu{ display: none; }

	.FormHistoriales { justify-content: center; }
	.FormHistoriales .form-group label { display: none; }
	.FormHistoriales .form-group {
		width: 35%;
		margin: 0px;
		padding: 0px 2px;
		display: block;
		position: relative;
	}
	.FormHistoriales .form-group.buttonIS { width: 25%; }
	.FormHistoriales .form-group input { width: 100% !important; max-width: 100% !important; }
	.FormHistoriales .form-group button.buttonAccept { width: 100% !important; max-width: 100% !important; padding: 10px 4px !important; }
	.cardDep { text-align: center; }
	.modal.show { padding-right: 0px !important; max-width: 97% !important; width: 97% !important; margin: 20px auto !important; }
	.modal-dialog { width: 100% !important; max-width: 100% !important; margin: 0px auto !important; }
	.alertBox {
		max-width: 100% !important;
		width: 100%;
		left: 0px;
		right: 0px;
		border-radius: 0px;
		bottom: -6px;
		border-top: solid 3px rgba( 255, 255, 255, 1 );
	}

}

tr.Cancelado:hover td { background: rgba( 255, 85, 101, 0.4 ) !important; color: rgba( 21, 21, 21, 0.6); }
tr.Cancelado td { background: rgba( 255, 85, 101, 1 ); color: rgba( 255, 255, 255, 1 ); }

tr.greenSB { background: #c8ebb0; }
tr.yellowSB { background: #f2d891; }

.fdisabled { background: #392729 }
.Fhide, div.Fhide, .inlineDosbuble2 .online.Fhide, .inlineDosbuble .online.Fhide { display: none !important; }


.ishide {
   display: none;
   text-transform: uppercase;
   padding: 2px 0px;
   position: relative;
   margin: 2px 0px;
   width: 100%;
}

.blueColor { background: #093f98; }
.blueColor:hover { background: #0dacff; }
.responseAjax { z-index: 99999 !important; }
.titleDM { color: #103a86; }


#primerAnticipo {
	display: block;
	position: relative;
	padding: 4px 2px;
	color: #5562d4;
	margin-top: 4px;
}

.expTA tr, .expTM tr,
.expTA td, .expTM td,
.expTA, .expTM {
	display: none;
}

.inputEditableBA {
	margin-bottom: 8px !important;
}

.table-responsive.tableIND table thead tr {
	width: calc( 100% - 32px ) !important;
}

.minFracc {
	color: rgba( 21, 21, 21, 1 ) !important;
	font-weight: bold;
	font-size: 10px !important;
}

.bold {
	font-weight: bold !important;
}

.modal.width80 .modal-dialog {
	max-width: 80% !important;
}

.btninModal {
	width: calc( 100% - 10px );
}

.uppercase {
	text-transform: uppercase !important;
}
.colorBlue {
	color: #1d84d1 !important;
	text-decoration: underline;
}

.red {
	color: red !important;
}

.minCategories {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 12px;
}
.minCategories span.active, 
.minCategories span:hover {
	background: #1d84d1;
}
.minCategories span {
	color: white;
	background: rgba( 21, 21, 21, 0.8 );
	padding: 3px 8px;
	border-radius: 2px;
	cursor: pointer;
	margin: 2px 4px;
}

.border50 {
	border-radius: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.center { text-align: center !important; }
.itHidden a:hover { text-decoration: underline; }
.itHidden .onClickAction.border50 {
	font-size: 9px;
	padding: 4px;
}

.buttonAccept {
	width: auto !important;
	border-radius: 3px !important;
}
.textBlue { color: #4654d7 !important; }
.btn.btn-danger.radius3 { border-radius: 3px !important; }