.table-bordered thead td,
.table-bordered thead th {
    white-space: nowrap;
}

.custom_toast {
    position: fixed;
    right: 2.0rem;
    top: 9.4rem;
    max-width: 300px;
    min-width: 300px;
}


/* th { white-space: nowrap; } */

.btn_company_presentation {
    position: absolute;
    top: 0;
    right: 15px;
}

.pt-4px {
    padding-top: 4px;
}

.nicescroll-rails {
    display: none !important;
}

.custom-nav-item .dropdown-menu.dropdown-menu-big {
    width: 200px;
}

.custom-nav-item .list-group .list-group-item {
    padding: .75rem 1rem;
}

.custom-height {
    min-height: 456px;
}

.no-border-radius {
    border-radius: 4px !important;
}

.bg-red {
    background: #ba1f25!important;
}

.bg-green {
    background: #009688!important;
}

.bg-yellow {
    background: #ffc107!important;
}

.kpi-dot:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f44;
}

.alert.alert-success {
    background: #00a65a !important;
}

label.term {
    position: absolute;
    top: 8px;
    padding-left: 10px;
}

.alert {
    color: #ffffff;
}

.nav-link-border {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.mh-130 {
    min-height: 130px;
}

.mh-200 {
    min-height: 200px;
}

.mh-170 {
    min-height: 170px;
}

textarea {
    resize: none;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    white-space: nowrap;
}

#my-profile .dropleft .dropdown-toggle::before {
    display: none;
}

#my-profile .dropdown-menu.show {
    top: -10px !important;
}

#my-profile .form-control:not(.form-control-lg):not(.form-control-sm),
.swal-modal input.swal-content__input:not(.form-control-lg):not(.form-control-sm) {
    height: -webkit-calc(1em + .75rem + 3px);
    height: -moz-calc(1em + .75rem + 3px);
    height: calc(1em + .75rem + 3px);
    padding-top: 4px;
    font-size: 11px;
    border-radius: 0px;
    padding-right: 0px;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.fs-8 {
    font-size: 8px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.quote_status label {
    color: #ba1f25;
    font-weight: bold;
    margin-bottom: 15px;
}

.quote_status hr {
    border: 2px solid #2d3a408a;
    width: 20px;
    margin: 0 auto 0 auto;
}

.quote_status .bg-danger {
    background: #ba1f25!important;
}

.quote_status .progress {
    height: 20px;
    margin-top: 15px;
}

#quoteList .page-link,
#activityList .page-link,
#invoiceList .page-link {
    padding: .3rem .50rem;
    font-size: 12px;
}

#quoteList .dataTables_paginate,
#activityList .dataTables_paginate,
#invoiceList .dataTables_paginate {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.badge.badge-default,
.badge.badge-draft,
.badge.badge-no {
    background: #ffffff;
    color: #2e3b41;
    border: 1px solid #2e3b413d;
}

.badge.badge-sent,
.badge.badge-yes,
.badge.badge-accepted {
    background: #ffffff;
    color: #00c751;
    border: 1px solid #00c751;
}

.badge.badge-declined,
.badge.badge-expired {
    background: #ffffff;
    color: #ba1f25;
    border: 1px solid #ba1f25;
}

.alert.alert-danger {
    background: #ba1f25 !important;
}

#global_search .dataTables_filter {
    display: none;
}

#global_search .table td,
#global_search .table th {
    padding: .5rem;
}

#global_search table.table-bordered.dataTable th,
#global_search table.table-bordered.dataTable td {
    vertical-align: middle;
}

.wrapper_btn_more {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 1rem;
}

.btn_add_to_quote {
    background: #e1eaf1;
    border-color: #e1eaf1;
    color: #2d3a40;
}

.product_item .product_item_checkbox {
    position: absolute;
    right: 5px;
    top: -7px;
}

.product_item {
    cursor: pointer;
}

.text-default {
    color: #fff !important;
}

.btn_next,
.btn_previous {
    position: absolute;
    background: #2d3a40;
    border-color: #2d3a40;
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    line-height: 2.928571;
    border-radius: 50%;
}

.btn_next {
    right: 15px;
}

.btn_previous {
    left: 15px;
}

.min-height-300 {
    min-height: 300px;
}

.min-height-600 {
    min-height: 600px;
}

.min-height-466 {
    min-height: 466px;
}

#company .logo-sm {
    width: 100%;
    height: auto;
}

.w-100px {
    width: 100px;
}

.btn.btn-default {
    border: 1px solid #c5c5c5;
}

.btn.btn-danger,
.btn.btn-danger:hover {
    background: #ba1f25;
    border-color: #ba1f25;
}

.badge-danger {
    background: #ba1f25;
}


/*Start loading*/

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 30px;
    height: 30px;
    border: 8px solid #2d3a40;
    border-top: 8px solid #ba1f25;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}

#loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background-color: #2e3b4133;
    display: none;
}

.loadding_block {
    display: block !important;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}


/*End laoding*/

#TABLE_SELECT_COMPANY tr {
    cursor: pointer;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.app-block .app-content .app-action .card-body,
.card .card-body,
.chat-block .card-body {
    padding: 1.25rem;
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px) !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .5rem !important;
    font-size: .875rem !important;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dataTables_wrapper .dataTables_length select {
    float: unset;
}

.table-responsive {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    float: right;
}

.p-30per {
    padding-top: 25%;
}

