/*
* Arrow Right
*/

dl, ol, ul {
    margin: 0px;
}
.hamburger {
  padding:0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
 /* background-color: blue;*/
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }


.hamburger-box {
 width: 33px;
    height: 6px;
    display: inline-block;
}
.hamburger-inner {
  display: block;
  background-color:red;
  /*top: 50%;
  margin-top: -2px; */}
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 33px;
    height: 3px;
    background-color:#ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }
.hamburger--arrow-r.is-active .hamburger-inner::before {
  /*transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);*/

 transform: translate3d(7px, 0, 0) rotate(45deg) scale(0.76, 1);

}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  /*transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);*/ 
  transform: translate3d(7px, 0, 0) rotate(-45deg) scale(0.76, 1);
}



.main-header .sidebar-toggle:before {
    content: "";
    display: none;
}

.section-list-container{
  padding: 0px;
}

.pull-left {
    float: left!important;
}


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 {
    right: 1em;
    content: "\f30c";
    font-weight: 900;
    color: #6b4acc;
    font-family: Font Awesome\ 5 Free;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: "\f309";
    font-weight: 900;
    color: #6b4acc;
    font-family: Font Awesome\ 5 Free;
}

table.dataTable th,  table.dataTable td{
  font-size: 12px !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #36c16c;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: transparent;
    color: #97a0b3;
    border-radius: 50% !important;
    border: 1px solid;
    padding: 0px !important;
}

.btn-box-tool:hover {
    background:#6b4acc;
    color: #fff;
    border: 1px solid #6b4acc;
    
}

.btn-box-tool[data-widget="remove"]:hover {
    background:#e216d6;
    color: #fff;
    border: 1px solid #e216d6;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(60, 117, 234, 0.1);
  }


.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(60, 117, 0, 0.1);
}


.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(246, 249, 255);
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border:1px solid rgb(223, 227, 235)
}

.lead99_table .tab-content .tab-pane{
  padding:15px 0px;
}
.tab-content{
  width: 100%;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.accordion div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
.lead_analytics div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}


.box-tools_m{
  margin-bottom: 35px;
  position: absolute;
  right: 20px;
  z-index: 99;
}
.option_for_selected{
  background: #ffffff;
  /* margin-bottom: -54px; */
 /* position: absolute;*/
  width: 100%;
  /*left: 30px;
  bottom: -106px;
  z-index: 99;*/
  display: none;
}

.dataTables_filter label{
  width: 80%;
}


div.dataTables_wrapper div.dataTables_filter input {
    width: 80%;
}

