@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@-webkit-keyframes loader {
    0% {
        background: none;
    }

    10% {
        background: none;
    }

    40% {
        background: none;
    }
}

@keyframes loader {
    0% {
        background: none;
    }

    10% {
        background: none;
    }

    40% {
        background: none;
    }    
}
.loader-bg {
    position:fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999999;
}
body {
    font-family: 'Poppins', sans-serif;
  /*font-family: Arial;*/
  background: #626f8000;
  color: #282828;
}
.content{padding:25px 25px;}
label[for="currency"] {
    display: block;
}
.invoice-sec .filter-option-inner-inner {
    text-align: center;
}
#wrapper .content.kpi-bg {
		background: url(../images/bg-logo.png);
		background-size: cover;
		background-repeat: no-repeat;
		z-index : 9999 !important;
	}
.bg{
  background: url(../images/bg-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* background: #f8f8f8; */
  background-position-x: 30rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.boldheading{
    font-weight:500;
}
.text-grey{
  color: #C8C8C8;
}
.text-dark{
  color: #282828;
}
.navbar-nav>li>a {
       /* color: #afafaf; */
       color:#000000;
    padding: 0px 12px 4px 12px;
    font-size: 20px;
    line-height: 49px;
}
.navbar-nav>li>a .staff-profile-image-small {
    margin-top: 4px;
}
#top_search_button button {
    border-radius: 0;
    height: 63px;
    width: 15px; 
    padding: 8px 0 5px 5px;
    font-size: 20px;
    color: rgba(255,255,255,.5);
    background: 0 0;
    font-weight: 500;cursor: auto;
}
.staff-profile-image-small {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}
#header {
    height: 95px;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 1px 4px 14px #00000024;
    position: fixed;
    width: 100%;
}
#top_search input{
    height: 50px;
    /* box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%); */
    border:1px solid #dddddd;
    border-radius: 6px;
    color: #000000; 
    }

    #top_search input:hover,
    #top_search input:active,
    #top_search input:focus{
        background-color: #ffffff;
        color: #000000; 
        border:1px solid #000000;
        box-shadow: none;
    }    
    #top_search input::placeholder{font-size:16px;color:#000000;}
    
.hide-menu{
    padding: 15px 25px 10px;
    font-size: 18px;
}


#top_search{
    /* padding-top: 6px; */
    width: 500px;
}
@media(min-width:840px) and (max-width:1020px){
  #top_search {
    width: 320px;
  }
}  
@media(max-width:839px){
    #top_search {
        width: 250px;
      }
}
#setup-menu-wrapper, #menu{
    top:95px;
 background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee) !important;
 /* background-image: linear-gradient(#7d0095, #6173ee);   
    background: linear-gradient(#7d0095, #6173ee); */
    position: fixed; 
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */    
}

#side-menu li.active a i{color:#fff;}
#side-menu.nav>li>a:hover{color:#f7931e !important;}
#side-menu {
  overflow: auto;
  overflow-x: hidden;
  background: none;
  height: 100%;
}
#side-menu li.active.menu-item-dashboard a{color:#fff !important;}
#side-menu li.active.menu-item-dashboard a i{color:#fff !important;}
/* #side-menu{background: none;}   */
#side-menu li.menu-item-dashboard>a{ background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee);border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;color:#fff;}
#side-menu.nav>li>a:focus, #side-menu.nav>li>a:hover{
    background: #fff;
    transition: ease-in-out .0s;
    -webkit-transition: ease-in-out .0s;
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    color: #000 !important;
   
}

#side-menu li a {
  color: #fff;
  text-transform: capitalize;
  padding: 15px 20px 15px 16px;
  font-size: 13px;
  font-family: 'Poppins', sans-serif ;
}
#logo {
    float: left; 
    padding: 0;
    /* height: 80px; */
    text-align: center;
}
#logo img {
    width: auto;
    height: 55px;
    margin-top: 0;
}
/*.navbar-nav>li>.dropdown-menu{width: 100%;}*/

.mobile-navbar {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
}
.navbar-toggle {
   
    margin-top: 0px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: white;
}
#wrapper{
    background: #f8f8f800;
    top: 0;
}
.admin #wrapper{
  top: 95px;
}
.user-data .home-activity.panel-body {
    padding-top: 10px;
    padding-bottom: 0;
}
.panel_s .panel-body, .top_stats_wrapper{ 
    border-radius: 6px;
    border: none;transition: all .3s;
}

.panel_s{
    border-radius: 6px;
    /* box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18);
    -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18); */background: none !important;
    box-shadow: none;
}

.home-summary p{
    color: #282828;
    font-size:12px;
    text-transform:capitalize;
}
.accounting-template span {
    color: #505050;
}
.accounting-template {
    background: white;
}
.accounting-template .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0;
}
.progress-bar-mini{
    height: 12px!important;
    border-radius: 8px;
}

.progress-bar{
    border-radius: 8px;
    box-shadow: none;
    margin-left:1px;
}
.progress-bar[data-percent="0.00"]{color:auto;}

.progress{
    background: #cccccc;
    /*box-shadow: none;*/
    border-radius: 25px;
}


/* .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal>li:nth-child(3),
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal>li:nth-child(4),
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal>li:nth-child(5),
.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal>li:nth-child(6){
    pointer-events: none;
} */


.dt-loader:not(:required) {
    -webkit-animation: loader 2000ms 300ms infinite ease-out;
    animation: loader 2000ms 300ms infinite ease-out;
    background: none;  
    text-indent: -9999px;
    width: 0.9em;
    height: 1.5em;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999999999999;
}

.dt-loader:not(:required):before,
.dt-loader:not(:required):after {
    background: none;   
    content: '';
    display: inline-block;    
    width: 0.9em;
    height: 1.5em;
    position: absolute;
    top: 0;
}

.dt-loader:not(:required):before {
    -webkit-animation: loader 2000ms 150ms infinite ease-out;
    animation: loader 2000ms 150ms infinite ease-out;
    left: -1.6em;
}

.dt-loader:not(:required):after {
    -webkit-animation: loader 2000ms 450ms infinite ease-out;
    animation: loader 2000ms 450ms infinite ease-out;
    right: -1.6em;
}


.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th
{
    background-color: #efefef;
}

.total-column .panel-body{
    background-color: #ffffff;
}

h3._total{
    font-weight: 500;
    color: #282828;
}

.user-data .home-activity .nav.nav-tabs>li>a{
    color: #6c6c6c !important; 
}

.user-data .home-activity .nav-tabs>li.active>a, 
.user-data .home-activity .nav-tabs>li.active>a:focus, 
.user-data .home-activity .nav-tabs>li.active>a:hover, 
.user-data .home-activity .nav-tabs>li>a:focus, 
.user-data .home-activity .nav-tabs>li>a:hover{
color: #282828 !important;
}  
.projects-activity .activity-feed {
    overflow-y: scroll;
    height: 397px;
}
.heading-tab li a {
    border: 0;
    border-bottom: 0 !important;
    font-size: 16px;
    color: #626263 ;
}
.lead-info-heading:first-child {
    margin-left: 0;
    padding-left: 0;
}
.lead-info-heading {
    background: #f9fafc00;
    padding: 20px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.lead-info-heading h4 {
    color: #000000;
}
.hide-this{
    display: none !important;
}

.user-side-profile-image {
    margin: auto;
    object-fit: cover;
     height: 90px; 
     width: 90px; 
    /* object-position: 0px -10px; */
    margin-bottom: 20px;
    border-radius: 50%;
}

#side-menu li.dashboard_user {
    padding: 0 0 20px 0;
    margin: 30px 20px;
    text-align: center;
    border-bottom: 1px solid #fff !important
}


/* Mohsin css */

@font-face {
  font-family: Arial;
  src: url(../themes/Fonts/Arial/arialbd.ttf);
}
@font-face {
  font-family: Mitr;
  src: url(../themes/Fonts/Mitr/Mitr-Regular.ttf);
}
/*@font-face {*/
/*  font-family: Poppins;*/
/*  src: url(../themes/Fonts/Poppins/Poppins-SemiBold.ttf);*/
/*}*/
/*h1,h2,h3,h4,h5,h6{*/
/*    color:#7D0095;*/
/*}*/
.progress-bar-danger {
    background-color: #5C89FF;
}
.progress-bar-success {
    background-color: #5C89FF;
}
.progress-bar-default {
    background-color: #C8C8C8;
}
.progress-bar-warning {
    background-color: red;
}
.text-primary{
    color: #000;
}
.text-danger {
    color: #5C89FF;
}

.text-success {
    color: #5C89FF;
}

