﻿:root {
    --main-text-color: #3F4254;
    --ruby-blue-color: #3699FF;
    --ruby-blue-bg: #E1F0FF;
    --ruby-orange-color: #FFA800;
    --ruby-orange-bg: #FFF4DE;
    --ruby-red-color: #e42c51;
    --ruby-red-bg: #FFE2E5;
    --ruby-green-color: #1BC5BD;
    --ruby-green-bg: #C9F7F5;
    --ruby-purple-color: #8950fc;
    --ruby-purple-bg: #eee5ff;
    --ruby-grey-color: #808080;
    --ruby-cog-color: #6b00fd;
}

body {
    color: var(--main-text-color) !important;
}

.portlet.light {
    padding: 35px 30px 35px 30px !important;
    margin-bottom: 60px;
}

.dataTables_filter label {
    color: white;
}

.select2-search__field {
    border-radius: 5px !important;
}

.portlet.light > .portlet-title > .caption {
    padding: 0px 0px !important;
}

.text-primary {
    min-height: 61px;
    display: block;
}

.birth-box {
    padding: 7px;
    margin-left: 5px;
    font-size: 11px;
    border-radius: 5px !important;
    float: right;
    width: 80px;
    margin-right: 5px;
    background: var(--ruby-orange-bg) !important;
    color: var(--ruby-orange-color) !important;
}

.work-box {
    padding: 7px;
    margin-left: 5px;
    font-size: 11px;
    border-radius: 5px !important;
    float: right;
    width: 80px;
    margin-right: 5px;
    background: var(--ruby-blue-bg) !important;
    color: var(--ruby-blue-color) !important;
}

.evaluation-box {
    padding: 5px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 5px !important;
    float: right;
    width: 80px;
    margin-right: 5px;
}

.request-box {
    padding: 5px;
    font-size: 10px;
    border-radius: 5px !important;
    width: 80px;
}

.cell-alignment {
    font-weight: bold !important;
}

.request-approved {
    color: var(--ruby-green-color);
    background: var(--ruby-green-bg);
}

.request-denied {
    color: var(--ruby-red-color);
    background: var(--ruby-red-bg);
}

.request-preapproved {
    color: var(--ruby-blue-color);
    background: var(--ruby-blue-bg);
}

.request-returned {
    color: var(--ruby-purple-color);
    background: var(--ruby-purple-bg);
}

.request-pending {
    color: var(--ruby-orange-color);
    background: var(--ruby-orange-bg);
}

.request-checkbox {
    height: 15px;
    width: 15px;
    margin: 0px 10px 5px 0px !important;
    vertical-align: middle;
}

    .request-checkbox:checked {
        background-color: var(--ruby-blue-color);
    }

.d_approve {
    color: var(--ruby-green-color) !important;
    background: var(--ruby-green-bg);
    font-size: 12px !important;
}

.d_reject {
    color: var(--ruby-red-color) !important;
    background: var(--ruby-red-bg);
    font-size: 12px !important;
}

table .svg-icon-success circle, table .svg-icon-success path {
    fill: var(--ruby-green-color) !important;
}

table .svg-icon-danger circle, table .svg-icon-danger path {
    fill: var(--ruby-red-color) !important;
}

table .svg-icon-primary circle, table .svg-icon-primary rect {
    fill: var(--ruby-blue-color) !important;
}

.bg-light-warning {
    background-color: var(--ruby-orange-bg) !important;
}

.text-warning, .svg-icon.svg-icon-warning {
    color: var(--ruby-orange-color) !important;
}

.bg-light-primary {
    background-color: var(--ruby-blue-bg) !important;
}

.text-primary, .svg-icon.svg-icon-primary {
    color: var(--ruby-blue-color) !important;
}

.bg-light-danger {
    background-color: var(--ruby-red-bg) !important;
}

.text-danger, .svg-icon.svg-icon-danger {
    color: var(--ruby-red-color) !important;
}

