@font-face {
   font-family: Axiforma;
   src: url('../fonts/Axiforma-Medium.ttf') format('truetype');
}

body {
	margin-bottom: 60px;
	font-size: 16px !important;
	font-family: Axiforma, sans-serif
}

/* Set padding to keep content from hitting the edges */
.body-content {
   padding-left: 15px;
   padding-right: 15px;
}

.form-label{
   color: grey;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
   white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input {
   max-width: 560px;
}

select {
   max-width: 560px;
}

.spinnerBox {
   display: none;
   position: fixed;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 100%;
   z-index: 100;
   background-color: rgba(30, 30, 30, 0.5);
}

.spinnerImage {
   position: absolute;
   top: 50%;
   left: 50%;
   text-align: center;
   z-index: 100;
}

.nav-link {
   display: block;
   padding: 0.5rem 1rem;
   margin-right: 15px;
}

.bg-dark {
   background-color: #6B6B6A !important;
}

.btn-warning {
   background-color: #F6A22D !important;
   color: #ffffff !important;
}

.btn-danger {
   background-color: #E73139;
   color: #ffffff !important;
}

/*h5 {
   color: #6B6B6A !important;
}*/

.navbar {
   font-size: 16px !important;
   font-family: Axiforma, sans-serif;
}

.modal-header {
   background-color: #6B6B6A !important;
   color: #ffffff !important;
   font-family: Axiforma, sans-serif;
   font-weight: 600;
}

.modal-body {
   font-size: 14px;
}

.jumbotron {
   padding: 2rem 1rem;
   margin-bottom: 2rem;
   background-color: #e9ecef;
   border-radius: 0.3rem;
}

@media (min-width: 576px) {
   .jumbotron {
      padding: 4rem 2rem;
   }
}

.jumbotron-fluid {
   padding-right: 0;
   padding-left: 0;
   border-radius: 0;
}

.card-header {
   background-color: #e8e8e8 !important;
}

.odd {
   background-color: #ffffff;
}

.table.dataTable tbody tr {
   background-color: #ffffff !important;
}

.sorting_1 {
   background-color: #ffffff !important;
}
.form-control {
   background-color: #fff;
   border: 2px solid #007bff;
   color: #222;
}

h1, h2, h3, h4, h5, h6 {
   color: #222;
}