.breadcrumbs {
    padding:0px 0 0 15px;
    display: inline-block;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 0px 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li a:hover {
    color: #6b4acc;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    margin-left: 10px;
    color: #949494;
    content: "\f054";
    font-family: Font Awesome\ 5 free;
    font-weight: 900;
}




.__4f55f .avatar-lead {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    border-radius: 100px;
    margin-right: 8px;
    
}

.__4f55f .avatar {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.__4f55f .avatar-lead-part {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    border-radius: 100px;
    display: block;
    overflow: hidden;
}

.__4f55f .avatar-lead .size-50-x-50 {
    width: 40px;
    height: 50px;
}
.__4f55f .avatar-initial-19 {
    background-color: #f6f0a7;
    color: #d1a805;
    font-weight: 500;
}
.__4f55f .avatar-initial {
    background: #e4dca4;
    color: #fff;
    display: table;
    vertical-align: middle;
}

.__4f55f .avatar-content {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}

.ember-view{
  display: inline-block;
 /* min-width:110px;*/
  max-width: 100%;
  cursor: pointer;
}

.t_profile_pic{
  width: 43px;
  height:43px;
  max-width: 105%;
  object-fit: cover;

}

.ember-view:hover{
  color: blue;
}


.search_outer{
    width: 25%;
    min-width:180px;
    margin-right: auto;
    margin-left: 20px;
}

.search_outer .form-control{
  height: 40px;
  border-radius:10px 0 0 10px;
  border-top:1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #dddd;
  border-right:0px;
}

.search_outer .form-control:focus{
  box-shadow: none;
  border-color:#ddd;
}

.search_outer .input-group-text{
  padding:12px;
  border-radius: 0 10px 10px 0;
  background: #fff;
  border-top:1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #dddd;
  cursor: pointer;
}

.search_outer .input-group-text:hover{
  color: #6b4acc;
}

.main-header .navbar{
  padding: 0px;
}

.custom_margin{
  margin-left: -25px;
  margin-right: -25px;
}

.dataTables_wrapper  .row:first-child{
  margin:0px;
  padding: 0px 10px;
}
.dataTables_wrapper  .row:last-child{
  margin:0px;
  padding: 0px 10px;
}


.dataTables_wrapper.dt-bootstrap4 .col-sm-12{
  width: 30% !important;
}



/*right modal*/

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 800px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}


.w-900.modal.right .modal-dialog{
  width: 900px;
  max-width: 100%;
  height: 100%;
}

#add_lead_modal.modal.right .modal-dialog,  #add_person_modal.modal.right .modal-dialog, 
#add_company_modal.modal.right .modal-dialog, #add_task_modal.modal.right .modal-dialog, 
.modal.w_small  .modal-dialog
 {
  position: fixed;
  margin: auto;
  width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.w-1200.modal.right .modal-dialog{
  width: 1200px;
  max-width: 100%;
  height: 100%;
}
.modal.w_xs  .modal-dialog
 {
  position: fixed;
  margin: auto;
  width: 450px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.w_xs_small .modal-dialog{
  
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.w_md_small .modal-dialog{
  
  position: fixed;
  margin: auto;
  width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.task_preview_modal_outer .custom_hover:hover{
  background-color: #f5f8fa;
}

.task_preview_modal_outer .st_tick{
    background-color: #f4f7f9;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.text-success .st_tick {
    border: 1px solid #35c756;
    color: #35c756;
}
.text-primary .st_tick{
    border: 1px solid #6b4acc;
    color: #6b4acc;
}
.text-warning .st_tick{
    border: 1px solid #ffcd37;
    color: #ffcd37;
}

.act_span_del{
  display: inline-block;
  background-color: #f4f7f9;
  border: 1px solid #ff407b;
  width: 30px;
  height: 30px;
  border-radius: 5%;
  text-align: center;
  line-height: 25px;
  color: #ff407b;
  cursor: pointer;
}
.act_span_unlock{
  display: inline-block;
  background-color: #f4f7f9;
  border: 1px solid #6b4acc;
  width: auto;
  padding-left: 15px;
  margin-left: 10px;
  height: 30px;
  border-radius: 5%;
  text-align: center;
  line-height: 25px;
  color: #6b4acc;
  cursor: pointer;
}
#add_user_master.modal.right .modal-dialog {
  
}
.modal.left .modal-dialog{
  position: fixed;
  margin: auto;
  width: 240px;
  height: 100%;
  -webkit-transform: translate3d(51px, 51px, 0);
      -ms-transform: translate3d(51px, 51px, 0);
       -o-transform: translate3d(51px, 51px, 0);
          transform: translate3d(51px, 51px, 0);
    border-left: 0px solid transparent;
}
.modal-dialog {
    max-width:98%;
}

.icn_cnt_outer{
  width: 100%;
  height: auto;
   float: left;
  padding-bottom: 20px;
 
}
.left_icn{
      width: 15%;
    float: left;
    font-size: 20px;
}
.right_cnt{
      width: 85%;
    float: left;
    font-size:14px;
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow:hidden:;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -650px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
  left: 0;
}
    
/*Right*/
.modal.right.fade .modal-dialog {
  right: -650px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;

}



.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}



.modal-footer .row {
    width: 100%;
}

.alert {
    padding: .75rem .75rem .75rem 0;
}

/* ----- v CAN BE DELETED v ----- */


.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}

.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #204d74;
  color: #fff;
}

.btn-demo:hover {
  color: #fff;
}

.btn-demo:focus {
  outline: 0;
  color: #fff;
}

.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}

.demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.modal_outer .nav>li {
    position: relative;
    display: block;
    background: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.modal_outer .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.modal_outer .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #3175af;
     border: 0px solid #ddd; 
    border-bottom-color: transparent;
    border-radius: 5px;
       
}
.modal_outer .nav-tabs>li>a:hover {
    border-color:transparent;
     border-radius: 5px;
}
/*.modal_outer .tab-pane{
      border-bottom: 2px solid #3176b0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 5px rgba();
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    
    border-radius: 5px;
}*/

