
html {
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
    padding-bottom: 55px;
    background-color: #f1f1f1;
}

.row .borxhet.tableContainer.row .form-group {
    padding-left: 0px;
    padding-right: 0px;
}


.profileImageDiv{
    padding: 8px 12px;
    background: #777777;
    color: #fff;
    cursor: default;
    display: table;

}
.profileImageDiv label{
    display: block;
    margin-bottom: 0px;
}
.profileImageDiv span{
    font-size: 13px;
}
.profileImageDiv > *{
    cursor: default;
    display: table-cell;
    vertical-align: middle;
}
.profileImageDiv:hover, .profileImageDiv:focus{
    color: #fff;
    background-color: #888;
}

.profileImageDiv img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.nav-universum .nav-item.active{
    font-weight: 600;
    font-size: 18px;
    margin-top: -2px;

}

/*.nav-item:nth-child(2){
    background-color: #999;
    border-radius: 5px;
    padding: 0px 10px;
}*/


.dropdown-menu{
    padding: 0px;
    right: 0px;
    left: auto;
}
.dropdown-menu a{

    padding: 8px 1.5rem;
}


















.main-footer {
    width: 100%;
    /* margin-top: 20px; */
    padding: 15px 0px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 0.4px solid #aaa;
    bottom: 0px;
    z-index: 3;
    text-align: center;
}

.main-footer a {
    color: #ff6600;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #ddd;
}

.shtoKandidatBtn{
    margin-top: 30px;

}

@media only screen and (max-width: 768px) {
    body{
        padding-bottom: 120px;
    }
    .shtoKandidatBtn{
        margin-top: 20px;

    }
}