.text-warning {
    color: red;
}
 .bg-error {
        background-image: url(../images/404-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        text-align: center;
        background-position: center;
    }
    @media(max-width:992px){
        .bg-error .error-num {
            height: 300px !important;
            transform: translate(-50%, -120%) !important;
        }
        .bg-error .nav img {
            height: 100px !important;
        }
        .bg-error .nav {
             padding: 100px 0 !important;
            text-align: center !important;
        }
         .bg-error p {
             margin-top:20px !important;
            font-size: 60px !important;
          }
      /*.bg-error .bottom-box{*/
      /*      position: absolute;*/
      /*      left: 50%;*/
      /*      bottom:0;*/
      /*      transform: translate(-50%, -50%) !important;*/
      /*      width:100%;*/
      /*  }*/
       
    }
    /*.btn-bottom-toolbar{*/
    /*    width:100%;*/
    /*}*/
    
      @media(max-width:700px){
        
      }
   .bg-error .error-num {
        position: absolute;
        width: auto; 
        height: 350px;
        transform: translate(-50%, -90%);
        top: 50%;
        left: 50%;
    }
    .bg-error p {
        color: white;
        font-size: 50px;
        margin:0;
        line-height: 2;
    }
    .bg-error .bottom-box{
        position: absolute;
        left: 50%;
        bottom:0;
        transform: translate(-50%, -100%);
        width:100%;
    }
      .bg-error .nav {
        padding: 40px;
        text-align: left;
    }
    .bg-error .nav img {
        max-width: 100%;
        width: auto;
        height: 60px;
    }
@media (max-width: 767px){
    ul.mobile-icon-menu .dropdown-menu{overflow:auto;height:100vh;padding:0 0 60px;}
.navbar a.navbar-brand {
    padding: 19px 0 19px 0;
}
.navbar a.navbar-brand img {
    width: auto;
    height: 34px !important;
}
}
.navbar a.navbar-brand img {
    width: auto;
    height: 60px;
}
.navbar a.navbar-brand {
    padding: 15px 0 15px 0;
    height: auto;
    margin-right: 10px;
    margin-top: 0;
}
@media (min-width: 768px){
.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: 2px;
}
}
.customers .navbar-toggle {
    margin-top: 24px;
}
/*
 *  Scroll
 */

*::-webkit-scrollbar-track
 {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
   background-color: #fbfbfb
 }
 
 *::-webkit-scrollbar
 {
   width: 6px;
   background-color: #F5F5F5;
 }
 
 *::-webkit-scrollbar-thumb
 {
  border-radius: 6px;
  background-color: #989898;
 }
 #side-menu:hover::-webkit-scrollbar-thumb{
  display: block;
 }
 #side-menu:hover::-webkit-scrollbar{
  display: block;
 }
 #side-menu:hover::-webkit-scrollbar-track {
   display: block;
 }
 #side-menu::-webkit-scrollbar-thumb{
  display: none;
 }
 #side-menu::-webkit-scrollbar{
  display: none;
  width: 0;
 }
 #side-menu::-webkit-scrollbar-track {
  display: none;
 }
.modal-header {
   background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee);

  /* background: -webkit-gradient(linear,left top,right top,from(#7d0095),color-stop(50%,#6e3ac2),to(#5f7af3));
  background: linear-gradient(to right,#7d0095 0,#712eb8 50%,#5f7af3 100%); */
  border-radius: 6px;
  color: #fff;
  padding: 18px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: transparent;
}
#clientMessagesForm {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
#frame .content .contact-profile {
  text-align: center;
  width: 100%;
  height: auto !important;
  background: #ffffff;
  border-bottom: 0 !important;
}
#frame .content .contact-profile img {
  width: 100px !important;
  height: 100px !important;
  float: none !important;
  border-radius: 50%;
  margin: 30px auto 0 !important;
}
#frame .content .contact-profile p {
  float: none !important;
  font-size: 20px !important;
  padding-top: 16px;
  line-height: 1 !important;
  color: black;
  padding-top: 10px !important;
  padding-right: 0;
  font-weight: 600 !important;
}
#frame .contact_role {
  color: #03488c !important;
  font-size: 16px !important;
}
#frame #sidepanel #search {
  font-weight: 300;
  padding: 20px 15px !important;
  background: #ffffff;
}
#frame #sidepanel #search input {
  background-color: #f5f5f500 !important;
  border-radius: 5px;
  font-size: 15px;
  height: 46px !important;
  width: 100%;
  line-height: 40px !important;
  padding: 0px 46px 0px 20px !important;
  box-shadow: 0px 0px 26px -3px #00000033 !important;
}
#frame #sidepanel #search label {
  position: absolute;
  margin: 13px 0 0 -30px !important;
  color: #929292;
}
body.Prchat_Controller #frame img.chatContactImage {
  width: 42px !important;
  position: absolute;
  padding: 2px;
  left: 15px !important;
  top: 30px !important;
  border: 2px solid #7d0095;
}
#frame .content .chat_client_messages ul li p, #frame .content .messages ul li p {
  padding: 15px 25px !important;
  line-height: 1 !important;
}
body #frame .contact_name {
  background: #f5f5f500 !important;
  padding-left: 35px !important;
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
body #frame .contact_name:hover {
  background: #dce3ec !important;
}
body.Prchat_Controller .contact_name_placeholder {
  font-size: 15px;
  font-weight: 600;
}
body.Prchat_Controller .contact_name_placeholder span {
  font-size: 12px;
  font-weight: 400;
}
body #frame .contact_name::before {
  content: '';
  top: 25px !important;
}
body #frame .customers_toggler {
  padding: 15px !important;
 
}
#frame .content .messages ul li img, #frame .content .chat_client_messages ul li img {
  margin-top: 35px !important;
}
#frame .content .chat_client_messages ul li p.you, #frame .content .messages ul li p.you {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 0 !important;
}

#frame .content .messages ul li.sent p, #frame .content .chat_client_messages ul li.sent p {
  background: #7d0095 !important;
  border-top-right-radius: 5px !important;
  width: auto !important;
  
}
#frame #sidepanel {
  height: 100% !important;
  border-radius: 5px;
}
#frame {
  /*height: 100% !important;*/
  border-top-left-radius: 6px;
}
#frame .content {
  height: 100% !important;
  border-top-right-radius: 6px;
}
body #wrapper #frame #sidepanel #clients_container {
  height: 80vh !important;
}
/*@media(max-width:992px){*/
/*    body #wrapper #frame #sidepanel #clients_container{*/
/*    height:82vh !important;*/
/*}*/
/*}*/

#frame .content .message-input {
  position: relative !important;
  height: auto !important;
}
#frame .content .message-input .wrap {
  padding: 10px 20px;
  margin: 0 20px 0px;
  position: relative;
  box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18);
  -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18);
  border-radius: 6px;
  background: white;
}
#frame .content .message-input .wrap textarea {
  float: none !important;
  height: 30px !important;
  padding: 6px 0 !important;
  color: #333 !important;
  background: #ffffff !important;
}
#frame .content .message-input .wrap .attachment {
  right: 90px !important;
  margin-top: 5px !important;
  font-size: 2em !important;
  color: #8e8f92 !important;
}
#frame .content .message-input .wrap button {
  border-top: 1px solid #bfbfbf;
  width: 50px !important;
  padding: 7px 0 !important;
  border-radius: 6px !important;
  background: #7d0095 !important;
}
#frame .content .message-input .wrap button i.fa-paper-plane {
  font-size: 15px !important;
}
#frame .content .messages, #frame .content .client_messages {
  position: relative;
  margin: 0px 1px 0px 10px;
  min-height: auto !important;
  max-height: inherit !important;
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.nowrap{
  white-space: nowrap;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd !important;
}
.home-activity .tab-content {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    padding-left: 15px;
    padding: 20px 20px;
}
body #frame .client_data {
  padding-top: 6px;
  display: block !important;
  justify-content: space-between;
}
body.Prchat_Controller #frame .client_data span.contact_lang {
  margin-left: 0 !important;
  background: #f5f5f500 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
body.Prchat_Controller #frame .client_data span {
  font-size: 13px;
  float: none !important;
  color: #1d1d1d;
}
body #frame .client_data strong {
  line-height: 1;
  color: #191919 !important;
  text-transform: capitalize;
  font-size: 20px;
}
body.Prchat_Controller #frame .client_data p a strong {
  background: #f5f5f500 !important;
  padding: 0 !important;
  font-size: 16px;
}
.fa.arrow:before {
  content: "\f105";
}