.modal_outer  .nav>li>a {
    padding: 6px 12px;
}

.modal_outer .btn_print, .modal_outer .close{
  float: right;
    font-size: 14px;
    /* margin-right: 0; */
    /* margin-left: auto; */
    margin-top: -8px;
}

button.close{
  padding: 5px;
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: transparent;
    color: #97a0b3;
    border-radius: 50% !important;
    /*border: 1px solid;*/
    padding: 0px !important;
    border: 1px solid #204d74 !important;
    margin-right: 12px !important;
}

button.close:hover{
      background: #de6051;
    color: #fff;
    border: 1px solid #de6051 !important;
}
.modal_outer .modal{
  overflow: hidden;
}
.modal_outer .modal-body {
    height: 82%;
    overflow-y: auto;
    overflow-x: hidden;
}

#myUL {
  list-style-type: none;
  padding: 20px 40px;
  margin: 0;
}

#myUL2 {
  list-style-type: none;
  margin: 0;
  padding: 20px;
}
#myUL li {
  padding: 5px;
}
#myUL li:hover {
  background: #f1f1f1;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    top: 0.9em;
}
.table thead th{
  vertical-align: top;
}

#myUL .custom-control-label {
    display: inline-block;
    width: 100%;
}

.alert-secondary {
    color: #383d41;
    background-color: #f5f8ff;
    border-color: #e1e3e4;
}

.alert {
    margin-bottom: 1.5rem;
    margin-top: .5rem;
}



/*call log accordian*/
.call_d_acccordian .panel-title>a, .panel-title>a:active{
  display:block;
  /*padding:15px;*/
 /* color:#555;*/
 /* font-size:16px;*/
  /*font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:3px;*/
  text-decoration:none;
}
.my_card-header{
  padding: 0px;
  background: #f5f8fa;
}
.my_card-header button{
  width:100%;
  display: block;
  text-align: left;
}

.my_card-header button:before {
   font-family: Font Awesome\ 5 Free;
   font-weight: 900;
   content: "\f078";
  
   float: right;
   transition: all 0.5s;
}
.my_card-header.active button:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} 

.cc_outer, .bcc_outer{
  display: none;  
}
.append_cc, .append_bcc{
  cursor: pointer;
}

/*custom file attachment*/
/*.custom_file_attach {
  color: transparent;
}*/
.custom_file_attach{
  border-radius: 4px;
  border:1px solid #ccc;
  padding: 5px 8px;
  margin-top: 27px;

}
.custom_file_attach::-webkit-file-upload-button {
  visibility: hidden;
}
.custom_file_attach::before {
  font-family: "Font Awesome 5 Free";
   content: "\f0c6";
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  /*text-shadow: 1px 1px #fff;*/
  font-weight: 900;
  font-size: 13pt;
  margin-right: 4px;
}
.custom_file_attach:hover::before {
  border-color: black;
}
.custom_file_attach:active {
  outline: 0;
}
.custom_file_attach:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

.mail_history_acc .panel-body {
    border-top-color: #eeeeee;
    padding: 10px;
}
.rigth_drop_menu{
  margin-right: 0px;
}
.rigth_drop_menu .dropdown-toggle::after {
  display: none;
}

.rigth_drop_menu .btn-danger {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0px;
    line-height: 35px;
    border: 2px solid rgba(255,255,255,.1);
    margin-right: 10px;
    }

.rigth_drop_menu .show>.btn-danger.dropdown-toggle {
    border: 2px solid rgba(255,255,255,.5);
    /* border-color: #e8484e; */
}
.rigth_drop_menu .link_item{
  display:inline-block;
  text-align: center;
  background: #ededed;
  border-radius: 5px;
  padding: 10px;
  width: 30%;
  margin: 1.1%;
}
.rigth_drop_menu .link_item i{
  font-size: 24px;
}
.rigth_drop_menu .link_item span{
  display:block;
  font-size: 14px;
  color: #232323;
}

.rigth_drop_menu .link_item:hover{
  background: #ebf1fd;
}

/*.modal {
  pointer-events: none;
  background: transparent;
  }*/
/*.modal-backdrop {
  display: none !important;
  
}*/
/*#left_modal_for_add .modal-backdrop {
  display: block !important;
  
}*/
#left_modal_for_add .modal-dialog{
  z-index: 9999;
}
#left_modal_for_lead_analytics  .modal-dialog{
  z-index: 9999;
}
.left.modal{
   z-index: 998;
}

