html, body {
 font-family: "ff-tisa-sans-web-pro",sans-serif;
}
html {
   height: 100%;
}

body {
   min-height: 100%;
}
.color-black {
    text-align: center;
}

.color-black a:not(.red-btn) {
    color: #2a2a2a;
}

.navbar-custom {
	background-color: #fff !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

.searchDiv:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f002";
    font-style: normal;
    font-weight:900;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: 25px;
}
.searchDivOrders:before {

  top: 38px;
}

.header {
	font-weight: 700;
   font-size: 1.4rem;
   line-height: 1.5;
}

.header-count {
   font-size: 1.0rem;
   line-height: 1.5;
}

#search {
  	width: 100%;
  	padding-right: 30px;
}

.haltija-text {
	color: #003479;
}

.login {
	font-weight: 700;
}

.forgot-password {
    color: black;
    font-weight: 700;	
}

.forgot-password:hover, .forgot-password:focus, .forgot-password:active, .forgot-password.active {
	color: #000 !important;
    box-shadow: none;
  	text-decoration: underline #003479;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #003479;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 9px;
	top: 4px;
	width: 8px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}

/*.form-control {
	padding: 1.5rem .75rem;
}
*/
/*Custom buttons*/
.red-btn {
	background-color: #003479;
    color: #fff;
   	font-weight: 700;
}

.red-btn-md {
	height: 40px;
    padding: 5px 35px;
}

.red-btn-lg {
    height: 50px;
    padding: 5px 50px;
}

.red-btn:hover, .red-btn:focus, .red-btn:active, .red-btn.active {
    box-shadow: none;
    opacity: .7;
    color: #fff;
}

.edit-btn {
	color: #000;
}

.edit-btn:hover, .edit-btn:focus, .edit-btn:active, .edit-btn.active {
    box-shadow: none;
    opacity: .7;
    color: #000;
}

/*Custom pagination*/
.page-item {
    list-style: none;
    display: inline-block;
}

.page-itembbbbbbbbctive {
	background-color: transparent !important;
}

.page-item .page-link {
	border: none;
	color: black;
}

.page-item.active .page-link {
	background: transparent;
	color: #003479;
}

.page-item.prev-page {
	float: left;
}

.page-item.next-page {
	float: right;
}

.pagination-prev, .pagination-next {
	color: #003479;
    font-size: 21px;
    font-weight: 800;
}

.page-item.prev-page:not(.disabled) .pagination-prev, .page-item.next-page:not(.disabled) .pagination-next {
	color: #003479;
	
}

.page-item:not(.prev-page):not(.next-page) {
	margin: 0 auto;
}

.page-link {
    position: relative;
    margin-left: 0;
	background-color: transparent !important;
}

.page-link:hover {
	background-color: transparent !important;
	border: none !important;
}

.page-link:focus {
	box-shadow: none;
}

/*.forgot-password:hover, .forgot-password:focus, .forgot-password:active, .forgot-password.active {*/

/*Custom table*/

.custom-table-row {
	background-color: #fff !important;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    margin-bottom: 10px;
    min-height: 90px;
}
.zero-margin-row {
  margin-left: 0;
  margin-right: 0;
}

.custom-table-row .col{
	padding-top: .75rem;
    padding-bottom: .75rem;
}

/*Forms*/
.inline-form-control {
	display: inline-block;
    width: 70%;
    float: right;
}

.inline-switch {
	left: 30%;
}
