﻿.flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

.flex-item {
    flex: 1 1 auto;
    position: relative;
    text-align: center
}

    .flex-item + .flex-item {
        border-left: 1px solid #8d8d8d
    }

.jumbotron {
    margin-bottom: 0 !important
}

.timeline-point svg {
    left: 50%;
    margin-left: -7px;
    margin-top: -7px;
    position: absolute;
    top: 50%
}

.text-green {
    color: #5cb85c !important
}

.text-yellow {
    color: #f0ad4e !important
}

.text-red {
    color: #d9534f !important
}

.text-title {
    font-family: Segoe UI,Arial,sans-serif !important;
    font-weight: 700 !important
}

.table-gray thead .totals th, .text-title {
    font-size: 13px !important
}

.table-gray hfoot tr, .table-gray tfoot td, .table-gray tfoot tr th, .table-gray th, .table-gray thead tr, .table-gray thead tr th {
    border: 1px solid #cdcdcd
}

.table-border-blue {
    border: 2px solid #4b7188
}

.table-border-blue-sm {
    border: 1px solid #4b7188
}

.table-blue tfoot td, .table-blue tfoot tr, .table-blue tfoot tr th, .table-blue th, .table-blue thead tr, .table-blue thead tr th {
    border: 1px solid #cdcdcd
}

.table-lightgray.nocenter tbody td {
    text-align: left !important
}

.table-lightgray th {
    border: 1px solid hsla(0,0%,58.8%,.7);
    text-align: center;
    color: rgb(103 103 103) !important;
    transition: .3s;
    padding-left: 1px !important;
    padding-right: 9px !important
}

.table-lightgray.table-small th {
    font-size: 9px !important
}

.table-lightgray tfoot td:hover, .table-lightgray th:hover {
    background-color: #e0e0e0
}

.table-lightgray tbody tr td {
    background-color: #f2f2f2 !important;
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap !important
}

.table-lightgray thead .totals th {
    font-size: 14px !important;
    font-family: Segoe UI,Arial,sans-serif !important;
    text-align: left;
    padding-left: 10px !important
}

.table-lightgray.wrap tbody tr td {
    white-space: normal !important
}

.table-lightgray.table-small tbody tr td {
    font-size: 11px !important;
    padding: 8px !important
}

.table-lightgray tbody tr td .btn-sm {
    font-size: 12px;
    line-height: 15px
}

.table-lightgray.table-small tbody tr td .btn-sm {
    font-size: 11px;
    line-height: 14px
}

.table-lightgray tfoot, .table-lightgray thead {
    background-color: #e7e7e7;
    color: #fff !important
}

.table-lightgray tbody td {
    font-size: 12px !important;
    text-align: center
}

.table-lightgray .td-s {
    cursor: pointer
}

.table.table-hover.table-lightgray tbody tr:hover td {
    background: #ebeff2 !important
}

.table-border-lightgray {
    border: 2px solid #b9b9b9
}

.table-border-lightgray-sm {
    border: 1px solid #b9b9b9
}

.table-lightgray tfoot tr th, .table-lightgray thead tr th {
    border: 1px solid #cdcdcd;
    padding: 8px
}

.table-lightgray tfoot td, .table-lightgray tfoot tr, .table-lightgray th, .table-lightgray thead tr {
    border: 1px solid #cdcdcd
}

.label {
    padding: 1px 8px !important
}

@media (min-width:992px) {
    .modal-xl {
        max-width: 77%
    }
}

.header .brand {
    width: 340px !important
}

.card {
    border: 1px solid rgba(0,0,0,.125) !important
}

textarea.form-control {
    height: auto
}

.ribbon {
    overflow: hidden;
    position: relative
}

    .ribbon:before {
        content: attr(data-ribbon);
        font: 700 10px sans-serif;
        color: #333;
        text-align: center;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: absolute;
        padding: 2px 0;
        top: 13px;
        left: -17px;
        width: 80px;
        color: #fff;
        z-index: 1
    }

.ribbon-warning:before {
    background-color: #ebb134
}

.ribbon-danger:before {
    background-color: #cd4732
}

