@font-face {
    font-family: 'Din';
    src: url('fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url('fonts/D-DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Varela';
    src: url('fonts/VarelaRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




* {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}

    *:focus {
        outline: none;
    }

a {
    cursor: pointer;
}

a, span, article, header, footer, h1, h2, h3, h4, h5, h6, img, svg, nav {
    outline: none;
    transition: all 0.3s ease;
}

strong {
    font-weight: bold;
}

html {
    overflow-x: hidden;
    width: 100%;
}

html, body {
    height: 100%;
}

body {
    background: #fff;
    color: #747f8a;
    font-family: 'Varela';
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding-top: 72px;
    padding-left: 250px;
}

    body.dashboard {
    }

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: inherit;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

span {
    font-weight: inherit;
}

img {
    height: auto;
    margin-bottom: -7px;
    max-width: 100%;
}

p {
    margin: 0;
}

input,
textarea,
select,
button,
.dataTables_length select,
.dataTables_filter input {
    background: transparent;
    border: 2px solid #dfe6ea;
    border-radius: 8px;
    color: #747f8a;
    display: block;
    font-weight: 600;
    height: 40px;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 2;
}

    input:focus,
    textarea:focus,
    select:focus,
    .dataTables_length select:focus,
    .dataTables_filter input:focus,
    .selectize-input.focus {
        border-color: #b5d7ea;
        box-shadow: 0 0 12px rgba(180, 215, 234, 0.4);
    }

    input:disabled,
    textarea:disabled,
    select:disabled,
    .dataTables_length select:disabled,
    .dataTables_filter input:disabled,
    .selectize-input.focus {
        color: #a4aeb7;
        background-color:#e7eef1;   
    }

.form select, .dataTables_length select {
    height: 43px;
}

label {
    display: block;
    line-height: 1.2em;
    margin-bottom: 4px;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
}

input[type="submit"], button {
    border: none;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    height: 120px;
}

.table__wrapper {
    width: 100%;
    overflow-x: auto;
}

table.table {
    border-top: none;
    border-radius: 3px;
    border-spacing: 0;
    box-sizing: border-box;
    display: table;
    overflow-x: auto;
    padding: 0;
    max-width: 100%;
    width: 100% !important;
}

    table.table th {
        box-sizing: border-box;
        padding: 14px 16px !important;
        text-align: left;
    }

    table.table td {
        box-sizing: border-box;
        padding: 12px 16px !important;
        text-align: left;
    }

    table.table td {
        border-top: 2px solid #dfe6ea;
        line-height: 1.3em;
    }

    table.table tr:first-child td {
        border-top: none;
    }

table.table_center th, table.table_center td {
    text-align: center;
}

table.table th {
    background: #e7eef1;
    font-weight: 600;
    line-height: 1.2em;
    min-width: 120px;
    overflow: hidden;
}

    table.table th:first-child {
        border-radius: 6px 0 0 0;
    }

    table.table th:last-child {
        border-radius: 0 6px 0 0;
    }

table.table tr {
    position: relative;
}

table.table thead {
    border: 1px solid #ced6db;
}

table.table.table.table tbody {
    border: 1px solid #ced6db;
    border-top: none;
}

.dataTables_length label,
.dataTables_filter label {
    align-items: center;
    display: flex;
}

.dataTables_length select {
    margin: 0 10px;
    padding: 6px;
}

.dataTables_wrapper .ui-toolbar {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin: 10px 0;
}

.dataTables_wrapper .ui-toolbar {
}

.dataTables_filter input {
    margin-left: 4px;
    padding: 6px 8px;
}

.dataTables_paginate,
.dataTables_paginate span {
    display: flex;
}

    .dataTables_paginate a {
        border: 2px solid #e7eef1;
        border-radius: 8px;
        cursor: pointer;
        display: block;
        margin-left: 4px;
        padding: 6px 12px;
    }

        .dataTables_paginate a:hover {
            background: #e7eef1;
        }

        .dataTables_paginate a.ui-state-disabled {
            background: #747f8a;
            border: 2px solid #747f8a;
            color: #fff;
            pointer-events: none;
        }


::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
}

:-ms-input-placeholder {
    color: inherit;
}

:-moz-placeholder {
    color: inherit;
}





.button {
    background: #747f8a;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: block;
    padding: 0.4em 0.6em;
    text-align: center;
    width: 100%;
}

.main_button {
    background: #96CC78;
}

    .main_button:hover {
        background: #77b157;
    }

.resend_button {
    background: #2098d5;
}

    .resend_button:hover {
        background: #1b81b5;
    }

.ghost_button {
    background: transparent;
    border: 2px solid #2098d5;
    color: #2098d5;
}

    .ghost_button:hover {
        background: #2098d5;
        color: #fff;
    }

option:disabled{
    color:#a4aeb7
}




.main_row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}





.site_header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.site_header__content {
    background: #e7eef1;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
}

.logo {
    background: #fff;
    box-shadow: 0 0 10px rgba(221, 230, 234, 0.5);
    padding: 20px 25px 21px;
    text-align: center;
    width: 250px;
}

    .logo img {
        text-align: center;
        width: 180px;
    }

.site_header__main {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 16px 30px 16px 0;
}

.main_title {
    font-size: 1.72em;
    line-height: 1.3em;
    padding-left: 30px;
}

.user_area,
.user_area__main {
    align-items: center;
    display: flex;
}

    .user_area__main img {
        margin-left: 10px;
        width: 32px;
    }

.user_area__logout {
    align-items: center;
    border: 2px solid #2098d5;
    border-radius: 100px;
    color: #2098d5;
    display: flex;
    margin-right: 10px;
    padding: 4px 10px;
}

    .user_area__logout svg {
        margin-right: 6px;
    }

    .user_area__logout:hover {
        background: #2098d5;
        color: #fff;
    }

        .user_area__logout:hover svg {
            fill: #fff;
        }

        .user_area__logout:hover span {
            color: #fff;
        }




.site_nav {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 50px rgba(221, 230, 234, 1);
    position: fixed;
    top: 65px;
    width: 250px;
    z-index: 1;
}

.site_nav__list {
}

    .site_nav__list > li > a {
        align-items: center;
        border-left: 4px solid transparent;
        display: flex;
        padding: 8px 25px;
    }

    .site_nav__list > .site_nav__item {
    }

        .site_nav__list > .site_nav__item:first-child {
            border-top: none;
        }

.site_nav__item a svg {
    margin-right: 5px;
}

.site_nav__item:hover > a span {
    color: #96CC78;
}

.site_nav__item.active > a span {
    color: #fff;
}

.site_nav__item:hover > a svg,
.site_nav__item.active > a svg {
    fill: #2098d5;
}

.site_nav__list > .site_nav__item.active > a {
    background: #2098d5;
    border-left: 4px solid #2098d5;
}

.site_nav__subnav {
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 20px rgba(221, 230, 234, 1);
    max-width: 180px;
    opacity: 0;
    padding: 8px 20px;
    position: absolute;
    transition: all 0.3s ease;
    visibility: hidden;
}

    .site_nav__subnav .site_nav__item a {
        display: block;
        line-height: 1.3em;
        padding: 6px 0;
    }

    .site_nav__subnav .site_nav__item:hover a,
    .site_nav__subnav .site_nav__item.active a {
        color: #2098d5;
    }

.site_nav__item:hover .site_nav__subnav {
    opacity: 1;
    visibility: visible;
}




.sidebar {
    bottom: 0;
    left: 0;
    overflow-y: auto;
    padding: 162px 25px 25px;
    position: fixed;
    top: 0;
    width: 250px;
}

.widget {
    margin-bottom: 30px;
}

.widget__title {
    align-items: center;
    color: #2098d5;
    display: flex;
    font-size: 1.14em;
    line-height: 1.4em;
    margin-bottom: 10px;
}

.widget__title__line {
    background: #2098d5;
    border-radius: 2px;
    flex: 1;
    height: 2px;
    margin-left: 6px;
}

.form__item {
    margin-bottom: 10px;
}








.wrapper {
    min-height: 100%;
    padding: 30px;
    position: relative;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}


.card {
    flex: 1;
    padding: 10px;
    max-width: 100%;
}

.card__wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(221, 230, 234, 1);
    height: 100%;
}

