/*
-------------------
CUSTOM STYLE
-------------------
*/
:root {
	--color-default: #33485E;
	--color-alternative: #2E86C1;
	--color-text: #424848;
	--color-gray: #7C7C7C;
	--color-soft: #B9C9D9;
	--color-link: #778598;
}

body.authentication-bg-pattern {
	background-image: url(../images/bg-pattern.png);
	background-color: #000000;
}

.color-default {
	color: var(--color-default) !important;
}

.color-alternative {
	color: var(--color-alternative) !important;
}

.color-text {
	color: var(--color-text) !important;
}

.color-danger {
	color: #C0392B;
}

.color-warning {
	color: #EB984E;
}

.color-success {
	color: #229954;
}

.navigation-menu>li>button {
	margin-top: 14px;
	margin-left: 25px;
	font-size: 15px;
}

.nav-user {
	min-width: 230px !important;
	text-align: right !important;
}

.profile-dropdown {
	width: 100%;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-10 {
	margin-right: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.radio label {
	margin-top: 8px;
	margin-right: 15px;
}

.bottom-align-text {
	position: relative;
	margin-top: 28px;
}

.bottom-align-label {
	position: relative;
	margin-top: 38px;
}

.table-buttons {
	padding-bottom: 20px;
}

.btn-xs {
	margin: 0 2px 5px 0;
	padding: 0.2rem 0.6rem;
	font-size: .75rem;
	border-radius: 0.15rem;
}

.btn-reader {
	margin: -4px 2px 5px 0;
	padding: 0.35rem 0.6rem;
	font-size: .75rem;
	border-radius: 0.15rem;
}

.btn-input {
	margin: 0 2px 5px 0;
	padding: 0.2rem 0.6rem;
	font-size: .75rem;
	border-radius: 0.15rem;
	height: 40px;
}

.input-group-text {
	height: 40px;
}

.input-hidden {
	opacity: 0;
	filter: alpha(opacity=0);
}

input[type="file"] {
	display: none;
}

input[readonly] {
	background-color: #69707a !important;
}

textarea[readonly] {
	background-color: #69707a !important;
}

.file-upload {
	display: inline-block;
	margin-top: 20px;
	padding: 6px 12px;
}

.progress {
	height: 1rem;
}

/*
.d-lg-block {
    margin-top: 17px;
}
*/

.header-title {
	font-size: 17px;
	margin: 10px 0 10px 0;
}

.subtitle-control {
	margin-top: 15px;
	font-size: 1.1rem;
	font-weight: 600;
}

.inline-control {
	display: flex;
	margin-bottom: 15px;
}

.align-bottom {
	margin-top: 30px;
}

.align-bottom-check {
	margin-top: 17px;
}

.autocomplete-list {
	background-color: #7C7C7C;
}

.autocomplete input {
	height: 40px;
}

.stretch {
	padding-top: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.centered {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.modal-xl {
	max-width: 1000px !important;
}

.modal-xxl {
	max-width: 1200px !important;
}

.select2-container {
	width: 100% !important;
}

.bootstrap-select {
	height: 40px;
}


.message-list li .col-mail-1 .checkbox-wrapper-mail {
	margin: 17px 10px 0 20px;
}

.message-list li .col-mail-2 .date {
	width: 150px;
}

.dn {
	display: none !important;
}

.border-none {
	border: 0px !important;
	border-top: 1px solid #3b4452 !important;
}

.border-left {
	border-left: 1px solid #3b4452 !important;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #565f6d;
	opacity: 1;
}

.ma {
	margin: 0 auto;
}

.fa-3xl {
	font-size: 3em;
	line-height: .03125em;
	vertical-align: -0.1875em;
}

.fa-4xl {
	font-size: 4em;
	line-height: .03125em;
	vertical-align: -0.1875em;
}

.fa-5xl {
	font-size: 5em;
	line-height: .03125em;
	vertical-align: -0.1875em;
}

.btn_tutorial {
	margin-left: 15px;
	color: #f1f5f7;
	background-color: #31ce77;
	padding: 5px 10px;
	border-radius: 6px;
}

.btn_tutorial:hover {
	color: #fff;
	background-color: #2aaf65;
	border-color: #27a55f;
}


.page-title .navigation-menu.in {
	display: inline-block;
}

.page-title .has-submenu.btn_tutorial {
	float: unset;
	margin-left: 15px;
}

.page-title .has-submenu.btn_tutorial>.submenu {
	left: 0;
	right: auto;
}

.lineh-35px {
	line-height: 35px;
}

.links_tutorial {
	display: unset !important;
	font-size: .9rem;
	padding: 8px 15px !important;
}

.arrow-down {
	display: inline-block;
}
.arrow-down:after{
	border-color: initial;
	border-style: solid;
	border-width: 0 0 1px 1px;
	content: "";
	height: .4em;
	display: inline-block;
	right: 5px;
	top: 50%;
	margin-left: 5px;
	transform: rotate(-45deg) translateY(-50%);
	transform-origin: top;
	transition: all .3s ease-out;
	width: .4em;
}

.arrow-up{
	display: inline-block;
}
.arrow-up:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: 0.4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 5px;
    transform: rotate(140deg) translateY(-50%);
    transform-origin: center;
    transition: all .3s ease-out;
    width: 0.4em;
	margin-bottom: 3px;
}

.error-badge {
    color: #FFFFFF;
    background-color: #e73345;
    border: 1px solid #e73345;
    border-radius: 4px;
    padding: 5px;
    margin-top: 10px;
    font-size: 0.9em;
}
.bootstrap-select .inner {
    overflow-y: auto !important;
}

.gray-favourite-star {
	text-decoration: none;
	color: #ced4da;
}

.gray-favourite-star:hover {
	color: #fbcc5c;	
}

.golden-favourite-star {
	color: #fbcc5c;	
}

.golden-favourite-star:hover {
	color: #ced4da;
}