.border-pending {
    border-left: 2px solid #ebb134
}

.page-sidebar .sidebar-menu .menu-items li.active > a .details, .page-sidebar .sidebar-menu .menu-items li.open > a span, .page-sidebar .sidebar-menu .menu-items li:hover > a .details {
    color: #fff
}

#table-authorizations .highlight-span {
    background-color: #e1e1e1;
    color: #575757;
    transition: background-color 1s ease,color 1s ease;
    animation: pulse .5s infinite alternate
}

@keyframes pulse {
    0% {
        background-color: #e1e1e1;
        color: #575757
    }

    to {
        background-color: #d7d7d7;
        color: #565656
    }
}

.crossed-number {
    position: relative;
    display: inline-block;
    opacity: .7
}

    .crossed-number:after, .crossed-number:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #000;
        top: 50%;
        left: 0;
        transform-origin: center;
        opacity: .6
    }

    .crossed-number:before {
        transform: rotate(45deg)
    }

    .crossed-number:after {
        transform: rotate(-45deg)
    }

.content-callout {
    display: flex !important;
    align-content: center;
    align-items: center
}

    .content-callout .help-callout {
        margin-left: auto
    }

.title-callout {
    margin: 0;
    font-weight: 400 !important
}

.card a, .card button, .card p, .card textarea, .menu-items a, .title-callout, body, h1, h2, h3, h4, h5, h6 {
    font-family: Figtree,sans-serif !important
}

.social-card.share .card-header:hover {
    background: #ededed !important;
    border-color: #ededed !important;
    cursor: pointer
}

.timeline-point {
    display: flex;
    align-items: center;
    justify-content: center
}

    .timeline-point svg {
        color: #fff;
        font-size: 14px
    }

.btn-small, .form-control-small {
    min-height: 22px !important;
    height: 22px !important;
    font-size: 13px !important;
    padding: 2px 12px !important
}

.btn-xs {
    font-size: 11px !important;
    line-height: 11px !important;
    padding: 7px 13px !important
}

.btn-xxs {
    font-size: 9px !important;
    line-height: 9px !important;
    padding: 3px 6px !important;
}

.btn-inverse {
    background-color: #2b6a94 !important;
    color: #fff !important;
    border-color: #286289 !important
}

    .btn-inverse:hover {
        background-color: #3b86b8 !important
    }

.btn-tunder {
    background-color: #91af32 !important;
    color: #fff !important;
    border-color: #698021 !important
}

    .btn-tunder:hover {
        background-color: #82a024 !important
    }

.label-tunder {
    background-color: #91af32 !important;
    color: #fff !important
}

.btn-orange {
    background-color: #e38227 !important;
    color: #fff !important;
    border-color: #ce7521 !important
}

    .btn-orange:hover {
        background-color: #f39b49 !important
    }

.label-lightorange {
    background-color: #e39a5c !important;
    color: #fff !important
}

.btn-cammo {
    background-color: #709078 !important;
    color: #fff !important;
    border-color: #608168 !important
}

    .btn-cammo:hover {
        background-color: #608168 !important
    }

.label-cammo {
    background-color: #709078 !important;
    color: #fff !important
}

.btn-brown {
    background-color: #8f7353 !important;
    color: #fff !important;
    border-color: #7b6144 !important
}

    .btn-brown:hover {
        background-color: #7b6144 !important
    }

.label-brown {
    background-color: #8f7353 !important;
    color: #fff !important
}

.btn-lightslategray {
    background-color: #789 !important;
    color: #fff !important;
    border-color: #6d7b89 !important
}

    .btn-lightslategray:hover {
        background-color: #6d7b89 !important
    }

.label-lightslategray {
    background-color: #789 !important;
    color: #fff !important
}

.btn-bluegreen {
    background-color: #5f9ea0 !important;
    color: #fff !important;
    border-color: #4d8587 !important
}

    .btn-bluegreen:hover {
        background-color: #52acb0 !important
    }

.label-lightbluegreen {
    background-color: #5f9ea0 !important;
    color: #fff !important
}

