@import "css/font-awesome.min.css";
body textarea:hover,
body textarea:focus,
body select:hover,
body select:focus,
body input:hover,
body input:focus {
    outline: none !important;
    color: rgba(112, 65, 49, 1) !important;
    border-color: #999 !important;
    box-shadow: none !important;
}

body textarea,
body input {
    color: #999;
    padding: 4px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #999 !important;
}

body select {
    padding: 3px !important;
}

body h3 {
    color: rgba(112, 65, 49, 1);
    border-bottom-color: rgba(197, 147, 104, 1);
    font-size: 18px;
    font-weight: bold;
}

body h2 {
    color: rgba(112, 65, 49, 1);
    font-weight: bold;
    padding-left: 0px;
}

body label {
    color: rgba(112, 65, 49, 1);
}

body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    color: rgba(112, 65, 49, 1);
}

html,body{
    min-height: 100%;
    height: 100%;
}

body a:active {
    color: rgba(127, 80, 56, 1);
}

body a:visited, body a:link {
    color: rgba(112, 65, 49, 1);
    border-color: rgba(112, 65, 49, 1);
}

body a:hover {
    color: rgb(237, 83, 56);
    background: transparent;
    border-color: rgb(237, 83, 56);
}

body .l-wrapper{
    padding: 0;
    width: auto;
}

body h1 {
    font-size: 24px;
    font-weight: bold;
}

hr.strong{
    border-top: 3px solid rgba(127, 80, 56, 1);
}

.b-button__standart
{
    background-color: rgb(194,194,194);

    background-image: linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 0%, rgb(242,242,242) 100%);
    background-image: -o-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 0%, rgb(242,242,242) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 0%, rgb(242,242,242) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 0%, rgb(242,242,242) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 0%, rgb(242,242,242) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(194,194,194)),
        color-stop(0, rgb(194,194,194)),
        color-stop(1, rgb(242,242,242))
    );

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow:0 0 1px #000;

    text-shadow: 0 -1px 1px #eeeeee;
    text-align: center;
    color: #312f2f;
    font: normal 14px/28px Arial;
    cursor: pointer;
    padding: 2px 6px;
}

.b-button__standart:active
{
    background-color: rgb(242,242,242);

    background-image: linear-gradient(bottom, rgb(242,242,242) 0%, rgb(194,194,194) 100%, rgb(194,194,194) 100%);
    background-image: -o-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(194,194,194) 100%, rgb(194,194,194) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(194,194,194) 100%, rgb(194,194,194) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(194,194,194) 100%, rgb(194,194,194) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 0%, rgb(194,194,194) 100%, rgb(194,194,194) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(242,242,242)),
        color-stop(1, rgb(194,194,194)),
        color-stop(1, rgb(194,194,194))
    );
}

.b-button__standart:hover
{
	background-image: linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 20%, rgb(242,242,242) 100%);
	background-image: -o-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 20%, rgb(242,242,242) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 20%, rgb(242,242,242) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 20%, rgb(242,242,242) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(194,194,194) 0%, rgb(194,194,194) 20%, rgb(242,242,242) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(194,194,194)),
		color-stop(0.2, rgb(194,194,194)),
		color-stop(1, rgb(242,242,242))
	);
}

.text_30{
    width: 40px;
}

.text_60{
    width: 80px;
}

.text_250{
    width: 250px;
}

.bx-wrapper{
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
}

.banners .slide{
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
}

.banners .slide a::after {
    border: 2px solid rgba(197, 147, 104, 1);
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: 60px;
    top: 0;
    left: 0;
}

.slider-banners {
    text-align: center;
}

.slider-banners.destroyed .banners {
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
    transition: none !important;
    margin-right: -9px;
}

.slider-banners .bx-prev {
    background: url("images/arrow_left.svg") no-repeat !important;
    left: -25px;
    top: 58%;
}

.slider-banners .bx-next {
    background: url("images/arrow_right.svg") no-repeat !important;
    right: -40px;
    top: 58%;
}

.slider-banners .banners-all {
    border: none;
    box-shadow: none;
    width: 25px;
    height: 14px;
    margin: 0 auto;
}

.slider-banners.destroyed .banners-all{
    background: url("images/arrow_up.svg") no-repeat;
}

.slider-banners .banners-all{
    background: url("images/arrow_down.svg") no-repeat;
}

.index-page>.row{
    margin-left: 0;
}

.pre-footer-block{
    margin-left: 0;
}

.success-message{
    width: auto;
    text-align: center;
    padding: 70px;
    margin: 30px 20px 100px;
    font-size: 22px;
    border-radius: 5px;
    border: 1px solid rgba(197, 147, 104, 1);
    background: rgba(243, 233, 225, 1);
}

.nowrap{
    white-space: nowrap;
}
body .nav {
    height: 42px;
    background: rgba(127, 80, 56, 1);
}

body .nav .home {
    width: 242px;
}

body.index .nav .home {
    width: 25.3%;
}

body .nav > div {
    float: left;
    line-height: 42px;
    text-transform: uppercase;
}

body .nav div a {
    color: white;
    display: block;
    font-size: 12px;
    padding: 0 12px;
}

body .nav div.active a {
    text-decoration: none;
    background: rgba(112, 65, 49, 1);
    position: relative;
}

body .nav div.active a:after {
    position: absolute;
    content: '';
    display: block;
    width: calc(100% - 24px);
    height: 2px;
    background: rgba(243, 233, 225, 1);
    left: 12px;
    bottom: 9px;

}

body .nav div a:hover {
    text-decoration: none;
    background: rgba(112, 65, 49, 1);
}

body .nav div.home > a {
    padding: 0 0 0 55px;
    background: rgba(197, 147, 104, 1) url('../images/mydoc/home.png') no-repeat 20px center;
}

body .nav div.home > a:hover {
    color: black;
}

body .nav div.glaz {
    float: right;
    margin-right: 0px;
}

body .nav div.glaz a {
    background-image: url('../images/mydoc/glaz.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    font-size: 11px;
    text-decoration: underline;
}


body .nav div.search  {
    float: right;
    margin-right: 5px;
}

body .nav div.magnifying-glass {
    float: right;
    margin-right: 5px;
}

body .nav div.search {
    padding-left: 6px;
    color: white;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

body .nav div.magnifying-glass {
    background-image: url('/images/magnifying-glass.png');
    background-repeat: no-repeat;
    /*padding-left: 6px;*/
    width: 40px;
    height: 35px;
    cursor: pointer;
    margin-top: 2px;
}

body .nav div.search-input  {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    line-height:  30px;
    width: 642px;
}

body .nav div.search-input  input {
    padding: 0 !important;
    padding-left: 6px !important;
    width: 100%;
}

.my-header {
    height: 110px;
    position: relative;
}

.my-header .logo {
    background: url("../images/mydoc/logo.png");
    width: 192px;
    height: 79px;
    display: block;
    position: static;
    margin: 15px 0 0 40px;
    float: left;
}

.my-header-wrap {
    padding-top: 40px;
    margin-left: 260px;
}

.my-header-title {
    font-size: 22px;
    font-weight: bold;
}

.my-header-nav ul {
    padding: 0;
    margin: 0;
}

.my-header-nav li {
    display: block;
    float: left;
    padding-right: 15px;
    color: rgba(197, 147, 104, 1);
}

.my-header-nav li a {
    color: rgba(197, 147, 104, 1);
    font-size: 12px;
    text-decoration: underline;
    line-height: 40px;
}

.my-header-nav li:after {
    content: "|";
    font-size: 18px;
    line-height: 34px;
    display: inline;
    margin-left: 15px;
}

.my-header-nav li:last-child:after {
    display: none;
}

.my-header-nav li a {
    text-decoration: none;
}

.inner-header {
    margin-left: 0;
    display: flex;
}

.inner-header > .col-xs-3 {
    width: 242px;
}



.footer {
    margin-top: 20px;
    height: 130px;
    position: absolute;
    width: 955px;
    bottom: 0;
    left: 15px;
}

.footer-space{
    height: 145px;
}

.footer .left {
    width: 259px;
    float: left;
    text-align: right;
}

.footer .copy {
    color: rgb(153, 153, 153);
    font-size: 16px;
    padding: 20px 20px 0 0;
}

.footer .konf {
    margin: 10px 20px 0 0;
    color: rgba(197, 147, 104, 1);
    display: block;
    font-size: 14px;
}

.footer .right {
    margin-left: 260px;
    background: rgba(112, 65, 49, 1);
    height: 100%;
    position: relative;
}

.footer .law-help {
    width: 100%;
    height: 100%;
    background: white url('../images/help.png') no-repeat 97% center;
    background-size: 45px;
    padding: 15px 21% 15px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    border: 3px solid rgba(197, 147, 104, 1);
    border-radius: 6px;
    text-decoration: none;
}

.footer .law-help:hover {
    border: 3px solid rgba(127, 80, 56, 1);
    text-decoration: none;
}

.footer .aside {
    background-color: rgb(242, 242, 242);
    height: 100%;
    padding: 15px;
}

.footer .law-help .top {
    color: rgba(197, 147, 104, 1);
}

.footer .law-help .bottom {
    color: rgb(237, 83, 56);
}

.footer-wrapper-right {
    height: 100%;
}

.footer-wrapper-left {
    height: 100%;
    padding-right: 0;
    padding-left: 15px;
}

.footer .title {
    position: static;
    padding: 20px 0 0 20px;
    color: rgba(197, 147, 104, 1);
    font-size: 16px;
}

.footer .email {
    color: white;
    padding: 13px 0 0 20px;
    font-size: 16px;
}

.footer .email a {
    color: white;
}

.footer .phone {
    color: white;
    padding: 1px 0 0 20px;
    font-size: 28px;
}/* ==== loginform ===================== */
body .loginform {
    /*    width: 226px;*/
    min-width: 200px;
    height: 79px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    box-sizing: border-box;
    padding: 15px;
    text-align: right;
}

body .usercabinet .loginform {
    padding-right: 0;
}

body .loginform div {
    color: #333333;
    font-size: 10px;
    text-transform: uppercase;
}

body .loginform a {
    font-size: 16px;
    text-decoration: underline;
    color: rgb(237, 83, 56);
    display: block;
}

body .loginform a:hover {
    color: rgba(127, 80, 56, 1);
}

body .loginform [type=button] {
    display: inline;
    background: transparent;
    border: 0;
    text-decoration: underline;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 !important;
}

body ul.clear,
body ul.ui-sortable {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* ==== tabs ===================== */
.tabs {
    border-bottom: 2px solidrgba(197, 147, 104, 1);
    height: 42px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: flex;
}

.tabs li {
    display: flex;
    align-items: center;
    float: left;
    margin-right: 1px;
    height: 40px;
    background: rgba(243, 233, 225, 1);
    /*max-width: 190px;*/
}

.tabs li:last-child {
    margin-right: 0;
}

.tabs li a {
    font-size: 11px;
    line-height: 14px;
    padding: 0 15px;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.tabs li:hover {
    background: rgba(197, 147, 104, 1);
    cursor: pointer;
}

.tabs li.active {
    background: rgba(197, 147, 104, 1);
}

.tabs li.active a {
    color: white;
    text-decoration: none;
}

.tabs li:hover a {
    color: white;
    text-decoration: underline;
}

/* ==== tab header ===================== */
.b-title_wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    min-height: 50px;
}

.b-title_wrapper h3 {
    margin: 0;
}

.b-sub-menu__head {
    float: right;
    height: 20px;
}

.b-sub-menu__head a {
    display: block;
    border-right: 1px solidrgba(127, 80, 56, 1);
    line-height: 20px;
    float: left;
    padding: 0 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}

.b-sub-menu__head a:hover {
    border-color: rgba(127, 80, 56, 1);
}

.b-sub-menu__head a:last-child {
    border-right: none;
    padding-right: 0;
}

.b-task-tag-in-button {
    display: inline-block;
    padding: 2px 5px;
    line-height: 16px;
    color: white;
    background: rgb(237, 83, 56);
    font-weight: normal;
    text-decoration: none;
    margin-left: 8px;
}

/* ==== sub menu tab ===================== */
.mfc-tabbme-wrapper,
.b-sub-menu__paginator {
    border-bottom: 2px solidrgba(231, 211, 194, 1);
    height: 42px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.mfc-tabbme-wrapper .b-sub-menu__button,
.b-sub-menu__paginator .b-sub-menu__button {
    display: block;
    float: left;
    margin-right: 1px;
    height: 40px;
    background: rgba(243, 233, 225, 1);
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 0 25px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    color: #333333;
}

.mfc-tabbme-wrapper .b-sub-menu__button:hover,
.mfc-tabbme-wrapper .b-sub-menu__button.b-button__standart_active,
.b-sub-menu__paginator .b-sub-menu__button:hover,
.b-sub-menu__paginator .b-sub-menu__button.b-button__standart_active {
    background: rgba(231, 211, 194, 1);
}

/* ==== form ===================== */
form.b-form {

}

.b-form__line,
.form-group,
.checkbox {
    min-height: 37px;
    padding-bottom: 12px;
    margin: 0;
}

.form-group:after {
    content: '';
    display: block;
    clear: both;
    content: "";
    display: block;
}

.b-form__line label,
.form-group label {
    display: block;
    float: left;
    width: 170px;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
}

.checkbox label {
    display: block;
    width: 100%;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
}

.b-form__line input[type=password],
.b-form__line select,
.b-form__line textarea,
.b-form__line input[type=text],
.form-group input[type=password],
.form-group select,
.form-group textarea,
.form-group .g-recaptcha,
.form-group input[type=text] {
    border-radius: 0;
    height: 25px;
    padding: 0 3px;
    line-height: 25px;
    max-width: 300px;
    display: block;
    float: left;
    width: 100%;
}

.form-group .g-recaptcha {
    padding: 0;
    min-height: 25px;
    height: auto;
}

.b-form-600 input[type=password],
.b-form-600 select,
.b-form-600 textarea,
.b-form-600 input[type=text] {
    max-width: 600px;
}

.b-form__line textarea,
.form-group textarea {
    height: auto;
}

.form-group > label + .row {
    float: left;
}

.b-add-news,
.manager-form input[type=submit],
.b-submit_wrapper .b-button,
.b-video-list__paginator,
    /*.admin_form_block a,*/
.btn {
    display: inline-block;
    width: auto;
    min-width: 170px;
    height: 40px;
    line-height: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px;
    font-size: 12px;
    color: rgb(255, 255, 255) !important;
    border-style: none;
    border-radius: 3px;
    background: rgb(237, 83, 56);
    text-transform: uppercase;
    padding: 0 20px !important;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.btn:focus {
    box-shadow: rgb(237, 83, 56) 0 2px 3px;
    background: rgb(237, 83, 56);
    outline: none;
}

.btn .pluse:before {
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f067 ";
}

.btn [type=submit] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
}

.btn-light {
    display: inline-block;
    width: auto;
    min-width: 100px;
    height: 30px;
    line-height: 30px;
    box-shadow: none;
    font-size: 12px;
    color: #333 !important;
    border: 1px solid rgba(197, 147, 104, 1) !important;
    border-radius: 0;
    background: rgba(243, 233, 225, 1);
    padding: 0 10px !important;
    position: relative;
    text-align: center;
}

.btn-light:hover {
    background: rgba(231, 211, 194, 1);
}

.b-submit_wrapper .b-button,
form .btn[type=submit] {
    margin: 20px 0 0 0 !important;
    text-align: center;
}

.b-submit_wrapper .b-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/*.admin_form_block a:hover,*/
.b-add-news:hover,
.manager-form input[type=submit]:hover,
.b-submit_wrapper .b-button:hover,
.b-video-list__paginator:hover,
.btn:hover,
.btn[disabled]:hover {
    background: rgba(127, 80, 56, 1);
    box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px !important;
    color: rgb(255, 255, 255) !important;
}

.b-add-news .b-button_ico {
    display: none;
}

form.colored {
    background: rgba(243, 233, 225, 1);
    padding: 15px 15px 30px 15px;
    display: inline-block;
}

.b-submit_wrapper .b-button {
    margin-left: 180px !important;
}

/* ==== mediaeditor ===================== */
#avatar-wrapper {
    text-align: center;
    background: rgba(243, 233, 225, 1);
}

#avatar-wrapper img {
    border: 1px solidrgba(127, 80, 56, 1);
}

.progress.ws_progress {
    display: none;
}

.photos.ws_swfUpload {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.b-avatar_buttons-wrapper {
    margin-top: 10px;
}

.b-avatar_buttons-wrapper .b-button__standart {
    width: 170px;
    height: 32px;
    margin-right: 10px;
    display: block;
    float: left;
    position: relative;
}

#delete-logo {
    width: 32px;
    margin-right: 0;
    text-decoration: none;
    color: rgb(237, 83, 56);
}

/* ==== sidebars ==== */
.l-sidebar.l-sidebar__left {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.l-sidebar.l-sidebar__left fieldset {
    border: 1px solidrgba(231, 211, 194, 1);
    padding: 0;
}

.l-sidebar.l-sidebar__left .b-poll__header {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    margin: 0;
}

.l-sidebar.l-sidebar__left .b-poll__inner {
    padding: 10px 10px 7px 10px;
    border-bottom: 1px solidrgba(231, 211, 194, 1);
}

.l-sidebar.l-sidebar__left .b-poll__line input[type=text],
.l-sidebar.l-sidebar__left .b-poll__line select {
    width: 150px;
    box-sizing: border-box;
}

.l-sidebar.l-sidebar__left .b-poll__inner:last-of-type {
    border-bottom: none;
}

.l-sidebar.l-sidebar__left .b-button {
    display: block;
    position: relative;
    height: 40px;
}

.l-sidebar.l-sidebar__left .b-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 0;
    background: rgb(237, 83, 56);
    text-transform: uppercase;
    padding: 0 !important;
    margin: 0 !important;
}

.l-sidebar.l-sidebar__left .b-button input:hover {
    background: rgba(231, 211, 194, 1);
    color: white;
}

.l-sidebar.l-sidebar__left + .l-content-inner__right {
    margin-left: 230px;
}

/* ==== monitoring ==== */
.mfc-monpoll-wrap {
    height: 70px;
    background: rgb(242, 242, 242);
    padding: 10px;
    margin-bottom: 15px;
}

.mfc-monpoll-body {
    display: flex;

}

.mfc-monpoll-body-segment {
    display: flex;
    border-right: 1px dotted #333;
    align-items: center;
    height: 50px;
    flex-grow: 1;
}

.mfc-monpoll-body-segment:last-of-type {
    border-right: 0;
}

.mmbs-list {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
}

li.mmbs-list-item {
    list-style: none;
}

.mmbs-list-item .mmbsli.ico-portal {
    background: url("../images/mydoc/mon-portal.png");
    height: 31px;
    width: 31px;
    margin-right: 20px;
}

.mmbs-list-item .mmbsli.ico-portal + span {
    display: none;
}

.mmbs-list-item .mmbsli.ico-terminal {
    background: url("../images/mydoc/mon-kiosk.png");
    height: 31px;
    width: 24px;
}

.mmbs-list-item .mmbsli.ico-terminal + span {
    display: none;
}

.mmbs-list-item:last-child:nth-of-type(3) {
    display: none;
}

.mfc-monpoll-body-segment > * {

}

.mfc-monpoll-body-segment:first-child img {
    margin-right: 10px;
}

.mfc-monpoll-body-segment .block:nth-child(3) {
    display: block;
}

.emosmile {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    float: left;
}

.emosmile + span {
    line-height: 28px;
    margin-left: 40px;
    display: block;
    height: 30px;
    padding-top: 2px;
}

.emosmile + .mfc-average {
    font-weight: bold;
    width: 30px;
}

.vote_legend {

}

.vote_legend.legend_pink,
.emosmile.ico-smile1 {
    background: #D42734;
}

.vote_legend.legend_red,
.emosmile.ico-smile2 {
    background: #ED6230;
}

.vote_legend.legend_orange,
.emosmile.ico-smile3 {
    background: #FFB63E;
}

.vote_legend.legend_yellow,
.emosmile.ico-smile4 {
    background: #7DAE39;
}

.vote_legend.legend_green,
.emosmile.ico-smile5 {
    background: #00B637;
}

.vote_legend.legend_light-blue {
    background: rgb(39, 205, 245);
}

.vote_legend.legend_blue {
    background: rgb(37, 148, 255);
}

.vote_legend.legend_dark-blue {
    background: rgb(46, 93, 255);
}

.vote_legend.legend_navy {
    background: rgb(118, 68, 251);
}

.vote_legend.legend_purple {
    background: rgb(172, 45, 255);
}

.vote_legend.legend_ {
    background: rgb(0, 0, 0);
}

.vote_table_title_active {
    border-bottom: none !important;
}

.vote_table_title_active + .diagramm {
    border-bottom: 1px solidrgba(243, 233, 225, 1);
}

.vote_answer_block {
    height: auto !important;
}

.vote_answer_count_percent {
    float: left;
    width: 60px;
}

tr.diagramm td {
    padding: 0 !important;
}

.max_vote_result {
    font-weight: bold;
    background: rgb(242, 242, 242);
}

.line_graph {
    display: none;
}

.pie_graph {
    width: 100%;
    text-align: center;
}

.mode {
    width: 555px;
    z-index: 5000;
    background: white;
    top: 200px;
    left: 480px;
    margin-left: -325px;
    display: none;
    border-radius: 0px;
    position: absolute;
    padding: 15px 15px 15px 15px;
    background: rgba(243, 233, 225, 1);
    border: 1px solidrgba(197, 147, 104, 1);
}

.left_block {
    float: left;
    width: 250px;
}

.right_block {
    float: left;
    width: 800px;
}

.filter_date {
    margin: 0 25px 18px 0;
    background: none repeat scroll 0 0 #DDDFE1;
    border-radius: 7px 7px 7px 7px;
    padding: 1px 10px 10px 10px;
}

.filter_mfc {
    margin-right: 25px;
    background: none repeat scroll 0 0 #DDDFE1;
    border-radius: 7px 7px 7px 7px;
    padding: 1px 10px 10px 10px;
}

.list_all_city {
    width: 520px;
    overflow: auto;
    padding: 0;
}

.list_all_city li {
    float: left;
    width: 173px;
    list-style-type: none;
    color: #0854B3;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

.list_title {
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
}

.vote_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -13px;
}

.vote_table td {
    padding-left: 10px;
}

.vote_table tr {
    width: 100%;
}

.table_header {
    height: 30px;
}

.table_header th {
    width: 15%;
    text-align: left;
    padding-left: 10px;
    background: #dddfe1;
}

.diagramm {
    display: none;
    background: white;
}

.dot_bg {
    background: url("../images/separator05.gif") repeat-x scroll 0 76% transparent;
    width: 100%;
}

.vote_answer_count {
    float: left;
    width: 60px;
}

.vote_answer_div {
    float: left;
    width: 470px
}

.action_question {
    cursor: pointer;
}

.vote_block {
    margin-top: 15px;
}

.all_vote_count {
    font: 13px Trebuchet MS;
    font-style: italic;
    color: #005ad5;
    height: 30px;
}

.vote_answer_block {
    width: 100%;
    padding-top: 15px;
    height: 40px;
}

.vote_answer div.answer_info {
    font: 13px Arial;
    font-style: italic;
    color: #5f646a;
    margin-right: 5px;
    background: none repeat scroll 0 0;
    float: left;
    width: auto;
}

.vote_answer {
    width: 530px;
    float: left;
    margin-right: 15px;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}

.vote_answer > span:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    border-bottom: 1px dotted gray;
}

.vote_legend {
    float: left;
    width: 15px;
    border-radius: 3px;
    margin-right: 10px;
}

.vote_table_title {
    height: 40px;
}

.vote_table_title .vote_title a {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    color: #0854B3;
}

.vote_table_title_active .vote_title a {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    color: white;
}

.gen_pdf {
    float: left;
    margin-top: -3px;
}

.gen_word {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.download_text {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    color: #0854B3;
    font-size: 13px;
    font-style: italic;
}

.manager-form .right_cell {
    display: none;
}

.manager-form #answer_container {
    margin-top: -20px;
}

.manager-form .left_cell {
    margin-top: 20px;
    padding-bottom: 0 !important;
}

.manager-form .left_cell label:first-of-type {
    font-size: 22px;
}

.manager-form .left_cell,
.manager-form #answer_container {
    background: rgba(231, 211, 194, 1);
    padding: 15px;
}

