/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 65px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.nohover{
  text-decoration: none !important;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 15px 15px 0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
code {
  font-size: 80%;
}
header{
  height: 54px;
}
header .navbar pre{
  color: white;
}
.navbar-toggler{
  border: none;
}
.dropdown-menu .nav-item{
  white-space: nowrap;
}
.navbar-light .navbar-nav .nav-link{
  color: #000;
}

/* ---- OVERRULE BOOTSTRAP ---- */
.form-group{
  margin-bottom: 0.5rem;
}
label {
    margin-bottom: 0.2rem;
}
.radio{
  font-size: 0.9375rem;
}
.card-groups .icon:before {
  font-family: 'Font Awesome 5 Free';
  content:"\f139"
}
.card-groups .collapsed .icon:before
{
    content:"\f078";
}

/* ---- INPUT ERRORS ---- */
.form-group .file.required a,
input[required="required"],
select[required="required"],
checkbox[required="required"],
textarea[required="required"],
radio[required="required"]
{
  border-left: 2px solid rgba(217,83,79,0.8);
}
.error-message {
  text-align: center;
  top:9px;
  position: relative;
  background-color: #F04124;
  color: white;
  border: 1px solid #F04124;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 15px;
}
.error-message ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.error-message:after,
.error-message:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.error-message:after {
  border-color: rgba(169, 68, 66, 0);
  border-bottom-color: #F04124;
  border-width: 10px;
  margin-left: -10px;
}
.error-message:before {
  border-color: rgba(169, 68, 66, 0);
  border-bottom-color: #F04124;
  border-width: 9px;
  margin-left: -9px;
}

/* ---- FUNKY RADIO/CHECKBOX ---- */
.funkyradio .funkyradio-content {
  outline: none;
  clear: both;
  border: 1px solid #ccc;
  /* overflow: hidden;  causes visual problems with error messages, does not seem to cause any when left out */
}
.funkyradio div:focus
{
  outline: 0;
}
.funkyradio label {
  width: 100%;
  border-radius: 0px;
  font-weight: normal;
  margin: 0px;
}
.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}
.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 0px;
}
funkyradio-primary
.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}
.horizontal .funkyradio-primary{
  float: left;
  clear: none;
  margin-right: 10px;
}
.funkyradio.horizontal label{
  padding-right: 3.25em;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  text-indent: .9em;
  color: #C2C2C2;
}
.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}
.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}
.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #35c2f1;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5aba5d;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #e99002;
}
.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}
.funkyradio.required{
  border-left: 2px solid rgba(217,83,79,0.8);
}

/* ---- NOTIFIONS/ERRORS/MESSAGES ---- */
.message-holder{
}
.message-holder .message{
  width: 100%;
  color: white;
  padding: 10px;
  background-color: #222222;
}
.message-holder .message.success{
  background-color: #43ac6a;
}
.message-holder .message.success:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.message-holder .message.error{
  background-color: #F04124;
}
.message-holder .message.error:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}
.message-holder .message.info{
  background-color: #5bc0de;
}
.message-holder .message.info:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f129";
  color: white;
  padding-left: 10px;
  padding-right: 10px;
}

/* --- DATATABLE --- */
.dataTables_processing.card{
  background-color: white !important;
  z-index: 2;
}
.dataTables_wrapper{
  padding: 0px !important;
}
div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper div.dataTables_filter input{
  width: 100% !important;
  height: 38px;
}
div.dataTables_wrapper div.dataTables_filter input{
  margin-left: 0px !important;
}
.dataTable tbody td.actions{
  white-space: nowrap;
  text-align: right;
}
.dataTable tbody td:last-child{
  white-space: nowrap;
}
.dt-buttons .dt-button{
  color: #fff;
  text-decoration: none;
  background-color: #868e96;
  border-color: #868e96;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 4px 10px;
  font-size: 1rem;
  line-height: 1.25;
  transition: all .15s ease-in-out;
  margin-right: 5px;
}
table.dataTable tbody>tr.selected{
  background-color: #868e96 !important;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr.selected a{
  color: white !important;
}
table.dataTable tr td:last-child{
  text-align: right;
}

/* ---- STATUS BAR ---- */
.statusBarHolder{
  position: relative;
}
.statusBarHolder .statusBarStatus{
  position: absolute;
  width: 100%;
}
 .statusPart{
  border-right: 1px solid white;
}
.statusBarHolder .statusBarStatus span{
  text-align: center;
  color: #bcbcbc;
}

/* ---- Paymentproducts Cards for retailers ---- */
.card.paymentproducts-holder .paymentproducts .period{
  font-size: 20px;
  font-weight: bold;
  min-height: 62px;
}
.card.paymentproducts-holder .paymentproducts a .card-body:hover{
  background-color: #eee;
}
.card.paymentproducts-holder .paymentproducts a{
  color: #222;
  text-decoration: none;
}

.card-header{
  font-weight: bold;
  white-space: nowrap;
}

.page-item.active .page-link{
  background-color: #eee;
  border-color: #eee;
  color: black !important;
}

/* ---- SIGNATURE ---- */
.signature-wrapper {
  height: 300px;
  border: 1px solid #eee;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.signature-pad {
  width: 100%;
  height: 300px;
  background-color: white;
}