body {
    /*overflow: hidden !important;*/
}
.main-container {
    background: -webkit-linear-gradient(top, #0784eb, #3528e4);
    background: #0784eb;
    font-family: Lato;
    color: #ffffff;
}

.container {
    max-width: 1400px !important;
}

.fill-viewport {
    min-height: 100vh;
}

.alert {
    margin-bottom: 0px;
}

.app-name {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.63px;
    line-height: 29px;
}

.app-name-line {
    width: 100%;
    height: 4px;
    background-image: linear-gradient(92deg, #7396fd 0%, #8768fc 100%);
}


.row-no-margin {
   margin-left: 0px;
   margin-right: 0px;
}

.btn-status{
    font-size: 16px;
}

.btn-white {
    background-color: #eceef2;
    color: #0071ce;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
}

.btn-white:hover,.btn-white:focus,.btn-white:active{
    color: #0071ce !important;
}

.circle-small {
    width: 73px;
    height: 73px;
    background: url('/static/img/circle-small.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.user-name_block {
    width: 100%;
}

.user-name {
    float: left;
    color: #cfc3fe;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    text-decoration: underline;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    display: none;
}

.logaut-block {
    float: right;
    /*
        font-family: "Rubik - Medium";
        font-family: Rubik;
        font-weight: 500;
    */
}

.logaut-block a{
    color: #ffffff;
}

.logaut-block .icon-logout {
    padding-right: 5px;
}

.logout-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.menu-item {
    font-size: 18px;
    font-weight: 800;
    line-height: 16px;

}

.menu-item_box {
    vertical-align: middle;
    margin-bottom: .75rem;
}

.menu-item {
    vertical-align: middle;
}

.menu-item a.myProfile:hover {
    color: inherit;
    text-decoration: inherit;
}

.menu-item a.myProfile:hover span {
    color: #9bffbc;
}

.menu-item-active a.myProfile {
    font-weight: 800;
    font-size: 18px;
    color: #6aff9b;
}

a.myProfile {
    color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 1px black;
    display: flex;
    align-items: flex-start;
}

a.myProfile span {
    line-height: normal;
}


/*
@media (min-width: 768px) {
    .menu-item {
        font-size: 18px;
        font-weight: 800;
        line-height: 16px;
    }
}
*/
.main-content-wrap {
    width: 100%;
    /*min-height: 320px;*/
    background-color: #fafbfd;
}

.main-content-all {
    color: black;
}

.content-header, .content-header-empty {
    height: 40px;
    border-radius: 4px;
    background-color: #eceef2;
    /*color: #595f66;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.content-header p {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}


.content-header-logist, .content-header-logist p {
    height: 60px;
}

.content-header-empty {
    height: 80px;
}

.content-header-empty a {
    color: red;
    line-height: 40px;
}

.content-line {
    background-color: whitesmoke;
    /*border: 1px solid #0f6674;*/
    border-radius: 4px;
}


#mdb-preloader.loaded {
  opacity: 0;
  transition: .3s ease-in 1s;
}

.error {
  color: #e74c3c;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: center right calc(.375em + 1.1875rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-position: center right calc(.375em + 1.1875rem);
}

body {
    --fa-border-color: #939393;
}

.cursor_pointer {
    cursor: pointer;
}

#edit-current-user .input-group .input-group-prepend:not(.auto_width) {
    width:11rem;
}
#edit-current-user .input-group .input-group-prepend {
    .input-group-text {
        padding: 0.25rem 0.5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
        width:100%;
        justify-content: right;
    }
}

#edit-current-user .input-group .input-group-prepend.pre_login, #edit-current-user .input-group .input-group-prepend.pre_password {
    width: 5rem;
}

#edit-current-user label[for=notify_points] {
    white-space: break-spaces;
    word-break: break-word;
}

#notify_points_chosen  {
    font-size: .875rem;
}
#notify_points_chosen .chosen-choices {
    height: 100% !important;
}

.chosen-container-multi .chosen-choices .search-field {
    width: 100%;
}

.toggle-password {
    cursor: pointer;
}

.not_clickable {
    pointer-events: none;
    color: gray;
}