/* @import url('ali.css');
@import url('zaryab.css');
@import url('nouman.css'); */



@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');
@import url('nouislider.min.css');
body{
    font-family: inter;
}
html{
    font-size: 14px;
}
a {
  color: rgb(0,148,196);
}
caption{
    color: #43425D;
}
label{
    color:#43425D;
}
.blockquote-footer{
    color: #43425D;
}
.img-thumbnail {
    border-radius:5px;
}
.figure-caption {
  color: #43425D;
}
.table th,
.table td{
}
.table .thead-dark th {
  background-color: #43425D;
}
.table-dark {
  background-color: #43425D;
}
.form-control {
  color: #4D4F5C;
  border-radius: 2px;
}
select.form-control, input.form-control {
  /* Ensure not applied to textareas, as conflicts with auto-size */
  height: 44px !important;
}
.evidence_add, .evidence_remove {
    padding: 10px 20px 10px 20px;
}

.form-control:focus{
    color: rgba(77, 79, 92, 1);
}
.form-control::-webkit-input-placeholder {
  color: rgba(77, 79, 92, 0.25);
}

.form-control::-moz-placeholder {
  color: rgba(77, 79, 92, 0.25);
}

.form-control:-ms-input-placeholder {
  color: rgba(77, 79, 92, 0.25);
}

.form-control::-ms-input-placeholder {
  color: rgba(77, 79, 92, 0.25);
}

.form-control::placeholder {
  color: rgba(77, 79, 92, 0.25);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #D5DAE6;
  opacity: 1;
  color:#43425D;
}
.form-control:disabled::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color:#43425D;
 }
.form-control:disabled::-moz-placeholder,
.form-control[readonly]::-moz-placeholder { /* Firefox 19+ */
color:#43425D;
}
.form-control:disabled:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder { /* IE 10+ */
color:#43425D;
}
.form-control:disabled:-moz-placeholder,
.form-control[readonly]:-moz-placeholder { /* Firefox 18- */
color:#43425D;
}
.form-check-input:disabled ~ .form-check-label {
  color: #43425D;
}
.valid-feedback{
  color: #42B44F;
}
.valid-tooltip{
    border-radius: 5px;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #44C987;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2#44C987' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");

}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #44C987;
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #42B44F;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2#42B44F' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #42B44F;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #42B44F;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #42B44F;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #42B44F;
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #42B44F;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #42B44F;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #42B44F;
}
.invalid-feedback{
    color: #CC0000;
}
.invalid-tooltip{
    border-radius: 5px;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #CC0000;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #CC0000;
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #CC0000;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #CC0000;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #CC0000;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #CC0000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #CC0000;
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #CC0000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #CC0000;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #CC0000;
}
.btn {
    border-radius: 3px;
}
.btn-primary {
  background-color: rgb(0,148,196);
  border-color: rgb(0,148,196);
}
.btn-primary:hover {
  background-color: rgb(77, 78, 73);
  border-color: rgb(77, 78, 73);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgb(0,148,196);
  border-color: rgb(0,148,196);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgb(0,148,196);
  border-color: rgb(0,148,196);
}
.btn-primary-blue {
  background-color: rgb(0,148,196) !important;
  color: white !important;
}

a.btn-primary-blue:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0085b0 !important;
}
.btn-secondary {
  background-color: #43425D;
  border-color: #43425D;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #43425D;
  border-color: #43425D;
}
.btn-success {
  background-color: #42B44F;
  border-color: #42B44F;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #42B44F;
  border-color: #42B44F;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  background-color: #42B44F;
  border-color: #42B44F;
}
.btn-warning {
  color: #212529;
  background-color: #FF641A;
  border-color: #FF641A;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FF641A;
  border-color: #FF641A;
}
.btn-danger {
  background-color: #CC0000;
  border-color: #CC0000;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #CC0000;
  border-color: #CC0000;
}
.btn-dark {
  background-color: #43425D;
  border-color: #43425D;
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #43425D;
  border-color: #43425D;
}
.btn-outline-primary {
  color: rgb(0,148,196);
  border-color: rgb(0,148,196);
}

.btn-outline-primary:hover {
  background-color: rgb(0,148,196);
  border-color: rgb(0,148,196);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(0,148,196);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: rgb(0,148,196);
  border-color: rgb(0,148,196);
}
.btn-outline-secondary {
  color: #43425D;
  border-color: #43425D;
}

