.ar div.dataTables_wrapper {
    direction: rtl;
}

.ar div.dataTables_wrapper {
    margin: 0 auto;
}

table.table-bordered.dataTable thead tr:first-child {
    background: #1a64e6;
}

table.table-bordered.dataTable thead tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.table-bordered.dataTable thead tr td:nth-child(1) {
    border-left: 1px solid #ccc;
}

table a.asc {
    right: -19px
}

table thead th a {
    color: #fff;
    font-size: 14px
}

table .filters {
    background: #fff
}

table.table-bordered.dataTable tbody tr:nth-child(even) {
    background: #fff
}

table.table-bordered.dataTable tbody tr:nth-child(odd) {
    background: #fff;
}

table.table-bordered.dataTable thead tr th {
    color: #fff;
    border-bottom: none; font-weight:500;
}

table.table-bordered.dataTable tbody tr td {
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

table.table-bordered.dataTable tbody tr td:first-child {
    border-left: 1px solid #bebebe;
}

table.table-bordered.dataTable tbody tr td {
    font-size: 12px;
}

table a {
    margin: 0 4px;
}

table th a {
    display: block;
}

.table-bordered.detail-view {
    font-size: 14px;
}

table a {
    color: #424666; font-size: 14px;
}

table a:hover {
    color: #171b3b;
}


.table > tbody > tr:hover {
    background-color: #e6e9f2 !important;
}

.table-bordered.detail-view td, .table-bordered.detail-view th {
    padding: 5px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #d2d6de;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.pac-container {
    z-index: 10000 !important;
}

.overflow-hide {
    overflow: hidden!important;
}

.input_addon_checkbox {
    padding: 6px!important;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.has-error {
    color: red;
}

.small_label {
    font-weight: 400 !important;
}

td img, .form-group img, .timeline-body img {
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #d2d6de;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px; margin-top:-1px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    padding: 2px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: grey;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: grey;
}

.form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 60px;
    position: absolute;
    font-weight: normal;
    color: #F44336;
    margin-left: 15px;
}

/* Bootstrap Notify ============================ */

.bootstrap-notify-container {
    max-width: 320px;
    text-align: center;
    z-index: 1050 !important;
}

/* Alerts ====================================== */

.alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff !important;
}

.alert .alert-link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.alert-success {
    background-color: #2b982b;
}

.alert-info {
    background-color: #00b0e4;
}

.alert-warning {
    background-color: #ff9600 !important;
}

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

.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none;
}

/* Progress Bars =============================== */

.progress {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    height: 22px;
}

.progress .progress-bar {
    line-height: 23px;
    background-color: #1f91f3;
}

.progress .progress-bar-success {
    background-color: #2b982b;
}

.progress .progress-bar-info {
    background-color: #00b0e4;
}

.progress .progress-bar-warning {
    background-color: #ff9600;
}

.progress .progress-bar-danger {
    background-color: #fb483a;
}

.table thead tr th {
    white-space: nowrap !important;
}

.DTFC_LeftBodyWrapper {
    border-right: 1px solid #bebebe;
}
/* 
.DTFC_LeftBodyLiner {
    overflow-y: visible !important;
} */

.DTFC_LeftBodyLiner {
    top: -13px !important;
}

/* Desktop notification */

:root {
    --purple: #3B3646;
    --red: #EE4B5A;
}

#gdpr-cookie-message .container {
    margin: 0 auto;
    max-width: 550px;
}

#gdpr-cookie-message .highlight {
    background: rgba(255, 215, 0, 0.115);
}

#gdpr-cookie-message h1 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

#gdpr-cookie-message h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: var(--red);
    margin-bottom: 20px;
}

#gdpr-cookie-message p, ul {
    margin-bottom: 20px;
    line-height: 1.75em;
}

#gdpr-cookie-message li {
    list-style: none;
    margin-bottom: 10px;
}

#gdpr-cookie-message li:last-child {
    margin-bottom: 0;
}

#gdpr-cookie-message input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}

#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
}

#gdpr-cookie-message code {
    color: var(--red);
    font-family: monospace;
    font-size: 16px;
    background: #f7f7f7;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

#gdpr-cookie-message button#ihavecookiesBtn {
    margin-left: 0px !important;
}

/* Cookie Dialog */

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: var(--purple);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
}

#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button, button#ihavecookiesBtn {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

#gdpr-cookie-advanced {
    display: none;
}

.modal-lg-minimal.modal-dialog {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    right: 0px;
    position: absolute;
}

.modal-lg-minimal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal-lg-minimal .close {
    float: left;
    opacity: 1;
    left: -35px;
    position: absolute;
    font-size: 26px;
    font-weight: 10;
}

.modal-lg-minimal .close span {
    height: 30px;
    width: 30px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    color: white;
}

.modal-lg-minimal .user-block {
    width: 80%;
    position: absolute;
}

.modal-lg-minimal .user-block p {
    float: left; border:none; padding: 0;
    display: inline-block;
    color: white;
}

.modal-lg-minimal .user-block p>span {
    position: absolute;
    background: #edf3ff;
    border-radius: 40px;
    padding: 7px 4px;
    top: -3px;
    width: 40px;
    height: 40px;
}

.modal-lg-minimal .action-block {
    width: 40px;
    float: right;
    top: 10px !important;
}

.modal-lg-minimal .owner-block {
    width: 35px; display:none;
    float: right;
    top: 10px !important;
}

.modal-lg-minimal .owner-block p {
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
    display: inline-block;
    color: white;
}

.modal-lg-minimal .owner-block p>span {
    top: 21px;
    font-size: 12px;
    position: absolute;
    right: 24px;
}

.modal-lg-minimal .dropdown-menu {
    left: -80px;
    min-width: 120px;
}
#contact_filter_modal_box .modal-footer {width: 90%; background:#959595; }
#deal_filter_modal_box .modal-footer {width: 90%; background:#959595;}
.modal-footer {
border-top-color: #bebebe;
position: fixed;
width: 100%;
/*bottom: 0;*/
background: #e6e4e4;
padding: 10px 15px; z-index:9;
}
#RESET{background:#fff; border:1px solid #fff;; padding: 6px 15px; border-radius:3px; font-size:12px; float: left;
margin-right: 5px;}
#lg_full_remote_model .modal-footer { width:100%; position:inherit; }
#minimal-contact-modal-form .modal-footer{background: #fbf9f0; width:100%;}
#minimal-contact-modal-form .modal-header{ background:#1246a1!important; border:1px solid #ccc;}
#minimal-contact-modal-form .modal-header a{ color:#fff;}
#minimal-contact-modal-form .modal-header a:hover, #minimal-contact-modal-form .modal-header a:active, #minimal-contact-modal-form .modal-header a:focus{ color:292929;}
#minimal-contact-modal-form .modal-header .user-block .description{color: #fff;}
.dynamic-view-box{ padding-bottom:64px;}


.selectize-input {
    min-width: 150px;
}

table td {
    word-wrap: break-word !important
 }
  
  .dataTables_wrapper .dataTables_processing {
     position: absolute; border: 1px solid #ccc;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    z-index: 1; color:#1a64e6;
}
  
