.bg-red{background: red !important}
.bg-green{background: green}
.bg-light-grey{background: #e6e6e6}

/*****************/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
    width: 19px;
    left: 3px;
    bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:#00a65a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/********************/
#adv_id{display: none}
#com_contact_id{display: none}
.cat_tag{font-size: 13px;font-weight: 600;color:red;}
.chk{width: 20px;height: 20px}
.btrow{border-bottom:1px solid grey;width: 100%}

/**********CUSTOM***********/
.bgred{background: red}
.bgrblue{background:#13639e}
.bgrpup{background:#a70966}
.bglime{background: lime}
.bgviolet{background: #609}
.paging{background: #d8d5d5;padding: 7px 9px;color: #000;font-weight: 600;}
.paging:hover{background-color: red;color:#fff}
.pageactive{padding: 7px 9px;
  background-color: #F34436 !important;
  color: #fff !important;
}
/**********color***********/
 .colorred{color:red;}
.colorwhite{color:white;}
.hider{display: none}
 #video_type_id{display: none}

.spaceBarBorder {background-color: #FFF;border:1px solid #51c5f5;height:23px}
.spaceBarBorder:hover{background-color:#d7d7d72b}
.spaceBar span{padding: 0 0 0 5px; font-size: 9px;}
.spaceBar{width:100%;background-color: red;border:1px solid #FFF;color:#FFF;height: 21px}