.btn-darkgreen {
    background-color: #459376 !important;
    color: #fff !important;
    border-color: #3b7d65 !important
}

    .btn-darkgreen:hover {
        background-color: #52a989 !important
    }

.text-darkgreen {
    color: #459376 !important
}

.label-darkgreen {
    background-color: #459376 !important;
    color: #fff !important
}

.btn-lightblue {
    background-color: #5289bf !important;
    color: #fff !important;
    border-color: #497aaa !important
}

    .btn-lightblue:hover {
        background-color: #5994ce !important
    }

.label-lightblue {
    background-color: #5289bf !important;
    color: #fff !important
}

.btn-bluegray {
    background-color: #537188 !important;
    color: #fff !important;
    border-color: #455d6f !important
}

    .btn-bluegray:hover {
        background-color: #455d6f !important
    }

.label-bluegray {
    background-color: #537188 !important;
    color: #fff !important
}

.btn-wine {
    background-color: #815b5b !important;
    color: #fff !important;
    border-color: #9b6e6e !important
}

    .btn-wine:hover {
        background-color: #9b6e6e !important
    }

.label-wine {
    background-color: #815b5b !important;
    color: #fff !important
}

.btn-lightbrown {
    background-color: #ab8274 !important;
    color: #fff !important;
    border-color: #a0796c !important
}

    .btn-lightbrown:hover {
        background-color: #b98e80 !important
    }

.label-lightbrown {
    background-color: #ab8274 !important;
    color: #fff !important
}

.btn-lightgray {
    background-color: #6c757d !important;
    color: #fff !important;
    border-color: #646c73 !important
}

    .btn-lightgray:hover {
        background-color: #7d868e !important
    }

.label-lightgray {
    background-color: #6c757d !important;
    color: #fff !important
}

.btn-lightgreen {
    background-color: #9bc995 !important;
    color: #fff !important;
    border-color: #8cb787 !important
}

    .btn-lightgreen:hover {
        background-color: #a2d19c !important
    }

.label-lightgreen {
    background-color: #9bc995 !important;
    color: #fff !important
}

.btn-lightpurple {
    background-color: #8a69c5 !important;
    color: #fff !important;
    border-color: #8162b8 !important
}

    .btn-lightpurple:hover {
        background-color: #9776d3 !important
    }

.label-lightpurple {
    background-color: #8a69c5 !important;
    color: #fff !important
}

.btn-lightpink {
    background-color: #e573a7 !important;
    color: #fff !important;
    border-color: #d56b9b !important
}

    .btn-lightpink:hover {
        background-color: #f07bb0 !important
    }

.label-lightpink {
    background-color: #e573a7 !important;
    color: #fff !important
}

.label-complete {
    background-color: #3b4752 !important;
    color: #fff !important
}

.btn-warning {
    background-color: #e7be4e !important;
    border-color: #e7be4e !important
}

.input-group-addon-small {
    height: 22px;
    font-size: 12px;
    width: fit-content
}

.dt-colresizable-hover {
    background-color: red
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #f8f8f8;
    color: rgb(0 0 0/59%)
}

.pace .pace-progress {
    background: #686868;
    height: 3px
}

.input-group-addon.success {
    background-color: #0da899;
    color: #fff
}