.bg-light-success {
    background-color: var(--ruby-green-bg) !important;
}

.text-success, .svg-icon.svg-icon-success {
    color: var(--ruby-green-color) !important;
}

.accordion-toggle .svg-icon.svg-icon-primary path {
    fill: var(--ruby-red-color) !important;
}

.accordion-toggle .svg-icon.svg-icon-primary rect {
    color: #A1A5B7 !important;
    display: none;
}

html .rounded-2 {
    border-radius: 10px !important;
}

.hor-menu .navbar-nav > li > a {
    padding: 28px 10px 27px 10px !important;
}

.profile-userpic img {
    height: auto !important;
}

.page-container .btn-circle {
    border-radius: 10px !important;
    background: rgb(225,90,69);
    color: white !important;
}

.page-container a {
    border-radius: 5px !important;
}

.checked {
    color: orange;
}

.dataTables_scrollBody {
    overflow-x: hidden !important;
    height: auto !important;
    max-height: 360px !important;
}

.portlet.light > .portlet-title > .caption > i {
    margin-top: 2px;
}

.radio-title {
    text-align: center;
    margin: 10px 0px 10px 0px;
    width: 100%;
    white-space: pre-wrap;
    font-size: 14px !important;
}

.md-radio-inline {
    text-align: center;
}

.form-md-radios button {
    border-radius: 5px !important;
    cursor: default;
    width: 40px;
    height: 30px;
}

.form-md-checkboxes, .form-md-radios {
    padding-bottom: 15px;
    border-bottom: 1px ridge;
}

.tooltip-inner {
    max-width: none !important;
    white-space: pre-wrap;
    font-size: 12px;
    padding: 25px;
    color: #000;
    text-align: justify;
    background-color: #fff;
    border-radius: 10px !important;
    border: 1px dotted;
    box-shadow: 5px 5px rgb(102 102 102 / 10%);
}

textarea {
    text-align: center;
}

.profile-sidebar {
    border-radius: 10px 0px 0px 10px !important;
}

.profile-content {
    border-radius: 0px 10px 10px 0px !important;
}

.label-primary, .label-danger, .label-success {
    color: white !important;
    padding: 5px;
}

textarea {
    width: 100% !important;
}

.profile-usertitle-job {
    text-transform: none !important;
    margin: auto 20px;
}

.img-circle, body .profile-userpic img {
    border-radius: 10px !important;
}

@media screen and (min-width: 992px) {
    .page-container {
        margin-top: -0px;
    }

    .search-alchemy {
        position: absolute;
        top: -65px;
        width: 98%;
    }
}

div.dataTables_wrapper div.dataTables_filter {
    float: right !important;
}

.page-wrapper-top, .page-header, .page-wrapper .page-wrapper-middle {
    background: none !important;
}

