.auth__left-column{
    padding: 80px 40px;
    min-height: 100vh;
}

.auth__left-column__title{
    margin-bottom: 40px; 
}

.auth__right-column{
    background-image: url('../images/auth-back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    min-height: 100vh;
}

.grid__action-buttons a.btn{
    margin-right: 5px;
}

.detail-view th{
    width: 30%;
}

.field-clients-city .help-block, 
.field-clients-address .help-block{
    margin-top: -23px;
}

.control-buttons{
    padding-top: 50px;
}

.modules-list, .branches-list{
    margin-bottom: 0;
}

.contact-card-body{
    padding: 30px 20px 60px;
    position: relative;
}

.add-contact-card-body .mdi{
    font-size: 40px;
    font-weight: 300;
}

.buttons-row{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    margin-bottom: 10px;
}

#map{
    min-width: 100vh;
    min-height: 90vh;
    box-shadow: 0px 0px 5px 0px #BDC3C7;
}

.row-test_period{
    margin-top: -10px;
    margin-bottom: 10px;
}

.field-interactions-complete{
    margin-top: -20px;
}

.contact-position{
    font-size: 16px;
}

.client__add-branch .mdi.mdi-plus, .client__delete-branch .mdi.mdi-minus{
    font-size: 30px;
}

.client__add-branch, .client__delete-branch{
    display: inline-block;
    margin-top: 30px;
    margin-left: -10px;
    padding: 0;
}

.statistic-donut{
    width: 100%;
    height: 500px;
}

.status-bordered{
    border-left: 10px solid;
}

.status-border-warning{
    border-left-color: #ffaf00;
}

.status-border-danger{
    border-left-color: #e65251;
}

.status-border-secondary{
    border-left-color: #e5e5e5;
}

.status-border-mountain-medow{
    border-left-color: rgba(27, 188, 155, 1);
}

.status-border-info{
    border-left-color: #8862e0;
}

.status-border-success{
    border-left-color: #00ff80;
}

.status-border-primary{
    border-left-color: #308ee0;
}

.status-border-lynch{
    border-left-color: rgba(0, 0, 0, 1);
}

@media (max-width: 575px){
    .contact-card-body{
        padding-bottom: 90px;
    }
}