.dataTables_filter,
.dataTables_paginate {
    float: right;
    margin-right: 10px;
}

.box {
    width: 100%;
    max-width: 600px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 16px;
    margin: 0 auto;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-color: #fd5c70;
  padding-right: unset;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd5c70' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd5c70' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 1rem;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.parsley-type,
.parsley-custom-error-message,
.parsley-required,
.parsley-equalto,
.parsley-pattern,
.parsley-length {
    color: #ff0000;
}
.btn-circle{
    border-radius: 50%;
    padding: 7px;

}
.displayNone,.hidden{
    display: none;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    border: 0; 
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.whole-page-overlay{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100% !important;
    z-index: 1050;
    display: none;
  }
  .whole-page-overlay .center-loader{
    top: 50%;
    left: 52%;
    position: absolute;
    color: white;
  }
    .language-selector__container select {
  background-color: white;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  box-sizing: border-box;
  color: #3E3D40;
  display: block;
  font-family: SourceSansPro, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  min-width: 80px;
  padding: 0 20px 0 16px;
  outline: none;
}
.language-selector__container label {
  position: relative;
}
.language-selector__container label:after {
  content: "";
  left: 54px;
  top: 17px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 5px solid #007fd8;
  z-index: 100;
}
.language-selector__container label:before {
  content: "";
  left: 56px;
  top: 10px;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 1;
}