body {
    background-color: #e1e2e4;
}
.container  > .content {
    background-color: #e1e2e4;
}
.inner-content {
    width: 960px;
    margin: 0 auto;
    min-height: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
form .content {
    background-color: #fff;
}
h1{
    margin-bottom: 20px;
    text-align: center;
}
.sub-title {
    font-style: italic;
    color: #969696;
    text-align: center;
}
.fieldcell {
    padding: 10px 0px;
}
.placelabel input {
    width: 100%;
}
.requisites, .recipient {
    max-width: 500px;
    margin: auto;
}
.btn.blue {
    padding: 10px 30px;
    float: right;
    font-size: 1.2em;
}
.btn.blue:disabled {
    cursor: default;
    background-color: #cccccc;
}
.hide {
    display: none;
}

.btn.loader img {
    display: none;
    vertical-align: middle;
    margin-left: 15px;
}
.btn.loader.active img {
    display: inline;
}
.loading {
    position: relative;
}
.loading .loader {
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    z-index: 10;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%,-50%);
}
.loading .loader i {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    margin: 40%;
    background-color: #ccc;
    border-radius: 50%;
}
.loading .loader i:first-of-type {
    top: 0px;
    left: 0px;
    animation: loader 2s infinite;
}
.loading .loader i:nth-child(2) {
    bottom: 0px;
    left: 0px;
    animation: loader 2s 0.4s infinite;
}
.loading .loader i:nth-child(3) {
    top: 0px;
    right: 0px;
    animation: loader 2s 0.2s infinite;
}
.loading .loader i:last-of-type {
    bottom: 0px;
    right: 0px;
    animation: loader 2s 0.6s infinite;
}

.loading .loader i.green {
    background-color: #5cbb56;
}
.loading .loader i.blue {
    background-color: #3c8237;
}
.loading .loader i.orange {
    background-color: #f5d419;
}
@keyframes loader {
    0% {
        width: 0px;
        height: 0px;
        margin: 40%;
    }
    60% {
        width: 40%;
        height: 40%;
        margin: 0%;
    }
    65% {
        width: 40%;
        height: 40%;
        margin: 0%;
    }
}
.loading .content {
    position: relative;
    filter: blur(2px);
}
.loading .content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    content: '';
}
.hint-wrap {
    position: absolute;
    top: 9px;
    right: 2px;
}
.hint {
    position: relative;
    padding: 10px;
}
.hint:hover {
    cursor: pointer;
}
.hint:hover .hint_btn {
    color: #f59d15;
}
.hint_btn {
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 2px solid #d8dad9;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 900;
    color: #0c5ea3;
}
.hint + .notice {
    display: none;
    position: absolute;
    bottom: 46px;
    right: -10px;
    width: 305px;
    padding: 5px 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 1rem;
    border: 1px solid #ccc;
    color: #808080;
    line-height: 18px;
    font-family: 'corpid_e1s_scd_light';
    z-index: 5;
    -webkit-box-shadow: 0px 7px 20px -8px rgba(0, 0, 0, 0.28)    ;
    -moz-box-shadow: 0px 7px 20px -8px rgba(0, 0, 0, 0.28)    ;
    box-shadow: 0px 7px 20px -8px rgba(0, 0, 0, 0.28)    ;
}

.hint + .notice p {
    font-size: .9rem;
    line-height: 18px;
    margin-bottom: 10px;
}
.hint + .notice ol {
    list-style-position: inside;
    font-size: .9rem;
    line-height: 18px;
}
.hint + .notice::before {
    content: '';
    display: block;
    width: 1px;
    border: 11px solid #c8cccf;
    border-color: #c8cccf transparent transparent transparent;
    position: absolute;
    bottom: -22px;
    right: 20px;
}

.hint + .notice::after {
    content: '';
    display: block;
    width: 1px;
    border: 10px solid #fff;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    right: 21px;
}
.hint:hover + .notice {
    display: block;
}
.hint + .notice:hover {
    display: block;
    cursor: pointer;
}
.sum-currency {
    position: absolute;
    top: 10px;
    right: -35px;
    color: #969696;
}

.transfer .overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.transfer .overlay .dialog {
    border: 1px solid #C7CBCC;
    border-radius: 4px;
    background-color: #F6F6F6;
    max-width: 480px;
    margin: 15% auto 0%;
    padding: 20px;
    box-sizing: border-box;
}
.transfer .overlay .dialog h1 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.transfer .overlay .dialog .l-product_hr {
    margin-bottom: 20px;
}
.transfer .overlay .dialog .actions,
.transfer .success-actions {
    text-align: center;
}
.transfer .overlay .dialog .btn.blue,
.transfer .success-actions .btn.blue {
    width: auto;
}
.transfer .overlay .dialog p.sub-title {
    font-size: 18px;
    margin: 30px 0px;
}
.overlay .btn.blue {
    float: none;
    background-color: #309444;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
}
.overlay .btn.blue:hover {
    cursor: pointer;
    background-color: #3c8237;
}
.gray {
    color: #777;
}
.hr-gray {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    margin: 10px 0px;
}
.dtable .col {
    float: left;
    width: 50%;
}
.dtable .row {
    padding: 10px;
    
}
.dtable .row:nth-child(2n) {
    background: #ededed;
    
}
.dtable .row::after,.success-actions::after {
    content:'';
    display: block;
    clear: both;
}