/*
 * Skin: Blue
 * ----------
 */
.skin-blue .main-header .navbar {
  background-color:#fdfdff;
}
.skin-blue .main-header .navbar .nav > li > a {
  color: #ffffff;
}
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}

/* .skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #0b0b0b !important;
} */
/* .skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  opacity: 0.8;
  color: #28227b !important;
} */
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #000;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #28227b;
}

.skin-blue .main-header .logo {
  background-color: #ffffff;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue .main-header li.user-header {
  background-color: #3c8dbc;
}
.skin-blue .content-header {
  background: transparent;
  margin-top: 76px;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #fdfdff;
}
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #fff;
}
.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}
.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  font-weight: bold;
}
.skin-blue .main-header .navbar .btn.btn-primary.advertise_btn{
margin-top: 0px;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #ffffff;
  background:#28227b;
}
.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #d31781;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background:#28227b;
  padding: 0px 20px !important;
}
.skin-blue .sidebar a {
  color:#28227b;
}
.skin-blue .sidebar a:hover {
  text-decoration: none;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background-color: #3b8ab8;
}

/*
 *   Custom Css
 */
.fixedheaderbar{
  position: fixed;
  top: 0;
  width: 100%;
}
.fixedsidemenu{
  position: fixed;
  top: 0;
}
.viewfield{
  padding: 6px 12px;
  display: block;
  border: 1px solid #d2d6de;
  width: 100%;
  min-height: 30px;
  white-space: pre-line; 
}
.leadfilterform .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 34px;
	top: 0px;
}
.leadfilterform .select2-container .select2-selection--single{
	height: 34px;
}
.leadfilterform {
	border: 1px solid #f4f4f4;
	padding: 15px;
}
.leadfilterform .leadsubmitbtn{
	margin-top: 24px;
}
.exportleaddatatable .dt-buttons{
	display: inline-block;
}
.dt-buttons .dt-button{
	background-color: #28227b;
  border: 1px solid #28227b;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
}
.dt-buttons .dt-button span{
	font-size: 14px;
	font-weight: 600;
}
.exportleaddatatable div.dataTables_wrapper div.dataTables_filter{
	float: right;
	display: inline-block;
}

body.login-page, body.register-page{
	background: url(../img/bgform.jpg);
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
}
.login-box, .register-box {
    width: 33%;
    margin: 7% auto;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    padding: 20px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 0 0 10px 10px;
    border-top:1px solid #d2d6de;
}
.login-logo a img {
    width: 165px;
}