.manager-form #answer_container .link_answer,
.manager-form #answer_container input[type=text] {
    display: inline-block;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.manager-form #answer_container .btn-delete {
    position: relative;
    top: 2px;
}

.manager-form .active_delete_input,
.manager-form .active_delete_answer {
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-indent: -1000px;
    background: rgb(237, 83, 56);
    border-radius: 3px;
    color: white;
    text-align: center;
    position: relative;
}

.manager-form .active_delete_input:after,
.manager-form .active_delete_answer:after {
    line-height: 14px;
    content: "X";
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    top: 1px;
    left: 0;
    font-size: 10px;
    text-indent: 0;
}

.manager-form .answer_block input {
    margin-bottom: 10px;
}

.manager-form label {
    font-weight: normal;
}

.manager-form [type=checkbox] + label {
    font-size: 13px;
    margin-left: 3px;
}

.manager-form .b-open.b-checkbox-list__item {
    margin-bottom: 0;
}

/* ==== table === */
table.b-table {
    width: 100%;
}

.b-table thead {
    background: rgba(243, 233, 225, 1);
    height: 40px;
    font-style: italic;
}

.order-detail thead {
    font-style: italic;
}

.order-detail td,
.b-table td {
    padding: 10px 10px;
}

.order-detail tbody tr,
.b-table tbody tr {
    border-bottom: 1px solidrgba(243, 233, 225, 1);
}

.order-detail a,
.b-table a {
    text-decoration: underline;
}

/* ==== faq ==== */
.b-list__feedback {
    display: block;
    padding: 0;
    margin: 0;
}

.b-feedback {
    width: 100%;
    background: rgba(243, 233, 225, 1);
}

.b-list__item {
    border: 1px solidrgba(197, 147, 104, 1);
    margin-bottom: 12px;
    list-style-type: none;
}

.b-feedback__term {
    background: rgba(231, 211, 194, 1);
    color: rgb(237, 83, 56);
    text-transform: uppercase;
    font-weight: bold;
    width: 140px;
    text-align: center;
}

.b-feedback__def {
    background: rgba(243, 233, 225, 1);
    color: #333;
    padding: 15px 120px 15px 30px;
    font-size: 12px;
    position: relative;
}

.b-feedback-alt .b-feedback__term {
    background: rgb(228, 228, 228);
    color: #999999;
}

.b-feedback-alt .b-feedback__def {
    background: rgb(242, 242, 242);
}

.b-feedback-alt .b-article__date,
.b-feedback-alt .b-article__guestbook_time {
    color: #999999;
}

.b-feedback tr + tr {
    border-top: 2px solid white;
}

.b-article__date {
    color: rgb(237, 83, 56);
}

.b-article__guestbook_time {
    color: #333;
}

.b-guestbook__post .documents,
.b-guestbook__comment {
    padding: 10px 15px;
    margin-top: 15px;
    background: rgba(231, 211, 194, 1);
}

.b-feedback__def .b-guestbook__post .documents {
    margin-right: -103px;
}

.documents-panel {
    padding: 10px 15px;
    margin-top: 15px;
    background: rgba(243, 233, 225, 1);
}

.b-guestbook__comment .b-article__date {
    padding: 0;
    color: rgba(127, 80, 56, 1);
    font-size: 11px;
    margin: 0;
}

.b-guestbook__comment .b-article__date time {
    color: rgb(237, 83, 56);
}

.documents-panel,
.b-guestbook__post .documents {
    display: flex;
    flex-wrap: wrap;
}

.documents-panel div:first-child,
.b-guestbook__post .documents div:first-child {
    padding-bottom: 15px;
    color: rgba(127, 80, 56, 1);
    width: 100%;
    flex-basis: 100%;
}

.documents-panel .mfac-row,
.b-guestbook__post .documents .mfac-row {
    width: 25%;
    margin-bottom: 5px;
}

.documents-panel .mfac-row > a,
.b-guestbook__post .documents .mfac-row > a {
    padding: 0 20px 0 20px;
    display: block;
    position: relative;
    word-wrap: break-word;
}

.documents-panel .download-all {
    width: 100%;
    padding-top: 10px;
    font-weight: bold;
}

.mfacr-docfile {
    color: #666 !important;
}

.files .mfacr-docfile,
.files .docfile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 90%;
}

.mfacr-docfile:hover {
    text-decoration: underline;
}

.mfacr-docfile:before { /*[class^='type-']*/
    font-family: "FontAwesome";
    content: '\f016';
    color: #666;
    display: block;
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 16px;
}

a.docfile:before,
.text-style a[class^='type-']:before {
    font-family: "FontAwesome";
    content: '\f016';
    color: #666;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 4px;
}


.mfacr-docfile.type-jpg:before,
.docfile.type-jpg:before,
.text-style a.type-jpg:before {
    content: '\f1c5';
    color: #333333;
}

.mfacr-docfile.type-jpeg:before,
.docfile.type-jpeg:before,
.text-style a.type-jpeg:before {
    content: '\f1c5';
    color: #333333;
}

.mfacr-docfile.type-png:before,
.docfile.type-png:before,
.text-style a.type-png:before {
    content: '\f1c5';
    color: #333333;
}

.mfacr-docfile.type-pdf:before,
.docfile.type-pdf:before,
.text-style a.type-pdf:before {
    content: '\f1c1';
    color: #FF273C;
}

.mfacr-docfile.type-doc:before,
.docfile.type-doc:before,
.text-style a.type-doc:before {
    content: '\f1c2';
    color: #399CCF;
}

.mfacr-docfile.type-docx:before,
.docfile.type-docx:before,
.text-style a.type-docx:before {
    content: '\f1c2';
    color: #399CCF;
}

.mfacr-docfile.type-xls:before,
.docfile.type-xls:before,
.text-style a.type-xls:before {
    content: '\f1c3';
    color: #4B8647;
}

.mfacr-docfile.type-xlsx:before,
.docfile.type-xlsx:before,
.text-style a.type-xlsx:before {
    content: '\f1c3';
    color: #4B8647;
}


.b-guestbook__send-info {
    position: absolute;
    top: 17px;
    right: 120px;
    color: #999999;
    text-align: right;
    background: url('../images/mydoc/sendinfo-icon.png') left 5px no-repeat;
    font-size: 11px;
    line-height: 13px;
}

.b-guestbook__send-info span {
    display: block;
    margin-left: 20px;
}

.b-guestbook__buttons {
    position: absolute;
    top: 15px;
    right: 15px;
}

.b-table_ui-buttons_wrap {
    display: flex;
    flex-direction: row-reverse;
}

.b-table_ui-buttons {
    display: flex;
    position: relative;
    margin-left: 10px;
}

.b-mfc-list__buttons,
.control-btns {
    display: flex;
    position: relative;
    margin-left: 10px;
}