.ml-200 {
    margin-left: 200px !important
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

[class$=-legend] {
    list-style: none;
    cursor: pointer;
    padding-left: 0;
    margin: 0
}

    [class$=-legend] :hover {
        background-color: #f4f4f4 !important
    }

    [class$=-legend] li {
        display: block !important;
        padding: 1px 6px;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 28px;
        margin: 1px 0
    }

        [class$=-legend] li.hidden, [class$=-legend] li.hidden span {
            text-decoration: line-through;
            color: #969696
        }

        [class$=-legend] li span {
            border-radius: 14px;
            display: inline-block;
            height: 14px;
            margin-right: 10px;
            width: 14px
        }

.count-chart {
    width: auto !important
}

.nav-tabs.nav-tabs-blue > li > a:after {
    background: none repeat scroll 0 0 #0078a7 !important;
    border: 1px solid #0078a7 !important
}

.nav-tabs.nav-tabs-blue > li > a {
    font-size: 13px;
    text-transform: none;
    font-weight: 500
}

    .nav-tabs.nav-tabs-blue > li > a:after {
        background: none repeat scroll 0 0 #d7ecfe !important;
        border: none !important;
        border-bottom: 5px solid #085f81 !important;
        transition: transform .3s ease 0s
    }

    .nav-tabs.nav-tabs-blue > li > a.active {
        color: #085f81 !important;
        background-color: #d7ecfe
    }

        .nav-tabs.nav-tabs-blue > li > a.active:after {
            transform: translateZ(0)
        }

.nav-tabs.nav-tabs-gray > li > a:after {
    background: none repeat scroll 0 0 #0078a7 !important;
    border: 1px solid #0078a7 !important
}

.nav-tabs.nav-tabs-gray > li > a {
    font-size: 13px;
    text-transform: none;
    font-weight: 500
}

    .nav-tabs.nav-tabs-gray > li > a:after {
        background: none repeat scroll 0 0 #e6e6e6 !important;
        border: none !important;
        border-bottom: 5px solid #848383 !important;
        transition: transform .3s ease 0s
    }

    .nav-tabs.nav-tabs-gray > li > a.active {
        color: #404040 !important;
        background-color: #e5e5e5
    }

        .nav-tabs.nav-tabs-gray > li > a.active:after {
            transform: translateZ(0)
        }

.nav-tabs.nav-tabs-bg-none > li > a.active, .nav-tabs.nav-tabs-bg-none > li > a:after {
    background: none !important
}

.table .label {
    margin: 0 !important;
    text-wrap: nowrap !important
}

.table .form-control[disabled] {
    color: rgb(0 0 0/64%) !important
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_desc_disabled:after {
    width: 7px !important
}

.table-sm tbody tr td, .table-sm tfoot tr td {
    padding: 14px !important
}

.table-xs tbody tr td, .table-xs tfoot tr td {
    padding: 8px !important
}

.table thead tr th:first-child {
    padding-left: 0 !important
}

.table.v-middle tbody tr td {
    vertical-align: middle !important
}

.table.noheader thead tr th {
    padding: 0 !important
}

.table.noheader thead {
    background-color: hsla(0,0%,91.8%,.7) !important
}

.table-gray.nocenter tbody td {
    text-align: left !important
}

.table-gray th {
    border: 1px solid hsla(0,0%,58.8%,.7);
    text-align: center;
    color: #fff !important;
    transition: .3s;
    padding-left: 1px !important;
    padding-right: 9px !important
}

.table-gray.table-small th {
    font-size: 9px !important
}

.table-gray tfoot td:hover, .table-gray th:hover {
    background-color: #909ea7
}

.table-gray tbody tr td {
    background-color: hsla(0,0%,51%,.04) !important;
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap !important
}

.table-gray thead .totals th {
    font-size: 14px !important;
    font-family: Segoe UI,Arial,sans-serif !important;
    text-align: left !important;
    padding-left: 10px !important
}

.table-gray.wrap tbody tr td {
    white-space: normal !important
}

.table-gray.table-small tbody tr td {
    font-size: 11px !important;
    padding: 8px !important
}

.table-gray tbody tr td .btn-sm {
    font-size: 12px;
    line-height: 15px
}

.table-gray.table-small tbody tr td .btn-sm {
    font-size: 11px;
    line-height: 14px
}

.table-gray tfoot, .table-gray thead {
    background-color: #798891;
    color: #fff !important
}

.table-gray tbody td {
    font-size: 12px !important;
    text-align: center
}

.table-gray .td-s {
    cursor: pointer
}

.table.table-hover.table-gray tbody tr:hover td {
    background: #ebeff2 !important
}

.table-border-gray {
    border-right: 2px solid #798891;
    border-bottom: 2px solid #798891;
    border-left: 2px solid #798891
}

.table-border-gray-sm {
    border-right: 1px solid #798891;
    border-bottom: 1px solid #798891;
    border-left: 1px solid #798891
}

.table-blue td:first-child {
    text-align: left
}

.table-blue th {
    font-size: 10px;
    border: 1px solid hsla(0,0%,58.8%,.7);
    text-align: center;
    color: #fff !important;
    transition: .3s
}

    .table-blue tfoot td:hover, .table-blue th:hover {
        background-color: #6290ad
    }

.table-blue tbody tr td {
    background-color: rgba(20,136,204,.02);
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap !important
}

    .table-blue tbody tr td .btn-sm {
        font-size: 12px;
        line-height: 15px
    }

.table-blue tfoot, .table-blue thead {
    background-color: #4b7188;
    color: #fff !important
}

.table-blue tfoot {
    text-align: center
}

.table-blue tbody td {
    font-size: 12px !important;
    text-align: center
}

.table-blue .td-s {
    cursor: pointer
}

.table.table-hover.table-blue tbody tr:hover td {
    background: #e4e6e7 !important
}

.table-border-blue {
    border-right: 2px solid #4b7188;
    border-bottom: 2px solid #4b7188;
    border-left: 2px solid #4b7188
}

.table-border-blue-sm {
    border-right: 1px solid #4b7188;
    border-bottom: 1px solid #4b7188;
    border-left: 1px solid #4b7188
}

.table-lightblue td:first-child {
    text-align: left
}

.table-lightblue th {
    font-size: 10px;
    border: 1px solid rgb(193 205 211/70%);
    text-align: center;
    color: #fff !important;
    transition: .3s
}

    .table-lightblue tfoot td:hover, .table-lightblue th:hover {
        background-color: #5d7a97
    }

.table-lightblue tbody tr td {
    background-color: rgba(20,136,204,.02) !important;
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap !important
}

    .table-lightblue tbody tr td .btn-sm {
        font-size: 12px;
        line-height: 15px
    }

.table-lightblue tfoot, .table-lightblue thead {
    background-color: #69849f !important;
    color: #fff !important
}

.table-lightblue tfoot {
    text-align: center
}

.table-lightblue tbody td {
    font-size: 12px !important;
    text-align: center
}

.table-lightblue .td-s {
    cursor: pointer
}

.table.table-hover.table-lightblue tbody tr:hover td {
    background: #e4e6e7 !important
}

.table-border-lightblue {
    border-right: 2px solid #69849f;
    border-bottom: 2px solid #69849f;
    border-left: 2px solid #69849f
}

.table-border-lightblue-sm {
    border-right: 1px solid #69849f;
    border-bottom: 1px solid #69849f;
    border-left: 1px solid #69849f
}

.table-bluegreen td:first-child {
    text-align: left
}

.table-bluegreen th {
    font-size: 10px;
    border: 1px solid rgb(193 205 211/70%);
    text-align: center;
    color: #fff !important;
    transition: .3s
}

    .table-bluegreen tfoot td:hover, .table-bluegreen th:hover {
        background-color: #6c9899
    }

.table-bluegreen tbody tr td {
    background-color: rgba(108,152,153,.05) !important;
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap !important
}

    .table-bluegreen tbody tr td .btn-sm {
        font-size: 12px;
        line-height: 15px
    }

.table-bluegreen tfoot, .table-bluegreen thead {
    background-color: #608687 !important;
    color: #fff !important
}

.table-bluegreen tfoot {
    text-align: center
}

.table-bluegreen tbody td {
    font-size: 12px !important;
    text-align: center
}

.table-bluegreen .td-s {
    cursor: pointer
}

.table.table-hover.table-bluegreen tbody tr:hover td {
    background: #e4e6e7 !important
}

.table-border-bluegreen {
    border-right: 2px solid #608687;
    border-bottom: 2px solid #608687;
    border-left: 2px solid #608687
}

.table-border-bluegreen-sm {
    border-right: 1px solid #608687;
    border-bottom: 1px solid #608687;
    border-left: 1px solid #608687
}

.table-darkblue td:first-child {
    text-align: left
}

.table-darkblue th {
    font-size: 10px;
    border: 1px solid rgb(193 205 211/70%);
    text-align: center;
    color: #fff !important;
    transition: .3s
}

    .table-darkblue tfoot td:hover, .table-darkblue th:hover {
        background-color: #497089
    }

.table-darkblue tbody tr td {
    background-color: rgba(60,91,111,.05) !important;
    transition: .3s;
    vertical-align: middle;
    white-space: nowrap !important
}

    .table-darkblue tbody tr td .btn-sm {
        font-size: 12px;
        line-height: 15px
    }

.table-darkblue tfoot, .table-darkblue thead {
    background-color: #3c5b6f !important;
    color: #fff !important
}

.table-darkblue tfoot {
    text-align: center
}

.table-darkblue tbody td {
    font-size: 12px !important;
    text-align: center
}

.table-darkblue .td-s {
    cursor: pointer
}

.table.table-hover.table-darkblue tbody tr:hover td {
    background: #e4e6e7 !important
}

.table-border-darkblue {
    border-right: 2px solid #3c5b6f;
    border-bottom: 2px solid #3c5b6f;
    border-left: 2px solid #3c5b6f
}

.table-border-darkblue-sm {
    border-right: 1px solid #3c5b6f;
    border-bottom: 1px solid #3c5b6f;
    border-left: 1px solid #3c5b6f
}

.option-member {
    padding: 4px 5px !important
}

    .option-member .name-member {
        font-size: 15px !important;
        font-weight: 300 !important
    }

    .option-member:hover {
        background-color: #f4f4f4 !important;
        cursor: pointer !important
    }

        .btnDelete, .option-member:hover .btnDelete {
            display: inline-block
        }

.title-project::-webkit-scrollbar {
    width: 7px;
    height: 14px
}

::-webkit-scrollbar:horizontal {
    height: 10px;
    cursor: pointer
}

::-webkit-scrollbar {
    width: 10px;
    cursor: pointer
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }

.input-group-prepend + .form-control {
    border: 1px solid #bdc3c7
}

.input-group-addon {
    background-color: #3b4752
}

    .input-group-addon.secondary {
        background-color: #f0f0f0 !important
    }

.border-gray {
    border-color: #b8b7b7 !important
}

.a-actions {
    color: grey !important;
    opacity: .6 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

    .a-actions:hover {
        opacity: 1 !important
    }

.btn-add {
    color: #2b6a94 !important
}

    .btn-add:hover {
        background-color: #2b6a94 !important;
        color: #fff !important
    }

.d-flex-center {
    display: flex !important;
    align-items: center !important
}

.card-task {
    min-height: auto;
    overflow: hidden
}

    .card-task:hover {
        background-color: #f8f8f8 !important
    }

.bg-master-light {
    background-color: #e2e2e2 !important
}

.bg-create-task {
    background-color: #f5f5f5 !important
}

.text-name {
    color: rgba(45,52,54,.8) !important;
    text-transform: capitalize !important;
    font-family: Open Sans !important;
    font-size: 15px
}

.bg-none {
    background: transparent !important
}

.checkbox.check-inverse input[type=checkbox]:checked + label:before {
    border-color: #326e97 !important
}

.checkbox.check-success input[type=checkbox]:checked + label:before {
    border-color: #3ba394 !important
}

.check-complete {
    text-decoration-line: line-through !important;
    text-decoration-color: #000 !important
}

.task-comment {
    display: grid !important
}

    .task-comment > a {
        color: #3b85a1 !important
    }

.text-break {
    word-break: break-all !important
}

.h-modal {
    max-height: 77vh !important;
    height: auto
}

.datepicker table tr td.active {
    background-color: #3a74cc !important
}

.datepicker thead tr .next:before, .datepicker thead tr .prev:before {
    color: #3a74cc !important
}

.btn-success, .btn-success:focus {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important
}

    .btn-success.hover, .btn-success:hover, .show .dropdown-toggle.btn-success {
        background-color: #138496 !important;
        border-color: #117a8b !important
    }

.btn-danger, .btn-danger:focus {
    background-color: #d95e5b !important;
    border-color: #d95e5b !important
}

    .btn-danger.hover, .btn-danger:hover, .show .dropdown-toggle.btn-danger {
        background-color: #f77975 !important;
        border-color: #f77975 !important
    }

[data-toggle-pin=sidebar] > i:before {
    content: "\f111" !important
}

body.menu-pin [data-toggle-pin=sidebar] > i:before {
    content: "\f192" !important
}

.label-success {
    background-color: #0a9f91;
    color: #fff
}

.label-danger, .label-important {
    background-color: #d95e5b;
    color: #fff
}

.label {
    padding: 3px 8px 3.5px !important
}

.label-warning {
    background-color: #d6b241 !important
}

.table.dataTable {
    border-collapse: collapse !important
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,.125) !important
}

@media (min-width:768px) {
    .modal .modal-dialog.modal-xl {
        width: 97%
    }
}

@media (min-width:992px) {
    .modal-xl {
        max-width: 50%
    }
}

* {
    box-sizing: border-box
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    line-height: 1.4;
    color: rgba(0,0,0,.85);
    background-color: #f9f9f9
}

button:active, button:focus, button:hover {
    cursor: pointer
}

.comment-thread {
    width: 700px;
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid transparent
}

.m-0 {
    margin: 0
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.comment {
    position: relative;
    margin: 15px auto
}

.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px
}

.comment-voting {
    width: 20px;
    height: 32px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px
}

    .comment-voting button {
        display: block;
        width: 100%;
        height: 50%;
        padding: 0;
        border: 0;
        font-size: 10px
    }

.comment-info {
    color: rgba(0,0,0,.5);
    margin-left: 10px
}

.comment-author {
    color: rgba(0,0,0,.85);
    font-weight: 700;
    text-decoration: none
}

.replies {
    margin-left: 20px
}

.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0,0,0,.1);
    background-clip: padding-box
}

    .comment-border-link:hover {
        background-color: rgba(0,0,0,.3)
    }