.btn-outline-secondary:hover {
  background-color: #43425D;
  border-color: #43425D;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #43425D;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #43425D;
  border-color: #43425D;
}
.btn-outline-success {
  color: #42B44F;
  border-color: #42B44F;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #42B44F;
  border-color: #42B44F;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #42B44F;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #42B44F;
  border-color: #42B44F;
}
.btn-outline-warning {
  color: #FF641A;
  border-color: #FF641A;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #FF641A;
  border-color: #FF641A;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FF641A;

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FF641A;
  border-color: #FF641A;
}
.btn-outline-danger {
  color: #CC0000;
  border-color: #CC0000;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #CC0000;
  border-color: #CC0000;
}}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #CC0000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #CC0000;
  border-color: #CC0000;
}
.btn-outline-dark {
  color: #43425D;
  border-color: #43425D;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #43425D;
  border-color: #43425D;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #43425D;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #43425D;
  border-color: #43425D;
}
.btn-link {
  color: rgb(0,148,196);
}
.btn-link:disabled, .btn-link.disabled {
  color: #43425D;
}
.dropdown-menu{
    border-radius: 5px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: rgb(0,148,196);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #43425D;
}
.dropdown-header {
    color: #43425D;
}
.input-group-text{
  border-radius: 5px;
}
.custom-control {
  padding-left: 32px;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: rgb(0,148,196);
  background-color: rgb(0,148,196);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #43425D;
}
.custom-control-label::before {
  top: 2px;
  left: -32px;
  width: 18px;
  height: 18px;
  border: #808495 solid 1px;
}
.custom-control-label::after {
  top: 2px;
  left: -32px;
  width: 18px;
  height: 18px;
}
.custom-checkbox .custom-control-label {
  margin-bottom: 0.5rem;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgb(0,148,196);
  background-color: rgb(0,148,196);
}
.custom-switch .custom-control-label::before{
    height: 16px;
}
.custom-select{
    font-size: 12px;
    background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 5px center/8px 10px;border-radius: 5px;
}
.custom-select:disabled {
  color: #43425D;
}
/* Remove drop-down arrow that is inserted by bootstrap seelct-picker */
.custom-select::after, .dropup .custom-select.dropdown-toggle::after {
    display: none;
}
.custom-file-label{
  border-radius: 5px;
}
.custom-range::-webkit-slider-thumb{
    background-color: rgb(0,148,196);
}
.custom-range::-moz-range-thumb{
    background-color: rgb(0,148,196);
}
.custom-range::-ms-thumb{
    background-color: rgb(0,148,196);
}
input[type="radio"].form-check-input{
    margin-top: 0.2rem;
}
input[type="radio"].form-check-input + .form-check-label{
    padding-left: 0.2rem;
}
.nav-link.disabled {
  color: #43425D;
}
.nav-tabs .nav-link.disabled {
  color: #43425D;
}
.nav-pills .nav-link {
  border-radius: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgb(0,148,196);
}
.navbar-toggler{
    border-radius: 5px;
}
.card{
    border-radius: 5px;
}
.breadcrumb{
    border-radius: 5px;
}
.breadcrumb-item + .breadcrumb-item::before{
    color: #43425D;
}
.breadcrumb-item.active {
  color: #43425D;
}
.pagination{
    border-radius: 5px;
}
.page-link {
    color: rgb(0,148,196);
}
.page-item.active .page-link{
    background-color: rgb(0,148,196);
    border-color: rgb(0,148,196);
}
.page-item.disabled .page-link {
  color: #43425D;
}
.badge{
    border-radius: 5px;
}
/* All needed to override Bootstrap a.badge-primary styles */
.badge-primary, .badge-primary:hover, .badge-primary:focus, a.badge-primary, a.badge-primary:hover, a.badge-primary:focus{
    background-color: rgb(0,148,196);
}
.badge-secondary {
  background-color: #43425D;
}
.badge-success {
  background-color: #42B44F;
}
.badge-warning {
  background-color: #FF641A;
}
.badge-danger {
  background-color: #CC0000;
}
.badge-dark {
  background-color: #43425D;
}
.alert{
    border-radius: 5px;
}
.alert-primary {
    background-color: #a3a5f1;
    border-color: #0d0f55;
    color: #0d0f55;
}

.alert-primary hr {
  border-top-color: #0d0f55;
}

.alert-primary .alert-link {
  color: #0d0f55;
}
.alert-secondary {
    background-color: #bcb8cd;
    border-color: #bcb8cd;
    color: #030204;
}
.alert-success {
    background-color: #42b44f;
    border-color: #194425;
    color: #194425;
}
.alert-success hr {
  border-top-color: #41a13b;
}
.alert-danger {
  color: #771125;
border-color: #771125;
background-color: #e33e7a;
}

.alert-danger hr {
  border-top-color: #771125;
}

.alert-danger .alert-link {
  color: #771125;
}
.progress {
  height: 9px;
  background-color: #BDC0C6;
  border-radius: 5px;
  border-radius: 500px;
}
.progress-bar {
  background-color: rgb(0,148,196);
  transition: width 0.6s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #43425D;
}
.list-group-item.active {
  background-color: rgb(0,148,196);
  border-color: rgb(0,148,196);
}
.toast-header{
    color: #43425D;
}
.tooltip-inner{
    border-radius: 5px;
}

.bg-secondary {
  background-color: #43425D !important;
}
.bg-success {
  background-color: #42B44F !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #03b618 !important;
}
.bg-warning {
  background-color: #FF641A !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #fa5c11 !important;
}

.bg-danger {
  background-color: #cc0000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ec1f47 !important;
}

.btn-lg {
    font-size: 1rem;
    padding: 10px 30px 10px 30px;
}

.btn{
    font-family: 'Source Sans Pro';
    line-height: 23px;
    /* #748CD7 */
}
.btn-sm{
    font-family: 'Source Sans Pro';
    padding: 3.5px 15px 3.5px 15px;
    /* #748CD7 */
}
.btn-xs{
  font-family: 'Source Sans Pro';
  padding: .4rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}
.bg-dark {
  background-color: #43425D !important;
  color: white;
}
.bg-dark:hover {
  background-color: #43425D !important;
  color: white;
}
.border-primary {
  border-color: rgb(0,148,196) !important;
}

.border-secondary {
  border-color: #43425D !important;
}

.border-success {
  border-color: #42B44F !important;
}
.border-warning {
  border-color: #FF641A !important;
}

.border-danger {
  border-color: #CC0000 !important;
}
.border-dark {
  border-color: #43425D !important;
}
.rounded {
  border-radius: 5px !important;
}
.text-primary {
  color: rgb(0,148,196) !important;
}
.text-secondary {
  color: #43425D !important;
}
.text-success {
  color: #42B44F !important;
}
.text-warning {
  color: #FF641A !important;
}
.text-danger {
  color: #CC0000 !important;
}
.text-dark {
  color: #43425D !important;
}
.weak-number{
    color: #FF9300;
    font-size: 13px;
    font-weight: 500;
}

