/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v19-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

* {
	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', serif;
}

.logo > svg {
	width: 200px;
	height: 100px;
}

.text-dark {
	text-decoration: none;
	border-bottom: 2px solid #253771;
}

.text-dark:hover {
	text-decoration: none;
	border-bottom: 2px solid #212529;
}

.btn-icon {
	width: auto;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #253771;
	color: #FFF;
	border: 0;
}

.btn-icon:hover {
	background-color: #000;
}

.page-item.active .page-link {
	background-color: #212529;
	color: #fff;
	border-color: #dee2e6;
}

.icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.input-daterange {
	margin-bottom: 1rem;
}

.dataTables_filter > label,
.dataTables_filter > label > input {
	width: 100% !important;
	margin: 0 !important;
}

.bottom > div {
	width: 50%;
	float: left;
}


.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

table.dataTable {
	margin-bottom: 0 !important;
}

.toolleft, .toolright {
	width: 49%;
	display: inline-block;
}

.toolleft {
	margin-right: 1%;
}

.toolright {
	margin-left: 1%;
}

table.dataTable thead strong {
	display: block;
	background-color: #253771;
	color: #FFF;
	width: 100%;
	padding: 5px 15px;
	border-right: 1px solid #FFF;
}

table.dataTable > thead > tr > td.sorting_asc,
table.dataTable > thead > tr > td.sorting_desc,
table.dataTable > thead > tr > td.sorting_disabled,
table.dataTable > thead > tr > td.sorting {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 40px;
}

table.dataTable > thead > tr > td::after,
table.dataTable > thead > tr > td::before {
	bottom: 0 !important;
}

table.dataTable > thead > tr > td > select {
	position: absolute;
	left: 1em;
	bottom: 0.35em;
}

.bottom {
	padding: 1em;
}

.col-form-label {
	font-weight: bold;
}

.alert,
.form-control {
	border-radius: 0 !important;
}

.custom-select {
	width: auto;
}

input.form-control {
	background-color: #F1F1F1;
	border: 0;
	border-bottom: 2px solid #CCC;
    -webkit-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.form-control:focus {
	box-shadow: none;
	background-color: #FFF;
	border-color: #253771;
}

textarea.form-control {
	background-color: #F1F1F1;
	border: 0;
	border-bottom: 2px solid #CCC;
}

textarea.form-control:focus {
    background-attachment: local;
    background-image:
        linear-gradient(to right, #F1F1F1 0px, transparent 0px),
        linear-gradient(to left, #F1F1F1 0px, transparent 0px),
        repeating-linear-gradient(#F1F1F1, #F1F1F1 23px, #DDD 23px, #DDD 24px, #F1F1F1 24px);
    line-height: 24px;
}

.input-group-text {
	background-color: #253771;
	color: #FFF;
	border: 0;
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}