.btn.btn-flat.btn-primary{
    background-color: #eb1990;
    border-color: #a1045d;
    border-radius: 3px;
}
.btn.btn-flat.btn-primary:hover{
    background-color: #d31781;
    border-color: #b00364;
}
.pinkbox .icheckbox_square-blue{
    background: url('../img/pink.png') no-repeat;
}
.rightmenusection{
    padding:14px 20px;
    color: #000;
}
.rightmenusection a.dropdown-toggle{
    color: #000;
    font-size:16px;
    border-radius:100%;
    width:32px;
    height:32px;
    text-align:center;
    line-height:30px;
    border: 1px solid #c3c3c3;
    display:inline-block;
    margin-left: 6px;
    background: transparent linear-gradient( 
      0deg
       , #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
}
span.notification_count{
  position: absolute;
  top: -14px;
  left: -8px;
  font-size: 14px;
}
.notification_side_li span.notification_count{
  top: -4px;
  left: 5px;
}
.notificationbox a.notificationlink{
  position: relative;
}
.notificationbox a.notificationlink span.badge {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    background: #d61781;
    line-height: 13px;
    width:15px;
    height:15px;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -o-border-radius: 2em;
    text-align: center;
    display: inline-block;
    position: absolute;
    top:-5px;
    right:-5px;
    padding: 0;
}
.rightmenusection .dropdown-menu {
    right: -20%;
    left: auto;
    min-width:32rem;
    padding: 1em;
    margin-top: 16px;
    border: 1px solid #dbdbdb;
    height: 250px;
    overflow-y: scroll;

}
.rightmenusection .pull-right.notificationbtn .dropdown-menu ul{
  list-style: none;
  padding: 0;
}
.rightmenusection .pull-right.notificationbtn .dropdown-menu ul li{
  margin-bottom: 15px;
}
.rightmenusection .pull-right.notificationbtn .dropdown-menu ul li b{
  color: #ff9a20;
}
.rightmenusection .pull-right.profilebtn .dropdown-menu{
  height: 155px;
  min-width: 21rem;
  overflow: initial;
}
.rightmenusection .pull-right.profilebtn .profile{
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.rightmenusection .pull-right.profilebtn .dropdown-menu a.dropdown-item{
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: #000;
  float: initial !important;
  margin-bottom: 15px;
  display: block;
}
.rightmenusection .pull-right.profilebtn .dropdown-menu a.dropdown-item:hover{
  color: #28227b;
}
.profile-l {
    width: 50px;
    margin-right: 1.2em;
    float:left;
}
.profile-l img {
    border-radius: 50px;
    box-shadow: 3px 3px 12px #a09e9e;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.sub-title-w3-agileits {
    font-size:20px;
    letter-spacing: 2px;
    color:#28227b;
    font-weight: 600;
    margin:0;
}
.profile-r a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #000000;
    border:none;padding:0;
}
.rightmenusection .dropdown-menu a.dropdown-item{
  border:none;
  padding:0;
  width:100%;
  height:auto;
}
.rightmenusection .dropdown-menu a h4{
  margin:0 0 0 0;
  font-size:15px
}
.rightmenusection .dropdown-menu a.dropdown-item .fa{
  margin:0 10px 0 0;
}
.rightmenusection .dropdown-menu a.dropdown-item {
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    background:#28227b;
    border-radius: 0;
    padding: 9px 10px;
    color: #fff;
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: normal;
}
.filtercollapse .collapse_icon{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
}
.filtercollapse .collapse_icon:before {
    content: "\f078";
} 
.filtercollapse[aria-expanded="true"] .collapse_icon:before {
    content: "\f077";
}
.filterbox ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 145px;
  overflow-y: scroll;
}
.filterboxdata{
  background: #fff;
  margin:10px 0;
}
.filterbox ul li{
  height: 35px;
  padding: 6px 0px;
}
.filterbox ul li label{
  display: block;
}
.filterbox ul li label input[type="checkbox"]{
  display: inline-block;
  margin: 3px 6px;
  vertical-align: middle;
}

.filterbox ul li label span{
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
}

table.table.table-bordered.table-striped.leaddatatable.dataTable.no-footer thead tr th, 
table.table.table-bordered.table-striped.leaddatatable.dataTable.no-footer tbody tr td {
  word-break: break-all;
  word-wrap: break-word;
}
table.table.table-bordered.table-striped.leaddatatable.dataTable.no-footer thead tr th:last-child, 
table.table.table-bordered.table-striped.leaddatatable.dataTable.no-footer tbody tr td:last-child {
  width: 100px;
}
table.table.dataTable thead tr th {
  background: #ecedf2;
}
table.table.dataTable tbody tr .sorting_1 a{
  color:#28227b;
}
.leaddataresultbox:has(img.loaderimage){
  text-align: center;
}

.enquirycategoryselect .select2-container .select2-selection--single{
  height: 34px;
}

