﻿.sidebar-nav > ul > li > a.active {
    background: #ffffff !important;
}

.no-padding{
    padding:unset !important;
}

.wizard > .actions > ul > li.disabled {
    display: none;
}

.paymentMethod.selected {
    border-width: 3px !important;
}


.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.card {
    margin-bottom: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-bottom:unset !important;
}

.form-error {
    color: #b94a48;
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

input[type=file].form-control{
    border:none;
    padding-left:0px;
}

.form-control {
    border: 1px solid #bdbdbd !important;
}

.wizard-content .wizard > .actions > ul > li > a {
    background: #1976d2;
    border: 1px solid #1976d2;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.sweet-alert {
    z-index: 99998;
}
.preloader {
    background: #ffffffab;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 13px;
    line-height: 1.333;
    text-shadow: none;
    padding: 0px 8px;
    background: #02c2cb;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
