﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");

:root {
    --color-transparent: transparent;
    --color-nobel: #B3B3B3;
    --color-white: #FFFFFF;
    --color-shark: #212529;
    --color-science-blue: #0366D6;
    --color-denim: #1B6EC2;
    --color-fun-blue: #1861AC;
    --color-mercury-1: #E5E5E5; /*229*/
    --color-mercury-2: #E7E7E7; /*231*/
    --color-dark-blue: #002855;
    --color-east-bay: #3F5C83;
    --color-geyser: #DEE2E6;
    --color-silver-1: #CCCCCC; /*204*/
    --color-silver-2: #BBBBBB; /*187*/
    --color-silver-chalice: #888888;
    --color-dove-gray: #6F6F6F;
    --color-gray: #818181;
    --color-gray-native: gray;
    --color-dodger-blue: #3399FF;
    --color-buddha-gold-1: #BFBF00; /*191*/
    --color-buddha-gold-2: #ACAC00; /*172*/
    --color-buddha-gold-3: #A0A200; /*160*/
    --color-bridesmaid: #FEF1EC;
    --color-monza: #CD0A0A;
    --color-black: #000000; /*0*/
    --color-alto: #DDDDDD; /*221*/
    --color-gallery: #EEEEEE; /*238*/
    --color-gallery-solid: #EFEFEF; /*239*/
    --color-dusty-gray: #999999; /*153*/
    --color-red-approx: #E00000;
    --color-red-solid: #c70000;
    --color-gallery-approx: #F0F0F0; /*240*/
    --color-wild-sand: #F5F5F5; /*245*/
    --color-ghost-approx: #CED4DA;
    --scrollbarBG: var(--color-transparent);
    --thumbBG: var(--color-nobel); /* The function 'ver' is not compatible with Chrome 27.0, Firefox 21.0, Opera 12.0, Safari 8.0 */
    --width-scroll: 11px;
    --main-color: #002855;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Recaptcha styling
-------------------------------------------------- */
.grecaptcha-badge {
    display: none;
}

.text-captcha {
    color: var(--color-nobel) !important;
    text-align: center;
}

.recaptcha-link {
    color: var(--color-nobel) !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: "Open Sans", sans-serif !important;
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--color-shark);
    text-align: left;
    background-color: var(--color-white);
}

table.dataTable {
    border-collapse: collapse !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: normal !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
}

    h1 span, h1 strong, h2 span, h2 strong, h3 span, h3 strong, h4 span, h4 strong, h5 span, h5 strong {
        font-weight: 700;
    }

html, body {
    height: 100%;
    min-width: 575px;
}
/*
.public-Background-Image {
    background: Url('../images/portal/vlinders_BUTTERFLY_XXXL2.jpg') no-repeat center center fixed;
    background-size: cover;
}*/


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: var(--color-science-blue);
}

.btn-primary {
    color: var(--color-white);
    background-color: var(--color-denim);
    border-color: var(--color-fun-blue);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--color-white);
    background-color: var(--color-denim);
    border-color: var(--color-fun-blue);
}


#wrap {
    min-height: 100%;
    min-width: 100%;
    margin-top: -120px;
    padding-top: 120px;
    /*margin-bottom: -50px;
    padding-bottom: 50px;*/
    display: inline-grid;
}


#ApplicationsList,
#ApplicationsList,
#ApplicationUserList,
#ApplicationRoleList,
#LogList,
#ApplicationCompanyList,
#UserOverviewList,
#CompanyOverviewList,
#AuditOverviewList,
#CompanyUserList,
#CompaniesList,
#AdministratorsUserList,
#UserAudit,
#ImportsList,
#ImportDetailsList,
#RequestsList,
#ApplicationEventList,
#ApplicationWebhookList {
    border-collapse: collapse !important;
}

table[role="grid"] {
    border-collapse: collapse !important;
}

@media (min-width: 576px) {
    html {
        font-size: 15px;
    }
}

header * {
    font-size: 16px !important;
}

.border-top {
    border-top: 1px solid var(--color-mercury-1);
}