.b-mfc-list__buttons .b-button,
.control-btns .b-button,
.b-ui-buttons_news .b-button,
.b-table_ui-buttons .b-button,
.b-guestbook__buttons .b-button {
    display: inline-block;
    border-radius: 0;
    border: 1px solidrgba(197, 147, 104, 1);
    background: white;
    width: 30px;
    height: 30px;
    text-indent: -1000px;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.b-mfc-list__buttons .b-button:hover,
.control-btns .b-button:hover,
.b-ui-buttons_news .b-button:hover,
.b-table_ui-buttons .b-button:hover,
.b-guestbook__buttons .b-button:hover {
    background: rgba(243, 233, 225, 1);
}

.b-button_ico {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center;
}

.b-button_cancel-ico {
    background-image: url('../images/mydoc/cancel-ico.png');
}

.b-button_edit-ico {
    background-image: url('../images/mydoc/edit-ico.png');
}

.b-button_send-ico {
    background-image: url('../images/mydoc/send-ico.png');
}

.b-button_request-ico {
    background-image: url('../images/mydoc/request-ico.png');
}

form .b-user-feedback {
    padding: 15px;
    background: rgba(231, 211, 194, 1);
    margin-bottom: 15px;
}

.b-user-feedback__choose-mfc {
    padding-bottom: 10px;
}

.headerh2_box {
    margin-top: 20px;
    background: rgba(243, 233, 225, 1);
    padding: 15px 15px 0;
}

.headerh2_box h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.manager-form {
    background: rgba(243, 233, 225, 1);
    margin-bottom: 15px;
    width: auto !important;
    padding: 10px 20px;
}

/* === Видеонаблюдение === */
.b-trigger {
    height: 42px;
}

.b-trigger__list,
.b-trigger__video {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(197, 147, 104, 1) !important;
    background: rgb(242, 242, 242);
    color: rgba(197, 147, 104, 1) !important;
    position: relative;
    text-indent: -1000px;
    overflow: hidden;
}

span.b-trigger__list,
span.b-trigger__video {
    background: rgba(197, 147, 104, 1) !important;
    color: white !important;
}

.b-trigger__list:after,
.b-trigger__video:after {
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.b-trigger__list:after {
    content: "\f0ca";
}

.b-trigger__video:after {
    content: "\f03d";
}

.b-filter-form {
    padding: 0 20px 10px;
}

.b-filter-form:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

.b-filter-form h3 {
    text-transform: none;
    font-weight: normal;
}

.b-filter-form .l-col_filter-form {
    display: block;
    float: left;
    width: 33%;
}

.b-filter-form ul {
    padding: 0;
    left: 0;
    list-style: none;
}

.b-filter-form li {
    margin-bottom: 12px;
}

.b-filter-form a {
    color: rgba(197, 147, 104, 1) !important;
    text-decoration: underline;
}

.b-filter-form a:hover {
    color: rgb(237, 83, 56) !important;
}

.b-filter-form {

}

.b-filter-form_section {
    border-bottom: 1px solidrgba(197, 147, 104, 1);
}

.b-inline-tiles__preview {
    width: 138px;
    height: 77px;
    display: inline-block;
    border: 1px solidrgba(197, 147, 104, 1);
}

.b-link.b-inline-tiles__callout {
    padding: 5px 10px 0;
    color: rgba(197, 147, 104, 1);
}

a:hover .b-link.b-inline-tiles__callout {
    color: rgb(237, 83, 56);
}

.b-inline-tiles__callout {
    padding: 0px 10px;
    text-align: center;
}

.b-video-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b-video-list .b-header_size_14 {
    color: rgb(112, 65, 49);
    font-size: 18px;
    font-weight: normal;
}

.b-video-list__item {
    border-bottom: 1px solidrgba(197, 147, 104, 1);
}

.b-video-list__item:after {
    display: block;
    content: '';
    clear: both;
}

.b-video-list .b-inline-tiles {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.b-video-list .b-inline-tiles .b-inline-tiles__item {
    width: 25%;
}

.b-video-list .b-inline-tiles .b-inline-tiles__item .camera {
    width: 235px;
    display: block;
    text-align: center;
}

.b-video-list .b-inline-tiles .b-inline-tiles__item .b-inline-tiles__callout {
    width: 235px;
    display: block;
}

.comment_block.b-guestbook__wrapper, .offers-comment {
    margin: 7px 7px 7px 0;
    border-radius: 0;
    border: 1px solidrgba(127, 80, 56, 1);
    font-size: 12px;
    position: relative;
}

textarea.offers-comment {
    display: block;
    width: calc(100% - 7px) !important;
    margin: 7px 7px 7px 0;
    border-radius: 0;
    font-size: 12px;
}

.b-trigger__breadcrumbs {
    font-size: 16px;
    padding-bottom: 10px;
}

.b-trigger__breadcrumbs .b-breadcrumbs_delim {
    margin-left: 10px;
    margin-right: 10px;
}

.b-trigger__breadcrumbs a {
    color: rgba(197, 147, 104, 1) !important;
    border-bottom: 1px dashed #333;
}

.b-trigger__breadcrumbs a:hover {
    color: rgb(237, 83, 56) !important;
    text-decoration: none;
}

.radio-filter-wrapper {
    background: rgba(243, 233, 225, 1);
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.radio-filter-wrapper span {
    margin-left: 10px;
}

.radio-filter-wrapper [type=radio] {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.line-form {
    min-height: 30px;
    display: flex;
}

.line-form > * {
    margin-left: 10px;
}

.line-form > *:first-child {
    margin-left: 0;
}

.btn-dark {
    display: inline-block;
    background: rgba(127, 80, 56, 1);
    color: white;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 12px;
}

.btn-dark:hover {
    background: rgba(197, 147, 104, 1);
    color: white !important;
}

.balloon-popup-executioner {
    color: rgba(197, 147, 104, 1);
}

.balloon-popup {
    display: none;
}

.balloon-popup-executioner:hover ~ .balloon-popup {
    display: block;
    position: absolute;
    background: rgba(243, 233, 225, 1);
    padding: 15px;
    border: 1px solidrgba(127, 80, 56, 1);
    z-index: 2;
}

.mfc-table-restyling-offers {
    font-size: 13px;
}

.mfc-table-restyling-offers tbody a {
    color: rgba(197, 147, 104, 1) !important;
}

.mfc-table-restyling-offers tbody a:hover {
    color: rgb(237, 83, 56) !important;
}

.b-mark {
    white-space: nowrap;
}

.b-table_ui-buttons_wrap .b-mark:first-child {
    margin-right: 70px;
}

.b-mark__no:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    color: rgb(237, 83, 56);
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.b-mark__yes:before {
    font-family: 'FontAwesome';
    content: "\f058";
    color: rgba(197, 147, 104, 1);
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.mtro-arrows {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 16px;
    width: 8px;
    position: relative;
    top: 4px;
    color: rgba(197, 147, 104, 1);
    font-size: 12px;
}

.mtro-arrows:before {
    font-family: 'FontAwesome';
    content: "\f0d8";
    font-style: normal;
    display: block;
    line-height: 8px;
}

.mtro-arrows:after {
    font-family: 'FontAwesome';
    content: "\f0d7";
    font-style: normal;
    display: block;
    line-height: 8px;
}

.mtro-arrows.mtra-desc:after {
    color: rgba(127, 80, 56, 1);
}

.mtro-arrows.mtra-asc:before {
    color: rgba(127, 80, 56, 1);
}

.m-has-paginator {
    position: relative;
}

.m-has-paginator:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.b-video-list__paginator {
    margin-top: 20px;
    position: relative;
    width: 160px;
    margin-left: -80px;
    left: 50%;
}

.b-news {
    list-style: none;
    padding: 0;
    margin: 0;
}

.b-news_item {
    border-bottom: 1px solidrgba(197, 147, 104, 1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.b-news_date {
    font-weight: bold;
    margin-bottom: 10px;
}

.b-news_header {
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.b-news_header a {
    color: rgba(197, 147, 104, 1) !important;
    text-decoration: underline;
}

.b-news_header a:hover {
    color: rgb(237, 83, 56) !important;
}

.b-news_preview-text {
    color: #666;
    font-size: 13px;
    margin-right: 100px;
}

.b-ui-buttons_news {
    position: absolute;
    top: 0;
    right: 0;
}

.photo-box {
    border: 1px solidrgba(127, 80, 56, 1);
}

.b-article {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-article .b-list__item {
    padding-bottom: 5px;
    border: none;
    border-bottom: 1px dashedrgba(197, 147, 104, 1);
    display: flex;
    align-items: flex-end;
}

.b-article h2 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    flex-grow: 1;
}

.b-article .btn-light {
    margin-left: 5px;
}

.workDays {
    margin-top: 10px;
    margin-left: 170px;
    width: 600px;
    clear: both;
}

#site_container > div,
#email_container > div,
#fax_container > div,
#phone_container > div {
    margin-bottom: 7px;
}

body .wrapper-crutches-form {
    width: auto !important;
}

.wrapper-crutches-form:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

.wrapper-crutches-form .left_cell {
    float: left;
    width: 160px;
    display: block;
    margin: 0;
    min-height: 37px;
    padding: 0 0 12px;
    background: none;
    clear: left;
}

.wrapper-crutches-form .left_cell label {
    line-height: 25px;
    margin: 0;
    font-weight: normal;
    font-size: 14px !important;
}

.wrapper-crutches-form .right_cell {
    float: left;
    margin: 0;
    width: 715px;
    display: block;
    min-height: 37px;
    padding: 0 0 12px;
}

.wrapper-crutches-form .long_label_cell .left_cell,
.wrapper-crutches-form .left_cell.long_label_cell {
 width: 280px;
}

.wrapper-crutches-form .long_label_cell .right_cell,
.wrapper-crutches-form .right_cell.long_label_cell {
    width: 480px;
}

.wrapper-crutches-form .short_input_cell .left_cell,
.wrapper-crutches-form .left_cell.short_input_cell {
 width: 660px;
}

.wrapper-crutches-form .short_input_cell .right_cell,
.wrapper-crutches-form .right_cell.short_input_cell {
    width: 100px;
}

.wrapper-crutches-form .right_cell input[type=text],
.wrapper-crutches-form .right_cell input[type=password],
.wrapper-crutches-form .right_cell textarea {
    width: 100% !important;
}

.wrapper-crutches-form .right_cell .b-avatar_buttons-wrapper {
    height: 36px;
}

.wrapper-crutches-form .right_cell .b-avatar_buttons-wrapper .b-button__standart {
    width: 92px;
}

.wrapper-crutches-form .right_cell .b-avatar_buttons-wrapper .b-button__standart#delete-logo {
    margin-right: 0 !important;
}

.wrapper-crutches-form fieldset {
    padding: 0 !important;
}

.wrapper-crutches-form .photo-box {
    width: 142px;
    height: 142px;
}

body .wrapper-crutches-form .photo-box input[type=text] {
    width: 110px !important;
    height: 26px;
}

body .wrapper-crutches-form .photo-box .delete {
    display: block;
    float: right;
    background: url(../images/mydoc/cancel-ico.png) center no-repeat;
    height: 26px;
    width: 26px;
}

body .wrapper-crutches-form .photo-box .delete a {
    display: block;
    width: 100%;
    height: 100%;
}

body .wrapper-crutches-form .photo-box .delete img {
    display: none;
}

body .wrapper-crutches-form .image-wrap {
    margin-bottom: 7px;
}

body #sortable li {
    float: left;
    width: 142px;
}

body #sortable {
    width: 650px;
}

.wrapper-crutches-form .center_cell {
    clear: both;
}

.wrapper-crutches-form .well {
    clear: both;
}

#mode {
    display: none;
    position: relative;
}

.mode {
    height: 460px;
    width: 690px;
    z-index: 5000;
    background: rgba(243, 233, 225, 1);
    top: 10px;
    left: 50%;
    margin-left: -345px;
    display: none;
}

.work_days div {
    margin-top: 0px;
}

.mode h2 {
    padding: 0;
    margin: 0;
    float: none !important;
    font-size: 18px;
}

.mode .workday, .rest {
    margin-left: 0px;
    margin-top: 10px;
    overflow: hidden;
}

.mode .workday a, .rest a {
    float: left;
    margin-left: 8px;
    width: 99px;
}

.mode .workday p {
    float: left;
    margin-right: 7px;
    font-size: 12px;
    padding-top: 3px;
    color: #505050;
}

.mode .workday input, .mode .work_days input {
    width: 40px;
    float: left;
    margin-right: 7px;
}

.mode .work_days {
    margin-right: 0px;
    background: rgba(231, 211, 194, 1);
    margin-left: 0px;
    margin-top: 10px;
}

.mode .work_days ul {
    padding: 0 0 10px 0 !important;
    margin: 0 !important;
}

.mode .work_days li {
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.mode .long_p, .mode .work_days p {
    font-size: 12px;
    color: #505050;
    float: left;
    margin-right: 10px;
    display: block;
}

.mode .flag {
    height: 10px !important;
    width: 10px !important;
    display: block;
    float: left;
    margin-right: 10px !important;
    margin-top: 3px;
}

.mode .work_days .long_p {
    width: 79px;
}

.mode .work_days p {
    width: 10px;
    padding-top: 3px;
}

.mode .work_days label {
    padding-top: 3px;
    line-height: normal !important;
    width: 79px !important;
}

.mode .work_days a {
    float: left;
}

.mode .work_days .break {
    font-size: 12px;
    color: #505050;
    float: left;
    margin-right: 5px;
    display: block;
    width: 55px;
    padding-top: 3px;
}

.mode input {
    color: #333;
    font-size: 12px;
}

/*file_block*/
.file_block {
    width: 100%;
    max-width: 300px;
    /*    background: */
 /*;*/
    padding: 15px;
}

.file_block .mfac-row > * {
    float: left;
}

.file_block .mfac-row:after {
    float: none;
    display: block;
    clear: both;
    content: '';
}

.file_block input[type=file] {
    width: 238px;
    border: none;
}

.file_block .active_delete_input,
.file_block .mfacr-close {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    box-shadow: none;
    text-indent: 1000px;
    overflow: hidden;
}

.file_block .b-button_cancel-ico {
    background: none;
}

.file_block .mfacr-close:after {
    color: rgb(237, 83, 56);
    font-family: "FontAwesome";
    content: "\f00d";
    font-size: 20px;
    top: 7px;
}

#active_add_file {
    position: relative;
    /*left: 15px;*/
    border-bottom: 1px dashed;
    text-decoration: none;
    font-weight: bold;
}

.zadachi-box-m {
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.zadachi-box-s {
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
}

a.back {
    font-size: 12px;
    line-height: 24px;
    padding-top: 6px;
    display: block;
    text-decoration: underline;
    color: #666 !important;
    width: 140px;
}

a.back:hover {
    color: #333 !important;
}

a.back:before {
    content: '\f177';
    font-family: "FontAwesome";
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
    color: rgba(197, 147, 104, 1);
    font-size: 18px;
    position: relative;
    top: 2px;
}

.esia_button {
    font-weight: bold;
    color: rgb(237, 83, 56) !important;
    font-size: 13px !important;
    margin-top: 12px;
    cursor: pointer;
}

.esia_button:before {
    font-family: FontAwesome;
    content: "\f007";
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.inbutton-drop,
.b-task-tag {
    color: white;
    display: inline-block;
    padding: 5px 3px;
    background: rgb(237, 83, 56);
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px;
    text-align: center;
    /*min-width: 22px;*/
    border-radius: 3px;
    flex-grow: 2;
    flex-basis: auto;
}

.b-task-tag span {
    min-width: 22px;
    display: inline-block;
}

.manager-login-form {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.manager-login-form form {
    width: 490px;
    padding: 20px 40px;
    margin: auto;
    background: rgba(243, 233, 225, 1);

}

.manager-login-form input[type=password],
.manager-login-form input[type=text] {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 20px !important;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid rgba(197, 147, 104, 1) !important;
}

.manager-login-form input + input {
    margin-top: 20px;
}

.manager-login-form h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    color: rgba(197, 147, 104, 1);
}

.b-checkbox-list__item {
    padding-left: 23px;
    padding-right: 10px;
    position: relative;
    padding-bottom: 4px;
}

.b-checkbox-list__item [type=checkbox] {
    position: absolute;
    top: 0;
    left: 0px;
}

.mfc-section-body textarea {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
}

.msp-file-attachment.files {
    border-radius: 5px;
    background: rgba(243, 233, 225, 1);
    width: 310px;
    padding: 10px;
}

.msp-file-attachment.files .active_delete_input {
    color: rgba(243, 233, 225, 1);
    text-indent: 1000px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 2px;
}

.msp-file-attachment.files .active_delete_input:after {
    color: rgb(237, 83, 56);
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-indent: 0;
    font-size: 18px;
}

.seporator {
    width: 100%;
    border-top: 1px solidrgba(243, 233, 225, 1);
}

.order-detail .tablet-green,
.order-detail .tablet-red {
    background-color: rgb(132, 176, 13);
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 21px;
    color: white;
}

.order-detail .tablet-red {
    background-color: rgb(237, 83, 56);
}

h2.order-detail {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.btn-delete {
    color: rgba(243, 233, 225, 1);
    text-indent: 1000px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 0px;
}

.btn-delete:after {
    color: rgb(237, 83, 56);
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-indent: 0;
    font-size: 18px;
}

.comment-item {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solidrgba(197, 147, 104, 1);
}

.comment-item .comment-name {
    font-weight: bold;
}

.comment-item .comment-date {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
    color: rgba(127, 80, 56, 1);
    display: block;
}

.comment-item .comment-text {
    color: #666;
    font-size: 13px;
}

.b-video-list {

}

.b-inline-tiles__item .camera img {

}

.mfc-light-menu {
    padding-bottom: 10px;
    padding-top: 10px;
    color: rgba(197, 147, 104, 1);
    font-size: 12px;
    padding-left: 20px;
    background: rgb(242, 242, 242);
    margin-bottom: 20px;
}

body .mfc-light-menu a {
    color: rgba(197, 147, 104, 1);
    text-decoration: underline;
}

body .mfc-light-menu a:hover {
    color: rgba(127, 80, 56, 1);
}

body .mfc-light-menu a.mfc-light-menu-active {
    color: rgba(127, 80, 56, 1);
    font-weight: bold;
    text-decoration: none;
}

.envelope .fa-envelope {
    font-size: 20px;
    color: #FCC400;
    position: relative;
    top: 2px;
}

.new-messages.envelope .fa-envelope {
    color: rgb(237, 83, 56);
    animation: horizontal 2s ease infinite;
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    6% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    12% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    18% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    24% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    30% {
        -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }
    100%, 36% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.order-recipient-view .done-block {
    color: #666;
}

.order-recipient-view .done-block p {
    margin-top: 10px;
}

.order-recipient-view .done-block ol {
    padding-left: 15px;
    color: rgba(127, 80, 56, 1);
}

.order-recipient-view .done-block .notice {
    color: rgba(127, 80, 56, 1);
    font-weight: bold;
}

.order-recipient-view .done-block ul {
    list-style: disc;
    margin-left: 20px;
}

.order-recipient-view .done-block li {
    margin-bottom: 0;
}




.well {
    border: none;
    background: rgba(231, 211, 194, 1);
    border-radius: 0 !important;
}

.form-field-container {
    margin-left: 170px;
}

.modal-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.modal-footer {
    border-top: none;
}

.modal-lg .modal-footer {
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn {
    margin: 0 !important;
}

.modal-body .form-group .form-control {
    height: 35px;
    border-radius: 3px;
    line-height: 35px;
}

.form-group {

}

.modal-body {
    padding-bottom: 0;
}

.btn-primary {
    background: rgba(197, 147, 104, 1);
}

.btn-dualline {
    white-space: normal;
    line-height: 16px;
    display: flex;
    align-items: center;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:hover:active {
    background: rgba(127, 80, 56, 1);
    box-shadow: rgba(127, 80, 56, 1) 0 2px 3px;
}

.btn-white{
    background: white;
    color: rgba(197, 147, 104, 1) !important;
    border: 1px solid rgba(197, 147, 104, 1) !important;
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.btn-white:hover:active {
    background: rgba(127, 80, 56, 1);
    box-shadow: rgba(127, 80, 56, 1) 0 2px 3px;
    color: white !important;
    border: none !important;
}/** === Logo === **/

.index-header .logo {
    background: url('../images/logo-my.png') white 15px 15px no-repeat;
    height: 165px;
    background-size: 200px 150px;
    margin-top: -42px;
}

.inner-header .logo {
    margin-top: 15px;
    background: url('../images/logo-my-inner.svg') no-repeat;
    width: 212px;
    height: 93px;
    background-size: contain;
}

/** === Login form === **/

.inner-header .loginform,
.index-header .loginform {
    top: 0;
}

/** === Header title === **/

.header-title {
    height: 85px;
    margin-left: -30px;
}

/** === Header Links === **/

.header-links {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.header-links a {
    height: 35px;
    background: rgba(231, 211, 194, 1);
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.header-links a:last-child {
    margin-right: 0;
}

.header-links a:hover {
    background: rgb(237, 83, 56);
    color: white;
    text-decoration: none;
}

/** === layouts === */
.side {
    background: rgba(243, 233, 225, 1);
    padding: 20px;
    width: 242px;
}

.side .well {
    border: 1px solid rgba(197, 147, 104, 1);
    background: white;
    padding: 8px 16px;
    margin: 0;
    color: rgba(127, 80, 56, 1);
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.side hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid rgba(197, 147, 104, 1);
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/** === mfc - info === */

.mfc-info .contacts .well {
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

.mfc-info .contacts .well em {
    color: rgb(237, 83, 56);
    font-style: normal;
    display: block;
}

.mfc-info .contacts .well:after {
    font-family: "FontAwesome";
    content: "\f0a9";
    font-size: 36px;
    display: block;
    position: absolute;
    right: 15px;
    top: 3px;
    color: rgb(237, 83, 56);
}

.mfc-info .contacts h3 {
    padding: 0;
    margin: 0 0 20px 0;
    color: rgb(237, 83, 56);
}

.mfc-info .contacts h4,
.mfc-info .contacts .h4 {
    padding: 0;
    margin: 0 0 10px 0;
    color: rgb(237, 83, 56);
    font-size: 14px;
    text-transform: uppercase;
}

.mfc-info .contacts br {
    font-size: 6px;
}

.address-section span {
    display: block;
    padding-bottom: 5px;
}

.mfc-info .contacts .btn {
    font-size: 10px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
}

.mfc-info .address-section {
    font-size: 12px;
    color: #333;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mfc-info .fa {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: rgba(197, 147, 104, 1);
}

.mfc-info .time {
    font-size: 12px;
    line-height: 1.1;
}

.mfc-info .time .time-line {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid rgba(231, 211, 194, 1);
}

#office-queue-widget {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 3px;
}

#office-queue-widget .show-dialog {
    padding: 0 15px 15px 15px;
    display: block;
    color: rgba(197, 147, 104, 1);
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: underline;
}

#office-queue-widget .content {
    padding: 0;
}

/** main map **/
.regions {
    padding: 15px 0 15px 15px;
    border: 1px solid rgba(231, 211, 194, 1);
    position: relative;
    /*padding-bottom: 100px;*/
}

.regions .view-mode:after {
    display: block;
    clear: both;
    width: 100%;
    content: '';
}

.regions .view-mode .item {
    display: block;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 2px;
    height: 22px;
    line-height: 22px;
    width: 80px;
    text-align: center;
    color: #333;
}

.regions .view-mode .item.active {
    background: rgb(237, 83, 56);
    box-shadow: none;
    color: white;
}

.regions .info-block {
    width: 663px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.regions .info-block .btn{
    margin-top: 15px;
    margin-bottom: 0;
}

.regions .info-block .blue {
    border-radius: 50%;
    background: rgba(127, 80, 56, 1);
}

.regions .info-block .orange {
    border-radius: 50%;
    background: rgb(237, 83, 56);
}

.regions .info-block .blue + span,
.regions .info-block .orange + span {
    padding-left: 6px;
}

.regions .info-block .item {
    margin-bottom: 10px;
    color: #333;
}

.index-page .regions .director {
    left: auto;
    right: 20px;
    top: 20px;
    font-size: 12px;
    text-align: center;
}

.index-page .regions .fio {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/** list-view **/
.regions .list-view {
    margin-bottom: 45px;
}

.regions .list-view:after{
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

.index-page .list-view ul {
    margin-left: -7px;
}

.index-page .list-view li {
    width: 31%;
    height: 25px;
    line-height: 25px;
}

.index-page .list-view li:nth-child(3n) {
    width: 36%;
}

.index-page .list-view li a {
    color: rgba(197, 147, 104, 1);

    display: block;
    padding-left: 7px;
}

.index-page .list-view li a.active,
.index-page .list-view li a:hover {
    background: rgb(242, 242, 242);
    color: rgba(127, 80, 56, 1);
}

.index-page .regions .btn,
.index-page .list-view .btn {
    margin-right: 20px;
}

.regions .list-view div {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
    width: 100%;
    clear: both;
}

.regions .list-view div:nth-of-type(2){
    padding-top: 40px;
}

.regions .list-view .btn{
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
}

/** right widget **/
.right-widget {
    position: fixed;
    top: 50%;
    margin-top: -25px;
    right: 0;
    z-index: 1000;
    width: 50px;
    transform: rotate(-90deg);
}

.right-widget-wrapper {
    display: flex;
    justify-content: center;
    width: 750px;
    margin-left: -350px;
}

.right-widget a {
    padding: 0 15px;
    height: 50px;
    color: white !important;
    font-weight: bold;
    background: rgba(197, 147, 104, 1);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
}

.right-widget a.right-widget-biz {
    background: rgba(127, 80, 56, 1);
}

.right-widget a.right-widget-sug {
    background: rgb(237, 83, 56);
}

.right-widget a:hover {
    background: rgba(112, 65, 49, 1) !important;
}

/** main news **/
.news {
    position: relative;
    padding: 0;
}

.inner-layout .news {
    margin-left: -15px;
    margin-right: -15px;
}

.news .rss {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: -1000px;
    overflow: hidden;
    position: relative;
    top: -5px;
    left: -2px;
}

.news .rss:after {
    font-family: "FontAwesome";
    content: "\f09e";
    color: rgb(237, 83, 56);
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    z-index: 2;
    text-indent: 0;
}

.inner-layout .news .rss {
    top: -14px;
}

.inner-layout .news-header {
    padding-bottom: 25px;
}

.news-header a {
    margin: 0 10px;
    text-decoration: underline;
}

.news-header h1,
.news-header h3 {
    display: inline;
}

.news-header h3 a,
.news-header a.rss {
    margin: 0;
}

.news .sources {
    min-height: 20px;
    display: flex;
}

.news .sources .item {
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
    display: block;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid #999999;
}

.news .sources .item:first-child {
    padding-left: 0;
    border-left: none
}

.news .sources .item.active {
    background: none;
    color: rgba(112, 65, 49, 1) !important;
}

.news .news-title {
    padding-bottom: 3px;
}

.news .news-title a {
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
    text-decoration: underline;
}

.news .news-date {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
    color: rgba(127, 80, 56, 1);
}

.news .news-text {
    color: #666;
    font-size: 13px;
}

.news-list {
    margin-top: 20px;
}

.news-list-item {
    margin-bottom: 15px;
}

.news-detail h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}

.news-detail .news-date {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 5px;
}

.news_previews {
    padding-bottom: 20px;
    padding-top: 30px;
}

.news_previews:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

.news_previews .photo_preview {
    display: block;
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
}

.news_previews .photo_preview img {
    display: block;
    width: 100%;
}

.news-detail .news_office_name {
    font-size: 14px;
    font-weight: bold;
    padding-left: 40px;
    padding-bottom: 20px;
}

.news-share-block {
    padding-left: 40px;
    padding-bottom: 20px;
}

/** text style **/

.text-style {
    color: #333;
}

.text-style p {
    color: #333;
}

.news-detail .text-style p {
    text-indent: 20px;
}

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

.text-style blockquote p {
    text-indent: 0;
}

.text-style blockquote {
    border-left: 4px solid rgba(127, 80, 56, 1);
    background: rgba(243, 233, 225, 1);
    font-size: 14px;
}

.text-style table {
    width: 100%;
    margin-bottom: 25px;
    border: none;
}

.text-style tbody:first-child tr:first-child,
.text-style thead {
    background: rgba(243, 233, 225, 1);
    height: 40px;
    font-style: italic;
}

.text-style tbody:first-child tr:first-child,
.text-style thead,
.text-style tbody:first-child tr:first-child p,
.text-style thead p {
    color: rgba(127, 80, 56, 1);
    text-indent: 0;
}

.text-style table tr {
    border-bottom: 1px solid rgba(243, 233, 225, 1);
}

.text-style table td {
    padding: 10px 10px;
    border: none;
}

.text-style table td p {
    text-indent: 0;
}

.text-style h1 {
    display: none;
}

.text-style h2 {
    font-size: 25px;
}

.text-style h3 {
    font-size: 20px;
}

/** forum viewer **/
.forum-viewer {
    padding: 20px;
    background: rgba(243, 233, 225, 1);
}

.forum-viewer h3 {
    margin: 0 0 15px 0;
}

.forum-viewer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.forum-viewer > p > a {
    text-decoration: underline;
}

.forum-viewer-time {
    font-size: 12px;
}

.forum-viewer-link {
    padding-bottom: 10px;
}

.forum-viewer-link a {
    color: rgba(197, 147, 104, 1) !important;
    font-weight: bold;
}

/** extral-links **/
.extral-links {
    background: rgb(242, 242, 242);
    padding: 20px;
    /*    height: 100%;*/
}

.extral-links .head {
    color: rgb(237, 83, 56);
}

.extral-links .item {
    padding-left: 25px;
    position: relative;
    color: #333;
}

.extral-links .item a {
    color: #333;
}

.extral-links .item a:hover {
    color: rgba(197, 147, 104, 1);
}

.extral-links .item:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(197, 147, 104, 0);
    box-sizing: border-box;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(197, 147, 104, 1);
    width: 15px;
    height: 15px;
    border-radius: 8px;
    left: 0;
    top: 4px;
}

/** mobile-apps **/
.mobile-apps {
    background: rgba(243, 233, 225, 1);
    padding: 20px;
    height: 100%;
}

.mobile-apps .head {
    color: rgb(237, 83, 56);
}

.mobile-apps .item span {
    display: block;
    text-transform: uppercase;
    color: rgba(112, 65, 49, 1);
    font-weight: bold;
}

.mobile-apps .item {
    margin-bottom: 15px;
}

.mobile-apps .item a {
    width: 100%;
    height: 58px;
    color: #333;
    display: block;
    border: 2px solid rgba(197, 147, 104, 1);
    border-radius: 6px;
    background: rgb(242, 242, 242);
    padding: 7px 0 7px 60px;
    position: relative;
}

.mobile-apps .item a:hover {
    text-decoration: none;
    border-color: rgba(127, 80, 56, 1);
}

.mobile-apps .item a strong {
    display: block;
    color: rgba(127, 80, 56, 1);
}

.mobile-apps .item a:after {
    height: 40px;
    width: 40px;
    content: '';
    display: block;
    top: 7px;
    left: 15px;
    position: absolute;
    font-family: "FontAwesome";
    color: rgba(127, 80, 56, 1);
    font-size: 40px;
    line-height: 40px;
}

.mobile-apps .item.ios a:after {
    content: '\f179';
}

.mobile-apps .item.android a:after {
    content: '\f17b';
}

.mobile-apps .item.rustore a:after {
    content: '\f17b';
}

/** breadcrumbs **/

.breadcrumb {
    margin-top: 20px;
    font-size: 12px;
    border-radius: 0;
}

ol.breadcrumb a {
    color: rgba(197, 147, 104, 1);
    text-decoration: underline;
}

ol.breadcrumb a:hover {
    color: rgb(237, 83, 56);
}

ol.breadcrumb li {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** filter form **/
form.filter {
    padding-top: 10px;
    padding-bottom: 0px;
    border-top: 4px solid rgba(243, 233, 225, 1);
    border-bottom: 4px solid rgba(243, 233, 225, 1);
    display: flex;
    flex-shrink: 2;
}

form.filter .form-group {
    margin-left: 5px;
    max-width: 223px;
    flex-grow: 1;
}

form.filter .form-group:first-child {
    margin-left: 0;
}

form.filter .form-group label {
    text-transform: uppercase;
    color: #333;
    font-size: 10px;
    height: 25px;
    width: auto;
}

form.filter .form-group select,
form.filter .form-group input {
    height: 35px;
    line-height: 35px;
    min-width: 65px;
    width: 100%;
}

form.filter .form-group .multiple-fields {
    display: flex;
    width: 100%;
}

form.filter .form-group .multiple-fields > * {
    margin-left: 5px;
    width: 109px;
    /*    flex-basis: 109px;*/
}

form.filter .form-group .multiple-fields > *:first-child {
    margin-left: 0;
}

form.filter .form-group .btn[type=submit] {
    margin-top: 25px !important;
    height: 35px !important;
    line-height: 35px !important;
    box-shadow: none;
    background: rgba(197, 147, 104, 1);
}

form.filter .form-group .btn[type=submit]:hover,
form.filter .form-group .btn[type=submit]:focus,
form.filter .form-group .btn[type=submit]:active {
    background: rgba(127, 80, 56, 1);
    box-shadow: none !important;
}

input.datetimepicker,
input.datepicker {
    background: url('./images/calendar-icon.png') 85px center no-repeat;
    width: 109px !important;
}

/** pager **/
ul.yiiPager {
    display: block;
    padding-top: 15px;
}

.yiiPager:after {
    display: block;
    width: 100%;
    content: '';
    clear: both;
}

ul.yiiPager .previous,
ul.yiiPager .next,
ul.yiiPager .page {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
    font-size: 12px;
    margin-right: 5px;
}

ul.yiiPager .previous a,
ul.yiiPager .next a,
ul.yiiPager .page a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    background: rgba(197, 147, 104, 1);
    color: white;
}

ul.yiiPager .page.selected a {
    background: rgb(237, 83, 56);
}

ul.yiiPager .next a,
ul.yiiPager .previous a {
    background: none;
    color: #333;
    text-indent: -1000px;
    overflow: hidden;
    position: relative;
}

ul.yiiPager .previous a:after,
ul.yiiPager .next a:after {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 24px;
}

ul.yiiPager .previous a:after {
    content: "\f104";
}

ul.yiiPager .next a:after {
    content: "\f105";
}

/** services **/
.service-list {
    margin-bottom: 15px;
    padding-left: 25px;
    list-style: none;
}

.service-list li {
    display: block;
    position: relative;
    padding-bottom: 5px;
}

.service-list li:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: -25px;
    top: 2px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(197, 147, 104, 1);
    border-radius: 8px;
}

.service-list li a {
    color: rgba(197, 147, 104, 1);
    text-decoration: underline;
}

.service-list li a:hover {
    color: rgb(237, 83, 56);
    text-decoration: none;
}

/** content **/
.inner-layout .content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 440px;
}

.umfc-layout .content {
    min-height: 200px;
}

.inner-layout .content:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.inner-layout .content h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.inner-layout .content div.error {
    text-align: left;
    color: rgb(237, 83, 56);
    clear: both;
}

/** feedback **/
.my-feedback {

}

.my-feedback form {
    width: 58%;
    position: relative;
}

.my-feedback .errorSummary {
    position: absolute;
    left: 100%;
    width: 72.4%;
    padding: 15px;
    border-radius: 5px;
    background: rgba(243, 233, 225, 1);
    font-weight: bold;
}

.my-feedback .errorSummary ul {
    font-weight: normal;
    margin-top: 3px;
    padding-left: 15px;
    font-size: 13px;
    margin-bottom: 0;
}

.my-feedback .errorSummary li {
    color: rgb(237, 83, 56);
}

.my-feedback .form-group label {
    width: 212px;
}

.my-feedback .form-group label + .files {
    margin-left: 212px;
}

.files-group.form-group .files {
    border-radius: 5px;
    background: rgba(243, 233, 225, 1);
    width: 300px;
    padding: 10px;
}

.files-group.form-group .files [type=file] {
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
    width: 256px;
    float: left;
    display: block;
}

.files-group.form-group .files .delete-file {
    color: rgba(243, 233, 225, 1);
    text-indent: 1000px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 0px;
}

.files-group.form-group .files .delete-file:after {
    color: rgb(237, 83, 56);
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-indent: 0;
    font-size: 18px;
}

.files-group.form-group .files .add-file {
    font-size: 12px;
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.files-group.form-group .files .add-file:hover {
    color: rgb(237, 83, 56);
    text-decoration: none;
}

/** assessment **/
.assessment:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;

}

.assessment {
    min-height: 200px;
}

.assessment .iblock {
    display: block;
    float: left;
    width: 212px;
    margin-right: 15px;
}

.assessment .iblock label {
    padding-top: 10px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}

.assessment .iblock input,
.assessment .iblock select {
    width: 100%;
    height: 32px;
    border: 1px solid rgba(197, 147, 104, 1) !important;
}

.assessment .iblock input + span {
    font-size: 10px;
    color: rgba(197, 147, 104, 1);
    line-height: 9px;
}

.assessment .iblock label + span {
    display: block;
    color: #888;
    font-size: 12px;
}

.assessment .iblock .mfc-region-name {
    font-size: 14px;
    font-weight: bold;
    color: rgba(127, 80, 56, 1);
}

.assessment-form .btn {
    margin-top: 33px !important;
    height: 34px !important;
    line-height: 34px !important;
    box-shadow: none;
    background: rgba(197, 147, 104, 1);
    width: 110px;
    min-width: 0;
}

.assessment .mfc-questions-wrapper {
    clear: both;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px solid rgba(243, 233, 225, 1);
    font-style: normal;
}

.assessment .mfc-questions-wrapper .mfc-counter {
    display: inline-block;
    height: 26px;
    width: 26px;
    background: rgb(237, 83, 56);
    text-align: center;
    line-height: 26px;
    font-weight: bold;
    color: white;
}

.assessment .mfc-questions-wrapper .mfc-counter .mfcc-exp {
    display: none;
}

.assessment .mfc-questions-wrapper .mfc-question-title {
    width: 850px;
    font-weight: bold;
    font-size: 16px;
    display: block;

}

.assessment .mfc-questions-wrapper .mfc-question-description {
    font-size: 13px;
    color: #666666;
    margin-left: 42px;
    display: block;
    padding-top: 0px;
    clear: both;
}

.assessment .mfc-questions-wrapper .mfc-question-description i {
    font-style: normal;
}

.assessment .mfc-questions-wrapper .mfc-questions {
    padding-top: 20px;
    padding-left: 42px;
}

.assessment .mfc-questions-wrapper .mfc-question-var {
    color: #333;
    padding-bottom: 15px;
    display: block;
}

.assessment .mfc-questions-wrapper .mfc-questions-answers {
    list-style: none;
    padding-left: 50px;
    margin-bottom: 30px;
    counter-reset: answer;
}

.assessment .mfc-questions-wrapper .mfc-questions-answer {
    background: none !important;
    position: relative;
    counter-increment: answer;
    min-height: 40px;
}

.assessment .mfc-questions-wrapper .mfc-questions-answer:after {
    display: block;
    position: absolute;
    content: counter(answer);
    width: 36px;
    height: 36px;
    background: rgba(243, 233, 225, 1);
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    top: -2px;
    left: -50px;
    color: #333;
}

.assessment .mfc-questions-wrapper .mfc-questions-answer label {
    margin-left: 5px;
    margin-bottom: 0;
    color: rgba(197, 147, 104, 1);
}

.assessment .mfc-questions-wrapper .mfc-questions-answer p {
    padding-left: 19px;
    font-size: 12px;
    color: #333;
    font-style: italic;
}

.assessment .mfc-questions-wrapper .send-btn {

}

.assessment-modal-wrapper {
    text-align: center;
    font-size: 12px;
    color: #333;
}

.assessment-modal-rating {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: white;
    font-size: 36px;
    background: #777;
    line-height: 80px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.assessment-modal-rating-0 {
    background: #D42734;
}

.assessment-modal-rating-1 {
    background: #ED6230;
}

.assessment-modal-rating-2 {
    background: #FFB63E;
}

.assessment-modal-rating-3 {
    background: #7DAE39;
}

.assessment-modal-rating-4 {
    background: #00B637;
}

.assessment-modal-mfc-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
}

/** short-status **/
.short-status .form-group {
    display: block;
    float: left;
    width: 212px;
    margin-right: 15px;
}

.short-status .form-group input {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(197, 147, 104, 1) !important;
}

.short-status .form-group label {
    padding-top: 10px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
}

.short-status .form-group .btn {
    margin-top: 40px !important;
    height: 38px;
    line-height: 38px;
}

.dial-result-label {
    font-weight: bold;
    font-size: 16px;
    float: left;
}

.dial-number {
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-left: 5px;
    color: rgb(237, 83, 56);
}

.dial-status {
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-left: 5px;
    color: #C82C2C;
    margin-bottom: 10px;
}

.dial-status-ok {
    color: #84B00D;
}

.mfc-page {

}

.mfc-page > .row {
    margin-left: 0;
}

.mfc-page-main {
    width: 713px;
}

.mfc-page .breadcrumb {
    margin-top: 5px;
    margin-bottom: 0px;
}

.mfc-page-header .header-title {
    margin-left: -15px;
}

.mfc-page-header .header-links {
    padding-left: 15px;
}

.mfc-page-header .header-links a {
    font-size: 11px;
}

.mfc-page .side .header {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
}

.mfc-page .side .services {
    margin-top: 15px;
}

.mfc-page .side .services ul {
    padding-left: 25px;
    list-style: none;
    font-size: 12px;

}

.mfc-page .side .services li {
    position: relative;
    padding-bottom: 5px;
}

.mfc-page .side .services li:after {
    position: absolute;
    display: block;
    content: '\f061';
    color: rgb(237, 83, 56);
    font-family: "FontAwesome";
    top: -3px;
    left: -25px;
    font-size: 18px;
}

.mfc-page .content-page hr {
    border-top: 3px solid rgba(243, 233, 225, 1);
    margin-left: -10px;
    width: 683px;
}

.umfc-layout .director .photo,
.mfc-page .director .photo {
    padding-bottom: 15px;
}

.umfc-layout .director .fio,
.mfc-page .director .fio {
    font-weight: bold;
    padding-bottom: 10px;
}

.umfc-layout .director .fio img,
.mfc-page .director .fio img {
    display: block;
    width: 100%;
}

.umfc-layout .director .shedule,
.mfc-page .director .shedule {
    color: #333;
    font-size: 12px;
    padding-bottom: 15px;
}

.side .vote {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
}

.side .vote:empty {
    display: none;
}

.side .vote-header {
    font-size: 16px;
    font-weight: bold;
    color: rgb(237, 83, 56);
    padding-bottom: 5px;
}

.side .vote-question {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;

}

.side .vote ul {
    list-style: none;
    padding: 0;
}

.side .vote ul input {
    margin-right: 4px;
}

.side .vote ul label {
    font-weight: normal;
    color: #333;
    font-size: 13px;
}

.side .vote [type=submit] {
    border: 1px solid rgb(237, 83, 56) !important;
    color: rgb(237, 83, 56);
    display: block;
    width: 100%;
    line-height: 28px;
    background: transparent;
}

.side .vote [type=submit]:disabled{
    border: 1px solid #ccc !important;
    color: #ccc !important;
}

.side .vote-result {
    width: 100%;
}

.side .vote-result td:nth-child(2n-1) {
    font-weight: bold;
    color: rgb(237, 83, 56);
    font-size: 12px;
}

.side .vote-result td:nth-child(2n) {
    font-weight: bold;
    font-size: 14px;
}

.side .gallery {
    background: rgb(242, 242, 242);
    padding: 15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    position: relative;
    top: 10px;
}

.side .gallery .header {
    margin-top: 0px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(237, 83, 56);
    padding-bottom: 5px;
    text-transform: uppercase;
}

.side .gallery img {
    outline: 2px solid rgba(197, 147, 104, 1);
}

.side .gallery .gallery-link {
    padding-top: 10px;
}

.side .gallery .gallery-link a {
    color: #333 !important;
    text-decoration: underline;
}

.side .gallery .gallery-link a:hover {
    color: rgb(237, 83, 56) !important;
}

.content-page {
    padding-left: 10px;
    padding-right: 10px;
}

.mfc-page .content-page h3 {
    text-transform: uppercase;
}

.mfc-list-view {

}

.mfc-list-view .col1,
.mfc-list-view .col2 {
    float: left;
    width: 50%;
}

.mfc-list-view .item {
    line-height: 25px;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: 10px;
}

.mfc-list-view .item.active {
    background: rgb(242, 242, 242);
}

.mfc-list-view a {
    color: rgba(197, 147, 104, 1) !important;
}

.mfc-list-view a:hover {
    color: rgb(237, 83, 56) !important;
}

.mfc-map-view {
    background: rgba(243, 233, 225, 1);
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px 0px;
    margin-top: 15px;
    position: relative;
}

.mfc-map-view h3 {
    margin: 0;
    padding-bottom: 15px;
}

.mfc-map-view .camera {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(237, 83, 56);
    text-decoration: underline;
}

#show-all-offices {
    margin-right: 5px;
}

#show-all-offices + label {
    color: rgb(237, 83, 56);
    font-weight: normal;
}

#map {
    margin-bottom: 7px;
}

#camera-modal .col-xs-7.image {
    text-align: center;
    padding-right: 0;
    height: 400px;
}

#camera-modal .col-xs-7.image img {
    display: block;
    max-width: 650px;
    margin: 0 auto;
    max-height: 400px;
}

#camera-modal .modal-body {
}

#camera-modal .modal-body .list {
    overflow: auto;
    height: 400px;
    margin-bottom: 15px;
}

#camera-modal .modal-body .item {
    cursor: pointer;
    padding-bottom: 10px;
    color: rgba(197, 147, 104, 1);

}

#camera-modal .modal-body .item .link {
    text-decoration: underline;
    font-size: 13px;
    margin-left: 5px;
}

#camera-modal .modal-body .item:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#camera-modal .modal-body .item.active {
    color: rgba(127, 80, 56, 1)}

#camera-modal .modal-body .item.active .link {
    text-decoration: none;
}

