body,html {
    height: 100%;
}

html {
    position: relative;
}

body {
    background-color: #fafafb;
    font-family: 'Montserrat';
    font-size: 14px;
}

* {
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

::placeholder {
    color: #98a9bc;
    font-size: 14px;
}

h5 {
    font-size: 24px;
    /*line-height: 36px;*/
    letter-spacing: 0.1px;
    color: #171725;
    font-weight: 600;
}
h6 {
    font-size: 18px;
}

#content {
    min-height: 800px;
    margin-top: 40px;
}

.navbar {
    background-color: #fff;
    height: 64px;
}

.footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #fff;
    opacity: 0.65;
}

.nav-item {
    border-left: 2px solid transparent;
}
.nav-item span {
    margin-top: 1px;
    font-size: 14px;
}

.nav-item.active {
    /*background-color: #f8fafb;*/
    border-left: 2px solid #4d7cfe;
}
.nav-item.active a {
    color: #0062ff;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
    color: #171725;
    margin-bottom: 4px;
    height: 54px;
    margin-right: 20px;
}

.nav-link i {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 10px;
}

.nav-link:hover {
    transition: all 0.4s;
}

@media (min-width: 992px) {
    .sidenav {
        position: absolute;
        top: 8px;
        left: 0;
        width: 230px;
        height: calc(100vh - 4rem);
        margin-top: 3.5rem;
        background: #fff;
        box-sizing: border-box;
        border: solid 1px #e8ecef;
        border-top: none;
    }
    .sidenav .nav-link {
        margin-left: 25px;
    }

    .navbar-expand-lg .sidenav {
        flex-direction: column;
    }

    .content-wrapper {
        margin-left: 230px;
        margin-top: 1em;
    }

    .footer {
        width: calc(100% - 230px);
        margin-left: 230px;
    }
}

#searchLi {
    line-height: 55px;
}
#searchLi button {
    border: 0;
    background: transparent;
    color: #778ca2;
    font-size: 14px;
}
#searchLi input {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #778ca2;
}

.nav-second-level {
    margin-left: 24px;
    list-style-type: none;
}

.tableSeco {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #98a9bc;
    display: block;
}

.navBack {
    font-size: 18px;
    color: #778ca2;
}

.navBack button {
    margin-right: 20px;
}






.nav-tabs--vertical {
    border-right: 1px solid #f2f4f6;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
}
.nav-tabs--left {
    margin: 0 15px;
    margin-left: 0;
}
.nav-tabs--left .nav-item + .nav-item {
    border-bottom: 1px solid #f2f4f6;
}
.nav-tabs--left .nav-link {
    -webkit-transition: border-color .125s ease-in;
    transition: border-color .125s ease-in;
    white-space: nowrap;
    margin-bottom: 0;
    border: 0;
    border-radius: unset;
}
.nav-tabs--left .nav-link:hover {
    background-color: #f7f7f7;
}
.nav-tabs--left .nav-link.active {
    background-color: #f8fafb;
    border-right: 2px solid #4d7cfe;
}
.nav-tabs--left .nav-link.active:hover {
    background-color: #fff;
}

.chosen-container-multi {
    width: 100%!important;
}

.modal-body {
    background-color: #f8fafb;
}
.modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 400px;
}


.nav-tabs--left .tableSeco {
    font-size: 12px;
    text-transform: none;
}

#menuCaption {
    display: none!important;
    /*удалить потом мообще*/
}

#menuCaption svg {
    margin-left: 50px;
    margin-right: 24px;
    color: #252631;
}

.nav-pills .nav-link  {
    line-height: 16px;
    padding: 0;
    margin-right: 10px;
    border-bottom: solid 2px transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #778ca2;
    border-bottom: solid 2px #4d7cfe;
    border-radius: 0;
    color: #4d7cfe;
}

.chosen-choices {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: 38px;
    line-height: 38px;
}


.file-drop-zone {
    margin: 0!important;
}
.file-preview {
    padding: 0;
}

.countPlus, .countMinus {
    cursor: pointer;
    display: revert!important;
}

.fileIcons {
    padding-right: 10px;
}

.companySel {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=text], textarea {
    color: #92929d;
    font-size: 14px;
    border-radius: 15px;
    border-color: #dcdcff;
    background-color: #fafafb;
    line-height: 50px;
    height: 50px;
}

button {
    border-radius: 10px!important;
    font-size: 12px!important;
    color: #fafafb;
}

.dgs {
    min-width: 30px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 2px;
}

#prods button, #prods input {
    border: 0;
}


.file-preview .clickable {
    border: 1px dashed #ddd!important;
}
.file-preview .clickable:hover {
    border: 1px dashed #aaa!important;
}

.file-preview-image {
    font-size: 15px;
}

.dataRow {
    font-size: 16px;
}
.dataRow a {
    font-size: 18px;
}

#accLevel {
    border: 0;
    outline: none!important;
    font-weight: bold;
    text-transform: uppercase;
    color: #92929d;
    font-size: 14px;
    margin: 24px 74px 20px 24px;
    width: 80%;
    box-shadow: none;
}

.bgWhite {
    background-color: #ffffff;
}
.bgRadius {
    border-radius: 15px;
}