.skin-blue .sidebar > .sidebar-menu > li.active > a {
  color: #F37021;
}
.hidden{
	display: none;
}
 .highlight{
  color: #3c8dbc !important;
}
.total {
  padding: 0px 0px 0px 16px;
}
.total > div.form-group > label {
  font-size: 12px;
}
.box-button-action {
  z-index: 9;
  margin-top: 28px;
  width: 30%;
  float: right;
  margin-right: -12px;
}

table > tbody > tr > td:hover {
  cursor: default;
}

/* Datatables Custome */
.current {
  background: #337ac6;
  color: #ffffff !important;
}
div > a.paginate_button,
div > span > a.paginate_button {
   position: relative;
   padding: 6px 12px;
   margin-left: -1px;
   line-height: 1.42857143;
   color: #337ab7;
   text-decoration: none;
   cursor: pointer;
}
div > a.paginate_button:hover,
div > span > a.paginate_button:hover {
  background: #e4e4e4;
  color: #000000;
  transition: color 200ms cubic-bezier(0.4,0.0,0.2,1),
              background 200ms cubic-bezier(0.4,0.0,0.2,1),
              box-shadow 400ms cubic-bezier(0.4,0.0,0.2,1);
}
.dataTables_paginate {
  margin-top: -20px !important;
  margin-bottom: 10px !important;
}
#tableJobDetails_length {
  margin-bottom: -40px;
}
#box-info {
   position: relative;
   z-index: 1;
}

#mytable_filter {display: none !important}
#mytable_length {display: none !important}
#mytable_paginate {display: none !important}
#mytable_info {display: none !important}
.pagination-custome {
  margin:8px 0;
  float: right;
}

.info-table-custome {
  margin: 14px 0;
}
.pagination-custome {
  border-radius: 50px;
  box-shadow: 0px 2px 6px #d3d3d7;
}
.arrow-left > a {
  border-radius: 32px 0 0 32px !important;
}
.arrow-left > a::after {
  background: red;
  content: "";
}
.arrow-right > a {
  border-radius: 0px 32px 32px 0px !important;
}
/* .active-pagination > a > span {
  background: #3c8dbc;
  width: 100%;
  height: 1PX;
  position: absolute;
  margin: 6px 0px 0px -7px;
  left: 8px;
} */
.active-pagination > a > span {
  background: #3c8dbc;
  width: 100%;
  height: 1px;
  position: absolute;
  margin: 24px 1px 0px -5px;
  left: 8px;
}
.pagination:hover {cursor: pointer;}
.pagination > li > a {
  background: #fff !important;
  border:none;
}
.pagination > li > a:hover {
  background: #efefef !important;
}
.pagination-custome > li > a {
  padding: 8px 14px;
  font-weight: 900;
}
.right-divider {
  border-right: 1px solid #c6cccf;
  width: 14px;
  height: 30px;
  z-index: 999;
  position: absolute;
  margin-top: -6px;
}
.left-divider {
border-right: 1px solid #c6cccf;
    width: 12px;
    height: 30px;
    z-index: 999;
    position: absolute;
    margin-top: -6px;
    margin-left: -36px;
}
.length-custome {
  height: 30px;
  margin: 0 4px;
}
.dataTables_scrollHeadInner {width: 100% !important}
#mytable{width: 100% !important };

.search-button:hover{
  cursor: pointer;
}

 @media only screen and (max-width: 991px) {
    .total {
       padding: 0px 16px 0px 16px;
    }
    .box-button-action {
       z-index: 9;
       margin-top: 28px;
       width: 100%;
       float: right;
    }
 }
 @media only screen and (max-width: 768px) {
    .dataTables_paginate {
       margin-top: 20px !important;
       margin-bottom: 10px !important;
    }
    #tableJobDetails_length {
       margin-bottom: 0px;
    }
 }

  .suggestions {
    position: absolute;
    width: 558px;
    /*top: 261px;*/
    /*left: 20px;*/
    max-height: 400px;
    z-index: 999999;
    display: block;
    border: 1px solid #ccc;
    display: none;
    overflow: auto;
  }

  .suggestion-item {
    overflow: hidden;
    padding: 5px 15px;
    white-space: nowrap;
    background: white;
  }

  .loader-temp {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-top: -16px;
    margin-left: 47px;
  }

  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  ::-webkit-scrollbar-track {
  	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  	background-color: #F5F5F5;
  }

  ::-webkit-scrollbar {
  	width: 8px;
    height: 8px;
  	background-color: #F5F5F5;
  }

  ::-webkit-scrollbar-thumb {
  	background-color: #9e9e9e;
  }