.border-bottom {
    border-bottom: 1px solid var(--color-mercury-1);
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.custom-control-label {
    font-weight: normal;
}

.filters-menu {
    width: 400px !important;
}
/* Sticky footer styles
-------------------------------------------------- */
.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.renson-blue {
    background-color: var(--color-dark-blue) !important;
    border-color: var(--color-dark-blue) !important;
}

.renson-blue-text {
    color: var(--color-dark-blue);
    font-size: 1rem;
}

.renson-blue-text-bold {
    color: var(--color-dark-blue);
    font-size: 1rem;
    font-weight: bold;
}

.renson-dark-gray {
    background-color: rgba(65, 72, 76, 1) !important;
    border-color: var(--color-dark-blue) !important;
}

.btn-primary {
    background-color: var(--color-dark-blue) !important;
    border-color: var(--color-dark-blue) !important;
    font-weight: bold;
}

.btn-secondary {
    font-weight: bold;
}

.btn-delete {
    color: var(--color-white);
    background-color: var(--color-red-approx);
    border-color: var(--color-red-approx);
    font-weight: bold;
}

    .btn-delete:hover {
        color: var(--color-white);
        background-color: var(--color-red-solid);
        border-color: var(--color-red-solid);
        font-weight: bold;
    }

.btn {
    border-radius: 0;
}

.bg-light {
    background-color: var(--color-mercury-2) !important;
}

.one-row {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.nav-group-main {
    font-size: 1rem;
}

    .nav-group-main a {
        font-weight: 400;
    }

    .nav-group-main nav {
        padding: 1.55rem 0.1rem 1.6rem 0.7rem;
    }

        .nav-group-main nav span.app-name {
            border: 0;
            border-left: 0.015rem solid var(--color-east-bay);
            font-size: 1rem;
            line-height: 23px;
            padding: 0 .5rem;
            color: var(--color-white);
            display: inline-block;
            margin-top: 8px;
        }

        .nav-group-main nav span.env-name {
            border: 0;
            border-left: 0.015rem solid var(--color-east-bay);
            font-size: 1rem;
            line-height: 23px;
            padding: 0 .5rem;
            color: #fff;
            display: inline-block;
            margin-top: 8px;
            font-weight: 600;
        }

            .nav-group-main nav span.env-name img {
                max-height: 24px;
                padding: 0;
            }

        .nav-group-main nav div.dropdown-menu {
            border-radius: 0.5rem;
            margin-left: 0.3rem;
            padding: 0.4rem 0;
            box-shadow: rgba(65,69,88,0.1) 0px 7px 14px 0px, rgba(0,0,0,0.07) 0px 3px 6px 0px;
        }

            .nav-group-main nav div.dropdown-menu > a {
                text-decoration: none;
                font-size: 14px !important;
                padding: 0 1.5rem;
            }

                .nav-group-main nav div.dropdown-menu > a.dropdown-item:hover {
                    background-color: var(--color-dusty-gray);
                    color: #fff;
                }

            .nav-group-main nav div.dropdown-menu .select2-selection__rendered {
                font-size: 14px !important;
            }


            .nav-group-main nav div.dropdown-menu .select2-results__option {
                font-size: 14px !important;
            }


            .nav-group-main nav div.dropdown-menu > .group-title {
                color: var(--color-dusty-gray);
                text-transform: uppercase;
                font-weight: 700;
                font-size: 11px !important;
                padding: 0 1.5rem;
            }

        .nav-group-main nav a img {
            height: 1.61rem;
            padding-right: 0.8rem;
            padding-left: 0.1rem;
        }

        .nav-group-main nav .navbar-collapse ul li {
            padding-left: 1.5rem;
        }

.nav-group-top a {
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--color-white);
}

/*.navbar-expand-md .navbar-nav {
    flex-direction: row;
}*/

.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.nav-group-top .navbar {
    height: 2.3rem;
    padding-right: 0;
}

.navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    padding-right: 2rem;
}

@media screen and (max-width: 768px) {
    div.nav-group-main nav .navbar-collapse ul li.nav-item {
        padding-left: 0;
    }


    .sidebar-expanded {
        min-width: 65px !important;
        width: 65px !important;
    }

        .sidebar-expanded .menu-collapsed {
            display: none;
        }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar-expanded {
        min-width: 65px !important;
        width: 65px !important;
    }

        .sidebar-expanded .menu-collapsed {
            display: none;
        }

    div.nav-group-main {
        font-size: 0.9rem;
    }

        div.nav-group-main .mobile-user {
            color: var(--color-white);
            margin-left: 13rem;
        }

        div.nav-group-main .mobile-search {
            color: var(--color-white);
        }

        div.nav-group-main .navbar-toggler-icon {
            margin-left: -0.5rem;
        }

        div.nav-group-main nav button span {
            opacity: 1;
            margin-right: -0.5rem;
        }

        div.nav-group-main nav .navbar-collapse ul li {
            padding-left: 0.5rem;
        }

    .collapse:not(.show) {
        display: none !important;
    }


    .navbar-expand-md .navbar-collapse {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    div.nav-group-main {
        font-size: 0.9rem;
    }

        div.nav-group-main nav button {
            font-size: 0.9rem;
        }

            div.nav-group-main nav button span {
                font-size: 0.72rem;
            }

        div.nav-group-main nav .navbar-collapse ul {
            font-size: 12px;
        }

            div.nav-group-main nav .navbar-collapse ul li {
                padding-left: 0;
            }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    div.nav-group-main {
        font-size: 0.99rem;
    }

        div.nav-group-main nav button {
            font-size: 0.9rem;
        }

            div.nav-group-main nav button span {
                font-size: 0.72rem;
            }

        div.nav-group-main nav .navbar-collapse ul li {
            padding-left: 0;
        }
}

@media screen and (max-width: 575px) and (min-width: 425px) {
    .sidebar-expanded {
        min-width: 65px !important;
        width: 65px !important;
    }

        .sidebar-expanded .menu-collapsed {
            display: none;
        }

    .nav-group-main .navbar {
        padding-right: 1rem;
    }

        .nav-group-main .navbar .navbar-toggler {
            padding: 0;
        }

            .nav-group-main .navbar .navbar-toggler .navbar-toggler-icon {
                opacity: 1;
                margin-left: 0;
            }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-md .navbar-collapse {
        width: 100%;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px) {

    .sidebar-expanded {
        min-width: 65px !important;
        width: 65px !important;
    }

        .sidebar-expanded .menu-collapsed {
            display: none;
        }


    .nav-group-main .navbar {
        padding-right: 1rem;
    }

        .nav-group-main .navbar .navbar-toggler .navbar-toggler-icon {
            opacity: 1;
            margin-left: 0;
        }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-md .navbar-collapse {
        width: 100%;
    }
}

@media screen and (max-width: 374px) {

    .sidebar-expanded {
        min-width: 65px !important;
        width: 65px !important;
    }

        .sidebar-expanded .menu-collapsed {
            display: none;
        }

    .nav-group-main .navbar {
        padding-right: 0.5rem;
    }

        .nav-group-main .navbar .navbar-toggler .navbar-toggler-icon {
            opacity: 1;
            margin-left: 0;
        }

    .collapse:not(.show) {
        display: none !important;
    }

    .navbar-expand-md .navbar-collapse {
        width: 100%;
    }
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.nav-link {
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.d-flex {
    display: flex !important;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-nav li.nav-item a.active span {
    position: relative;
    font-weight: 600;
}

    .navbar-nav li.nav-item a.active span::after {
        content: "__";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 40%);
        font-size: 18px;
        font-weight: 800;
    }


.navbar-nav li.nav-item button.active div.company {
    position: relative;
}

    .navbar-nav li.nav-item button.active div.company::after {
        content: "__";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 40%);
        font-size: 18px;
        font-weight: 800;
        color: var(--color-white);
    }


.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle:focus {
    box-shadow: none !important;
}


#dropdownMenuButton {
    position: relative;
    padding-right: 10px;
}

    #dropdownMenuButton:focus {
        box-shadow: none !important;
    }

    #dropdownMenuButton div.company {
        font-size: 12px !important;
        text-align: left;
        color: var(--color-mercury-2);
    }

    #dropdownMenuButton div.image {
        border-radius: 40px;
        background-color: #fff;
        color: var(--main-color);
        height: 40px;
        width: 40px;
        font-weight: 600;
        font-size: 16px;
        padding-top: 8px;
        text-align: center;
        float: left;
        margin-right: 10px;
    }

    #dropdownMenuButton:hover div.image {
        background-color: #ccc;
    }

    #dropdownMenuButton img.avatar {
        border-radius: 50%;
        height: 45px;
        width: 45px;
        font-weight: 600;
        font-size: large;
        text-align: center;
        float: left;
        margin-right: 10px;
        margin-top: -5px;
    }

    #dropdownMenuButton div.nameWithoutCompany {
        padding-top: 9px;
    }

