/* This stylesheet generated by Transfonter (https://transfonter.org) on August 23, 2017 4:44 PM */

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI/SegoeUI-Light.eot');
    src: local('Segoe UI Light'), local('SegoeUI-Light'),
        url('../fonts/SegoeUI/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI/SegoeUI-Light.woff') format('woff'),
        url('../fonts/SegoeUI/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI/SegoeUI-BoldItalic.eot');
    src: local('Segoe UI Bold Italic'), local('SegoeUI-BoldItalic'),
        url('../fonts/SegoeUI/SegoeUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI/SegoeUI-BoldItalic.woff') format('woff'),
        url('../fonts/SegoeUI/SegoeUI-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI/SegoeUI-SemiBold.eot');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
        url('../fonts/SegoeUI/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI/SegoeUI-SemiBold.woff') format('woff'),
        url('../fonts/SegoeUI/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('S../fonts/SegoeUI/egoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'),
        url('../fonts/SegoeUI/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI/SegoeUI.woff') format('woff'),
        url('../fonts/SegoeUI/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
        url('../fonts/SegoeUI/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI/SegoeUI-Bold.woff') format('woff'),
        url('../fonts/SegoeUI/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI/SegoeUI-Italic.eot');
    src: local('Segoe UI Italic'), local('SegoeUI-Italic'),
        url('../fonts/SegoeUI/SegoeUI-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUI/SegoeUI-Italic.woff') format('woff'),
        url('../fonts/SegoeUI/SegoeUI-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}



/*.divider:after, .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}*/


/* Навигации в проекте */

.breadcrumb li.active {
  color: red !important;
}

.comp_logo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

/*Меню в пунктах компаний*/

/* Style the dropdown menu */
.company_dd {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

/*.company_dd span {
    pointer-events: none;
}*/

.company_dd ul {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    width: 100px;
    display: none;
    z-index: 999;
}

.company_dd ul li {
    display: block;
    clear: left;
    float:left;
    color: white;
    background: #8bc;
    cursor: pointer;
}

.company_dd ul li span {
    padding: 3px;
}

.company_dd:hover ul {
    display: block;
}

/* Change the background color of dropdown links on hover */
.company_dd ul li span:hover {
    background-color: #555;
}

.table a {
    padding: 0.25rem 0.5rem;
}

.navigation__link {
    cursor: pointer;
}

.div_active {
    margin: -5px -15px;
    padding: 5px 15px;
    background-color: #E0E7EE;
    /*border: 1px solid lightgray;*/
    border-radius: 8px;
}

.table__setting .table-sidebar__info-popover {
    top: -17px;
}

.table__setting:hover .table-sidebar__info-popover {
    display: block;
}

.new_row {
    position: absolute; margin-left: -35px; cursor: pointer;
}

a.form__label {
    padding: 0;
    width: auto;
    line-height: 1.5em;
    white-space: nowrap;
    text-align: start;
    color: #008CEA;
    border-bottom: 1px dashed #008CEA;
    cursor: pointer;
}

a.form__label:hover {

}

.swal2-html-container {
    white-space: pre-line;
}

.strike {
    text-decoration: line-through;
}

.ui-sortable > div > div > span:first-child:active ~ .cross {
    display: none;
}

.this_section {
    /*-webkit-text-stroke-width: 1px;
    font-weight: bold;*/
    background-color: #e0e7ee;
}

.required {
    border: 1px solid red !important;
}

.modal__custom > div {
    max-width: 320px;
    height: auto;
    padding: 0 16px;
    order-radius: 8px;
}

.modal__custom .swal2-html-container {
    margin: 0;
}

.cross {
    right: 10px;
}

.form__file-name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90px;
}

.auto_name a {
    cursor: pointer;
}
.auto_name_disabled {
    opacity: .3;
}
.auto_name_disabled a {
    cursor: default !important;
}
button.table-sidebar__item {
    text-align: start;
}

.swal2-container .modal__title {
    margin-bottom: 16px !important;
    padding: .8em 1em 0 !important;
    padding-bottom: 8px !important;
    font-size: 15px !important;
}

.swal2-container .modal-form__buttons--mini {
    margin-left: 19px;
    margin-right: 19px;
    padding-top: 16px;
    padding-bottom: 18px;
}