/*custom checkbox*/
.dropdown-toggle::after{
  display: none;
}
   
/*site map*/

.list-group-item-success{
  color:#171717; background-color: transparent;
}

.submenu_mrg{
  margin-left:15px;
}


.collapse{margin-bottom: 0px; padding: 0px;}

.panel a{text-transform: uppercase; color: #171717;}
.panel a:hover{color:red;}
.panel a i{margin-left: -5px; 
margin-right: 7px;
}

/*.list-group-item{border: none;
 border-bottom:1px dashed #171717;}*/
.list-group-item:last-child{border-radius:0px;}
.list-group-item:first-child{border-radius:0px;}
.group_bdr{
  border-left: 2px dashed #ddd;
}
.list-group-item{
  border-radius:none;
  border: none;
  padding:8px 40px;
}

.list-group-item img{
  width:30px;
  display: inline-block;
  margin-right: 10px;
}

button.list-group-item:focus{
  outline: none;
}
.list-group-item {
    padding: 0px 15px;
    cursor: pointer;
}



/*multiple dropdown start here*/
.dropdown-toggle::after{
  display: none;
}
   

.submenu_mrg{
  margin-left:15px;
}


.collapse{margin-bottom: 0px; padding: 0px;}

.panel a{
 color: #171717;
display: inline-block;
}

.panel a i{
color:#a2a2a2;
}
.panel a:hover{color:red;}
.panel a i{margin-left: -5px; 
margin-right: 7px;
}

/*.list-group-item{border: none;
 border-bottom:1px dashed #171717;}*/
 .list-group-item{
  background: transparent;
 }
.list-group-item:last-child{border-radius:0px;}
.list-group-item:first-child{border-radius:0px;}
.group_bdr{
  border-left: 2px dashed #ddd;
}
.list-group-item{
  border-radius:none;
  border: none;
  padding:8px 40px;
}

.list-group-item img{
  width:30px;
  display: inline-block;
  margin-right: 10px;
}

button.list-group-item:focus{
  outline: none;
}
.list-group-item {
    padding: 0px 15px;
    cursor: pointer;
}
[data-toggle="collapse"] .fas:before {  
  content: "\f146";
}

[data-toggle="collapse"].collapsed .fas:before {
  content: "\f0fe";
}
.list-group-item a span{
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
}
#MainMenu{
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  min-height:250px;
  max-height: 350px;
  overflow-x: auto;
  display: none;
  padding:50px 0px 20px 0px;
  position: absolute;
  top: 35px;
}

/*cccc*/
.main_search {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
    /* background: rgba(0, 0, 0, 0.78); */
    color: #333;
    width: 100%;
    border-radius: 4px;
    text-align: left;
    background: transparent;

}
.main_search:focus{
  border: 1px solid #ddd;
  outline: none;
}

.main_search > span {
  position:absolute;
  top: 0px;
  right:10px;
  cursor:pointer;
  color: #333;
}

.search_box{
  width: 100%;
  border: 1px solid #ddd;
  padding: 6px;
  margin-bottom: 20px;
  background-color: white;
  background-image: url(images/search.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position:absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  /*padding: 15px 50px 15px 15px;*/
}

.search_box:focus{
  border: 1px solid #ddd;
  outline: none;
}

button.list-group-item{
 border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  text-align: left;

}
.multi_level_drop_outer{
  width:300px;
  max-width: 100%;
      position: relative;
  
}


/*//miltiple dropdown end*/



/*select 2*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100% !important;
    display: block;
    padding: 7px;
    height: 35px;
}


.select2-container {
    box-sizing: border-box;
    display: inline-block;
   width: 100% !important; 
}

.nav-tabs .nav-link {
    border-radius: 4px;
    /* margin-bottom: 7px; */
    border: 1px solid #ddd;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}



.nav-tabs .nav-item.show .nav-link,  .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #204d74;
    border-color: #dee2e6 #dee2e6 #fff;
}



.custom_btn_tab.nav-tabs .nav-item .nav-link,  .custom_btn_tab.nav-tabs .nav-link {
    color: #232323;
    background-color:#f5f8fa;
    border-color: #c3e2f7  #c3e2f7  #c3e2f7;
    border-radius: 0px
}