.dropdown-menu:before, .dropdown-menu.pull-right:before {
    right: 16px;
    left: auto !important;
}

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu::after, .dropdown-menu.pull-right:after {
    right: 17px;
    left: auto !important;
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}


.dropdown[class*="show"] .dropdown-toggle .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown-toggle {
    color: #fff !important;
    padding-top: 8px;
}

    .dropdown-toggle:hover {
        color: #fff !important;
    }

    .dropdown-toggle .fa-angle-down {
        margin: 7px 0 0 0;
        padding: 0;
    }

        .dropdown-toggle .fa-angle-down::before {
            display: block;
            margin: 0 8px;
        }


#dropdownMenuButton .fa-angle-down {
    margin: 13px 3px;
    padding: 0;
}

header #dropdownMenuButton ~ .dropdown-menu::after, .dropdown-menu.pull-right:after {
    right: 19px;
    left: auto !important;
}

#ddLocales {
    margin-top: 13px;
}

#navbarToggleMainContent {
    margin-bottom: -23px;
    margin-top: -8px;
}

#navbarLaguageSwitch {
    margin-bottom: -12px;
    margin-top: -10px;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
    display: flex !important;
}

#sidebar-container {
    background-color: var(--color-mercury-2) !important;
    padding: 0;
    display: table-cell !important;
    vertical-align: top;
    max-height: calc(100vh - 90px);
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    min-width: 230px;
}

.sidebar-collapsed {
    max-width: 65px;
    width: 65px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 45px;
    color: var(--color-dark-blue) !important;
    font-size: 16px;
    display: flex;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}

.sidebar-submenu {
    font-size: 1rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: var(--color-mercury-2) !important;
    height: 35px;
}

.sidebar-separator {
    background-color: var(--color-mercury-2) !important;
    height: 25px;
}

