html {
    overflow: hidden;
    overflow-y: auto;
    /*font-family: Roboto, Arial, sans-serif;*/
    font-size: 14px;
    font-weight: 400;
}

body {
    background-color: #ccc;
    color: rgb(68, 68, 68);
}

body,
body .form-control {
    font-family: Roboto;
    font-size: 14px;
}

button {
    text-transform: uppercase;
}

a,
a:not([href]) {
    color: #ef5350;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

a:hover,
a:hover span,
a:hover i,
a:not([href]):hover {
    color: #c94f4e;
    text-decoration: underline;
}

a:hover i.fa {
    text-decoration: none;
}

i span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 400;
    font-size: .85em;
}

b {
    font-weight: 600;
}

::placeholder {
    color: rgba(0, 0, 0, .2) !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .2) !important;
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, .2) !important;
}

.home-header {
    text-align: right;
    height: 30px;
    position: relative;
}

.home-header.white {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 2px;
    height: 40px;
}

.main-logo img {
    max-width: 60px;
    max-height: 60px;
    cursor: pointer;
}

/*
.main-logo-title {
    color: rgb(241, 94, 26);
    font-weight: 900;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    margin-top: 2px;
    margin-left: 2px;
    padding: 0 10px;
}

.main-logo-title img {
    width: 100px;
    font-size: 1.4em;
    line-height: 1;
    margin: 0 2px;
}

a.main-logo-title:hover {
    text-decoration: solid;
} */

.home-title {
    color: rgb(241, 94, 26);
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    padding: .5rem 0;
}

.home-title a {
    color: rgb(241, 94, 26);
    text-decoration: none;
}

.home-title img {
    margin: 0 4px;
}

.header-search {
    position: relative;
    margin-top: 4px;
}

.header-search .home-search {
    /* position: absolute; */
    /* width: 100%; */
    transition: width .5s;
    z-index: 999;
    margin: 0;
}

.header-search .home-search-input input {
    padding-left: 4px;
    padding-right: 20px;
}

.header-search .home-search .home-search-input .fa.fa-search {
    left: auto;
    right: 8px;
}

.header-search .home-search.focused {
    width: calc(100vw - 30px);
}

.home-search {
    background-color: white;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    border: 0px solid #ddd;
    position: relative;
    padding: 4px 0;
}

.home-search .home-search-input {
    display: flex;
}

/* .home-search:hover, .home-search.focused {
    box-shadow: 0 0 8px -3px #888888;
} */

.home-search .fa {
    position: absolute;
    font-size: 1.2em;
    color: #aaa;
}

.home-search .fa {
    left: 10px;
    top: 10px;
}

.home-search:hover .fa-search,
.home-search.focused .fa-search {
    color: #999;
}

.home-search-input input {
    flex: 1;
    border: 0;
    background-color: transparent;
    font-size: 1.1em;
    line-height: 1.3rem;
    padding: 2px 0;
    padding-left: 26px;
}

.home-search-input input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-search-result {
    margin-top: 4px;
    border-top: 1px solid #eee;
    display: none;
    max-height: 300px;
    overflow: auto;
}

.focused .home-search-result {
    display: block;
}

.home-search-result div.home-search-item {
    position: relative;
    padding: .3rem 0;
    padding-left: 26px;
    cursor: pointer;
}

.home-search-result div.home-search-extra {
    margin-top: -.3rem;
    margin-bottom: .3rem;
    padding-left: 26px;
}

.home-search-result div:hover {
    background-color: #eee;
}

.home-search-result div.home-search-item i.fa {
    left: 6px;
    top: 7px;
}

.home-search-item-tag {
    white-space: nowrap;
    float: right;
    margin-right: 4px;
}

.home-search-history {
    margin-top: 4px;
    border-top: 1px solid #eee;
    max-height: 300px;
    overflow: auto;
    display: none;
}

.home-search.default-show-history .home-search-history,
.home-search.focused.home-search-empty .home-search-history {
    display: block;
}

.home-search.default-show-history.focused:not(.home-search-empty) .home-search-history {
    display: none;
}

.home-search-history div.home-search-item {
    position: relative;
    padding: .3rem 0;
    padding-left: 26px;
    cursor: pointer;
}

.home-search-history div.home-search-extra {
    margin-top: -.3rem;
    margin-bottom: .3rem;
    padding-left: 26px;
}

.home-search-history div:hover {
    background-color: #eee;
}

.home-search .home-search-history div.home-search-item i.fa {
    left: 6px;
    top: 7px;
}

.header-hidden .app-header {
    display: none !important;
}

.header-hidden .app-body {
    min-height: calc(100vh - 110px);
}

.app-header.navbar {
    border-top: 5px solid #ef5350;
    height: 60px !important;
    display: flex;
    border-bottom: none;
    background-color: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    /* border-bottom: 1px solid #ddd; */
    text-align: left;
    z-index: 99;
}

.app-header.navbar .navbar-nav {
    width: 100%;
    margin: 0px !important;
}

.app-header.navbar.mobile {
    height: 60px !important;
    line-height: 60px;
    border-top: 0;
}

.app-header.navbar.mobile h3 {
    margin-bottom: 0;
}

.app-header.navbar.mobile i.fa-bars {
    padding: 0 1rem;
}

.header-fixed .app-body {
    margin-top: 0;
}

.header-fixed-fill {
    height: 110px;
}

.header-account,
.account-info {
    display: flex;
    flex: 1;
    white-space: nowrap;
    font-size: 16px;
}

.header-account {
    /* margin: 0 20px; */
    margin: 0;
    line-height: 60px;
}

.account-info {
    font-size: 16px;
}

.header-account i.fa-th {
    color: rgb(9, 106, 197);
    cursor: pointer;
}

.header-account i.fa-th:hover {
    color: rgb(9, 106, 197);
    cursor: pointer;
}

@media (max-width: 991px) {
    .app-body {
        margin-top: 0;
    }

    .header-fixed-fill {
        height: 100px;
    }

    .sidebar-mobile-show .sidebar {
        top: 70px;
    }

    .sidebar-mobile-show .main {
        /* margin-right: -220px !important; */
        margin-left: 0px !important;
    }
}

.main .container-fluid {
    padding: 0 10px !important;
}

.app-body {
    overflow-x: inherit;
    overflow-y: inherit;
}

.app-body .main {
    display: flex;
    flex-direction: column;
}

.card-body {
    padding: 2rem;
}

.padding {
    padding: 1rem !important;
}

.padding-left {
    padding-left: 1rem !important;
}

.padding-top {
    padding-top: 1rem !important;
}

.padding-right {
    padding-right: 1rem !important;
}

.padding-bottom {
    padding-bottom: 1rem !important;
}

.margin-left {
    margin-left: 1rem !important;
}

.margin-top {
    margin-top: 1rem !important;
}

.margin-right {
    margin-right: 1rem !important;
}

.margin-bottom {
    margin-bottom: 1rem !important;
}

.flex-content {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
}

.loading-img {
    width: 50px;
}

ul.horizontal-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul.horizontal-menu li {
    display: inline-block;
    margin: 2px;
    position: relative;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 2px;
    text-align: center;
}