.comment-body {
    padding: 0 20px 0 28px
}

.replies {
    margin-left: 28px
}

.comment-details.comment .summary-comment {
    position: relative;
    list-style: none
}

    .comment-details.comment .summary-comment::-webkit-details-marker {
        display: none
    }

.comment-details.comment:not([open]) .comment-header {
    border-bottom: 1px solid rgba(0,0,0,.2)
}

.comment-header:after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0,0,0,.55)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .comment-heading {
        cursor: default
    }

    .comment-details.comment:not([open]) .comment-heading:after, .comment-details.comment[open] .comment-heading:after {
        content: " "
    }
}

.bg-result-search {
    border: 2px solid #157f97
}

.header .search-link {
    margin-left: 33px
}

.money:before {
    content: "$"
}

.percent:after {
    content: "%"
}

.tabledit-edit-mode {
    padding: 5px !important;
    vertical-align: middle !important
}

.card {
    border: 1px solid #d7d7d7 !important;
    border-radius: .15rem !important
}

.comp-card .icon {
    color: #fff;
    width: 50px !important;
    height: 50px !important;
    border-radius: 5px;
    text-align: center;
    padding: 17px 0;
    font-size: 18px;
    text-shadow: 0 6px 8px rgba(62,57,107,.18);
    transition: all .3s ease-in-out
}

