.main-menu {
    background-color: #833b0a;
    color: rgba(255,255,255,0.6);
}

.table thead {
    height: 48px;
    background-color: #833b0a;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: .1px;
    color: #fff;
    text-transform: uppercase;
}

.btn-full {
    min-width: 152px;
    height: 40px;
    background-color: #833b0a;
    color: #fff;
    font-weight: 600;
    transition: all 100ms ease;
    border: 1px solid #4b2206;
}
.btn-full:hover{background-color:#ae5011}

.btn--blue-border {
    width: auto;
    padding: 0 16px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 48px;
    border: 1px solid #ae5011;
    color: #ae5011;
    font-weight: 600;
    background-color: #fff;
}

.btn--blue-border:hover{border-color:#ae5011;background-color:#ae5011!important;color:#fff}


@media screen and (max-width: 899px)
.header .header__mobile {
    display: -ms-flexbox;
    display: flex;
    background-color: #833b0a;
    z-index: 1;
}

.header .user__ava {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #833b0a;
    color: #fff;
}

.header .icon {
    fill: #833b0a;
}

.header .user__name p span {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #833b0a;
}

.ticket__body_block .block--timer {
    height: 48px;
    background-color: #444444;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#submit-as-div .label {
    background-color: #833b0a;
    border-radius: 0 2px 2px 0;
}
#submit-as-div .label span {
    border: 1px solid #833b0a;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400!important;
    border-radius: 2px 0 0 2px;
    min-width: 152px;
    height: 40px;
    background-color: #dddddd;
    color: #002d73;
    font-weight: 600;
    transition: all 100ms ease;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    padding: 0;
    margin-left: 0;
}
.btn-border {
    min-width: 152px;
    height: 40px;
    border: 1px solid #833b0a;
    color: #002d73;
    padding: 0;
    background-color: #dddddd;
}

.ticket__body_block .block--uploads a {
    color: #833b0a;
    transition: all 100ms ease;
}

.ticket__params .params--bar a {
    width: 48px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
    color: #833b0a;
}

.ticket__params .params--bar a svg {
    width: 16px;
    height: 16px;
    fill: #833b0a;
    margin-right: 10px;
}

.ticket__body_block .block--message textarea {
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    min-height: 180px;
    background: #f6f6f6;
    padding: 8px 12px;
    font-family: "Lato",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.375;
    letter-spacing: .1px;
    resize: vertical;
    transition: none;
    border: 1px solid #833b0a;
}
@media screen and (max-width: 899px)
.header .header__mobile {
    display: flex;
    background-color: #833b0a;
    z-index: 1;
}