.page-container-bg-solid {
    background-image: url(/App_Images/back2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.page-container {
    background-image: none !important;
}

header.banner {
    position: relative !important;
}

.nav-pills, .nav-tabs {
    margin-bottom: 0px !important;
}

.dropdown-toggle {
    background-color: transparent !important;
}

body, span, h1, h2, h3, h4, h5, h6, div, label, a, button, .hor-menu .navbar-nav > li > a {
    font-family: mywebbook;
}

.hor-menu .navbar-nav > li > a {
    font-size: 12px;
    color: black;
}

.profile-usertitle-job {
    color: #e42c51 !important;
}

a:not(.fa), .caption-subject {
    color: var(--main-text-color);
    font-size: 14px;
}

.portlet.light .font-blue-madison {
    /*color: #e42c51 !important;*/
    color: var(--main-text-color) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.btn.green:not(.btn-outline), .btn.btn-outline.green:hover {
    background: #e42c51 !important;
}

.jconfirm-box {
    padding: 30px 30px 20px 30px !important;
    box-shadow: -1px -1px 50px 5px !important;
}

.jconfirm-title-c {
    text-align: center;
    color: var(--ruby-red-color) !important;
}

.jconfirm-content {
    text-align: center;
}

.jconfirm-buttons {
    width: 100%;
    font-size: 12px;
    display: flex;
    justify-content: space-evenly;
}

.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px !important;
    max-width: 350px;
    min-width: 350px;
}

.jconfirm .jconfirm-clear{
    display: none;
}

    .jconfirm-buttons .btn-default {
        font-size: 11px;
        padding: 1rem;
    }

        .jconfirm-buttons .btn-default:first-child {
            width: auto;
            background-color: #e42c51 !important;
            color: white !important;
            min-width: 70px;
        }

        .jconfirm-buttons .btn-default:last-child {
            width: auto;
            float: right;
            min-width: 70px;
        }

.jconfirm .jconfirm-box div.jconfirm-title-c {
    border-bottom: 1px solid #EFEFEF;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane{
    margin-bottom: 0px !important;
    padding: 20px 0px 20px 0px;
}

.portlet {
    background-color: #ffffff !important;
}

li[aria-disabled="true"] {
    display: none;
}

.profile-sidebar .portlet.light {
    min-height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn.btn-outline.green {
    border-color: #f94e5b;
    color: #f94e5b;
    background: 0 0;
}

.btn.btn-primary {
    color: #FFF;
    border-color: #f1416c;
    background: #f1416c;
}

    .btn.btn-primary.active, .btn.btn-primary:active, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .btn.btn-primary:focus, .btn.btn-primary:hover {
        border-color: #f94e5b;
        color: #f94e5b;
        background: 0 0;
    }

.btn.btn-outline.green.active, .btn.btn-outline.green:active, .btn.btn-outline.green:active:focus, .btn.btn-outline.green:active:hover, .btn.btn-outline.green:focus, .btn.btn-outline.green:hover {
    color: #FFF;
    border-color: #f94e5b;
    background: #f94e5b;
}

.profile-usertitle-name {
    color: var(--main-text-color) !important;
    margin-bottom: 15px;
}

.tabbable-line > .nav-tabs > li.active {
    /*border-bottom: 4px solid #f94e5b;*/
    border-bottom: 0px solid transparent;
}

.tabbable-line > .nav-tabs > li:hover {
    /*border-bottom: 4px solid #f94e5b88;*/
    border-bottom: 0px solid transparent;
}

.select2.select2-container {
    border-color: #F5F8FA;
    color: #5E6278 !important;
    transition: color 0.2s ease, background-color 0.2s ease;
    display: block;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #5E6278;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    appearance: none;
    border-radius: 20px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--bootstrap .select2-selection {
    background-color: transparent !important;
    border: none !important;
}

.select2-container--bootstrap .select2-selection--single {
    line-height: 23px;
}

    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        font-size: 13px;
        color: var(--ruby-grey-color) !important;
        text-align: left !important;
        padding-left: 30px !important;
    }

@media screen and (max-width: 991px) {
    .page-container {
        margin-top: 0px !important;
    }
}

.profile-desc-title {
    color: var(--main-text-color) !important;
}

img {
    box-shadow: 2px 2px 0px 0px rgb(0 0 0 / 20%) !important;
}

a:hover, a span.mt-action-author:hover {
    text-decoration: none !important;
    color: #f94f5c !important;
}

.portlet > .portlet-title > .caption {
    margin: 0px !important;
}

.portlet > .portlet-title {
    border: 0px !important;
}

.btn.btn-file {
    background: #e42c51 !important;
    border-radius: 20px !important;
    color: white !important;
}

::-webkit-scrollbar {
    width: 5px;
}

.custom-scroll-bars::-webkit-scrollbar-track, ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: linear-gradient(0deg, rgb(234 238 243) 0%, rgb(233 237 243) 100%);
}

.select2-dropdown.select2-dropdown--below {
    width: 285px !important;
    border-radius: 20px !important;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-results__option {
    padding: 10px;
}

.select2-container--bootstrap .select2-selection--single {
    padding: 6px 8px !important;
}

    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
        display: none;
    }

.progress {
    height: 5px;
    margin: 0px 0px 5px 0px;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
    display: table-cell;
    text-align: center;
    width: 345px;
    color: #A6A8A8;
    white-space: normal;
}

    .mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime:last-child {
        display: table-cell;
        text-align: center;
        width: 160px;
        color: #A6A8A8;
        white-space: normal;
    }

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info.event {
    width: 170px !important;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info.team {
    width: 240px !important;
}

.mt-action {
    display: flex;
    align-items: center;
}

.mt-actions .mt-action {
    margin: 15px 0;
    padding: 0;
    border-bottom: 0px solid #f7f8f9 !important;
}

.progress-info .status {
    text-align: left;
    margin-top: 5px;
}

img {
    max-width: 100%;
    height: auto;
}

.profile-sidebar {
    width: 32% !important;
}

.progress-bar.red-haze {
    background: var(--ruby-red-color) !important;
}

.progress-bar.purple-soft {
    background: var(--ruby-orange-color) !important;
}

.progress-bar.blue-sharp {
    background: var(--ruby-blue-color) !important;
}

.progress-bar.green-sharp {
    background: var(--ruby-green-color) !important;
}

.progress {
    border-radius: 20px !important;
}

.team .progress-info {
    margin-top: 3px;
}

.bullet {
    display: inline-block;
    background-color: #B5B5C3;
    border-radius: 6px;
    width: 4px;
    flex-shrink: 0;
    height: 50px !important;
    float: left;
    margin-right: 10px;
}

.tab-pane .mt-action:nth-child(5n+0) .bullet.bullet-vertical, table tr:nth-child(5n+0) .bullet.bullet-vertical {
    background-color: var(--ruby-green-color) !important;
}

.tab-pane .mt-action:nth-child(5n+1) .bullet.bullet-vertical, table tr:nth-child(5n+1) .bullet.bullet-vertical {
    background-color: var(--ruby-blue-color) !important;
}

.tab-pane .mt-action:nth-child(5n+2) .bullet.bullet-vertical, table tr:nth-child(5n+2) .bullet.bullet-vertical {
    background-color: var(--ruby-orange-color) !important;
}

.tab-pane .mt-action:nth-child(5n+3) .bullet.bullet-vertical, table tr:nth-child(5n+3) .bullet.bullet-vertical {
    background-color: var(--ruby-red-color) !important;
}

.tab-pane .mt-action:nth-child(5n+4) .bullet.bullet-vertical, table tr:nth-child(5n+4) .bullet.bullet-vertical {
    background-color: var(--ruby-purple-color) !important;
}

.history-tl-container ul.tl li:nth-child(5n+0)::before {
    border: 4px solid var(--ruby-green-color) !important;
}

.history-tl-container ul.tl li:nth-child(5n+1)::before {
    border: 4px solid var(--ruby-blue-color) !important;
}

.history-tl-container ul.tl li:nth-child(5n+2)::before {
    border: 4px solid var(--ruby-orange-color) !important;
}

.history-tl-container ul.tl li:nth-child(5n+3)::before {
    border: 4px solid var(--ruby-red-color) !important;
}

.history-tl-container ul.tl li:nth-child(5n+4)::before {
    border: 4px solid var(--ruby-purple-color) !important;
}

.table tr:nth-child(5n+0) td:last-child a .evaluation-box {
    color: var(--ruby-green-color) !important;
    background-color: var(--ruby-green-bg) !important;
}

.table tr:nth-child(5n+1) td:last-child a .evaluation-box {
    color: var(--ruby-blue-color) !important;
    background-color: var(--ruby-blue-bg) !important;
}

.table tr:nth-child(5n+2) td:last-child a .evaluation-box {
    color: var(--ruby-orange-color) !important;
    background-color: var(--ruby-orange-bg) !important;
}

.table tr:nth-child(5n+3) td:last-child a .evaluation-box {
    color: var(--ruby-red-color) !important;
    background-color: var(--ruby-red-bg) !important;
}

.table tr:nth-child(5n+4) td:last-child a .evaluation-box {
    color: var(--ruby-purple-color) !important;
    background-color: var(--ruby-purple-bg) !important;
}

.history-tl-container {
    display: flex;
}

    .history-tl-container ul {
        margin: auto;
    }

.faq-content-1 .faq-section > .faq-content .panel-heading {
    margin-top: 0px;
}

    .faq-content-1 .faq-section > .faq-content .panel-heading.active .accordion-toggle {
        color: var(--ruby-red-color) !important;
    }

.faq-content-1 .faq-section > .faq-content .panel-body {
    margin-left: 6px !important;
    margin-right: 30px !important;
}

.label-success {
    background-color: #e8fff3 !important;
    color: #50CD89 !important;
}

.label-primary {
    background-color: #f1faff !important;
    color: #009EF7 !important;
}

.label-danger {
    background-color: #fff5f8 !important;
    color: #F1416C !important;
}

.btn-info {
    background: orange !important;
}

.btn-success {
    background: #45c145 !important;
}

.btn {
    padding: 10px 10px 10px 10px !important;
}

.dropdown-menu.pull-right {
    z-index: 1;
}

#action-deck {
    padding: 4px 6px 4px 6px !important;
    border: 0px solid #f0f3f6;
    background: transparent !important;
    color: #009ef7 !important;
    border-radius: 5px !important
}

    #action-deck:hover {
        background: #f1f5f9 !important;
    }

.dropdown-menu.pull-right {
    padding: 20px;
    border-radius: 5px !important;
}

.portlet.light > .portlet-title > .actions .dropdown-menu li > a {
    color: var(--main-text-color) !important;
}

.btn-group > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .dropdown > .dropdown-menu:after {
    border-bottom: 7px solid #e42c51 !important;
}

.history-tl-container ul.tl {
    padding: 0;
    display: inline-block;
}

    .history-tl-container ul.tl li {
        list-style: none;
        margin-left: 110px;
        min-height: 40px;
        border-left: 3px solid #eff2f5;
        padding: 0 0 5px 15px;
        position: relative;
        max-width: 170px;
    }

        .history-tl-container ul.tl li::before {
            position: absolute;
            left: -9.5px;
            top: 1px;
            content: " ";
            border: 3px solid rgba(55, 55, 55, 0.74);
            border-radius: 500%;
            background: white;
            height: 15px;
            width: 15px;
            transition: all 500ms ease-in-out;
        }

        .history-tl-container ul.tl li .item-title {
            color: var(--ruby-grey-color) !important;
            font-size: 14px !important;
        }

ul.tl li .item-detail {
    color: rgba(0,0,0,0.5);
    font-size: 13px;
}

ul.tl li .timestamp {
    color: var(--main-text-color) !important;
    position: absolute;
    width: 110px;
    left: -120px;
    text-align: right;
    font-size: 14px;
    margin-top: 1px;
    padding-right: 10px;
    font-weight: bold;
}

.portlet.light > .portlet-title > .actions .dropdown-menu li > a:hover {
    background-color: transparent !important;
    color: #f1416c !important;
}

.btn {
    border: 0px;
}

.page-container {
    zoom: 0.9;
}

.chosen-container .chosen-results li, .chosen-container-single .chosen-single span {
    font-size: 12px !important;
}

.modal-content {
    border-radius: 10px !important;
}

/*.datepicker table tr > td:not(.disabled) {
    background: var(--ruby-red-color) !important;
    color: white !important;
    border-radius: 5px !important;
}

    .datepicker table tr > td:not(.disabled) ~ td:not(.disabled) {
        background: none !important;
        color: black !important;
        border-radius: 0px !important;
    }

    .datepicker table tr > td:not(.disabled):first-child {
        background: none !important;
        color: black !important;
        border-radius: 0px !important;
    }*/

.datepicker table tr > td.today.disabled {
    background: var(--ruby-red-color) !important;
    border-radius: 5px !important;
}

.datepicker table tr > td.today:not(.disabled) {
    background: var(--ruby-red-color) !important;
    color: white !important;
    border-radius: 5px !important;
}

.datepicker table tr > td.active {
    background: var(--ruby-blue-color) !important;
    color: white !important;
    border-radius: 5px !important;
}

table.history td, table.non-history td {
    font-size: 12px !important;
}

.chosen-container-single .chosen-single {
    box-shadow: none !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 18px !important;
}

.datepicker table tr td.disabled {
    color: #e1e1e1 !important;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    visibility: hidden;
}

._jw-tpk-hour, ._jw-tpk-minute {
    color: black !important;
}

.chosen-results .disabled-result {
    display: none !important;
}

.portlet.light > .portlet-title > .nav-tabs > li > a {
    border-bottom: 4px solid transparent;
    border-radius: 0px !important;
}

.portlet.light > .portlet-title > .nav-tabs > li.active > a, .portlet.light > .portlet-title > .nav-tabs > li:hover > a {
    color: #f94f5c !important;
    border-bottom: 4px solid #f94e5b88;
    border-radius: 0px !important;
}

.datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 6px 8px;
    font-size: 12px !important;
}