#camera-modal .modal-body .preview {
    min-width: 105px;
    min-height: 60px;
}

#camera-modal .modal-body .link {
    width: 170px;
}

#camera-modal .modal-body .preview img {
    width: 100px;
    height: 56px;
}

.vote-question-text {
    font-size: 16px;
    color: #666;
    padding-bottom: 7px;
}

.vote-answer {
    padding-bottom: 10px;
}

.vote-answer .vote_answer {
    padding-left: 0;
}

.vote-answer table {
    color: #333;
}

.vote-answer-list-label {
    font-size: 12px;
    color: #333;
    padding-bottom: 15px;
}

.vote-answer-list-label b {
    font-size: 14px;
}

.vote_answer_count {
    font-weight: bold;
}

.vote_answer_bar {
    display: block;
    width: 562px;
    clear: both;
    padding-bottom: 3px;
    position: relative;
    top: 3px;
}

.vote_answer_bar .load-bar {
    height: 16px;
    background: rgb(242, 242, 242);
}

.vote_answer_bar .loaded-part {
    background: rgb(237, 83, 56);
    height: 100%;
}

.custom-house .mfc-about {
    color: rgb(237, 83, 56);
    font-weight: bold;
    padding-left: 100px;
    position: relative;
    clear: both;
    padding-bottom: 30px;
    min-height: 100px;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.custom-house .mfc-about:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 70px;
    height: 70px;
    background: url("../images/mydoc/house.png") no-repeat center;
    background-size: contain;
}

