.main-menu {
  #  background-color: #133e5e;
    background-color: #241a09;
    color: rgba(255, 255, 255, 0.9);
}

.navbar__list li .submenu__list .submenu__listitem.current::before {
    # background: #2c70a2;
	background: #e7ec00
}

.header .header__mobile {
    # background-color: #133e5e;
	background-color: #241a09;
}


.table thead {
    # background-color: #2c70a2;
	background-color: #241a09;

}

.table tbody tr {
    # background-color: #edf6fb;
    # border-bottom: 1px solid #bdd4e2;
	background-color: #ffecc8;
    border-bottom: 1px solid #e2d5bd;
}

.table tbody tr:nth-child(even) {
    # background-color: #d5ebf7;
	background-color: #f7e9d5;
}

.table tbody tr:hover {
    # background-color: rgb(251 253 255) !important;
	background-color: rgb(255 253 251) !important;
}


.table tbody tr.is-checked {
    # background-color: #dfe4ec;
	background-color: #ece6df
}

.wrapper {
    # color: #133e5e;
	color: #d55b53;
	# background-color: #e9f0f3;
	background-color: #f3f1e9;
}

.main__content  {
    # color: #133e5e;
	color: #d55b53;
}

.form input.form-control, .form textarea.form-control {
    # border: solid 1px #2c70a2;
	border: solid 1px #d55b53;
    # background-color: #f1f9ff;
	background-color: #f1e9cb;
    # color: #133e5e;
	color: #d55b53;
}

.btn-full {
    # border: solid 1px #2c70a2;
	border: solid 1px #241a09;
    border: 1px solid #133e5e;
	# background-color: #2c70a2;
	background-color: #241a09;
}

.radio-custom [type='radio']:not(:checked)+label, .radio-custom [type='radio']:not(:checked)+label {
    # color: #2c70a2;
	color: #d55b53;
}

.radio-custom [type='radio']:checked+label {
    # color: #133e5e!important;
	color: #d55b53!important;
	font-weight: bold;
}

.header {
    border-bottom: 2px solid #fdbc1d;
}

.profile__user {
    # color: #959eb0;
	color: #ea8b16;
}

.link {
    # color: #2c70a2;
	color: #d55b53;
}