.custom_btn_tab.nav-tabs .nav-item.show .nav-link,  .custom_btn_tab.nav-tabs .nav-link.active {
    color: #232323;
    background-color:#fff;
    border-color: #c3e2f7  #c3e2f7  #fff;

    border-top: 3px solid #6b4acc;
}
.custom_btn_tab.nav-tabs{
    border-bottom: 1px solid #e0eff9;
}





/*login and registration form*/

.b-form{
    width:60%;
    margin:auto;
    padding:20px 90px ;
    height: 100vh;
}

.b-form .btn{
    font-size: 14px;
}
.b-form .btn.w-50{
    width: 48%  !important;
}

.b-form .sign_up{
    font-size: 18px;
}

.b-form .btn i{
    display: inline-block;
    font-size: 16px;
    margin-right:5px;
    width: 25px;
    height: 25px;
    line-height: 25px; 
    text-align: center;
    background: #fff;
    border-radius: 4px;
    color: #232323;
}
.b-form-title h1{
    color: #00bdaa;
    font-size: 34px;
    font-weight: 900;
}
.b-form-title i{
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 36px;
    line-height: 46px;
    font-size: 20px;
    margin: 13px 5px;
    color:#333;
    cursor:pointer;
}
.b-subtext{
    color: #b4b2b2;
    font-size: 14px;
}
.b-form .form-control{
    font-size:14px;
    height: 50px;
    padding-left: 45px;
    background: #edf9fe;
    border-color: #edf9fe;
    color: #333;
}
.b-form .form-control:focus{
    outline:none;
    box-shadow:none;
} 
.form-group{
    position: relative;
}
.b-font{
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 10;
    color: #6b6b6b;
    font-size:13px;
}    
/*.b-form button{
    letter-spacing: 0.4px;
    padding: 15px 85px;
    border-radius: 36px;
    border: 1.5px solid #fff;
    background: #00bdaa;
    color: #fff;
    text-transform: uppercase;
    margin-top:25px;
}
.b-form button:focus{
    outline:none;
}*/
.b-form .b-forgot{
    border-bottom: 1px solid #e8e4e4;
    padding-bottom: 10px;
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 600;
    cursor:pointer;
    display:none;
}

.login_logo{
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
      text-shadow: 1px 1px 0px rgba(0,0,0,.3);
}


.form-inline label {
    /*width: 25%;*/
    text-align: left;
     display: inline-block; 
    /*display: -ms-flexbox;*/

}
.w_70px{
  width: 70px !important;
}
.w_42px{
  width: 42px !important;
}
.form-inline  .form-group{
  margin-bottom: 20px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}


.form-inline .form-group label + .form-control {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}

.add_node_btn, .remove_node_btn{
  background: transparent;
  border:none;
  outline: none;
  color: #232323;
  margin: 0px;
  padding:0px;
}
.add_node_btn{
 margin-left: 5px;
}
.add_node_btn:hover{
 color:#6b4acc;
}
.remove_node_btn:hover{
  color: #d84c3c;
}


/*img custom upload button*/
.file-wrapper{
    width:100%;
    margin:auto;
    height:auto;
    display:flex;
    align-items: center;
    justify-content: center;
}
.upload-btn-wrapper{
    position:relative;
    overflow:hidden;
    display:inline-block;
    cursor:pointer;
    font-family: 'Poppins',sans-serif;
    width: 100%;
    height: 250px;
}
.upload-btn-wrapper img{
  width: 100%;
  height: 250px;
  object-fit: contain;
  position: absolute;
  top: 0px;
  left: 0px;
}
.upload-file{
    border: 2px dashed #eee;
    color: #9b9b9b;
    background-color: rgba(255,255,255,.4);
    width: 100%;
    height: 250px;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    z-index: 286;
}
.upload-btn-wrapper input[type=file]{
    width:100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    opacity: 0;
    cursor: pointer;
    min-height: 300px;
    z-index: 999;
}
.success{
    display:none;
}
.success i{
    font-size:22px;
    margin-left:6px;
    margin-top:10px;
    color:#00b665;
}
.font-50{
    font-size:50px;
}
.d-block{
    display:block;
}
.btn .upload-file{
    font-size:13px;
}
.upload-btn{
    display:block;
    font-size:18px;
    color:#00b665;
}