.mfc-about-table {
    margin-bottom: 20px;
}

.mfc-about-table tr {
    border-bottom: 1px solid rgb(242, 242, 242);
}

.mfc-about-table td {
    padding: 10px;
    vertical-align: top;
    color: #333;
    font-size: 13px;
}

.mfc-about-table td .td-row{
    display: block;
}

.mfc-about-table td .td-row + .td-row{
    padding-top: 5px;
}

.mfc-about-table td:nth-child(2n-1):not(.column-info) {
    width: 240px;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
}

.mfc-about-table .column-label:after {
    position: absolute;
    height: 20px;
    width: 20px;
    display: block;
    top: 10px;
    left: 10px;
    font-family: FontAwesome;
    line-height: 20px;
    font-size: 20px;
    color: rgba(197, 147, 104, 1);
    font-weight: normal;
}

.mfc-about-table .column-info .social {
    font-family: FontAwesome;
    line-height: 20px;
    font-size: 20px;
    color: rgba(197, 147, 104, 1);
    font-weight: normal;
}

.mfc-about-table .ico-house .column-label:after {
    content: "\f015";
}

.mfc-about-table .ico-people .column-label:after {
    content: "\f007";
}

.mfc-about-table .ico-phone .column-label:after {
    content: "\f095";
}