.datepicker.dropdown-menu {
    box-shadow: none !important;
    border: 1px solid #f1f1f1 !important;
}

.datepicker-dropdown:after {
    border: 0px !important;
}

.datepicker-dropdown:before {
    border: 0px !important;
}

.datepicker .datepicker-switch {
    font-weight: bold !important;
}

.chosen-results .active-result.highlighted, .chosen-results .active-result.result-selected {
    color: var(--ruby-red-color) !important;
    background: var(--ruby-red-bg) !important;
}

.portlet > .portlet-title > .tools > a {
    width: 18px !important;
    background-size: 18px 18px !important;
    margin-top: -2px;
}

table .svg-icon-purple circle, table .svg-icon-purple path {
    fill: var(--ruby-purple-color) !important;
}

#minute_list_id {
    border-left: 1px solid #e1e1e1 !important;
}

table th span {
    display: none;
}

.chosen-container {
    width: 100% !important;
}

.chosen-result {
    overflow-y: auto;
}

.chosen-results {
    max-height: 120px !important;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -5px;
    left: 50%;
    padding: 4px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-color: #FFA800 !important;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    white-space: pre;
}

[data-title] {
    position: relative;
}

span.ds {
    display: none !important;
}

.toast.toast-info {
    border-radius: 10px !important;
}