.active>a>.fa.arrow:before {
  content: "\f107";
}
a {
  color: #5C89FF;
  text-decoration: none;
}
a:focus, a:hover {
   color: #1a58f8 !important; 
  /*color:#f49519 !important;*/
  opacity:1 !important;
  /*text-decoration: underline;*/
}
.percent-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -3px);
    background-color: #f2f2f7;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #dedede;
}
.percent-box div{
     height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px dotted #989898;
    text-align: center;
    margin: 5px;
    padding: 30px 0 0 0;
    color: #6c6c6c;
}
.percent-box h2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
   color: #282828;
}
.percent-box h5 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: #282828;
}
/*#tickets-awaiting-reply-by-status,#tickets-awaiting-reply-by-department{*/
/*    height:300px;*/
/*}*/
.ticket-chart-box .percent-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0px);
    background-color: #f2f2f7;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #dedede;
}
.ticket-chart-box .percent-box div{
     height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px dotted #989898;
    text-align: center;
    margin: 5px;
    padding: 25px 0 0 0;
    color: #6c6c6c;
}
.ticket-chart-box .percent-box h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
}
.ticket-chart-box .percent-box h5 {
  font-size: 10px;
  font-weight: 500;
  margin: 0;
}
/*@media(min-width:1200px){*/
/*.ticket-chart-box .percent-box {*/
/*    transform: translate(-50%, -13px);*/
/*}*/
/*.ticket-chart-box .percent-box div{*/
/*     height: 110px;*/
/*    width: 110px;*/
/*    padding: 30px 0 0 0;*/
/*}*/
/*.ticket-chart-box .percent-box h2 {*/
/*  font-size: 25px;*/
/*  margin-top: 10px;*/
/*}*/
/*.ticket-chart-box .percent-box h5 {*/
/*  font-size: 15px;*/
/*    }*/
/*}*/
.lead-chart-box .percent-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35px);
    background-color: #f2f2f7;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #dedede;
}
.lead-chart-box .percent-box div {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    border: 3px dotted #989898;
    text-align: center;
    margin: 5px;
    padding: 35px 0 0 0;
    color: #6c6c6c;
}
@media(min-width:1312px){
  .percent-box {
    transform: translate(-50%, -15px); 
}
}
@media(max-width:991px){
  .percent-box {
    transform: translate(-50%, -30px);
  }
}
@media(max-width:611px){
  .percent-box {
    transform: translate(-50%, -20px);
  }
}
@media (max-width: 594px){
  .percent-box {
      transform: translate(-50%, -20px);
  }
}
@media (max-width: 768px){
.mobile-menu-toggle, .open-customizer-mobile {
    display: block;
    color: #7d0095;
    margin-right: 0;
    line-height: 25px;
    margin-top: 5px;
    }
    ul.mobile-icon-menu{
        margin-top:5px;
    }
    ul.mobile-icon-menu>li:last-child {
        border-left: 1px solid #d0d0d0;
    }
    ul.mobile-icon-menu>li {
        line-height: 43px;
        border-right: 1px solid #d0d0d0;
    }
    ul.mobile-icon-menu>li>a {
        color: #282828;
    }
    #header{
        top:0;
    }
}
@media screen and (max-width: 767px){
    div.dataTables_wrapper div.dataTables_length {
        position: relative;
        top: 0;
        z-index: 55;
    
    }
}
/*.feed-item p {*/
/*  color: #6c6c6c;*/
/*  font-weight: 500 ;*/
/*}*/
/*.feed-item a {*/
/*  color: #060606;*/
/*  font-weight: 500 ;*/
/*}*/
.activity-feed .feed-item .date {
    position: relative;
    top: 0px;
    color: #4b5158;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.navbar-pills.navbar-pills-flat.nav-tabs>li>a {
    border-bottom: 1px solid #e5e5e5;
    margin-right: 0;
    padding: 20px 17px 20px 17px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .navbar-pills.nav-tabs>li>a:focus, .navbar-pills.nav-tabs>li>a:hover {
    border-bottom: 1px solid #5C89FF;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #5C89FF;
    background: 0 0;
    color: #5C89FF;
    margin-bottom: 1px;
}
/*.activity-feed .feed-item .text, .activity-feed .feed-item .text-left {*/
/*    position: relative;*/
/*    top: -30px;*/
/*}*/
.activity-feed .feed-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 0;
  border-left: 0;
  top: 25px;
}
.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
}
.feed-item img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  /* margin-right: 20px; */
}
@media (max-width: 768px){
.small-logo img {
    width: auto;
    max-height: 100%;
    margin-top: -5px;
    height: 45px;
}
}
.dataTables_length select, .uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=file], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select.form-control, textarea.form-control {
  /* border: none; */
  /* -webkit-box-shadow: none; */
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%) !important;
  color: #282828 !important;
  font-size: 14px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  line-height: 1;
  height: 60px;
  border-radius: 6px;
}
.dataTables_wrapper .dt-buttons.btn-group .btn {
  color: #282828;
  border-radius: 6px !important;
  font-size: 11.5px;
  padding-bottom: 6px;
  padding-top: 7px;
  padding: 0 20px;
  height: 60px;
  border-top: none !important;
  /*border-right: none !important;*/
  border-bottom: none !important;
  /* box-shadow: none !important; */
  border-color: #cccccc !important;
  margin:0 5px;
  border: 1px solid #dddddd !important;
}
div.dataTables_wrapper div.dataTables_length select{border: 1px solid #dddddd !important;border-radius: 6px; appearance: none;
  width: 90px;padding:0 25px;background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5%;background-size:10px;background-position-x:55px;}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-radius: 6px;}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius: 6px;border-right: none !important;}