ul.horizontal-menu li img {
    width: 300px;
    border-radius: 5px;
}

ul.case-menu li {
    border: 0px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    margin: 0;
    padding: 10px;
    margin-bottom: 1rem;
    /* border-radius: 3px; */
    background-color: #fff;
}

ul.case-menu li:hover {
    background-color: rgba(255, 255, 255, .2);
}

ul.main-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    /* -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2); */
    /* border-bottom: 1px solid #ddd; */
    background: #f8f8f8;
    background-color: #666666;
    color: #305088;
}

ul.main-menu li {
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    width: 60px;
    height: 60px;
}

ul.main-menu li.active {
    /* border-bottom: 4px solid #305088; */
    background-color: #ef5350;
}

ul.main-menu li i.menu-image {
    position: absolute;
    width: 60px;
    height: 60px;
    display: block;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    z-index: 100;
}

ul.main-menu li a i.menu-image:hover {
    background-color: #ef5350;
}

ul.main-menu li .menu-label {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: -300px;
    z-index: 1;
    background-color: #ef5350;
    box-shadow: 0 3px 5px #666666;
    color: white;
    font-weight: bold;
    line-height: 60px;
    padding: 0 1rem;
    transition: left .2s;
}

ul.main-menu li:hover .menu-label {
    left: 60px;
}

ul.main-menu li .subMenu-label {
    position: absolute;
    white-space: nowrap;
    top: 0;
    left: -300px;
    z-index: 1;
    background-color: #ef5350;
    box-shadow: 0 3px 5px #666666;
    color: white;
    font-weight: bold;
    line-height: 60px;
    padding: 0;
    transition: left .2s;
    overflow-y: auto;
    max-height: 85vh;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: 2px;
    /* Firefox */
}

ul.main-menu li .subMenu-label::-webkit-scrollbar {
    /* display: none; */
    width: 2px;
}

ul.main-menu li:hover .subMenu-label {
    left: 60px;
}

ul.main-menu .subMenu-label li {
    width: 200px;
    box-shadow: 0 1px 3px #666666;
    color: white;
    padding: 0 1rem;
}

ul.main-menu .subMenu-label li.active {
    background-color: rgba(219, 31, 31, 1);
}

/* ul.sub-menu li:hover a {
    color: #fff !important;
} */

/* ul.sub-menu {
    position: absolute;
    padding: 0;
    z-index: 99;
    display: none;
    padding: 5px 10px;
    background-color: #fcf9f9;
    border: 1px solid rgba(0, 0, 0, .125);
    width: 200px;
}

ul.sub-menu li.active {
    border-bottom: 4px solid #305088;
}

ul.sub-menu .sub-menu {
    position: absolute;
    padding: 0;
    z-index: 99;
    display: none;
    margin: -30px;
    margin-left: 140px;
}

ul.sub-menu.show {
    position: absolute;
    padding: 0;
    z-index: 99;
    display: block;
}

ul.sub-menu li {
    display: block;
    margin: 0;
    position: unset;
}

ul.sub-menu li:hover, ul.sub-menu li a:hover {
    display: block;
    margin: 0;
    position: unset;
    background-color: #305088;
    color: #fff;
    text-decoration: none;
} */

ul.main-menu li.vertical {
    margin: 2px;
    display: list-item;
}

.btn.btn-link {
    min-width: auto;
    padding: 0;
}

ul.main-menu li.vertical a,
ul.main-menu li.vertical .btn-link {
    display: inline-block;
    width: 80%;
    height: 58px;
    margin: 0;
    border: solid #5b5b5b 1px;
    color: #fff;
    padding: 8px 5px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    /* overflow: hidden; */
    vertical-align: top;
    font-size: 0.7rem;
}

/* ul.main-menu li a, ul.main-menu li .btn-link {
    display: inline-block;
    width: 88px;
    height: 68px;
    margin: 0;
    border: solid #30404D 1px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    border-radius: 7px;
    position: relative;
    font-size: .8rem;
    text-decoration: none;
    font-weight: 600;
} */

ul.main-menu li a span.break,
ul.main-menu li .btn-link span.break {
    display: block;
    margin-top: 5px;
    color: #fff;
}

ul.main-menu li a span.topleft,
ul.main-menu li .btn-link span.topleft {
    border-top: dotted 1px #26c1b5;
    border-left: dotted 1px #26c1b5;
    color: #26c1b5;
    border-top-left-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    margin: -1px;
}

ul.main-menu li a span.cross,
ul.main-menu li .btn-link span.cross {
    border-bottom: dotted 1px #26c1b5;
    color: #26c1b5;
    position: absolute;
    top: -7px;
    left: -10px;
    padding: 0;
    width: 26px;
    height: 20px;
    margin: -1px;
    -webkit-transform: rotate(-45deg);
}

ul.main-menu li a span.plus,
ul.main-menu li .btn-link span.plus {
    position: absolute;
    color: #26c1b5;
    top: -5px;
    left: 1px;
}

/* ul.main-menu li a:hover, ul.main-menu li .btn-link:hover {
    background-color: #1E262C;
    border: 0;
    border-radius: 7px 7px 0 0;
} */

ul.sub-menu {
    list-style: none;
    padding-left: 0;
}

ul.sub-menu li {
    float: left;
    margin-right: 1rem;
}

ul.sub-menu li a {
    color: #666666;
    text-decoration: none;
}

ul.sub-menu li:hover a {
    color: #ef5350;
}

ul.sub-menu li.active,
ul.sub-menu li:hover {
    box-shadow: inset 0px -3px 0px 0px #ef5350;
}

ul.mobile-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 30px;
}

ul.mobile-menu li {
    position: relative;
    cursor: pointer;
    font-size: 1rem;

}

ul.mobile-menu li .btn-expand {
    position: absolute;
    top: 0;
    right: 2rem;
    font-size: .8em;
    width: 2rem;
    text-align: center;
}

ul.mobile-menu li .btn-expand:hover {
    background-color: #ef5350;
    color: white;
}

i.mobile-menu-image,
ul.mobile-menu li i.mobile-menu-image {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    display: inline-block;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
}

i.mobile-menu-image {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    display: inline-block;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
}

.mobile-menu-label,
ul.mobile-menu li .mobile-menu-label {
    white-space: nowrap;
    display: inline-block;
    z-index: 1;
    font-weight: bold;
    padding: 0 1rem;
    transition: left .2s;
    vertical-align: top;
    color: rgb(98, 98, 98);
}

ul.mobile-menu li .mobile-sub-menu a {
    display: block;
    margin-left: 80px;
    font-weight: bold;
    color: rgb(98, 98, 98);
    text-decoration: none;
}

ul.mobile-menu li a i {
    background-color: #ef5350;
}

.black-grid {
    background: #1e262c;
    color: white;
    font-size: 11px;
    font-weight: 600;
    /* height: 100%; */
    overflow: auto;
    margin: 0px;
    border-collapse: separate;
    border-spacing: 0;
}

.black-grid .fa-star {
    color: #ffdd4e;
}