.logo-separator {
    background-color: var(--color-mercury-2) !important;
    height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0d8";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

img.flag {
    height: 16px;
    margin-top: -3px;
}

.actions-cell {
    display: table;
    margin: auto !important;
}

    .actions-cell > div {
        display: table-cell;
        min-width: 40px;
        text-align: center;
    }

.table {
    line-height: 26px;
}

    .table td, .table th {
        padding: .70rem !important;
        border-bottom: 1px solid var(--color-geyser) !important;
        border-top-width: 0;
    }

tr:hover > td > div.actions-cell > div > a > i.fa {
    display: block;
}

tr:hover > td > div.actions-cell > div > a.action-link {
    display: block;
}

tr > td > div.actions-cell > div > a > i.fa {
    display: none;
}

tr:hover > td > div.actions-cell > div > i.fa-square {
    display: none;
}

tr > td > div.actions-cell > div > i.fa-square {
    display: block;
    color: var(--color-silver-1);
    min-height: 18px;
}

a.action-link {
    text-decoration: none;
    display: none;
    min-width: 40px;
    max-height: 24px;
}

.text-light-grey {
    color: var(--color-dusty-gray) !important;
}

span.select2-selection {
    font-size: 16px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right !important;
    margin-left: 5px !important;
}

.f-17-px {
    font-size: 17px !important;
}

.f-20-px {
    font-size: 20px !important;
}

.f-26-px {
    font-size: 26px !important;
}

.f-8-px {
    font-size: 8px !important;
}

.w-2-p {
    width: 2% !important;
}

.w-5-p {
    width: 5% !important;
}

.w-10-p {
    width: 10% !important;
}

.w-20-p {
    width: 20% !important;
}

.w-30-p {
    width: 30% !important;
}

.form-inline thead th {
    border-top: 0;
}

a {
    outline: 0;
}

.modal-backdrop {
    background-color: rgba(0, 39, 91, 1);
}

.modal-loading {
    display: none;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    position: fixed;
    width: 100%;
    z-index: 99999;
    height: 100%;
}

    .modal-loading:before {
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: rgba(0, 39, 91, 1);
        border: none;
        border-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 0.1;
    }

    .modal-loading:not(:required) {
        background-color: var(--color-transparent);
        border: 0;
        color: var(--color-transparent);
        font: 0/0 a;
        text-shadow: none;
    }

.modal-dialog {
    height: 80%;
    width: 100%;
    display: flex;
    align-items: center;
}

.modal-content {
    margin: 0 auto;
    border-radius: 0.4rem;
}

.modal-header {
    background-color: rgba(242, 242, 242, 1);
    padding: 2.5rem 2rem 2rem 2rem !important;
    font-size: 17px;
    font-weight: 600;
    border-bottom-width: 0;
}

    .modal-header > h5, .modal-header > h4 {
        font-size: 17px;
        font-weight: 650;
    }

    .modal-header .close {
        font-size: 30px;
        height: 26px;
        font-weight: 900;
        padding: 0;
        margin: 0 !important;
    }

.modal-footer {
    border-top-width: 0;
    padding: 1rem 2rem 2rem 2rem !important;
}

.modal-body {
    padding: 2rem 2rem 0 2rem !important;
}

.btn {
    min-width: 60px;
}

.select2-selection {
    height: auto !important;
}

.select2-container--bootstrap .select2-selection {
    font-size: medium;
    box-shadow: inset 0 0px 1px rgba(0,0,0,.075);
    line-height: 24px;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: var(--color-bridesmaid);
    border: 1px solid var(--color-monza);
}


    select.input-validation-error ~ span.select2-container .select2-selection {
        background: var(--color-bridesmaid);
        border: 1px solid var(--color-monza);
    }

    input.input-validation-error ~ label.form-check-label {
        background: var(--color-bridesmaid);
        border: 1px solid var(--color-monza);
    }


#select2-UserId-results li.select2-results__option {
    border-bottom: 1px solid rgba(0,0,0,.075);
}