.comp-card:hover .icon {
    border-radius: 50% !important
}

.card-success-1.b-top {
    border: 1px solid #10cfbd !important;
    border-top: 3px solid #10cfbd !important
}

.card-complete-1.b-top {
    border: 1px solid #48b0f7 !important;
    border-top: 3px solid #48b0f7 !important
}

.card-danger-1.b-top {
    border: 1px solid #f55753 !important;
    border-top: 3px solid #f55753 !important
}

.card-warning-1.b-top {
    border: 1px solid #f8d053 !important;
    border-top: 3px solid #f8d053 !important
}

.card-info-1.b-top {
    border: 1px solid #3b4752 !important;
    border-top: 3px solid #3b4752 !important
}

.comp-card .title, .comp-card h1, .comp-card h2, .comp-card h3, .comp-card h4, .comp-card h5, .comp-card h6, .comp-card p, .comp-card span, .comp-card td, .comp-card text {
    font-family: Poppins,sans-serif !important
}

.rootwizard-gray {
    border: 2px solid #798891
}

    .rootwizard-gray ul.nav-tabs {
        background-color: #798891 !important
    }

        .rootwizard-gray ul.nav-tabs a {
            color: #fff !important
        }

            .rootwizard-gray ul.nav-tabs a.active {
                background-color: #737e84 !important
            }

    .rootwizard-gray .nav-tabs-linetriangle > li > a.active:after {
        border-top-color: #798891 !important
    }

