.thead{
    background-color: #747684;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #90919d !important;
    color: white;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #828491 !important;
    color: white;
}
.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {
  border-radius: 0px;
    background-color: black;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
    color: #43444d;
}
.checkbox .checkbox-material .check, label.checkbox-inline .checkbox-material .check {
    border: 2px solid  #43444d;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check:before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check:before {
       color: #eee !important;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-material .check {
    color: #FFFFFF !important;
    border-color: #43444d !important;
}
.table-background{
    background-color: #747684;
    color: white;
    font-size: 12px !important;
}
.large-text{
    font-size: 20px;
}
#home-slider .item {
    height: 364px;
    position: relative;
}

@media(max-width: 767px)
{
   
}

/*

*/
/*.custom-checkbox .custom-control-indicator {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background-color: #43444d;
    border: 1px solid #43444d;
}
.custom-control-description {
    color: #FFFFFF;
    text-transform: uppercase;


}*//*

*/
/* When I remove background the icon goes back to that default size *//*

.custom-control-input:checked~.custom-control-indicator {
    background-color: #43444d!important;
}*/
div#dt-permanent-jobs_paginate a {
    border: 1px solid #ccc;
    margin-left: -10px;
    border-radius: 5px;
    margin-right: 9px;
}
.dataTables_info
{
	display: none;
}