﻿@import url('site.css');
@import url("https://use.fontawesome.com/releases/v5.12.1/css/all.css");

@font-face {
    font-family: 'themify';
    src: url('../fonts/icons/themify/themify.eot?-fvbane');
    src: url('../fonts/icons/themify/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('../fonts/icons/themify/themify.woff?-fvbane') format('woff'), url('../fonts/icons/themify/themify.ttf?-fvbane') format('truetype'), url('../fonts/icons/themify/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat/montserrat.eot');
    src: url('../fonts/montserrat/montserrat.woff');
    src: url('../fonts/montserrat/montserrat.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-light';
    src: url('../fonts/montserrat/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro-Bold';
    src: url('../fonts/DINPro/DINPro-bold-700.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro-Medium';
    src: url('../fonts/DINPro/DINPro-Medium-500.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cabin';
    src: url('../fonts/cabin/Cabin-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --background-color: #1c85e8;
    --text-color: #fff;
    --grey-border: #e8e8e8;
    --grey: #3a3a3a;
    --light-grey: #858796;
    --lighter-grey: #eaecf4;
    --dark-grey: #9b9b9b;
    --white: #ffffff;
    --blue: #1c85e8;
    --light-blue: #d0e3f6;
    --dark-blue: #155ba1;
    --font-size-xxs: 10px;
    --font-size-xs: 12px;
    --font-size-s: 14px;
    --font-size-base: 16px;
    --font-size-m: 18px;
    --font-size-l: 24px;
    --font-size-xl: 36px;
    --space-xxxs: 6px;
    --space-xxs: 12px;
    --space-xs: 15px;
    --space-base: 20px;
    --space-s: 28px;
    --space-m: 45px;
    --space-l: 60px;
    --border-radius: 10px;
    --border-radius-m: 5px;
    --border-radius-s: 3px;
    --table-header-height: 62px;
    --accordion--header-height: 50px;
    --side-menu-width: 224px;
}

html {
    visibility: hidden;
    height: 100%;
    min-height: 100%;
}

body {
    font-size: var(--font-size-s);
    height: 100%;
    min-height: 100%;
}

/* Support for the logo mechanism
---------------------------------------------------------*/
.bg-primary {
    background: var(--background-color, #1c85e8);
}

.nav-item:hover {
    color: var(--background-color, #1c85e8);
}

a {
    color: var(--background-color, #1c85e8);
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: var(--background-color, #1c85e8);
    }

.dropdown-item .active, .dropdown-item:active {
    color: white;
    background-color: var(--background-color, #1c85e8);
}

.btn-outline-primary {
    background: var(--background-color, #1c85e8) !important;
    color: white;
    border-color: var(--background-color, #1c85e8);
}

    .btn-outline-primary:hover {
        color: var(--text-color, #ffffff) !important;
        background-color: var(--background-color, #1c85e8) !important;
        border-color: var(--background-color, #1c85e8) !important;
    }

.sidebar-brand {
    margin-top: 70px;
    margin-bottom: 60px;
}

.nav-tabs .nav-link.active {
    color: var(--text-color);
    background-color: var(--background-color, #1c85e8) !important;
    border-color: var(--background-color, #1c85e8) !important;
    font-weight: bold;
}

.row-selected {
    background: var(--background-color, #1c85e8) !important;
    color: var(--text-color, #ffffff);
}

.google-visualization-orgchart-node {
    padding: 15px !important;
    color: var(--text-color, #ffffff) !important;
    background: var(--background-color, #1c85e8) !important;
    font-weight: bold;
    border: none !important;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem !important;
    cursor: pointer !important;
}

.google-visualization-orgchart-linebottom {
    border-bottom: 2px solid var(--background-color, #1c85e8) !important;
}

.google-visualization-orgchart-lineleft {
    border-left: 2px solid var(--background-color, #1c85e8) !important;
}

.google-visualization-orgchart-lineright {
    border-right: 2px solid var(--background-color, #1c85e8) !important;
}

.google-visualization-orgchart-nodesel {
    background: var(--text-color, #ffffff) !important;
    color: var(--background-color, #1c85e8) !important;
}

.img-circle {
    width: 3rem;
    height: 3rem;
    border: 2px solid var(--background-color, #1c85e8);
    border-radius: 100% !important;
    object-fit: cover;
}

/* END Support for the logo mechanism
---------------------------------------------------------*/

/* NAVBAR
---------------------------------------------------------*/
.navbar.navbar-expand {
    padding-left: var(--side-menu-width) !important;
}

    .navbar.navbar-expand .col-md-12:last-of-type .navbar-nav {
        justify-content: flex-end;
    }

    .navbar.navbar-expand .col-md-12:last-of-type .dropdown-toggle .notification {
        width: 35px;
        max-height: 30px;
        margin-top: 8px;
    }

@media (max-width: 924px) {
    .navbar.navbar-expand {
        padding-left: 104px !important;
    }
}

@media (max-width: 768px) {
    .sidebar .scrollable-menu .nav-item .nav-link .menu-parent {
        display: none;
    }

    .navbar.navbar-expand .col-md-6:first-of-type .navbar-search {
        display: none !important;
    }

    .navbar.navbar-expand {
        padding-left: 104px !important;
    }

    .pageContainer {
        padding-left: calc( 6.5rem + var(--space-base)) !important;
    }
}

.sidebar-dark .nav-item .nav-link i {
    color: var(--text-color);
}

.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: var(--text-color);
}

    .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
        color: var(--text-color);
    }

.sidebar-dark hr.sidebar-divider {
    /* border-top: 1px solid rgba(255, 255, 255, 0.15); */
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--text-color);
    opacity: 0.15;
}

.sidebar-dark #sidebarToggle {
    background-color: var(--text-color);
    opacity: 0.2;
}

    .sidebar-dark #sidebarToggle:hover {
        background-color: var(--text-color);
        opacity: 0.25;
    }

/* LOGIN
---------------------------------------------------------*/
.card--login .kameleon-logo img {
    width: 258px;
    height: 58px;
    margin-bottom: 100px;
}

.card--login .btn-primary,
.card--login .btn-primary:not(:disabled):not(.disabled):active {
    font-family: DINPro-Medium;
    background: #000000 !important;
    border-color: #000000 !important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    border-radius: 0;
    margin-bottom: var(--space-m);
}

.card--login .form-group {
    margin-bottom: 0;
}
.card--login .form-group input {
   font-family: Cabin;
   font-size: 13px;
   width: 100%;
   padding: 22px 16px;
   border: solid 1px #e6e6e6;
   border-radius: 0;
   margin-bottom: var(--space-xxs);
}

.step-pwd .card--login .form-group input {
    width: calc(100% - 50px);
}
.card--login.reset-pwd .form-group input {
    border: solid 1px #707070;
    width: 100%;
}
.card--login.reset-pwd .form-group input:disabled {
    padding: 0 16px;
    height: 46px;
    color: #131313;
    background-color: var(--white);
}
.card--login.reset-pwd .form-group input::placeholder {
    color: #131313;
}
.card--login .form-group input::placeholder {
    color: #979797;
}
.card--login form {
    height: 100%;
    text-align: center;
}
.card--login form .col-md-12 {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card--login form .col-md-12 h3 {
    font-family: DINPro-Bold;
    font-size: 18px;
    color: #ff6900;
    margin-bottom: 22px;
}
.step-pwd .card--login form .col-md-12 h1 {
    font-family: Cabin;
    color: #000000;
}
.show-on-desktop {
    display: block;
    line-height: 2;
}
.show-on-mobile {
    display: none;
}
.card--login form a,
.card--login form p {
    font-family: montserrat;
    font-size: 14px;
    color: #464646;
    display: block;
    margin: 0;
}
/* ICONPICKER
---------------------------------------------------------*/
.fade.right.in,
.fade.left.in,
.fade.bottom.in,
.fade.top.in {
    opacity: 1;
}

.iconpicker-popover.popover {
    width: 100%;
    left: 0;
}

.iconpicker .iconpicker-items {
    display: flex;
    max-width: 100%;
    height: 145px;
    flex-wrap: wrap;
}

.iconpicker .iconpicker-item {
    margin: 0 10px 12px 0;
}

    a.bg-primary:hover,
    a.bg-primary:focus,
    button.bg-primary:hover,
    button.bg-primary:focus,
    .iconpicker .iconpicker-item.iconpicker-selected {
        background-color: var(--background-color, #1c85e8)
    }
/* SIDEMENU
---------------------------------------------------------*/
.sidebar-brand-icon {
    width: 100%;
    max-width: 195px;
    height: 50px;
    background-image: url(../Resources/Images/kameleon_logo.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%) brightness(5);
    filter: grayscale(100%) brightness(5);
}
/* FORMS
---------------------------------------------------------*/
.form-control:focus {
    box-shadow: unset;
    border-color: #d1d3e2;
}

.form-group {
    position: relative;
    margin-bottom: var(--space-s);
}

    .form-group .form-group {
        margin-bottom: 0;
    }

.form-group__error-msg {
    display: none;
    position: absolute;
    color: #ff0000;
}

.show {
    display: block;
}

.form-group .img-input {
    margin-top: var(--space-base);
}

    .form-group .img-input img {
        width: 100%;
    }

.form-group .custom-file-label {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: var(--space-m);
}

    .form-group .custom-file-label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0c6";
        background-color: transparent;
        border-left: 0;
    }

.form-group.required .form-control,
.form-group.invalid .form-control,
.select2-container--default .select2-selection--single.required,
.select2-container--default .select2-selection--single.invalid {
    border-color: #ff0000;
}

.form-group_tag.valid .form-control {
    border-color: #228B22;
}

.form-group_tag.invalid::after,
.form-group_tag.valid::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: 94%;
}

.form-group_tag.invalid::after {
    content: "\f00d";
    color: #ff0000;
}

.form-group_tag.valid::after {
    content: "\f00c";
    color: #228B22;
}

/* CAROUSEL
---------------------------------------------------------*/
.carousel {
    width: 100%;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    position: relative;
    display: flex;
    margin: 0;
}

.carousel-item {
    position: absolute;
    float: none;
    margin-right: unset;
    -webkit-transition: -webkit-transform 0.6s linear;
    transition: -webkit-transform 0.6s linear;
    transition: transform 0.6s linear;
    transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}

.carousel-control-prev,
.carousel-control-next {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.controls-top {
    position: absolute;
    left: -14px;
    width: calc(100% + 28px);
    top: 50%;
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

    .controls-top .btn-floating i {
        color: var(--dark-grey);
        font-size: var(--font-size-l);
    }

/* TAGS
---------------------------------------------------------*/
.quest-label {
    display: inline-block;
    border-radius: var(--border-radius-s);
    background-color: var(--light-blue);
    border: unset;
    padding: var(--space-xxxs) var(--space-base);
    color: var(--dark-blue);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 180px;
}
/* CARDS
---------------------------------------------------------*/
.card.survey-card {
    width: 100%;
    height: 328px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border: 0;
    border-radius: var(--border-radius);
}

    .card.survey-card .card-img-top {
        position: relative;
        height: 100%;
        display: flex;
        background-size: cover;
        padding: var(--space-base);
        background-position: center;
        background-repeat: no-repeat;
    }

        .card.survey-card .card-img-top > div {
            position: absolute;
            bottom: var(--space-xxxs);
        }

        .card.survey-card .card-img-top .quest-label {
            width: auto;
            display: inline-block;
            margin-bottom: var(--space-xxxs);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 180px;
        }

}

.card.survey-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: var(--space-base);
}

    .card.survey-card .card-body .card-title,
    .card.survey-card .card-body .card-text {
        width: 100%;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 95%;
    }

    .card.survey-card .card-body span {
        display: block;
        text-align: right;
        font-size: var(--font-size-m);
        padding: var(--space-xxs) 0;
    }

.card.survey-card .quest-response__next .card-body .card-text {
    font-size: var(--font-size-s);
    font-weight: bold;
    color: var(--grey);
}

.card.survey-card .card-body .btn-primary {
    padding: var(--space-xxs) 0;
    max-width: 200px;
    width: 100%;
}

.card.survey-card.detail .card-body .btn-primary {
    padding: var(--space-xxs) var(--space-base);
}

.card.survey-card.detail .card-img-top,
.card.survey-card.detail .card-body {
    padding: var(--space-xs);
}

    .card.survey-card.detail .card-body .card-title {
        margin-bottom: var(--space-s);
    }

.card.survey-card.detail.disabled {
    opacity: 0.75;
}

/* ACCORDION
---------------------------------------------------------*/
.accordion-feedback--admin thead tr .col-md-4:first-of-type {
    max-width: 27%;
}

.accordion-feedback--admin thead tr .col-md-5 {
    max-width: 38%;
}

.accordion-feedback .table_mysurveys tr td h5 {
    font-size: var(--font-size-base);
}

.accordion-feedback .card-header {
    color: var(--background-color, #1c85e8) !important;
}

.accordion-feedback--manager .table_mysurveys tbody tr td:not(:last-of-type) {
    border-right: 1px solid var(--grey-border);
}

.accordion-feedback--manager .table_mysurveys tbody tr td:last-of-type p
.accordion-feedback .table_mysurveys tbody .col-md-8 > .row:nth-child(even) .col-md-5,
.accordion-feedback .table_mysurveys tbody .col-md-8 > .row:nth-child(even) .col-md-7 > div {
    background-color: #f8f9fc;
}

.accordion-feedback tbody > * {
    font-size: var(--font-size-xs);
}

.accordion-feedback tbody > tr > .col-md-8 {
    padding-top: 0;
    overflow: hidden;
    overflow-x: scroll;
}

    .accordion-feedback tbody > tr > .col-md-8 .accordion-feedback__question {
        border-left: 1px solid var(--lighter-grey);
        border-right: 1px solid var(--lighter-grey);
        border-bottom: 1px solid var(--lighter-grey);
        padding: var(--space-xxs);
    }

.accordion-feedback__answers {
    padding: 0;
}

    .accordion-feedback__answers > div {
        display: inline-flex;
        height: 100%;
    }

        .accordion-feedback__answers > div div:nth-child(even) {
            min-width: 70px;
        }

        .accordion-feedback__answers > div div:nth-child(odd) {
            font-weight: bold;
            min-width: 100px;
            width: 100px;
        }

        .accordion-feedback__answers > div div {
            border-left: 1px solid var(--lighter-grey);
            border-bottom: 1px solid var(--lighter-grey);
            padding: var(--space-xxs);
        }

            .accordion-feedback__answers > div div:first-of-type {
                border-left: none;
            }

            .accordion-feedback__answers > div div:last-of-type {
                border-right: 1px solid var(--lighter-grey);
            }

.accordion-feedback__result p,
.accordion-feedback--manager .table_mysurveys tbody tr td:last-of-type p {
    font-size: var(--font-size-xs);
}

    .accordion-feedback__result p:last-of-type,
    .accordion-feedback--manager .table_mysurveys tbody tr td:last-of-type p:last-of-type {
        font-weight: bold;
    }

        .accordion-feedback__result p:last-of-type a {
            font-weight: normal;
        }

.card-header {
    padding-left: var(--space-base);
    height: var(--accordion--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header span {
        font-size: var(--font-size-base);
        font-weight: bold;
    }

.accordion > .card .card-header {
    margin-bottom: 0;
}

.accordion {
    margin: var(--space-base) 0;
}

    .accordion .card {
        border: 1px solid var(--grey-border);
    }

    .accordion .collapse.show .card-body {
        border-bottom: 1px solid var(--grey-border);
        padding-bottom: 0;
    }

/* TABLE
---------------------------------------------------------*/
.table {
    table-layout: fixed;
    width: 100%;
    margin-bottom: 0;
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    width: 100% !important;
}

.dataTables_scrollBody .table thead {
    display: none;
}

.dataTables_scrollHeadInner,
.dataTables_scrollHeadInner .table {
    width: 100% !important;
}

thead, tbody {
    display: table;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #111;
}

.table .thead-light th:not(:first-of-type),
.table th:not(:first-of-type), myTabContent
.table td:not(:first-of-type) {
    min-width: 168px;
    max-width: 168px;
    width: 160px !important;
}

.table.col5 .thead-light th:not(:first-of-type),
.table.col5 th:not(:first-of-type),
.table.col5 td:not(:first-of-type) {
    min-width: 175px;
}

.table.col4 .thead-light th:not(:first-of-type),
.table.col4 th:not(:first-of-type),
myTabContent .table.col4 td:not(:first-of-type) {
    min-width: 212px;
}

table.dataTable tbody td:not(:first-of-type) {
    min-width: 215px !important;
}

.table.col2 .thead-light .tbl-header-group {
    width: 45%;
}

table.col2.dataTable tbody td div {
    max-width: 100%;
}

.table.col2 .thead-light th:not(:first-of-type),
.table.col2 th:not(:first-of-type),
.table.col2 td:not(:first-of-type) {
    width: 435px !important;
}

.table.col2 thead,
.table.col2 tbody {
    display: table-header-group;
}

.table.col2 td span,
table.col2.dataTable tbody td span {
    width: 100%;
}

.table.col3 td:not(:first-of-type) {
    padding: 10px 0 10px 10px;
}

    /*.table.col3 td:not(:first-of-type) span {
        padding-left: 28px;
    }*/

.table.col4 .thead-light th:not(:first-of-type),
.table.col4 th:not(:first-of-type),
.table.col4 td:not(:first-of-type) {
    min-width: 214px;
}

.table .thead-light th,
.table th {
    padding: 12px 0 12px 10px;
}

#tbShowTable tbody td {
    padding: 10px 0 10px 10px;
}

.table td,
table.dataTable tbody td {
    width: auto;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    padding: 10px 0 10px 38px;
    border: 0;
}

    table.dataTable tbody td:not(:first-of-type) {
        min-width: 168px !important;
    }

table.dataTable tbody td {
    position: relative;
    padding: 10px 0 10px 10px;
    border: 0;
}

    table.dataTable tbody td span,
    table.dataTable tbody td p {
        margin-left: 28px;
        height: inherit;
        padding-top: 12px;
    }



    table.dataTable tbody td div {
        position: relative;
        max-width: 168px;
        background-color: transparent;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 40px;
    }

        table.dataTable tbody td div p {
            padding-top: 6%;
            margin: 0;
        }

    table.dataTable tbody td:not(:first-of-type) div:hover {
        /*position: absolute;*/
        width: auto;
        /*top: 10px;*/
        overflow: inherit;
        white-space: inherit;
        z-index: 1000;
    }

table.dataTable tbody .row-selected td div:hover span {
    background-color: inherit;
}

table.dataTable tbody td div:hover span {
    width: auto;
    display: inline-block;
    background-color: #f8f9fc;
    transition: .3s;
}

.table td span {
    display: block;
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.table .thead-light .table-actions,
.table .table-actions {
    position: sticky;
    min-width: 60px;
    /*width: 60px !important;*/
    padding: 12px 0;
    left: 0;
    z-index: 100;
}

.table tbody .table-actions {
    display: table-cell;
}

.table .table-actions > div {
    display: flex;
    justify-content: space-around !important;
}

.table .thead-light .table-actions {
    background: #e3e6f0;
    display: table-cell;
    text-align: center;
    width: 60px !important;
}

.table td.table-actions {
    background-color: #e3e6f0;
    padding: 0;
    border-top: .5px solid #cccccc;
}

.table th.table-actions {
    display: flex;
    justify-content: center;
    margin: 0;
}

.table .table-actions .btn {
    padding: 0;
    height: 38px;
}

.table thead .table-actions .btn {
    height: auto;
    width: auto;
}

.table .table-actions .btn:hover {
    color: #858796;
}

.table .table-actions .btn i {
    font-size: 14px;
}

.tbl-header-group {
    font-size: 12px;
}

.dataTables_info {
    position: sticky;
    left: 0;
}

.table td.table-actions.no-border {
    border: 0;
}

.table_mysurveys {
    display: block;
    padding: 0;
    margin-bottom: 0;
}

    .table_mysurveys thead,
    .table_mysurveys tbody {
        display: block;
    }

        .table_mysurveys thead th {
            color: var(--light-grey);
            background-color: var(--lighter-grey);
        }

        .table_mysurveys thead tr {
            color: var(--light-grey);
            background-color: var(--lighter-grey);
        }

    .table_mysurveys tr {
        position: relative;
        display: flex;
    }

        .table_mysurveys tr td {
            border-top: 0;
            margin-bottom: 0;
        }

            .table_mysurveys tr td:first-of-type {
                max-width: 65%;
            }

            .table_mysurveys tr td:last-of-type {
                width: 100%;
                padding-top: var(--space-base);
            }

    .table_mysurveys thead tr th:first-of-type {
        max-width: 65%;
        width: 100%;
    }

    .table_mysurveys tr th {
        font-size: var(--font-size-s);
        height: var(--table-header-height);
        display: flex;
        align-items: center;
        border: 0;
        margin-bottom: 0;
    }

    .table_mysurveys tr td h5 {
        color: var(--light-grey);
    }

    .table_mysurveys tr td:first-of-type {
        border-right: 1px solid var(--grey-border);
    }

table.dataTable tbody td p {
    font-size: var(--font-size-s);
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table .row-selected .color-primary {
    color: #ffffff;
}

.table td.table-actions.global {
    background-color: var(--white);
    color: var(--dark-grey);
    border: 0;
}

.table .row-selected td.table-actions.global {
    background-color: inherit;
    color: var(--dark-grey);
    border: 0;
}

.table td.table-actions.global.color-primary {
    color: var(--background-color, #1c85e8);
}

.table .row-selected td.table-actions.global.color-primary {
    color: var(--white);
}

#tbSurveys td .quest-label {
    display: inline-block;
    margin-bottom: var(--space-xxxs);
}

.table.show-table tbody tr td {
    position: relative;
    width: 20%;
    cursor: default;
}

    .table.show-table tbody tr td:first-of-type,
    .table.show-table .thead-light th:first-of-type {
        width: 8% !important;
    }

    .table.show-table tbody tr td:last-of-type,
    .table.show-table .thead-light th:last-of-type {
        width: 16% !important;
        min-width: unset;
    }

    .table.show-table tbody tr td.show-table__desc,
    .table.show-table .thead-light th.show-table__desc {
        width: 36% !important;
    }

    .table.show-table tbody tr td:last-of-type button {
        flex-direction: initial;
        display: flex;
        width: 100%;
        justify-content: center;
    }

.table.show-table tbody tr .content-tag {
    position: relative;
    max-width: 168px;
    background-color: transparent;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .table.show-table tbody tr .content-tag:hover {
        position: absolute;
        top: 21px;
        background-color: #f8f9fc;
        white-space: inherit;
        z-index: 1000;
    }

    .table.show-table tbody tr .content-tag span {
        display: inline;
    }
/* MODALS
---------------------------------------------------------*/
.modal__expired-session {
    z-index: 100000;
    background: rgba(0,0,0,0.7);
}

    .modal__expired-session .modal-dialog {
        width: 450px;
    }

.modal__new-survey .modal-dialog {
    height: 470px;
    width: 450px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.modal__new-survey .modal-content {
    border: 0;
}

.modal__new-survey .modal-content,
.modal__new-survey .survey-card {
    height: 100%;
    width: 100%;
}

.modal__new-survey .card.survey-card .card-body .card-title,
.modal__new-survey .card.survey-card .card-body .card-text {
    text-align: center;
}

.modal__new-survey .card.survey-card .card-body h5 {
    color: var(--grey);
}

.modal__new-survey .card.survey-card .card-body .card-text {
    font-size: var(--font-size-xs);
    font-weight: normal;
    color: var(--light-grey);
    white-space: inherit;
}

    .modal__new-survey .card.survey-card .card-body .card-text:last-of-type {
        font-size: var(--font-size-xs);
        font-weight: bold;
        color: var(--grey);
    }

.modal__new-survey .card.survey-card .card-body .btn-secondary {
    margin-right: var(--space-xxs);
}

.modal__new-survey .card.survey-card .card-body .btn-primary,
.modal__new-survey .card.survey-card .card-body .btn-secondary {
    width: 100%;
    max-width: 150px;
    padding: var(--space-xxxs) var(--space-xs);
}

.exit-quest {
    z-index: 10000;
    background: rgba(0,0,0,0.7);
}

    .exit-quest .modal-content {
        width: 410px;
        height: 370px;
    }

    .exit-quest .modal-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .exit-quest .modal-body p {
            color: var(--grey);
            font-size: var(--font-size-s);
            font-weight: bold;
            margin-top: var(--space-s);
        }

    .exit-quest .modal-footer {
        border: 0;
    }

    .exit-quest .modal-body h5 {
        font-size: var(--font-size-l);
    }

.modal-header .modal-title {
    color: var(--light-grey);
}

.row.show {
    display: flex;
}

/* SURVEYS
---------------------------------------------------------*/
.survey-detail,
.quest-response {
    display: block;
    z-index: 10000;
}

    .survey-detail .col-md-5 {
        height: 100%;
    }

    .survey-detail .modal-dialog,
    .quest-response .modal-dialog {
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

    .survey-detail .modal-content,
    .quest-response .modal-content {
        height: 100%;
        border: none;
    }

    .survey-detail .modal-body,
    .quest-response .modal-body {
        height: 100%;
        padding: 0;
    }

        .survey-detail .modal-body h1,
        .quest-response .modal-body h1 {
            font-size: 65px;
            color: var(--white);
            line-height: 1;
        }

        .survey-detail .modal-body p,
        .quest-response .modal-body .quest-response__left p {
            color: var(--white);
            font-weight: bold;
            max-width: 90%;
        }

        .quest-response .modal-body .col-md-6 > p:first-of-type {
            color: var(--grey);
            font-weight: bold;
            margin-top: var(--space-l);
            max-width: 90%;
        }

        .survey-detail .modal-body .survey-detail__left p {
            font-size: var(--font-size-m);
        }

            .survey-detail .modal-body .survey-detail__left p:last-of-type {
                font-size: var(--font-size-s);
            }

        .survey-detail .modal-body .breadcrumb-item span,
        .quest-response .modal-body .breadcrumb-item span {
            color: var(--white);
            padding-right: 8px;
        }

    .survey-detail .col-md-5 > div,
    .quest-response .col-md-5 > div {
        background-position: center;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .quest-response .modal-body .quest-results h1 {
        font-size: var(--font-size-xl);
        font-weight: bold;
        color: var(--background-color, #1c85e8) !important;
        margin-bottom: var(--space-s);
    }

    .quest-response .modal-body .quest-results h4 {
        font-size: var(--font-size-m);
        font-weight: bold;
    }

    .quest-response .modal-body .quest-results p {
        font-size: var(--font-size-s);
        font-weight: bold;
        color: var(--grey);
    }

    .quest-response .modal-body #content-qablock .quest-results {
        padding: 68px 12% 0;
    }

    .quest-response .modal-body .quest-results p:last-of-type {
        font-size: var(--font-size-xs);
    }

        .quest-response .modal-body .quest-results p:last-of-type a {
            color: var(--background-color, #1c85e8) !important;
        }

    .quest-response #content-qablock > div {
        padding: 68px 12%;
        overflow: auto;
    }

.survey-detail__left .quest-label {
    width: auto;
    display: inline-block;
    margin-right: var(--space-xxxs);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.survey-detail__left,
.quest-response__left {
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 76px;
}

    .survey-detail__left .breadcrumb,
    .quest-response__left .breadcrumb {
        padding: 68px 0 0;
    }

    .survey-detail__left > div,
    .quest-response__left > div {
        padding-top: 10%;
    }

        .survey-detail__left > div > div,
        .quest-response__left > div > div {
            margin-bottom: var(--space-base);
        }
/* EMPTY SCREENS
---------------------------------------------------------*/
.surveys-empty {
    height: 150px;
    align-items: center;
    margin: var(--space-l) 0;
}

    .surveys-empty .col-md-3 {
        height: 100%;
    }

        .surveys-empty .col-md-3 div {
            background-image: url(../Resources/Images/kameleon_empty_surveys.svg);
            height: 100%;
            background-position: left;
            background-size: contain;
            background-repeat: no-repeat;
        }

    .surveys-empty h5 {
        color: var(--light-grey);
    }
/* BREADCRUMB
---------------------------------------------------------*/
.breadcrumb {
    background-color: transparent;
}

    .breadcrumb .breadcrumb-item,
    .breadcrumb .breadcrumb-item.active {
        color: var(--white);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 180px;
    }

        .breadcrumb .breadcrumb-item a {
            color: var(--white);
        }

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}
/* BUTTONS
---------------------------------------------------------*/

.btn:focus,
.btn.focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    font-size: var(--font-size-base);
    background: var(--background-color, #1c85e8) !important;
    border: 1px solid var(--background-color, #1c85e8) !important;
    border-radius: var(--border-radius);
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
    font-size: var(--font-size-base);
    color: var(--background-color, #1c85e8) !important;
    background: var(--white);
    border: solid 1px var(--background-color, #1c85e8) !important;
    border-radius: var(--border-radius);
}

    .btn-secondary:hover {
        background: var(--white);
    }

.btn-primary:hover {
    color: #ffffff;
}

.btn-large {
    min-width: 334px;
    padding: 8px 0;
}

/* SWITCH
---------------------------------------------------------*/
.quest-state .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #b7b9cc;
}

.quest-state .custom-control-input:checked ~ .custom-control-label.active::after,
.custom-control-input:disabled ~ .custom-control-label::after {
    background-color: #ffffff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.quest-state .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #b7b9cc;
    background-color: #ffffff;
}

.quest-state .custom-control-input:checked ~ .custom-control-label.active::before,
.custom-control-input:disabled ~ .custom-control-label::before {
    border-color: green;
    background-color: green;
}
/* SELECT
---------------------------------------------------------*/
.select2 {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px);
    border: 1px solid #d1d3e2;
}

    .select2-container--default .select2-selection--single:focus {
        outline: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--light-grey);
        font-size: var(--font-size-xs);
        line-height: 32px;
        height: calc(1.5em + 0.75rem + 2px);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }
/* TABLES
---------------------------------------------------------*/
.table-wrapper {
    position: relative;
}

td.table-actions {
    display: flex;
    text-align: center;
}

.table-actions button {
    width: 100%;
}

table.dataTable thead .sorting {
    margin: 0;
}

.row-selected button {
    width: 100%;
    font-size: var(--font-size-s);
    color: var(--light-grey);
}
/* FILTERS
---------------------------------------------------------*/
.filters-feedback {
    display: flex;
    justify-content: flex-end;
}

    .filters-feedback > div {
        margin: 0 var(--space-xxxs);
    }

    .filters-feedback .select2-container--default .select2-selection--single {
        border: solid 1px #d1d3e2;
    }

    .filters-feedback .btn {
        font-size: var(--font-size-xs);
        font-style: italic;
        height: 28px;
        padding: 0 var(--font-size-xs);
    }

        .filters-feedback .btn i {
            margin-right: var(--space-xxxs);
        }
/* HEADINGS
---------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--background-color, #1c85e8);
}

h1 {
    font-size: var(--font-size-xl);
    font-weight: bold;
}

h2 {
    font-size: var(--font-size-l);
    font-weight: bold;
}

h5 {
    font-size: var(--font-size-m);
    font-weight: bold;
}

p {
    font-size: var(--font-size-base);
}

.text-primary {
    color: var(--background-color, #1c85e8) !important;
}

.font-xs {
    font-size: var(--font-size-s);
}

.font-bold {
    font-weight: bold;
}
/* CUSTOM COLUMNS
---------------------------------------------------------*/
.col-xs-1-10,
.col-sm-1-10 {
    position: relative;
    min-height: 1px;
}

.col-xs-1-10 {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-10 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-10 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-10 {
        width: 10%;
        float: left;
    }
}
/* MARGINS
---------------------------------------------------------*/
.margin-top-l {
    margin-top: var(--space-l);
}

.margin-top-xxxs {
    margin-top: var(--space-xxxs);
}

.margin-bottom-s {
    margin-bottom: var(--space-s);
}

.margin-bottom-base {
    margin-bottom: var(--space-base);
}

.padding-left-xxs {
    padding-left: var(--space-xxs);
}
/* COLORS
---------------------------------------------------------*/
.color-primary {
    color: var(--background-color, #1c85e8);
}
/* PADDINGS
---------------------------------------------------------*/
.padding-left-xxs {
    padding-left: var(--space-xxs);
}
/* TAG OVERRIDES
---------------------------------------------------------*/
label {
    color: var(--light-grey);
}
/* HEIGHT OVERRIDES
---------------------------------------------------------*/
#wrapper,
.pageContainer,
#content-body {
    height: 100%;
}
/* GLOBAL CLASSES
---------------------------------------------------------*/
.full-height {
    height: 100%;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* FOOTER
---------------------------------------------------------*/
.fixed-bottom-footer > .row {
    height: 100%;
    width: 100%;
    margin: 0 6%;
    border-top: solid 1px #e6e6e6;
}

    .fixed-bottom-footer > .row .col-md-6:first-of-type div {
        height: 85%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .fixed-bottom-footer > .row .col-md-6:last-of-type {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
/* LOGIN
---------------------------------------------------------*/
.page--login {
    height: 100vh;
    overflow: hidden;
}
.page--login + .fixed-bottom-footer {
    display: none;
}
    .page--login > div {
        position: relative;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
    }

        .page--login > div > div {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .page--login > div .row {
            height: 100%;
        }

.page--login > div .row .landing-left > div:first-of-type {
    margin-left: 18%;
    margin-top: 10%;
}
.page--login > div .row .landing-left > div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 68%;
    width: 78%;
    background-size: contain;
    background-repeat: no-repeat;
}

            .page--login > div .row .landing-left h1 {
                font-family: DINPro-Bold;
                font-size: 4vh;
                color: var(--white);
                font-weight: 300;
            }

            .page--login > div .row .landing-left p {
                font-family: montserrat;
                font-size: 1.8vh;
                color: var(--white);
                font-weight: bold;
                margin-top: var(--space-base);
            }
 .page--login > div .row .landing-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page--login > div .row .landing-form .card {
     padding: 36px 35px 24px 35px;
     height: 552px;
     width: 507px;
     border: 0;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.13);
}
.page--login > div .row .landing-form > .show-on-desktop {
    position: absolute;
    bottom: 0;
    align-items: center;
    width: 507px;
    margin-bottom: 37px;
}
.page--login > div .row .landing-form > .show-on-desktop div {
    width: 132px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}
.page--login > div .row .landing-form > .show-on-desktop span {
     color: #a7a7a7;
     font-family: Cabin;
     font-size: 16px;
}
.step-pwd {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-pwd .card--login {
    position: relative;
    width: 507px;
    height: 552px;
    border: 0;
    padding: var(--space-m);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

        .step-pwd .card--login.newpwd {
            height: 100%;
            padding: var(--space-s) var(--space-m);
        }

            .step-pwd .card--login.newpwd .kameleon-logo img {
                margin-bottom: var(--space-xs);
            }

        .step-pwd .card--login > div:last-of-type a {
            color: #aaaaaa;
        }

        .step-pwd .card--login .input-group {
            margin-bottom: var(--space-xxs);
        }
.step-pwd .card--login .input-group .btn-primary {
    width: 50px;
}
.step-pwd .card--login .btn-primary,
.step-pwd .card--login .btn-primary:not(:disabled):not(.disabled):active {
   height: 46px;
   line-height: 23px;
   margin-bottom: var(--space-xxxs);
}
/* SURVEY DETAIL
---------------------------------------------------------*/
.survey-detail__cards {
    height: 100%;
    padding-left: 80px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

    .survey-detail__cards .carousel-item.active,
    .survey-detail__cards .carousel-item-next,
    .survey-detail__cards .carousel-item-prev {
        max-width: 90%;
    }

    .survey-detail__cards .controls-top {
        width: 94%;
        left: -14px;
    }

    .survey-detail__cards .card.survey-card {
        max-width: 367px;
        margin-top: 15%;
    }
/* QUESTIONS
---------------------------------------------------------*/
textarea.question__block.form-control {
    resize: none;
    min-height: 165px;
}

textarea.question__block.form-control,
.question__block {
    max-width: 510px;
    margin-top: var(--space-base);
    margin-left: 44px;
}

.question > div:last-of-type .col-md-2 {
    padding-left: 58px;
}

.quest-response .modal-body .col-md-5 {
    height: 100%;
    padding-right: 0;
}

.quest-response .modal-body #content-qablock {
    height: 100%;
    overflow: auto;
    background-color: #f8f9fc;
}

.quest-response .question {
    height: 100%;
}

    .quest-response .question > p {
        color: var(--light-grey);
        font-size: var(--font-size-xs);
        font-weight: normal;
        margin-bottom: var(--space-xs);
        margin-left: 42px;
    }

.question__multi-choice {
    max-width: 636px;
    border: 0;
    width: 100%;
    border-radius: 0;
    margin-left: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.card.question__multi-choice > .list-group:first-child .list-group-item:first-child {
    border-radius: 0;
}

.question__multi-choice .list-group .list-group-item {
    padding: var(--space-xs) var(--space-base);
    border-radius: 0;
}

    .question__multi-choice .list-group .list-group-item:first-child,
    .question__multi-choice .list-group .list-group-item:first-child:hover {
        border: 0;
        z-index: 0;
    }

    .question__multi-choice .list-group .list-group-item:not(:first-child),
    .question__multi-choice .list-group .list-group-item:not(:first-child):hover {
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        z-index: 0;
    }

        .question__multi-choice .list-group .list-group-item:not(:first-child):hover {
            border-top-color: #e6e6e6;
        }

    .question__multi-choice .list-group .list-group-item:hover {
        background-color: #e6e6e6;
    }

    .question__multi-choice .list-group .list-group-item .custom-control-label,
    .question__block .form-row label {
        color: var(--grey);
        font-size: var(--font-size-xs);
        font-weight: bold;
    }

.question .question__title {
    display: flex;
}

    .question .question__title h4 {
        color: var(--grey);
        font-size: var(--font-size-m);
        font-weight: bold;
    }

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.quest-response .modal-body #content-qablock .quest-response__next {
    align-items: center;
    padding: 0 0 68px 12%;
}

.quest-response__next .col-md-5 {
    padding-top: 20%;
}

    .quest-response__next .col-md-5 a {
        min-width: 210px;
    }

        .quest-response__next .col-md-5 a:first-of-type {
            margin-bottom: var(--space-base);
        }
/* SIDE MENU
---------------------------------------------------------*/
.sidebar .nav-item .collapse, .sidebar .nav-item .menu-child {
    margin-left: 39px !important;
    margin-right: 8px !important;
}

    .sidebar .nav-item .collapse, .sidebar .nav-item .menu-child .collapse-inner button {
        padding: 0;
    }

.dynamic-menu > .scrollable-menu::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.dynamic-menu > .scrollable-menu {
    width: 100%;
    text-align: center;
    overflow-y: auto;
    height: calc(100vh - 222px);
    top: 0;
    bottom: 0;
    overflow-x: hidden;
}

.sidebar.toggled .nav-item .menu-child {
    margin-left: 20px !important;
    margin-right: 8px !important;
}

    .sidebar.toggled .nav-item .menu-child ul.menu-child {
        margin-left: 10px !important;
        margin-right: 8px !important;
    }

.fixed-width { /* fix witdth of icon */
    width: 23px;
    text-align: center;
}
/* Support for the notification mechanism
---------------------------------------------------------*/
.notification {
    width: 3rem;
    height: 3rem;
    border-radius: 100% !important;
    object-fit: cover;
}

    .notification:hover {
    }

.badge {
    position: relative;
    right: 10px;
    padding: 3px 3px;
    border-radius: 50%;
    background: var(--background-color, #1c85e8);
    color: white;
}

.notFooter {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    display: block;
    position: relative;
    text-align: center;
}

.notificationHeaderBox {
    width: 300px;
    height: 30px;
    text-align: justify;
    font-size: 1.0rem;
    font-weight: 400;
}

.notificationFooterBox {
    width: 300px;
    height: 30px;
    text-align: justify;
    font-size: 1.0rem;
    font-weight: 400;
}

.notificationBox {
    display: inline-block;
    width: 300px;
    height: 60px;
    text-align: justify;
}

.ntfTxt {
    white-space: normal;
    display: inline-block;
    width: 80%;
    height: 100%;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    background-color: transparent;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.35rem;
}

    .ntfTxt:hover {
        color: #858796;
        text-decoration: none;
    }

    .ntfTxt:focus, .btn.focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

.notificationScroll {
    list-style-type: none;
    overflow: hidden;
    overflow-y: scroll;
    height: 30em;
}

.notificationDate {
    position: absolute;
    bottom: -30%;
    right: 5%;
    color: #b8b5bf;
}

.notificationClear {
    position: absolute;
    bottom: -30%;
    right: -80%;
}

/* END Support for the notification mechanism
---------------------------------------------------------*/

/* Support for the error pages
---------------------------------------------------------*/

.Error-404 {
    font-family: Cabin;
    font-size: 69px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.Error-404-msg {
    font-family: Cabin;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #858796;
}

.ImageError {
    object-fit: contain;
}

/* END Support for the error pages 
---------------------------------------------------------*/

.tag-button {
    margin-right: 5px;
}

    .tag-button i {
        margin-left: 5px;
    }

#fixedNav {
    position: fixed;
    right: 0;
    z-index: 1030;
    width: 100%;
}


.pageContainer {
    margin-top: 100px;
    padding-left: calc(var(--side-menu-width) + var(--space-l));
}

.pageContainer2 {
    margin-top: 100px;
    padding-right: 2%;
    padding-left: 9%;
}

.searchBox {
    width: 12%;
}

.searchBox2 {
    width: 6%;
}

.body-tip {
    max-height: 400px;
    overflow-y: scroll;
}


@media screen and (max-width: 1750px) {
    .searchBox {
        width: 14%;
    }

    .searchBox2 {
        width: 8%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 9%;
    }
}

@media screen and (max-width: 1650px) {
    .searchBox {
        width: 14%;
    }

    .searchBox2 {
        width: 10%;
    }

    .pageContainer {
        padding-right: 2%;
        padding-left: 15%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 9%;
    }
}

@media screen and (max-width: 1450px) {
    .searchBox {
        width: 16%;
    }

    .pageContainer {
        padding-right: 2%;
        padding-left: 17%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 11%;
    }
}

@media screen and (max-width: 1350px) {
    .searchBox {
        width: 18%;
    }


    .pageContainer {
        padding-right: 2%;
        padding-left: 20%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 11%;
    }
}

@media screen and (max-width: 1100px) {

    .searchBox {
        width: 17%;
    }


    .pageContainer {
        padding-right: 2%;
        padding-left: 24%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 13%;
    }
}

@media screen and (max-width: 950px) {
    .searchBox {
        width: 22%;
    }

    .pageContainer2 {
        padding-right: 2%;
        padding-left: 15%;
    }
}

.img-avatar {
    width: 300px;
    height: 300px;
}

@media screen and (min-width: 768px) {
    .pageContainer {
        padding-left: calc( 14rem + var(--space-base));
    }
}
@media screen and (max-width: 414px) {
    .page--login > div {
        background-image: none !important;
    }
    .page--login > div .row .col-1,
    .page--login > div .row .col-5 {
        display: none;
    }
    .page--login > div .row {
        width: 100%;
        margin: 0;
    }
    .page--login > div .row .landing-form {
        padding: 0;
    }
    .page--login > div .row .landing-form .card {
        height: 100%;
        width: 100%;
        background-color: #f6f6f6;
        box-shadow: none;
    }
    .card--login .card-body {
        padding: 0;
    }
    .show-on-desktop {
        display: none !important;
    }
    .show-on-mobile {
        display: block;
    }
    .page--login > div .row .landing-form > .show-on-mobile {
        font-family: Cabin;
        padding: 26px;
    }
    .page--login > div .row .landing-form > .show-on-mobile span,
    .page--login > div .row .landing-form > .show-on-mobile a {
        color: #464646;
    }
    .card--login .kameleon-logo .show-on-mobile:last-of-type {
        position: relative;
    }
    .card--login .kameleon-logo .show-on-mobile:last-of-type div::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 7px;
        height: 1px;
        width: 100%;
        background-color: #aaaaaa;
    }
}
/* Menu Stuff
---------------------------------------------------------*/
.menu-parent {
    color: var(--text-color) !important;
}

    .menu-parent:hover {
        color: var(--text-color) !important;
        text-decoration: none;
    }

.menu-icon-collapsed {
    display: inline !important;
}

.menu-item-collapsed {
    width: 100% !important;
}

.menu-item-arrow {
    padding-left: 60px;
}

.menu-icon-color {
    color: var(--text-color) !important;
}

/*@media (min-width: 768px)*/
.sidebar.toggled .nav-item .nav-link a {
    display: none;
}

.col-menu-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 14%;
    margin-left: 5px;
}

.no-icon {
    padding-left: 1.35rem !important;
}

/* END Menu Stuff
---------------------------------------------------------*/

/* Table Stuff
---------------------------------------------------------*/

.tbl-header-group {
    display: table-header-group !important;
    width: 80%;
}

/* END Table Stuff
---------------------------------------------------------*/

/* Search Box 
---------------------------------------------------------*/

.checkbox-dropdown {
    padding-left: 10px;
}

.checkbox-group {
    float: left;
    width: 50%;
}

.select2-drop {
    display: none !important;
}

.dropdown-checkbox {
    list-style-type: none;
    overflow: hidden;
    overflow-y: scroll;
    height: 5em;
}

.hideSearch .select2-search,
.hideSearch .select2-results,
.hideSearch .select2-dropdown {
    display: none;
}

.input-group-style {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

#input-tag {
    width: 200px;
}

#clear-tag {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

/*.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}*/


/* END Search Box 
---------------------------------------------------------*/
/* Colors & Backgrounds
---------------------------------------------------------*/
.bg-yellow {
    color: #F4C831 !important;
}

.text-yellow {
    color: #F4C831 !important;
}

.tab-pane {
    padding: 15px 32px;
    background: #fff;
    border: 1px solid #e3e6f0;
}

#loader {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000;
}

    #loader.fadeOut {
        opacity: 0;
        visibility: hidden;
    }

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    -moz-animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.peers {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.peer {
    display: block;
    height: auto;
    flex: 0 0 auto;
    cursor: pointer;
}

.peer-greed {
    flex: 1 1 auto;
}

.peers-greed > .peer,
.peers-greed > .peers {
    flex: 1 1 auto;
}

.peer > img {
    max-width: none;
}

.peer-greed > img {
    max-width: 100%;
}

.bdrs-50p {
    border-radius: 50% !important;
}

.bdrs-10em {
    border-radius: 10em !important;
}

.w-2r {
    width: 2rem;
}

.h-3r {
    height: 3rem;
}

.mr-10 {
    margin-right: 10px !important;
}

.mR-10 {
    margin-left: 10px !important;
}

.mR-11 {
    margin-left: 11px !important;
}

.mR-12 {
    margin-left: 12px !important;
}

.mR-13 {
    margin-left: 13px !important;
}

.mR-14 {
    margin-left: 14px !important;
}

.mR-15 {
    margin-left: 15px !important;
}

.mR-menu {
    margin-right: 10px !important;
}

.divider {
    border-bottom: 1px solid #DBDFE4;
    height: 1px;
    overflow: hidden;
}

[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\e61a";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\e622";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}


.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

.edit-line:hover {
    cursor: pointer;
}

.dataTables_filter, .dataTables_length {
    display: none;
}

.imageList {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#chart_div {
    overflow-x: scroll;
}

/*Cards css*/

.head-feature {
    margin: auto 15px;
}

#issuesimg {
    column-width: 1080px;
    column-gap: 15px;
    margin: 15px 15px;
}

div#issuesimg figure {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
}

    div#issuesimg figure img {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 5px;
    }

    div#issuesimg figure .pic-title {
        border-bottom: 1px solid #ccc;
        font-weight: bold;
    }

    div#issuesimg figure .pic-desc {
        margin-top: 15px;
    }

    div #issuesimg figure figcaption {
        font-size: .9rem;
        color: #444;
        line-height: 1.5;
    }

div#issuesimg small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

    div#issuesimg small a {
        color: #666;
        text-decoration: none;
        transition: .4s color;
    }

#columns {
    column-width: 320px;
    column-gap: 15px;
    margin: 15px 15px;
}

div#columns figure {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
}

    div#columns figure img {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 5px;
    }

    div#columns figure .pic-title {
        border-bottom: 1px solid #ccc;
        font-weight: bold;
    }

    div#columns figure .pic-desc {
        margin-top: 15px;
    }

    div #columns figure figcaption {
        font-size: .9rem;
        color: #444;
        line-height: 1.5;
    }

    div #columns figure .pic-edit-icon {
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: flex-end;
        margin: 5px;
    }

div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

    div#columns small a {
        color: #666;
        text-decoration: none;
        transition: .4s color;
    }

div#columns:hover figure:not(:hover) {
    opacity: 0.4;
}

/* SHOW TEXT */
.text-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .text-item h5 {
        margin-bottom: 1.5rem;
    }

    .text-item .content-tag .tag-button {
        color: var(--background-color);
        background-color: var(--light-blue);
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 1rem;
        margin-right: 0.5rem;
        text-transform: uppercase;
    }

.table td .content-tag span {
    width: auto;
    max-width: 160px;
    display: inline-block;
    overflow: hidden;
}

@media screen and (max-width: 750px) {
    #columns {
        column-gap: 0px;
    }

        #columns figure {
            width: 100%;
        }
}


/*scrollcolumns*/
#scrollcolumns {
    position: relative;
    column-gap: 15px;
    margin: 15px 15px;
    overflow: auto;
    white-space: nowrap;
}

div#scrollcolumns figure {
    background: #fefefe;
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 5px 15px;
    padding-bottom: 10px;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
    border-radius: 5px;
}

    div#scrollcolumns figure img {
        width: 270px;
        height: 170px;
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
        position: relative;
    }

    div#scrollcolumns figure .img-container {
        position: relative;
        border-radius: inherit;
        white-space: normal;
    }

    div#scrollcolumns figure .img-tag {
        position: absolute;
        bottom: 8px;
        left: 16px;
    }

    div#scrollcolumns figure .pic-title {
        font-weight: bold;
        margin: 10px 0px 0px 10px;
    }

    div#scrollcolumns figure .pic-desc {
        margin-top: 15px;
        margin: 10px 0px 0px 10px;
    }

/*ListView*/


#listView {
    list-style-type: none;
    padding-left: 0px;
}

    #listView .col-md-3 a {
        height: 100%;
    }

        #listView .col-md-3 a div {
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            max-width: 360px;
        }

    #listView h3 {
        font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
    }

    #listView li img {
        float: left;
        margin: 0 15px 0 0;
        width: 220px;
    }

    #listView li p {
        font: 200 16px/1.5 Georgia, Times New Roman, serif;
    }

    #listView li {
        padding: 10px;
        background: #eee;
        margin-bottom: 15px;
    }

        #listView li:hover {
            background: #eee;
            cursor: pointer;
        }


