
.modal_top-style{
  min-height: 50px;
  padding: 10px;
}
.text-gray{
  color: #8d97ad;
}
/*.table-el th:nth-child(1) {
  width: 15%;
}
.table-el th:nth-child(2) {
  width: 15%;
}
.table-el th:nth-child(3) {
  display: flex;
  justify-content: center;
}*/
.label-table{
  display: table;
  margin: 0 auto;
}
.table-el th:nth-child(6) {
  width: 10%;
}
.table-el div i{
  cursor: pointer;
}
.w200{width: 200px !important;}
.dataTables_filter {
  float: none;
}
.message-date {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #212529;
  white-space: nowrap;
}
.custom-heigth {
  min-height: 97%;
}
.custom-height-50p {
  max-height: 50px;
}
.custom-height-50p img {
  max-height: 50px;
}
.btn-circle {
  margin-top: 7px;
  vertical-align: top;
}
.btn {
  outline: none !important;
}
.c-pointer {
  cursor: pointer;
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}
.row-flex-sa{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.row-flex-sb{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-col span {
  line-height: 20px;
  font-weight: 400;
}

.flex-col span.nav-date {
  font-size: 14px;
}
.flex-center-start{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-end{
  display: flex;
  justify-content: center;
}
.flex-col-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.slider-center .img-fluid {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.slider-center {
  margin-bottom: 20px;
}
.filter {
  margin-bottom: 20px;
}
select {
  background-color: #fff !important;
  min-height: 38px !important;
}
.mobile {
  display: none;
}
.mobile .dropdown-item.active {
  background: #fff !important;
}
.flex-important {
  display: flex !important;
}
.scroll-sidebar {
  transition: 0.3s !important;
}
.login-register {
  overflow-x: hidden !important;
  padding: 0;
  padding-top: 5%;
}
.login-box {
  max-width: 100%;
}
.login-register .form-group {
  overflow: visible !important;
}
.mini-sidebar .left-sidebar,
.mini-sidebar .sidebar-footer,
.left-sidebar {
  transition: 0.3s !important;
}
.login-register .img-fluid {
  object-fit: cover;
  height: 500px;
}
.login-register .top {
  margin-bottom: 30px;
}
/*.login-box.card {*/
/*  width: 100%;*/
/*}*/
.custom-form-heigth{
  max-height: 400px;
  overflow-x: scroll;

}
.custom-form-heigth::-webkit-scrollbar {
  width: 0;
}
.custom-table-heigth{
  max-height: 500px;
  overflow-x: scroll;
}
.custom-table-heigth::-webkit-scrollbar {
  width: 0;
}
/*.custom-table-overflow {*/
/*  max-height: 100%;*/
/*  overflow-y: scroll;*/
/*}*/

.custom-scroll{
  max-height: 500px;
  overflow-y: scroll;

}
.modal-header {
  flex-direction: column;
  align-items: center;
}
.modal-img {
  width: 100%;
  max-width: 100%;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.login-logo {
  width: 250px;
  margin: 0 auto;
}
.login-logo img {
  width: 100%;
}
/* .login-register {
    background: #eee;
} */
#custom-header-table {
  color: #fff;
  margin: 10px;
  font-size: 12px;
}
.custom-table-overflow.no-scroll {
  overflow: hidden !important;
}
#custom-header-table td {
  border-top: 1px solid #aaa;
}
#custom-header-table td:nth-child(2) {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
#custom-header-table th:nth-child(1) {
  color: #fdc108;
}
#custom-header-table th:nth-child(2) {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  color: #4f5467;
}
#custom-header-table th:nth-child(3) {
  color: #ed957d;
}
#custom-header-table th,
#custom-header-table td {
  padding: 5px;
}
.header-table {
  margin: 0 auto;
}
/*.fixed-layout .page-wrapper {*/
/*  padding-top: 115px;*/
/*}*/
/*.left-sidebar {*/
/*  padding-top: 115px;*/
/*}*/
.modal1 li img {
  display: block;
}
@media (max-width: 1350px) {
  .topbar .nav-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 1169px) {
  #custom-header-table {
    display: none;
  }
}
/*@media (min-width: 992px) {*/
/*  .login-box {*/
/*    min-height: 500px;*/
/*  }*/
/*}*/
/*@media (max-width: 1100px) {*/
/*  .mini-sidebar .left-sidebar,*/
/*  .mini-sidebar .sidebar-footer {*/
/*    left: -220px;*/
/*    transition: 0.3s !important;*/
/*  }*/
/*  .mini-sidebar .footer,*/
/*  .mini-sidebar .page-wrapper {*/
/*    margin-left: 0px;*/
/*  }*/
/*  .desctop {*/
/*    display: none;*/
/*  }*/
/*  .mobile {*/
/*    display: block;*/
/*  }*/
/*}*/
.lh25 li {
  line-height: 2.5;
}
.modal-dialog.modal-sbiframe {
  max-width: 90%;
}
.mt-5p {
  margin-top: 5px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mlr-20{
  margin: 0 20px 0 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.p-0{
  padding: 0;
}
.pd-10{
  padding: 10px;
}
.textarea1{
  min-height: 100px;
}
.textarea1 textarea {
  min-height: 100px;
  text-align: left;
}
.has-success .form-control,
.validate .form-control {
  background-image: linear-gradient(#00c292, #00c292), linear-gradient(#00c292, #00c292);
}
.form-group.error .form-control,
.issue .form-control {
  background-image: linear-gradient(#e46a76, #e46a76), linear-gradient(#e46a76, #e46a76);
}
table.dataTable thead .sorting_asc.no-sort:before,
table.dataTable thead .sorting_desc.no-sort:after {
  content:'';
}
table.dataTable thead .sorting_asc_disabled.no-sort:before,
table.dataTable thead .sorting_desc_disabled.no-sort:after {
  content:'';
}
table.dataTable thead .sorting.no-sort:after,
table.dataTable thead .sorting_asc.no-sort:after,
table.dataTable thead .sorting_desc.no-sort:after,
table.dataTable thead .sorting_asc_disabled.no-sort:after,
table.dataTable thead .sorting_desc_disabled.no-sort:after {
  content:'';
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  content:'';
}
.no-sort label{margin:0;}
/*table.table{
  table-layout: fixed;
  word-wrap:break-word;
}*/
table.dataTable thead > tr > th.sorting_asc.no-sort, table.dataTable thead > tr > th.sorting_desc.no-sort, table.dataTable thead > tr > th.sorting.no-sort,
table.dataTable thead > tr > td.sorting_asc.no-sort,
table.dataTable thead > tr > td.sorting_desc.no-sort,
table.dataTable thead > tr > td.sorting.no-sort {
  padding: .5em .7em;
}
#ajax_client_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ajax_client_filter{
  display: flex;
  align-items: end;
  margin:0;
}
.my_filters{margin-top:0 !important;}
#ajax_client_filter label, #ajax_client_wrapper .dt-buttons{margin-bottom:0;}

#ajax_client_wrapper .custom-table-overflow{
  width:100%;
}
.card-body .header-table{background:#4f5467;}
.fileupload-label{position: relative;z-index: 1111; margin: 0;cursor: pointer;font-size: 33px;line-height: 33px;}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content:"\f00d"
}
.chat-list li.reverse .chat-time{margin-left: auto !important; text-align: right !important;}
.bg-my-comment{background:#fc9992 !important; color:#fff !important;}
.bg-other-comment{background:#eee !important;}
.chat-list li .chat-time{margin-left:0;}
.fix_height{
  max-height: 500px;
  overflow-y: auto;
}
.chatonline li.request a {
  background-color: rgba(233, 30, 99, 0.1);
}
.chatonline h6 {
  padding: 5px 20px;
}
.mylevel-1{margin-left:20px;}
.mylevel-2{margin-left:40px;}
.mylevel-3{margin-left:60px;}
.mylevel-4{margin-left:80px;}
.mylevel-5{margin-left:100px;}
.mylevel-6{margin-left:120px;}
.mylevel-7{margin-left:140px;}
.mylevel-8{margin-left:160px;}
.my-qty .input-group{width:120px !important; }
html body .navbar-dark .mailbox .message-center a:hover .mail-contnet span.time{white-space:nowrap;}
.chat-left-inner .profile-status {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 20px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.chat-left-inner .online {
  background: #00c292;
}
.chat-left-inner .user-img{position: relative;}
.mass_operation_div{
  display:none;
}
.mass_operation_div.show{
  display: block;
  position: fixed;
  padding-left: 110px;
  z-index:10;
}

.hidden{
  display: none;
}

.modal{
  z-index: 1041!important;
}

#ui-id-3{
  z-index: 1042!important;
  position: fixed;
}

.sb_btn_width{
  width: 60%;
}

.sb_fix_button{
  border: none!important;
  background-color: white!important;
}

.sb_lang_fix{
  position: relative;
  right: 20px;
}

.show_deal_span,
.show_data_span,
.show_cancel_span,
.show_cancel_data {
  font-size: 12px;
  color: #000 !important;
  text-decoration: underline;
}

.new-select-style .custom-select {
  padding: 0 !important;
}

.homepagelogo {
  width: 130px;
}

.mini-sidebar .homepagelogo {
  display: none;
}

.close-notification {
  position: relative;
  left: 10px;
}

.input-wide {
  width: 140px;
}

.ui-autocomplete {
  z-index: 9998 !important;
}

button.card-body {
  cursor: pointer;
}

.navbar-expand-md .navbar-nav .dropdown-menu-right {
  right: -300%;
}

.label-department {
  display: inline;
}

.drop-title {
  text-align: right;
}

.mdi-file-document,
.mdi-comment-multiple-outline,
.mdi-calendar-check {
  color: #fff;
}

.mail-desc {
  white-space: normal !important;
}

.checkbox-email {
  position: relative;
  top: 3px;
}

.table-responsive th {
  min-width: 100px;
}

.table-responsive th:first-child {
  min-width: 50px;
}

.btn-danger {
  color: #fff !important;
}

#attach-file-icon {
  color: darkgrey;
  font-size: 2em;
  vertical-align: top;
  cursor: pointer;
}

#text_message {
  width: 90%;
}

#attach-file-icon:hover {
  color: grey;
}

.sb_icon_pos_fix {
  position: relative;
  right: 5px;
}

#lead-comments-modal table {
  table-layout: fixed;
}

