
html,
body {
	height: 100%;
}

body {
	background: #E4D8CA;
	font-family: "Mulish";
}

.container-full {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

.main-content {
	padding-top: 45px;
}

.navbar {
	background: #E4D8CA;
	font-family: "Cormorant";
	font-weight: 500;
}

.nav-link .menu-icon {
	position: relative;
	top: 2px;
}

.navbar .navbar-brand {
	font-size: 26px;
	color: #000 !important;
}

.navbar-nav .nav-link {
	color: #000 !important;
}

.navbar-nav .nav-link.warn-link {
	color: #a70202 !important;
	font-weight: bold;
	margin-right: 30px;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	font-size: 18px;
}

.navbar-nav .nav-link .icon-user {
	position: relative;
	top: 2px;
	right: 3px;
}

.navbar .dropdown-item {
	font-weight: 500;
	color: #000;
}

footer {
	min-height: 310px;
	position: relative;
	color: #000;
}

footer .footer-top {
	font-family: "Cormorant";
}

footer .footer-logo {
	font-size: 26px;
}

footer .link-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 5px;
}

footer .link-block a {
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	color: #000 !important;
}

footer .link-right-block {
	text-align: right;
}

footer .link-right-block a {
	color: #000 !important;
	text-decoration: none !important;
	font-size: 18px;
}

footer .link-right-block a span {
	position: relative;
	top: 2px;
	right: 3px;
}

footer .link-contact {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

.wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 auto -310px;
	padding: 0 0 330px 0;
}

.alert {
	margin-bottom: 35px;
}

.modal-content {
	border: 0;
	border-radius: 0;
}

.modal-content-top {
	padding-top: 10px;
	padding-bottom: 35px;
}

.modal-content-top button {
	margin-right: 10px;
}

.modal-form-label {
	font-size: 15px;
	position: relative;
	top: 7px;
}

.modal-fake {
	padding: 20px 20px;
	border: 1px solid silver;
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.modal-fake h1.caption {
	line-height: 18px;
	position: relative;
	top: -10px;
}

.modal-fake .modal-content-top {
	padding-bottom: 20px;
}

.modal-form {
	padding-left: 35px;
	padding-right: 35px;
}

.modal-form-wide {
	padding-left: 15px;
	padding-right: 15px;
}

.modal-form input {
	padding: 30px 20px;
}

.modal-decor .modal-content {
	background: #E4D8CA;
	border: 0;
	border-radius: 0;
}

.modal-dialog-decor-lg {
	max-width: 600px;
}

.modal-dialog-decor-xl {
	max-width: 900px;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #282828;
	background-color: #282828;
}

.form-control:focus {
	border-color: inherit;
}

.text-underline {
	text-decoration: underline;
}

.text-block a {
	color: #000000 !important;
	text-decoration: underline;
}

.breadcrumb {
	background: inherit;
	padding: 0;
	font-size: 13px;
}

.well,
.form-well {
	background: #f8f9fa;
	padding: 10px 20px 5px 20px;
	border-radius: 5px;
}

.form-well {
	padding-top: 20px;
}

.input-normal {
	width: 100%;
	max-width: 350px;
}

.input-min {
	width: 100%;
	max-width: 100px;
}

.input-small {
	width: 100%;
	max-width: 150px;
}

.filter-block {
	margin-top: 15px;
}

.filter-block .col-auto {
	margin-bottom: 10px;
}

.filter-block .filter-active {
	background: #fff5e5;
}

.filter-block .input-normal {
	width: 200px;
}

.filter-block .form-control {
	font-size: 13px;
}

label .f-required {
	color: #E5052B;
	font-weight: bold;
	margin-left: .25rem;
}

.f-error {
	color: #E5052B !important;
	font-size: 12px;
	display: block !important;
}

.f-hint {
	color: #8c8c92 !important;
	font-size: 12px;
	display: block !important;
}

.text-bold {
	font-weight: bold;
}

.caption {
	font-size: 1.5rem;
	font-family: "Cormorant";
}

h1 {
	font-family: "Cormorant";
}

form .caption {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.status-new,
.status-ready,
.status-process,
.status-open,
.status-reopen,
.status-active,
.status-confirm,
.status-success,
.support-page .status-open,
.status-expire,
.status-close,
.status-reject,
.status-error,
.status-stop {
	font-weight: 500;
	color: #fff;
}

.status-new {
	background-color: #009fda;
}

.status-ready,
.status-process {
	background-color: #009fda;
}

.status-open,
.status-reopen,
.status-active,
.status-confirm,
.status-success {
	background-color: #21c187;
}

.support-page .status-open,
.status-expire,
.status-stop {
	background-color: #f79800;
}

.status-close,
.status-reject,
.status-error {
	background-color: #fa5944;
}
