.logo{
	width: 100px;
}
.logo-big{
	max-width: 200px;
}
.full-height{
	height: 100%;
}
#dataTable_filter{
	display: none;
}
.text-red{
	color: #ff0000;
}
.text-yellow{
	color: #f6c23e;
}
.text-blue{
	color: #134491;
}
.text-black{
	color: #000;
}
.text-bold{
	font-weight: bold;
}
.text-underline{
	text-decoration: underline;
}
.align-right{
	text-align: right;
}
label, .alert-text-info {
	color: #383737;
}
.disabled-field{
	pointer-events: none;
	background: #e7e7e7 !important;
	border: 1px solid #d1d3e2 !important;
}
.disabled{
	pointer-events: none;
	opacity: .4 !important;
}
.certificate-status {
	position: absolute;
	right: 0;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
.certificate-status.active{
	background-color: #1cc88a;
}
.certificate-status.expired{
	background-color: #5a5c69;
}
.certificate-status.due{
	background-color: #e74a3b;
}
.hide{
	display: none !important;
}
.dataTables_wrapper table.dataTable {
	table-layout: fixed;
	width: 100% !important;
}
.dataTables_wrapper table.dataTable th,
.dataTables_wrapper table.dataTable td {
	box-sizing: border-box;
	overflow-wrap: anywhere;
	vertical-align: middle;
}
.dataTables_wrapper table.dataTable td.text-nowrap,
.dataTables_wrapper table.dataTable td .btn,
.dataTables_wrapper table.dataTable td form {
	overflow-wrap: normal;
}
input[type=radio] {
	border: 0px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
.select-dropdown.selectize-control.single .selectize-input, .selectize-dropdown.single{
	background-color: #fff;
	box-shadow: none;
	border-color: #d1d3e2;
	background-image: none;
	border-radius: .35rem;
	padding: 9px;
}
.btn-right{
	position: absolute;
	right: 10px;
}
.hidden {
	display: none !important;
}
.fields-names{
	position: relative;
}
.grey-color{
	color: #e7e7e7;
}

.upload-area {
	border: 2px dashed #134491;
	border-radius: 10px;
	padding: 50px 30px;
	text-align: center;
	cursor: pointer;
	color: #999;
	transition: background 0.3s;
	max-width: 500px;
}
.upload-area.dragover {
	background-color: #e9f5ff;
}
.preview img {
	width: 200px;
	height: 170px;
	object-fit: contain;
}
.remove-btn {
	margin-top: 10px;
}
.update-desc{
	width: 100%;
}
.noti {
    margin-bottom: 0;
}
.expired_date {
    color: #f94545;
}
.notification-alert{
	max-height: 400px;
	overflow-y: scroll !important;
}
.nav-item.active {
    background: #fff;
}
.sidebar .nav-item.active a span, .sidebar-dark .nav-item.active .nav-link i{
	color: #134491 !important;
}
.sidebar .nav-item .nav-link span, .sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item .nav-link i{
	color: #fff !important;
}
#accordionSidebar {
    max-height: 100%;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
}
#wrapper #content-wrapper {
    padding-left: 14rem;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #6f91c8; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #134491; 
}

/* recaptcha */
img.captcha-img {
    margin-bottom: 10px;
    width: 200px;
}
.refresh-btn {
    cursor: pointer;
    font-size: 14px;
    color: #134491;
    padding: 10px;
}
.search-box {
    padding: 13px 15px;
    background: #c9c9c9;
    border-radius: 5px;
}
.search-filter{
	padding: 13px 15px;
    border-radius: 5px;
}
.two-buttons{
	padding: 13px 0;
}
.cert-link, .cert-link:hover{
	text-decoration: none;
}

a {
	color: #134491;
}
a:hover {
	color: #0d326c;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
	background-color: #134491;
	border-color: #134491;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	background-color: #0d326c;
	border-color: #0d326c;
}
.btn-outline-primary {
	color: #134491;
	border-color: #134491;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #134491;
	border-color: #134491;
}
.bg-primary {
	background-color: #134491 !important;
}
.bg-gradient-primary {
	background-color: #134491;
	background-image: linear-gradient(180deg, #134491 10%, #0d326c 100%);
}
.text-primary {
	color: #134491 !important;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #0d326c !important;
}
.border-left-primary {
	border-left-color: #134491 !important;
}
.border-bottom-primary,
.border-primary {
	border-color: #134491 !important;
}
.badge-primary {
	background-color: #134491;
}
.page-item.active .page-link {
	background-color: #134491;
	border-color: #134491;
}
.page-link {
	color: #134491;
}
.sidebar-section-label {
    border-bottom: 1px solid rgba(111, 145, 200, 0.55);
    border-top: 1px solid rgba(111, 145, 200, 0.55);
    margin: 0.75rem 0.75rem;
    padding: 0.65rem 0;
    text-align: center;
}
.sidebar-section-label span {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3e%3cpath fill='%235a5c69' d='M0 0l4 4 4-4z'/%3e%3c/svg%3e");
    background-position: right calc(0.75rem + 5px) center;
    background-repeat: no-repeat;
    background-size: 8px 5px;
    padding-right: 2.25rem;
}

select.form-control::-ms-expand {
    display: none;
}

.test-progress-form .test-temperature-type-readonly {
    background-color: #eaecf4;
    pointer-events: none;
}
