input,select {
    border-radius: 4px;
    display: table-cell;
}
.form-container {
    padding: 50px 5%;
    margin: 0 5%;
}

input[type='button'], input[type='submit'] {
    margin-top: 40px;
}

.progress, .progress-bar {
    border-radius: 10px;
}

.row-mb20 {
    margin-bottom: 20px;
}

.padding-l-0 {
    padding-left: 0;
}

.padding-r-0 {
    padding-right: 0;
}

div h3{
    font-size:25px;
    font-family:inherit;
    font-weight:600;
}

i[data-toggle="tooltip"] {
    font-size: 18px;
}

input[type='checkbox'],input[type='radio'] {
    height: 13px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-group,.form-control {
    margin-bottom: 0;
}

.has-success .form-control:focus, .has-success .form-control, .has-success .input-group-addon {
    border-color: #c3c3c3;
}

.has-success .input-group-addon {
    background-color: #eee;
}

.form-control {
    border-color: #c3c3c3;
}
.form-control-feedback {
    line-height: 52px;
    padding-right: 40px;
}

.list-custom li {
    height: 70px;
    float: left;
    line-height: 70px;
    text-align: center;
    display: inline-block;
}

.list-custom {
    list-style: none;
    padding-left: 0;
    height: 52px;
}

.list-custom li:first-child {
    padding-right: 0;
}

.list-custom li:last-child {
    padding-left: 0;
}

.list-custom li:first-child label {
    border-right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.list-custom li:last-child label {
    border-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.list-custom li label {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;
    background-color: #F3F3F3;
    border-radius: 26px;
    border: 2px solid #c3c3c3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-custom li input {
    display: none;
}

.list-custom li input:hover + .list-label {
    background-color:#2573cb;
    color:#ffffff;
    border-color: #2573cb;
}

.list-custom li input:checked + .list-label {
    background-color:#15549a;
    color:#ffffff;
    border-color: #15549a;
}

.input-group-addon {
    border: 2px solid #c3c3c3;
    font-size: 16px;
}

.loading-area img {
    width: 100px;
    margin-top: calc(50vh - 50px);
    background: rgba(0, 0, 0, 0);
}

.loading-area {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    z-index: 99;
    transition: none!important;
}

@media only screen and (max-width: 991px) {
    .last-name {
        margin-top: 20px;
    }
}