/*Message*/

.lh .name {
    float: left;
    text-transform: uppercase;
}

.lh .num {
    float: right;
}

.messageSection .panel-group .panel + .panel {
    margin: 0;
}

.messageSection .panel-group .panel {
    border-radius: 0;
}

.messageSection .panel-default {
    border: none;
    border-bottom: 1px solid #c7c7c7;
}

.messageSection .panel-heading {
    border-radius: 0;
    padding: 0;
}

.messageSection .panel-heading a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 6px;
    position: relative;
}

.messageSection .panel-heading a:before {
    position: absolute;
    background: url("../img/arrow_down_white.svg") 0 0 no-repeat;
    content: "";
    transition: all 400ms;
    display: block;
    width: 18px;
    height: 12px;
    right: 6px;
    top: 15px;
    background-size: cover;
    transform: rotate(0);
}

.messageSection .panel-heading a.collapsed:before {
    transform: rotate(-90deg);
}

.messageSection .panel-default > .panel-heading {
    background-color: #424242;
    border: none;
}

.messageSection .panel-body {
    padding: 0;
}

.messageSection .insideAcc .panel-body {
    padding: 6px;
}

.messageSection .insideAcc .panel-default > .panel-heading {
    background-color: #c7c7c7;
}

.messageSection .insideAcc .panel-default:nth-child(2n) > .panel-heading {
    background-color: #d7d7d7;
}

.messageSection .insideAcc .panel-default {
    border-bottom: none;
}

.messageSection .insideAcc .panel-heading a {
    color: #6B0C17;
}

.messageSection .panel-heading a .name {
    float: left;
}

.messageSection .panel-heading a .time {
    float: right;
}

.messageSection .insideAcc .panel-heading a:before {
    display: none;
}

.messageSection .insideAcc .panel-group {
    margin: 0;
}

.messageSection .insideAcc {
    font-size: 12px;
}

.messageSection .docTypeInfo {
    border-top: 1px solid #000000;
    padding: 10px 0;
}

.messageSection .docTypeInfo .docInputField > span {
    display: inline-block;
    width: 100%;
    float: left;
    line-height: 30px;
}

.messageSection .docTypeInfo .docInputField input {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #c6c6c6;
    font-size: 14px;
    margin: 0 0 10px 0;
    float: right;
    width: 100%;
}

.messageSection .controls {
    text-align: center;
}

.messageSection .controls button {
    min-width: 150px;
}

.messageSection .checkbox-block span {
    font-size: 12px;
}

.messageVidget {
    padding-left: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #a33c33;
    position: fixed;
    right: -10px;
    top: 40%;
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 10;
    background: #a13a31; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #a13a31 0%, #8b2414 50%, #8b2414 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #a13a31 0%, #8b2414 50%, #8b2414 100%);
    background: radial-gradient(ellipse at center, #a13a31 0%, #8b2414 50%, #8b2414 100%);
}

.messageVidget .num {
    font-size: 12px;
    color: #ffffff;
    text-align: right;
    padding-right: 11px;
}

.messageVidget .messageIco {
    background: url("../img/message_gold.svg") 0 0 no-repeat;
    width: 28px;
    height: 20px;
}

.VipMessageWindow .modal-content {
    border-radius: 6px !important;
}

.VipMessageWindow .headTitle {
    font-weight: bold;
    color: #F5C945;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    background: #6B0C17;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}

.goldAccept {
    padding: 0 0 0 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
    background: url("../img/accept_gold.svg") 0 0 no-repeat;
    min-height: 44px;
    background-size: 52px 44px;
}

.VipTitleText {
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}