@charset "utf-8";
/*select.form-control:not([size]):not([multiple]){
	height: initial;
}*/
.form-control {
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}
.form-control-tiny {
	width: 80px;
}
.form-control-small {
	width: 100px;
}
.form-control-medium {
	width: 150px;
}
.form-control-normal {
	width: 200px;
}
.form-control-long {
	width: 250px;
}
.form-control-verylong {
	width: 320px;
}
.form-control-extralong {
	width: 400px;
}
.form-control-50-percent {
	width: 50%;
}
.form-control-25 {
	width: 25%;
}
.form-control-50 {
	width: 50%;
}
.form-control-75 {
	width: 75%;
}
.form-control-100 {
	width: 100%;
}
.form-control-max {
	width: 100%;
}
.form-control-date {
	width: 110px;
}
.form-control-money {
	width: 150px;
}
input[type="checkbox"].form-control {
	margin-left: 4px;
	width: auto;
}
.fa, .fas, .far {
	cursor: pointer;
}
.alert.alert-dismissable .close {
	padding: 5px 5px;
	background-color: red;
	color: white !important;
	font-weight: 400;
	font-size: 0.7rem;
	text-decoration: none;
	border-radius: 3px;
}
.alert.alert-dismissable .close:after {
	content: ' CLOSE';
}
.btn-tiny, .btn-group-tiny>.btn {
	padding: 0px 5px;
	font-size: 1.0rem;
	line-height: 1.6;
	border-radius: 3px;
}
.btn-full-width {
	width: 100%;
}
/*.fa-trash-alt:hover {
	color: red;
}*/
/*--- TABLE BEGIN ---*/
table {
	border-top: none;
	border: none;
}
table > tr, .table > td {
	border: none;
}
table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 5px 5px;
}
table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border: none;
}
table tr th {
	font-weight: 400;
	line-height: 1.6;
	color: dimgrey;
	white-space: nowrap;
	padding: 3px;
}
.table tr:first-child td {
	border-top: none;
}
.table-no-boarder>tbody>tr>td {
	border: none;
}
.table-hover>tbody>tr:hover{
	color: black;
	background-color: lightgrey;
}
.table.table-header-center tr th {
	text-align: center;
}
.table.table-header-left tr th {
	text-align: left;
}
.table.table-header-right tr th {
	text-align: right
}
/*--- TABLE END ---*/

/* BUTTON: BEGIN ---*/
html button[type=button] {
	-webkit-appearance: none;
}
.btn {
	margin-left: 3px;
	margin-right: 3px;
	padding: 0 20px;
	line-height: 2;
}
.btn-tiny {
	padding: 3px 8px;
	font-size: 0.65rem;
	line-height: 1.7;
	border-radius: 3px;
}
.btn-delete:hover {
	background-image: inherit;
	background-color: red;
	color: white;
	opacity: 1.0;
}
.modal-dialog {
/*	max-width: 100% !important;
	max-height: 100%; !important;
*/
}
.modal-dialog.full_screen {
	width: 100% !important;
	max-width: 100% !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
}
.modal-dialog.full_screen .modal-content {
	width: 100% !important;
	height: 100% !important;
}
/* BUTTON: ENDF ---*/

/* Modal CSS: Begin */
.modal-backdrop {
	z-index: 1000;
	background-color: black;
}
.modal * {
	color: black;
}
.modal-boxy {
	padding: 10px;
}
.modal table {
	background-color: transparent;
}
.modal-header {
	background-color: steelblue;
	border-radius: 0px;
	padding: 0 10px;
	align-items: center;
	overflow: hidden;
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
}
.modal-header span {
	font-size: 0.9rem;
	font-weight: 600;
	color: white;
	height: auto;
}
.modal-header .close {
	color: white !important;
	font-size: 0.8rem;
	font-weight: normal;
	line-height: 1;
	margin: 0px;
	opacity: 0.9;
	text-align: center;
	background-image: none;
	background-color: steelblue;
	padding: 0px;
	-webkit-tap-highlight-color: red;
	-webkit-appearance: none;
}
.modal-header .close:hover {
	opacity: 1.0;
}
.modal-content {
	border-radius: 5px;
	border: none;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	height: 100%;
	width: 100%;
}
.modal.show .modal-dialog {
	top: 5px;
	max-height: 90%
}
/* Modal CSS: End */
.wrapper-options {
	width: auto;
	display: flex;
	flex-direction: row;
	font-size: 1rem;
}
.wrapper-options .css-control {
	color: white;
	background-color: transparent;
	padding: 5px;
	margin-right: 10px;
}
.css-expand {
	display: block;
}
.css-restore {
	display: none;
}
.nav-tabs .nav-link {
	border-radius: 5px 5px 0 0;
}

.nav-tabs .nav-link.active {
	background-color: var(--theme-color);
	color: white;
}
	