/* make the selected option align centre in a multi-select drop-down */
.bootstrap-select .btn{
    height: 44px;
    background-color: #D5DAE6;
}
.bootstrap-select .filter-option-inner{
    height: 100%;
}
.bootstrap-select .filter-option-inner-inner{
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-select{
    height: 44px;
    border: 1px solid #707070;
    background: url(/images/arrow-down-748CD7.svg) no-repeat right 20px center;
    padding: 10px 37px 10px 27px;
}
.gray-select, .gray-select:focus{
    background-color: #D5DAE6;
    border: #D5DAE6;
    background-image: url(/images/arrow-down-43425d.svg);
    padding: 10px 47px 10px 27px;
    background-position: center right 27px;
}
.form-control:focus, .custom-select:focus{
    box-shadow: none;
    border-color: rgb(0,148,196);
}
.form-group{
    position: relative;
}
.eye-icon{
    position: absolute;
    top: 17px;
    right: 10px;
    background: url(../img/icon-eye.svg) no-repeat center center;
    background-size: 14px 10px;
    width: 14px;
    height: 10px;
    z-index: 1;
    cursor: pointer;
}
.alert-btn{
    display: block;
    padding: 10px 30px 10px 30px;
    width: 100%;
    font-weight: 600;
    font-size: 0.8rem;
    color: #fff;
    border-radius: 100px;
    position: relative;
    margin-bottom: 8px;
}
.alert-btn:hover{
    color: #fff;
    text-decoration: none;
}
.alert-btn:after{
    content: '';
    background: #cc0000 url(/images/icon-alert-white.svg) center center no-repeat;
    /* background-size: 15px 15px; */
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.alert-btn:before{
    content: '';
    background: url(/images/arrow-right-white.svg) center center no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.alert-btn.bg-warning-n{
    background: #FF9300;
}
.alert-btn.bg-warning-n::after{
    background-color: #FFB100;
}
.alert-btn:before{
    content: '';
    background: url(/images/arrow-right-white.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.alert-square{
    display: block;
    padding: 28px 50px 28px 70px;
    width: 100%;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 29px;
    color: #fff;
    border-radius: 0;
    position: relative;
    margin-bottom: 8px;
}
.alert-square.bg-danger:before{
    background-image: url(../img/icon-flash.svg);
}
.alert-square.bg-warning:before{
    background-image: url(../img/icon-flash-orange.svg);
}
.alert-square.bg-success:before{
    background-image: url(../img/icon-flash-green.svg);
}
.alert-square.bg-success:hover{
    background: #399c45 !important;
}
.alert-square:after {
    content: '';
    background: url(/images/arrow-right-white.svg) center center no-repeat;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.alert-square:before{
    width: 20px;
    height: 40px;
    background-size: 20px 40px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    content: '';
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
}
.alert-square:hover{
    color: #fff;
    text-decoration: none;
}
.alert-square strong{
    display: inline-block;
    margin-right: 13px;
    font-size: 1.6rem;
    vertical-align: middle;
}
.table td{
    /* font-weight: 600; */
    color: #43425D;
}
.table th{
    font-weight: 700;
    /* color: #2245D9; */
}
.table-striped tbody tr:nth-of-type(odd){
    background: #F0F0F7;
}
.table-hover tbody tr:nth-of-type(odd):hover{
    background: #d8d8de;
}
.dd-list{
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .15);
}
.dd-list ul{
    list-style: none;
    padding: 0;
}
.dd-list ul li {
    padding: 33px;
    display: block;
    position: relative;
    text-decoration: none;
}
.dd-list ul li a:hover{
    text-decoration: none;
}
/*  Arrow after dashboard overview boxes - not currently used as nothing to link to
.dd-list ul li a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    width: 7px;
    height: 14px;
    background: url(/images/arrow-right-a4afb7.svg) no-repeat center center;
    background-size: 7px 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
*/
.dd-list ul li + li{
    border-top: 1px solid #D1D1D1;
}
.dd-list ul li .progress-head{
    color: #43425D;
    text-decoration: underline;
}
.progress-body{
    margin-top: 16px;
}
.dd-list ul li .progress{
    width: 200px;
    display: inline-flex;
}
.dd-list ul li span.progress-percentage{
    display: inline-block;
    color: #43425D;
    margin-left: 13px;
    text-decoration: none;
}
.table-responsive + .dd-list{
    margin-top: 30px;
}
.alert-notifications h3{
    font-weight: 400;
    color: #fff;
    background: rgb(0,148,196);
    line-height: 24px;
    padding: 15px;
    text-align: center;
    margin: 0;
    position: relative;
}
.alert-notifications h3:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: 100%;
    right: 40px;
    content: '';
}
.alert-notifications ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu.alert-notifications{
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
    background: #fff;
    margin-bottom: 0;
    position: absolute;
    top: 55px !important;
    left: auto !important;
    right: -40px !important;
    width: 460px;
    margin-top: 0;
    padding: 0;
    left: 0px;
    transform: translate(0) !important;
}
.notification:after{
    display: none !important;
}
.top-right .noti-items .alert-notifications ul li a{
    padding: 13px 47px;
    display: block;
    font-weight: 700;
    color: #4D4F5C;
}
.top-right .noti-items .alert-notifications ul li a span{
    display: block;
    font-weight: 400;
    opacity: .5;
    font-size: 0.8rem;
}
.alert-notifications ul li + li{
    border-top: 1px solid #F1F1F3;
}
.alert-footer a{
    font-size: 1rem;
    line-height: 20px;
}
.alert-footer{
    text-align: center;
    padding: 20px;
    border-top: 1px solid #F1F1F3;
}
.profile-dd{
    background: rgb(77,78,73);
}
.profile-dd.dropdown-menu{
    border-radius: 0;
    width: 270px;
    padding: 0;
    margin-top: 18px;
}
.profile-dd.dropdown-menu:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent rgb(0,148,196) transparent;
    position: absolute;
    bottom: 100%;
    right: 40px;
}
.profile-dd ul{
    list-style: none;
    padding-left: 16px;
    margin: 0;
}
.profile-dd ul li a{
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 10px 10px 10px 0;
    display: block;
    /* background: url(../img/arrow-top-fff.svg) no-repeat right 12px center; */
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.profile-dd ul li + li a{
    border-top: 1px solid rgba(255,255,255, .29);
}
.profile-dd ul li a:hover{
    color: rgba(255,255,255, .8);
    background-position: right 7px center;;
}
.profile-dd ul li a:hover{
    text-decoration: none;
    color: #fff !important;
}
.edit-page{
    text-align: right;
}
.edit-page a{
    display: inline-block;
}
.table th.counter {
    width: 80px;
    text-align: center;
}
.active-licences{
    float: right;
}
.accordion > .card:not(:first-of-type){
    margin-top: 15px;
}
.accordion > .card{
    border: 1px solid #D1D1D1 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.card-header{
    background: #F0F0F7;
}
.card-header h5 .btn-link{
    width: 100%;
    text-align: left;
    padding: 16px 26px;
    align-items: center;
    font-size: 1.2rem;
    font-family: 'Inter';
    color: #43425D;
    font-weight: 700;
    display: flex;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
h5.card-header {
    padding: 16px 26px;
    font-size: 1.2rem;
    color: #43425D;
    font-weight: 700;
}
.btn-link{
    text-decoration: underline;
    color: #43425D;
}
.btn-link:hover{
    text-decoration: none;
}
.card-header .btn-link img{
    margin-right: 17px;
}
.card-header:not(.bg-danger):not(.bg-success) .btn-link:not(.collapsed){
    background: rgb(77,78,73);
    color: #fff;
}
.active-licences{
    margin-left: auto;
    font-weight: 400;
}
.active-licences strong{
    font-weight: 700;
}
.card-header .btn-link:after{
    width: 18.7%;
    content: '';
}
.card-header .btn-link:before{
    content: '';
    background: url(/images/accordion-sprite-arrow.svg) no-repeat center -8px;
    width: 14px;
    height: 10px;
    position: absolute;
    /* top: 33px; */
    right: 31px;
}
.card-header .btn-link.text-white:before {
    background: url(/images/accordion-sprite-arrow-white.svg) no-repeat center -8px;
}
.card-header .btn-link:not(.collapsed)::before{
    background-position: center 0;
}
.no-of-assigned{
    display: block;
    padding-left: 34px;
    background: url(../img/account.svg) no-repeat left center;
    margin-bottom: 10px;
}
.no-of-assigned strong{
    font-weight: 700;
}
.grey-block{
    padding: 32px 34px;
    background: #F0F0F7;
    margin-top: 24px;
    width: 398px;
    max-width: 100%;
}
.grey-block + .grey-block{
    margin-top: 15px;
}
.grey-block h3{
    color: #43425D;
}
.grey-block h3 span{
    font-weight: 400;
    font-size: 0.8em;
}
.grey-block p{
    line-height: 25px;
    color: #43425D;
}
.grey-block a{
    text-decoration: underline;
}
.form-inner label{
    font-weight: 400;
}
.form-inner label[for="remember-me"]{
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
}
.custom-control{
    min-height: 0;
}
.page-wrapper{
    min-height: 100vh;
    display: flex;
    width: 100%;
}
.left-section{
    /** old infosaas colours
    background: #274dc4;
background: -moz-linear-gradient(top, #274dc4 0%, #3a64e8 100%);
background: -webkit-linear-gradient(top, #274dc4 0%,#3a64e8 100%);
background: linear-gradient(to bottom, #274dc4 0%,#3a64e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#274dc4', endColorstr='#3a64e8',GradientType=0 );
*/
}
.left-section, .form-section{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed grey;
}
.form-section{
    display: flex;
    flex-direction: column;
}
.form-inner {
    width: 520px;
    padding: 30px 30px;
    max-width: 100%;
}
.form-inner label{
    font-size: 14px;
    color:#43425D;
    font-weight: 600;
}
.form-inner h1{
    font-size: 25px;
    line-height: 1.4;
    color: #43425D;
}
.form-inner select{
    padding-left: 15px;
}

.form-inner .custom-select:not(:focus):invalid {
    color: #C7C7C7;
}
.form-section a{
    text-decoration: underline;
}
.form-section a:hover{
    text-decoration: none;
}
.page-wrapper{
    min-height: 100vh;
    display: flex;
    width: 100%;
}
.sidebar{
    min-width: 293px;
}

/* In mobile view the buttons are positioned above each other, which would be
 * great if there were many of them. This is only used for a risk assessment
 * though, so it's better than they are adjacent */
nav.fixed-bottom .navbar-nav {
    flex-direction: row;
}
@media screen and (min-width: 960px) {
    .right-content{
        width: calc(100% - 293px);
        background: #F0F0F7;
    }
    .sidebar{
        max-width: 293px;
    }
    nav.fixed-bottom {
        margin-left: 293px;
    }
}
.side-logo{
    padding: 10px;
}
.side-logo img {
    height:46px;
}
.sidebar .nav-link{
    background: rgb(77,78,73);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 20px 28px 20px 60px;
    line-height: 20px;
    transition: all 0.3s linear;
    position: relative;
}
.sidebar .has-dd .nav-link:not(.collapsed){
    background: rgb(36,221,207);
    color: rgb(77,78,73);
}
.sidebar .has-dd .nav-link:not(.collapsed):before{
    transform: rotate(180deg);
}
.sidebar .nav-item{
    margin-bottom: 5px;
}
.sidebar .nav-link:after{
    width: 0;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transition:  all 0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
    -moz-transition:  all 0.3s ease-in-out;
    -ms-transition:  all 0.3s ease-in-out;
    -o-transition:  all 0.3s ease-in-out;
}
.sidebar .has-dd .nav-link:before{
    content: '';
    background: url(/images/arrow-down-dbdcdb.svg) no-repeat center center;
    width: 14px;
    height: 8px;
    background-size: 14px 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 15px;
}
.sidebar .nav-link:hover:after{
    background: rgb(77,78,73);
}
.sidebar .active.nav-link:after{
    background: rgb(77,78,73);
}
.nav-link svg {
    width: 18px;
}
.sidebar .nav-link .icon-text{
    width: 18px;
    height: 18px;
    top: 50%;
    transform:  translateY(-50%);
    position: absolute;
    opacity: 0.27;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar .nav-link:hover .icon-text{
    color: rgb(62,62,71);
    opacity: 1;
}
.sidebar .active.nav-link .icon-text{
    color: rgb(62,62,71);
    opacity: 1;
}
.sidebar .has-dd .nav-link:not(.collapsed) .icon-text{
    color: rgb(62,62,71);
    opacity: 1;
}
.sidebar li .icon-text{
    left: 28px;
}
.sidebar li li .icon-text{
    width: 18px;
    height: 18px;
    left: 45px;
    position: absolute;
    opacity: 0.27;
    justify-content: center;
    align-items: center;
}
.sidebar li a:hover .icon-text{
    color: rgb(62,62,71);
    opacity: 1;
}
.sidebar li li a.active .icon-text{
    color: rgb(62,62,71);
    opacity: 1;
}
/* Fix problem whereby some menu icons still show after the menu bar is collapsed */
.adj-wrapper .sidebar li li a.active .icon-text {
    display: none;
}
.sidebar li li .nav-link:not(.collapsed) .icon-text{
    color: rgb(62,62,71);
    opacity: 1;
}
.sidebar li li li .icon-text{
    left: 70px;
}
.sidebar a.nav-link:hover{
    background: rgb(36,221,207);
    color: rgb(77,78,73);
}
.sidebar .active.nav-link{
    background: rgb(36,221,207);
    color: rgb(77,78,73);
}
.sidebar li:not(.has-dd) .nav-link:hover:after{
    background: rgb(36,221,207);
    color: rgb(77,78,73);
    width: 10px;
}
.sidebar .active:not(.has-dd).nav-link:after{
    background: rgb(36,221,207);
    color: rgb(77,78,73);
    width: 10px;
}
.top-bar{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 18px 22px;
    align-items: center;
    align-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .04);
    background: #fff;
}
.top-right{
    display: flex;
    align-items: center;
}
.top-bar input[type="search"]{
    border-radius: 0;
    border: 0;
    height: 30px;
    padding-left: 29px;
    background: url(/images/icon-search.svg) no-repeat left center;
    color: #43425D;
    font-size: 0.9rem;
    width:100%;
}
.btn-wrapper{
    border-top: 1px solid #D1D1D1;
}
.top-bar input[type="search"]:focus{
    outline: none;
}
.top-right .noti-items{
    margin-left: 19px;
    position: relative;
}
.top-right .noti-items a{
    transition: all 0.3s ease-in-out;
    color: #BCBCCB;
}
.top-right .noti-items a:not(:hover){
    color: #BCBCCB;
}
.top-right .noti-items.show>a{
    color: rgb(0,148,196) !important;
}
.profile-link{
    display: inline-block;
    color: #4D4F5C;
}
.profile-link:after{
    display: none;
}
.profile-link .username {
    margin-right: 18px;
    padding-right: 28px;
    /* background: url(/images/arrow-down-a4afb7.svg) no-repeat right 0px center; */
    background-size: 13px 18px;
    font-size: 0.8rem;
    color: #4D4F5C;
    -webkit-transition: all  0.3s ease-in-out;
    transition:  all 0.3s ease-in-out;
    position: relative;
}
.profile-link .username:after{
    content: '';
    background: url(/images/arrow-down-a4afb7-sprite.svg) no-repeat center top;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}
.show .profile-link .username:after{
    background-position: center -9px;
}
.profile-link .username:hover{
    color: #FF641A;
}

.top-right .noti-items .profile-link:hover{
    text-decoration: none;
}

.admin-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.underlined {
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.admin-bar>span{
    font-size: 1.6rem;
}
.admin-bar>span>strong{
    color: rgb(0,148,196);
}
h1, .h1 {
    font-weight: 700;
    color: #43425D;
}
h1 a i.fa { /* For help icons next to headers */
    font-size: 18px;
}
h2, .h2{
    font-weight: 700;
    color: #43425D;
}
h3, .h3{
    font-weight: 700;
    color: #43425D;
}
.parameter-box{
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .15);
}
.parameter-box td, .parameter-box th {
    padding: 0;
}
.parameter-box a {
   display: block;
   color: inherit;
   padding: 0.75rem 30px 0.75rem 0.75rem;
}
.parameter-box a:hover {
    text-decoration: none;
}
.parameter-box tr:hover {
    /* filter: brightness(10%); */
    opacity: 0.8;
    text-decoration: none;
}
.actions-box{
    background: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .15);
}
.admin-bar .switch{
    padding-right: 35px;
    color: #43425D;
    text-decoration: underline;
    background: url(/images/view-grid.svg) no-repeat right center;
}
.admin-bar .switch:hover{
    text-decoration: none;
}
.actions-inner{
    padding: 30px 39px 30px 33px;
}
[data-status="urgent"] h3{
    font-size: 1rem;
    padding-left: 22px;
    background: url(/images/icon-alert-cc0000.svg) no-repeat left center;
    margin-bottom: 24px;
}
[data-status="urgent"] h3 span{
    color: #CC0000;
}
.actions-inner + .actions-inner{
    border-top: 1px solid #D1D1D1;
}
[data-status="overdue"] h3{
    font-size: 1rem;
    padding-left: 22px;
    background: url(/images/icon-alert-ff9300.svg) no-repeat left center;
    margin-bottom: 24px;
}
[data-status="overdue"] h3 span{
    color: #FF9300;
}
.help-icon{
    position: relative;
    top: -15px;
}
h4 > a > .help-icon{
    position: relative;
    top: -10px;
}
h5 > a > .help-icon{
    position: relative;
    top: -10px;
}
label > a > .help-icon{
    position: relative;
    top: 0px;
}
th > a > .help-icon{
    position: relative;
    top: 0px;
}
td > a > .help-icon{
    position: relative;
    top: 0px;
}
.btn-secondary{
    border: 1px solid #43425D;
    background: #fff;
    color: #43425D;
}
.btn-secondary:hover{
    border: 1px solid rgb(77,78,73);
    background: rgb(77,78,73);
    color: #fff;
}
.white-section{
    padding: 31px 51px 71px;
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .15);
    margin-top: 20px;
}
.accordion{
    max-width: 985px;
    width: 100%;
    margin-top: 30px;
}
.system-form{
    background: #fff;
}

.system-form hr{
    margin: 0;
    border-top: 1px solid #D1D1D1;
}
/*
#data-table_wrapper  .dataTables_paginate {
    display: none;
}
*/
.noUi-horizontal{
    width: 90%;
    height: 9px;
    background: #BDC0C6;
    border: 0;
}
.noUi-connect{
    background: #44C987;
}
.noUi-horizontal .noUi-handle{
    width: 20px;
    height: 20px;
    background: rgb(0,148,196);
    border-radius: 50%;
    box-shadow: none;
    border: 0;
    box-shadow: 0 0 20px rgba(0,0,0, .32);
}
.noUi-horizontal .noUi-handle:focus{
    outline: none;
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after{
display: none;
}
.min-range,
.max-range{
    width: 56px;
    text-align: center;
    background: #F0F0F7;
    border: 0;
    margin-right: 20px;
    height: 36px;
}
.max-range:focus. .min-range:focus{
    background: #F0F0F7;
}
.helper-text{
    padding: 11px 20px;
    display: inline-block;
    background: #F0F0F7;
    border-radius: 20px;
    font-size: 0.7rem;
    margin-top: 20px;
}

.help-icon2{
    position: relative;
    top: -15px;
    left: 5px;
}
.data-table tr th{
    background: none;
}
.data-table thead tr th:after{
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    margin-left: 8px;
    background: url(/images/sorting-arrows.svg) no-repeat 0 0;
    background-size: 20px 12px;
}
.data-table thead tr th[aria-sort="ascending"]:after{
    background-position: -7px 0;
    opacity: 1;
}
.data-table thead tr th[aria-sort="descending"]:after{
    background-position: -14px 0;
    opacity: 1;
}
.sidebar .nav-item{
    background: rgb(77,78,73);
}
.sidebar .nav-item ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .nav-item ul li{
    color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    width: 100%;
}
.sidebar .nav-item ul li a{
    color: inherit;
    padding: 15px 28px 15px 80px;
    display: block;
    text-decoration: none;
}
.sidebar .nav-item ul li ul li a{
    padding: 15px 48px 15px 100px;
}
.sidebar .nav-item ul li ul li ul li a{
    padding: 15px 48px 15px 120px;
}
.sidebar .nav-item ul a:hover, .sidebar .nav-item .active {
    background: rgb(36,221,207);
    color: rgb(77,78,73);
}
.main-logo{
    display: inline-block;
    max-width: calc(50% - 60px);
}
.main-logo img{
    max-width: 100%;
}
.accordion-text{
    padding-right: 10px;
}
.payment-form{
    background-color: #ffffff;
    box-shadow: 0 2px 40px rgba(0,0,0,0.15);
}
.form-column{
    border-right: 1px solid #d1d1d1;
}
.payment-form .billing-address-column{
    border-right: 1px solid #d1d1d1;
    padding: 38px 71px 106px 47px;
}
.payment-form .card-details-column{
    padding: 48px 45px 34px 82px;
}
.payment-form .billing-address-column > div{
    padding: 0;
}
.visa-card-wrap{
    margin-top: 30px;
    margin-bottom: 60px;
}
.visa-card-wrap img{
    border-radius: 16px;
    box-shadow: 0 3px 50px rgba(0,0,0,0.16);
}
.billing-address-column .billing{
    margin-bottom: 36px;
}
.card-details-column .details{
    margin-bottom: 26px;
}
.card-detail-wrapper{
    max-width: 460px;
}
.card-detail-wrapper > div{
}
.date-wrap > div{
    padding: 0;
}
.date-wrap .cvv{
    padding-left: 30px;
}
.payment-form form label{
    font-weight: 600;
    color: #43425D;
}
.text-underline{
    text-decoration: underline;
}
.text-underline:hover{
    text-decoration: none;
}

/* create a user page */

.create-users-form .billing-address-column {
    padding: 38px 71px 82px 47px;
}
.create-users-form .card-details-column {
    padding: 48px 145px 34px 82px;
}
.create-users-form .card-detail-wrapper {
    padding-bottom: 48px;
     border-bottom: 1px solid #d1d1d1;
     max-width: 100%;
 }
 .create-users-form .manage-text{
     margin: 20px 0 46px;
     color: #43425D;
 }
 .invite-user-wrap{
     display: flex;
 }
 .invite-user-wrap button.cancel{
    width: 35%;
    margin-right: 16px;
}
.invite-user-wrap button.invite-user{
    width: 65%;
    margin-left: 0;
}
.invitation{
    margin-bottom: 44px;
    font-size: 0.8rem;
    color: #43425D;
}
.create-users-form .card-details-column .details{
    margin-bottom: 52px;
}
.create-users-form .card-details-column .card-detail-wrapper > div{
}
.alert-square.bg-warning.support-icon-z:before {
    background-image: url(../img/support-icon.svg);
}
.white-content-block{
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .15);
    margin-top: 20px;
}
.buy-inner-box{
    padding: 40px 0;
}
.licences-disclaimer{
    margin: 0 35px 35px;
    border-bottom: 1px solid #D1D1D1;
}
.licences-disclaimer p{
    color: #43425D;
}
.buy-inner-box .table th{
    border: none;
    color: #43425D;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
}
.buy-inner-box select{
    min-width: 130px;
}
.buy-inner-box .basic-select{
    min-width: 170px;
}
.buy-inner-box .btn:after{
    width: 100px;
}
.buy-inner-box .table td{
    font-weight: 700;
    color: #43425D;
    vertical-align: middle;
    border-top: 1px solid #D1D1D1;
    border-bottom: 0;
    padding-top: 28px;
    padding-bottom: 28px;
}
.buy-inner-box .table {
    border-bottom: 0;
    margin: 0;
}
.buy-inner-box .table tr:last-child td{
    border-bottom: 1px solid #D1D1D1;
}
.buy-inner-box .table thead tr:first-child th:first-child{
    padding-left: 35px;
}
.buy-inner-box .table thead tr:first-child th:last-child{
    padding-right: 35px;
}
.buy-inner-box .table tr td:last-child{
    padding-right: 28px;
}
.buy-inner-box .table .identity-icon{
    position: relative;
    padding-left: 65px;
}
/* .buy-inner-box .table:first-child tr{
    padding: 0 25px;
} */
.identity-icon:after{
    content: "";
    position: absolute;
    background-size: contain;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}
.blue-identity:after{
    background: url(/images/ism.svg) center center no-repeat;
}
.orange-identity:after{
    background: url(/images/gdpr.svg) center center no-repeat;
}
.dark-blue-identity:after{
    background: url(/images/support.svg) center center no-repeat;
}

.summary-box{
    padding: 36px 0 0;
}
.summary-box .table td{
    border-top: none;
}
.summary-box .table-body{
    padding: 0 15px;
}
.summary-box .total-body{
    padding: 20px 25px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;

}
.summary-box .buy-now{
    margin: 20px 25px;
    max-width: calc(100% - 50px);
    width: 100%;

}
.summary-box .total-body table{
    width: 100%;
}
.summary-box .total-body table tr td{
    color: #43425D;
    font-weight: 500;
}
.summary-box .total-body table tr td:first-child{
    color: #A5ACBC;
}
.summary-box .total-body table tr:last-child td{
    padding-top: 20px;
}
.dataTables_info, .dataTables_paginate{
    font-size: 0.7rem;
    font-weight: 400;
    padding: 10px 40px !important;
    display: block;
}
.dataTables_info {
    margin: 10px 40px;
    color: #43425D;
    border-radius: 40px;
    background: #F0F0F7;
}
.summary-box .table-body tr td{
    font-weight: 500;
}
.buy-inner-box{
    min-height: 567px;
}
.menu-arrow{
    color: #BCBCCB;
}
.manage-section{
    background: #fff;
    box-shadow: 0 2px 40px rgba(0, 0, 0, .15);
    margin-top: 20px;
    margin-bottom: 20px;
}
/*
.dataTables_length{
  padding: 25px 45px;
}
*/
.dataTables_length label{

    margin-bottom: 0;
}
/*
.dataTables_length select{
    border: none;
    border-bottom: 1px solid #000;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1;
    background: #fff url(/images/arrow-down-43425d.svg) right center no-repeat;
    margin-bottom: 0;
    outline: none;
    color: #43425D;
} */

/*
div.table-responsive > div.dataTables_wrapper > div.row:first-child {
    margin: 20px 20px 0px 20px;
}
*/

.data-table tr th{
    border: none;
    font-weight: 700;
    color: #43425D;
    text-decoration: underline;
    /* padding: 14px 45px; */
}
.data-table .dataTable.no-footer{
    border: none;
}
.data-table tr td{
    /* padding: 14px 45px; */
    vertical-align: middle;
    border: none;
    border-top: 1px solid #D1D1D1;
    font-size: 0.9rem;
    font-weight: 400;
    color: #43425D;
}
.align-top tr td{
    vertical-align: top;
}
.data-table tr:last-child td{
    border-bottom: 1px solid #D1D1D1;
}
.data-table {
    border: none;
}
.data-table .btn.edit-btn{
    color: #fff;
    background-color: #43425D;
    border-color: #43425D;
    padding: 6px 12px;
    font-weight: 400;
    text-align: center;
    border: none;
    border-radius: 4px;
    width: auto;
}
.data-table .btn.edit-btn:after{
    display: none;
}
/*
.table-role{
    min-width: 400px;
}
*/
.adj-wrapper .sidebar{
    height: 79px;
    overflow: hidden;
}
.inner-content{
    background: #F0F0F7;
}
.adj-wrapper .inner-content{
    margin-left: -293px
}
.top-bar{
    position: relative;
}
.menu-arrow{
    /*position: absolute;
    top: 0;
    left: 0;
    height: 79px;
    width: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
    */
    color: #BCBCCB;
    cursor: pointer;
}
.menu-arrow .arrow{
    transition: all 0.2s ease-in;
}
.menu-arrow:hover .arrow{
    transform: translateX(-2px);
}
.menu-arrow.active svg{
    transform: rotate(180deg);
}
.menu-arrow:hover{
    color: #0056b3;
}
.toast {
    width: 470px;
    opacity: 0;
}
.alert {
    background-color: #fff;
    background-clip: padding-box;
    border: 5px solid;
    box-shadow: none;
    border-radius: 0;
    padding: 20px 20px 20px 20px;
    max-width: none;
    color: inherit;
}
.alert-dismissible {
    padding-right: 4rem; /* restore from bootstrap template */
}
.alert.toast {
    padding: 20px 80px 20px 20px;
}
.alert-success {
    border-color: #35D18F;
}
.alert-warning {
    border-color: #FFB100;
}
.alert-danger {
    border-color: #F30647;
}
.alert-info {
    border-color: rgb(0,148,196);
}
.toast .toast-body{
    padding: 0;
}
.alert-dismissible button.close, .toast-body button.close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    margin: 0;
    background: #ccc;
    text-decoration: none;
    padding: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:after,
    table.dataTable thead .sorting_asc_disabled:after,
    table.dataTable thead .sorting_desc_disabled:after,
    table.dataTable thead .sorting:before,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_asc_disabled:before,
    table.dataTable thead .sorting_desc_disabled:before
{
    content:"";
    display: inline-block;
    right: auto;
}

@media screen and (max-width: 1800px) {
    .form-bottom-section{
        flex-wrap: wrap;
    }
    .form-bottom-section .custom-control{
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }
    .visa-card-wrap img{
        max-width: 100%;
    }
}
@media screen and (min-width: 1650px) {
    .col-vlx-3{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/*
@media screen and (max-width: 1600px) {
    .overview-panel{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .parameters-action, .actions-panel{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
*/
@media screen and (max-width: 1400px) {
    .create-users-form .billing-address-column,.create-users-form .card-details-column,.payment-form .billing-address-column,.payment-form .card-details-column {
        padding: 20px 20px 20px 20px;
    }
    .billing-address-column .billing {
        margin-bottom: 20px;
    }
    .create-users-form .card-details-column .details{
        margin-bottom: 30px;
    }
    .system-form>[class*="col-"]{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .full-width-1400{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }
}
@media screen and (max-width: 1200px) {
    .inner-content{
        padding: 1.5rem 15px !important;
    }
    .inner-content .d-flex{
        display: block !important;
    }
    .system-form .d-flex{
        display: flex !important;
    }

    .inner-content .date-wrap{
        display: flex !important;
    }
    .card-detail-wrapper{
        max-width: 100%;
    }
    .system-form>[class*="col-"]{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .parameters-action, .actions-panel{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .actions-panel{
        margin-bottom: 30px;
    }
}
@media (max-width: 960px){
    .page-wrapper{
        display: block;
    }
    .left-section, .form-section{
        width: 100%;
        border: 0;
    }
    .left-section{
        padding: 20px 0;
        border: 0;
    }
    .main-logo {
        display: inline-block;
        max-width: calc(100% - 30px);
        width: 240px;
    }
    .form-inner {
        width: 520px;
        padding: 30px 15px;
        max-width: 100%;
    }
    .form-inner h1 {
    }
    .form-inner form{
        margin-top: 2rem !important;
    }
    .sidebar{
        width: 100%;
        overflow: hidden;
    }
    .right-content{
        width: 100%;
    }
    .buy-inner-box{
        margin-bottom: 40px;
    }
    .side-logo {
        padding: 20px 15px 30px;
        text-align: center;
    }
    .sidebar .nav-link{
        padding: 20px 25px 20px 40px;
    }
    .sidebar .nav-link .icon-text{
        left: 10px;
    }
    .grey-block{
        padding: 15px 15px;
        margin-top: 12px;
    }
    .card-header .btn-link {
        width: 100%;
        text-align: left;
        padding: 10px 34px 10px 15px;
        align-items: center;
    }
    .card-header .btn-link img {
        margin-right: 8px;
        width: 20px;
    }
    .card-header .btn-link:before{
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -7px;
    }
    .accordion > .card:not(:first-of-type) {
        margin-top: 5px;
    }
    .card-header .btn-link:after{
        display: none;
    }
    .system-form>[class*="col-"]{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .create-users-form .billing-address-column {
        padding: 28px 15px 40px 15px;
    }
    .billing-address-column .billing {
        margin-bottom: 20px;
    }
    h3, .h3 {
    }
    .create-users-form .card-details-column {
        padding: 0 15px 20px 15px;
    }
    .create-users-form .card-details-column .card-detail-wrapper > div {
    }
    .create-users-form .card-details-column .details {
        margin-bottom: 22px;
    }
    .create-users-form .card-detail-wrapper {
        padding-bottom: 15px;
    }
    .create-users-form .manage-text {
        margin: 20px 0 20px;
        color: #43425D;
    }
    .btn{
    }
    .btn:after {
        /* width: 131px; */
    }
    .billing-address-column .form-group{
        margin-bottom: 0;
    }
    .invitation {
        margin-bottom: 20px;
    }
    h1, .h1,
    h2, .h2 {
        font-weight: 700;
        color: #43425D;
    }
    .white-section {
        padding: 21px 15px 21px;
    }
    .visa-card-wrap {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .history-wrapper{
        margin-top: 10px;
    }
    .system-form>[class*="col-"]{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .gray-select{
        padding: 10px 27px 10px 10px;
        background-position: center right 9px;
    }
    html:not([dir=rtl]) .noUi-horizontal .noUi-handle{
        right: -7px;
    left: auto;
    }
    .noUi-horizontal .noUi-handle{
        top: -3px;
        width: 15px;
        height: 15px;
    }
    .actions-box,.parameter-box,.dd-list{
        min-height: 0;
    }
    .licences-disclaimer {
        margin: 0 20px 20px;
    }
    .buy-inner-box .dataTables_wrapper .table .identity-icon {
        position: relative;
        padding-left: 90px;
    }
    .data-table tr td {
        padding: 15px 16px;
    }
    .data-table tr th{
        padding: 15px;
    }
    .dataTables_length {
        padding: 20px 15px;
    }
    .adj-wrapper .inner-content{
        margin-left: 0;
    }
    .menu-arrow .arrow{
        display: none;
    }
    .side-logo {
        padding: 20px 15px 30px;
        text-align: center;
    }
    .adj-wrapper .sidebar {
        height: 78px;
    }
    .adj-wrapper .sidebar .side-logo {
        padding-top: 20px;
    }
}
@media screen and (max-width:  640px) {
    .profile-link img{
        display: none;
    }
    .profile-link .username{
        margin-right: 0;
    }
    .top-right .noti-items {
        margin-left: 10px;
        position: relative;
    }
    .top-bar input[type="search"]{
        width: 185px;
        margin-left: 0;
    }
    .card-header .btn-link{
        display: block;
    }
    .active-licences{
        float: none;
    }
    .card-header .btn-link img{
        display: block;
        margin: 0 0 10px;
    }
    .accordion-text{
        display: block;
        padding-right: 0;
    }
    .create-users-form .card-details-column .details{
    }
    .form-bottom-section .btn{
        margin: 5px 5px;
    }
    .admin-bar .switch{
        text-indent: 1000%;
        white-space: nowrap;
        overflow: hidden;
        width: 15px;
        padding: 0;
    }
    .welcome-note{
        display: none;
    }
    .actions-inner {
        padding: 15px 15px;
    }
    .alert-btn{
        padding: 10px 25px 10px 40px;
        line-height: 16px;
    }
    .alert-btn:before{
        right: 0;
        width: 25px;
        height: 25px;
    }
    .alert-btn::after {
        width: 25px;
        height: 25px;
        background-size: 7px auto;
    }
    .dd-list ul li a {
        padding: 20px 20px 20px 15px;
    }
    .dd-list ul li a:after{
        right: 5px;
    }
    .table th.counter{
        width: auto;
    }
    .buy-inner-box {
        padding: 20px 0px;
    }
    .summary-box .table-body {
        padding: 0 0;
    }
    .summary-box .total-body {
        padding: 15px 13px;
    }
    .menu-arrow {
        top: 28px;
        height: 40px;
        width: 40px;
    }
    .menu-arrow.active svg {
        transform: rotate(0deg);
    }
}
@media screen and (max-width: 479px) {
    .top-bar{
        flex-direction: column;
    }
    .dropdown-menu.alert-notifications{
        top: 48px !important;
        left: auto !important;
        right: -150px !important;
        width: 290px;
        z-index: 100001;
    }
    .profile-dd.dropdown-menu{
        left: 13px !important;
    }
    .top-right .noti-items .alert-notifications ul li a {
        padding: 15px 15px;
    }
    .alert-notifications h3:before{
        right: 157px;
    }
}

/* copied from https://codepen.io/JiveDig/pen/jbdJXR */
.switch-field {
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: rgb(0,148,196);
        color: white;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}