.no_data_company {
    padding: 10px 25px;
    background-color: #ffffff;
    border-radius: 4px;
}

.cursor-pointer {
    cursor: pointer;
}

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
}

.rounded-circle {
    border-radius: 50px!important;
    border-radius: 50%!important;
    object-fit: cover;
    height: 130%;
    width: 50%;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    white-space: nowrap;
}

.edit-package-custom-radio .custom-control-input:checked~.custom-control-label::after,
.edit-package-custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    margin-top: 5px;
}

.edit-package-custom-radio .custom-control-label::before,
.edit-package-custom-checkbox .custom-control-label::before {
    margin-top: 5px;
}

.select2.select2-container .select2-selection {
    min-height: -webkit-calc(2.25rem + -1px);
    min-height: -moz-calc(2.25rem + -1px);
    min-height: calc(2.25rem + -1px);
    border-radius: .5rem;
}

.select2.select2-container .select2-selection .select2-selection__placeholder {
    line-height: -webkit-calc(2.25rem + -1px);
    line-height: -moz-calc(2.25rem + -1px);
    line-height: calc(2.25rem + -1px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.custom-group>.custom-select:not(:last-child),
.custom-group>.form-control:not(:last-child) {
    border-radius: .5rem !important;
}

.package-item {
    position: relative;
    top: 10px;
}

img.logo-img {
    width: 50%;
}

img.logo-crm {
    width: 22%;
    margin-left: 20px;
}

.fs-16 {
    font-size: 16px;
}

div.required .col-form-label:not(span):before,
div.required .control-label:not(span):before,
td.required:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
}

.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.box-header>.box-tools [data-toggle=tooltip] {
    position: relative;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-primary {
    color: #fff !important;
    background-color: #3490dc;
    border-color: #3490dc;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a {
    color: #3c8dbc;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem !important;
    /*font-size: 0.7875rem !important;*/
    line-height: 1.5;
    border-radius: 0.2rem;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.icheckbox_minimal-blue.checked {
    background-position: -40px 0;
}

.icheckbox_minimal-blue {
    background-position: 0 0;
}

.icheckbox_minimal-blue,
.iradio_minimal-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(/images/vendor/icheck/skins/minimal/blue.png?4a709f8…) no-repeat;
    border: none;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

.filter-title {
    cursor: pointer;
}

.custom-height-324px {
    height: 324px !important;
}

.slick-js .slick-list .slick-track .slick-slide .card .card-body {
    height: auto;
}

@media (min-width: 769px) {
    .slick-js .slick-list .slick-track .slick-slide .card .card-body {
        justify-content: center;
        height: 72px;
    }
}

@media (max-width: 1024px) {
    h6.card-title {
        font-size: 0.9rem !important;
    }
}

.cnt-notification {
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.cnt-notification .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 3px 5px;
    border-radius: 50%;
    background: red;
    color: white;
}

a.txt-notic {
    color: #fff !important;
}


/* Calendar style */

.fc-list-item-time {
    display: none;
}

.fc-event {
    background-color: #2aae2a;
    border: none;
}

.fc-content {
    padding: 3px;
}

.fc-event-dot {
    background-color: #2aae2a;
}

.warning {
    background-color: #ff6500;
}

.fc-list-item.warning {
    background-color: rgba(255, 101, 0, 0.5);
}

.fc-list-item.warning .fc-event-dot {
    background-color: #ff6500;
}

.error {
    background-color: #ff0040;
}

.fc-list-item.error {
    background-color: rgba(255, 0, 64, 0.4);
}

.fc-list-item.error .fc-event-dot {
    background-color: #ff0040;
}

.float-right {
    float: right;
}

.fc-content {
    cursor: pointer;
}

#chart-container {
    font-family: Arial;
    height: 420px;
    border: 2px dashed #aaa;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}

#github-link {
    position: fixed;
    right: 10px;
    font-size: 3em;
}

.orgchart {
    background: none !important;
}

.orgchart .node {
    padding: 0px !important;
}

.orgchart .node .title {
    padding: 0px !important;
}

.orgchart .node .title {
    width: 100px !important;
    height: 80px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: none !important;
}

.orgchart .node .content {
    height: 50px !important;
    border: none !important;
    background: none !important;
    padding-top: 10px !important;
}

.orgchart .node {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: solid 1px gray !important;
}

.orgchart .node.red {
    background: rgb(245, 206, 206) !important;
}

.orgchart .node.green {
    background: rgb(222, 247, 214) !important;
}

.orgchart .node.yellow {
    background: rgb(243, 248, 215) !important;
}

.orgchart .node .edge {
    display: none !important;
}

.orgchart .oci.symbol {
    display: none;
}

.popover {
    background-color: rgba(0, 0, 0, 0.719);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.719) !important;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    border-bottom-color: rgba(0, 0, 0, 0.719) !important;
}

.popover-body {
    color: white !important;
}

.progress {
    background-color: #c5c2c2 !important;
}

.btn_smaller {
    font-size: 11px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.btn.btn-outline-danger {
    color: #f53a3a !important;
}

.btn.btn-outline-danger:not(:disabled):not(.disabled):hover {
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding-right: 0.75rem;
}

.apexcharts-toolbar {
    z-index: 2 !important;
}

.show_remark_btn {
    cursor: pointer;
}

.cursor_pointer{
    cursor: pointer;
}