/*calendar icon*/

time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 2em;
    height: 2em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
}

    time.icon * {
        display: block;
        width: 100%;
        font-size: 0.4em;
        font-weight: bold;
        font-style: normal;
        text-align: center;
    }

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.2em 0;
        color: #fff;
        background-color: #858796;
        border-bottom: 1px dashed #858796;
        box-shadow: 0 2px 0 #858796;
    }

    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #fd9f1b;
    }

    time.icon span {
        font-size: 0.9em;
        letter-spacing: -0.05em;
        padding-top: 0.8em;
        color: #2f2f2f;
    }

#mapList li {
    cursor: pointer;
}

.dot {
    position: fixed;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 35px;
    background-color: yellow;
    margin: 0 10px 0 10px;
    top: 50%;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 0;
    left: 45%;
}

.dot-two {
    margin-left: 65px;
    animation-name: move;
    animation-duration: 1s;
    background-color: blue;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 0.2s;
}

.dot-three {
    margin-left: 120px;
    animation-name: move;
    animation-duration: 1s;
    background-color: red;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
}

@keyframes move {
    0% {
        top: 50%;
    }

    50% {
        top: 40%;
    }

    100% {
        top: 50%;
    }
}

.container-loading {
    position: absolute;
    display: none;
    z-index: 10000;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: #333;
    opacity: 0.7;
}

.white-label {
    color: white;
}

.white-label-large {
    font-size: -webkit-xxx-large;
    color: white;
}

.btn-circle,
.btn-circle:not(:disabled):not(.disabled):active,
.btn-circle:not(:disabled):not(.disabled) {
    font-size: var(--font-size-l);
    font-weight: bold;
    width: 30px;
    height: 30px;
    margin-right: var(--space-xxs);
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    cursor: default;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified .btn,
    .btn-group-justified .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified .btn .btn,
        .btn-group-justified .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified .btn .dropdown-menu,
        .btn-group-justified .btn-group .dropdown-menu {
            left: auto;
        }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: ghostwhite;
}

.pic-edit-icon {
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
    margin: 5px;
}

/*========================================================================*/
.fa-blank {
    visibility: hidden !important;
}
/*========================================================================*/

.image-table-frame {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