.custom-input-file {
    background-color: #4d779b;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    text-align: center;
    height: auto
}

    .custom-input-file:focus {
        background-color: #436f93;
        color: #fff
    }

.fcon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: Font Awesome\ 5 Free;
    font-weight: 400;
    line-height: 1
}

    .fcon:hover {
        color: #333
    }

tr.no-select td {
    background-color: #eee !important
}

    tr.no-select td span:not(.label) {
        color: #929292
    }

    tr.no-select td span.select2-selection {
        background-color: rgb(246 246 246) !important
    }

    tr.no-select td input[data-switchery=true]:checked + span.switchery {
        background-color: rgb(0 94 184/55%) !important;
        border-color: rgb(142 142 142) !important;
        box-shadow: unset !important
    }

    tr.no-select td span.switchery small {
        background-color: rgb(246 246 246) !important
    }

.tabcontrol > .steps .current-info, .tabcontrol > .tab-content .title, .wizard > .steps .current-info, .wizard > .tab-content .title {
    position: absolute;
    left: -999em
}

.accordion-gray .card-header {
    background-color: #f0f0f0 !important;
    border: 1px solid #c6c6c6 !important;
    box-shadow: 2px 1px 5px -4px #373737 !important
}

    .accordion-gray .card-header a {
        text-transform: none !important;
        font-family: Urbanist,sans-serif !important;
        font-size: 14px !important
    }

