/* Minification failed. Returning unminified contents.
(18,34): run-time error CSS1046: Expect comma, found '70'
(18,40): run-time error CSS1046: Expect comma, found '/'
(610,23): run-time error CSS1046: Expect comma, found '0'
(610,27): run-time error CSS1046: Expect comma, found '/'
(622,23): run-time error CSS1046: Expect comma, found '0'
(622,27): run-time error CSS1046: Expect comma, found '/'
 */
#wrapper #content-wrapper {
    background-color: white !important;
    color: black;
    font-size: 17px;
    font-family: Roboto;
}

#content .h1, #content h1 {
    font-size: 30px;
    font-weight: 600;
}

    #content h1 a, #content h1 button, #content h1 .custom-button {
        font-weight: 400;
    }

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgb(70 70 70 / 51%) !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

table a {
    color: #f26917 !important;
}

    table a:hover {
        color: #f26917 !important;
    }

.page-item.active .page-link {
    background-color: #f26917 !important;
    border-color: #f26917 !important;
}

body.iosBugFixCaret.modal-open {
    position: fixed;
    width: 100%;
}

#wrapper #content-wrapper {
}

.navbar-collapse {
}

#content {
    padding-left: 2vw;
    padding-top: 30px;
}

.bg-custom-dark {
    background-color: #333232 !important;
}

.topbar {
    height: 80px !important;
}

    .topbar .header-logo img {
        height: 80px !important;
    }

    .topbar .nav-item .nav-link {
        /*height: 5.5rem !important;*/
    }

.navbar {
    background-color: transparent;
    border: none;
}

    .navbar a {
    }

    .navbar li.active a {
    }

.page-wrapper {
    margin-top: 100px;
}

.select2-container .select2-selection, input.form-control, textarea.form-control, select.form-control {
    padding: 10px 15px !important;
    border: 1px solid #333 !important;
    color: black;
    border-radius: 5px !important;
    height: auto !important;
    line-height: 21px !important;
}

.select2-selection__arrow {
    top: 7px !important;
}

.sidebar .sidebar-brand {
    background-color: #2f2f2f !important;
    height: 80px !important;
    padding: 0.9rem 1rem !important;
    text-transform: initial !important;
}

.sidebar {
    background-color: #f5f5f5;
}

