/* bills */
.more1, .more2 {
    display: none;
}
.cost-document {
    border:1px rgba(216, 216, 216, 0.5) solid;
}
input[type=checkbox] + label.for-payment {
    color:#8190B8;
}
@media screen and (min-width: 768px) {
    input.ml-fix {
        margin-left: -10px;
    }
}
/* loader */
.modal-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('/images/loader.gif')
    50% 50%
    no-repeat;
}

body.loading .modal-loading {
    overflow: hidden;
}

body.loading .modal-loading {
    display: block;
}

.nw {
    white-space: nowrap;
}

.login-error {
    text-align: center;
    color: rgba( 255, 255, 255, .8 );
}

div.enter__input#errors {
    margin-bottom: 5px;
}

.check-list__right table tr td {
    font-size: 14px;
}