.mfc-about-table .ico-mail .column-label:after {
    content: "\f0e0";
    font-size: 18px;
}

.mfc-about-table .ico-time .column-label:after {
    content: "\f017";
}

.mfc-about-table .ico-globe .column-label:after {
    content: "\f0ac";
}

.mfc-about-table tr:last-of-type {
    padding-bottom: 30px;
    border-bottom: 3px solid rgba(197, 147, 104, 1);
}

.custom-house .mid-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(197, 147, 104, 1);
    padding-bottom: 10px;
    display: block;
}

.custom-house .employee-list {
    font-size: 13px;
    color: #333;
}

.custom-house .employee-list .td-row {
    display: block;
}

.employee-list td {
    padding-bottom: 15px;
    vertical-align: top;
}

.contents-line-wrap .employee-name {
    width: 300px;
    display: block;
    float: left;
}

.contents-line-wrap .contents-line {
    display: block;
    border-bottom: 1px dashed rgba(197, 147, 104, 1);
    height: 10px;
    margin-right: 15px;
    margin-left: 305px;
}

.employee-list a {
    color: rgba(197, 147, 104, 1) !important;
    text-decoration: underline;
}

.employee-list a:hover {
    color: rgb(237, 83, 56) !important;
}

.umfc-layout .header-title {
    margin-left: -15px;
}

.umfc-layout > .row {
    margin-left: 0;
}

.umfc-layout .side {
    border-top: 20px solid white;
}

.umfc-layout .header-links {
    padding-left: 15px;
}

.umfc-main {
    width: 713px;
}

.umfc-menu {
    border-right: 1px solid rgba(197, 147, 104, 1);

}

.umfc-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.umfc-menu li {
    border: 1px solid rgba(243, 233, 225, 1);
    margin-bottom: 15px;
}

.umfc-menu li a {
    padding: 7px 20px 7px 10px;
    display: block;
    width: 100%;
    height: 100%;
}

.umfc-menu li:last-child {
    margin-bottom: 0px;
}

.umfc-menu li:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.umfc-menu li i {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(243, 233, 225, 1);
    border-radius: 50%;
    margin-right: 20px;
    background: #fff;
}

.umfc-menu li {
    font-size: 18px;
    line-height: 50px;
}

.umfc-menu li a:hover {
    background: rgba(243, 233, 225, 1);
    text-decoration: none;
    color: rgba(127, 80, 56, 1) !important;
}

.umfc-menu li.noclick,
.umfc-menu li.noclick a {
    cursor: default;
    background: none;
}

.umfc-menu li i:after {
    font-family: FontAwesome;
    font-size: 23px;
    line-height: 25px;
    padding-top: 11px;
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    color: rgba(197, 147, 104, 1);
}

.umfc-menu .icon-book i:after {
    content: '\f02d';
}

.umfc-menu .icon-list i:after {
    content: '\f0cb';
}

.umfc-menu .icon-doc i:after {
    content: '\f15c';
}

.umfc-menu .icon-cup i:after {
    content: '\f091';
}

.umfc-menu .icon-userplus i:after {
    content: '\f234';
}

.umfc-menu li a:after {
    font-family: FontAwesome;
    float: right;
    content: '\f105';
    font-size: 30px;
}

.mobgroup.b-table-strong {
    margin-left: -10px;
    margin-right: -10px;
    width: 683px;
}

.b-table-strong thead {
    font-style: normal;
    font-weight: bold;
}

.b-table-strong tbody {
    font-size: 12px;
    color: #666;
}

.b-table-strong tbody tr {
    border: none;
}

.b-table-strong tbody tr:nth-child(2n-1) {
    background: rgb(242, 242, 242);
}

.b-table-strong .f-date {
    width: 90px;
}

.b-table-strong .f-time {
    width: 90px;
}

.b-table-strong .f-place-stop {
    width: 160px;
}

.gallery-box {
 margin-left: -10px;
    width: 683px;
}

.gallery-box td {
 width: 233px;
    padding-right: 18px;
    padding-bottom: 18px;
    vertical-align: top;
}

.gallery-box td:last-child {
    width: 215px;
    padding-right: 0;
}



.umfc-layout .gallery-box{
    margin-left: 0px;
}



.gallery-box .gallery-box-img {
    display: block;
    width: 215px;
    height: 162px;
    margin-bottom: 7px;

}

.gallery-box .gallery-img-date {
    font-size: 12px;
    margin-bottom: 7px;
}

.gallery-box .gallery-img-name {
    display: block;
    color: rgba(197, 147, 104, 1) !important;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;

}

.gallery-box .gallery-img-name:hover {
    color: rgb(237, 83, 56) !important;
}

.gallery-box .gallery-img-desc {
    color: #333;
    font-size: 12px;
    word-break: break-all;
}

.photogallery {

}

.photogallery-date {
    color: #333;
    margin-bottom: 15px;
}

#photo_large {
    width: 100%;
    height: 406px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#photo-view-info {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

#photo-view-list-box {
    width: 603px;
    overflow: hidden;
}

#photo-view-list-box ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 603px;
    overflow: hidden;
}

#photo-view-list-box li {
    width: 188px;
}

#photo-view-list-box li img {
    cursor: pointer;
}

#photo-view-list-box li a {
    font-style: italic;
    font-size: 12px;
    display: block;
    padding-top: 5px;
    text-align: center;
}

#photo-view-list-box li .create_date {
    display: block;
    text-align: center;
    color: #666;
    padding-top: 5px;
    font-size: 11px;
}

#photo-view-list {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    width: 683px;
}

#photo-view-list .disabled{
    cursor: default;
    color: #aaa;
}

#photo-view-list-l,
#photo-view-list-r {
    padding: 60px 5px 0 5px;
    font-size: 25px;
    cursor: pointer;
}

.videoarchive-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
}

.videoarchive-content .video-element {
    flex-basis: 210px;
    margin-bottom: 20px;
}

.videoarchive-content .video-element a {
    display: block;
    margin-bottom: 10px;
}

.videoarchive-content .video-element img {
    display: block;
    width: 210px;
    height: 118px;
}

.videoarchive-content .video-element .date {
    margin-bottom: 10px;
    font-size: 12px;
}

.videoarchive-content .video-element .about {
    color: rgba(197, 147, 104, 1) !important;
    font-weight: bold;
    text-decoration: underline;
    font-size: 13px;
}

.registry .item {
    position: relative;
}

.registry .item a {
    color: #333;
    text-decoration: none;
    position: relative;
}

.registry .item.l2 a,
.registry .item.l3.closed {
    color: #666;
    text-decoration: none;
}

.registry .item.closed,
.registry .item.closed a {
    color: rgba(197, 147, 104, 1);
    text-decoration: underline;
}

.registry .item a.docfile {
    float: right;
    color: rgba(197, 147, 104, 1);
    text-decoration: underline;
}

.registry .item.l0 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.registry .item.l1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.registry .item.l2 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 8px;
    padding-left: 70px;
}

.registry .item.l3 {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 8px;
    padding-left: 70px;
}

.registry .item.l2 a.toggle,
.registry .item.l3 span,
.registry .item.l2 span{
    display: inline-block;
    width: 520px;
}

.registry .item a.toggle:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f196";
    position: absolute;
    left: -20px;
    font-style: normal;
    font-weight: normal;
    top: 4px;
    cursor: pointer;
    font-size: 20px;
}

.registry .item.opened a.toggle:before {
    content: "\f147";
}

.registry .item.l1 a.toggle:before {
    font-size: 18px;
    left: -18px;
    top: 3px;
}

.registry .item.l2 a.toggle:before {
    font-size: 14px;
    left: -14px;
    top: 0px;
}

.registry .item .docfile {
    font-style: normal;
    width: 65px;
    display: inline-block;
}

.registry .item .docfile:before {
    font-weight: normal;
}

.registry .item.l0 ~ .l0 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed rgba(197, 147, 104, 1);
}

.registry {
    border-bottom: 1px dashed rgba(197, 147, 104, 1);
    margin-bottom: 30px;
}

.document-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-style: italic;
}

.document-list li {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(197, 147, 104, 1);
    padding-left: 20px;
    margin-bottom: 10px;
}

.document-list li:before {
    width: 10px;
    height: 10px;
    background: rgba(197, 147, 104, 1);
    position: absolute;
    content: '';
    display: block;
    top: 5px;
    left: 0px;
}

.document-list li:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.document-list li span {
    display: block;
    float: left;
    width: 575px;
}

.document-list li a {
    color: rgba(197, 147, 104, 1);
    font-style: normal;
    display: block;
    text-align: right;
    text-decoration: underline;
}

.document-list li a:hover {
    color: rgb(237, 83, 56);
    text-decoration: none;
}

.award-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.award-item:nth-child(3n),
.award-item:nth-child(3n-1) {
    margin-left: 25px;
}

.award-item-image {
    border: 1px solid #333;
    padding: 4px;
    margin-bottom: 6px;
    width: 210px;
}

.award-item-title {
    font-size: 16px;
    font-weight: bold;
    color: rgba(197, 147, 104, 1);
    margin-bottom: 6px;
}

.award-item-description {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
}

.award-item-link {
    cursor: pointer;
}

.award-detail {
    padding: 15px;
}

.award-detail .award-item-image {
    width: 410px;
}

.award-detail .award-item-description {
    font-size: 14px;
}

.vacancy {

}

.vacancy-image {
    width: 100%;
    border: 1px solid rgba(197, 147, 104, 1);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.vacancy hr {
    border-top: 1px dashed rgba(197, 147, 104, 1);
}

.vacancy-name-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vacancy-name-block .vacancy-name a {
    color: rgba(197, 147, 104, 1);
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

.vacancy-name-block .vacancy-name a:hover {
    color: rgb(237, 83, 56);
}

.taskform fieldset {
    padding: 0;
    margin: 0;
}

.taskform {
    padding: 0;
}

.taskform .form-group {
    padding-bottom: 20px;
}

.taskform .form-group label {
    width: 240px;
}

.taskform .form-group input[type=text],
.taskform .form-group textarea {
    width: 600px;
    max-width: 600px;
    margin-bottom: 0;
}

.taskform .form-group .files {
    float: left;
    margin-right: 240px;
}

.files-group.form-group .files .file-item {
    margin-bottom: 10px;
    width: 256px;
    display: inline-block;
    float: left;
    height: 22px;
    line-height: 22px;
}

.files > div,
.files > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

/*.files-group.form-group .files > div:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}*/

.taskform hr{
    margin-top: 10px;
    margin-bottom: 25px;
    border-top: 2px solid rgba(243, 233, 225, 1);
}

.taskform  .b-filter-form_section{
    border: none;
}

.taskform  .form-block-header{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.taskform .form-block label{
    color: #333;
    font-weight: normal;
    font-size: 13px;
}

.taskform .b-checkbox-list__item{
    margin-bottom: 0;
}

.taskform .b-checkbox-list__checkall label{
    color: rgba(197, 147, 104, 1)}


.creteria{
    padding: 15px;
    background: rgba(243, 233, 225, 1);
    border: 1px solid rgba(197, 147, 104, 1);
    border-radius: 5px;
    display: inline-block;
    color: #333;
    margin-top: 10px;
    margin-bottom: 20px;
}

.creteria-header{
    padding-bottom: 15px;
}

.creteria ol{
    padding-left: 0;
    list-style: none;
}

.creteria li{
    display: flex;
    padding-bottom: 6px;
    border-bottom: 1px dashed rgba(197, 147, 104, 1);
    margin-bottom: 6px;
    justify-content: space-between;
}

.creteria-items{
    display: inline-block;
}

.creteria-item-num{
    display: inline-block;
    width: 20px;
    height: 25px;
    line-height: 25px;
}

.creteria-item{
    display: inline-block;
}



.creteria-item:after{
    content: "или";
    display: inline-block;
    width: 35px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}


.creteria-item.any-file-type:after{
    content:"";
}

.creteria-add{
    width: 25px;
    height: 25px;
    border: 1px solid rgba(197, 147, 104, 1);
    display: inline-block;
    line-height: 25px;
    text-align: center;
    position: relative;
    top: 1px;
    color: rgba(197, 147, 104, 1);
    cursor: pointer;
}

.creteria-add:after{
    font-family: "FontAwesome";
    content: '\f067';
}

.creteria-add:hover{
    background: rgba(197, 147, 104, 1);
    color: white;
}


.creteria-item select{
    width: 150px;
    height: 25px;
}

.creteria-items-delete{
    width: 25px;
    height: 25px;
    /*border: 1px solid rgba(197, 147, 104, 1);*/
    display: inline-block;
    line-height: 25px;
    text-align: center;
    position: relative;
    top: 1px;
    color: rgb(237, 83, 56);
    cursor: pointer;
    margin-left: 10px;
}

.creteria-items-delete:after{
    font-family: "FontAwesome";
    content: '\f00d';
}

.creteria-items-delete:hover{
    background: rgba(197, 147, 104, 1);
}

.creteria a.creteria-add-line{
    margin-left: 25px;
    text-transform: uppercase;
    color: rgba(127, 80, 56, 1) !important;
    font-size: 12px;
}

.creteria a.creteria-add-line:hover{
    color: rgb(237, 83, 56) !important;
}

.seporator{
    margin-top: 20px;
    margin-bottom: 20px;
}

.zadachi-box-s{
    padding-top: 7px;
}

#zadachi-box{
    padding-top: 10px;
}
.award-item{
    width: 210px;
}

.info-panel {
    width: 940px;
    min-height: 100px;
    background-color: #ddaf88;
    padding: 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 auto;
    display: none;
    font-weight: bold;
}

#panel-close {
    display: block;
    margin: 0 auto;
}


.preloader {
    width: 940px;
    height: 10px;
    background: rgba(243, 233, 225, 1);
    font-size: 9px;
    position: relative;
}

.iframe_preloader {
    margin-top: 20px;
    width: 910px;
}

.preloader_inner {
    position: absolute;
    height: 10px;
    top: 0;
    bottom: 0;
    background: rgb(237, 83, 56);
    transition: 0.8s ease-in-out;
    color: white;
    max-width: 940px;
}

.iframe_preloader .preloader_inner {
    max-width: 910px;
}

.preloader_data {
    position: absolute;
    left: 20px;
    transition: 0.8s ease-out;
}

.covid-19 {
    padding: 20px;
    background: #ddaf88;
    font-weight: bold;
}

.covid-19 a {
    color: #d70a0a !important;
   /* text-decoration: underline;*/
}

.covid-19 .highlight {
    color: #d70a0a;
}

.iframe_onerror .message {
    font-weight: bold;
}.learning {
    position: relative;
}

.learning:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
    height: 25px;
}