#accordion .collapse:not(.show) {
    position: relative;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden !important;
    display: unset !important;
    width: 0 !important;
    transition: height .35s ease
}

.btn-tag.btn-tag-blue {
    background: #fafdff !important;
    color: #5b8ca5 !important;
    border: 1px solid #cbe4f0 !important
}

    .btn-tag.btn-tag-blue:hover {
        background: #fff !important
    }

.dropdown-menu a.menudown {
    padding: 0 15px;
    color: #000 !important
}

    .dropdown-menu a.menudown:hover {
        background-color: #d7d7d7
    }

.callout {
    border-radius: .2rem;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-left: 6px solid #e9ecef;
    padding: 1rem
}

    .callout a {
        color: #495057;
        text-decoration: underline
    }

        .callout a:hover {
            color: #e9ecef
        }

    .callout p:last-child {
        margin-bottom: 0
    }

    .callout.callout-danger {
        border-left-color: #bd2130 !important
    }

    .callout.callout-warning {
        border-left-color: #d39e00 !important
    }

    .callout.callout-info {
        border-left-color: #117a8b !important
    }

    .callout.callout-success {
        border-left-color: #1e7e34 !important
    }

    .callout.callout-navy {
        border-left-color: #001f3f !important
    }

    .callout.callout-secondary {
        border-left-color: #6c757d !important
    }

.callout-right {
    border-radius: .25rem;
    background-color: #fff;
    border-right: 5px solid #e9ecef;
    padding: 1rem
}

    .callout-right a {
        color: #495057;
        text-decoration: underline
    }

        .callout-right a:hover {
            color: #e9ecef
        }

    .callout-right p:last-child {
        margin-bottom: 0
    }

    .callout-right.callout-danger {
        border-right-color: #bd2130
    }

    .callout-right.callout-warning {
        border-right-color: #d39e00
    }

    .callout-right.callout-info {
        border-right-color: #117a8b
    }

    .callout-right.callout-success {
        border-right-color: #1e7e34
    }

    .callout-right.callout-navy {
        border-right-color: #001f3f
    }

    .callout-right.callout-secondary {
        border-right-color: #6c757d
    }

div.FixedHeader_Cloned th, div.FixedHeader_Cloned td {
    background-color: unset !important;
}