.card__header {
    border-bottom: 2px solid #dfe6ea;
    font-size: 1.4em;
    line-height: 1.2em;
    padding: 16px 25px;
}

.card__content {
    padding: 25px;
}

.separator {
    clear: both;
    height: 0;
    flex: 0 0 100%;
}




.card__content__cols {
    display: flex;
}

.card__col {
    flex: 1;
}

    .card__col:last-child {
        margin-left: 40px;
    }

.card__subtitle {
    font-size: 1.72em;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.pies, .bar {
    text-align: center;
}

    .pies img {
        width: 600px;
    }

    .bar img {
        width: 1500px;
    }




.flex_full {
    flex: 0 0 100%;
}

.flex_50 {
    flex: 0 0 50%;
}

.flex_33 {
    flex: 0 0 33.33%;
}

.flex_25 {
    flex: 0 0 25%;
}

.flex_20 {
    flex: 0 0 20%;
}



.be_checkbox,
.be_radio {
    display: flex;
    align-items: flex-start;
}

.be_checkbox_input,
.be_radio_input {
    display: none !important;
}

.be_checkbox_label,
.be_radio_label {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1;
    margin-right: 4px;
}

.be_radio_label {
    flex: initial;
    margin-right: 20px;
}

    .be_checkbox_label:last-child,
    .be_radio_label:last-child {
        margin-right: 0;
    }

.be_checkbox_label:before {
    flex: 0 0 16px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid #dfe6ea;
    border-radius: 6px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: #fff;
}

.be_radio_label:before {
    flex: 0 0 16px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: #d5dee3;
}

.be_checkbox input[type=checkbox]:checked + label:before {
    content: "✓";
    color: #fff;
    border-color: #2098d5;
    background-color: #2098d5;
}

.be_radio input[type=radio]:checked + label:before {
    background-color: #2098d5;
}

.be_radio input[type=radio]:checked + label {
    background: transparent;
}





.card__filter {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.card__filter__title {
    font-size: 1.25em;
    margin-bottom: 10px;
}

.card__filter__content {
    flex: 4;
    width: 100%;
}

.card__filter__list {
    align-items: center;
    display: flex;
    width: 100%;
}

.card__filter__item {
    flex: 1;
    margin-right: 10px;
}

.card__filter .button {
    align-items: center;
    display: flex;
    flex: 1;
    height: 40px;
    justify-content: center;
    margin-left: 30px;
    width: auto;
}





.actions_buttons {
    display: flex;
    font-size: 12px;
}

    .actions_buttons button {
        height: auto;
        margin-left: 4px;
        text-transform: uppercase;
    }





.export {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-top: 30px;
    max-width: 320px;
}

    .export span {
    }

    .export a {
        flex: 1;
        margin-left: 10px;
        width: auto;
    }





.card__register__list {
    display: flex;
    flex-wrap: wrap;
}

.card__register__item {
    flex: 1;
}

    .card__register__item:nth-child(2) {
        margin-left: 20px;
    }

.cri__full {
    margin: 20px 0 0;
    flex: 0 0 100%;
}

.indicator_list {
    display: flex;
    flex-wrap: wrap;
    width: 102%;
}

    .indicator_list li {
        align-items: center;
        display: flex;
        flex: 0 0 48%;
        margin-bottom: 10px;
        margin-right: 2%;
    }

        .indicator_list li span {
            flex: 1;
        }

            .indicator_list li span:first-child {
                flex: 2;
            }

        .indicator_list li input {
            margin: 0 10px;
            flex: 0 0 80px;
        }





.icon_filter,
.icon_nav {
    display: none;
}





.modal {
    align-items: center;
    background: rgba(0,0,0,0.8);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}

    .modal.open_modal {
        opacity: 1;
        visibility: visible;
    }

.modal__content {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    width: 1020px;
}

.modal__title {
    align-items: center;
    display: flex;
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

    .modal__title:after {
        background: #2098d5;
        border-radius: 2px;
        content: '';
        display: block;
        height: 2px;
        margin-left: 10px;
        margin-right: auto;
        width: 100%;
    }

.modal__close {
    align-items: center;
    background: #f00;
    border-radius: 20px;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 40px;
}





.historial__item {
    border-bottom: 2px solid #dfe6ea;
    padding: 10px 0;
}







.form__section {
    border-bottom: 2px solid #dfe6ea;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.form__title {
    color: #2098d5;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 20px;
}


.form__list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.form__item {
    flex: 1;
    padding: 5px 10px 10px;
    position: relative;
}

    .form__item input,
    .form__item select {
    }

    .form__item.inactive {
    }

.main_separator {
    border-top: 1px solid #E4EBEE;
    height: 1px;
    display: block;
    margin: 20px 10px;
    width: 100%;
}

.form__label {
    border-right: none;
    margin-bottom: 4px;
}

.fi__textarea {
    display: block;
}

    .fi__textarea .form__label {
        background: transparent;
        border: none;
        border-right: none;
        border-radius: 0;
        display: block;
        padding: 0 0 6px;
    }

.form__label__short {
    flex: 0 0 90px;
}

.selectize-input {
    background: #fff;
    border: 1px solid #cad4d9;
    border-radius: 3px;
    display: block;
    padding: 8px 24px 7px 16px;
    position: relative;
    width: 100%;
}

    .selectize-input .item {
        display: inline-block;
        font-weight: 600;
        height: 26px;
        line-height: 26px;
    }

    .selectize-input:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 3px 0 3px;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        right: 7px;
        top: 18px;
    }

    .selectize-input > input {
        display: inline-block !important;
        padding: 0 !important;
        height: 26px !important;
        width: 50% !important;
        margin: 0 1px !important;
        text-indent: 0 !important;
        border: 0 none !important;
        background: none !important;
        line-height: inherit !important;
        -webkit-user-select: auto !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        opacity: 0.4;
    }

.selectize-control.multi .selectize-input > div {
    background: #5a6773;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 2px 0;
    padding: 2px 8px;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #dfe6ec;
    border-radius: 3px;
    background: #fff;
    margin: 3px 0 0 0;
    padding: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
}

.selectize-dropdown [data-selectable.table].option {
    opacity: 1;
}

.selectize-dropdown .option {
    cursor: pointer;
    padding: 4px 8px;
}

    .selectize-dropdown .option:hover {
        background: #ebf1f4;
    }




.fi__group {
    border: 1px solid #cad4d9;
    border-radius: 4px;
    display: flex;
    padding: 4px 4px 4px 10px;
}

    .fi__group div {
        flex: 0 0 50%;
    }



.report_status {
    border: 2px solid #dfe6ea;
    border-radius: 8px;
    font-size: 1.2em;
    padding: 12px 16px;
    display: flex;
}

.report_status__label{
    margin-bottom: 0;
}

.report_status__status {
    font-weight: bold;
}

    .report_status__status.finished {
        color: #0078c8;
    }


.report_status__status.active {
    color: #00b446; 
}



    .main_buttons {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .main_buttons .button {
        max-width: 150px;
    }


.action_buttons {
    display: flex;
}

    .action_buttons .button {
        flex: 0 0 10px;
        margin-left: 4px;
        padding: 2px 8px;
    }





.alert {
    align-items: center;
    background: #747f8a;
    border-radius: 5px;
    color: #fff;
    display: flex;
    line-height: 1.2em;
    opacity: 0;
    padding: 12px 20px;
    position: fixed;
    right: 10px;
    top: 10px;
    visibility: hidden;
    z-index: 99999;
}

.alert__icon {
    margin-right: 8px;
}

.alert__active {
    opacity: 1;
    visibility: visible;
}

.alert__success {
    background: #00c800;
}

.alert__error {
    background: #ff3232;
}




/* COPIARRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR*/

.template {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.template__list {
    align-items: flex-start;
    background: #e7eef1;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 10px;
    width: 102%;
}

    .template__list:last-child {
        /*margin-left: 25px;*/
    }

.template__item {
    background: #fff;
    border-radius: 6px;
    cursor: move;
    flex: 0 0 23%;
    margin-right: 2%;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    text-align: center;
}

.template__image {
    background: #000;
    position: relative;
}

.template__image__edit {
    left: 10px;
    position: absolute;
    top: 10px;
}

.template__image:hover .template__image__edit {
    opacity: 1;
}

#sortable2 .template__data {
    display: none;
}

#sortable1 .template__data {
    display: block;
}

.template__data input {
    border-radius: 4px;
    height: auto;
    margin: 10px 0 6px;
    padding: 4px 10px;
}

.template__data textarea {
    height: 80px;
    margin-bottom: 10px;
}

.template__close {
    align-items: center;
    background: #f00;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    justify-content: center;
    height: 32px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 32px;
    z-index: 10;
}

.button_file {
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: auto;
    padding: 0;
    width: 180px;
}

    .button_file::-webkit-file-upload-button {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .button_file::before {
        content: 'Add Picture';
        background: transparent;
        border: 2px solid #2098d5;
        border-radius: 10px;
        color: #2098d5;
        cursor: pointer;
        display: block;
        padding: 0.8em 1.5em;
        text-align: center;
        width: auto;
    }

.button_file_edit {
    border: none;
    border-radius: 0;
    cursor: pointer;
    height: auto;
    padding: 0;
    width: 100px;
}

    .button_file_edit::-webkit-file-upload-button {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .button_file_edit::before {
        content: 'Edit Picture';
        background: #2098d5;
        border: 2px solid #2098d5;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        display: block;
        padding: 0.4em 0.5em;
        text-align: center;
        width: auto;
    }


.be_checkbox,
.be_radio {
    display: flex;
    align-items: center;
}

.card__filter .be_radio,
.card__register .be_radio {
    min-height: 40px;
}

.be_checkbox_input,
.be_radio_input {
    display: none !important;
}

.be_checkbox_label,
.be_radio_label {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-right: 4px;
}

    .be_checkbox_label:last-child,
    .be_radio_label:last-child {
        margin-right: 0;
    }

.be_radio_label {
    margin-right: 18px;
}

.be_checkbox_label:before {
    flex: 0 0 16px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid #dfe6ea;
    border-radius: 6px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: #fff;
}

.be_radio_label:before {
    flex: 0 0 16px;
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 8px;
    margin-right: 6px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-color: #d5dee3;
}

.be_checkbox input[type=checkbox]:checked + label:before {
    content: "✓";
    color: #fff;
    border-color: #2098d5;
    background-color: #2098d5;
}

.be_radio input[type=radio]:checked + label:before {
    background-color: #2098d5;
}

.be_radio input[type=radio]:checked + label {
    background: transparent;
}





.site_footer{
    padding: 10px 30px 30px;
    text-align: right;
}

.site_footer__logo{
    display: inline-block;
    width: 180px;
}


table.dataTable, table.dataTable th, table.dataTable td {
    /* box-sizing: content-box; */
    box-sizing: border-box !important;
}



/* FIN COPIAR */
@media screen and (max-width: 1400px) {
    .template__list {
    }

    .template__item {
        flex: 0 0 48%;
    }
}


@media screen and (max-width: 1279px) {

    .logo {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0 25px;
        width: auto;
    }

        .logo img {
            width: 150px;
        }

    .site_header__icons {
        display: flex;
        margin-right: 10px;
    }

    body {
        padding-left: 0;
        transition: all 0.3s ease;
        width: 100%;
    }

        body:before {
            background: rgba(0,0,0,0.8);
            content: '';
            height: 100%;
            left: 0;
            opacity: 0;
            position: fixed;
            visibility: hidden;
            top: 0;
            transition: all 0.3s ease;
            width: 100%;
            z-index: 9;
        }

        body.open_filters:before {
            opacity: 1;
            visibility: visible;
        }

    .modal__content {
        width: 80%;
    }
}


@media screen and (max-width: 1279px) {

    body {
    }

    .logo {
        background: transparent;
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 0 25px;
        width: auto;
    }

    .site_header__main {
        flex-direction: row-reverse;
    }

    .main_title {
        display: none;
    }

    .icon_filter {
        margin-right: 5px;
    }

    .icon_nav {
        background: #2098d5;
        border-radius: 10px;
        align-items: center;
        cursor: pointer;
        display: flex;
        height: 32px;
        justify-content: center;
        width: 32px;
    }

    .site_nav {
        box-shadow: none;
        left: -250px;
    }

    .site_nav__list {
        display: block;
        padding: 0;
    }

        .site_nav__list > .site_nav__item {
            margin-right: 0;
        }

            .site_nav__list > .site_nav__item:first-child {
                border-top: none;
            }

            .site_nav__list > .site_nav__item > a {
                padding: 12px 25px;
            }

    .open_nav .site_nav {
        left: 0;
    }

    .site_nav__subnav {
        border-radius: 0;
        box-shadow: none;
        margin-top: -10px;
        max-width: 100%;
        opacity: 1;
        padding: 0 20px 8px;
        position: relative;
        visibility: visible;
    }

        .site_nav__subnav .site_nav__item a {
            display: block;
            line-height: 1.3em;
            padding: 6px 0;
        }

        .site_nav__subnav .site_nav__item:hover a {
            color: #2098d5;
        }

    .site_nav__item:hover .site_nav__subnav {
        opacity: 1;
        visibility: visible;
    }

    table.table {
        display: block;
        overflow-x: auto;
    }

    .card__filter {
        display: block;
    }

        .card__filter .button {
            margin: 20px 0 0;
        }

    body.open_nav:before {
        opacity: 1;
        visibility: visible;
    }
}


@media screen and (max-width: 767px) {

    body {
        padding-top: 62px;
    }

    .logo {
        justify-content: space-between;
        padding: 15px 20px;
        width: 100%;
    }

        .logo img {
            width: 120px;
        }

    .site_header__main {
        padding: 15px 20px 15px 0;
    }

    .site_header__main {
        display: none;
    }

    .site_nav {
        top: 62px;
    }

    .sidebar {
        padding-top: 82px;
        width: 240px;
    }

    .wrapper {
        padding: 20px;
    }

    .card__header {
        padding: 10px 15px;
    }

    .card__content {
        padding: 15px;
    }

    .card__subtitle {
        font-size: 1.3em;
    }

    .card__content__cols {
        display: block;
    }

    .card__col:last-child {
        margin: 20px 0 0;
    }

    .cards {
        display: block;
    }

    .card__filter__list,
    .card__register__list {
        display: block;
    }

    .card__filter__item {
        margin: 0 0 10px 0;
    }

    .card__register__item:nth-child(2) {
        margin: 10px 0 0;
    }

    .dataTables_wrapper .ui-toolbar,
    .dataTables_paginate {
        display: block;
    }

        .dataTables_paginate * {
            display: inline-block !important;
            vertical-align: middle;
        }

    .be_checkbox, .be_radio {
        display: block;
    }

    .be_checkbox_label, .be_radio_label {
        margin: 0 0 4px 0;
    }

    .indicator_list {
        display: block;
        width: 100%;
    }

    .modal {
        display: block;
        padding: 30px;
    }

    .modal__content {
        width: 100%;
    }

    .card {
        min-width: 100%;
    }

    .form__item {
        min-width: 100%;
    }

    .template__list {
        display: block;
        min-height: 180px;
        width: 100%;
    }

    .template__item {
        margin-right: 0;
    }
}



@media screen and (max-width: 639px) {

    .template {
        display: block;
    }

    .template__list:last-child {
        margin-top: 20px;
        margin-left: 0;
    }
}


















body.login {
    background: #e7eef1;
    margin: 0;
    padding: 0;
}


.login__wrapper {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
}

.login__logo {
    text-align: center;
}

    .login__logo img {
        width: 240px;
    }


#logo .logo__01 {
    fill: #5678BC;
}

#logo .logo__02 {
    fill: #E3831F;
}

#logo .logo__03 {
    fill: #F0CA35;
}

#logo .logo__04 {
    fill: #D6376F;
}