.lds-spinner {
    color: var(--color-white);
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: var(--color-white);
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fs-95-rem {
    font-size: 0.95rem;
}


.bcrumb a, .bcrumb > i, .bcrumb > span {
    color: var(--color-dove-gray);
    font-weight: 400;
    padding: 0.25rem;
    font-size: 13px;
    display: block;
}

.bcrumb i {
    padding-left: 0px;
    font-size: 18px;
}

.bcrumb a {
    text-decoration: underline;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.validation-summary-valid ul {
    padding: 0;
    margin: 0;
}

.my-2-5 {
    margin-bottom: .7rem !important;
    margin-top: .7rem !important;
}


.nav-item > a.active {
    font-weight: 600;
}

.label {
    font-weight: 700;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 0.5em;
}


.single-readonly-checkbox {
    cursor: initial !important;
    margin: auto;
    width: 0;
    pointer-events: none;
}

.readonly-checkbox {
    cursor: initial !important;
}

.custom-control-label.readonly-checkbox::before {
    background-color: var(--color-mercury-1) !important;
}

.custom-control-input:checked ~ .custom-control-label.readonly-checkbox::before {
    border-color: var(--color-gray) !important;
    background-color: var(--color-mercury-1) !important;
}

.custom-control-label {
    padding: 3px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
}

.custom-control-label::before {
    background-image: url("../images/32px.png");
    background-position: -164px -4px;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px;
    background-repeat: no-repeat;
    background-color: var(--color-transparent);
    background-size: 320px 96px;
    border: none !important;
    left: -1.7rem;
    top: .2rem;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--color-transparent);
}

.custom-control-label::after {
    width: 1.3rem !important;
    height: 1.3rem !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../images/32px.png");
    background-position: -228px -4px;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px;
    background-repeat: no-repeat;
    background-color: var(--color-transparent);
    background-size: 320px 96px;
    left: -1.7rem;
    top: .2rem;
}

.lh-30 {
    line-height: 30px !important;
}

.modal-open {
    overflow: initial !important;
}

.autocomplete-suggestions {
    border: 1px solid var(--color-ghost-approx);
    border-radius: .25rem;
    background: var(--color-white);
    overflow: auto;
    line-height: 32px;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: var(--color-gallery-approx);
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: var(--color-dodger-blue);
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid var(--color-black);
    }

.log-message {
    word-break: break-word;
}

.sidebar-collapsed .fa {
    margin-top: .2rem !important;
}


.sidebar-expanded .list-group-item {
    padding: .75rem 1.06rem;
    border: none;
}

    .sidebar-expanded .list-group-item span {
        float: left;
        line-height: 28px;
    }

.env-box {
    float: left;
    margin-left: 48%;
}

    .env-box h5 {
        font-weight: bolder;
        padding-top: 10px;
    }


.password-strength-text {
    float: left
}

.password-strength-hint {
    font-weight: 400
}

    .password-strength-hint + [class^="password-strength-"] {
        display: none
    }

.passw-strength-indicator {
    position: relative;
    height: 1.5rem;
    width: 100%;
    clear: left;
    top: -24px;
    margin-bottom: -24px
}

    .passw-strength-indicator > div {
        position: absolute;
        left: auto;
        min-width: 100%;
        right: 0
    }

        .passw-strength-indicator > div:before {
            font-size: 4rem;
            position: absolute;
            right: 0;
            top: -2rem;
            height: 0;
            z-index: -1
        }

        .passw-strength-indicator > div:after {
            content: '―――――';
            color: var(--color-mercury-2);
            position: absolute;
            top: -2rem;
            right: 0;
            font-size: 4rem;
            height: 0;
            z-index: -1
        }

    .passw-strength-indicator .passw-indicator-weak:before {
        color: rgba(191, 191, 0, 0.6);
        content: '―';
        right: 16rem
    }

    .passw-strength-indicator .passw-indicator-weak:after {
        content: '――――'
    }

    .passw-strength-indicator .passw-indicator-acceptable:before {
        color: rgba(191, 191, 0, 0.8);
        content: '――';
        right: 12rem
    }

    .passw-strength-indicator .passw-indicator-acceptable:after {
        content: '―――'
    }

    .passw-strength-indicator .passw-indicator-average:before {
        color: var(--color-buddha-gold-1);
        content: '―――';
        right: 8rem
    }

    .passw-strength-indicator .passw-indicator-average:after {
        content: '――'
    }

    .passw-strength-indicator .passw-indicator-strong:before {
        color: var(--color-buddha-gold-2);
        content: '――――';
        right: 4rem
    }

    .passw-strength-indicator .passw-indicator-strong:after {
        content: '―'
    }

    .passw-strength-indicator .passw-indicator-excellent:before {
        color: var(--color-buddha-gold-3);
        content: '―――――'
    }

    .passw-strength-indicator .passw-indicator-excellent:after {
        content: none
    }

.password-strength .form-control {
    border-radius: .3rem
}

.disable-icon {
    color: var(--color-silver-2);
    pointer-events: none;
}

.disable-link {
    pointer-events: none !important;
    color: var(--color-black);
}

.jstree-default .jstree-clicked {
    background: none !important;
    box-shadow: none !important;
}


input.slider {
    position: absolute;
    left: -9999px
}

.slider-v2 {
    position: relative;
    display: block;
    width: 3.65em;
    height: 1.9em;
    cursor: pointer;
    border-radius: 1.5em;
    transition: 350ms;
    background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0)), var(--color-alto);
    box-shadow: 0 0.07em 0.1em -0.1em rgba(0, 0, 0, 0.4) inset, 0 0.05em 0.08em -0.01em rgba(0, 0, 0, 0.5);
    padding: 0.5em;
}

    .slider-v2::after {
        position: absolute;
        content: '';
        width: 1.2em;
        height: 1.2em;
        top: 0.35em;
        left: 0.45em;
        border-radius: 50%;
        transition: 250ms ease-in-out;
        background: linear-gradient(var(--color-wild-sand) 10%, var(--color-gallery));
        box-shadow: 0 0.1em 0.15em -0.05em rgba(255, 255, 255, 0.9) inset, 0 0.2em 0.2em -0.12em rgba(0, 0, 0, 0.5);
    }

    .slider-v2::before {
        margin: auto;
        display: block;
        content: '';
        width: 2.6em;
        height: 1em;
        border-radius: 0.75em;
        transition: 250ms ease-in-out;
        background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.2)), var(--color-silver-1);
        box-shadow: 0 0.08em 0.15em -0.1em rgba(0, 0, 0, 0.5) inset, 0 0.05em 0.08em -0.01em rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(68, 204, 102, 0.7) inset;
    }

input:checked + .slider-v2::before {
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)), rgba(68, 204, 102, 1);
}

input:checked + .slider-v2::after {
    left: 2em;
}


.min-w-100 {
    min-width: 100px;
}

.min-w-200 {
    min-width: 100px;
}

.c-limit-box {
    max-height: 450px;
    max-width: 454px;
    overflow-y: auto;
}


table > thead > tr > th.actions-cell-header {
    text-align: center !important;
    width: 5% !important;
}

table > tbody > tr > td > div.actions-cell > div > a > i.fa-edit, table > tbody > tr > td > div.actions-cell > div > a > i.fa-trash {
    color: var(--color-black);
}