.form-control::placeholder{
    color:#282828;
}
@media(max-width:991px){
  .dataTables_wrapper .input-group-addon {
    right: 0 !important;
  }
}
.dataTables_wrapper .checkbox input[type=checkbox], .checkbox input[type=radio] {
  opacity: 0;
  z-index: 1;
  left: -5px;
  top: 3px;
  cursor: pointer;
}
.dataTables_wrapper .input-group-addon {
  border: none;
  width: 50px !important;
  background: none;
  color: #282828;
  box-shadow: none ;
  position: relative;
  right: 0;
}
.dataTables_wrapper .input-group .form-control:focus {
  z-index: 3;
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
}
.dataTable tbody a {
  color: #4a4a4a;
  font-size: 12px;
}
.dataTable tbody {
  color: #4a4a4a;

}
.dataTable tbody td {
    color: #4a4a4a !important;
}
.dataTables_filter label {
  width: 100%;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: .5em;
  display: inline-block;
  width: 100% !important;
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_filter .input-group{
  width: 100%;
  box-shadow:0 1px 15px 1px rgb(90 90 90 / 18%);    display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  background:#fff;
  border-radius: 6px;box-shadow: 0px 10px 16px 0px #0000000d !important;
  border:1px solid #dddddd;
}
/* .input-group-addon:last-child */
.input-group .form-control:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{    
  padding-left: 20px;}

.dataTables_empty {
    background: url(../images/no-data.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 161px;
}
table .row-options {
    margin-top: 5px;
    padding: 2px 0 0;
    position: static;
    left: -9999em;
}
.btn{
   padding: 2rem !important;font-size: 14px;
   border-radius: 6px;font-weight: 600 !important;
}
.btn-gradient{
     background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee);
    color: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18);
    padding: 2rem !important;
}
.btn-gradient.active, .btn-gradient:active {
  color: #fff;
   background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee)
 !important;
}
.btn-gradient.active.focus, .btn-gradient.active:focus, .btn-gradient.focus, .btn-gradient:active.focus, .btn-gradient:active:focus, .btn-gradient:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.btn-gradient.focus, .btn-gradient:focus, .btn-gradient:hover {
  color: #fff !important;
  text-decoration: none;
  box-shadow: 1px 1px 12px 0px #888888;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #000000 !important;
    background-color: #e1e4e6;
    border-color: #e6e9eb;
}
.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #415164 !important;
    background-color: #fff;
    border-color: #e6e9eb;
    box-shadow: 1px 1px 12px 0px #888888;
}
.btn-default.btn-info{color:#fff !important;}
.btn-default {
  border: 1px solid #ffffff;
  color: #415164;
  background-color: #ffffff;
  box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18);
  border-color: #e6ebea00;
  padding: 2rem !important;
}
.btn-outline {
  border: 1px solid black;
  color: black;
}
.paginate_button a:focus {
    outline: 0 ;
    outline-offset: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #333;
    background-color: #e4e8f1;
    border-color: #e4e8f1;
}
@media(min-width:768px){

  #side-menu li>a:hover:after{
    margin-top: 48px;
      transform: scale(1.04);
  }

  #side-menu li.active>a:after, #side-menu li.active>a:before {
    content: "";
    width: 9px;
    height: 9px;
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52'%3E%3Cpath data-name='Path 143' d='M259.51 259.52c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828a237.651 237.651 0 00-7.292-8.589c-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3A115.051 115.051 0 000 .081h259.51z' fill='%23f1f5f8'/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: -1px;
    margin-right: 0;
  }
  #side-menu li.active >a:after{
    margin-top: 58px;
      transform: scale(1.04);
  }
  #side-menu li.active >a:before {
    top: -19px;
    transform: rotate(90deg);
}
  #side-menu li.menu-item-dashboard >a:before{
    margin-top: -19px;
      transform: rotate(90deg) scale(1.04);
  }
  #side-menu .menu-item-reports ul li>a:last-child:after,#side-menu .menu-item-utilities ul li>a:last-child:after,#side-menu .menu-item-sales ul li>a:last-child:after {
    margin-top: 32px;
    transform: scale(1.04);
}
}
#side-menu li>a:hover{
    color:#282828 !important;
}
#side-menu li .nav-second-level li.active a:before,#side-menu li .nav-second-level li.active a:after{
    content:"";
    display:none;
}
#side-menu li .nav-second-level li a {
    padding: 7px 10px 7px 45px;
    color: #282828;
    text-transform: none;
    font-size: 12px;
}
#side-menu li .nav-second-level li.active a {
    color: #fff !important;
    border-radius: 6px;
    background-color: #03a9f400;
    border-left: 0!important;
    display: inline-block;
    padding: 0px 15px;
    margin: 8px 0 8px 30px;
}
#pusherChat .chat-footer {
    cursor: pointer;
    cursor: -moz-pointer;
    cursor: -webkit-pointer;
    z-index: 2;
    height: 36px;
    background: #7D0095 !important;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 22px;
}
#pusherChat #membersContent .topInfo {
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-align: center;
    height: 36px;
    background-color: #7D0095 !important;
    color: white;
}
#pusherChat #membersContent a.off {
    background: #fff !important ;
    color: #333 !important;
}
body #pusherChat #mainChatId #membersContent a:hover {
    background: #C8C8C8 !important;
    color: #fff;
}
#menu .liveClients {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  border: 1px solid black !important;
  color: black;
}
.tags-labels .tag-id-6 {
    color: red;
    border: 1px solid red;
}
.tags-labels .tag-id-5 {
    color: #7d0095;
    border: 1px solid #7d0095;
}
.tags-labels .tag-id-4 {
    color: #5C89FF;
    border: 1px solid #5C89FF;
}
.tags-labels .tag-id-3 {
    color: #C8C8C8;
    border: 1px solid #C8C8C8;
}
.tags-labels .tag-id-2 {
    color: black;
    border: 1px solid black;
}
.tags-labels .tag-id-1 {
    color: #5C89FF;
    border: 1px solid #5C89FF;
}
.privacy-panel {
    margin: 0px 0 70px;
}
.privacy-panel .content {
    margin-bottom: 40px;
    padding:0;
}
.privacy-panel .content:last-child {
    margin-bottom: 0;
}
.policysec ul {
    list-style: disc;
    padding-left: 30px;
    font-size:16px;
}
.policysec p {
    font-size:16px;
}
.privacy-panel h3,.privacy-panel h1 {
    font-weight: 500;
}
.input-field {
  background-color: white;
  box-shadow: 0px 0px 26px -3px #00000021;
  border-radius: 6px;
  padding: 10px 15px;
}
.input-field input {
  background-color: transparent !important;
  box-shadow: none;
  padding: 0;
  height: 22px;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 500;
}
.input-field label {
  color: #7e0094ee;
  font-weight: 500 !important;
}
.input-field input:-webkit-autofill,
.input-field input:-webkit-autofill:hover, 
.input-field input:-webkit-autofill:focus,
.input-field textarea:-webkit-autofill,
.input-field textarea:-webkit-autofill:hover,
.input-field textarea:-webkit-autofill:focus,
.input-field select:-webkit-autofill,
.input-field select:-webkit-autofill:hover,
.input-field select:-webkit-autofill:focus {
    border: 1px solid white;
    -webkit-text-fill-color: #4c4c4c;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus{outline: 0;}
/* custom classes css */
.font-weight-normal{
  font-weight: normal !important;
}
b, strong {
  font-weight: 500;
}
.bold{
  font-weight: 500;
}
.display-flex{
  display: flex;
}
.pl-55 {
  padding-left: 55px;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.overlay{
  background: linear-gradient(transparent, #ffffff00,#000000db);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body.customers_login{overflow:hidden;}
body.customers_login .bg{display:none;}
.customers_login .header,.customers_login footer {
    /*display: none;*/
    position: absolute;
    left: 0;
    right: 0;
}

/* .customers_login .company-logo img{
     -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();
} */
.authentication-form {
  background: #fff;
  width: 400px;
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  border: none;
}
.company-logo{padding:0 100px;}
.login-page-img{position: relative;
    margin: 70px 0 0;
    width: 100%;
    height: 100vh;
}

.hoverImg{display:none;}
.login-page-img a:hover .hoverImg{display:block;transition: all .4s;}
.login-page-img a:hover .staticimg{display:none;transition: all .4s;}


.login-page-img .brand1 img{top: 30px;
    position: absolute;
    right: 324px;
    transition: all .4s; width: 430px;}
.login-page-img .brand2 img{position: absolute;
    top: 0;
    right: -44px; width: 430px;
    transition: all .4s;}
.login-page-img .brand3 img{position: absolute;right: 100px;
    width: 430px;
    top: 290px;transition: all .4s;
 }


@media screen and (min-width:1200px) and (max-width:1400px){
.login-page-img .brand1 img{right: 310px;
    width: 400px;}
.login-page-img .brand2 img{right: -36px;
    width: 400px;}
.login-page-img .brand3 img{right: 88px;
    width: 400px;
    top: 274px;}  
}
@media screen and (min-width:1401px) and (max-width:1600px){
.login-page-img .brand1 img{right: 324px;
    width: 430px;}
.login-page-img .brand2 img{right: -44px; 
    width: 430px;}
.login-page-img .brand3 img{right: 100px;
    width: 430px;
    top: 290px;}  
}
@media screen and (min-width:992px) and (max-width:1200px){
 .login-page-img .brand1 img{right: 248px;
    width: 330px;}
.login-page-img .brand2 img{right: -32px;
    width: 330px;}
.login-page-img .brand3 img{right: 70px;
    width: 330px;
    top: 225px;}    

}

@media screen and (max-width:768px){
 .login-page-img{display: none;}
 body.customers_login{height:100vh;}
}

@media screen and (max-width: 991px){
.login-page-img {display: none;}
}

@media (min-width: 1200px){
body.customers_login .container {
    width: 1200px;
}
}


/* .login-sec{background:url(../../assets/images/login-banner.jpg) no-repeat top center;background-size:cover;height:100vh;overflow:auto;} */
@media (min-width: 992px){
    .login-sec{overflow:hidden;}
    .customers_login .login-sec{padding-top:30px;}
}
.login-section-wrapper form{margin: 100px 0 0;}
.authentication-form input {
    box-shadow: none !important;
}
.login-btn{
  padding: 13px 20px;
  border-radius: 0px;
  font-size: 2em;
  text-transform: uppercase;
}
.company-logo {
  padding: 50px 0px;
  display: block;
  padding-top:0;
}
.company-logo img {
  max-width: 160px;
  margin: 0;
  display: block;
}
.login-form .company-logo a, .login_admin .company-logo a {
    display: inline-block;
}
.authentication-form h1 {
  font-weight: 400;
  font-size: 34px;
  margin-bottom: 12px;
  color: #000000;
  text-align: left;
  text-transform: none;
}
.authentication-form .log-title p{margin-bottom: 35px;}
.list-status {
  float: none !important;
  display: inline-block;
  margin: auto;
  text-align: left;
}
@media (max-width: 991px){
  .list-status {
    display: block;
  }
  .list-status a {
      margin-bottom:15px;
  }
}
.list-status a {
  text-decoration: none;
  border: 0;
  padding: 15px;
  display: inline-block;
  width: 100%;
  background-color:#fff !important;
  border-radius: 4px;
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
  
}
.btn-success {
    padding: 20px;
}
.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
input[type="file"] {
    padding-top: 19px;
}
.s-status {
    display: inline-block;
    padding: 20px 18px;
    text-transform: uppercase;
}
.table.items thead {
    background: #989898;
    color: #fff;
    border: 0;
}

.bootstrap-select .btn-default {
  background: #fff!important;
  border: 1px solid #dddddd !important;
  box-shadow: 0px 10px 16px 0px #0000000d !important;
  -webkit-box-shadow: 0px 10px 16px 0px #0000000d !important;
    box-shadow: 0px 10px 16px 0px #000000;
  color: #494949!important;
  padding: 10px 10px;
  line-height: unset;
  height: auto;
  text-transform: inherit;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgb(0 0 0 / 50%)!important;
}
.KPIs .dropdown-menu>li>a,.KPIs .btn-default:active:hover{
    color: #f3f3f3;
}
.KPIs .dropdown-menu>.active>a,.KPIs .dropdown-menu>.active>a:focus, .KPIs .dropdown-menu>.active>a:hover{
    color: #333333;
}

.KPIs .dropdown-menu{
    background: #171717;
}
.KPIs .bootstrap-select .btn-default{
    background: #171717!important;
    color: #f3f3f3!important;
}
.bootstrap-select.open .btn-default {
  border: 0 !important;
  border-radius:6px !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #e4e8f1;
    color: #333333;
}
.dropdown-menu {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  border-radius: 6px;
  z-index: 9000;
  -webkit-box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
  border-color: #bfcbd900;
}
.input-group-addon {
  border: 0;
  background-color: #ffffff;
  color: #97a8be;
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
}
.app_dt_empty .dataTables_length, .app_dt_empty .dt-buttons, .app_dt_empty table thead {
  opacity: 1;
  position: relative;
}
.dataTables_wrapper .dt-buttons.btn-group {
  display: inline-block;
  /* box-shadow:0 1px 15px 1px rgb(90 90 90 / 18%); */
  margin-right: 20px;
  height:-webkit-fill-available;
}

.bootstrap-select{margin: 0 10px 5px 0px;}
.dataTables_filter {
  width: auto;
  margin-left:auto;
}
table.dataTable {
  clear: both;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: none !important;
  border-collapse: collapse;
  /*white-space: nowrap;*/
  overflow-x: auto;
  width: 100%;
}
.customers .dataTables_wrapper .table-responsive {
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
  border-radius: 15px;
  margin-top: 20px;
}
.dataTables_wrapper .table-shadow {
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
  border-radius: 15px;
  margin-top: 20px;
}
@media (max-width: 768px){
.dataTables_wrapper .table-responsive {
    padding: 0;
    border: 1px solid transparent;
  }
}
.dataTables_length {
  float: left;
  margin-right: 5px;
}
.admin .dataTables_wrapper .table {
  /* box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%); */
  border-radius: 15px;
  margin-top: 20px !important;
}
.admin table.dataTable thead th:last-child { 
  /*border-top-right-radius: 15px;*/
  min-width: auto;
}
.admin table.dataTable thead th:first-child {
  border-top-left-radius: 2px;
}

.admin table.dataTable thead th:nth-child(2) {
    min-width: auto;
}
table.dataTable thead th:first-child {
    min-width: auto;
}

/* .dataTables_wrapper .table-shadow {
  box-shadow: 0 1px 15px 1px rgb(90 90 90 / 18%);
  border-radius: 15px;
  margin-top: 20px;
} */

.admin .table tbody tr:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.table thead tr th {
  border: 1px solid #f0f0f0!important;
  border-left: 1px;
  border-right: 0!important;
}
/*.table tbody tr:hover {*/
/*  box-shadow: none;*/
/*  background:#fff;*/
/*}*/
.table thead tr th {
  border: 1px solid #f0f0f0!important;
  border-left: 1px;
  border-right: 0!important;
}

/*.table thead tr th:hover {*/
/*  background-color: #646161 !important;*/
/*  color: #9cb2d6 !important;*/
/*}*/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px;
 
}
.table>thead>tr>td, .table>thead>tr>th {
  padding: 15px !important;
 
}

.table thead .sorting:after, .table thead .sorting_asc:after, .table thead .sorting_desc:after, .table thead .sorting_asc_disabled:after, .table thead .sorting_desc_disabled:after {
  bottom: 15px !important;
  top: 20px !important;
  right:5px !important;
}
.table thead tr>th {
    background: transparent !important;
    color: #000000 !important;
    min-width: 76px;
}
.navbar {
  background: #ffffff !important;
  -webkit-box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18);
  box-shadow: 0 1px 15px 1px rgba(90, 90, 90, 0.18);
}
.navbar-default .navbar-nav>li>a {
  color: #7f7f7f;
  line-height: 62px;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 12px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background: 0 0;
  border-radius: 30px;
  color: #a9a9a9;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background: 0 0;
  color: #bdbdbd;
}
/*.admin .nav>li:last-child {*/
/*  margin-bottom: 30px;*/
/*}*/
/* width */

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}
/* margin padding */

.m-0 {
    margin: 0 !important;
  }
  
  .mt-0,
  .my-0 {
    margin-top: 0 !important;
  }
  
  .mr-0,
  .mx-0 {
    margin-right: 0 !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .ml-0,
  .mx-0 {
    margin-left: 0 !important;
  }
  
  .m-1 {
    margin: 0.25rem !important;
  }
  
  .mt-1,
  .my-1 {
    margin-top: 0.25rem !important;
  }
  
  .mr-1,
  .mx-1 {
    margin-right: 0.25rem !important;
  }
  
  .mb-1,
  .my-1 {
    margin-bottom: 0.25rem !important;
  }
  
  .ml-1,
  .mx-1 {
    margin-left: 0.25rem !important;
  }
  
  .m-2 {
    margin: 0.5rem !important;
  }
  
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
  }
  
  .mr-2,
  .mx-2 {
    margin-right: 0.5rem !important;
  }
  
  .mb-2,
  .my-2 {
    margin-bottom: 0.5rem !important;
  }
  
  .ml-2,
  .mx-2 {
    margin-left: 0.5rem !important;
  }
  
  .m-3 {
    margin: 1rem !important;
  }
  
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .mr-3,
  .mx-3 {
    margin-right: 1rem !important;
  }
  
  .mb-3,
  .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .ml-3,
  .mx-3 {
    margin-left: 1rem !important;
  }
  
  .m-4 {
    margin: 1.5rem !important;
  }
  
  .mt-4,
  .my-4 {
    margin-top: 1.5rem !important;
  }
  
  .mr-4,
  .mx-4 {
    margin-right: 1.5rem !important;
  }
  
  .mb-4,
  .my-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .ml-4,
  .mx-4 {
    margin-left: 1.5rem !important;
  }
  
  .m-5 {
    margin: 3rem !important;
  }
  
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }
  
  .mr-5,
  .mx-5 {
    margin-right: 3rem !important;
  }
  
  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }
  
  .ml-5,
  .mx-5 {
    margin-left: 3rem !important;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .m-auto {
    margin: auto !important;
  }
  
  .mt-auto,
  .my-auto {
    margin-top: auto !important;
  }
  
  .mr-auto,
  .mx-auto {
    margin-right: auto !important;
  }
  
  .mb-auto,
  .my-auto {
    margin-bottom: auto !important;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
      margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
      margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
      margin-left: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
      margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
      margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
      padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
      padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
      padding-left: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
      padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
      padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
      padding-left: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
      padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
      padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
      padding-left: 3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
      margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
      margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 768px) {
    .m-md-0 {
      margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
      margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
      margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
      margin-left: 0 !important;
    }
    .m-md-1 {
      margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .m-md-2 {
      margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .m-md-3 {
      margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
      margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
      margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
      margin-left: 1rem !important;
    }
    .m-md-4 {
      margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .m-md-5 {
      margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
      margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
      margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
      margin-left: 3rem !important;
    }
    .p-md-0 {
      padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
      padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
      padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
      padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
      padding-left: 0 !important;
    }
    .p-md-1 {
      padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .p-md-2 {
      padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .p-md-3 {
      padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
      padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
      padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
      padding-left: 1rem !important;
    }
    .p-md-4 {
      padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .p-md-5 {
      padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
      padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
      padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important;
    }
    .m-md-auto {
      margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
      margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
      margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
      margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 992px) {
    .m-lg-0 {
      margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
      margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
      margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
      margin-left: 0 !important;
    }
    .m-lg-1 {
      margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .m-lg-2 {
      margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .m-lg-3 {
      margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
      margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .m-lg-4 {
      margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .m-lg-5 {
      margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
      margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .p-lg-0 {
      padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
      padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
      padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
      padding-left: 0 !important;
    }
    .p-lg-1 {
      padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .p-lg-2 {
      padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .p-lg-3 {
      padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
      padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
      padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
      padding-left: 1rem !important;
    }
    .p-lg-4 {
      padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .p-lg-5 {
      padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
      padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
      padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important;
    }
    .m-lg-auto {
      margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
      margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
      margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
      margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  
  @media (min-width: 1200px) {
    .m-xl-0 {
      margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
      margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
      margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
      margin-left: 0 !important;
    }
    .m-xl-1 {
      margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .m-xl-2 {
      margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .m-xl-3 {
      margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
      margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .m-xl-4 {
      margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .m-xl-5 {
      margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
      margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .p-xl-0 {
      padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
      padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
      padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
      padding-left: 0 !important;
    }
    .p-xl-1 {
      padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .p-xl-2 {
      padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .p-xl-3 {
      padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
      padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
      padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
      padding-left: 1rem !important;
    }
    .p-xl-4 {
      padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .p-xl-5 {
      padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
      padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
      padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
      padding-left: 3rem !important;
    }
    .m-xl-auto {
      margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
      margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
      margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
      margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  
  
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
.customer-info{
    min-height: 450px;
}
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
    .modal-xl {
        width:90%;
        max-width: 1200px;
    }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.btn-sms-contact img{
    width: 30px;
    position: relative;
    right: -6px;
    cursor: pointer;
}

#user-number{
  height: auto;  
  color: #717171 !important;
}

.ajax-remove-values-option .ajax-clear-values{
    top: 23px;
    right: 43px;
}

.color-pallet-div div.checkbox-primary{
  width: 190px;
}  

.color-pallet-div .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{
  margin-left: 0px;
}


.font-medium-xs{
  word-break: break-all;
}


.graph-parent{
  height: 300px;
  margin: 0 auto;
}

.g__main__container{
    /*display: block;
    position: relative;
    width: 100%;*/
}

.g__main__container .item{
padding: 0px 10px 0 0;
    margin-bottom: 10px;
}
.g__main__container .item .agents-cards b.numbers{font-size: 20px;}

.agents-cards{
   width: 100%;
    border-radius: 18px;
    padding: 15px;
    background: #171717;
    color: #ffffff;
    /* border: 4px solid #1e1e1e; */
    min-height: 400px;
}
.agents-cards .ag_name{display: inline-block;
    width: 65%;
    vertical-align: middle;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    padding-right: 15px;}
.agents-cards .ag_name h2{font-size: 22px;
    margin: 0 0 10px;}
.agents-cards .ag_name h4.ag_des{
    color: #50e3f0;
    margin: 0;
    font-size: 16px;
}
.ag_stat{}
.ag_stat h3{font-size: 20px;
    margin: 10px 0;}
.ag_stat h4{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    padding-bottom: 10px;
}
.ag_stat h4.h4-sales-achieved{padding-bottom: 0px;line-height: 1.5;}
.ag_stat h4 span{
    font-size: 22px;
}

.graph{
    width: 100%;
    height: 200px;
}

.font-medium-xs{
  word-break: break-all;
}

.agents-cards .ag_img{
    float: right;
    width: 35%;
    text-align: right;
}

.agents-cards .ag_img img{
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

.agents-cards .graph div{
    width: 100%; height: 100%
}

.progress span{

}

.KPIs .progress .progress-bar{
    background-image: linear-gradient(to right, #6dc8dd, #4dabcd, #358ebc, #2a70a8, #2c5390);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 0px;
}

.KPIs .sale-target{font-size: 30px;}
.KPIs .sale-value{font-size: 85px;font-weight:500;}
/*.agents-cards .h4-sales-achieved{font-size: 25px;}*/
.KPIs .symbol{font-size: 30px;}

/* Wahid Code */
.sms-img {
  background: url(../images/sms-icon-white.png) no-repeat;
  margin-right: 10px;
}
.sms-img:hover {
  background: url(../images/sms-icon-black.png) no-repeat;
}
/* End */


.monthly-achive label,.monthly-target label{
    font-size: 16px;
    color: #8c8c8c;
}
.monthly-achive .rate,.monthly-target .rate{
    font-size: 20px;
    color: #7d0095;;
}
.chart-list p:first-child {
        display: inline-block;
        font-size: 12px;
        color: #8c8c8c;
    }
    .chart-list p:last-child {
        display: inline-block;
        float: right;
        font-size: 12px;
        color: #7d0095;
    }
@media(min-width:1440px){
    .chart-list p:first-child {
        font-size: 13px;
    }
    .chart-list p:last-child {
        font-size: 14px;
    }
}

/*Custom portal css*/

.project-home .projects-status{
    width: 30%;
}
.project-home .projects-status h3{
    margin-top: 0;
}
.project-home .projects-status a {
    margin-bottom: 30px;
    padding: 15px;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.customer-img .c-profile{  
    border-radius: 50%;
    height: 150px;
    width: 150px;
    margin-bottom:20px;
    object-fit: cover;
    box-shadow: 0px 5px 10px -3px #c1c1c1;
}
@media(min-width:991px){
    .profile-box{
        position:relative;
        top:-140px
    }
    .profile-box .custom-box{
        position:relative;
        bottom:-145px
    }
    .content-box{
        position:relative;
        top:-120px
    }

}
@media(max-width:991px){
    .project-home .projects-status{
        width: 49% !important;
        display: inline-block;
    }
}
.profile-box .online{
    background-color: #00e000;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    box-shadow: inset 0px 0px 2px 0px #00000061;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 15px;
}
.profile-box .username{
    font-size: 22px;
    color: #5C89FF;
    font-weight: 700;
}
body.KPIs.page-small.show-sidebar #wrapper {
    margin-left: 0;
    overflow:hidden;
}
body.hide-sidebar:not(.show-sidebar) #wrapper{overflow:hidden;}
#mobile-search{display:none;}
@media(max-width:767px){
    ._buttons .btn, ._buttons .btn-group{text-align:center;}
    .cover-img img{
        top: -34px !important;
        margin-left: calc(-50.6vw + 50%) !important;
        height: 300px !important;
    }
    .profile-box .profile-info{
        display: inline-block;
        text-align: left;
    }
    .profile-box .profile-wrap{
        text-align: center;
    }
}
.radius-50px{
    border-radius: 6px;
}
.btn-secondary {
    background: #5c89ff;
    color: white;
}
.cover-img img{
    width: 100vw;
    margin-left: calc(-50.3vw + 50%);
    position: relative;
    top: -20px;
    object-fit: cover;
    height: 400px;
}
.cover-img{
    position: relative;
}
.cover-img .fa-edit{
    position: absolute;
    bottom: 40px;
    right: 0;
    color: white;
    font-size: 30px;
    z-index: 9999;
}
.customer-img{
    position: relative;
    margin: auto;
    width: 150px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    top: -10px;

}
#greeting {
    text-align: center;
    color: #000000;
}

/*rabia*/
.chart-list p.title{width: 100%;padding-bottom:10px;text-align: center;color:#282828;font-size: 12px;border-bottom: 1px solid #eee;}
.chart-list p.title i{display: block;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    color: #282828;display:none;}
.total-column .panel-body {padding: 40px 15px;}    
/* .finance-summary{padding-top: 25px;} */
.invoice-sec .simple-bootstrap-select{padding-bottom: 20px;}
.invoice-sec .total-column{margin-bottom: 10px;}
.invoice-sec{position: relative;}
#invoices_total .simple-bootstrap-select .bootstrap-select .btn-default{padding: 20px 10px !important;}
.simple-bootstrap-select .bootstrap-select .btn-default{padding: 20px 10px !important;}
/*.currency-dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner{font-size: 18px;}*/
.currency-dropdown.bootstrap-select .dropdown-toggle .filter-option-inner-inner small{font-size: 14px;}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{color:#000;}
a.view-all-btn{
    background: linear-gradient(rgba(125,0,149,1) 34%, rgba(95,124,245,1) 100%);
    width: auto;
    padding: 12px 20px;
    margin: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 6px;}
.activity-user{text-transform: capitalize;font-size: 15px;}
.projectName{font-size: 15px;}
.feed-item .text-has-action {
    padding-top: 6px;
    display: inline-block;
    border-bottom: 0;
    border-top: 1px dashed #bbbbbb;
}
.table-invoices thead th.inv-firstTh:first-child{width: 200px;}

.home-activity ul li{border-right: 1px solid #eee;width: 25%;}
.dashboard #widget-user_data ul.pagination li{display:inline-block;width: auto;}
.home-activity ul li:last-child{border-right: none;}
.home-activity ul{padding-top: 0px!important; width:100%;}
.projects-activity .activity-feed { padding: 0 15px;}
.analytics_heading{color: #fff;font-size: 30px;text-align: center;margin: 20px 0;}
.lead-modal .activity-feed .feed-item:last-child{border:none;}
.lead-modal .activity-feed .feed-item{border:none;}
.horizontal-scrollable-tabs .scroller{border:none; padding: 10px 5px !important;}
@media(max-width:480px){
    .dataTables_empty, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length label{white-space:break-spaces;}
    .home-activity ul li {
        border-right: none;
    }
    .dt-page-jump .dt-page-jump-select{float:none;margin-left:0;}
    .user-data .horizontal-scrollable-tabs .scroller {
        border-top: 0!important;
        padding: 9px 6px;
        border-bottom: none;
    }
    .horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal>li {
        width: 120px;
    }
    div.dataTables_wrapper div.dataTables_paginate{padding:0;}
}
@media (max-width:1199px) and (min-width:1024px){
.KPIs .sale-value {font-size: 42px;}
.KPIs .agent_name h2{font-size: 24px;}
  
}
@media (max-width:1299px) and (min-width:1200px){
.KPIs .sale-value {font-size: 48px;}
.top_stats_wrapper{padding: 5px 10px 10px 10px;} 
}

@media (max-width:1320px) and (min-width:1201px){
#widget-top_stats .col-lg-3 {width: 50% !important;}
}

@media (max-width:1455px) and (min-width:1300px){
.KPIs .sale-value {font-size: 58px;}
}
@media (max-width:1600px) and (min-width:1455px){
.KPIs .sale-value {font-size: 72px;}
.KPIs .agent_name h2{font-size: 28px;}
  
}
@media (max-width:1455px) and (min-width:1200px){
 .KPIs .agent_name h2{font-size: 26px;}   
}
@media (max-width:1024px) and (min-width:991px){
.KPIs .g__main__container .item.col-md-4 {width: 50%;} 
.KPIs  .col-md-3 {width: 30%;}
.KPIs  .col-md-9 {width: 70%;}
.KPIs .sale-value {font-size: 68px;}
}
@media (max-width:767px) and (min-width:480px){
.agents-cards .ag_img {text-align: left;height: 150px;} 
}

@keyframes bounceIn {
   0% {
      transform: scale(0.7);
   }
   50% {
      opacity: 1;
      transform: scale(1.1);
   }
   100% {
      transform: scale(0.7);
   }
}
.bounceIn {
    display: inline-block;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
 }
.bounceSlow{display: inline-block;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;} 
    
    
    .brief-modal-center .modal-body {
    text-align: center;
}
.modal-body{background: #f3f6f9;}

.brief-modal-center .btn-gradient {
    padding: 10px 45px !important;
    border-radius: 10px;
}

.brief-modal-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) !important;
}
@media(min-width:768px){
     .brief-modal-center {
        width: 500px;
    }  
    #files-upload span {
        font-size: 40px;
    }
    .dropzone .dz-message{margin-top:25px;}
}
.brief-modal-center .modal-header {
    text-align: center;
}

.brief-modal-center p {
    font-size: 20px;
}

#task_view_description p::-webkit-scrollbar {display: none;}
#task_view_description p {overflow: auto;}
.table-responsive::-webkit-scrollbar {height: 6px;width: 6px;border: 1px solid #d5d5d5;}
.invoices_payment_btns{} 
.invoices_payment_btns .left{float: left;} 
.invoices_payment_btns .right{float: right;} 
.custName{margin-bottom: 20px;}
.custName span{display: inline-block;} .custName address{display: inline-block;margin-bottom: 0px;}
.user-data .home-activity i.menu-icon{margin-right: 10px;width: auto;}
.user-data .home-activity .nav.nav-tabs>li>a{padding: 12px 5px;text-align: justify;}
.custSummary_overview .panel_s .panel-body{text-align: center;}
.panel_s .panel-body{    background: #f3f6f9;box-shadow:none !important;border-radius: 6px;}
.projectSummary .table thead tr>th:nth-last-child(4),
.taskSummary .table thead tr>th:nth-last-child(3),
.invoiceOverview .table thead tr>th:nth-child(1){min-width: 140px;}

.t_boldName{font-size: 14px !important;font-weight: 500;}
.projectStatusLabel,.label-tag {font-size: 14px;padding: 8px 12px;margin-top: 0;}
.label-tag.green{color: #59c82b;border: 1px solid #59c82b;}
.label-tag.blue{color: #0984e3;border: 1px solid #0984e3;}
.label-tag.pink{color: #e548b6;border: 1px solid #e548b6;}
.logoColor{color: #59c82b;}
.webColor{color: #0984e3;}
.animationColor{color: #e548b6;}

@media (max-width:420px){
  .invoices_payment_btns .left{float: right;margin-bottom: 8px;}   
}
@media (max-width:320px){
.invoices_payment_btns .right a{padding: 20px 7px !important;}
.invoices_payment_btns .right a.mleft10 {margin-left: 5px !important;}
.invoice_btnOptions .btn-default{padding: 16px 13px !important;}
.small-logo img {height: 40px;}
.hide-menu {padding: 15px 15px 10px;}
}
@media (max-width: 768px){
.admin #wrapper {top: 60px;}
}

/*custom order css*/
.custom-style .left {
    width: 200px;
    display: block;
    font-weight: 500;
}
.custom-style .right {
    width: 245px;
    display: inline-block;
    float: right;
    position:relative;
    top:-25px;
}
.custom-style {
    width: 450px;
    line-height: 2;
}
.custom-style .right div {
    position: unset !important;
}

.gifimg{
    position: absolute;
    top: -60px;
    right: -20px;
    width: 50%;
}

.navbar-nav>li>.btn-gradient {
    line-height: 1.2 !important;
    padding: 15px 20px !important;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px !important;
}

body.login_admin{overflow-x: hidden;}
body.login_admin .login-section-wrapper{margin-top:0px !important;}
@media(max-width:500px){
    body.login_admin .login-section-wrapper{padding: 0 40px;}
     .res-cta .btn:first-child{margin-bottom:20px;}
}
@media(max-width:610px){
    .res-cta{float:none !important;}
    .res-cta .btn{float:none !important;}
   
}
body.login_admin .login-section-wrapper form { margin: 0px 0 0;}
body.login_admin .login-img{height: 100vh;width:100%;}

.pdf-logo{width:100px;}

.login_admin .input-field{background:none;box-shadow: none;padding:0;margin-bottom: 30px;} 
.login_admin .input-field label{color:#000000;font-size:12px;font-weight: 400 !important;}
.login_admin .input-field input{border: 1px solid #eee;
  height: 44px;
  padding-left: 12px;font-size:14px !important;font-weight: 400;border-radius: 6px;}
.login_admin .input-field input:focus{border: 1px solid #eee !important;}
.login_admin .input-field input:hover{border: 1px solid #eee !important;}

.login_admin label[for="remember"]{font-size:16px;}
.login_admin .forget-pass a{color:#5C89FF;font-size:16px;}
.login_admin button[type="submit"]{height:45px;background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee) !important;font-weight: 400;
  font-size: 16px;}



#top_search input:focus{border-radius: 6px;}
.user-name-wrap{display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  font-size: 14px;}
  .user-name-wrap:hover{color:#0274dd;cursor:pointer;}
.navbar-nav>li>.profile{display: inline-block;}


.menu-item-sales ul li a{color:#000 !important;}
#side-menu li .nav-second-level li a:hover{background:#fff !important; color:#000 !important;}
#side-menu li.active.menu-item-dashboard{background: #fff !important;margin-top:0;}

#side-menu li.active:not(.menu-item-dashboard)>a{color:#fff;border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}
    #side-menu li.active>a{background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee);color:#fff !important;}
    #side-menu li.active{padding:10px 0;}

#side-menu li.dashboard_user{display:none;}

.login-page-right-portion .relative{position:relative;}
.login-page-right-portion .relative .log-right-txt{position:absolute;top: 58%;color:#fff;left:0;padding:0 80px 0 0;z-index:9;}

.login-page-right-portion .relative .log-right-txt h2{font-size:35px;margin-bottom:30px;font-weight:600;}
.login-page-right-portion .relative .log-right-txt h4{font-size:25px;}
.login-page-right-portion .relative .overlay{width:100%;}

body.login_admin:before{content:"";background:url("../images/bg-login.png");position:absolute;height:100%;width:50%;top:0;background-size: cover;background-repeat: no-repeat;}

body.login_admin:after{    content: "";
  background: linear-gradient(transparent, #ffffff00,#000000db);
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}
.leads-stats .lead-view{height:100px;text-align:center;    box-shadow: 0px 10px 16px 0px #0000000d;
  border: 1px solid #dddddd;background:#fff;    border-radius: 6px;}

  .bootstrap-select .btn-default[aria-expanded=true]{
    border-bottom-right-radius: 50px;}
    .custSummary_overview .panel-body {background:#fff;height:100px;box-shadow: 0px 10px 16px 0px #0000000d;
      border: 1px solid #dddddd;}

      .projects-summary .panel-body{background:#fff;    box-shadow: 0px 10px 16px 0px #0000000d;
        border: 1px solid #dddddd;}
 .login_admin .authentication-form .form-group button[type="submit"].btn.btn-gradient {
          border-radius: 6px !important;
      }

      @media(min-width:0) and (max-width:991px){
       
        body.login_admin:before{content:none;}
        body.login_admin:after{content:none;}
    }
    @media(min-width:991px) and (max-width:1200px){
      body.login_admin:before{content:none}
     body.login_admin:after{content:none}
     .login-page-right-portion{display:none !important;}
     

 }
 @media(min-width:0px) and (max-width:1200px){
  body.customers_login:before{content:none !important;}
 }

 #project-files-upload .dz-default.dz-message{margin-top:100px;}
#project-files-upload .dz-default.dz-message:before{position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  background: url(../images/upload-01.png);
  background-size: cover;
  top: 10px;
  left: 45%;}
  
  
  #setup-menu li .nav-second-level li.active a{ background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee);
}

#setup-menu li.active>a{background-color: #fff !important;color:#000 !important;}
#setup-menu li:first-child{border-bottom: 1px solid #fff !important;}


#setup-menu li>a.active, #setup-menu li>a:active, #setup-menu li>a:focus, #setup-menu li>a:hover{background-color: #fff !important;color:#000 !important;}


.btn-info{ background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee);
}
.dropdown-menu.open {border-radius:6px;}
.input-group-select .input-group-addon,.input-group-addon:last-child{border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: none;
    border: 1px solid #dddddd;border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;}
    .user-data .home-activity .nav.nav-tabs{border-radius: 6px;
    background:none !important;}

.home-activity ul li{margin:auto 0;}
.user-data .horizontal-scrollable-tabs .scroller{padding: 15px 5px 0px 5px !important;}
#side-menu li.active.menu-item-dashboard a:hover i{color:#000 !important;}
.dropdown.bootstrap-select.form-control.bs3 {
    background: none;
    box-shadow: none;
}
form#quick-customer-form input{border-radius:6px;}
.input-group-addon:last-child{border-radius:6px;}
.input-group.inv-prefix input{border:2px solid #dddddd;border-radius:6px !important;}
.input-group.inv-prefix input:focus{border:1px solid #03a9f4;}
.btn-group.dropup .invoice-form-submit + .dropdown-toggle{border-radius:6px;}
.btn-group.dropup .invoice-form-submit + .dropdown-toggle span{color:#fff !important;}



/*****************Icomoon icons********************/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?hsq6by');
  src:  url('fonts/icomoon.eot?hsq6by#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hsq6by') format('truetype'),
    url('fonts/icomoon.woff?hsq6by') format('woff'),
    url('fonts/icomoon.svg?hsq6by#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left-arrow:before {
  content: "\e900";
}
.icon-up-arrow:before {
  content: "\e901";
}
.icon-down-arrow:before {
  content: "\e902";
}
.icon-right-arrow:before {
  content: "\e903";
}
.icon-customer:before {
  content: "\e987";
}
.icon-dashbard:before {
  content: "\e988";
}
.icon-leads:before {
  content: "\e989";
}
.icon-projects:before {
  content: "\e98a";
}
.icon-reports:before {
  content: "\e98b";
}
.icon-sales:before {
  content: "\e997";
}
.icon-setup:before {
  content: "\e9ad";
}
.icon-support1:before {
  content: "\e9ae";
}
.icon-tasks:before {
  content: "\e9af";
}
.icon-utilities:before {
  content: "\e9b0";
}
.icon-email:before {
  content: "\e908";
}
.icon-telephone:before {
  content: "\e909";
}
.icon-placeholder:before {
  content: "\e90a";
}


p.user-name-wrap:after{content:"\e904";font-family: 'icomoon';vertical-align:middle;margin-left:10px;    color: #000;
  font-weight: bold;

}

body.customers_login nav{display:none;}
body.customers.customers_login footer{display:none;}

body.customers_login .company-logo{padding:0 ;padding-bottom:50px;}
body.customers_login .login-section-wrapper form{margin-top:00px;}

body.customers_login .input-field{box-shadow:none;    padding: 8px 0;}
body.customers_login .input-field input{    border: 1px solid #eee !important;
  height: 44px;
  padding-left: 12px;
  font-size: 14px !important;
  font-weight: 400;
  border-radius: 6px;}

  body.customers_login  .input-field label{color:#000000;font-size:12px;font-weight: 400 !important;}

  body.customers_login .checkbox label{color:#000000 !important;font-size:16px;}
  body.customers_login button[type="submit"] {height:45px !important; padding:0 !important;font-size:16px !important;}

  a.bold{color:#5C89FF !important;font-size:16px;font-weight:400;}
a.bold:hover{text-decoration:underline;}

body.customers_login:after {
  content: "";
  display:block;
  background: linear-gradient(transparent, #ffffff00,#000000db);
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}
body.customers_login:before {
  content: "";
  background: url(../images/bg-login.png);
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown.bs3-has-addon.open button{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}  

textarea.form-control{padding-top:20px;}
ul.tagit input[type=text]{padding:20px !important;box-shadow:none !important;}
input[type="search"]{border:none;}
input[type="file"]{border:none;box-shadow:none !important;background:none;}
button.btn.btn-default.btn-default-dt-options.btn-dt-reload {border-radius: 50%;
  padding: 0 25px !important;}
.btn-danger:hover{color:#fff !important;    box-shadow: 1px 1px 12px 0px #888888;
    border-color:transparent ;}

.btn-info:hover{color:#fff !important;    border-color: transparent;}
/*div.dataTables_wrapper div.dataTables_length:before{content:"🢓";top:17px;font-size:35px;position:absolute;left:65px;bottom:2px;}*/
li.menu-item-dashboard {margin-top:20px;}
#side-menu li .nav-second-level li.active{padding:0;    padding-left: 10px;}
#side-menu li .nav-second-level li.active a{padding:5px 12px;}
#side-menu li.active a:hover i{color:#000;}
.header-user-profile .dropdown-menu {border-radius:6px !important;}
.quick_customer .input-discount-percent{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}
a[data-target="#client_zip_invoices"]{margin-left:8px;}

.customer-profile .customer-tabs{display:flex;box-shadow: none;justify-content: space-between;flex-wrap: wrap;}
.customer-profile .customer-tabs li {
  margin: 6px;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow:0 1px 15px 1px rgb(90 90 90 / 18%);
}
.customer-profile .customer-tabs li a{border:none !important;}
.customer-profile .customer-tabs li:hover{box-shadow:1px 1px 12px 0px #888888;}
._filter_data.open .dropdown-menu {border-radius:6px;}
#side-menu.nav>li>a:focus{background-image: linear-gradient(to left, #0b61d5, #0077de, #008be1, #009de0, #00aedd, #2ab3de, #3fb9de, #50bedf, #4fbbe4, #52b7e8, #58b3ec, #62afee);color:#fff !important;}
@media(min-width:769px) and (max-width:1100px){#top_search {
  width: 280px;}
}
#side-menu li.active a:focus i{color:#fff !important;}

.dashboard .top_stats_wrapper{background: #f3f6f9;box-shadow:none;}
.reports.leads .panel_s>.panel-heading{border:none;border-bottom:1px solid #eee;border-top-right-radius:20px;border-top-left-radius:20px;}

.dropdown-menu{border-radius:6px;}

.btn-danger._delete{border-radius:6px !important;}

.input-group.inv-prefix span{border-radius:6px;background: none;box-shadow: none;border:none;}
ul.tagit li.tagit-choice{border-radius:6px;}


.btn-bottom-toolbar .btn-group button:nth-child(1){border-radius:0 !important;border-top-left-radius:6px !important;border-bottom-left-radius:6px !important;width:120px;}
.btn-bottom-toolbar .btn-group button:nth-child(2){border-radius:0 !important;border-top-right-radius:6px !important;border-bottom-right-radius:6px !important;width:60px;background: #0077de;}
.input-group-select ._select_input_group.open button{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}
.input-group-select ._select_input_group button{border-right:none !important;}
.input-group.date input.datepicker{border-right:0;}
ul.tagit li.tagit-choice-editable{margin:12px 5px;}
.form-control{padding:6px 22px;}
.input-group-addon{border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;}
.input-group input[name="item_group_name"]{border-radius:6px !important;}
.project .project-top-panel{margin:10px 0;}
.customers .dropzone .dz-message{margin-top:100px;}
.customers .dropzone .dz-message:before{content:"";background: url(../images/upload-01.png);height: 100px;width: 100px;position: absolute;top: 15px;background-size: contain;background-repeat: no-repeat;left: 45%;}
.customers .dropzone .dz-message span{font-size:25px !important;}
.panel-footer.attachments_area.open-ticket-attachments-area {border:none; border-radius:30px;margin-top:25px;}
.panel-heading.text-uppercase.open-ticket-subject {
    background: #f3f6f9;
    border: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-left: 20px;
}
.onoffswitch-checkbox:checked+.onoffswitch-label, .onoffswitch-checkbox:checked+.onoffswitch-label:before, .radio-success input[type=radio]:checked+label::before {
  border-color: #49bcdf;
}
.bg-success, .onoffswitch-checkbox:checked+.onoffswitch-label, .progress-bar-success, .radio-success input[type=radio]+label::after, .radio-success input[type=radio]:checked+label::after {
  background-color: #49bcdf;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
     border-top-left-radius: 6px; 
     border-bottom-left-radius: 6px; 
}
.customers .panel-heading.project-info-bg.no-radius {background:none !important;border:none;padding-left:0;}
.customers div.dataTables_wrapper div.dataTables_length:before{left:55px;}
.tasks-page .panel-body .panel-body{background:#fff !important;height:150px;border:1px solid #dddddd;}
.tickets-page .panel-body .panel-body{background:#fff !important;border:1px solid #dddddd;}
.invoices-total-manual #invoices_total .panel-body{background:#fff !important;border:1px solid #dddddd;}
.quick_customer .accounting-template .row:nth-child(3) .col-md-4:nth-child(2){display:none;}
.quick_customer .accounting-template .inv-prefix{width:100%;}
.quick_customer .invoice-items-table thead tr th:nth-child(4){display:none;}
.quick_customer .invoice-items-table tbody tr td:nth-child(4){display:none;}
.invoices .invoice-items-table thead tr th:nth-child(4){display:none;}
.invoices .invoice-items-table tbody tr td:nth-child(4){display:none;}
.customers footer{position:fixed;bottom:0;}
.tasks-table .panel-body{background:#fff !important;height:150px;border:1px solid #dddddd;}
.tickets_filters ~ .mbot15 .panel-body{background:#fff !important;border:1px solid #dddddd;}
.dashboard #weekly_payments .dropdown {display:none;}
.dashboard #yearly_payments .dropdown {display:none;}

#header .dropdown.notifications-wrapper span{
    font-family: monospace !important;
}
#widget-tickets_chart .panel-body{overflow:hidden;}
ul#top_search_dropdown {width:100%;}

.table .alert-info {
    background: #f3f6f9 !important;
}

.invoice-status-7{
  color: #28b8da;
  border: 1px solid #28b8da;
}