.checkbox label {
    color: #333;
}

.checkbox label,
.radio label,
label,
.label-on-left,
.label-on-right {
    color: #333;
}

.form-group label.control-label {
    color: #333;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 360px;
}

.form-group label.select_float {
	position:absolute;
	top:-12px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: auto;
}

.content__form {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.icon-case {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    border-radius: 5px 0 0 5px;
    background: #eeeeee;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: 0;
    color: #555;
}

.input-case {
    flex: 1 1 auto;
    width: auto;
    padding: 8px 12px;
    margin-left: 0;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    min-height: 42px;
}

.wizard-container .content__form .select2-container {
    flex: 1 1 auto;
    width: auto !important;
}

.wizard-container .content__form .select2-container .select2-selection--single {
    height: 42px;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
}

.wizard-container .content__form .select2-container .select2-selection--single .select2-selection__rendered {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    line-height: 40px;
    padding-left: 12px;
}

.wizard-container .content__form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

#shipping_from_origin .content__form,
#customer_info .content__form {
    display: block;
}

#shipping_from_origin .content__form .select2-container,
#customer_info .content__form .select2-container {
    width: 100% !important;
}

#shipping_from_origin .content__form .select2-container .select2-selection--single,
#customer_info .content__form .select2-container .select2-selection--single {
    border-radius: 5px;
}

.wizard-container > .card.card-wizard {
    box-shadow: none;
    margin-bottom: 0;
}

.card-wizard .wizard-navigation {
    position: relative;
}

.card-wizard .nav-pills {
    background-color: rgba(200, 200, 200, 0.2);
}

.card-wizard .nav-pills > li {
    text-align: center;
}

.card-wizard .nav-pills > li + li {
    margin-left: 0;
}

.card-wizard .nav-pills > li > a,
.card-wizard .nav-pills .nav-link {
    border: 0 !important;
    border-radius: 0;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    color: #555555 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.card-wizard .moving-tab {
    position: absolute;
    text-align: center;
    padding: 12px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    top: -4px;
    left: 0;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    z-index: 1;
}

.card-wizard[data-color="rose"] .moving-tab {
    background-color: #e91e63;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}

.card-wizard .tab-content {
    min-height: 340px;
    padding: 20px 15px;
}

.card-wizard .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 20px;
}

.card-wizard .card-footer .clearfix {
    display: none;
}

.card-wizard .btn-finish {
    display: none;
}

.card-wizard .btn {
    text-transform: uppercase;
}