.table tr th,
.table tr td {
  vertical-align: middle;
}

.table tr th,
.table tr td,
.fileform .selectbutton,
.modal-alert {
  text-align: center;
}
.ml-auto {
  margin-right: 0;
  margin-left: auto;
}

.mr-auto {
  margin-left: 0;
  margin-right: auto;
}

.topbar .top-navbar .navbar-header {
  background: none!important;
}

.sb_filtr_style{
  display: flex;
  margin: 0 -10px;
}

.sb_item_style{
  flex: 1 1 auto;
  margin: 0 10px;
}

.fix-positions{
  padding-left: 50px;
}

.bottom_space{
  margin: 0 10px;
  max-width: 150px;
  width: 150px;
}

.sb_filtr_row{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.sb_style_fil{
  width: initial;
}

.sb_style_search{
  width: initial;
}

.sb_style_search_fix{
  width: initial;
  position: relative;
  left: 30px;
}
.sb_search_but{
  position: relative;
  left: 10px;
}

.sb_block_export{
  display: inline-block;
}

.sb_export_text{
  position: relative;
  top: 10px;
}

.sb_dashboard_fix_icon {
  position: relative;
  bottom: 10px;
}

.sb_dashboard_fix_count {
  position: relative;
  bottom: 10px;
}

.sb_dashboard_fix_amount{
  position: relative;
  bottom: 15px;
}

.sb_reusers_style{
  margin: 0 2px;
  max-width: 160px;
  border: 1px solid #2f7f77;
  height: 35px;
  margin-right: 25px;
}

.sb_lang_fix{
  display: flex;
}
.documents-files{
  width: 125px;
}

.sb_possition_element{
  text-align: left;
}

.sb_csv_style{
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 175px;
  margin-left: 0px;
  margin-right: 20px;
  height: 36px;
}

.sb_xls_btn{
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 175px;
  margin-left: -10px;
  margin-right: 0px;
  height: 36px;
}

.sb_text_pos{
  margin-left: 5px;
}


@media (max-width: 600px) {
  .sb_reusers_style{
    max-width: 120px;
  }
}

@media (max-width: 470px) {
  .sb_reusers_style{
    display: none;
  }
}

.sb_msg_manager_width{
  width: 185px;
  margin-left: 10px;
}

.sb_donotcall_lead_btn{
  position: relative;
  left: 250px;
  top: 35px;
}

.navbar-brand{
  padding-left: unset!important;
}

.sb_navbar-brand{
  margin-left: 30px;
}

.sb_main_logo {
  height: 60px;
}

.close-notification{
  left: -10px!important;
}

.notify {
  position: absolute;
  top: 25px;
  left: 25px;
  right: unset;
}

.smaller_notifications_count{
  position: absolute;
  right: 0;
  bottom: 25px;
}

.mail-contnet{
  direction: ltr!important;
}

.sb_filtr_menu{
  transform: translateX(30px);
}

.sb_item_style_new{
  flex: 1 1 auto;
  margin: 0 30px;
}


#transfer_form{
  margin-left: 20px;
}

.copy-lead{
  transform: translateY(-25px);
}

.buttonRights{
  margin-right: 10px;
}

.custom-combobox{
  display: inline-flex!important;
}

.ui-corner-right{
  left: -45px;
}

.myflag{
	width: 15px;
	height: 12px;
	margin-top: 4px;
}