#logo .logo__text01 {
    font-family: 'Barlow';
    font-size: 40px;
    font-weight: 800;
}

#logo .logo__text02 {
    font-family: 'Barlow';
    font-size: 10.9px;
    font-weight: 600;
}

.login #logo .logo__text01,
.login #logo .logo__text02 {
    fill: #fff
}

.login__title {
    align-items: center;
    display: flex;
    font-size: 1.71em;
    font-weight: 600;
    justify-content: center;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

.login__title__icon {
    margin-right: 10px;
}




.login__form {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    width: 420px;
    padding: 40px;
    position: relative;
}

.login__form__title {
    font-size: 1.7em;
    line-height: 1em;
    margin: 30px 0;
    text-align: center;
}

.login__form__item {
    margin-bottom: 30px;
    position: relative;
}

.login__form__label {
    align-items: center;
    display: flex;
    margin-bottom: 6px;
}

.login__form__label__icon {
    flex: 0 0 16px;
    margin-right: 6px;
}





.login__form__item .login__form__button {
    background: #2098d5;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 1.2em;
    padding: 0 20px;
}

    .login__form__item .login__form__button:hover {
        background: #96CC78;
    }

.login__form__last {
    margin: -10px 0 0;
}

.login__form__forget {
    color: #F0CA35;
    text-decoration: underline;
}

    .login__form__forget:hover {
        text-decoration: none;
    }

.forgot_link{
    margin: 0;
    text-align: center;
}

.forgot_link a {
color: #2098d5;
}

.forgot_link a:hover {
color: #96CC78;
}


    @media screen and (max-width: 1600px) {
        .login__wrapper {
    }
}

@media screen and (max-width: 1279px) {

    .login__wrapper {
        height: auto;
        padding: 40px 0;
    }

    .login__title {
        font-size: 1.4em;
    }

    .login__form {
        padding: 40px;
    }

    .login__form__title {
    }
}

@media screen and (max-width: 767px) {

    .login__title {
        font-size: 1.3em;
    }

    .login__form {
        padding: 30px;
    }

    .login__form__title {
        font-size: 1.6em;
    }

    .login__form__captcha {
        display: block;
    }

    .login__form__captcha__code {
        margin: 0;
    }

    .login__form__captcha li {
        margin-bottom: 10px;
    }
}

.loading {
    align-items: center;
    background: rgb(255,255,255,0.7);
    display: none;

    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.loading.active{
    display: flex;
}


.form__fake_value {
    top: 36px;
    left: 25px;
    position: absolute;
}

.form__input__fake_value {
    padding-left: 25px;
}


.notification {
    font-weight: normal;
    line-height: 1.3em;
    margin-right: 10px;
    position: relative;
}

.notification__icon {
    cursor: pointer;
    position: relative;
}

.notification__counter {
    align-items: center;
    background: #fa3e3e;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 10px;
    height: 14px;
    justify-content: center;
    position: absolute;
    right: -6px;
    top: -6px;
    width: 14px;
}

.notification__list {
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    margin-left: -13px;
    margin-top: 12px;
    opacity: 0;
    position: absolute;
    min-width: 280px;
    visibility: hidden;
}

    .notification__list.open_not {
        opacity: 1;
        visibility: visible;
    }

.notification__title {
    border-bottom: 1px solid #dfe6ea;
    font-weight: bold;
    padding: 6px 16px;
}

.notification__list:before {
    content: '';
    display: block;
    left: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -10px;
}

.notification__list__wrapper {
    background: #fff;
    border-radius: 0 0 5px 5px;
    min-width: 280px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 999999;
}

.notification__item {
    border-bottom: 1px solid #dfe6ea;
}

    .notification__item:last-child {
        border-bottom: none;
    }

.notification__content {
    display: block;
    padding: 10px 16px;
}

    .notification__content:hover {
        background: #f0f6f8;
    }

.notification__date {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    opacity: 0.5;
}



.date_filter {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.date_filter span{
    padding: 0 10px;
}

