/* @extend display-flex; */

display-flex,
.form-flex,
.form-date-group,
.steps ul,
.title,
.title .step-number,
.actions ul li a,
.form-radio-flex,
.form-find {
    display: flex;
    display: -webkit-flex;
}


/* @extend list-type-ulli; */

list-type-ulli,
.steps ul,
.actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a:focus,
a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.clear {
    clear: both;
}

h2 {
    font-size: 30px;
    margin: 0px;
}

.main {
    padding: 50px 0;
    position: relative;
    z-index: 99;
}

.container {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
}

fieldset {
    padding: 25px;
    margin: 0px;
    border: none;
}

p.desc {
    margin: 0px;
    margin-bottom: 40px;
    color: #555;
}

.form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.text-input {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 5px;
}

.text-input span {
    color: #222;
    font-weight: bold;
}

#steps-uid-0-p-0 .form-row,
#steps-uid-0-p-0 .form-group,
#steps-uid-0-p-0 .form-date {
    width: 680px;
}

.form-flex {
    margin: 0 -10px;
}

.form-flex .form-group {
    width: 50%;
    padding: 0 10px;
}

.form-group,
.form-date {
    margin-bottom: 18px;
    position: relative;
}

.form-date-group {
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.form-date-group select {
    border: 1px solid #ebebeb;
    width: 100%;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    font-family: 'Roboto Slab';
    color: #999;
    box-sizing: border-box;
    background-color: #fff;
    color: #222;
    font-weight: bold;
}

.form-date-item {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin-right: 10px;
}

.vertical {
    display: block;
    width: 100%;
    overflow: hidden;
}

.vertical .steps {
    float: left;
    width: 310px;
}

.vertical .content,
.vertical .actions {
    float: right;
    width: 1090px;
}

.content {
    height: auto;
}

.steps ul li {
    padding-bottom: 30px;
    position: relative;
    z-index: 99;
    width: 25%;
}

.steps ul li a {
    text-decoration: none;
    color: #222;
}

.title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.title .step-number {
    width: 40px;
    height: 40px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #ebebeb;
    color: #999;
    margin-right: 15px;
    border: 5px solid #fff;
    font-weight: bold;
}

.title .step-text {
    font-weight: bold;
    color: #999;
}

.current .title .step-number {
    background: #4966b1;
    color: #fff;
}

.current .title .step-text {
    color: #4966b1;
}

.content h3 {
    display: none;
}

.content {
    border: 4px solid #f8f8f8;
    margin-bottom: 20px;
}

.actions {
    padding-bottom: 90px;
}

.actions ul .disabled {
    display: none;
}

.actions ul li {
    float: right;
}

.actions ul li:first-child {
    float: left;
}

.actions ul li:first-child a {
    background: #e8e8e8;
    color: #999;
}

.actions ul li a {
    width: 140px;
    height: 50px;
    color: #fff;
    background: #4966b1;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    text-decoration: none;
}

.form-radio-flex {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -15px;
}

.form-radio-flex .form-radio-item {
    padding: 0 15px;
    margin-bottom: 25px;
}

.form-radio-flex input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.form-radio-flex input+label {
    margin: 0px;
    width: 223px;
    height: 133px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    text-align: center;
    text-transform: none;
    transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.form-radio-flex input+label img {
    width: 100%;
    height: 100%;
}

.form-radio-flex input:checked+label {
    border: 1px solid #4966b1;
    z-index: 1;
}

.form-radio-flex input:focus+label {
    outline: none;
}

.form-radio-flex input:hover {
    border: 1px solid #4966b1;
}

label.error {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

label.error:after {
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    content: '\f135';
    right: 20px;
    top: 43px;
    font-size: 13px;
    color: #f63726;
}

input.error {
    border: 1px solid #f63726;
}

.submit {
    width: 150px;
    background: #666;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.submit:hover {
    background-color: #4d4d4d;
}

.form-find {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}

.form-icon {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 18px;
    color: #999;
}

@media screen and (max-width: 1024px) {
    .vertical .steps,
    .vertical .content,
    .vertical .actions {
        float: none;
        width: 100%;
    }
    .form-radio-flex input+label {
        width: 190px;
        height: 120px;
    }
}

@media screen and (max-width: 992px) {
    .content {
        height: 900px;
    }
    .form-radio-flex input+label {
        width: 100px;
        height: 65px;
    }
}

@media screen and (max-width: 768px) {
    #steps-uid-0-p-0 .form-row,
    #steps-uid-0-p-0 .form-group,
    #steps-uid-0-p-0 .form-date {
        width: 100%;
    }
    .form-flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0;
    }
    .form-flex .form-group {
        padding: 0;
    }
    fieldset,
    .actions ul {
        padding-left: 30px;
        padding-right: 30px;
    }
    #slider-margin .noUi-pips {
        width: 94%;
    }
}

@media screen and (max-width: 480px) {
    .form-date-group,
    .form-find {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }
    .content {
        height: 1050px;
    }
    .actions ul li a {
        width: 100px;
    }
    .form-radio-flex {
        margin: 0 -5px;
    }
    .form-radio-flex .form-radio-item {
        padding: 0 5px;
    }
    .form-radio-flex input+label {
        width: 90px;
        height: 61px;
    }
}

.table-header {
    background: #2e3e4e;
    color: #fff;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

th {
    background-color: rgba(0, 0, 0, .05);
}

.pointer {
    cursor: pointer;
}

.section_header {
    background: #999999;
    padding: 5px;
    color: #fff;
}

ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

ol>li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}
