.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus{
background-color: #c82333 !important;
}

.select2-container{
width: 100% !important;
} 

.adj{
min-height: calc(100vh - 160px) !important;
}

table.dataTable tbody th, table.dataTable tbody td{
line-height: 30px;
}

.elip{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.strike{
   text-decoration: line-through;
}

.bgimg{
background-image: url("/assets/img/house.jpg");
background-size: cover;
}

.dataTables_wrapper .dataTables_filter input.sbox{
  width:100% !important;
}

.colors1{
	background-color: #1e3799!important;
}

.colors2{
	background-color: #e58e26!important;
}

.colors3{
	background-color: #60a3bc!important;
}

.colors4{
	background-color: #fa983a!important;
}

.colors5{
	background-color: #38ada9!important;
}

.colors6{
	background-color: #eb2f06!important;
}

.boxx{
width:25px;
height:25px;
display: inline-block;
border:solid 2px #000000;
}

.p5color{
background-color: #FF5700;
}

.p4color{
background-color: #FF8300;
}
 
.p3color{
background-color: #FFAF00;
}
 
.p2color{
background-color: #FFDB00;
}

.p1color{
background-color: #F8FF00;
}
 

.postit{
  background-color: #ffffcc;
}

@media only screen and (min-width: 600px) {
.sibar{
  width: 350px !important;
}
}
@media only screen and (min-width: 768px) {
.sibar{
  width: 500px !important;
}
}

@media (max-width: 600px) {
.mg-xs-t-150{
  margin-top: 150px !important;
}

.blocks{
display:block!important;
width:100%!important;
}

}