p,h1,h2,h3,h4,h6,strong,span,input,button,li,a,label,th{
	font-family: 'Poppins', sans-serif !important;
  /*font-weight: 600 !important;*/
}
p,strong,span,input,button,li,a,label,th{
  font-size: 10px !important;
}
th{
  font-weight: 700 !important;
}
.search::placeholder{
  color:#d9d9d9 !important;
}
.fade_page{
            animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
.link a span {
  font-size: 12px !important;
}
.selected_row .blue_margin{
        border-left: 10px solid rgb(4, 198, 201) !important; 
    }
.blue_margin{
        border-bottom-left-radius: 10px !important;
        border-top-left-radius: 10px !important; 
  }
  .right-column{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

.font-table{
  font-weight: bold !important;
}
.font-color{
  /*color: #000 !important;*/
}
.fs-heading{
  font-weight: bold !important;
  font-size: 10px !important;
 /* color: #000;*/
}
.fs-p{
  font-size: 9px !important;
}

button{
  outline:none;
}
.form-control:focus {
    color: #000 !important;
}
.search{
  font-family: 'Poppins', sans-serif;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration-color: #000; 
}
.menu-list,.icon-power{
	color: #fff;
}
.active2{
  border-bottom: 1px solid #7DE81A; !important;
  color: green !important;
}
.active2 a span{
  color:#7DE81A !important;
}
.metismenu li{
	margin-bottom: 20px !important;
	border-bottom: 1px solid;
}
.sidebar-nav{
	margin: 0 20px !important;
}
.user-account .dropdown{
	margin-left: 0 15px !important;
}
.user-account{
	margin: 10px 10px 40px 10px !important;
}
input{
	background: #fff !important;
}
.switch2 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch2 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider2 {
  background-color: #7DE81A;
}

input:focus + .slider2 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider2:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider2.round {
  border-radius: 24px;
}

.slider2.round:before {
  border-radius: 50%;
}
.criteria_btn{
  padding: 7px 15px;
  border:none;
  outline: none;
  border-radius: 20px;
  margin-bottom: 10px;
}
.border_22{
  border:none !important;
 /* border-bottom: 1px solid #e9e7e7 !important;*/
}
.border_22 td{
 border-bottom: 1px solid #e9e7e7 !important;
 border-top: 1px solid #e9e7e7 !important;
}
.adjbtn{
  width:55px; height: 22px; border-radius: 15px;
  background-color: #fff;
  color: grey; 
  border: 1px solid #e9e7e7 ;
  font-size: 9px !important;
}
.adjbtn2{
  width: 100px; height: 25px; border-radius: 15px;
  background-color: #fff;
  color: grey; 
  border: 1px solid #e9e7e7 ;
  font-size: 9px !important;
}
.adjbtn4{
  width: 120px; height: 25px; border-radius: 15px;
  background-color: #fff;
  color: grey; 
  border: 1px solid #e9e7e7 ;
  font-size: 9px !important;

}
#cat_table_2 tbody tr td{
  padding: 0.75em 0.25em !important;
  /*border-bottom: 1px solid #e9e7e7 !important;*/
}
.chatapp_body{
  margin-right: 0px !important;
  margin-left: 0px !important;
  border-radius: 20px;
  background: #fff;
}
.grp_btn{
    background: #fff;
    border: none;
    height: 40px;
    border-radius: 10px;
}

 .scroll-hide{
    max-height: 500px;
    overflow: auto;
     overflow: -moz-scrollbars-none;
     border-radius: 20px !important;
     height: auto;
}
.scroll-hide-left{
    max-height: 500px;
    overflow: auto;
     overflow: -moz-scrollbars-none;
     border-radius: 20px !important;
     height: auto;
}
/*.scroll-hide::-webkit-scrollbar { 
  width: 0 !important;
  display: none; 
}*/
.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 0px;
}
.pagination li{
    display: inline;
    border-radius: 0px !important;
}
.pagination li a{
    padding: 5px 10px;
   /* border-radius: 5px;*/
    cursor: pointer;
    color: #58748B;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
/*////////////scroll bar////////////////*/
.scroll-hide::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


.scroll-hide::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.scroll-hide::-webkit-scrollbar-thumb {
  background: #e1e3e1; 
}


.scroll-hide::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.scroll-hide-left::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


.scroll-hide-left::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.scroll-hide-left::-webkit-scrollbar-thumb {
  background: #e1e3e1; 
}


.scroll-hide-left::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.spinner_button{
  /*margin: 100px auto;*/
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  margin-top: -20px;
  margin-left: 10px;

}

.spinner_button > div{
   background-color: #333;
  height: 100%;
  width: 3px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

    .spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}


.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}


.spinner .rect2, .spinner_button .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3, .spinner_button .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4, .spinner_button .rect4{
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5, .spinner_button .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
