body {
    line-height: 1.5;
    background: #f1f2f7 !important
}

.may-form-title-wrapper {
    height: 2.8125rem
}

.may-form-title-wrapper .may-form-title {
    position: fixed;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    background-color: #ff5050;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0
}

.form select,
label {
    font-weight: 700
}

.form section {
    border-radius: 6px
}

.form .form-group {
    min-height: 2.8125rem
}

.form .form-group.border-bottom {
    border-bottom: 1px solid #ebebeb !important
}

.form .form-group .text-muted {
    color: #666 !important
}

.form .form-group .bg-light {
    background: #f2f2f2 !important
}

.form .form-group label.left-label {
    color: #000;
    padding-left: 8px;
    min-width: 38vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400
}

.form .form-group input:focus,
.form .form-group input:hover,
.form .form-group input:visited,
.form .form-group select:focus,
.form .form-group select:hover,
.form .form-group select:visited {
    border: none;
    outline: 0;
    box-shadow: none
}

.form .form-group select {
    /* text-align: end; */
    border: none;
    outline: 0;
    height: 1.25rem;
    line-height: 1.25rem;
    padding-right: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    background: url(/asset/images/old/form/right.svg) right no-repeat #fff;
    background-size: .875rem
}

.form .table>tbody>tr:first-child td {
    border-top: none
}

.form .table>tbody>tr:last-child td {
    border-bottom: none
}

.form .table>tbody>tr>td {
    vertical-align: middle;
    border: 1px solid #ebebeb
}

.form .table>tbody>tr>td:first-child {
    border-left: none
}

.form .table>tbody>tr>td:last-child {
    border-right: none
}

.may-form-footer-wrapper {
    height: 5.375rem
}

.may-form-footer-wrapper .may-form-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.375rem;
    line-height: 5.375rem;
    background: #fff;
    box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, .04);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.may-form-footer-wrapper .may-form-footer button {
    width: 100%;
    height: 3.125rem;
    background-color: #ff5050;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.nav-tabs {
    border: none !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-tabs a {
    color: #666
}

.nav-tabs a.nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem
}

.hide,
.tab-content .tab-pane {
    display: none
}

.nav-tabs a.nav-link,
.nav-tabs a.nav-link.active {
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    padding-left: 15px;
    padding-right: 15px
}

.nav-tabs a.nav-link.active {
    position: relative;
    font-weight: 700
}

.nav-tabs a.nav-link.active:before {
    content: '';
    position: absolute;
    top: -10px;
    height: 4px;
    width: 100%;
    background: #ff5050;
    left: 0
}

.form .form-group input {
    height: initial
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333%
}

.col-11 {
    width: 91.66666667%
}

.col-12 {
    width: 100%
}

.tab-content .tab-pane.active {
    display: block
}