.sidebar-dark .nav-item .nav-link {
    color: black !important;
    font-weight: 400;
    line-height: 22px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

    .sidebar-dark .nav-item .nav-link apan {
        line-height: 22px !important;
        display: inline-block !important;
    }

    .sidebar-dark .nav-item .nav-link i {
        color: #ccc !important;
        font-size: 22px !important;
    }


ul.sidebar .nav-item a.collapse-item {
    font-size: 16px !important;
    padding-left: 25px !important;
}

.side-menu-background {
    display: inline-block;
    min-height: 100vh;
    height: 100%;
    background-color: #eee;
    color: black;
    /*margin-top: 50px;*/
    width: 300px;
    padding-left: 0;
    list-style: none;
}

    .side-menu-background .side-menu-header {
        background-color: #0057b7;
        color: white !important;
    }

    .side-menu-background li.nav-item {
        display: block;
        float: none;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding: 10px;
    }

        .side-menu-background li.nav-item img {
            height: 30px;
            margin-left: 15px;
            margin-right: 15px;
        }

        .side-menu-background li.nav-item a {
            color: black;
        }

.sidebar .nav-item .nav-link span {
    font-size: 16px !important;
}

.sidebar-heading {
    border-right: 1px solid #dedede !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
}

.custom-button {
    cursor: pointer;
    border: none;
    padding: 8px 25px !important;
    color: white !important;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none !important;
}

    .custom-button input {
        cursor: pointer;
    }

    .custom-button.smaller {
        font-size: 14px;
        padding: 5px 15px !important;
        line-height: 19px;
    }

    .custom-button:hover {
        color: white !important;
    }

    .custom-button.rounded {
        border-radius: 50px !important;
    }

    .custom-button.yellow {
        background-color: #f26917 !important;
    }

        .custom-button.yellow:disabled {
            opacity: 0.5 !important;
            background-color: #777 !important;
        }

    .custom-button.green {
        background-color: #2a7a33 !important;
    }

    .custom-button.black {
        background-color: #333 !important;
    }

    .custom-button.empty-btn {
        background-color: transparent !important;
        color: white;
        border: 1px solid #7c7c7c;
    }

        .custom-button.empty-btn.yellow {
            color: #f26917 !important;
            border-color: #f26917 !important;
        }

    .custom-button.blue {
        background-color: #0057b7 !important;
        color: white !important;
    }

        .custom-button.blue:disabled {
            background-color: #7aaee7 !important;
            color: white !important;
        }

    .custom-button.wide {
        padding: 8px 6rem !important;
    }

.rounded-circle {
    border-radius: 50%;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}

.account-image {
    height: 50px;
    width: 50px;
    border: 3px solid white;
}

.control-label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}

    .control-label.bold {
        font-weight: 700;
        margin-bottom: 8px;
    }

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #888;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: -5px;
    width: 13px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.calendar-on-input {
    background-image: url('../content/images/sup_today_.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.time-on-input {
    background-image: url('../content/images/icon_time.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.roboto-16px-white-400 {
    font-size: 16px !important;
    color: white;
    font-weight: 400;
}

.roboto-13px-white-400 {
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.roboto-12px-white-500 {
    font-size: 12px;
    color: white;
    font-weight: 500;
}

.roboto-11px-white-400 {
    font-size: 11px;
    color: white;
    font-weight: 400;
}

.roboto-14px-white-400 {
    font-size: 14px;
    color: white;
    font-weight: 400;
    line-height: 15px;
}

.roboto-14px-white-500 {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.roboto-13px-white-400 {
    font-size: 13px;
    color: white;
    font-weight: 400;
}

.roboto-12px-white-300 {
    font-size: 12px;
    color: white;
    font-weight: 300;
}

table {
    color: black !important;
    border-bottom: 1px solid #888;
}

.table th {
    border-top: none !important;
}

.table td {
    vertical-align: middle !important;
    border-color: #dedede !important;
}

.table tr.black-border td {
    border-color: #000 !important;
}

table th {
    border-bottom: 3px solid black !important;
}

.blue {
    color: #00a4b7;
}

.details-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

    .details-list li {
        padding: 5px 0;
    }

.upload-profile-image {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 1px dashed black;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../content/uploads/profile/default-image.png');
}

    .upload-profile-image.square {
        border-radius: 3px;
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 15px;
        border: 1px dashed #c4c4c4;
        height: 120px;
        width: 120px;
        background-image: url('../content/uploads/forms/no-image.png');
    }

.upload-vertical-image {
    height: 180px;
    width: 60px;
    border: 1px dashed black;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../content/uploads/profile/default-image.png');
}

    

.ajax-file-upload-statusbar {
    display: none;
}

.btn.btn-default {
    padding: 4px !important;
}

    .btn.btn-default.bordered {
        border: 1px solid black;
        border-radius: 50px;
        line-height: 33px;
        padding: 6px 8px !important;
    }

        .btn.btn-default.bordered img {
            height: 15px;
        }

.header-logo {
    padding: 0 !important;
}

    .header-logo img {
        height: 70px;
        margin-left: 50px;
        margin-right: 30px;
        margin-top: 15px;
    }

.top-button {
    background-color: #f5f5f5;
    color: #555;
    font-size: 24px;
    padding: 7px 45px;
    border: none;
    display: inline-block;
}

    .top-button.active {
        background-color: #0057b7;
        color: white;
        font-weight: 800;
    }

.border-right-rounded {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.border-left-rounded {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.type-select {
    background-color: #f5f5f5;
    color: black;
    text-align: center;
    vertical-align: middle;
    border: 3px solid #f5f5f5;
    border-radius: 3px;
    padding: 50px 30px;
    width: 100%;
    cursor: pointer;
}

    .type-select img {
        height: 60px;
    }

    .type-select.active {
        border: 3px solid #0057b7;
    }

.type-select-text {
    font-weight: 800;
    font-size: 40px;
    margin-top: 20px;
}

.table-status {
    text-align: left;
}

    .table-status .locked {
        float: right;
    }

.table-status-container {
    text-align: center;
    margin-left: 0px;
    width: 100px;
    display: inline-block;
}

    .table-status-container .status-circle {
        display: inline-block;
        line-height: 0;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        border: 4px solid black;
    }

    .table-status-container .status-text {
        text-align: center;
    }



.details-side-slider {
    width: 40vw;
    z-index: 3;
    position: absolute;
    display: block;
    top: 70px;
    right: 0;
    min-height: 100%;
    background-color: white;
    background-color: #f5f5f5;
    padding: 30px 15px;
    transition: 0.2s linear margin;
    box-shadow: rgb(0 0 0 / 7%) -5px 16px 14px 9px;
}

    .details-side-slider.closed {
        margin-right: -40vw;
    }

.toggle-slider-open {
    position: absolute;
    left: -38px;
    top: -30px;
    border: none;
    box-shadow: rgb(0 0 0 / 7%) -5px 16px 14px 9px;
    z-index: 3;
    font-size: 20px;
}

.users-status-table {
    display: inline-block;
    padding: 2px 15px 0px 15px;
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}

.nav-tabs2 a.nav-item {
    color: black;
    padding-bottom: 0.25rem !important;
    border-bottom: 3px solid white;
}

    .nav-tabs2 a.nav-item.active {
        color: black;
        font-weight: bold;
        border-bottom: 3px solid #f26917;
    }

.status-label {
    border-radius: 50px;
    padding: 3px 15px;
    min-width: 150px;
    text-align: center;
    border: 1px solid;
    display: inline-block;
    font-weight: bold;
}

.text-accent1 {
    color: #ff6a00;
}

.text-accent2 {
    color: #0097ba !important;
}

.table-status-container .status-text {
    font-size: 13px;
}

#requestList_filter label {
    display: block;
    text-align: right;
}

    #requestList_filter label input {
        width: 80%;
    }

.table-actions {
    text-align: right;
}

    .table-actions button i {
        color: black;
        font-size: 22px;
    }

.color-status-0 {
    color: black;
}

.color-status-1 {
    color: green;
}

.color-status-2 {
    color: #f26917;
}

.color-status-3 {
    color: #0057b7;
}

.color-status-4 {
    color: red;
}

.background-color-status-0 {
    background-color: black;
}

.background-color-status-1 {
    background-color: green;
}

.background-color-status-2 {
    background-color: #f26917;
}

.background-color-status-3 {
    background-color: #0057b7;
}

.background-color-status-4 {
    background-color: red;
}

.color-blue {
    color: #0057b7;
}

.sidebar .nav-item .nav-link img {
    height: 22px;
    margin-right: 10px;
}

.sidebar .nav-item .collapse {
    position: relative !important;
    left: 0 !important;
}

.social-icon {
    height: 25px;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main-header {
    font-size: 5rem;
    line-height: 5.5rem;
    font-weight: 900;
    color: black;
    text-align: center;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 50px;
}

.main-type-selection {
    margin-bottom: 150px;
}

.type-select-text-small {
    height: 35px;
}

    .type-select-text-small .show-on-offer {
        font-size: 14px;
    }

#loginModal .modal-body-container {
    width: 60%;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#offerList {
    font-size: 15px;
}

.table td {
    padding: 1rem 0.75rem !important;
}

.calendar-on-input {
    background-image: url('../content/images/sup_today_.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.user-on-input {
    background-image: url('../content/images/icon_user.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.btn.btn-white {
    background-color: white;
    border: 1px solid #555;
    padding: 7px 25px;
}

    .btn.btn-white.rounded {
        border-radius: 50px !important;
    }

.upload-attached-file input, .upload-attached-file form {
    cursor: pointer !important;
}

.pin-right {
    /*position: absolute;
    right: 0;
    top: 0;*/
    float: right;
}

.tab-design {
    color: black !important;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid white;
    padding: 8px 25px;
    text-decoration: none !important;
    margin-bottom: 10px;
    display: inline-block;
}

    .tab-design.active {
        font-weight: bold;
        border-bottom: 2px solid #f9541a;
    }

    .tab-design:hover {
        border-bottom: 2px solid #f9541a;
    }

.section-title {
    color: #121c51;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.subsection-title {
    background-color: #121c51;
    padding: 10px 25px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.action-image {
    height: 35px;
    margin-top: 70px;
}

form label {
    text-transform: capitalize;
}

.category-content form label {
    text-transform: unset;
}

::placeholder {
    text-transform: capitalize;
}

.validation-summary-errors ul {
    color: #ff3f3f;
    /*list-style:none;*/
    padding-left: 20px;
}

.eval-status-dashboard {
    background-color: white;
    padding: 2px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    float: left;
    display: inline-block;
    margin-top: 3px;
    margin-left: 20px;
}

.custom-button.yellow.confirm-upload {
    background-color: #2a7a33 !important;
    margin-right: 10px;
    margin-right: 10px;
}

    .custom-button.yellow.confirm-upload:disabled {
        background-color: #bacfbd !important;
    }

.pdf-button img {
    height: 25px;
    margin-top: -4px;
    margin-right: 5px;
}

.js-change-direction i {
    color: #ff6a00;
    font-size: 22px;
}

a.nav-item.nav-link.js-toggle-view {
    font-size: 13px;
    color: black;
    background-color: #f9f9f9;
    padding: 0.5rem 3rem;
}

    a.nav-item.nav-link.js-toggle-view.active {
        color: #f26917;
        font-weight: bold;
    }

.js-remove-match, .js-add-match {
    display: none;
}

.categories-line {
    border: 1px solid #ff6a00;
    border-radius: 3px;
    /*width:100%;*/
    display: inline-block;
    margin-bottom: 30px;
}

.survey-category-item {
    display: table-cell;
    border-right: 1px solid #ff6a00;
    padding: 10px 20px;
    text-align: center;
    background-color: #F8F8F8;
    font-weight: 700;
    cursor: pointer;
}

    .survey-category-item:last-child {
        border-right: none;
    }

    .survey-category-item.active {
        background-color: #ff6a00;
        color: white;
    }

.categories-line.simulation:not(.admin-view) {
    border: none;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-top: 50px;
    margin-bottom: 0px;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.simulation:not(.admin-view) .survey-category-item {
    display: inline-block;
    border: none;
    padding: 10px 50px;
    margin-right: 30px !important;
    background-color: transparent;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}

    .simulation:not(.admin-view) .survey-category-item:first-child {
        margin-left: 60px;
    }


    .simulation:not(.admin-view) .survey-category-item.active {
        color: black;
        border-bottom: 3px solid #ff6a00;
    }

.admin-view.categories-line {
    border-color: #007de3;
}

.admin-view .survey-category-item {
    border-color: #007de3;
}

    .admin-view .survey-category-item.active {
        background-color: #007de3;
    }

.results-view.categories-line {
    border-color: red;
}

.results-view .survey-category-item {
    border-color: red;
}

    .results-view .survey-category-item.active {
        background-color: red;
    }

.category-content {
    display: none;
}

    .category-content.active {
        display: block;
    }

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget {
    color: black;
    display: initial !important;
}

.bootstrap-datetimepicker-widget {
    color: black;
}

div#divMessage {
    position: fixed;
    top: 100px;
    right: 100px;
    min-width: 200px;
    text-align: center;
}

.user-status-circle {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .user-status-circle.dashed {
        border-style: dashed !important;
    }

    .user-status-circle.black {
        border-color: black !important;
    }

li.nav-item a.nav-link span.fa {
    float: right;
    font-size: 14px !important;
    color: #555;
    margin-top: 5px;
}

.nav-link span.fa-chevron-right {
    display: none !important;
}

.nav-link.collapsed span.fa-chevron-right {
    display: inline !important;
}

.nav-link span.fa-chevron-down {
    display: inline !important;
}

.nav-link.collapsed span.fa-chevron-down {
    display: none !important;
}

@media(max-width: 767px) {
    #loginModal .modal-body-container {
        width: 100%;
        padding: 20px;
    }

    .table .btn.btn-default.locked {
        position: absolute;
        right: 0;
    }

    .checkbox-container {
        line-height: 20px;
    }

    .main-header {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 3rem;
        line-height: 4rem;
    }

    .main-type-selection {
        margin-top: 20px;
        margin-bottom: 80px;
    }

    .type-select-text-small {
        height: 70px;
    }

        .type-select-text-small .show-on-offer {
            font-size: 12px;
            line-height: 14px;
        }

    .topbar {
        height: auto !important;
        border-bottom: 3px solid #f26917;
    }

        .topbar .nav-item .nav-link {
            height: auto !important;
            padding: 10px 0 !important;
        }

    .navbar-collapse {
        background-color: white;
        z-index: 2;
        /*border-bottom:1px solid #eee;*/
    }

        .navbar-collapse .navbar-nav, .navbar-collapse span.navbar-text {
            padding-left: 20px !important;
        }

        .navbar-collapse .navbar-nav {
            margin-top: 20px;
        }

        .navbar-collapse span.navbar-text {
            margin-bottom: 20px;
        }

    .xs-margin-left-0 {
        margin-left: 0 !important;
    }

    .table-status-container {
        width: 100%;
    }

    .table-actions {
        text-align: left !important;
    }

    .max-width-md-50 {
        max-width: none !important;
    }

    .details-side-slider {
        width: 85vw !important;
    }

    .custom-button.xs-fixed {
        border-radius: 50% !important;
        height: 50px;
        width: 50px;
        line-height: 37px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 4;
        font-size: 24px;
    }

    .details-side-slider.closed {
        margin-right: -85vw;
    }

    .sidebar .sidebar-brand.xs-justify-content-left {
        text-align: left !important;
        justify-content: left !important;
    }

    .table-status-container {
        text-align: left !important;
    }

        .table-status-container .status-circle, .table-status-container .status-text {
            display: inline-block;
        }

    .status-text {
        margin-left: 10px;
    }

    .status-circle {
        float: left;
        margin-top: 1px;
    }

    ul.sidebar .nav-item .nav-link {
        width: auto;
    }

    ul.sidebar {
        z-index: 4;
        width: 6.5rem;
        min-height: 100vh;
        position: fixed;
        width: 75vw;
        margin-top: 4.375rem;
    }

        ul.sidebar .nav-item .nav-link {
            text-align: left;
        }

            ul.sidebar .nav-item .nav-link span {
                display: inline-block;
            }



    .header-logo img {
        height: 55px;
        margin-left: 20px;
        margin-right: 5px;
        margin-top: 0px;
    }

    .xs-margin-top-0 {
        margin-top: 0 !important;
    }

    .custom-button {
        padding: 8px 15px !important;
        font-size: 13px;
    }

    .top-button {
        font-size: 19px;
        padding: 7px 25px;
    }

    .type-select {
        padding: 20px 20px;
    }

        .type-select img {
            height: 50px;
        }

    .type-select-text {
        font-weight: 800;
        font-size: 24px;
        margin-top: 20px;
    }

    .form-group {
        margin-bottom: 0.25rem !important;
    }

    table.users-table {
        width: 100% !important;
    }

        table.users-table thead {
            display: none;
        }

        table.users-table tr td {
            text-align: left;
            display: block;
            border: none;
            padding: 0;
        }

            table.users-table tr td:last-child {
                border-bottom: 1px solid #888;
                margin-bottom: 10px;
                padding-bottom: 10px;
            }
}

