.font-7 {
	font-size: 7px !important;
}
.font-8 {
	font-size: 8px !important;
}
.font-9 {
	font-size: 9px !important;
}
.font-10 {
	font-size: 10px !important;
}
.font-11 {
	font-size: 11px !important;
}
.font-12 {
	font-size: 12px !important;
}
.font-13 {
	font-size: 13px !important;
}
.font-14 {
	font-size: 14px !important;
}
.font-15 {
	font-size: 15px !important;
}
.font-16 {
	font-size: 16px !important;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px !important;
}
.font-21 {
	font-size: 21px !important;	
}
.font-22 {
	font-size: 22px !important;	
}
.font-30 {
	font-size: 30px !important;	
}
.font-32 {
	font-size: 32px;	
}
.m-10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.d-block {
	display: block;
}
h1.page-header {
	text-align: center;
	text-transform: uppercase;
	color: #0687eb; 
}
div.panel-heading {
	text-align: center;
}
.xtendia-text {
	color: #0687eb !important;
}
div.dash-stats {
	text-align: center;
	margin-bottom: 20px;
}
div.dash-stats span {
	display: block;
}
div.dash-stats span.counter {
	font-size: 24px;
	font-family: 'NeoSansProBold';
	padding: 20px 0px 10px 0px;
}
div.dash-stats span.sub-text {
	text-transform: uppercase;
	color: #000;
	font-family: 'NeoSansProBold';
}
ul.nav_options li {
	display: inline-block;
	list-style-type: none;
}
ul.nav_options li ul.dropmenu {
	display: none;
}
.font-weight-bold {
	font-weight: bold;
}
div.overlay {
	text-align: center;	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #FFF;
	z-index: 1;
}
	div.alertWindow {
		width: 450px;
		min-height: 250px;
		padding-bottom: 20px;
		margin-top: -125px;
		top: 50%;
		left: 50%;
		background-color: #FFF;
		border: 1px solid #000;
		position: fixed;
		z-index: 9999;
	}
	div.alertWindow h3 {
		padding: 20px;
		display: block;
		color: #000;
		text-align: left;
		text-transform: uppercase;
	}
	div.alertWindow p {
		padding: 20px;
		text-align: justify;
		color: #000;
	}
	div.alertWindow input.alertWindowOk {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
div.dash-details table thead {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
div.dash-details table tbody tr td {
	text-align: center;
}
div.dash-details table tbody tr td:first-child {
	text-align: left;
}
.form-group ul li {
	list-style-type: none;
}
textarea {
	resize: vertical;
	min-height: 85px;
}
input#addHistory {
	margin-top: 20px;
}
.bg-green {
	background-color: lightgreen;
}
.bg-red { 
	background-color: red;
}
div.no-ticket p {
	padding: 10px;
}
.user-validation.glyphicon-remove:hover {
	cursor: pointer;
}
.glyphicon-copy:hover {
	cursor: pointer;
}
.glyphicon-copy:before {
    content: "\e205";
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    height: 150px;
    z-index: 9999;
}
div.form-container div {
	margin-bottom: 20px;
}
div.note-btn-group {
	margin-bottom: 0px !important;
}
div.note-toolbar.panel-heading {
	height: auto !important;
	text-align: left !important;
}
div.cac-details {
	border: 1px solid lightgray;
	border-radius: 10px;
	padding: 20px;
	margin-top: 40px;
	background-color: #FFF;
	margin: 0 auto;
}
div.cac-details h3 {
	margin-bottom: 20px;
}
div.cac-details table.dataTable tbody th, 
div.cac-details table.dataTable tbody td {
	padding: 8px 5px;
}
div.add_comment {
	box-shadow: 0px 0px 5px 0px #000;
	width: 600px;
	position: absolute;
	z-index: 3;	
	padding: 10px 20px;
}
.st_pausa {
	background-color: #5bc0de;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle !important;
}
.st_folio_interno {
	background-color: red;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle !important;
}
.st_validado {
	background-color: #8ad919;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
    vertical-align: middle !important;
}
.w-50 {
	width: 46% !important;
	margin: 5px;
	float: left;
}
div#redeem_detail {
	max-height: 550px;
	overflow: auto;
	left: 44%;
	top: 44%;
}
.text-center {
	text-align: center !important;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}