.box-body>a {
  border: 2px solid #00C0EF;
}

.box-body>a:hover {
  border: 2px solid #00C0EF;
  box-shadow: 5px 5px 2.5px grey;
}

.box-body>a>i {
  padding-top: 10px;
}

.dt-buttons >button {
  height: 28px;
  border: 1px solid #F4F4F4;
  margin-top: 3px;
}

#example_filter > label >input {
  height: 28px;
  width: 250px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

#example_paginate > span >a {
  height: 37px;
  border: 1px solid #F4F4F4;
}

.dt-buttons > .buttons-print {
  border: 1px solid #E4E4E4;
  color: green;
}

tfoot > tr > th > input {
  height: 30px;
  width: 100%;
  background: #D2D6DE;
  border: 0.9px solid #D2D6DE;
}

tfoot > tr > th > input::placeholder {
  font-size: 12px;
  font-weight: normal;
}

/*#table_row >td {
text-align: center;
}
#table_row >th {
text-align: center;
}*/

#table_row >td > a {
  width: 50px;
}

#table_row >td > button {
  width: 50px;
}

tbody > .odd > .dataTables_empty {
  background: #FF1B2D;
  color: white;
}

@font-face {
  font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
url('../fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */;
}

@font-face {
  font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
url('../fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/source-sans-pro-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
  url('../fonts/fontawesome-webfont.woff') format('woff'), /* Chrome 26+, Opera 23+, Firefox 39+ */;
}

.image-thumbnail {
  position: relative;
  width: 80px;
  height: 75px;
  overflow: hidden;
  display: inline-block;
}

.image-thumbnail img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
}

.table td:first-child {
  padding: 1px;
}

.table td:nth-child(6),
.table td:nth-child(7),
.table td:nth-child(8) {
  text-align: center;
}

.table td:nth-child(9),
.table td:nth-child(10) {
  text-align: right;
}

.bootoast-container > .alert-dismissible > .close {
  margin-right: 20px;
  color: white;
}

.bootoast-container > .alert-dismissible > .glyphicon {
  display: none;
}

.bootoast-container > .alert-dismissible > .bootoast-alert-container > .bootoast-alert-content {
  text-align: center;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loading2.gif') 50% 50% no-repeat rgb(249,249,249);
  opacity: .8;
}

input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
  color: #fff;
  position: relative;
}

input[type="date"]::-webkit-datetime-edit-year-field{
  position: absolute !important;
  border-left:1px solid #E8E8E8;
  padding-left: 8px;
  color:#000;
  left: 70px;
}

input[type="date"]::-webkit-datetime-edit-month-field{
  position: absolute !important;
  border-left:1px solid #E8E8E8;
  padding-left: 8px;
  color:#000;
  left: 30px;
}


input[type="date"]::-webkit-datetime-edit-day-field{
  position: absolute !important;
  color:#000;
  padding-left: 0px;
  left: 4px;
}

.bg-lblue{
  background:#0078D7;
}