.validation-image {
    height: 0.8rem;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.tooltip-wide {
    background-color: var(--color-white);
    color: rgb(111,112,114);
    border: 1px solid rgb(176,177,179);
    border-radius: unset;
    max-width: 100%;
    min-width: 80%;
    text-align: left;
    padding: 1rem;
}

    .tooltip-wide > p {
        margin-bottom: 0.5rem;
    }

.bs-tooltip-bottom.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow-grey::before,
.bs-tooltip-bottom .arrow-grey::before {
    border-bottom-color: rgb(176,177,179);
}

.bs-tooltip-auto[x-placement^=top] .arrow-grey::before,
.bs-tooltip-top .arrow-grey::before {
    border-top-color: rgb(176,177,179);
}

.specific-roles {
    margin-left: -28px;
}

    .specific-roles ul > li {
        line-height: 28px !important;
    }

        .specific-roles ul > li .jstree-checkbox {
            margin-right: 0.5em;
        }

.text-grey {
    color: grey !important;
}

    .text-grey:hover {
        color: grey !important;
    }

.alert {
    width: auto;
    height: auto;
    top: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}

    .alert > .close {
        font-size: 1.5rem !important;
        padding-left: 0.8rem !important;
    }

    .alert > .alertMessage {
        font-weight: bolder;
    }


td.details-control {
    cursor: pointer;
}


    td.details-control:before {
        content: "\f196";
        font-family: FontAwesome;
        left: -5px;
        top: 0;
    }


tr.details td.details-control:before {
    content: "\f147";
    font-family: FontAwesome;
    left: -5px;
    top: 0;
}


table.details-table {
    width: 100%;
    border: 1px solid var(--color-black);
}

    table.details-table > thead > tr > th {
        border: 1px solid var(--color-alto) !important;
        background-color: var(--color-gallery);
    }

    table.details-table > tbody > tr > td {
        border: 1px solid var(--color-alto) !important;
    }


    table.details-table tr:hover {
        background-color: var(--color-gallery-solid);
    }

table tr.details-row:hover {
    background-color: var(--color-transparent);
}


table tr.details-row > td {
    margin: 0;
    padding: 0;
}

.recovery-password {
    font-size: 14px;
    height: 1.6em;
    text-align: center;
    margin: auto;
}

    .recovery-password .fa-lock, .recovery-password .fa-undo {
        font-weight: 100;
    }


.mdl-button--raised.mdl-button--colored {
    background: var(--color-dark-blue) !important;
}

/* Clearable text inputs */
.clearable {
    position: relative;
    display: inline-block;
}

    .clearable input[type=text] {
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }

.clearable__clear {
    display: none;
    position: absolute;
    right: 0px;
    top: 2px;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.5em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}

.date .input-group-addon {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125) !important;
    border-left-width: 0 !important;
    border-radius: 0 calc(.25rem - 1px) calc(.25rem - 1px) 0;
    margin: 0;
    width: 25px;
}

.date .fa-calendar {
    padding-top: 6px;
    padding-bottom: 6px;
}


.font-bolder {
    font-weight: 600;
}


:root {
    --borderWidth: 3px;
    --height: 16px;
    --width: 10px;
    --borderColor: var(--color-gray-native);
}

.check {
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
}

.dash {
    font-size: 1em;
    color: var(--color-gray-native);
    text-align: center;
}

.company-specific-roles {
    margin-left: -4px;
    width: 100%;
    float: left;
}

    .company-specific-roles li {
        display: inline-block;
        width: 33.3%;
    }

        .company-specific-roles li .jstree-checkbox {
            margin-right: 3px;
        }

        .company-specific-roles li .jstree-ocl {
            display: none;
        }

a.underlined {
    text-decoration: underline;
    font-weight: 600;
}


.custom-file-upload {
    border: 1px solid var(--color-ghost-approx);
    display: inline-block;
    padding: 3px 8px;
    cursor: pointer;
    width: 85%;
    color: var(--color-dusty-gray);
    font-weight: 600 !important;
    margin-bottom: 0;
}

    .custom-file-upload .fa-folder-open {
        position: absolute;
        right: 10px;
        color: var(--color-dark-blue) !important;
        font-size: 30px;
        top: 2px;
    }

    .custom-file-upload span {
        overflow: hidden;
        max-width: 325px;
        display: block;
    }

input[type="file"] {
    display: none;
}

    input[type="file"].input-validation-error ~ label.custom-file-upload {
        background: var(--color-bridesmaid);
        border: 1px solid var(--color-monza);
    }


.has_sub {
    background: var(--color-bridesmaid);
    border-color: var(--color-monza) !important;
}

.dz-default {
    background: var(--color-white);
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    float: left;
    min-width: 300px;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer !important;
}


.dropzone .dz-preview .dz-image {
    width: auto;
    height: auto;
    max-height: 190px;
    max-width: 190px;
    margin-bottom: 20px;
    background-color: rgba(0,0,0,.1);
    border-radius: 3px;
}

    .dropzone .dz-preview .dz-image img {
        max-height: 170px;
        max-width: 180px;
        margin: auto;
        padding: 10px;
    }

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    -o-transform: initial !important;
    transform: initial !important;
    -webkit-filter: initial !important;
    filter: initial !important;
    margin: auto;
    padding: 10px;
}

.dropzone .dz-preview.dz-image-preview {
    background-color: var(--color-transparent) !important;
}

    .dropzone .dz-preview.dz-image-preview .dz-details {
        position: relative;
        opacity: 1;
        padding: 0 0 10px 0;
        max-width: 180px;
    }

        .dropzone .dz-preview.dz-image-preview .dz-details .dz-size {
            margin-bottom: 0.5em;
            float: left;
        }

.dropzone .dz-preview .dz-details .dz-filename {
    max-width: 200px;
}


.jstree-default .jstree-node, .jstree-default .jstree-icon {
    background-image: url("../images/32px.png");
}

.jstree-default .jstree-last {
    background: none !important;
}

.numberCircle {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 2px;
    background: var(--color-red-approx);
    color: var(--color-white);
    text-align: center;
    font-weight: bold;
    margin-left: 15px;
}

.nowrap {
    white-space: nowrap;
}

.row input[type="radio"] {
    margin: 0.5rem;
}

/* Start Scroll Properties */

.scroll-x {
    overflow-x: auto;
}

/* End Scroll Properties */

#togglePassword {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.logo {
    background-image: url(../images/rensonlogo.png);
    width: 165px;
    height: 30px;
    background-size: 140px auto;
    background-repeat: no-repeat;
    background-position: 50%;
}


.refresh-icon {
    position: absolute;
    right: 3px;
    top: calc(50% - 0.75em);
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    color: var(--main-color);
}

    .refresh-icon:hover {
        text-decoration: none;
        color: var(--main-color);
    }