.chosen-container-single .chosen-single span {
    margin-right: 0px !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 3px !important;
    width: 18px !important;
}

.cog-color {
    fill: var(--ruby-cog-color)
}

.cog-inner-color {
    fill: var(--ruby-purple-color)
}

.trash-color {
    fill: var(--ruby-purple-color)
}

.print-color {
    fill: var(--ruby-blue-color)
}

html *:not(.pyro *) {
    box-shadow: none !important;
}

.input-group .form-control {
    z-index: 0 !important;
}

.dropdown-menu li.divider {
    background: #f1f3f6 !important
}

.select2-dropdown.select2-dropdown--below {
    border-radius: 5px !important;
}

.dropdown-menu > li > a, .dropdown-menu > li > button {
    padding: 4px 14px !important;
    border: 0px;
    background: transparent;
    text-align: left !important;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #fff5f8;
    color: #f1416c;
}

input[type="search"] {
    border-radius: 5px !important;
}

.select2-dropdown.select2-dropdown--below {
    padding: 15px !important;
    margin-left: -245px;
    margin-top: 5px;
}

.portlet.light, textarea, .label-primary, .label-danger, .label-success, button, input {
    border-radius: 10px !important;
}

.select2-dropdown {
    border: 0px !important;
}

body {
    height: auto;
}