.edit_del_btn button{
  margin-bottom: -51px;
  margin-right: 8px;
  position: relative;
  z-index: 99;
  padding:0px 8px;
}


/*//img custom upload button*/

/*more btn styling*/
.nav-tabs .nav-item .nav-link {
    /*color: #495057;
    background-color: #fff;*/
    min-width: 100px;
    text-align: center;
    border:1px solid #ededed ;
}

.nav-tabs {
    border-bottom: none;
}
.nav-link {
    display: block;
    padding: 6px 12px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
}

.nav-item{

}


.c_dropdown {
  position: relative;
    display: inline-block;
    padding: .4rem .6rem;
    border: 1px solid #ededed;
    border-radius: 5px;
    white-space: nowrap;
}

.c_dropdown:hover{
  color: #ffffff;
  background-color: #204d74;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 130px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  padding: 12px 16px;
  z-index: 999;
  border-radius: 5px;
  border: 1px solid #ededed;
  right: 0px;
  top: 100%;
}

.c_dropdown:hover .dropdown-content {
  display: block;
}

.c_dropdown ul{
  margin: 0px;
  padding: 0px;
}

.c_dropdown .nav-link{
  padding: 5px;
}

.more_menu_outer{
  padding: 0px;

}

.more_menu_outer{
  padding: 0px;

}

.more_menu_outer li{
  list-style-type: none;
}
/*// more btn styling*/


/*setting menu*/

.setting_menu{
  display: block;
  margin-bottom: 15px;
}


/*slaes pipeline */
.pipeline_outer_scroable{
  width: 100%;
  height: auto;
  overflow-x: auto;
  padding-bottom: 20px;
  /*background: red;*/
}

.pipeline_outer_tbl td{
      max-width: 250px;
}
.stage_btn_outer{
  border-top:1px solid #ededed;
  border-bottom:1px solid #ededed;
  background: #f5f8fa;  
  padding: 0 20px;
  width: 220px;
  height: 60px;
  line-height: 60px;
  max-width: 100%;
  float: left;
  margin-right: 15px;
  cursor: pointer;
}

.add_new_stage_outer {
  padding-top: 9px !important;
}
.add_new_stage_outer .form-control{
  background: #fff;
}

.clip_l{
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 97%, 0 0);
}

.clip_b{
  /*clip-path: polygon(100% 0, 100% 78%, 86% 100%, 0 100%, 0 0);*/
  clip-path: polygon(100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%, 0 0);


}
.clip_m{
  clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%);
}
.stage_btn_outer:hover{
  background: #e5f5f8;  
  padding: 0 20px;
  width: 220px;
  height: 60px;
  line-height: 60px;
  max-width: 100%;
  float: left;
  margin-right: 15px;

}

.stage_btn_outer:hover .project_edit_btn{
  display: inline-block;
}

.stage_body_btn_outer{
  border:1px solid #ededed;
  background: #f5f8fa;  
  padding:4px 5px 6px 5px;
  width: 220px;
  height: 60px;
  line-height: 50px;
  max-width: 100%;
  float: left;
  margin-top: 15px;
  text-align: center;
  cursor: pointer;
}

.stage_body_btn_outer:hover{
  background: #e5f5f8;
}
.stage_body_btn_cnt{
  display:inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  height:46px;
  line-height: 40px;
  padding: 3px;
  cursor: pointer;

}



.stage_edit_btn, .project_edit_btn{
    display: none;
    background-color: #f4f7f9;
    border: 1px solid #d1e3f3;
    padding: 0px 18px;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    color: #555;
    cursor: pointer;
    margin-left: 10px;
    line-height: 25px;
}

.stage_body_btn_outer:hover .stage_edit_btn{
  display: inline-block;
}

.before_text{
  display: inline-block;
}
/*.stage_body_btn_outer i{
  display: inline-block;
}*/
.stage_body_btn_outer .stage_body_btn_cnt{
  display: none;
}

.stage_body_btn_outer:hover .before_plus{
  display: none;
}

.stage_body_btn_outer:hover .stage_body_btn_cnt{
  display: inline-block;
}

.pipeline_outer_tbl tr{
  vertical-align: top;
}


.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
  background: #ededed;
}

