.formOrcamentoNew .title,.formOrcamentoNewCRM .title,.formServicos .title {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.formOrcamentoNew .title a,.formOrcamentoNewCRM .title a,.formServicos .title a {
    font-size: 13px;
    color: #0BD6E6;
    text-decoration: underline;
    display: block;
    margin-left: auto
}

.formOrcamentoNew .esp,.formOrcamentoNewCRM .esp,.formServicos .esp {
    margin-bottom: 20px
}

.formOrcamentoNew .esp #cmessage,.formOrcamentoNewCRM .esp #cmessage,.formServicos .esp #cmessage {
    padding: 10px;
    height: 60px
}

.formOrcamentoNew .esp .form-group+.form-group,.formOrcamentoNewCRM .esp .form-group+.form-group,.formServicos .esp .form-group+.form-group {
    padding-bottom: 10px
}

.formOrcamentoNew .s-show,.formOrcamentoNewCRM .s-show,.formServicos .s-show {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    text-decoration: none!important
}

.formOrcamentoNew .s-show .fa,.formOrcamentoNewCRM .s-show .fa,.formServicos .s-show .fa {
    margin-right: 5px;
    font-size: 16px
}

.formOrcamentoNew .s-show span,.formOrcamentoNewCRM .s-show span,.formServicos .s-show span {
    font-size: 12px;
    color: #0BD6E6;
    text-decoration: underline;
    display: block
}

.formOrcamentoNew .plus,.formOrcamentoNew .sremove,.formOrcamentoNewCRM .plus,.formOrcamentoNewCRM .sremove,.formServicos .plus,.formServicos .sremove {
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    text-decoration: none!important;
    color: #fff!important;
    border-radius: 3px;
    float: right
}

.formOrcamentoNew .plus,.formOrcamentoNewCRM .plus,.formServicos .plus {
    display: flex;
    background-color: #0BD6E6;
    font-size: 25px;
    font-weight: 700
}

.formOrcamentoNew .cloned,.formOrcamentoNewCRM .cloned,.formServicos .cloned {
    padding-top: 10px;
    clear: both
}

.formOrcamentoNew .sremove,.formOrcamentoNewCRM .sremove,.formServicos .sremove {
    display: none;
    font-size: 15px;
    background-color: #FF6356
}

.formOrcamentoNew fieldset,.formOrcamentoNewCRM fieldset,.formServicos fieldset {
    padding: 30px 0 0
}

.formOrcamentoNew .success,.formOrcamentoNewCRM .success,.formServicos .success {
    padding: 60px 0;
    text-align: center;
    background: #104C66;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.formOrcamentoNew .success p,.formOrcamentoNewCRM .success p,.formServicos .success p {
    color: #fff!important
}

.formOrcamentoNew .form-action button,.formOrcamentoNewCRM .form-action button,.formServicos .form-action button {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    height: 40px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
    font-weight: 700;
    position: relative;
    background: #0BD6E6;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    width: 100%;
    float: right
}

.formOrcamentoNew .form-action button:hover,.formOrcamentoNewCRM .form-action button:hover,.formServicos .form-action button:hover {
    background-color: #104C66
}

.formOrcamentoNew .form-action button.load,.formOrcamentoNewCRM .form-action button.load,.formServicos .form-action button.load {
    color: #104C66;
    background-color: #104C66
}

.formOrcamentoNew .form-action button.load:before,.formOrcamentoNewCRM .form-action button.load:before,.formServicos .form-action button.load:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border-top: 2px solid #fff;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite
}

.formOrcamentoNew .form-group.row .box,.formOrcamentoNewCRM .form-group.row .box,.formServicos .form-group.row .box {
    padding-right: 10px
}

.formOrcamentoNew .form-group.row .box+.box,.formOrcamentoNewCRM .form-group.row .box+.box,.formServicos .form-group.row .box+.box {
    padding: 0 0 0 10px
}

.formOrcamentoNew .form-group label,.formOrcamentoNewCRM .form-group label,.formServicos .form-group label {
    display: block;
    font-size: 13px;
    padding: 0 0 8px;
    font-weight: 600
}

.formOrcamentoNew .form-group a.show-modal,.formOrcamentoNewCRM .form-group a.show-modal,.formServicos .form-group a.show-modal {
    float: right;
    display: inline-block;
    text-decoration: underline;
    padding: 10px 0;
    font-size: 13px;
    color: #0BD6E6;
    font-weight: 700
}

.formOrcamentoNew .form-group .form-control,.formOrcamentoNew .form-group .form-text,.formOrcamentoNewCRM .form-group .form-control,.formOrcamentoNewCRM .form-group .form-text,.formServicos .form-group .form-control,.formServicos .form-group .form-text {
    vertical-align: middle;
    border: 1px solid #eee;
    background: #fff;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    font-size: 15px;
    border-radius: 0;
    transition: .2s;
    box-sizing: border-box
}

.formOrcamentoNew .form-group .form-control:focus,.formOrcamentoNew .form-group .form-text:focus,.formOrcamentoNewCRM .form-group .form-control:focus,.formOrcamentoNewCRM .form-group .form-text:focus,.formServicos .form-group .form-control:focus,.formServicos .form-group .form-text:focus {
    background: #f5f5f5
}

.formOrcamentoNew .form-group .form-control.empty,.formOrcamentoNew .form-group .form-text.empty,.formOrcamentoNewCRM .form-group .form-control.empty,.formOrcamentoNewCRM .form-group .form-text.empty,.formServicos .form-group .form-control.empty,.formServicos .form-group .form-text.empty {
    border-color: #DD2D48
}

.formOrcamentoNew .form-group .form-control#cfirst,.formOrcamentoNew .form-group .form-text#cfirst,.formOrcamentoNewCRM .form-group .form-control#cfirst,.formOrcamentoNewCRM .form-group .form-text#cfirst,.formServicos .form-group .form-control#cfirst,.formServicos .form-group .form-text#cfirst {
    width: calc(100% - 100px)
}

.formOrcamentoNew .form-group .form-control#cstate,.formOrcamentoNew .form-group .form-text#cstate,.formOrcamentoNewCRM .form-group .form-control#cstate,.formOrcamentoNewCRM .form-group .form-text#cstate,.formServicos .form-group .form-control#cstate,.formServicos .form-group .form-text#cstate {
    padding-left: 10px;
    width: calc(100% - 90px)
}

.formOrcamentoNew .form-group .form-text,.formOrcamentoNewCRM .form-group .form-text,.formServicos .form-group .form-text {
    height: 80px;
    padding: 20px
}

.formOrcamentoNew .form-group.w-qty,.formOrcamentoNewCRM .form-group.w-qty,.formServicos .form-group.w-qty {
    position: relative;
    padding-right: 122px
}
.formOrcamentoNew .form-group,.formOrcamentoCRM .form-group,.formServicos .form-group,.jn-support .form-group {
    padding-bottom: 13px
}