.dd-actions button {
    color: var(--color-science-blue) !important;
    text-decoration: underline;
    font-weight: 600 !important;
}

    .dd-actions button:hover {
        color: var(--color-science-blue) !important;
        text-decoration: underline;
    }


.trapezoid {
    height: 30px;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 600;
}

    .trapezoid::before,
    .trapezoid::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 70%;
        background: transparent;
        border-width: 0 4px 3px 4px;
        border-color: #fff;
        border-style: solid;
    }

    .trapezoid::before {
        border-right: 0;
        left: 0;
        transform: skew(35deg);
        border-radius: 2px 0 0 2px;
    }

    .trapezoid::after {
        border-left: 0;
        right: 0;
        transform: skew(-35deg);
        border-radius: 0 2px 2px 0;
    }


.border-dark-blue {
    border-color: var(--color-dark-blue) !important;
}

.menu-divider {
    margin-top: 5px;
}

    .menu-divider > .navbar-vertical-label {
        margin-left: 10px;
        color: var(--color-dove-gray);
        font-size: 10px;
        font-weight: bold;
        margin-right: 10px;
        padding-right: 0px;
    }

    .menu-divider > .navbar-vertical-divider-wrapper {
        padding-left: 0px;
        margin-top: -2px;
        margin-right: 10px;
    }

        .menu-divider > .navbar-vertical-divider-wrapper > .navbar-vertical-divider {
            border-top-color: var(--color-dove-gray);
            border-top-width: 1px;
        }

.access-request-info-box {
    background-color: rgba(0, 40, 85, 0.1);
    box-shadow: 1px 1px 2px 2px rgba(0, 40, 85, 0.5);
}


.wizard, .wizard .nav-tabs, .wizard .nav-tabs .nav-item {
    position: relative;
    padding: 0 4px;
}

    .wizard .nav-tabs .nav-item .nav-link {
        border: 0;
        outline: 0;
        background: none;
        cursor: pointer;
    }

        .wizard .nav-tabs .nav-item .nav-link .step {
            border-radius: 50%;
            background-color: #c3c8db;
            width: 26px;
            height: 26px;
            padding-top: 1px;
        }

            .wizard .nav-tabs .nav-item .nav-link .step span {
                color: #f0f3ff;
                font-weight: bold;
                padding-top: 50%;
                padding-bottom: 50%;
                margin-left: 9px;
                margin-right: 9px
            }

        .wizard .nav-tabs .nav-item .nav-link .step-text {
            font-weight: bold;
            color: #6774a6;
        }


        .wizard .nav-tabs .nav-item .nav-link.active .step {
            background-color: #002855;
        }

        .wizard .nav-tabs .nav-item .nav-link.active .step-text {
            color: #002855;
        }

        .wizard .nav-tabs .nav-item .nav-link.activated .step {
            background-color: #31d84a;
        }


            .wizard .nav-tabs .nav-item .nav-link.activated .step span {
                display: none;
            }


            .wizard .nav-tabs .nav-item .nav-link.activated .step::before {
                font-family: 'FontAwesome';
                content: "\f00c";
                font-weight: 900;
                color: #fff;
                padding: 0.35rem;
            }

    .wizard .tab-content .pane-content {
        padding-top: 11rem;
        padding-bottom: 2rem;
        margin-top: -1rem;
        margin-left: -2.4rem;
    }


    .wizard .pane-buttons {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 72px;
        box-shadow: 0 4px 8px #7b59471a;
        z-index: 1049;
        background-color: #fff;
        margin: 0 !important;
        padding: 1.15rem 2rem;
    }

        .wizard .pane-buttons a {
            text-decoration: underline;
        }


        .wizard .pane-buttons .col {
            display: grid;
        }

        .wizard .pane-buttons .add-project {
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' style='width: 2em%3B'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Crect fill='%23000000' opacity='0' x='0' y='0' width='24' height='24'%3E%3C/rect%3E%3Cg transform='translate(2.000000  2.000000)' stroke='%23001A7A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25'%3E%3Cpath d='M19.5485236 10.1608694 L19.5485236 10.1608693 C19.6412123 9.68965104 19.334354 9.23251278 18.8631358 9.13982582 C18.8084814 9.1290753 18.752921 9.12360104 18.6972192 9.1234786 L8.41200184 9.1234786 L8.41200189 9.1234786 C7.99937841 9.12273746 7.64409146 8.83211425 7.56156711 8.42782643 L7.31982798 7.21826121 L7.31982798 7.21826123 C7.23730381 6.81397341 6.88201668 6.52334993 6.4693932 6.52260906 L0.866784505 6.52260906 L0.866784542 6.52260906 C0.386539325 6.52414476 -0.00153111026 6.91470558 -3.14415161e-13 7.39494819 C-3.14415161e-13 7.45035993 0.00565506366 7.50562819 0.0163498463 7.55999776 L2.27113245 18.8643456 L2.27113246 18.8643456 C2.35365664 19.2686334 2.70894377 19.5592569 3.12156725 19.5599978 L16.9633064 19.5599978 L16.9633064 19.5599978 C17.3759298 19.5592566 17.7312168 19.2686334 17.8137411 18.8643456 C18.1711324 17.0799978 19.1250455 12.2773891 19.5485237 10.1608674 L19.5485236 10.1608694 Z'%3E%3C/path%3E%3Cpath d='M3.26069747 3.91304335 L3.27808877 0.869565086 L3.27808877 0.869565217 C3.2780887 0.389317391 3.66740616 9.81437154e-14 4.14765399 9.81437154e-14 L15.4198279 9.81437154e-14 L15.4198279 9.81437154e-14 C15.9000757 9.81437154e-14 16.2893931 0.389317391 16.2893931 0.869565217 L16.3067844 6.52173913'%3E%3C/path%3E%3Cline x1='5.87808877' y1='2.59999987' x2='13.0433062' y2='2.60869552'%3E%3C/line%3E%3Cline x1='9.7824366' y1='5.21739117' x2='13.0433062' y2='5.21739117'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            background-repeat: no-repeat;
            padding-left: 1.75rem;
            line-height: 35px;
        }

    .wizard .nav-tabs {
        background-color: #fff !important;
        box-shadow: 0 4px 8px #7b59471a;
        padding: 0.5rem calc(50% - 400px);
    }

    .wizard .card {
        display: block;
        background-color: #F7F7F7;
    }


    .wizard .text-muted {
        color: #b1b2b2 !important;
    }