.filter_search_box, #myInput {
  width: 100%;
  font-size: 16px;
  padding: 6px 20px 6px 45px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  background-image: url(../images/search.png);
  background-size: contain;
  /* background-position: 10px 10px; */
  background-repeat: no-repeat;
  border-radius: 5px;
}


.filter_search_box, #myInput:focus {
  outline: none;
}

.custom_ul{
  margin:0px;
  width: 100%;
  padding-left: 10px;
}

.custom_ul li{
  list-style-type: none; 
  margin:0px;
}

.custom_ul li a{
  text-decoration: none;
  padding: 5px;
  margin-top: 5px;
  display: block
}
.custom_ul li a:hover{
  background: #ededed;
  color: #6b4acc;
}
.btn_above_btn{
  min-width: 200px;
  background: #fff;
  padding: 6px 15px;
  margin-right:20px;
 
}

.btn_above_btn:hover{
   color: #fff;
  background-color:#6b4acc;
  
}


.small-box p {
    margin-bottom: 30px;
    margin-top: 20px;
}

.middle_modal .modal-dialog{
  width: 350px;
  max-width: 100%;
}

.left_tabs.nav-tabs .nav-item{
  width: 100% !important;
  display: block;
  margin-top:8px;
  margin-right: 0px;
  border-radius: 0px;
}

.left_tabs.nav-tabs .nav-item .nav-link{
  background: #ededed;
  border:1px solid #ededed;
  border-radius: 0px;
}


.left_tabs.nav-tabs .nav-item.show .nav-link.active, .left_tabs.nav-tabs .nav-link.active {
    color: #6b4acc;
    background: #fff;
    border-right:1px solid #fff;
    border-top: 1px solid #6b4acc;
    border-bottom: 1px solid #6b4acc;
    border-left: 5px solid #6b4acc;
    margin-right:-1px;
}

/*.left_tabs.nav-tabs .nav-item.show .nav-link:hover, .left_tabs.nav-tabs .nav-link:hover {
    color: #6b4acc;
    background: #fff;
    border-right:1px solid #fff;
    border-top: 1px solid #6b4acc;
    border-bottom: 1px solid #6b4acc;
    border-left: 5px solid #6b4acc;
    margin-right:-1px;
}
*/
.right_panel_main_outer{
  height: 100%;
  overflow-x: hidden;
  overflow-y:auto; 
}

.right_panel_left_main_outer{
  border-right:1px solid #6b4acc;
  z-index: 99;
}

.w_sm{
  width:350px;
}

.w_md{
  width:500px;
}


/*message box on mobile*/
.mobile_msg_box {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: url(../images/sms_mobile.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;

}
.message-blue {
    position: relative;
    margin-left: 48px;
    margin-top: 152px;
    padding: 10px;
    background-color: #f5f8fa;
    width: 173px;
    height: auto;
    padding-bottom: 30px;
    text-align: left;
    font: 400 .9em 'Open Sans', sans-serif;
    border: 1px solid #f5f8fa;
    border-radius: 10px;
}

.message-content {
    padding: 0;
    margin: 0;
}

.message-timestamp-right {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    right: 5px;
}

.message-timestamp-left {
    position: absolute;
    font-size: .85em;
    font-weight: 300;
    bottom: 5px;
    left: 5px;
}

.message-blue:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #f5f8fa;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}

/*.message-blue:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #97C6E3;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
}
*/


.modal_togle_outer span.click_link {
  display: block;
  white-space: nowrap;
}
.modal_togle_outer span.click_link:hover{
  color: #6b4acc;
}

.scrollable_div_outer{
  width:100%; max-height: 200px; overflow-x: hidden; overflow-y: auto;
}

.contact_view_sec .nav-tabs .nav-item {
    margin-bottom: -2px;
}
.contact_view_sec  .tab-pane {
  padding:  15px 0;
}

.contact_view_sec .dropdown-menu {
  min-width: 300px;
}

#my_dropdown_input {
    width: 100%;
    font-size: 14px;
    padding: 6px 30px 6px 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-image: url(../images/search.png);
    background-size: contain;
     background-position:right; 
    background-repeat: no-repeat;
    border-radius: 3px;
}


.table_with_min_width_td.dataTable th, .table_with_min_width_td.dataTable td {
    font-size: 12px !important;
    min-width: 200px;
}