.filterattrbutebox {
  display: inline-block;
}
.filterrepeaterbox {
    border: 1px solid #eee;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 3px;
    margin: 3px 5px;
    color: #434343;
}
.filterrepeaterbox > span {
    display: inline-block;
}
.filterrepeaterbox > a {
    border: 1px solid #434343;
    color: #434343;
    margin-left:24px;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
}
.filterrepeaterbox:hover {
    border: 1px solid #28227b;
    color: #28227b;
}
.filterrepeaterbox:hover > a{
    border: 1px solid #28227b;
    color: #28227b;
}
.filterboxdata .box > .box-body{
  height: 160px;
}
.clearfilterbox{display: inline-block;margin-left: 5px;}
.clearfilterbox a.clearallfilter {
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    padding: 2px 10px;
    border-radius: 10px;
    border: 1px solid #28227b;
    background: #28227b;
}
.clearfilterbox a.clearallfilter:hover {
    border: 1px solid #d31781;
    background: #d31781;
}
.innerbox {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de; 
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

input.form-control.isfollowup{
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  width: 10%;
  vertical-align: middle;
  margin-left: 20px;
  display: inline-block;
}
.separetorline{
  border-bottom:1px solid #ccc;
  padding-bottom: 15px; 
}
.createleadform .form-group .form-control.error{
  border-color: #FF9494;
}
.createleadform .form-group label.error{
  color: #FF9494;
  font-weight: normal;
}
.username.pull-left {
    padding: 0px 25px 0px 0px;
    
}
.foreventusername{
  font-size: 24px;
  line-height: 28px;
}
.fc-content {
    padding: 8px 0px 8px 3px;
    width: 100%;
}
/* 5 Columns */
.col-xs-C5,
.col-sm-C5,
.col-md-C5,
.col-lg-C5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-C5 {
    width: 20%;
    float: left;
}

.logbtns_div{
    display: flex;
    align-items: center;
    justify-content: center;    margin-top: 15px;
}
.logbtns_div a{
    font-size: 14px;
    font-weight: 500;
    background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    line-height: 18px;    border: 1px solid #FF5E00;
    padding: 6px 9px;
     border-radius: 6px;
}
.logbtns_div a:hover{
      background: transparent linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #ffb100;
    color: #FF5E00;
    transition: .3s all;
    border-radius: 9px;
}
.logbtns_div a:first-child{
  margin-right: 5px;
}
.logbtns_div a:last-child{
margin-left: 5px;
}
/* 20-2-26 only new user */
.lead_user_panel .content-wrapper{
margin-left: 0;
}
.leaduser_menu{padding: 0; list-style: none; display: flex; margin-right: auto; margin-left: 50px; margin-bottom: 0px;}
.leaduser_menu li:first-child{margin-right: 10px;}
.error{color: red;}
.lead_user_panel .navbar.navbar-static-top{
 margin: 0;
    display: flex;
    align-items: center;}
    .lead_user_panel .navbar.navbar-static-top .logo-mini{
position: initial;
    }
    .lead_user_panel .navbar.navbar-static-top .logo-mini img{width: 100px;}
    .lead_user_panel .main-header{
    padding: 2px 20px;
    }
    .lead_user_panel .rightmenusection{
padding: 0px;
    }
   .leaduser_menu li.active .btn-primary{
    font-weight: bold;
    background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    color: #fff;
   }
    .leaduser_menu .btn-primary{
      background: transparent;
    color: #FF5E00;
        border-color: #FF5E00;
    }
 .leaduser_menu .btn-primary:active:hover{
font-weight: bold;
    background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-color: #FF5E00;
    }
    .lead_user_panel .rightmenusection a.dropdown-toggle{
      background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: none;
    }
    .lead_user_panel .sub-title-w3-agileits{
      color: #FF9A31;
    }
    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
      background: #FF9A31;
    border: 1px solid #FF9A31;
    }
     .lead_user_panel table.table.dataTable thead tr th{
    background: #FF9A31;
    color: #fff;
    }
    .lead_user_panel table.table-bordered.dataTable tbody td a.btn  {
color: #FF9A31; font-weight: 700;
    }
    .lead_user_panel table.table-bordered.dataTable tbody td{
vertical-align: middle;
    }
    .lead_user_panel .main-footer{margin-left: 0;}
    .lead_user_panel  .content-header{
    padding: 30px 15px 0 15px;
    }
    .leaduser_menu .btn-primary:hover{
      transition: .3s all;
          background: transparent linear-gradient(180deg, #FFB100 0%, #FF5E00 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    }
/* 20-2-26 */


@media (max-width: 1280px) {
  .logbtns_div a{
        padding: 6px 4px;
    font-size: 13px;
  }
  .login-box, .register-box{
        margin: 5% auto;
  }
}

@media (max-width: 767px) {
  .skin-blue .main-header .navbar .btn.btn-primary.advertise_btn{
    margin-top: 8px;
  }
  .btn.btn-primary.advertise_btn.reducd_pric_btn{
      margin-bottom: 20px;
  }
  .topoffer_sec img{
    width: 190px !important;

  }
  .skin-blue .content-header{
    margin-top: 50px;
  }
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
  .rightmenusection .dropdown-menu{
    min-width: 200px;
  }
  .login-box, .register-box{
    width: 96%;
    margin: 12% auto;
  }
  .login-logo a img {
    width: 120px;
}
.checkbox.icheck.pinkbox{
margin-left: 5px;
}
/* 20-2-26 only new user */

table.table.dataTable thead tr th.minwidht-table{
min-width: 100px
}
.lead_user_panel .navbar.navbar-static-top .logo-mini img{
      width: 62px;
}
.leaduser_menu{
  margin-left: 15px;
}
.leaduser_menu .btn-primary{
  padding: 4px 10px;
          font-size: 15px;
}
.lead_user_panel  .rightmenusection a.dropdown-toggle{
    width: 30px;
    height: 30px;    line-height: 29px;    font-size: 14px;
}
.lead_user_panel .main-header {
    padding: 2px 10px;
    position: fixed;
}
.lead_user_panel .content-header{
      padding: 35px 15px 0 15px;
}
.lead_user_panel .main-footer{
text-align: center;
}
.lead_user_panel .content-header > h1{
font-size: 20px;
}

/* 20-2-26 only new user end*/
}
@media (min-width: 768px) {
    .col-sm-C5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-C5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-C5 {
        width: 20%;
        float: left;
    }
}
.errorsbox{
  color: #f03317;
  margin-bottom: 10px;
}
.errorsbox > p{
  margin-bottom: 0px; 
}
.followuphistory h4{
  font-weight: 600;
}
.followuphistory ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.followuphistory ul li{
  padding:6px 12px;
  border-top: 1px solid #eee; 
}
.borderforright {
  border-right: 1px solid #eee; 
}
.editpagefollowuphistory ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.editpagefollowuphistory ul li{
  padding:6px 12px;
  border-bottom: 1px solid #eee; 
}
.box-header.bordertopnone{
  border-top: none;
}

.removebtn{
  background: #ab2222;
  border: 1px solid #ab2222;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
}
.removebtn:hover{
  background: #e34040;
  border: 1px solid #e34040;
  color: #fff;
}

.addfieldbtn{
  background: #696dd8;
  border: 1px solid #696dd8;
  color: #fff;
  padding: 3px 12px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 14px;
}
a.addfieldbtn:hover, a.addfieldbtn:active, a.addfieldbtn:focus {
  background: #2a2d7c;
  border: 1px solid #2a2d7c;
  color: #fff;
}
.contactpersonheading{
  position: relative;
  padding: 0px 10px;
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 24px;
  font-weight: 600;
}
.contactpersonheading:after{
  position: absolute;
  width: 4px;
  height: 100%;
  content: "";
  background: #28227b;
  left: 0;
}
.change_pass_box{
  padding-top: 25px;
}
.coursecategorybannerimg{
  max-width: 100%;
}
.publish{display: inline-block; font-size: 14px; background: #56A510;padding: 3px 6px;border-radius: 3px;color: #fff;}
.pending{display: inline-block; font-size: 14px; background: #FFC300;padding: 3px 6px;border-radius: 3px;color: #fff;}
.draft{display: inline-block; font-size: 14px; background: #FF5733;padding: 3px 6px;border-radius: 3px;color: #fff;}




/* #manageTable_wrapper table tbody td{
min-width: 110px;
} */

.form-group.col-xs-12.hasremember {
float: initial;
}