.learning [class^=col-] h3 {
    margin-top: 0;
}

.learning h4 {
    font-weight: bold;
    color: rgb(237, 83, 56);
    font-size: 16px;
}

.learning .bad {
    color: rgb(237, 83, 56);
}

.learning .good {
    color: #339966;;
}

.learning .table {
    width: 100%;
    margin-bottom: 25px;
    border: none;
}

.learning .table .table-info {
    color: #333;
}

.learning .table .table-info a {
    color: #333;
}

.learning .table thead {
    background: rgba(243, 233, 225, 1);
    height: 40px;
    font-style: italic;
    color: rgba(127, 80, 56, 1);
    text-indent: 0;
}

.learning .table tr {
    border-bottom: 1px solid rgba(243, 233, 225, 1);
}

.learning .table td {
    padding: 10px 10px;
    border: none;
    font-size: 13px;
    vertical-align: middle;
    max-width: 320px;
}

.learning .table.table-top td {
    vertical-align: top;
}

.learning .table tbody td {
    color: #333;
}

.learning .table-control tr td:last-child {
    padding: 7px 0 4px 7px;
    vertical-align: top;
    text-align: right;
    width: 100px;
}

.learning .table tbody td a {
    text-decoration: underline;
    color: rgba(197, 147, 104, 1);
}

.learning .table tbody td a:hover {
    text-decoration: underline;
    color: rgb(237, 83, 56);
}

.learning .table tbody td .action-btn {
    display: inline-block;
    border-radius: 0;
    border: 1px solid rgba(197, 147, 104, 1);
    background: white;
    width: 30px;
    height: 30px;
    text-indent: -1000px;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.learning .table tbody td .action-btn:hover {
    text-decoration: none;
    background: rgba(243, 233, 225, 1);
}

.learning .table tbody td .action-btn:after {
    font-family: "FontAwesome";
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: 0;
    line-height: 30px;
    font-size: 18px;
}

.learning .table tbody td .action-btn.edit:after {
    content: "\f044";
}

.learning .table tbody td .action-btn.delete:after {
    content: "\f00d";
    color: rgb(237, 83, 56);
}

.learning .colored-form {
    margin-top: 10px;
    padding: 15px;
    background: rgba(243, 233, 225, 1);
}

.learning .colored-form label {
    display: flex;
    align-items: center;
    min-height: 34px;
    width: 212px;
}

.learning .colored-form .checkbox label {
    width: 100%;
    display: block;
}

.learning .colored-form .checkbox label [type=checkbox] {
    margin-top: 7px;
}

.learning .colored-form input[type=text],
.learning .colored-form input[type=email],
.learning .colored-form select {
    width: 457px;
    display: block;
    max-width: none;
    height: 34px;
    float: none;
}

.learning .colored-form fieldset input[type=text],
.learning .colored-form fieldset input[type=email],
.learning .colored-form fieldset select {
    width: 100%;
}

.learning .colored-form .label-long label {
    width: 50%;
}

.learning .colored-form .label-long input[type=text],
.learning .colored-form .label-long input[type=email],
.learning .colored-form .label-long select {
    width: 50%;
}

.learning .colored-form .label-long .btn {
    float: right;
}

.learning .colored-form input[type=checkbox] {
    margin-top: 10px;
}

.learning .colored-form fieldset input[type=text],
.learning .colored-form fieldset input[type=email],
.learning .colored-form fieldset select {
    display: block;
}

.learning .colored-form hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rgba(197, 147, 104, 1);
}

.learning fieldset {
    padding: 0;
    display: block;
}

.learning fieldset input,
.learning fieldset button,
.learning fieldset .btn,
.learning fieldset .form-field-comment,
.learning fieldset input {
    margin-bottom: 15px;
}

.learning fieldset input:last-child,
.learning fieldset button:last-child,
.learning fieldset .btn:last-child,
.learning fieldset .form-field-comment:last-child,
.learning fieldset input:last-child {
    margin-bottom: 0;
}

.learning fieldset textarea {
    width: 100%;
    display: block;
    max-width: none;
}

.learning fieldset .form-field-comment {
    color: #333;
    font-size: 12px;
}

.learning fieldset .form-field-comment-alert {
    padding-left: 40px;
    position: relative;
    min-height: 30px;
}

.learning fieldset .form-field-comment-alert:before {
    content: "Важно: ";
    text-transform: uppercase;
    color: rgb(237, 83, 56);
}

.learning fieldset .form-field-comment-alert:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f12a";
    font-size: 16px;
    line-height: 30px;
    color: white;
    display: block;
    height: 30px;
    width: 30px;
    background: rgb(237, 83, 56);
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
}

.learning span.form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #777;
}

.learning .colored-form .form-control {
    border-radius: 0;
}

.learning .colored-form .errorSummary {
    padding: 15px;
    background: rgba(231, 211, 194, 1);
    margin-bottom: 15px;
    font-weight: bold;
}

.learning .colored-form .errorSummary ul {
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 0;
}

.learning .colored-form .errorSummary li {
    color: rgb(237, 83, 56);
    font-weight: normal;
    font-size: 13px;
}

.learning .colored-form .files,
.admin_form.colored-form  .files{
    width: 65%;
    padding: 10px;
    border-radius: 0;
    background: rgba(231, 211, 194, 1);
}

.learning .colored-form .files [type=file],
.admin_form.colored-form .files [type=file]
{
    border: none;
    padding: 0 !important;
    margin-bottom: 10px;
    width: 256px;
    display: inline-block;
}

.learning .colored-form .files .delete-file,
.admin_form.colored-form .files .delete-file
{
    color: rgba(243, 233, 225, 1);
    text-indent: 1000px;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    top: 2px;
}