.table_with_min_width_td.dataTable th {
    border-bottom: 0px;
    font-weight: normal !important;

}

.table_with_min_width_td.dataTable th:hover {
   background-color: #e5f5f8;
}

.table_with_min_width_td.dataTable tr:hover {
   background-color: #f5f8fa !important;
   /*border-top:1px solid rgb(223, 227, 235);*/
   border-bottom:1px solid rgb(223, 227, 235);
}

.table_with_min_width_td.dataTable td{
   border-left: 0px solid transparent;
   border-right: 0px solid transparent;
   padding: 8px;
   /*border-top: 0px solid transparent;*/
}


.table_with_min_width_td_outer div.dataTables_filter {
  text-align: right !important;
}

.table_with_min_width_td_outer .dataTables_filter label{
  width: auto;
}



.table_with_min_width_td.dataTable th:first-child, 
.table_with_min_width_td.dataTable td:first-child {
    min-width: 25px;
    text-align: center;
}

.table_with_min_width_td.dataTable th:nth-child(2), 
.table_with_min_width_td.dataTable td:nth-child(2){
    min-width: 25px;
}


/*.table td, .table th
*/.st_tick{
    background-color: #f4f7f9;
    border: 1px solid #d1e3f3;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #d1e3f3;

}

.table_with_min_width_td.table-striped thead tr{
  background:#f5f8fa;
}
.table_with_min_width_td.table-striped tbody tr:nth-of-type(odd){
  background:#fff;
}



.table_with_min_width_td.table-striped tbody tr:nth-of-type(even){
  background:#fff;
}


.edit_task_btn_td:hover .edit_task_btn{
display: inline-block;
line-height: 20px;

}
.edit_task_btn{
    display: none;
    background-color: #f4f7f9;
    border: 1px solid #d1e3f3;
    padding: 0px 10px;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    color: #555;
    cursor: pointer;
    margin-left: 10px;
    line-height: 20px
}

.edit_task_btn:hover{
    border: 1px solid #d1e3f3;
    background-color: #e5f5f8
}



/*custom table styling starts from here*/
.table_with_min_width_td th, .table_with_min_width_td td {
    font-size: 12px !important;
    min-width: 200px;
    text-align: left;
    padding:12px 10px;

}

.table_with_min_width_td th {
    border-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px !important;
}

.table_with_min_width_td th:hover {
   background-color: #e5f5f8;
}

.table_with_min_width_td tr:hover {
   background-color: #f5f8fa !important;
   /*border-top:1px solid rgb(223, 227, 235);*/
   border-bottom:1px solid rgb(223, 227, 235);
}

.table_with_min_width_td td{
   border-left: 0px solid transparent;
   border-right: 0px solid transparent;
   padding: 8px;
   /*border-top: 0px solid transparent;*/
}


.table_with_min_width_td_outer {
  text-align: right !important;
}

.table_with_min_width_td_outer label{
  width: auto;
}



.table_with_min_width_td th:first-child, 
.table_with_min_width_td td:first-child {
    min-width: 25px;
}

.table_with_min_width_td th:nth-child(2), 
.table_with_min_width_td td:nth-child(2){
    min-width: 25px;
}

.table_with_min_width_td thead tr{
  background:#f5f8fa;
}
.table_with_min_width_td tbody tr:nth-of-type(odd){
  background:#fff;
}


.table_with_min_width_td tbody tr:nth-of-type(even){
  background:#fff;
}


.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  /* border-color: #007bff; */
  border: 2px solid #007bff;
  background-color: #fff;
  /* padding: 5px; */
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #c5deee solid 2px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url('../images/tick.png');
  background-position: 4px 1px;
  background-size: contain;
}

.task_detail_outer{
  height: 79vh;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}

.stage_detail_outer{
  height: 79vh;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}

.select_user_from_treview_drop{
  min-width:350px; 
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.c_filter_tbl .sort_icon{
  margin-left: 10px;
  display: none;
}
.c_filter_tbl th{
  cursor: pointer;
}
.c_filter_tbl th:hover .sort_icon{
  display: inline-block;
  color:var(--blue);
}

.sortable-container .alert-secondary{
  cursor: move;
}

.d_icon{
    display: inline-block;
    padding: 3px 0;
    margin-right: 8px;
    /* color: #bdbdbd; */
    opacity: .5;
}