.black-grid thead th {
    color: #80919f;
}

.black-grid th {
    position: sticky;
    top: 0;
    background-color: #1e262c;
}

.table thead th,
.table tfoot th {
    vertical-align: bottom;
    padding: 6px;
    line-height: 1;
}

/* .table {
    border: 1px solid #eee;
} */

.scrollbar-x>.free-grid-wrapper>.table {
    margin-bottom: 0;
}

.sidx::after {
    content: '▲';
    color: #999;
}

.sidx.descending::after {
    content: '▼';
    color: #999;
}

.freetable {
    background-color: white;
}

.table {
    background-color: white;
}

.table td,
.table th {
    font-size: 1em;
    padding: .25rem;
    line-height: 1.5;
    vertical-align: top;
    font-weight: 400;
    border-top: 0;
    /* border-top: 1px solid #ddd;
    border-right: 1px solid #ddd; */
}

.table thead th {
    font-size: 1em;
    text-transform: uppercase;
    /* text-align: center; */
    vertical-align: top;
    font-weight: 600;
    white-space: nowrap;
}

.table td.table-buttons {
    width: 45px;
}

.table tbody tr:nth-child(odd) {
    /* background-color: #f4f4f4; */
    background-color: var(--customBackgroupColor);
}

.table>tbody>tr:hover {
    background-color: #d8d8d8;
}

.free-grid-row .fa,
.free-grid-row .fas {
    font-size: 20px;
}

.fa.isleader.fa-star {
    color: #f39c12;
    font-size: .875em;
}

.free-grid-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ddd;
    padding: .5rem .5rem 2px .5rem;
    box-shadow: rgb(102 102 102) 0px -1px 5px 0px;
}

.free-grid-paging {
    background-color: white;
    border-radius: 2px;
    padding: .25rem .5rem;
    line-height: 30px;
}

.free-grid-search {
    padding: 1rem .5rem;
}

.free-grid-search .row {
    margin-bottom: 0;
}

.free-grid-search .col,
.free-grid-search .col-12 {
    padding: .25rem;
    vertical-align: middle;
}

.free-grid.table .free-grid-col {
    border: solid 1px #e0e0e0;
}

.free-grid-noBackgroup.table th {
    background-color: white;
    border-bottom: solid 1px #e0e0e0;
}

.free-grid-noBackgroup.table .free-grid-col {
    border: none;
}

.free-grid.table th {
    background-color: #aeaeae;
    border: solid 1px #e0e0e0;
}

.free-grid-search {
    background-color: #eeeeee;
    border: solid 1px #e0e0e0;
}

.free-grid-button-group {
    display: flex;
    justify-content: end;
    padding: 0.4rem;
}

/* .free-grid-search .col:not(:last-child) {
    border-right: 1px solid #aaaaaa;
} */
.unibox>.Select,
.unibox>.Select>div,
.unibox>.Select>.Select__control {
    border-color: transparent;
}

.unibox>.Select {
    background-color: transparent;
}

.black-grid tr:hover td {
    background: #6129bc66;
}

.time-and-sales td,
.time-and-sales th {
    width: 20%;
}

@keyframes turn-red {
    0% {
        background: #1e262c;
        color: #ff5555;
    }

    25% {
        background: rgb(184, 94, 94);
        color: #1e262c;
    }

    75% {
        background: rgb(184, 94, 94);
        color: #1e262c;
    }

    100% {
        background: #1e262c;
        color: #ff5555;
    }
}

@keyframes turn-red-1 {
    0% {
        background: #1e262c;
        color: #ff5555;
    }

    25% {
        background: rgb(184, 94, 94);
        color: #1e262c;
    }

    75% {
        background: rgb(184, 94, 94);
        color: #1e262c;
    }

    100% {
        background: #1e262c;
        color: #ff5555;
    }
}

.highlight {
    background: #6229bc;
}

.border-top {
    border-top: 2px solid #eee !important;
}

.lined {
    border-bottom: 1px solid #eee !important;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.top-lined {
    border-top: 1px solid #eee !important;
    padding-top: .5rem;
    margin-top: .5rem;
}

/* strong {
    font-family: Impact, Impacto, Charcoal, sans-serif;
    font-weight: normal;
} */

.load-html strong {
    font-family: inherit;
    font-weight: 600;
}