.learning .colored-form .files .delete-file:after,
.admin_form.colored-form  .files .delete-file:after
{
    color: rgb(237, 83, 56);
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-indent: 0;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.learning .colored-form .files .add-file,
.admin_form.colored-form .files .add-file
{
    font-size: 12px;
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
    border-bottom: 1px dashed;
    line-height: 32px;
}

.learning .colored-form .files .add-file:hover,
.admin_form.colored-form .files .add-file:hover
{
    color: rgb(237, 83, 56);
    text-decoration: none;
}

/** tabs **/
.colored-form .nav.nav-tabs {
    background: white;
    margin: -15px -15px 15px;
}

.colored-form .nav-tabs {
    height: 32px;
    border: none;
}

.colored-form .nav-tabs > li {
    height: 100%;
}

.colored-form .nav-tabs > li > a {
    padding: 0 20px;
    margin: 0 3px 0 0;
    height: 100%;
    line-height: 32px;
    border: none;
    text-transform: uppercase;
    color: #333;
    background: rgb(242, 242, 242);
    border-radius: 0;
    font-size: 13px;
}

.colored-form .nav-tabs > li > a:hover {
    border: none;
    color: rgba(127, 80, 56, 1);
    background: rgb(242, 242, 242);
}

.colored-form .nav-tabs > li.active > a {
    border: none;
    background: rgba(243, 233, 225, 1);
}

/** table **/
.learning .colored-form .table thead {
    background: rgba(204, 204, 204, 1);
    font-style: normal;
    color: #333;
}

.learning .colored-form .table tbody {
    background: white;
}

.learning .colored-form .table-control tr td:last-child {
    padding: 7px 10px 4px 7px;
    vertical-align: top;
    text-align: right;
    width: 110px;
}

/** answers **/
.learning .colored-form .answers {
    padding: 15px;
    background: rgba(243, 233, 225, 1);
    width: 655px;
}

.learning .colored-form .answers .item {
    padding-bottom: 0;
    margin-bottom: 10px;
    width: 625px;
    border-bottom: 1px solid rgba(197, 147, 104, 1);
}

.learning .colored-form .answers .item-line:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.learning .colored-form .answers .item .form-control {
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 589px;
}

.learning .colored-form .answers .item textarea.form-control {
    height: auto;
    line-height: 20px;
}

.learning .colored-form .answers .item .delete-answer {
    display: block;
    border-radius: 0;
    border: 1px solid rgba(197, 147, 104, 1);
    background: white;
    width: 30px;
    height: 30px;
    text-indent: -1000px;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    float: left;
    margin: 0 0 0 5px;
}

.learning .colored-form .answers .item .delete-answer:after {
    font-family: "FontAwesome";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: 0;
    line-height: 27px;
    font-size: 18px;
    content: "\f00d";
    color: rgb(237, 83, 56);
}

.learning .colored-form .answers .item .form-control.form-control-x1 {
    width: 100px;
}

.learning .colored-form .answers .item .testfield {
    margin-right: 35px;
}

.learning .colored-form .answers label {
    width: auto;
    padding-right: 10px;
}

.learning .colored-form .answers .checkbox {
    padding-top: 5px;
    padding-bottom: 0;
}

/** forms wariant **/
.learning .colored-form {
    width: 700px;
}

.learning .colored-form.full-width-form,
.learning .colored-form.material-form {
    width: 940px;
}

.learning .colored-form .answers .add-answer {
    font-size: 12px;
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.learning .colored-form .answers .add-answer:hover {
    color: rgb(237, 83, 56);
}

/** modal **/

.learning .modal .colored-form {
    padding: 0;
    width: 100%;
    margin-top: 5px;
    background: white;
    margin-bottom: 5px;
}

/** components **/
.btn-calendar {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
}

.btn-calendar .fa {
    font-size: 18px;
    position: relative;
    left: -3px;
}

.btn-edu-notify {
    position: absolute;
    top: 6px;
    right: 250px;
}

.btn-edu-notify .fa {
    color: rgb(237, 83, 56);
    font-size: 32px;
    position: relative;
}

.btn-edu-notify .number {
    position: relative;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    padding: 2px;
    top: -43px;
    right: -23px;

    background: #fff;
    color: rgb(237, 83, 56);
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}

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

.teleport-top-40 ~ .btn-calendar {
    top: 40px;
}

/** popover-data **/
.popover-data {
    font-size: 13px;
    color: #333;
}

.popover-data strong {
    color: rgba(127, 80, 56, 1);
}

.popover {
    background: rgba(243, 233, 225, 1);
    border: 1px solid rgba(197, 147, 104, 1);
    font-family: inherit;
    max-width: 302px;
    /*    transform: translate(30%,0);*/
}

.popover-content {
    padding: 5px 10px;
    min-width: 300px;
}

.popover.bottom > .arrow:after {
    border-bottom-color: rgba(243, 233, 225, 1);
}

.popover.bottom > .arrow {
    /*    left: 15% !important;*/
    border-bottom-color: rgba(197, 147, 104, 1);
}

/** side **/
.learning .learning-side {
    border: 1px solid rgba(197, 147, 104, 1);
    padding: 10px;
}

/** learning-filter-form **/
.learning-filter-form {

}

.learning-filter-form label {
    font-size: 10px;
    color: rgba(127, 80, 56, 1);
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 7px;
}

.learning-filter-form .form-group-line:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.learning-filter-form .form-group-line label,
.learning-filter-form .form-group-line input {
    float: left;
}

.learning-filter-form .form-group-line-date label {
    width: 30px;
    line-height: 25px;
    font-weight: normal;
    color: #333;
    font-size: 11px;
}

.learning-filter-form .form-group-line-date input {
    width: calc(100% - 30px);
}

.learning-filter-form .btn-submit {
    height: 40px;
    background: rgb(237, 83, 56);
    color: white;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    margin-left: -11px;
    margin-right: -11px;
    margin-bottom: -11px;
}

.learning .result {

}

.learning .result-type {
    font-size: 16px;
    color: #333;
}

.learning .result-subject {
    font-size: 24px;
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
    margin-bottom: 15px;
}

.learning .result-time {
    color: #333;
}

.learning .result-status {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.learning .result-value-label {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}

.learning .result-value {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.learning-calendar {

}

.learning-calendar-header:after {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.learning-calendar-header .btn {
    float: left;
}

.learning-calendar-control {
    text-align: center;
    margin: 0 240px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.learning-calendar-control > div,
.learning-calendar-control > div > div {
    display: inline-block;
}

.learning-calendar-control .control-next:after {
    content: '\f105';
    font-family: FontAwesome;
    color: rgba(197, 147, 104, 1);
}

.learning-calendar-control .control-prev:after {
    content: '\f104';
    font-family: FontAwesome;
    color: rgba(197, 147, 104, 1);
}

.learning-calendar-body {
    border-top: 2px solid rgba(127, 80, 56, 1);
}

.learning-calendar-days-of-week {
    background: rgba(242, 242, 242, 1);
    line-height: 38px;
    text-transform: uppercase;
    height: 38px;
}

.learning-calendar-days-of-week .learning-calendar-day {
    float: left;
    width: 14.2857%;
    text-align: right;
    font-weight: bold;
}

.learning-calendar-days {
    background: rgba(243, 233, 225, 1);
}

.learning-calendar-week + .learning-calendar-week {
    border-top: 1px solid rgba(127, 80, 56, 1);
}

.learning-calendar-week:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.learning-calendar-week .learning-calendar-day {
    float: left;
    height: 96px;
    width: 14.2857%;
    position: relative;
    padding: 15px;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-align: right;
    color: rgba(197, 147, 104, 1);
    position: relative;
    border-bottom: 1px solid rgba(127, 80, 56, 1);
    border-right: 1px solid rgba(127, 80, 56, 1);
}

.learning-calendar-week .learning-calendar-day:nth-last-child(7),
.learning-calendar-week .learning-calendar-day:nth-last-child(6),
.learning-calendar-week .learning-calendar-day:nth-last-child(5),
.learning-calendar-week .learning-calendar-day:nth-last-child(4),
.learning-calendar-week .learning-calendar-day:nth-last-child(3),
.learning-calendar-week .learning-calendar-day:nth-last-child(2),
.learning-calendar-week .learning-calendar-day:nth-last-child(1) {
    border-bottom: none;
}

.learning-calendar-week .learning-calendar-day:nth-child(7n) {
    border-right: none;
}

.learning-calendar-events {
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: rgba(197, 147, 104, 1);
    width: 110px;
    left: 50%;
    margin-left: -55px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.learning-calendar-events:before {
    content: 'Событий: ';
}

.learning-calendar-add-event {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    top: 10px;
    left: 10px;
    background: rgba(197, 147, 104, 1);
    width: 32px;
    height: 32px;
    color: white;
    border-radius: 50%;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.35);
    opacity: 0;
}

.learning-calendar-add-event:after {
    content: "+";
    /*    font-family: FontAwesome;*/
    color: white;
    position: absolute;
    top: 3px;
    left: 0;
    width: 32px;
    font-weight: bold;
    font-size: 40px;
}

.learning-calendar-week .learning-calendar-day:hover .learning-calendar-add-event {
    opacity: 1;
    cursor: pointer;
}

.learning-calendar-future .learning-calendar-day,
.learning-calendar-week .learning-calendar-day-current ~ .learning-calendar-day {
    color: rgba(127, 80, 56, 1);
}

.learning-calendar-future .learning-calendar-day .learning-calendar-add-event,
.learning-calendar-future .learning-calendar-day .learning-calendar-events,
.learning-calendar-week .learning-calendar-day-current ~ .learning-calendar-day .learning-calendar-add-event,
.learning-calendar-week .learning-calendar-day-current ~ .learning-calendar-day .learning-calendar-events {
    background: rgba(127, 80, 56, 1);
}

.learning-calendar-week .learning-calendar-day-current,
.learning-calendar-week .learning-calendar-day:nth-child(7n),
.learning-calendar-week .learning-calendar-day:nth-child(7n-1) {
    color: rgb(237, 83, 56);
}

.learning-calendar-week .learning-calendar-day-current .learning-calendar-add-event,
.learning-calendar-week .learning-calendar-day:nth-child(7n) .learning-calendar-add-event,
.learning-calendar-week .learning-calendar-day:nth-child(7n-1) .learning-calendar-add-event,
.learning-calendar-week .learning-calendar-day-current .learning-calendar-events,
.learning-calendar-week .learning-calendar-day:nth-child(7n) .learning-calendar-events,
.learning-calendar-week .learning-calendar-day:nth-child(7n-1) .learning-calendar-events {
    background: rgb(237, 83, 56);
}

.test-start {

}

.test-start-type {
    font-size: 14px;
    color: #333;
}

.test-start-name {
    font-size: 24px;
    font-weight: bold;
    color: rgba(197, 147, 104, 1);
    padding-bottom: 10px;
}

.test-start-description {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.test-start-author {
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

.test-start-author a {
    color: #000 !important;
    font-weight: normal;
    text-decoration: underline;
}

.test-start-author a:hover {
    color: rgb(237, 83, 56) !important;

}

.test-start-line {
    height: 2px;
    background: rgba(197, 147, 104, 1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.test-start-rules {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.test-start-rules-value {
    color: #333;
}

.test-start-rules-value b {
    font-size: 18px;
}

.test-start-event {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px;
    background: rgb(242, 242, 242);
    border-top: 2px solid rgba(197, 147, 104, 1);
    border-bottom: 2px solid rgba(197, 147, 104, 1);
}

.test-start-event .event-description-label,
.test-start-event .event-author-label {
    font-weight: bold;
}

.test-start-event .event-author,
.test-start-event .event-description {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.test-start-event .event-times {
    padding-bottom: 15px;
}

.test-start-event .event-times:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.test-start-event .event-time {
    float: left;
    width: 180px;
}

.test-start-event .event-time-label {
    font-weight: bold;
    color: #333;
}

.test-start-event .event-time-value {
    color: #333;
}

.test-start-event .event-countdown:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.test-start-event .event-countdown-label {
    font-weight: bold;
    color: #333;
    padding-bottom: 7px;
}

.test-start-event .event-countdown-values:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.test-start-event .event-countdown-value {
    float: left;
    margin-right: 5px;
    width: 64px;
}

.test-start-event .event-countdown-value span:not(.event-countdown-value-label) {
    display: block;
    float: left;
    background: rgba(112, 65, 49, 1);
    color: white;
    font-size: 28px;
    width: 31px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin-left: 1px;
}

.test-start-event .event-countdown-value .event-countdown-value-label {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    color: #333;
}

.test-progress {
    margin-top: 15px;
    height: 16px;
    background: rgb(242, 242, 242);
}

.test-progress-inner {
    height: 100%;
    background: rgb(237, 83, 56);
}

.test-progress-label {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.test-start-query {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}

.test-start-answer label {
    color: rgba(197, 147, 104, 1);
    text-decoration: underline;
}

.test-start-answer label input {
    margin-right: 10px;
}

.test-start-answer-list {
    padding-bottom: 20px;
}

.learning-actual-events {
    background: rgba(243, 233, 225, 1);
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.learning-actual-events h3{
    margin-top: 0;
}

.learning-actual-events-item {
    display: flex;
    justify-content: space-between;
}

.learning-actual-events-item-btn {
    width: 250px;
    text-align: right;
}

.learning-actual-events-item-btn .learning-result{
    float: right;
    text-align: right;
}

.learning-actual-events-item-name {
    color: #333;
}

.learning-actual-events-item .learning-actual-events-item-name a{
    color:rgba(197, 147, 104, 1);
    text-decoration: underline;
}

.learning-actual-events-item .learning-actual-events-item-name a:hover{
    color:rgb(237, 83, 56);
    text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.edu-admin-event .mfc-list {
    padding-left: 15px;
}

.edu-admin-event .mfc-list .title {
    padding-bottom: 15px;
    font-weight: bold;
}
.edu-admin-event .mfc-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 10px;
}

.edu-admin-event .mfc-list label {
    font-weight: normal;
}

.edu-admin-event .event2mfc-label label{
    display: inline !important;
    align-items: normal !important;
    min-height: auto !important;
    width: auto !important;
    font-size: 14px;
    float: none !important;
    margin-right: 10px;
    margin-left: 5px;
}



/*--------------------------------------------------------------------------------------------------------------------*/
.gg-clipboard {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 2px
}

.gg-clipboard::after,
.gg-clipboard::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 2px;
    width: 10px;
    left: 2px
}

.gg-clipboard::before {
    border: 2px solid;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: -2px;
    height: 6px
}

.gg-clipboard::after {
    height: 2px;
    background: currentColor;
    box-shadow: 0 -4px 0 0;
    bottom: 2px
}

/*--------------------------------------------------------------------------------------------------------------------*/
.simply-section .simply-word {
}
.simply-section {
    float:left;
}
.simply-days-section {
    display: none;
}.suggestion, .suggestion *{
    word-wrap: break-word;
}
.suggestion-header {
    padding-bottom: 25px;
}

.suggestion-header h1 {
    display: inline;
    margin-right: 15px;
}

.suggestion-header a {
    margin: 0 10px;
    text-decoration: underline;
}

.suggestion-header a.btn-add-suggestion {
    float: right;
    position: relative;
    top: -5px;
    margin-right: 0;
    text-decoration: none;
}

.suggestion-statistic {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 4px solid rgba(243, 233, 225, 1);
    border-bottom: 4px solid rgba(243, 233, 225, 1);
    flex-shrink: 2;
    color: rgb(237, 83, 56);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}

.suggestion-statistic span {
    color: rgba(127, 80, 56, 1);
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 30px;
}

.suggestion h3 {
    color: rgb(237, 83, 56);
    padding-bottom: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.suggestion h3.brown {
    color: rgba(127, 80, 56, 1);
}

.suggestion hr {
    border-top: 4px solid rgba(243, 233, 225, 1);
    margin: 0;
}

.suggestion .filter .btn {
    min-width: 0;
}

.suggestion-form .form-field-container {
    margin-left: 270px;
}

.suggestion-form .form-group label {
    width: 270px;
}

.suggestion-form .form-group.full textarea,
.suggestion-form .form-group.full input {
    width: 639px;
    max-width: 639px;
}

.suggestion-form .form-group input[type=text],
.suggestion-form .form-group select {
    height: 27px;
}

.suggestion .errorSummary {
    padding: 15px;
    border-radius: 5px;
    background: rgba(243, 233, 225, 1);
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -15px;
    width: 571px;
}

.suggestion .errorSummary ul {
    font-weight: normal;
    margin-top: 3px;
    padding-left: 15px;
    font-size: 13px;
    margin-bottom: 0;
}

.suggestion .errorSummary li {
    color: rgb(237, 83, 56);
}

/** ---------- list ------------ */
.suggestion .list-item {
    display: flex;
    padding-bottom: 15px;
    align-items: center;
}

.suggestion .list-item .photo{
    display: block;
}

.suggestion .list .suggestion-description {
    width: 100%;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;

}

.suggestion .list .suggestion-description .suggestion-description-meta-1 {
    flex-basis: 70%;
}

.suggestion .list .suggestion-description .suggestion-description-meta-2 {
    flex-basis: 25%;
    text-align: right;
}

.suggestion .list .suggestion-description .title {
    flex-basis: 100%;
}

.suggestion .list .suggestion-description .category {
    color: rgba(127, 80, 56, 1);
    font-weight: bold;
}

.suggestion .list .suggestion-description .date {
    color: black;
}

.suggestion .list .suggestion-description .fio {
    color: rgba(127, 80, 56, 1);
    font-weight: bold;
}

.suggestion .list .suggestion-description .num {
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
}

.suggestion .list .suggestion-description .status {
    font-weight: bold;
}

.suggestion .status.new,
.suggestion .status.deleted,
.suggestion .status.under_consideration,
.suggestion .status.rejected {
    color: rgb(237, 83, 56);
}

.suggestion .status.done,
.suggestion .status.accepted {
    color: #339966;;
}

.suggestion .status.deferred {
    color: rgb(242, 242, 242);
}

.suggestion .list .suggestion-description .title {
    font-size: 14px !important;
    padding-top: 10px;
}

.suggestion .list .suggestion-description .title a {
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
}

.suggestion-main-list-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.suggestion-main-list {
    display: flex;
    align-items: stretch;
}

.suggestion-main-list .list-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
    background: rgba(242, 242, 242, 1);
    float: none !important;
    padding: 0 !important;
    width: 280px !important;
    flex-basis: 280px !important;
    margin-right: 10px;
    cursor: pointer;
}

.suggestion-main-list .list-item img {
    max-width: 100%;
    display: block;
}

.suggestion-main-list .list-item .suggestion-description {
    font-size: 12px;
    padding: 10px 15px;
}

.suggestion-main-list .list-item .suggestion-description .date {
    color: black;
    font-weight: bold;
}

.suggestion-main-list .list-item .suggestion-description .category {
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
}

.suggestion-main-list .list-item .suggestion-description .fio {
    color: rgba(127, 80, 56, 1);
    font-weight: bold;
}

.suggestion-main-list .list-item .suggestion-description .title a {
    color: rgba(197, 147, 104, 1);
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 250px;
    word-wrap: break-word;
}

.suggestion-main-list-wrapper .bx-wrapper .bx-controls-direction a {
    top: 184px;
    text-indent: 0;
    width: 20px;
    text-align: center;
    background: none;
    color: #333;
    opacity: 0.80;
}

.suggestion-main-list-wrapper .bx-wrapper .bx-controls-direction a:focus,
.suggestion-main-list-wrapper .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
    text-decoration: none;
}

.suggestion-main-list-wrapper .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -30px;
    font-size: 0;

}

.suggestion-main-list-wrapper .bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f053";
    font: normal normal normal 32px/1 FontAwesome;
}

.suggestion-main-list-wrapper .bx-wrapper .bx-controls-direction a.bx-next {
    right: -30px;
    font-size: 0;
}

.suggestion-main-list-wrapper .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f054";
    font: normal normal normal 32px/1 FontAwesome;
}

.suggestion .all-suggestion {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.suggestion .all-suggestion a {
    text-decoration: underline;
    text-transform: uppercase;
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
}

.suggestion-detail {
    border-top: 4px solid rgba(243, 233, 225, 1);
    padding-bottom: 15px;
}

.suggestion-detail:after {
    clear: both;
    display: block;
    width: 100%;
    content: "";
}

.suggestion-detail h1 {
    margin-top: 10px;
}

.suggestion-detail .category {
    font-weight: bold;
    margin-bottom: 15px;
    color: rgba(197, 147, 104, 1);
}

.suggestion-detail .num {
    float: right;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgba(197, 147, 104, 1);
}

.suggestion-detail .fio {
    font-weight: bold;
    color: #333;
}

.suggestion-detail .date {
    font-size: 12px;
    margin-bottom: 15px;
}

.suggestion-detail-left {
    width: 363px;
    float: left;
}

.suggestion-detail-right {
    margin-left: 390px;
}

.suggestion-detail .status-wrapper {
    padding: 20px;
    color: #333;
}

.suggestion-detail .status {
    font-weight: bold;
    font-size: 16px;
}

.suggestion-detail .text {
    font-size: 16px;
    color: #333;
    text-align: justify;
    padding-bottom: 15px;
    word-wrap: break-word;
}

.suggestion-detail .documents-panel {
    background: none;
    padding-left: 0;
    margin-top: 0;
}

.suggestion-detail .mfac-row {
    padding-bottom: 3px !important;
    font-size: 12px;
    flex-basis: 100%;
}

.suggestion-detail .mfacr-docfile:before {
    top: -3px;
}

.suggestion-detail .news-share-block {
    padding-left: 0;
}

.suggestion .comment-title {
    text-transform: uppercase;
    font-size: 16px;
    color: rgb(237, 83, 56);
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

.suggestion form .btn {
    margin: 20px 0 0 0 !important;
    text-align: center;
}

.suggestion .comment-item {
    margin: 0;
    padding: 0 0 20px 25px;
    font-size: 12px;
}

.suggestion .comment-item .date {
    font-size: 12px;
    color: #333;
}

.suggestion .comment-item .date i {
    font-size: 12px;
    color: rgb(237, 83, 56);
    font-style: normal;
}

.suggestion .comment-item .date b {
    font-size: 12px;
    color: rgba(127, 80, 56, 1);
    font-weight: normal;
}

.suggestion .comment-item .text {
    color: #333;
}

.suggestion .comment-item .status {
    font-weight: bold;
    padding-top: 10px;
}

.suggestion .resolution {
    border: 1px solidrgba(127, 80, 56, 1);
    background: rgba(243, 233, 225, 1);
    padding: 20px 25px 10px 25px;
}

.suggestion .resolution-title {
    font-weight: bold;
    padding-bottom: 10px;
}

.suggestion .resolution-text {
    color: #333;
    padding-bottom: 20px;
}

.suggestion .resolution .resolution-attachment {
    font-size: 12px;
}

.suggestion .new-comments {
    color: rgb(237, 83, 56);
}

.suggestion-admin-form {
    border: 1px solidrgba(127, 80, 56, 1);
    background: rgba(243, 233, 225, 1);
    padding: 15px 25px;
}

.suggestion-admin-form-header {
    color: rgba(197, 147, 104, 1);
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.suggestion-admin-form label {
    width: 230px;
}

.suggestion-admin-form fieldset {
    padding: 0;
}

.suggestion-admin-form .form-group select,
.suggestion-admin-form .form-group textarea {
    width: 658px;
    max-width: none;
}

.suggestion-admin-form .form-group textarea {
    height: 80px;
}

.suggestion .comment.new {
    background-color: #dedede;
}

.suggestion .comment .actions span {
    cursor: pointer;
}

.suggestion .comment.comment-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

.suggestion .files,
.suggestion-admin-form .files{
    display: flex;
    flex-direction: column;
}

.suggestion .add-file,
.suggestion-admin-form .add-file{
    order: 10000;
    align-self: flex-start;
}