button.previous {
    position: relative;
    padding-left: 25px;
}

    button.previous::before {
        font-family: 'FontAwesome';
        content: "\f104";
        color: #fff;
        font-size: 23px;
        position: absolute;
        top: calc(50% - 18px);
        left: 9px;
    }


button.next {
    position: relative;
    padding-right: 25px;
}

    button.next::before {
        font-family: 'FontAwesome';
        content: "\f105";
        color: #fff;
        font-size: 23px;
        position: absolute;
        top: calc(50% - 18px);
        right: 9px;
    }


.search-result {
    max-height: 300px;
    margin-bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    border-bottom: 1px solid #ced4da;
}

.search-box-item-notfound {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-bottom: none !important;
    border-top: none !important;
}

.search-box-item {
    padding-left: 35px;
}

    .search-box-item:first-child {
        border-top-left-radius: 0rem;
        border-top-right-radius: 0rem;
        border-top: none;
    }

    .search-box-item:last-child {
        border-bottom-left-radius: 0rem;
        border-bottom-right-radius: 0rem;
        border-bottom: none;
    }

    .search-box-item.active {
        position: relative;
        font-weight: 600;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .search-box-item.active:before {
            font-family: fontAwesome;
            content: "\f046";
            background-color: #337ab7;
        }

    .search-box-item:before {
        font-family: fontAwesome;
        content: "\f096";
        font-size: 20px;
        float: left;
        min-width: 18px;
        position: absolute;
        left: 10px;
        top: 6px;
    }

.search-box-title {
    font-weight: bold;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    line-height: 30px;
    margin-right: 0px;
    margin-left: 0px;
}

.break-word {
    word-break: break-word !important;
}

.break-spaces {
    white-space: break-spaces !important;
}

.select2-container li:only-child, .select2-container input:placeholder-shown {
    width: 100% !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin: 1px 1px 0px 7px;
    font-size: 20px;
    line-height: 20px;
}


.select2-container--bootstrap .select2-selection--multiple li.select2-selection__choice {
    background-color: #e7e7e7;
    margin: 2px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    font-size: 20px;
    line-height: 20px;
}

#select-box .select2-container .select2-search--inline {
    width: 100%;
}

#select-box .select2-container--bootstrap .select2-results__option--highlighted[aria-selected="false"] {
    background-color: inherit;
    color: inherit;
}

#select-box .select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: inherit;
    color: inherit;
}

#select-box .select2-container {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 10px;
    min-height: 200px;
}

#select-box .select2-container--below {
    min-height: 60px;
}


#select-box .select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none;
    border: 1px solid #ccc !important;
    width: 100% !important;
}

#select-box .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
}


#select-box .select2-results__option {
    padding: 2px 0 0px 0;
    position: relative;
}


    #select-box .select2-results__option:before {
        font-family: fontAwesome;
        content: "\f096";
        font-size: 20px;
        float: left;
        min-width: 18px;
        position: absolute;
        left: 10px;
    }


    #select-box .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f046";
    }

#select-box .select2-results__message {
    padding-left: 10px;
}


    #select-box .select2-results__message:before {
        content: "";
    }

#select-box .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    outline: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline-offset: 0px;
    width: 100% !important;
    height: 30px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    width: 100% !important;
}


#select-box .select2-results__option div.row div.col {
    border: 1px solid #ced4da;
    border-width: 0 0px 1px 0px;
}


    #select-box .select2-results__option div.row div.col:last-child {
        border-right-width: 0px;
    }

#select-box .select2-results__option:last-child div.row div.col {
    border-bottom-width: 0px;
}


#select-box .select-box-title {
    font-weight: bold;
    border-bottom: 1px solid #ced4da;
    line-height: 30px;
}

#select-box div.select-box-title div.col:first-child {
    padding-left: 63px;
    padding-right: 0;
}

#select-box div.select-box-title div.col:last-child {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
}

#select-box .select2-results__option div.row {
    margin: 0;
}


    #select-box .select2-results__option div.row div.col:first-child {
        padding-left: 52px;
    }


    #select-box .select2-results__option div.row div.col:last-child {
        padding-left: 0;
        padding-right: 0;
    }


#select-box .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    position: relative;
}

#select-box .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    top: 0;
    right: 0;
}


ul.list-group {
    height: 100%;
}

    ul.list-group > li.last-option {
        margin-top: auto;
    }

.capitalize {
    text-transform: capitalize;
}

.select2-selection__clear {
    font-size: 22px;
}

.text-warning {
    color: var(--orange) !important;
}