.load-html code {
    color: inherit;
    font-size: inherit;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.red {
    color: #f01111;
}

.red.stage-0 {
    animation: turn-red 1s 1;
}

.red.stage-1 {
    animation: turn-red-1 1s 1;
}

@keyframes turn-green {
    0% {
        background: #1e262c;
        color: #5ed178;
    }

    25% {
        background: rgb(135, 172, 81);
        color: #1e262c;
    }

    75% {
        background: rgb(135, 172, 81);
        color: #1e262c;
    }

    100% {
        background: #1e262c;
        color: #5ed178;
    }
}

@keyframes turn-green-1 {
    0% {
        background: #1e262c;
        color: #5ed178;
    }

    25% {
        background: rgb(135, 172, 81);
        color: #1e262c;
    }

    75% {
        background: rgb(135, 172, 81);
        color: #1e262c;
    }

    100% {
        background: #1e262c;
        color: #46a85d;
    }
}

.green {
    color: #0f9d58;
    font-weight: 400;
}

.green.stage-0 {
    animation: turn-green 1s 1;
}

.green.stage-1 {
    animation: turn-green-1 1s 1;
}

.price-color {
    color: rgb(241, 94, 26);
    font-size: 1.2em;
    text-shadow: 1px 1px rgba(0, 0, 0, .15);
}

@keyframes turn-yellow {
    0% {
        background: #1e262c;
        color: #ffdd4e;
    }

    25% {
        background: rgb(204, 206, 100);
        color: #1e262c;
    }

    75% {
        background: rgb(204, 206, 100);
        color: #1e262c;
    }

    100% {
        background: #1e262c;
        color: #ffc107;
    }
}

@keyframes turn-yellow-1 {
    0% {
        background: #1e262c;
        color: #ffc107;
    }

    25% {
        background: rgb(204, 206, 100);
        color: #1e262c;
    }

    75% {
        background: rgb(204, 206, 100);
        color: #1e262c;
    }

    100% {
        background: #1e262c;
        color: #ffc107;
    }
}

/* .financial-table tbody td:first-child {
    color: ;
} */

.yellow {
    color: #ffc107;
}

.yellow.stage-0 {
    animation: turn-yellow 1s 1;
}

.yellow.stage-1 {
    animation: turn-yellow-1 1s 1;
}

.blue {
    color: rgb(9, 106, 197);
}

.gray {
    color: gray;
}

.text-right {
    text-align: right;
}

.card-grey {
    border: 1px solid #32424d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #32424d;
}

.card-grey .card-body {
    padding: 0px;
    border: none !important;
    /* background-color: #32424d; */
    color: #fff;
}

.card-grey .card-header {
    padding: .2rem .5rem;
    margin-bottom: 0;
    background-color: #32424d;
    color: #ffffff;
    border-bottom: none;
    font-size: .7rem;
    cursor: pointer;
    border-bottom: 1px solid #445c6d;
    font-weight: 500;
}

.mover-card .card-header .fa-desktop,
.quote-card .card-header .fa-desktop {
    color: #ffdd4e;
}

.card-header .btn {
    margin-top: -0.5rem;
}

.mover-card .stock-name,
.quote-card .stock-name {
    width: 120px;
}

.card .square {
    border: 1px solid #689bbc;
    padding: 1px 5px;
    margin: 0px;
}

.card .square i {
    color: #689bbc;
}

.mover-card .dropdown,
.quote-card .dropdown {
    margin: 5px 0 0 0;
}

.btn {
    min-width: 120px;
}

.btn-setting .btn {
    min-width: auto;
}

.edit-list .btn {
    min-width: 32px;
}

/* .btn-primary {
    background-color: rgb(9, 106, 197);
    color: #fff;
    border-radius: 3px;
} */

.btn-secondary {
    background-color: #fff;
    border-radius: 3px;
    color: #32424d;
    padding: 0.3rem;
    box-shadow: none;
}

.btn-secondary:hover {
    box-shadow: none;
    background-color: rgb(9, 106, 197);
    color: #fff;
}

.btn-secondary:focus {
    box-shadow: none;
    background-color: rgb(9, 106, 197);
    color: #fff;
}

.btn-sm {
    min-width: auto;
}

.remove-min-width .btn {
    min-width: auto;
}

.mover-card .dropdown,
.quote-card .dropdown {
    margin-left: 2px;
}

.scrollbar-x {
    overflow-x: auto;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

ul.pagination {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

ul.pagination li {
    display: inline-block;
    padding: 1px;
    cursor: pointer;
}

ul.pagination li a {
    background-color: #fff;
    color: 32424d !important;
    border-radius: 1px;
    border: 0.5px solid #0062cc !important;
    border: none;
    padding: 0.2rem 0.5rem;
}

.pagination li.disabled a {
    background-color: #fcf9f9 !important;
    color: #8b8a8a !important;
    border-radius: 1px;
}

.pagination li.active a {
    background-color: #0062cc;
}

.small-menu {
    background-color: #1a2126;
    width: 100%;
    /* margin: 2px; */
    line-height: 23px;
    color: #fff;
    margin-left: 0;
    padding-right: 30px;
    padding-left: 0;
    font-size: .7rem;
}

ul.bottom-menu {
    list-style: none;
    padding: 0;
    /* margin: 0 0 0 20px; */
    text-align: left;
}

ul.bottom-menu li {
    display: inline-block;
    word-spacing: 0.2rem;
    font-size: .7rem;
    margin-right: 30px;
}

.background-red {
    background: #ef5350;
    color: #fff;
}

.background-green {
    background: #8beb95;
}

.label {
    display: inline-block;
    margin-bottom: .25rem;
}

.control-label {
    color: red;
}

.form-control {
    padding: 0.3rem 0.5rem;
    font-size: 1em;
    height: auto;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-group-text {
    line-height: 1.25;
}

.form-control.datepicker {
    width: 100px;
}

.form-group {
    margin-bottom: 0.5rem;
}

label {
    display: inline-block;
    margin-bottom: .25rem;
}

.open>.dropdown-menu,
.show>.dropdown-menu {
    display: block;
    overflow-y: auto;
    max-height: 360px;
}

ul.main-menu .main-logo {
    text-align: left;
    position: relative;
    margin-top: -2px;
    /* height: 40px; */
}

@media only screen and (max-width: 600px) {
    .btn {
        min-width: auto;
    }
}

.react-autosuggest__container {
    position: relative;
}

.react-autosuggest__suggestions-container {
    display: none;
}

.react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 35px;
    width: 100%;
    border: 1px solid #aaa;
    font-family: Helvetica, sans-serif;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 999;
    background: #fff;
}

.react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.react-autosuggest__suggestion {
    cursor: pointer;
    padding: 8px 12px;
    color: #3e515b;
}

.react-autosuggest__suggestion--highlighted {
    background-color: #aaa;
}

.quote-screen-search {
    width: 300px;
    background-color: #32424d;
    border-radius: 3px;
    color: #fff;
    font-size: .7rem;
    padding: 0.2rem;
    margin-top: 2px !important;
}

ul.layout-template {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 9px;
}

ul.layout-template li {
    display: inline-block;
    padding: 1px;
}

ul.layout-template li a {
    background-color: #32424d;
    border: none;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
}

ul.layout-template li a:hover {
    background-color: #5e6e79;
}

ul.layout-template li a.active {
    border: 1px solid #5e6e79;
}

.react-contexify__theme--dark {
    font-size: .7rem;
    -webkit-box-shadow: 0 2px 15px rgba(255, 255, 255, .2), 0 0 0 1px #6229bc;
    box-shadow: 0 2px 15px rgba(255, 255, 255, .2), 0 0 0 1px #6229bc;
}

.react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__item__content {
    color: #fff;
    background-color: #6229bc;
}

.fixed-header {
    table-layout: fixed;
    position: absolute;
    top: 0;
    z-index: 99;
}

.fixed-header table thead {
    display: none;
}

.scroll-bar-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.scroll-bar {
    width: 100%;
    height: 100%;
    min-height: 450px;
    overflow: auto;
    position: relative;
}

.Select {
    border: 1px solid rgb(194, 207, 214);
    background-color: white;
}

.Select-control {
    border: 0;
    height: auto;
}

.Select,
.Select div,
.Select input,
.Select span {
    border-radius: 0px;
}

.Select-placeholder,
.Select--single>.Select-control .Select-value,
.Select-input {
    padding-left: 7px;
    line-height: 31px;
    height: 31.1px;
}

.Select__menu {
    z-index: 9999;
}

.Select-input>input {
    padding: 6px 0;
}

.form-control {
    min-height: 30px;
}

.input-group .form-control {
    z-index: inherit;
    font-size: 1rem;
}

.input-group .Select,
.input-group .rdt {
    display: flex;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .validate-field {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.validate-field .form-control,
.validate-field .Select,
.validate-field .rdt,
.free-edit .btn-group {
    width: 100%;
}

.free-edit .btn-group .dropdown-toggle {
    text-align: left;
    position: relative;
}

.free-edit .btn-group .dropdown-toggle::after {
    position: absolute;
    top: 12px;
    right: 6px;
}

.has-warning .form-control {
    border: 1px solid #ff5555;
}

.has-success .form-control {
    border: 1px solid #5ed178;
}

.has-error .form-control {
    border: 1px solid #ff5555;
}

.has-warning .Select .Select__control {
    border: 1px solid #ff5555;
}

.has-success .Select .Select__control {
    border: 1px solid #5ed178;
}

.has-error .Select .Select__control {
    border: 1px solid #ff5555;
}

.input-group [role=combobox] {
    display: flex;
}

[role=combobox] input.form-control {
    width: 100%;
}

.react-autosuggest__suggestions-container {
    overflow: auto;
    max-height: 315px;
}

.loading-disable {
    opacity: .3;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    vertical-align: middle;
}

.loading {
    opacity: .3;
    z-index: 999;
    background-color: rgba(0, 0, 0, .3);
}

.show-changes {
    white-space: nowrap;
}

.form-check-input {
    margin-left: 0;
}

/* .navbar-nav .nav-link, .navbar-nav .navbar .dropdown-toggle, .navbar .navbar-nav .dropdown-toggle {
    color: #fff !important;
} */

.navbar-dark .navbar-nav .dropdown-menu {
    background: #63737d;
}

.navbar-dark .navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.bg-light {
    color: #000;
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
    border-bottom: 1px solid #ddd;
    margin-bottom: .5rem;
    margin-left: 5px;
    margin-right: 5px;
}

.navbar-light .navbar-nav .dropdown-menu {
    background-color: #fff;
}

.navbar-light .navbar-nav .dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: rgba(219, 31, 31, 0.4);
}

.dropdown-item.active {
    background-color: rgba(219, 31, 31, 1);
    color: white;
    font-weight: bold;
}

.navbar-light .nav-item {
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0);
}

a.nav-link {
    color: #ef5350;
}

.nav-link:hover {
    color: #23527c;
    background-color: #eee;
    text-decoration: none;
}

@media (max-width: 991px) {
    .app-header {
        position: relative !important;
    }
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.flex-1 {
    flex: 1;
}

.line-through {
    text-decoration: line-through;
    color: gray;
}

.fa-times-circle {
    color: rgb(167, 1, 1);
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fa-edit,
.fa-trash,
.fa-trash-alt {
    cursor: pointer;
}

.fa-edit {
    color: rgb(9, 106, 197);
}

.fa-trash,
.fa-trash-alt {
    color: red;
}

.fa-envelope {
    color: rgb(243, 196, 66);
}

.fa-edit.white {
    color: rgb(255, 255, 255);
}

.fa-car,
.fa-map,
.fa-ruler-horizontal,
.free-grid-card .fa-plus,
.fa-dollar-sign,
.fa-image,
.fa-calendar-check,
.fa-file-alt,
.fa-clock,
.fa-truck,
.fa-wrench {
    color: #ef5350ed;
}

.switch-handle i {
    color: #666;
    margin-left: 6px;
}

.transform-none {
    text-transform: none !important;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-120px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: .3s;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(120px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(120px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fade-in-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: .3s;
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-6px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-top {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
    animation-duration: .5s;
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-bottom {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    animation-duration: .5s;
}

.footer-widget-wrapper {
    font-size: 13px;
    background: #3d3d44;
    background: -moz-linear-gradient(top, #3d3d44 0%, #1f1f1f 100%);
    background: -webkit-linear-gradient(top, #3d3d44 0%, #1f1f1f 100%);
    background: linear-gradient(to bottom, #3d3d44 0%, #1f1f1f 100%);
    color: #fff;
    padding: 20px;
    min-height: 100px;
    margin-top: 10px;
}

.copyright {
    text-align: center;
    font-size: 10px;
}

.disabled {
    cursor: not-allowed !important;
    pointer-events: none
}

.clickable {
    cursor: pointer;
}

a.clickable {
    color: #469fe9 !important;
}

a.clickable:hover {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

.Select.has-value.is-clearable.Select--single>.Select-control .Select-value {
    font-size: 14px;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex-basis: 0;
        flex-grow: 1;
    }
}

.w-100 {
    width: 100%;
}

.edit-fields .Select {
    min-width: initial;
}

.Select {
    /* min-width: 120px; */
    border-width: 0;
}

.Select,
.Select div,
.Select input,
.Select span {
    border-radius: 0px;
    line-height: 1.0;
}

.Select .Select__control {
    max-height: fit-content;
    min-height: fit-content;
    width: 100%;
    border: 1px solid rgb(194, 207, 214);
    background-color: transparent;
    display: flex;
}

.Select__indicator {
    padding: 2px !important;
}

.dropzone {
    border: 1px dashed #999;
    padding: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.has-error .dropzone {
    border: 1px dashed crimson;
}

.dropzone-image {
    max-width: 100%;
    max-height: 100%;
}

.dropzone-title {
    min-height: 30px;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.react-grid-item.resizing {
    opacity: 0.9;
}

.react-grid-item .text {
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 24px;
}

.react-grid-item .minMax {
    font-size: 12px;
}

.react-grid-item .add {
    cursor: pointer;
}

.react-grid-drag-handler {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.react-grid-drag-handler:active {
    cursor: grabbing;
}

.react-grid-item>.react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 0;
    cursor: se-resize;
}

.react-grid-item>.react-resizable-handle::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 5px;
    height: 5px;
    border-right: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}

.bottom-menu-col {
    min-width: 125px;
    max-width: 125px;
    margin-bottom: .5rem;
}

.small-gutters {
    margin-right: -6px;
    margin-left: -6px;
}

.small-gutters>.col,
.small-gutters>[class*="col-"] {
    padding-right: 6px;
    padding-left: 6px;
}

.small-gutters.row {
    margin-bottom: 0;
}

.small-gutters .card {
    border: none;
    margin-bottom: 1rem;
    border-radius: 0;
}

.icon-add-menu {
    padding: 6px 8px;
    border: 1px dashed #999;
}

.icon-add-menu+span {
    margin-left: 10px;
    font-size: 1.2em;
}

.bg-dark {
    margin-bottom: 20px;
}

.datatable-search-controls .Select {
    min-width: 200px;
    max-width: 200px;
}

.datatable-search-control {
    float: left;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.rdtSwitch {
    background-color: rgb(240, 240, 240);
    position: relative;
}

.rdtSwitch::after {
    font-weight: bold;
    content: "▼";
    color: #32424d;
    position: absolute;
    right: .5rem;
}

.b-uppercase b {
    text-transform: uppercase;
}

.landing-page {
    position: relative;
}

.landing-page .card {
    height: 100%;
}

.landing-page .react-grid-layout .card .card-body {
    padding: 0;
}

.react-grid-item>.react-resizable-handle {
    z-index: 9999;
}

.button-close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    opacity: .5;
    z-index: 9999;
    cursor: pointer;
    font-size: 1.2em;
}

.button-close:hover {
    opacity: 1;
}

.btn-danger-o {
    color: #ef5350;
    background-color: #fff;
    border-color: #ef5350;
}

.btn-danger-o:hover {
    color: #fff;
    background-color: #ef5350;
    border-color: #ef5350;
}

.btn-dark {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-dark:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-setting>button {
    line-height: 1.3;
    padding: .2rem;
    margin-top: .2rem;
    border-radius: .5rem !important;
}

.alert.alert-message {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid #000;
    border-radius: 0;
}

.horizontal-list {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.horizontal-list li {
    float: left;
    margin-top: .5rem;
    margin-right: 1.2rem;
}

.white-space-nowrap {
    white-space: nowrap;
}

.table thead th {
    position: sticky;
    top: 0;
    border-bottom: 0;
}

.table tbody th {
    position: sticky;
    left: 0;
    background-color: white;
    padding: 6px;
}

@keyframes shake {
    0% {
        transform: skewX(-15deg);
    }

    5% {
        transform: skewX(15deg);
    }

    10% {
        transform: skewX(-15deg);
    }

    15% {
        transform: skewX(15deg);
    }

    20% {
        transform: skewX(0deg);
    }

    100% {
        transform: skewX(0deg);
    }
}

.flip4 {
    animation: shake .8s infinite alternate;
}

.one-line {
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-item {
    padding: 6px 12px;
}

.simple-form .form-control {
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    height: auto;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.simple-form .form-group {
    margin-bottom: 0.5rem;
}

.simple-form label,
.simple-chat .label {
    display: inline-block;
    margin-bottom: .25rem;
    font-size: .85em;
    color: rgb(9, 106, 197);
}

.simple-form .edit-fields input,
.simple-form .edit-fields textarea {
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 0 0 6px 0;
}

.simple-form .edit-fields input:focus,
.simple-form .edit-fields textarea:focus,
.simple-form .edit-fields .Select .Select__control:focus {
    outline: 0;
    box-shadow: 0 4px 3px -2px rgba(0, 0, 0, .225);
}

.simple-form .edit-fields .input-group .has-warning .form-control {
    border: 1px solid #ffdd4e;
}

.simple-form .edit-fields .input-group .has-warning .form-control:focus {
    box-shadow: 0 4px 3px -2px rgba(206, 193, 16, 0.315);
}

.simple-form .edit-fields .input-group .has-success .form-control {
    border: 1px solid #5ed178;
}

.simple-form .edit-fields .input-group .has-success .form-control:focus {
    box-shadow: 0 4px 3px -2px rgba(58, 168, 14, 0.315);
}

.simple-form .edit-fields .input-group .has-error .form-control {
    border: 1px solid #ff5555;
}

.simple-form .edit-fields .input-group .has-error .form-control:focus {
    box-shadow: 0 4px 3px -2px rgba(158, 16, 16, 0.315);
}

.simple-form .edit-fields .Select .Select__control {
    border: 0;
    border-color: transparent !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, .125) !important;
    box-shadow: none !important;
    padding: 0 0 4px 0;
}

.simple-form .edit-fields .Select .Select__single-value {
    vertical-align: top;
    margin-left: 0;
}

.simple-form .edit-fields .Select .Select__value-container {
    padding: 0;
}

.simple-form .edit-fields .Select .Select__value-container>div {
    padding: 0;
    margin: 0;
}

.simple-form .edit-fields .Select .Select__indicator {
    padding: 0 .5rem !important;
}

.simple-form .edit-fields .Select .Select__indicator-separator {
    margin: 0;
}

.simple-panel {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 3px;
    background-color: #fff;
}

.md-divider {
    border-color: rgba(0, 0, 0, .3);
    border-style: dashed;
    border-width: 0;
    border-bottom-width: 1px;
    position: relative;
}

.md-divider::after {
    content: 'OR';
    font-family: Impact, Impacto, Charcoal, sans-serif;
    color: rgba(0, 0, 0, .3);
    background-color: white;
    padding: 4px;
    position: absolute;
    top: calc(100% - 13px);
    right: calc(50% - 11px);
}

@media (min-width: 768px) {
    .md-divider {
        border-bottom-width: 0;
        border-right-width: 1px;
    }

    .md-divider::after {
        top: calc(50% - 13px);
        right: -11px;
    }
}

.btn-danger {
    color: #fff !important;
    background-color: #ef5350;
    border-color: #ff2c29;
}

.btn-danger:hover {
    background-color: #c94f4e;
    border-color: #ffb3b2;
}

.btn-danger:hover {
    background-color: rgba(219, 31, 31, 0.4);
}

.click-to-show-all {
    text-align: justify;
    position: relative;
    overflow: hidden;
    transition: height .5s;
    line-height: 1.25em;
    max-height: 2.5em;
    cursor: pointer;
}

.click-to-show-all.clicked {
    max-height: none;
    height: auto;
    cursor: text;
}

.click-to-show-all span.ellipsis {
    background-color: white;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .75), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, .75), rgba(255, 255, 255, 1));
    background: linear-gradient(left, rgba(255, 255, 255, .75), rgba(255, 255, 255, 1));
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 1rem;
}

.click-to-show-all.clicked span.ellipsis {
    display: none;
}

.click-to-show-all .fa-minus-square {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 1rem;
    color: rgba(0, 0, 0, .6);
}

@media (min-width: 768px) {
    .click-to-show-all {
        max-height: none;
        cursor: text;
    }

    .click-to-show-all .fa-minus-square {
        display: none;
    }

    .click-to-show-all span.ellipsis {
        display: none;
    }

    .row .card {
        height: calc(100% - 1rem);
    }
}

.dropdown-item .badge {
    position: unset;
}

.RichEditor-tools {
    position: relative;
}

.RichEditor-tools.closed .RichEditor-tool {
    display: none;
}

.toggle-editor {
    position: absolute;
    color: rgba(0, 0, 0, .5);
    left: calc(50% - 7px);
    bottom: -12px;
    font-size: 1.3em;
    background-color: white;
}

.RichEditor-editor {
    border-top: 1px solid #ddd;
    cursor: text;
    margin-top: 10px;
}

.RichEditor-editor .public-DraftEditorPlaceholder-root,
.RichEditor-editor .public-DraftEditor-content {
    margin: 0 -15px -15px;
    padding: 15px;
}

.RichEditor-editor .public-DraftEditor-content {
    min-height: 100px;
}

.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
    display: none;
}

blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-family: 'Hoefler Text', 'Georgia', serif;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
}

pre:not(.public-DraftStyleDefault-pre) {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
    font-size: 16px;
    padding: 20px;
}

.RichEditor-controls {
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    user-select: none;
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: 1rem;
    line-height: 1.2;
}

.RichEditor-styleButton {
    color: #999;
    cursor: pointer;
    margin-right: 12px;
    padding: 2px 0;
    display: inline-block;
}

.RichEditor-styleButton:last-child {
    margin-right: 0;
}

.RichEditor-colorButton {
    color: #999;
    cursor: pointer;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    padding: 2px 0;
    display: inline-block;
}

.RichEditor-activeButton {
    color: #5890ff;
}

.footer-widget-wrapper a {
    color: #fff !important;
    font-size: 0.8rem;
}

.footer-widget-wrapper a:hover,
.footer-widget-wrapper a:visited {
    color: #fff !important;
    text-decoration: underline;
}

.whatsapp-panel {
    position: absolute;
    right: 5px;
    width: 310px;
    z-index: 999;
    font-size: 1.1rem;
}

.whatsapp-panel img {
    position: fixed;
    bottom: 56px;
    right: 5px;
    max-width: 56px;
    width: 56px;
    cursor: pointer;
}

.whatsapp-panel img:hover {
    filter: brightness(1.2);
}

.rdtPicker {
    top: 33px;
}

th.sord-asc::after {
    content: '▲';
}

th.sord-desc::after {
    content: '▼';
}

.free-edit-divider {
    width: 100%;
    margin-bottom: .5rem;
}

.label {
    font-weight: 600;
}

.actionMenu {
    font-size: 10px;
    font-weight: 700;
}

.actionMenu .simple-panel {
    min-height: 280px;
}

.actionMenu h5 {
    font-size: 11px;
    font-weight: 700;
}

.actionMenu ul {
    padding-left: 10px;
}

.actionMenu ul li {
    cursor: pointer;
    padding: 0px;
    margin-bottom: 2px;
    border-bottom: dotted 1px rgba(0, 0, 0, .1);
}

.actionMenu ul li.active {
    color: rgb(204, 0, 0);
    cursor: pointer;
}

.actionMenu ul li:hover {
    color: rgb(0, 140, 186);
    cursor: pointer;
}

.relative {
    position: relative;
}

.row {
    margin-bottom: 5px;
}

.input-group .Select {
    width: 70% !important;
}

.summary-panel {
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
    line-height: 1.25;
    height: auto;
    color: #3e515b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #c2cfd6;
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 10px 0;
    font-weight: 600;
}

.case-info-panel h5 {
    font-size: 0.9rem;
    line-height: 1.25;
    font-weight: 600;
}

.case-info-panel .row {
    border-bottom: 1px dotted #c2cfd6;
    margin: 2px 5px;
}

.case-info-panel .row .col {
    padding-left: 0;
}

.case-info-panel .badge {
    padding: 5px !important;
    color: #fff !important;
    margin: 2px;
}

.case-info-panel .no-border {
    border: 0;
}

.double-lined {
    border-top: 1px #3e515b solid;
    border-bottom: 1px #3e515b solid;
}

.badge {
    padding: 10px !important;
    color: #000 !important;
    font-size: 100% !important;
}

.badge-open {
    background-color: #a5d9a4 !important;
}

.badge-wip {
    background-color: gold !important;
}

.badge-resolved {
    background-color: moccasin !important;
}

.badge-verified {
    background-color: #6BBCD7 !important;
}

.badge-cancelled {
    background-color: red !important;
}

.badge-closed {
    background-color: #C6C6A9 !important;
}

.badge-invoice {
    background-color: lightSteelblue !important;
}

.emailbox {
    border: 1px solid rgba(59, 189, 233, 0.5);
    padding: 4px !important;
    background-color: rgba(59, 189, 233, 0.3);
    text-transform: lowercase;
}

.notification {
    border: 2px solid rgba(12, 12, 12, 0.5);
    padding: 5px 10px !important;
    background-color: rgb(241, 95, 76);
    color: #fff;
    position: fixed;
    border-radius: 5px;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 1.1rem;
}

.notification .badge-red {
    background-color: red !important;
    padding: 5px 10px !important;
    color: #fff !important;
}

.notification .item {
    padding: 4px;
    font-size: 1.1rem;
}

.notification .item a {
    color: #fff !important;
}

.underline {
    border-bottom: 1px solid #fff;
}

.switch-options .switch-option {
    float: left;
}

.switch-options .switch-option input {
    margin: 0 4px 0 8px;
}

.switch-options .switch-option input:first {
    margin-left: 0;
}

.menu-tabs .menu-tab {
    float: left;
    padding: .25rem 1rem;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .75);
    margin-bottom: .5rem;
}

.menu-tabs .menu-tab.active {
    border: 1px solid rgba(0, 0, 0, .75);
    border-bottom: 0;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-container .image-item {
    margin: 0 1rem 1rem 0;
    width: 126px;
    position: relative;
}

.image-container .image-item .image-border {
    border: rgba(0, 0, 0, .25);
    background-color: white;
}

.image-item .image-icon {
    position: absolute;
    height: 36px;
    width: 36px;
    font-size: 30px;
    top: calc(50% - 31px);
    left: calc(50% - 18px);
    background-color: white;
    border-radius: 18px;
}

.image-item:not(:hover) .image-icon {
    opacity: .75;
}

.image-item .image-icon i {
    position: absolute;
    top: 3px;
    left: 3px;
}

.image-container-top-right {
    position: absolute;
    top: -.25rem;
    right: -.25rem;
    font-size: 16px;
    background-color: white;
    border-radius: 1rem;
    cursor: pointer;
}

.table-bottom tr {
    border-bottom: 0px;
}

.table-bottom tr th {
    font-weight: 600;
    border: 0px;
}

.table-bottom tr td {
    border: 0px;
}

.disabled {
    background-color: rgba(0, 0, 0, .05);
}

.car-butterfly {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: .5rem;
    width: 100%;
}

.border-red {
    border: 5px solid #ef5350;
}

@media (max-width: 450px) {
    .date-hour-minute .input-group-text {
        padding: 5.5px 2px !important;
    }

    div.btn-group.vertical {
        display: flex;
        flex-direction: column;
    }
}

.image-description {
    position: relative;
    width: 110px;
}

.image-description div {
    cursor: pointer;
}

.image-description input {
    position: absolute;
    width: 200px;
    top: 0;
    z-index: 100;
}

ul.normal {
    list-style: none;
    padding-inline-start: 0;
}

ul.normal li {
    margin: 2px 5px;
}

.color-danger {
    color: #ef5350;
}


.color-success {
    color: #3ea662;
}

a.color-success {
    color: black;
}

.image-cateogry-text {
    font-weight: bold;
    font-style: italic;
}

.margin-left-spacing {
    margin-left: 106px;
}

.workshopcase-info-panel h5 {
    line-height: 1.42857143;
    color: black;
    font-size: 1.3em;
    font-weight: bold;
}

.page-header {
    display: flex;
    height: 60px;
    background-color: #f2f2f2;
    box-shadow: rgb(102, 102, 102) 0px 2px 5px 0px;
    padding: 0 20px;
}

.page-header>* {
    line-height: 60px;
}

.page-header .page-title {
    font-weight: bold;
    font-size: 24px;
    color: black;
    cursor: default;
    margin-right: 1rem;
}

.page-header-fixed .page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.page-header-fixed .main-menu+.page-content .page-header {
    left: 60px;
}

.page-header-fixed .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.page-header-reserved {
    display: none;
}

.page-header-fixed .page-header-reserved {
    display: block;
    height: 60px;
}

.with-mobile-header .page-header-fixed .page-header-reserved {
    height: 45px;
}

.page-header-fixed .main-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 101;
}

.page-content-wrapper {
    display: flex;
    min-height: calc(100vh - 80px);
}

.page-content {
    flex: 1;
    max-width: 100%;
}

.main-menu+.page-content {
    flex: 1;
    max-width: calc(100% - 60px);
}

.page-header-fixed .main-menu+.page-content {
    margin-left: 60px;
}

.main-menu+.page-content .free-grid-footer {
    left: 60px;
}

a.btn-logout,
a.btn-profile {
    color: rgb(51, 51, 51);
    padding: 5px;
    line-height: normal;
}

a.btn-logout:hover,
a.btn-logout:hover i,
a.btn-profile:hover,
a.btn-profile:hover i {
    color: white;
    text-decoration: none;
    background-color: #ef5350;
}

.input-group.unibox {
    background-color: white;
    border: 1px solid #c2cfd6;
    border-radius: .5rem;
}

.input-group.unibox input {
    border: 0;
    background-color: transparent;
}

.input-group.unibox .input-group-text {
    background-color: transparent;
    border: 0;
}

.mobile-header {
    background-color: #ef5350;
    color: white;
    line-height: 30px;
    margin-bottom: 0;
    padding: .25rem 1rem;
}

.mobile-header img {
    height: 30px;
    width: 30px;
    vertical-align: top;
}

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -1000px;
    width: 100%;
    height: 100%;
    transition: left .2s;
    z-index: 1000;
}

.mobile-menu-wrapper.show {
    display: flex;
    left: 0;
}

.mobile-menu-content {
    height: 100%;
    width: 300px;
    background-color: white;
    position: relative;
    overflow-y: auto;
}

.mobile-menu-content:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('/images/Menu_background.jpeg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.mobile-menu-back {
    cursor: pointer;
    height: 100%;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.25);
}

.mobile-menu-back i {
    color: white;
    margin-left: 1rem;
    font-size: 1.5em;
}

.horizontal-panel {
    background-color: rgb(221, 221, 221);
    padding: 1rem 0;
    font-weight: bold;
    line-height: 1;
}

.horizontal-panel small {
    font-weight: bold;
}

.border-right {
    border-right: 1px solid #666 !important;
}

.expandable-panel {
    background-color: white;
}

.expandable-panel.sm {
    margin-bottom: .75rem;
}

.expandable-panel .expandable-header {
    color: white;
    background-color: #666666;
    padding: .35rem 1rem;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}

.expandable-panel.sm .expandable-header {
    text-align: left;
}

.expandable-panel .expandable-header>div {
    display: inline-block;
}

.expandable-panel-highlight .expandable-panel .expandable-header {
    background-color: rgb(253, 248, 228);
    color: rgb(135, 109, 59);
    font-weight: bold;
    text-align: left;
    padding: .5rem .35rem .5rem .75rem;
}

.expandable-panel-highlight .expandable-panel.expanded .expandable-header {
    color: white;
}

.expandable-panel .expandable-body {
    padding: .5rem;
    font-size: 1em;
    display: none;
}

.expandable-panel .expandable-header .btn-expand {
    /* float: right; */
    width: 20px;
    font-size: 0.65em;
    padding: 5px;
}

.expandable-panel.expanded .expandable-header {
    background-color: #d76865;
}

.expandable-panel.expanded .expandable-body {
    display: block;
}

.setting-panel {
    border-radius: 3px;
    overflow: hidden;
}

.setting-panel-header {
    background-color: #cb4542;
    /*rgb(9, 106, 197);*/
    color: white;
    padding: 2.5px 5px;
    cursor: pointer;
}

.setting-panel:not(.expanded) {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    display: inline-block;
}

.setting-panel:not(.expanded) .setting-panel-header {
    border-radius: 3px;
    padding-right: 8px;
}

.setting-panel-body {
    background-color: rgba(0, 0, 0, .05);
    padding: .5rem;
}

.setting-panel.expanded .setting-panel-body {
    border: 1px solid #cb4542;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: .5rem;
}

.tab-panel-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.tab-panel-item {
    display: inline-block;
    padding: 5px 15px;
    min-width: 65px;
    cursor: pointer;
}

.tab-panel-item.selected {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .125);
    border-bottom-color: white;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: -1px;
}

.row-reverse-always {
    flex-flow: row-reverse;
}

@media only screen and (min-width: 768px) {
    .row-reverse {
        flex-flow: row-reverse;
    }
}

@media only screen and (min-width: 991px) {
    .row-reverse-lg {
        flex-flow: row-reverse;
    }
}

.check-input {
    position: initial;
    margin-top: 0;
    margin-right: .5rem;
    display: inline-block;
    vertical-align: middle;
}

.btn-group .btn {
    margin-right: 5px;
    margin-bottom: 10px;
}

div.image-border img {
    border: 1px solid rgba(0, 0, 0, .25);
}

.truck.simple-panel {
    padding-right: 2rem;
}

.truck .panel {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.truck .panel-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 8px 26px 0px 16px;
}

.truck .form-check.row {
    margin-bottom: 8px;
}

.progress-bar {
    height: auto;
}

.message-left {
    text-align: left;
    font-weight: bold;
    background-color: lightgrey;
    padding: 10px;
    margin-right: 25px;
    float: left;
    border-radius: 10px 0;
}

.message-right {
    text-align: left;
    font-weight: bold;
    background-color: lightgreen;
    padding: 10px;
    float: right;
    margin-left: 25px;
    border-radius: 0 10px;
}

.message-datetime-left {
    text-align: left;
    float: left;
    margin-bottom: 5px;
    font-size: 12px;
    font-style: italic;
}

.message-datetime-right {
    text-align: left;
    float: right;
    margin-bottom: 5px;
    font-size: 12px;
    font-style: italic;
}

mark,
.mark {
    background-color: none;
}

.gray-scale {
    filter: grayscale(1);
}

.attachment-group {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 1rem;
    border: 1px solid #666;
    margin-bottom: 1rem;
}

.attachment-group img {
    width: 100%;
    height: 100%;
}

.attachment-group .attachment-group-section {
    position: absolute;
    cursor: pointer;
}

.attachment-group .attachment-group-section:hover {
    background-color: #85b3e430;
}

.attachment-group .attachment-group-section .attachment-group-label {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    font-size: .85em;
    white-space: pre-wrap;
}

.attachment-group .attachment-group-section.uploaded {
    background-color: #0f9d581b;
}

.table>tbody>tr.table-category,
.table>tbody>tr.table-category:nth-child(odd) {
    background-color: #c5d1d7;
}

.category {
    font-weight: bold !important;
}

.transparentBackground {
    background-color: transparent
}

.card-grid {
    margin-bottom: 1rem;
}

.card-body-grid {
    padding: 1rem;
    border-top: 5px solid var(--customBackgroupColor);
}

.free-grid-row.customBackgroupColor {
    background-color: var(--customBackgroupColor);
}

.table>tbody>tr.customBackgroupColor:hover {
    background-color: #C1F7F2;
}

:root {
    --customBackgroupColor: #f4f4f4;
    /* --oddtrColor:'#f4f4f4'; */
}

.open {
    --customBackgroupColor: #a5d9a4;
}

.wip {
    --customBackgroupColor: gold;
}

.resolved {
    --customBackgroupColor: moccasin;
}

.closed {
    --customBackgroupColor: #C6C6A9;
}

.invoiced {
    --customBackgroupColor: lightSteelblue;
}

.cancelled {
    --customBackgroupColor: #bbbbbb;
  }

.jobToken {
    --customBackgroupColor: #ee9695;
}

.bold {
    font-weight: bold;
}

.checkboxText {
    margin-left: 5%;
    margin-top: 1.3%;
}

.fa.link {
    color: blue;
}

.fa.link:hover {
    color: #ef5350ed;
}

.text-lightgray {
    color: #a9a9a9;
}

.show-ic-license-btn{
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
    margin-bottom: 18px;
}