.small-api-image {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    object-fit: cover !important;
    border-radius: 5px !important;
}

div.dataTables_scroll table thead tr th:first-child {
    display: table-cell;
    justify-content: center;
    min-width: 95px !important;
    background: none;
    padding-left: 7px !important;
}

div.dataTables_scroll table tbody tr td:first-child {
    display: table-cell;
    justify-content: center;
    min-width: 95px !important;
    background: none;
    padding-left: 0px !important;
}

.mt-actions .mt-action .mt-action-img {
    width: 50px !important;
}

    .mt-actions .mt-action .mt-action-img > img {
        border-radius: 5px !important;
    }

.dataTables_scroll {
    margin-bottom: 0px !important;
}

@media (min-width: 1370px) {
    .container {
        width: 1370px !important;
    }
}

@media (min-width: 1150px) and (max-width: 1370px) {
    .container {
        width: 1150px !important;
    }
}

@media (min-width: 800px) and (max-width: 1150px) {
    .container {
        width: 800px !important;
    }
}

.select2-container--open:after {
    position: absolute;
    top: 38px;
    right: 13px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e42c51 !important;
    border-left: 7px solid transparent;
    content: '';
}

@media (max-width: 480px) {
    .select2-dropdown.select2-dropdown--below {
        margin-left: -110px !important;
    }
}


