/*custom bootstrap*/
body {
    min-width: 1200px;
/*    font-family: "Roboto","Helvetica","Arial",sans-serif; */
    font-family: "Fira Sans", "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 300;
	font-size: 0.875rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
}
.btn-primary {
    color: #fff;
    background-color: #bf0000;
    border-color: #bf0000; }
.btn-primary:hover {
    color: #fff;
    background-color: #990000;
    border-color: #8c0000; }
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 0, 0, 0.5); }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #bf0000;
    border-color: #bf0000; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8c0000;
    border-color: #7f0000; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 0, 0, 0.5); }
.btn-outline-primary {
    color: #bf0000;
    background-color: transparent;
    background-image: none;
    border-color: #bf0000; }
.btn-outline-primary:hover {
    color: #fff;
    background-color: #bf0000;
    border-color: #bf0000; }
.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 0, 0, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #bf0000;
    background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #bf0000;
    border-color: #bf0000; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(191, 0, 0, 0.5); }

a {
	color: #ad0101;
	outline: none;
}
a:hover {
    text-decoration: none;
	color: #000000;
}
h2, .h2 {
    font-size: 1.5rem;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 0;
    justify-content: flex-end;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #bf0000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: none;
}
.page-link:hover {
    z-index: 2;
    color: #790000;
    text-decoration: none;
    background-color: #eeeeee;
    border-color: #dee2e6;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #bf0000;
	border-color: #bf0000;
}
.form-control::placeholder {
    color: #777777;
    opacity: 1;
    font-weight: 300;
    font-size: .9rem;
}
.form-control {
	font-weight: 300;
}
small, .small {
	font-size: 80%;
	font-weight: 300;
}
/*custom check input*/

.custom-checkbox .custom-control-label:before {
	border-radius: 0rem;
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.8rem;
}
.custom-control-label:before {
	position: absolute;
	top: 0;
	left: -1.8rem;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c1c1c1;
}
.custom-control-label:after {
	position: absolute;
	top: 0;
	left: -1.8rem;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%;
}
.custom-radio .custom-control-label:after {
	width: 16px;
	height: 16px;
	background-size: 50% 50%;
	top: 0.1rem;
}
.custom-radio .custom-control-label:before {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	top: 0.1rem;
}
/*custom table*/
table.custom-table {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
table.custom-table tbody {
	border-bottom: 1px solid #dee2e6;
}
.custom-table > tbody > tr:hover {
	background-color: #fef9f0;
}
.custom-table.table th, 
.custom-table.table td {
	text-align: center;
	padding: 0.55rem;
	vertical-align: middle;
}
.custom-table.table tbody th {
	text-align: left;
	border-right: 1px solid #dee2e6;
	font-weight: 400;
}
.custom-table tbody th span span {
	padding-left: 1.5rem;
	font-weight: 300;
}
.custom-table .custom-control-label {
	height: 1rem;
}
.custom-table .custom-control {
	min-height: 1rem;
}
.custom-table .custom-radio .custom-control-label:after {
	top: 0.2rem;
}
.custom-table .custom-radio .custom-control-label:before {
	top: 0.2rem;
}



.custom-control-input {
	width: auto;
	height: auto;
}
.custom-control-input:hover ~ .custom-control-label:before {
	border-color: #465162;
}

.custom-control-input:focus ~ .custom-control-label:before {
	box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
	background-color: #465162;
	border-color: #465162;
}
.custom-control-input:checked ~ .custom-control-label:before {
	color: #fff;
	background-color: #465162;
	border-color: #465162;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
	background-color: #465162;
}

.bg-primary {
  background-color: #bf0000 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus,
div.bg-primary:hover,
div.bg-primary:focus {
  background-color: #6c0000 !important;
  cursor: pointer; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus,
div.bg-secondary:hover,
div.bg-secondary:focus {
  background-color: #394550 !important;
  cursor: pointer; }
  
.bg-success {
  background-color: #82c78b !important; }

.bg-info {
  background-color: #a2d1da !important; }

.bg-warning {
  background-color: #f6a14e !important; }

.bg-danger {
  background-color: #f66e6e !important; }
  
.modal-header {
	background-color: #eeeeee; }
.modal-header .close {
	margin: -1rem -1rem -1.5rem auto;
	font-size: 2rem;
	outline: none; }


/*datatables*/
div.dataTables_wrapper .table-bottom div.dataTables_info {
	padding-top: 0.65em;
	white-space: nowrap;
}
div.dataTables_wrapper .table-bottom div.dataTables_length {
	padding-top: .4em;
}
div.dataTables_wrapper .table-bottom div.dataTables_length label {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
}
div.dataTables_wrapper .table-bottom div.dataTables_length .custom-select-sm {
	height: calc(1.8125rem + 2px);
	padding-top: 0.27rem;
	padding-bottom: 0.375rem;
	font-size: 100%;
}
.table th.table-tile, .table td.table-tile {
	padding: 0.25rem 0.75rem;
	vertical-align: middle;
	text-align: right;
}
table.dataTable {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: transparent;
}
.dataTable > tbody > tr:hover {
	background-color: #fef9f0;
}
.table thead th {
	font-weight: 400;
	background-color: #fafafa;
	border-bottom: 1px solid #dee2e6;
}
.dataTables_scrollBody {
	border-bottom: 1px solid #dee2e6;
}
.dropdown-menu {
	font-size: inherit;
}
.dropdown-item {
	font-weight: inherit;
}


/*dark skin*/
body.skin-dark {
	background-color: #252830;
	color: #cfd2da;
}
.skin-dark a {
	color: #f31b1b;
}
.skin-dark .btn-primary {
	color: #ffffff;
}
.skin-dark .btn-outline-primary {
	color: #f31b1b;
	border-color: #f31b1b;
}
.skin-dark .btn-outline-primary:hover {
	color: #ffffff;
	background-color: #bf0000;
	border-color: #bf0000;
}
.skin-dark .table th, 
.skin-dark .table td {
	border-top: 1px solid #434857;
}
.skin-dark table.dataTable {
	border-left: 1px solid #434857;
	border-right: 1px solid #434857;
}
.skin-dark .table thead th {
	background-color: #30343e;
	border-bottom: 1px solid #434857;
}
.skin-dark .dataTables_scrollBody {
	border-bottom: 1px solid #434857;
}
.skin-dark .dataTable > tbody > tr:hover {
	background-color: #323847;
}
.skin-dark .form-control {
	color: #cfd2da;
	background-color: transparent;
	border: 1px solid #434857;
}
.skin-dark .form-control::placeholder {
    color: #8d8d9e;
}
.skin-dark .form-control:focus {
	border-color: #646b80;
	box-shadow: 0 0 0 0.2rem rgba(124, 133, 157, 0.25);
}
.skin-dark .form-group label {
	color: #8d8d9e;
}
.skin-dark .page-link {
	background-color: transparent;
	border: 1px solid #434857;
	color: #ffffff;
}
.skin-dark .page-item.disabled .page-link {
	color: #8d8d9e;
	background-color: transparent;
	border-color: #434857;
}
.skin-dark .page-link:hover {
	color: #f31b1b;
	background-color: #30343e;
	border-color: #434857;
}
.skin-dark .page-item.active .page-link {
	color: #fff;
	background-color: #bf0000;
	border-color: #bf0000;
}
.skin-dark table.custom-table {
	border-left: 1px solid #434857;
	border-right: 1px solid #434857;
}
.skin-dark table.custom-table tbody {
	border-bottom: 1px solid #434857;
}
.skin-dark .custom-table.table tbody th {
	border-right: 1px solid #434857;
}
.skin-dark .custom-table > tbody > tr:hover {
	background-color: #323847;
}
.skin-dark .modal-backdrop.show {
	opacity: 0.7;
}
.skin-dark .modal-content {
	background-color: #252830;
}
.skin-dark .modal-header {
	background-color: #30343e;
	border-bottom: 1px solid #434857;
}
.skin-dark .close {
	color: #ccc;
	text-shadow: 0 1px 0 #000;
}
.skin-dark .close:hover:not(:disabled):not(.disabled), 
.skin-dark .close:focus:not(:disabled):not(.disabled) {
	color: #fff;
}

