/*
.side-lite{
  background-image: url('../img/bg_side.jpg.');
  background-repeat: true; 
}
*/

.title{
	font-size: 1.2em;
}
/*
.toast{
	width: 36vw;
	min-width: 36vw;
	left: 32vw;
	top: 2vh;
	position: absolute;
	z-index: 10001;
	background-color: #ffff !important; 
}

.toast-lite{
	left: 32vw !important;
}
*/

ol, ul{
	list-style-position: outside !important;
}

.a-btn{
	cursor: pointer; 
	text-decoration: none;
}

.a-btn:hover{ 
	text-decoration: none !important;
}

.bg-danger{
	background-color: #ffcccc !important;
}

.bg-grey{
	background-color: #aaa !important;
}

.text-red{
	color: #990000 !important;
}

.text-green{
	color: #009900 !important;
}

.text-grey{
	color: #666666 !important;
}

.text-disabled{
	color: #666 !important;
}

.text-middle{
	vertical-align: middle !important;
}

.errors ul{
	padding-left: 4px;
}

.ui-pnotify{
	width: 400px !important;
}

.xls td{
	border: 0.5px solid #ccc;
	font-size: 9pt;
	padding: 0px 2px;
}

.xls th{
	border: 0.5px solid #666;
	background-color: #999;
	color: #000;
	font-weight: bold;
	font-size: 9pt;
	text-align: center;
	padding: 2px 4px;
}

.xls-header{
	background-color: #ddd !important;
	font-weight: bold;
	color: #aaa;
}

.rows{
	cursor: pointer;
}

.edges{
	cursor: pointer;
	background-color: #ddd !important;	
}

html body .tabs-success .nav-tabs li .nav-link,
html.dark body .tabs-success .nav-tabs li .nav-link,
html body .tabs-success .nav-tabs.nav-justified li .nav-link,
html.dark body .tabs-success .nav-tabs.nav-justified li .nav-link,
html body .tabs-success .nav-tabs li .nav-link:hover,
html.dark body .tabs-success .nav-tabs li .nav-link:hover,
html body .tabs-success .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-success .nav-tabs.nav-justified li .nav-link:hover {
	color: #28a745;
}

html body .tabs-success .nav-tabs li .nav-link:hover,
html.dark body .tabs-success .nav-tabs li .nav-link:hover,
html body .tabs-success .nav-tabs.nav-justified li .nav-link:hover,
html.dark body .tabs-success .nav-tabs.nav-justified li .nav-link:hover {
	border-top-color: #28a745;
}

html body .tabs-success .nav-tabs li.active .nav-link,
html.dark body .tabs-success .nav-tabs li.active .nav-link,
html body .tabs-success .nav-tabs.nav-justified li.active .nav-link,
html.dark body .tabs-success .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-success .nav-tabs li.active .nav-link:hover,
html.dark body .tabs-success .nav-tabs li.active .nav-link:hover,
html body .tabs-success .nav-tabs.nav-justified li.active .nav-link:hover,
html.dark body .tabs-success .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-success .nav-tabs li.active .nav-link:focus,
html.dark body .tabs-success .nav-tabs li.active .nav-link:focus,
html body .tabs-success .nav-tabs.nav-justified li.active .nav-link:focus,
html.dark body .tabs-success .nav-tabs.nav-justified li.active .nav-link:focus {
	border-top-color: #28a745;
	color: #28a745;
}

.btn-datepicker{
	cursor: pointer;
}

.fa-rotate {
    -webkit-animation: spinWebkit 2s infinite linear;
    -moz-animation: spinMoz 2s infinite linear;
    -animation: spin 2s infinite linear;
}

@-webkit-keyframes spinWebkit {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spinMoz {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.btn:disabled{
	cursor: default !important;
}

.text-title5{
	font-weight: bold;
	color: #666;
}

.text-title4{
	font-weight: bold;
	color: #555;
}

.text-title3{
	font-weight: bold;
	color: #444;
}

.text-title2{
	font-weight: bold;
	color: #333;
}

.text-title1{
	font-weight: bold;
	color: #222;
}

.text-title0{
	font-weight: bolder;
	color: #000;
}

.uppercase{
	text-transform: uppercase;
}

.li-menu{
	padding: 8px;
	cursor: pointer;
}

.li-menu:hover{
	background-color: #eee;
}

.dropdown-menu-sm{
	font-size: 1em !important;
}

button.mfp-close-ex,
button.mfp-arrow-ex {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 22px;
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.border-red{
	border: 1px solid #ffaaaa;
}

.fr-control{
	border: 1px solid #eee;
	border-radius: 2px; 
}

.newline{
	border-bottom: 2px solid #900;
}

.underline{
	border-bottom: 1px solid #333;
}

.overflow-x{
	overflow-x: auto; 
	/* background-color: #f7f7f7; */
}