@font-face {
    font-family: 'MyWebBook';
    src: url('/fonts/CFAstyStd-Book.otf');
    src: url('/fonts/CFAstyStd-Book.otf') format('opentype');
}

/*
@font-face { font-family:'MyWebBold'; src:url('/fonts/CFAstyStd-Extrabold.otf'); src:url('/fonts/CFAstyStd-Extrabold.otf') format('opentype');}
@font-face { font-family:'MyWebThin'; src:url('/fonts/CFAstyStd-Thin.otf'); src:url('/fonts/CFAstyStd-Thin.otf') format('opentype');}
@font-face { font-family:'MyWebLight'; src:url('/fonts/CFAstyStd-Light.otf'); src:url('/fonts/CFAstyStd-Light.otf') format('opentype');}
@font-face { font-family:'MyWebHairline'; src:url('/fonts/CFAstyStd-Light.otf'); src:url('/fonts/CFAstyStd-Light.otf') format('opentype');}
*/

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #eff3f6;
    z-index: 2;
    display: grid !important;
}

#inbox_drawer .portlet.light{
    max-height: 100% !important;
}

.scroll-to-top {
    display: block;
    background-color: #e42c51 !important;
    border-radius: 5px !important;
    padding: 5px;
    position: fixed;
    z-index: 10001;
    bottom: 20px;
    display: none;
    cursor: pointer;
    right: 20px;
    text-align: center;
    opacity: 1 !important;
    transition: background 0.3s ease-in-out;
}

.scroll-to-top:hover {
    background: transparent !important;
}

.scroll-to-top:hover svg * {
    fill: #e42c51 !important;
}

.scroll-to-top * {
    transition: fill 0.3s ease-in-out;
}

.slick-slide {
    height: -moz-available !important;
}

.dropdown-backdrop {
    display: none !important;
}

.modal-footer .btn.btn-default {
    color: var(--ruby-red-color);
}

.portlet.light > .portlet-title > .nav-tabs > li > a {
    font-size: 14px;
}

/* Christmas Start */

.xmas {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    pointer-events: none;
    display: none !important;
}

    .xmas:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .xmas .xmas-message {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 3;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(90% - 6rem);
        height: calc(100% - 12rem);
        margin: 0 auto;
    }

    .xmas #xmas {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 4;
        pointer-events: none;
    }

.santa {
    /*display: block !important;*/
}

img[src="/App_Images/christmas_hat.png"] {
    /*display: block !important;*/
}

/* Christmas end */