/** Body with sticky footer **/

html,
body {
    height: 100%;
    scroll-behavior: smooth;
}
main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -75px;
    /** the bottom margin is the negative value of the footer's height **/
}
body.login main {
    margin: 0 auto -110px;
}
body.commercial main {
    margin: 0 auto -203px;
    background-color: white;
}
h4 .badge {
    margin-left: 0 !important;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
}
a.factors-btn span {
    display: inline-block;
    width: 50%;
    white-space: pre-line;
}
.role-table #id_empty {
    margin: 10px 0;
}
.bootstrap-datetimepicker-widget table td span {
    border-radius: 0;
}
.modal-header .modal-title i.fa-exclamation-triangle {
    color: #f6bb42;
}
main section#step .datepicker .glyphicon {
    font-family: 'FontAwesome';
}
main section#step .datepicker .glyphicon-chevron-left::before {
    content: "\f053";
}
main section#step .datepicker .glyphicon-chevron-right::before {
    content: "\f054";
}
.validade_promocao_ {
    display: none;
}
.promo + .validade_promocao_ {
    display: block;
}

/** Content **/
.container {
    width: 1170px;
}
main .container {
    height: 100%;
    padding-bottom: 3em;
}

/** Header **/

main header {
    clear: both;
}
main header .alert {
    border-width: 0 0 1px;
    text-align: center;
}
nav.navbar-default .container {
    padding: 0;
}
nav.navbar-default .container a.navbar-brand {
    display: block;
    height: auto;
    padding: 25px 0;
    margin: 0;
}
nav.navbar-default .container a.navbar-brand img {
    display: block;
}
nav.navbar-default .container > div > ul > li > a {
    border-left: solid 1px #cacfd6;
    margin: 40px 0;
    padding: 5px 35px;
}
nav.navbar-default .container > div > ul > li:first-child > a {
    padding-left: 0;
    border: 0;
}
nav.navbar-default .container > div ul li.profile > a {
    margin: 0;
    padding: 28px 25px 27px;
    color: #56565a;
    background-color: #e0e6e9;
    border-left: 0;
}
nav.navbar-default .container > div ul li.profile > a:hover {
    background-color: #CDD7DC;
}
nav.navbar-default .container > div ul li.profile a .logo {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 55px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
nav.navbar-default .container > div ul li.profile a .logo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 3px 2px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: inset 0px 0px 3px 2px rgba(50, 50, 50, 0.35);
    box-shadow: inset 0px 0px 3px 2px rgba(50, 50, 50, 0.35);
    -webkit-transition: box-shadow 0.2s ease-in;
    -moz-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
}
nav.navbar-default .container > div ul li.profile a .logo img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    opacity: .8;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
}

/* Login page */

body.login .alert {
    border-width: 2px;
}
body.login .btn-primary {
    background-color: #f4791c;
    border-color: #f4791c;
}
body.login .btn-primary:hover {
    background-color: #e76604;
}
body.login main {
    background-color: #0073a6;
}
body.login main #bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.login main #bg > img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    opacity: .8;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body.login main {
    position: relative;
    z-index: 0;
}
body.login main .container a.forgot-password {
    color: #ffffff;
}
body.login main .container a.forgot-password:hover,
body.login main .container a.forgot-password:focus {
    text-decoration: underline;
}
body.login main .container form.form-signin {
    margin: 20% 0;
}
body.login main .container form.form-signin h2.form-signin-heading {
    margin-bottom: 2em;
    text-align: center;
}
body.login main .container form.form-signin label {
    font-weight: normal;
    color: #999999;
}
body.login main .container form.form-signin input {
    margin-bottom: 1em;
}
body.login main .container form.form-signin .password {
    margin-bottom: 3em;
}
body.login main .container form.form-signin .password a.forgot-password {
    margin-top: 2em;
}
body.login main .container body.login-footer {
    padding: 1.5em 0;
    text-align: center;
}

/* Commercial page */

body.commercial ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
body.commercial h2 {
    margin-bottom: 1.25em;
    font-weight: 400;
    color: #026194;
}
body.commercial .about-program .breadcrumb {
    margin: -5px 0 7em 70px;
}
body.commercial .about-program .breadcrumb-arrow:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 70px;
    margin-left: -80px;
}
body.commercial .breadcrumb-arrow li span,
body.commercial .breadcrumb-arrow li a,
#plan-modal .breadcrumb-arrow li span,
#plan-modal .breadcrumb-arrow li a {
    padding: 0 1em 0 1.4em;
    font-size: 1.4em
}
body.commercial .breadcrumb-arrow li a,
#plan-modal .breadcrumb-arrow li a {
    height: 53px;
    line-height: 53px;
}
body.commercial .breadcrumb-arrow li a:before,
body.commercial .breadcrumb-arrow li a:after,
#plan-modal .breadcrumb-arrow li a:before,
#plan-modal .breadcrumb-arrow li a:after {
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
}
body.commercial .breadcrumb-arrow li a:after,
#plan-modal .breadcrumb-arrow li a:after {
    border-left: 13px solid #ddf1fa;
    right: -11px;
}
body.commercial .new-program {
    display: block;
    position: relative;
    margin: 5em 0;
    padding-left: 150px;
}
body.commercial .new-program:hover a {
    -webkit-transition: background-color .5s, border-color .5s;
    transition: background-color .5s, border-color .5s;
}
body.commercial .new-program a.discount {
    display: table;
    position: absolute;
    width: 170px;
    height: 170px;
    top: 50%;
    left: 0;
    text-align: center;
    font-size: 1.4em;
    color: #ffffff;
    background-color: #0073a6;
    border-color: #006b9b;
    border-radius: 50%;
    border-style: solid;
    border-width: 10px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.5) inset;
}
body.commercial .new-program:hover a.discount {
    text-decoration: none;
    background-color: #016694;
    border-color: #005b84;
}
body.commercial .new-program a.discount span {
    display: table-cell;
    vertical-align: middle;
    text-transform: none;
    font-weight: 400;
}
body.commercial .new-program a.discount span strong {
    display: block;
    line-height: 1em;
    font-size: 2.8em;
    font-weight: bold;
}
body.commercial .new-program a.create-program {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: 600;
    color: #ffffff;
    background: #f68c3c;
}
body.commercial .new-program > a.create-program {
    display: block;
    padding: .8em 1em;
    margin-left: -150px;
}
body.commercial .new-program a.discount + a.create-program {
    font-size: 1.3em;
    margin-left: 0;
}
body.commercial .new-program a.create-program:hover,
body.commercial .new-program a.discount:hover + a.create-program,
body.commercial .new-program a.discount + a.create-program:hover {
    background-color: #D95701;
}
body.commercial .new-program a.create-program i {
    padding-right: .5em;
    vertical-align: -.1em;
    font-size: 2em;
}
body.commercial .new-program p {
    padding-left: 30px;
    font-size: 1.2em;
    font-weight: 600;
    color: #0073a6;
}
body.commercial main header nav.navbar-default {
    background-color:rgba(255,255,255,.95);
    z-index: 1;
}
body.commercial main header nav.navbar-default .container > div > ul > li:first-child > a {
    padding-left: 0;
    border: 0;
}
body.commercial main header nav.navbar-default .container > div > ul > li:last-child:not(.profile) > a {
    color: #0073a6;
}
body.commercial main .banner-header {
    position: relative;
    width: 100%;
    height: 665px;
    top: -8em;
    background: url(../img/banner-pccs.jpg) top left no-repeat;
    background-size: cover;
}
body.commercial main .banner-header .container,
body.commercial main .presentation .container {
    padding: 0;
}
body.commercial main .banner-header a.program-logo {
    display: block;
    width: 280px;
    margin: 12em auto 0;
}
body.commercial main .banner-header a.program-logo img {
    width: 100%;
}
body.commercial main .presentation {
    width: 100%;
    margin-top: -8em;
    background-color: #ffffff;
}
body.commercial main .presentation .container .col-xs-6 {
    margin-top: -7.5em;
}
body.commercial main .presentation .container .col-xs-6:first-child {
    margin-top: 2.6em;
}
body.commercial main .presentation .container .col-xs-6 h4 {
    font-weight: 400;
    color: #0073a6;
    margin: 0;
}
body.commercial main .presentation .container .col-xs-6 h4:last-child {
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 90px 0 0;
    background: transparent url(../img/arrow-presentation.png) no-repeat right top;
    margin-bottom: 4rem;
}
body.commercial main .presentation .container .col-xs-6 h4:last-child,
body.commercial main section .container .about-program h2 {
    color: #f68c3c;
}
body.commercial main section .container .about-program h4 {
    margin-bottom: 1.5em;
    font-weight: bold;
    color: white !important
}
body.commercial main section .container .about-program p {
    line-height: 2em;
    font-size: 1.4em;
}
body.commercial main section .program-button {
    width: 100%;
    height: 310px;
    background-color: #56565A;
    background-size: cover;
}
body.commercial main section .program-button .container {
    padding: 0;
}
body.commercial main section .program-button .promo-img {
    display: table-cell;
    width: 360px;
    height: 310px;
}
body.commercial main section .program-button .new-program {
    position: relative;
    margin: 0;
    padding: 4em 0 0;
}
body.commercial main section .program-button .new-program > a.create-program {
    display: table;
    margin-bottom: .5em;
    margin-left: 0;
    padding: 1.2em 1em;
    border-radius: 40px;
}
body.commercial main section .program-button .new-program > a.create-program .button-icon {
    display: table-cell;
    padding: 1.2em;
    background-color: #0073a6;
    border-radius: 40px;
}
body.commercial main section .program-button .new-program > a.create-program:hover .button-icon {
    background-color: #016694;
}
body.commercial main section .program-button .new-program > a.create-program .button-text {
    display: table-cell;
    padding-left: 1em;
    line-height: 1.3em;
    vertical-align: middle;
    text-align: left;
    font-size: 1.4em;
}
body.commercial main section .program-button .new-program p {
    padding-left: 0;
    color: #ffffff;
}
/* body.commercial main section .program-button.promo {
    background-image: url(../img/promocao-de-ferias/2016/promocao-de-ferias-bg.jpg);
    background-color: #026DA5;
}
body.commercial main section .program-button.promo .promo-img {
    background: url(../img/promocao-de-ferias/2016/promocao-de-ferias.png) right center no-repeat;
} */
body.commercial main section .program-button.promo {
    background-color: #016CA4;
}
body.commercial main section .program-button.promo .promo-off {
    display: table-cell;
    height: 240px;
    padding-top: 3em;
    vertical-align: middle;
    color: #ffffff;
}
body.commercial main section .program-button.promo .promo-off span.promo-title {
    display: block;
    margin-bottom: .2em;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5em;
    font-weight: bold;
}
body.commercial main section .program-button.promo .promo-off span.promo-title:before,
body.commercial main section .program-button.promo .promo-off span.promo-title:after {
    content: '\f0c9';
    font-family: 'FontAwesome';
}
body.commercial main section .program-button.promo .promo-off span.promo-title:before {
    padding-right: .8em;
}
body.commercial main section .program-button.promo .promo-off span.promo-title:after {
    padding-left: .8em;
}
body.commercial main section .program-button.promo .promo-off span.promo-title + div {
    padding: .6em 1.5em 0;
    color: #016CA4;
    background-color: #ffffff;
    border-radius: 25px;
}
body.commercial main section .program-button.promo .promo-off span.promo-value,
body.commercial main section .program-button.promo .promo-off span.promo-text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1em;
}
body.commercial main section .program-button.promo .promo-off span.promo-value {
    font-size: 5.5em;
    font-weight: bold;
}
body.commercial main section .program-button.promo .promo-off span.promo-value:after {
    content: '%';
    padding-right: .4em;
    font-size: .5em;
}
body.commercial main section .program-button.promo .promo-off span.promo-text {
    font-size: 3.4em;
}
body.commercial main section .program-button.promo .new-program {
    margin: 0 0 0 3em;
    padding: 3em 0 0;
}
body.commercial main section .program-button.promo .new-program > a.create-program .button-text {
    font-size: 1.2em;
}
body.commercial main section .container .program-benefits {
    border-radius: 40px;
    margin-bottom: 5em;
    color: #FFFFFF;
}
body.commercial main section .container .program-benefits ul {
    display: flex;
    margin-bottom: 0;
}
body.commercial main section .container .program-benefits ul li {
    display:inline-block;
    min-height: 85px;
    margin: .8em 0;
    text-align: center;
}
body.commercial main section .container .program-benefits ul li:nth-child(odd) {
    clear: left;
}
body.commercial main section .container .program-benefits ul li:nth-child(even) {
    clear: right;
}
body.commercial main section .container .program-benefits ul li span {
    display: table-cell;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: inset -1px 3px 4px rgba(50, 50, 50, 0.18);
    -moz-box-shadow: inset -1px 3px 4px rgba(50, 50, 50, 0.18);
    box-shadow: inset -1px 3px 4px rgba(50, 50, 50, 0.18);
    z-index: 1;
}
body.commercial main section .container .program-benefits ul li span img {
    width: 100%;
}
body.commercial main section .container .program-benefits ul li p {
    display: table-cell;
    position: relative;
    padding: 10px 0 10px 25px;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: bold;
}
body.commercial main section .container .program-step {
    margin-bottom: 3em;
}
body.commercial main section#program-steps {
    width: 100%;
    background: url(../img/steps-bg.png);
}
body.commercial main section#program-steps .container {
    padding: 5em 0 4em;
}
body.commercial main section#program-steps .container iframe {
    border: 3px dashed #0073a5;
}
body.commercial main section#program-steps .about-program .arrow {
    position: relative;
    float: left;
    width: 75px;
    height: 100px;
    overflow: hidden;
}
body.commercial main section#program-steps .about-program .arrow .curve {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 6px solid #0073a5;
    border-color: transparent #0073a5 transparent transparent;
    height: 100px;
    width: 200px;
    border-radius: 0 0 100% 0;
}
body.commercial main section#program-steps .about-program .arrow .point {
    position: absolute;
    left: 2px;
    top: 80px;
}
body.commercial main section#program-steps .about-program .arrow .point:before,
body.commercial main section#program-steps .about-program .arrow .point:after {
    border: 3px solid #0073a5;
    height: 25px;
    content: "";
    position: absolute;
}
body.commercial main section#program-steps .about-program .arrow .point:before {
    top: -18px;
    left: 1px;
    transform: rotate(20deg);
}
body.commercial main section#program-steps .about-program .arrow .point:after {
    top: -7px;
    left: 9px;
    transform: rotate(90deg);
}
body.commercial main section#program-steps .no-gutter .program-screen {
    width: 305px;
    height: 500px;
    float: left;
    background: url(../img/pc-screen-left.png) top left no-repeat;
}
body.commercial main section#program-steps .no-gutter .about-program {
    float: left;
    margin-left: 15px;
    background: url(../img/pc-screen-right.png) top left no-repeat;
}
body.commercial main section#program-steps .no-gutter .about-program:before {
    content: "";
    height: 550px;
    float: left;
    margin: -25px -8px 0;
    border-right: dashed 3px #0073a6;
}
body.commercial main section#program-steps .no-gutter .about-program .breadcrumb-arrow {
    padding-right: 1em;
    background: none;
}
body.commercial main section .container .program-step .col-description {
    float: right;
    text-align: left;
}
body.commercial main section .container .program-step:nth-child(even) .col-description {
    float: left;
    text-align: right;
}
body.commercial main section .container .program-step .col-description h5 {
    font-weight: 600;
}
body.commercial main section .container .program-step .col-description ul li i {
    padding-right: .5em;
    font-size: 1.5em;
    color: #0073a6;
}
body.commercial main section .container .program-step .col-thumb .thumbnail {
    padding: 0;
    background: none;
    border-radius:0;
    box-shadow: none;
}
body #plan-modal .modal-header .breadcrumb {
    min-width: 900px;
    float: left;
    margin-right: 2em;
    margin-bottom: 3.5em;
}

/** FAQ Page **/

body.commercial main section .container .accordion .panel .panel-heading .panel-title span a h5 {
    margin-bottom: 0;
}
body.commercial main section .container #faq-content {
    border-right: 1px solid #ccd1d9;
}
body.commercial main section .container #help-desk .phone {
    min-height: 165px;
    background: url(../img/help-desk.png) top right no-repeat;
}
body.commercial main section .container #help-desk .phone h4 {
    min-height: inherit;
    padding-top: 20%;
    font-weight: bold;
    color: #0073a6;
}

/** Home **/

main section#home .container h1 {
    margin-top: 0;
    color: #0073a6;
}
main section#home .container h4 {
    color: #56565a;
}
main section#home .container > div .welcome-video {
    margin-bottom: 1em;
    margin-left: 2em;
}
main section#home .container .col-xs-12 .panel:last-of-type {
    margin-top: 2em
}

/** Programs **/

main section#programs .container h3 {
    font-weight: bold;
    color: #0073a6;
}
main section#programs .container h3 span {
    color: #56565a;
}
main section#programs .container .panel.list-panel .panel-body {
    padding: 0;
}
main section#programs .container .panel.list-panel .panel-body {
    overflow-y: auto;
    max-height: 600px;
}
main section#programs .container .panel.list-panel .panel-body .list-group {
    margin-bottom: 0;
    border: 0;
}

/** Settings **/

main section#settings .nav-tabs {
    margin-bottom: 1.5em;
}
main section#settings .panel .list-group-item:first-child {
    border-top: 0;
}
main section#settings .input-group,
main section#settings .role-table .role-table-container {
    margin-bottom: 1.5em;
}
main section#settings .role-table .input-group,
main section#settings.configuracoes .input-group {
    margin-bottom: 0;
}

/** Positions **/
/** -------------------------------- OBS: trocar a classe "configuracoes" por "cargos" -------------------------------- **/
main section#settings.configuracoes .draggable-list {
    display: inline;
}
main section#settings.configuracoes .draggable-list .list-group {
    overflow-y: auto;
    max-height: 520px;
    margin-bottom: 2rem;
    border-top: 0;
}

/** Factors **/

main section#settings.fatores .role-table .table,
main section#settings.fatores .role-table .table thead tr {
    border-top: 0;
}
main section#settings.fatores .role-table .role-table-filter {
    border-bottom: 1px solid #aab2bd;
}
main section#settings.fatores .role-table .role-table-container {
    overflow-y: auto;
    max-height: 550px;
    border-left: 1px solid #aab2bd;
}
main section#settings.fatores .role-table .role-table-container table thead,
main section#settings.fatores .role-table .role-table-container table thead tr,
main section#settings.fatores .role-table .role-table-container table thead tr .role-checkbox,
main section#settings.fatores .role-table .role-table-container table tbody tr .role-checkbox {
    border-left: 0;
}
main section#settings.fatores .role-table .role-table-container table tbody tr .role-checkbox input[type="checkbox      "] {
    margin-bottom: 1.5rem;
}
main section#settings.fatores .role-table .role-table-container table tr th input[type="text"] {
    width: 220px;
}
main section#settings.fatores .role-table .role-table-container table tr th {
    text-align: center;
}
main section#settings.fatores .role-table .role-table-container table tr td textarea {
    min-width: 270px;
    resize: vertical;
}
main section#settings.fatores-avd .panel-group-lists .panel .panel-heading:first-of-type {
    border-top: 0;
}
main section#settings.fatores-avd .panel-group-lists .panel-heading + .panel-collapse .panel-body {
    overflow-y: auto;
    max-height: 600px;
}

/** Benefits and Occupational Groups **/

main section#settings.beneficios .role-table .role-table-container,
main section#settings.grupos .role-table .role-table-container {
    overflow-y: auto;
    max-height: 450px;
    border-bottom: 1px solid #ddd;
}
main section#settings.beneficios .role-table .role-table-container table thead tr,
main section#settings.grupos .role-table .role-table-container table thead tr {
    border-top: 0;
}
main section#settings.beneficios .role-table .role-table-container table tr .role:nth-last-child(2),
main section#settings.grupos .role-table .role-table-container table tr .role:nth-last-child(2) {
    width: 180px;
}

/** Tutorials **/

main section#settings.tutoriais .breadcrumb-arrow li:first-child a {
    padding-left: 15px;
}
main section#settings.tutoriais .breadcrumb-arrow li:not(:first-child) a,
main section#settings.tutoriais .breadcrumb-arrow li a {
    padding-left: 20px;
}
main section#settings.tutoriais .breadcrumb-arrow li a:before {
    right: -5px;
}
main section#settings.tutoriais .breadcrumb-arrow li a:after {
    right: -7px;
}

/** Plans **/

main section#settings.planos .adhesion {
    border-right: 1px solid #ccd1d9;
}

/** Cupons **/

main section#settings.cupons .checkbox input[type="checkbox"] {
    margin-left: 0;
}
main section#settings.cupons .select {
    width: 100%;
}

/** Account **/
main section#account .checkbox {
    margin-bottom: 1.5em;
}
main section#account .your-plan h6 {
    font-weight: 600;
}
main section#account .your-plan .user-payment {
    padding-top: 20px;
    border-top: solid 1px #ccd1d9;
}
main section#account .your-plan .user-payment:first-child {
    margin-bottom: 20px;
}
main section#account .your-plan .user-payment img {
    width: 100%;
}
main section#account .your-plan .alert-danger h5 {
    margin-bottom: 0;
}
main section#account .your-payments .panel-body {
    padding: 20px;
}
main section#account .your-payments .role-table .role-table-container tr th,
main section#account .your-payments .role-table .role-table-container tr td {
    padding: 10px 6px;
}
main section#account .your-payments .role-table .role.payment-type {
    text-align: center;
}
main section#account .your-payments .role-table .role.payment-type > img {
    max-width: 30px;
    margin: 0 10px;
}
main section#account .your-payments .role-table .role span.badge {
    font-weight: normal;
    cursor: pointer;
}
main section#account .your-payments .role-table .role-table-container {
    max-height: 300px;
}
main section#account.permissions .panel-heading a .badge {
    font-size: 1.4rem;
}
main section#account.permissions .panel-collapse .role-table {
    margin-bottom: 0;
}
main section#account.permissions .role-table .role-table-container {
    overflow-y: visible;
}
main section#account.permissions .role-table table tr > th,
main section#account.permissions .role-table table tr.active > th,
main section#account.permissions .role-table table thead tr {
    border-left: 0;
    border-right: 0;
}
main section#account.permissions .role-table table tbody tr td:first-child {
    border-left: 0;
}
main section#account.permissions .role-table table tbody tr td:last-child {
    border-right: 0;
}
main section#account.permissions .role-table .role-table-container table h6 {
    margin-bottom: 0;
}
main section#account.permissions .role-table .role-table-container table th + td {
    padding: 15px 8px;
}

/** Steps **/
main section#programs .panel.panel-info .panel-body > div,
main section#step .panel.panel-info .panel-body > div {
    overflow: auto;
    max-height: 300px;
    padding-right: 15px;
}
main section#step.step01 .panel .panel-body > .input-group,
main section#step.step08 .panel .panel-body > .input-group,
main section#step.step14 .panel .panel-body > .input-group,
main section#beneficios .panel .panel-body > .input-group,
main section#grupos .panel .panel-body > .input-group {
    margin-bottom: 1.5em;
}

/** Step 01 **/

main section#step.step01 .role-table .role-table-container {
    max-height: 400px;
}

/** Step 02 **/

main section#step.step02 .list-group-item,
main section#step.step16 .list-group-item,
main section#step.step18 .list-group-item {
    display: inline-block;
}
main section#step.step02 .nav-tabs {
    background-color: #D1DAE2;
    border-bottom: 1px solid #aab2bd;
    border-left: 0 !important;
}
main section#step.step02 .loading-spinner {
    padding: 3rem;
}
main section#step.step02 .nav-tabs > li.active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white;
}
main section#step.step02 .nav-tabs > li > a {
    padding: 10px 12px;
}
main section#step.step02 .nav-tabs > li.active > a,
main section#step.step02 .nav-tabs > li.active > a:focus,
main section#step.step02 .nav-tabs > li.active > a:hover {
    font-weight: 600;
    background-color: #ffffff !important;
}
main section#step.step02 .tab-content .tab-pane .col-xs-1 .btn-danger {
    margin-top:25px;
}
main table tr td .sumaria,
main table tr td .detalhada {
    text-align: justify;
}
main table tr td .detalhada ul,
main table tr td .detalhada ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
main table tr td .detalhada ul li,
main table tr td .detalhada ol li {
    margin: 0;
    padding: 0;
}

/** Step 03 **/

main section#step.step03 a.factors-btn {
    text-align: right;
    background: url(../img/table.png) rgba(0, 0, 0, 0.02) top left no-repeat;
}
main section#step.step03 a.factors-btn:hover {
    background: url(../img/table.png) rgba(0, 0, 0, 0.03) top left no-repeat;
}
main section#step.step03 .role-table a {
    color: #61676f;
    cursor: pointer;
}
main section#step.step03 .role-table a:hover {
    text-decoration: none;
}
main section#step.step03 .role-table a .role-table-container,
main section#step.step04 .role-table a .role-table-container  {
    max-height: 610px;
}
main section#step.step03 .role-table a table tr td.role-checkbox,
main section#step.step03 .role-table a table tr:hover td.role-checkbox {
    width: 108px;
    text-align: center;
    background-color: #f5f7fa;
    border-right: solid 1px #ddd;
}
main section#step.step03 .full-screen .modal-dialog .role-table table tr th input,
main section#step.step03 .full-screen .modal-dialog .role-table table tr td input {
    margin-bottom: 0;
}
main section#step.step03 .full-screen .modal-dialog .role-table table tr td textarea {
    width: 200px;
    margin: 0 auto;
}
main section#step.step03 .full-screen .modal-dialog .role-table table tr th a.add-new,
main section#step.step03 .full-screen .modal-dialog .role-table table tr td a.add-new {
    font-size: 1.2em;
}
main section#step.step03 .full-screen .modal-dialog .role-table table tr th a.add-new:hover,
main section#step.step03 .full-screen .modal-dialog .role-table table tr td a.add-new:hover {
    color: #0073A6;
}

/** Step 04 **/

main section#step.step04 .panel-body h6 {
    font-weight: 600;
}
main section#step.step04 .panel-body h6 strong {
    font-size: 1.2em;
    font-weight: 700;
    color: #D95701;
}
main section#step.step04 .form-control,
main section#step.step04 textarea.form-control {
    margin-bottom: 0;
}

/** Step 05 **/

main section#step.step05 a.factors-btn {
    text-align: right;
    background: url(../img/table2.png) rgba(0, 0, 0, 0.02) top left no-repeat;
}
main section#step.step05 a.factors-btn:hover {
    background: url(../img/table2.png) rgba(0, 0, 0, 0.03) top left no-repeat;
}
main section#step.step05 {
    padding:0;
}
main section#step.step05 .panel h5,
main section#step.step17 .panel h5 {
    color: #028ac6;
}
main section#step.step05 .role-table {
    margin-bottom: 0;
    border:0;
}
main section#step.step05 .role-table:first-child {
    margin-bottom: 30px;
}
main section#step.step05 .role-table:last-child .role-table-container {
    max-height: 500px;
}
main section#step.step05 .panel-group-lists .role-table:first-child .role-table-container table,
main section#step.step05 .panel-group-lists .role-table:first-child .role-table-container table tbody tr:last-child td {
    border-bottom: 0;
}
main section#step.step05 .panel-group-lists .panel .panel-collapse .panel:first-child .role-table .role-table-container table thead tr {
    border-top: 0;
}
main section#step.step05 .role-table table thead + tbody tr:first-child:hover > th {
    background-color: #D1DAE2;
}
main section#step.step05 .role-table table tbody tr:first-child {
    border-right: 1px solid #aab2bd;
}
main section#step.step05 .role-table table tr th,
main section#step.step05 .role-table:last-child table tr td:not(:first-child) {
    text-align: center;
}
main section#step.step05 .role-table:last-child table:first-child {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
main section#step.step05 .role-table:last-child table thead tr:first-child th:first-child,
main section#step.step05 .role-table:last-child table tbody tr td:first-child {
    min-width: 100px;
    max-width: 240px;
}

main section#step.step05 .role-table:last-child table tr td input {
    margin-bottom: 0;
}
main section#step.step05 .role-table:last-child table tr th a {
    cursor: help;
    text-decoration: none;
}

/** Step 06 **/
main section#step.step06 .role-table .role-table-container {
    max-height: 500px;
}

/** Step 07 **/

main section#step.step07 form .role-table .role-table-container {
    max-height: 460px;
}
main section#step.step07 #research-type {
    text-align: center;
    margin-bottom: 1.5em;
}

/** Step 09 **/

main section#step.step09 .role-table .role-table-container,
main section#step.step09 .role-table .role-table-container {
    max-height: 500px;
}
main section#step.step09 .role-table .role-table-container table thead tr th:not(:first-child),
main section#step.step09 .role-table .role-table-container table tbody tr td:not(:first-child) {
    width: 120px;
}
main section#step.step09 .role-table .role-table-container table tbody tr th {
    font-weight: normal;
    background-color: #FBE8DC;
    color: #b04804;
}

/** Step 10 **/
main section#step.step10 .panel-body > .row {
    margin-bottom: 1.5em;
}
main section#step.step10 .panel-body > .row .input-group-btn button,
main section#step.step16 .panel-body > .row .input-group-btn button,
main section#settings.cupons .panel-body #postCupom {
    margin-top:1.8em
}
main section#step.step10 .role-table .role-table-container {
    max-height: 400px;
}
main section#step.step10 .panel-body .role-table .role-table-container table thead tr th:last-child {
    width: 150px;
}
main section#step.step10 .panel-body .role-table .role-table-container table tr .input-colaborador .autocomplete input.autocomplete-hint {
    z-index: -1;
}

/** Step 11 **/
main section#step.step11 .panel-body .role-table {
    overflow-x: auto;
}
main section#step.step11 .role-table .role-table-container {
    max-height: 450px;
}
main section#step.step11 .role-table table tr th {
    text-align: center;
}
main section#step.step11 .role-table table thead tr th:nth-child(2) input {
    width: 110px;
}
main section#step.step11 .role-table table tr th button {
    margin-bottom: 0;
}
main section#step.step11 .role-table table tr td .input-group {
    width: 70px;
    margin:0 auto;
    text-align: center;
}
main section#step.step11 .role-table table tr:hover td {
    background-color: transparent;
}

/** Step 12 **/
main section#step.step12 a.factors-btn {
    text-align: right;
    background: url(../img/table3.png) rgba(0, 0, 0, 0.02) top left no-repeat;
}
main section#step.step12 a.factors-btn:hover {
    background: url(../img/table3.png) rgba(0, 0, 0, 0.03) top left no-repeat;
}
main section#step.step12 form#research-type > div > .radio {
    display: inline-block;
}
main section#step.step12 form#research-type > div > .radio:first-child {
    padding-right: 20px;
}
main section#step.step12 .role-table table tr th + td {
    min-width: 210px;
}
main section#step.step12 .role-table table tr td .input-group {
    width: 130px;
    margin:0 auto;
    text-align: center;
}
main section#step.step12 .role-table table tr td .input-group .span-error a {
    position: absolute;
    margin: 10px 0 10px 5px;
    cursor: help;
    text-decoration: none;
}

/** Step 13 **/
main section#step.step13 .role-table .role-table-container {
    max-height: 500px;
}
main section#step.step13 .panel-body .role-table .role-table-container table thead tr th:nth-child(3),
main section#step.step13 .panel-body .role-table .role-table-container table thead tr th:nth-child(4),
main section#step.step13 .panel-body .role-table .role-table-container table tbody tr td:nth-child(2),
main section#step.step13 .panel-body .role-table .role-table-container table tbody tr td:nth-child(3) {
    width: 95px;
}
main section#step.step13 .panel-body .role-table .role-table-container table thead tr th:nth-last-of-type(2),
main section#step.step13 .panel-body .role-table .role-table-container table tbody tr td:nth-last-of-type(2) {
    width: 75px;
}
main section#step.step13 .panel-body > table tr th {
    color: #ffffff;
    background-color: #0073A6;
}
main section#step.step13 .panel-body > table,
main section#step.step13 .panel-body > table tr:first-child th:first-child {
    background-color: transparent;
    border: 0;
}
main section#step.step13 .panel-body > table tr th,
main section#step.step13 .panel-body > table tr td {
    border: solid 1px #ffffff;
}
main section#step.step13 .panel-body > table tr td {
    color: #0073a6;
    background-color: #ACDDF3;
}

/** Step 14 **/
main section#step.step14 .panel-body > .role-table .role-table-container {
    max-height: 500px;
}
main section#step.step14 .panel-body > .role-table table tr td {
    padding:0;
}
main section#step.step14 .panel-body > .role-table table tr td a,
main section#step.step14 .panel-body > .role-table table tr td.role span.form {
    padding: 8px;
    color: inherit;
    cursor: pointer;
}
main section#step.step14 .panel-body > .role-table table tr td.role span.form {
    display: block;
}
main section#step.step14 .modal.full-screen .role-table {
    margin-bottom: 0;
}
main section#step.step14 .modal.full-screen .role-table .role-table-filter {
    padding: 8px;
    border: 0;
}
main section#step.step14 .modal.full-screen .role-table .role-table-container table tr > th:first-child,
main section#step.step14 .modal.full-screen .role-table .role-table-container table thead tr {
    border-left: 0;
}
main section#step.step14 .modal.full-screen .role-table .role-table-container table tr:last-child > th {
    border-bottom: 0;
}
main section#step.step14 .modal #form_avd_gp .role-table .role-table-container {
    border-top: 1px solid #aab2bd;
}
main section#step.step14 .modal #form_avd_ca .role-table .role-table-container {
    border-top: 1px solid #aab2bd;
}

/** Step 15 **/
main section#step.step15 .nav-tabs {
    border-bottom: 0 !important;
}
main section#step.step15 .nav-tabs > li:not(.active) {
    background-color: #D1DAE2;
    border-bottom: 1px solid #aab2bd;
}
main section#step.step15 .nav-tabs > li.active {
    border-bottom: 1px solid #ffffff;
}
main section#step.step15 .nav-tabs > li.active > a,
main section#step.step15 .nav-tabs > li.active > a:focus,
main section#step.step15 .nav-tabs > li.active > a:hover {
    color: #61676F;
    background-color: #ffffff !important;
}
main section#step.step15 .nav-tabs > li > a.ciclo_avd + a.rm_cl {
    position: absolute;
    top: 0;
    right: 0;
}
main section#step.step15 ul.nav.ciclo li:last-child {
    border-right: 0;
}
main section#step.step15 .panel .panel-body > .role-table .role-table-container {
    max-height: 500px;
}
main section#step.step15 .panel .panel-body > .role-table  ul.nav.ciclo li a + a {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    cursor: pointer;
}
main section#step.step15 .panel .panel-body > .role-table  ul.nav.ciclo li:hover a + a {
    display: block;
}
main section#step.step15 .panel .panel-body > .role-table .tab-content table tr th:first-child {
    width: 100%;
}
main section#step.step15 .panel .panel-body > .role-table .tab-content table tr th:nth-child(2) {
    min-width: 125px
}
main section#step.step15 .panel .panel-body > .role-table .tab-content table tr th:nth-child(3) {
    min-width: 165px
}
main section#step.step15 .panel .panel-body > .role-table .tab-content table tr td:not(:first-child) {
    padding: 0;
}
main section#step.step15 .panel .panel-body > .role-table .tab-content table tr td a.btn {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 10px;
    border: 0;
}
main section#step.step15 .panel .panel-body > .role-table .tab-content table tr td a.btn:not([class*="btn-"]) {
    background-color: #E8F8FF;
}
main section#step.step15 .panel .panel-body > .role-table .tab-content table tr td a i {
    padding-right: .5em;
}
section#step.step15 .avd-table {
    max-width: 940px;
    margin: 0 auto 4em;
}
section#step.step15 .avd-table table tbody tr:hover td,
section#step.step15 .avd-table table tbody tr:hover th {
    background-color: transparent;
}
section#step.step15 .avd-table table h5 {
    margin-bottom: 0;
    text-align: center;
}
section#step.step15 .avd-table table tfoot textarea {
    display: block;
    width: 100%;
    height: 100px;
}
main section#step.step15 .modal.full-screen .modal-body hr {
    margin-bottom: 4em;
}
main section#step.step15 .modal.full-screen .modal-body .valuer-info {
    display: table;
}
main section#step.step15 .modal.full-screen .modal-body .valuer-info > div.input-group {
    display: table-cell;
    vertical-align: middle;
}
main section#step.step15 .modal.full-screen .modal-body .valuer-info h4 {
    display: table-cell;
    margin-bottom: 0;
}
main section#step.step15 .modal.full-screen .modal-body .valuer-info h4 a,
main section#step.step15 .modal.full-screen .modal-body .valuer-info h4 a + a {
    color: #61676F;
    cursor: pointer;
}
main section#step.step15 .modal.full-screen .modal-body .valuer-info h5 {
    margin: 1.5em 0;
}
main section#step.step15 .modal.full-screen .modal-body .valuer-info div.input-group + h5,
main section#step.step15 .modal.full-screen .modal-body .valuer-info h4 + h5 {
    margin-left: .8em;
}
main section#step.step15 #modalLogin .modal-content {
	min-width: 400px;
}
main section#step.step15 #modalLogin .modal-content .modal-body form,
main section#step.step15 #modalLista .modal-content .modal-body .role-table {
	margin-top: 2em;
}
main section#step.step15 #modalLogin .modal-content .modal-footer i {
	font-size: 2.5em;
	color: #ccd1d9;
}
main section#step.step15 #modalLogin .modal-content .modal-footer button {
	margin: 0;
}
main section#step.step15 #modalLista .modal-content .modal-body .role-table table thead tr {
	border-top: 1px solid #aab2bd;
}
main section#step.step15 #modalLista .modal-content .modal-body .role-table .role-table-container table tr .settings-role a {
	visibility: visible;
}
main section#step.step15 #modalLista .modal-content .modal-body .role-table .role-table-container table tr .settings-role a:hover {
	color: #d63b34;
}

/** Step 16 **/
main section#step.step16 .role-table .role-table-container {
    max-height: 400px;
}

/** Step 17 **/
main section#step.step17 .role-table {
    overflow-y: auto;
    margin-top: 15px;
}
main section#step.step17 #table-ls.role-table {
	max-height: 450px;
}
main section#step.step17 .modal .role-table table tr th,
main section#step.step17 .modal .role-table table tr td {
    vertical-align: top;
}
main section#step.step17 .modal .role-table,
main section#step.step17 .modal .role-table .role-table-container {
    overflow: visible;
}
main section#step.step17 .modal .role-table .role-table-container tr#cursos span:not(.opt) {
    display: block;
    margin-bottom: .2em;
}
main section#step.step17 .modal .role-table .role-table-container tr#cursos span:not(.opt):first-child {
    margin-top: .5em;
}
main section#step.step17 .modal .role-table .role-table-container tr#cursos span.selecter-selected i {
    float: right;
    line-height: 2rem;
}

/** Step 18 **/
main section#step.step18 .panel-body > .input-group {
    margin-bottom: 30px;
}
main section#step.step18 .form-list-panel label.control-label:first-child {
    margin-top: 15px;
}

/** Plan modals **/

body #plan-modal .modal-header .breadcrumb-arrow li.step a {
    font-size: 1.2em;
    font-weight: normal;
    color: white;
}
body #plan-modal .plans-list {
    margin-top: 2em;
    margin-bottom: 2em;
}
body #plan-modal .plans-list .other-plans .plan-details:first-child {
    margin-bottom: 5px;
}
body #plan-modal .plans-list .other-plans:first-child .plan-details:nth-child(odd),
body #plan-modal .plans-list .other-plans:last-of-type .plan-details:nth-child(even) {
    background-color: #eeeeee;
}
body #plan-modal .plans-list .other-plans:first-child .plan-details:nth-child(even),
body #plan-modal .plans-list .other-plans:last-of-type .plan-details:nth-child(odd) {
    background-color: #d0d0cf;
}
body #plan-modal .plans-list .other-plans .plan-details [class*='col-']:not(:first-child) {
    border-left: 5px solid #ffffff;
}
body #plan-modal .plans-list .other-plans .plan-details div p {
    margin: 5px 0;
    text-align: center;
    font-size: 1.2em;
    color: #0073a6;
}
body #plan-modal .plans-list .contact-us h6 {
    margin-bottom: 0;
    font-weight: 600;
    color: #0073a6;
}
body #plan-modal .plans-list .contact-us .pull-right {
    display: flex;
    max-width: 300px;
}
body #plan-modal .plans-list .contact-us .pull-right i {
    float: left;
    padding-right: 10px;
    font-size: 4.5em;
}
body #plan-modal .plans-list .contact-us .pull-right i,
body #plan-modal .plans-list .contact-us .pull-right h4 strong {
    color: #D95701;
}
body #plan-modal .plans-list .contact-us .pull-right h4 {
    margin-bottom: 0;
}
body #plan-modal .plans-list .contact-us .pull-right h4 strong {
    display: block;
    font-size: 1em;
}
body #plan-modal .plans-list .your-plan{
    margin-top: 10px;
    margin-bottom: 10px;
}
body #plan-modal .plans-list .your-plan .plan-details > div {
    display: inline-block;
    float: left;
}

body #plan-modal .plans-list .your-plan .plan-details .roles .field-title {
    position: relative;
    display: block;
    width: inherit;
    float: left;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .field-title:first-child {
    line-height: 21px;
    background: url(../img/cargos-1.png) left center repeat-x;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .field-title:first-child > span {
    display: inline-block;
    padding-right: 2px;
    font-size: 22px;
    color: #de6e1d;
    background-color: #ffffff;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .field-title:nth-child(2) {
    line-height: 30px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    color: #f58220;
    background: url(../img/cargos-2.png) left center repeat-x;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .field-title:nth-child(2) > span {
    float: right;
    padding-left: 4px;
    background-color: #ffffff;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .roles-amount {
    display: table;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
}

body #plan-modal .plans-list .your-plan .plan-details .roles .roles-amount:after {
    right: 0;
    border-width: 25px 10px 25px 0;
    border-color: transparent #ffffff transparent transparent;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .roles-amount label,
body #plan-modal .plans-list .your-plan .plan-details .roles .roles-amount input {
    float: left;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.7em;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .roles-amount label {
    font-weight: 600;
}
body #plan-modal .plans-list .your-plan .plan-details .roles .roles-amount input {
    font-size: 1.2em;
    font-weight: bold;
    color: #383838;
    border: 0;
    border-radius: 20px;
}
body #plan-modal .plans-list .your-plan .plan-details .payment {
    margin-left: 2em;
}
body #plan-modal .plans-list .your-plan .plan-details .accession {
    width: 210px;
    height: 115px;
    background: white;
    background-size: 100% 100%;
    border-radius: 20px;
}
body #plan-modal .plans-list .your-plan .plan-details .accession .field-title {
    position: relative;
}
body #plan-modal .plans-list .your-plan .plan-details .accession .field-title > span,
body #plan-modal .plans-list .your-plan .plan-details .payment .field-title > span {
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateX(-50%);
}
body #plan-modal .plans-list .your-plan .plan-details .accession .field-title > span {
    top: 12px;
    font-size: 20px;
    color: #0073a6;
}
body #plan-modal .plans-list .your-plan .plan-details .accession span.symbol,
body #plan-modal .plans-list .your-plan .plan-details .payment span.symbol {
    clear: both;
    width: 30px;
    height: 100%;
    margin-left: -65px;
    top: 0;
    font-size: 5em;
    font-weight: bold;
    color: #F58220;
}
body #plan-modal .plans-list .your-plan .plan-details .payment span.symbol {
    color: #015f91;
}
body #plan-modal .plans-list .your-plan .plan-details .accession span.value,
body #plan-modal .plans-list .your-plan .plan-details .payment span.value {
    position: relative;
    color: #0073a6;;
    float: left;
    text-align: center;
    font-size: 1.2em;
}
body #plan-modal .plans-list .your-plan .plan-details .accession span.value {
    top: 62px;
    margin-left: 15px;
}
body #plan-modal .plans-list .your-plan .plan-details .accession span#preco_cheio_.promo {
    position: relative;
    top: 55px;
    text-align: left;
    text-decoration: line-through;
    font-size: 0.85em;
}
body #plan-modal .plans-list .your-plan .plan-details .accession span#preco_.promo {
    top: -32px;
    text-align: right;
}
body #plan-modal .plans-list .your-plan .plan-details .accession span.validade_promocao_ {
    width: 100%;
    margin-right: -15px;
    top: -18px;
    text-align: right;
    font-size: 1em;
    color: #0073a6;
}
body #plan-modal .plans-list .your-plan .plan-details .payment {
    width: 210px;
    height: 115px;
    background: white;
    border-radius: 20px;    
    background-size: 100% 100%;
}
body #plan-modal .plans-list .your-plan .plan-details .payment .field-title {
    position: relative;
}
body #plan-modal .plans-list .your-plan .plan-details .payment .field-title > span {
    top: 17px;
    text-align: center;
    font-size: 20px;
    color: #0073a6;
}
body #plan-modal .plans-list .your-plan .plan-details .payment span.value {
    top: 64px;
    color: #0073A6;
    margin-left: 15px;
}
body #plan-modal .plans-list .your-plan .plan-details .payment span#mensal_cheio_.promo {
    position: relative;
    top: 60px;
    text-align: left;
    text-decoration: line-through;
    font-size: 0.85em;
}
body #plan-modal .plans-list .your-plan .plan-details .payment span#mensal_.promo {
    top: -30px;
    text-align: right;
}
body #plan-modal .plans-list .your-plan .plan-details .payment span.validade_promocao_ {
    width: 135%;
    margin-right: -15px;
    top: -18px;
    text-align: right;
    font-size: 1em;
}
body #plan-modal .plans-list .pay-method > .col-xs-6:first-of-type {
    /*padding-right: 50px;*/
    /*border-right: solid 1px #aab2bd;*/
}
body #plan-modal .plans-list .pay-method > .col-xs-6:first-of-type + .col-xs-6 {
    /*padding-left: 50px;*/
}
body #plan-modal .plans-list .pay-method h5 {
    font-size: 1.2em;
}
body #plan-modal .plans-list .pay-method label,
body #plan-modal .plans-list .user-info label,
body #plan-modal .plans-list .company-info input[type="checkbox"] + label {
    font-size: 1.1em;
    font-weight: 600;
    color: white;
}
body #plan-modal .plans-list .pay-method .selecter,
body #plan-modal .plans-list .pay-method input[type="text"],
body #plan-modal .plans-list .user-info .input-group {
    margin-bottom: 1.5em;
}
body #plan-modal .plans-list .pay-method .select-method input[type="radio"] {
    display: none;
}
body #plan-modal .plans-list .pay-method .select-method input[type="radio"] + label {
    margin-bottom: 1.5em;
    border: 2px solid;
    border-color: transparent;
    border-radius: .5em;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
body #plan-modal .plans-list .pay-method .select-method input[type="radio"] + label:hover {
    border-color: #f58220;
}
body #plan-modal .plans-list .pay-method .select-method input[type="radio"]:checked + label,
body #plan-modal .plans-list .pay-method .select-method input[type="radio"]:checked + label:hover {
    border-color: #8cc152;
}
body #plan-modal .plans-list .pay-method .select-method input[type="radio"] + label img {
    display: block;
    opacity: .7;
    width: 75px;
    border-radius: .5em;
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
}
body #plan-modal .plans-list .pay-method .select-method input[type="radio"]:checked + label img,
body #plan-modal .plans-list .pay-method .select-method input[type="radio"]:checked + label:hover img {
    opacity: 1;
}
body #plan-modal .plans-list .pay-method .security-code input {
    width: 50%;
    float: right;
}
body #plan-modal .plans-list .pay-method .security-code span.code-location {
    display: inline-block;
    width: 50%;
    height: 35px;
    background: url(../img/ccv.png) top right no-repeat;
    background-size: auto 100%;
}
body #plan-modal .plans-list .company-info {
    margin-bottom: 2em;
}
body #plan-modal .plans-list .company-info > .col-xs-7 {
    padding-right: 50px;
    border-right: solid 1px #aab2bd;
}
body #plan-modal .plans-list .company-info > .col-xs-7 + .col-xs-5 {
    padding-left: 50px;
}
body #plan-modal .plans-list .company-info input[type="checkbox"],
body #plan-modal .plans-list .pay-method input[type="checkbox"] {
    margin: 0;
}
body #plan-modal .plans-list .company-info input[type="checkbox"] + label,
body #plan-modal .plans-list .pay-method input[type="checkbox"] + label {
    display: inline;
}
body #plan-modal .plans-list .checkout-block:not(:last-child) {
    margin-bottom: 1em;
}
body #plan-modal .plans-list .checkout-block .plan-positions {
    font-weight: 600;
}
body #plan-modal .plans-list .checkout-block .pay-info label + label {
    padding-left: 2em;
}
body #plan-modal .plans-list .checkout-block textarea {
    resize: none;
}
body #plan-modal .plans-list .checkout-block .checkbox {
    margin-bottom: 0;
}
body #plan-modal .plans-list .checkout-block .checkbox label {
    font-size: 1.2em;
}
body #plan-modal .plans-list .checkout-block .checkbox input[type="checkbox"] {
    margin-left: 0;
}
body #plan-modal .plans-list .checkout-block .card-flag {
    margin-bottom:.8em;
}
body #plan-modal .plans-list .checkout-block span.danger {
    color: #DA4453;
}
body #plan-modal .plans-list .checkout-block span.success {
    color: #0B9757;
}
body #plan-modal .plans-list .checkout-block h6 {
    font-size: 1em;
    font-weight: 400;
    color: #D95701;
}
body #plan-modal .plans-list .card-flag img {
    border: 2px solid #8cc152;
    border-radius: 0.5em;
}
body #plan-modal .modal-footer button {
    margin: 0;
}

/** Footer **/

footer {
    height: 50px;
    /** .push must be the same height as .footer **/
    clear: both;
}
body.login footer,
body.login .push {
    height: 110px;
    /** .push must be the same height as .footer **/
}
footer {
    position: relative;
    width: 100%;
    background: #61676f;
    color: #ccd1d9;
}
footer a,
footer a:hover,
footer a:focus {
    color: inherit;
}

footer .container div ul {
    padding-left: 0;
}
footer .container div ul li.about {
    display: inline-block;
    margin-top: 15px;
    padding: 0 1.5em;
    font-size: .9em;
    border-left: solid 1px;
}
footer .container div ul li.about:first-child {
    border: none;
}
footer .container form.language {
    margin-top: 5px;
}
footer .container form.language .selecter {
    display: inline-block;
    vertical-align: middle;
    color: #434a54;
    margin-left: 5px;
    width: 184px;
}

/** Login footer **/
body.login footer {
    background: #f4791c;
    color: #ffffff;
}
body.login footer .container {
    padding-top: 30px;
}
body.login footer .container div a.go-to-page {
    margin-top: 15px;
}
body.login footer .container form.language .selecter {
    color: #62666f;
}

/** Commercial footer **/

body.commercial footer,
body.commercial .push {
    min-height: 220px;
    /** .push must be the same height as .footer **/
}
body.commercial footer .container .footer-left h6 {
    margin-bottom: 0;
}
body.commercial footer .container .footer-left h4 i {
    position: relative;
    margin-right: .4em;
    top: .2em;
    font-size: 1.8em;
    color: #ffffff;
}
body.commercial footer .container .footer-left ul.pay-methods {
    display: table;
    margin-bottom: 1.5em;
}
body.commercial footer .container .footer-left ul.pay-methods li {
    display: inline-block;
    vertical-align: middle;
}
body.commercial footer .container .footer-left ul.pay-methods li:not(:first-child) {
    width: 55px;
    margin-left: .2em;
}
body.commercial footer .container .footer-left ul.pay-methods li img {
    width: 100%;
    cursor: pointer;
}
body.commercial footer .container .footer-left ul,
body.commercial footer .container .footer-left ul li.about {
    margin: 0;
}
body.commercial footer .container .footer-left ul li.about:first-child {
    padding-left: 0;
}
body.commercial footer .container .footer-middle {
    margin: 24px 0;
}
body.commercial footer .container .footer-middle .contact-title {
    padding-bottom: .5em;
    font-size: 1.2em;
}
body.commercial footer .container .footer-middle .contact-title a {
    font-weight: bold;
    color: #ffffff;
}
body.commercial footer .container .footer-middle .contact-title a:hover {
    text-decoration: underline;
}
body.commercial footer .container .footer-middle > span {
    max-width: 90px;
    display: inline-block;
}
body.commercial footer .container .footer-middle > span img {
    max-width: 100%;
}
body.commercial footer .container .footer-menu {
    margin: 24px 0;
    text-align: left;
}
body.commercial footer .container .footer-menu ul li {
    padding-bottom: .8em;
}
body.commercial footer .footer-bar {
    height: 66px;
    text-align: center;
    color: #b0dcef;
    border-top: 1px solid #b0dcef;
}
body.commercial footer .footer-bar .container {
    padding: 0;
}
.to-site {
    display: block;
    margin: 20px 0;
    text-align: center;
}
body.commercial footer .footer-bar .container ul {
    padding: 23px 0;
    text-align: center;
}
body.commercial footer .footer-bar .container ul li {
    display: inline;
    padding: 0 16px;
    border-left: solid 1px #ffffff;
}
body.commercial footer .footer-bar .container ul li:first-child {
    border:none;
}
body.commercial footer .footer-bar .container form.language {
    margin-top: 16px;
}
body.commercial footer .footer-bar .container p {
    margin-top: 20px;
}
body.commercial footer .footer-bar .container form .form-group .selecter {
    margin-bottom:0;
}
.clearable{
    background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; } /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;}

/*alterar*/
.panel-info ol {
    list-style-type: lower-alpha;
    padding-left: 15px;
}
.panel-info ol li {
    padding-bottom: .8em;
}
.panel-info ol li ol {
    list-style-type: decimal;
    padding-left: 30px;
}


table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
    content: " \25B4\25BE";
    cursor:pointer;
}

.disabled-all-elements {
    pointer-events: none;
    opacity: 0.4;
}
.evaluation-span {
    background-color: #e4e6e8;
    text-align: center;
    width: 60%;
    margin-left: 20%;
}
.feedback-save {
    margin-top: 1em;
    margin-left: 85%;
    margin-bottom: 0em!important;
    width: 120px;
}


.table-scroll {

    height: 500px;
    overflow: auto;

}


#tablePasso03ModalList > tr > td {
    min-width: 200px;
}

.new-text-style {
    font-family: Sora, sans-serif !important;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #414b50;
}
.new-footer-style {
    height: 320px;
    background-image: linear-gradient(0deg,#025480 0%,#026194 100%);
}
.new-footer-style a {
    font-family: Sora,sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #b0dcef;
}
.fl-rich-text{
    margin-left: 15px;
    font-style: italic;
    color: #b0dcef;
}

.fl-icon-group .fl-icon {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.fl-icon {
    display: table-cell;
    vertical-align: middle;
}
.mt-20 {
    margin-top: 20px;
}
.icon-orange{
    color: #f5821f;
}
.text-endereco{
    font-size: 20px;
    line-height: 1.3;
    color: #b0dcef;
}
.text-contato {
    margin-top: 20px;
}
.text-contato a{
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #b0dcef;
}
.text-contato a:hover {
    color: #f5821f;
}


.column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

.beneficios {
    background-color: #00699b;
    background-image: url(../img/bg-beneficios-pccs.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.titulo-beneficios {
    font-family: Sora,sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: none;
    color:#FFFFFF !important;
    margin-bottom: 3em;
}

.uabb-row-separator {
    position: absolute;
    width: 100%;
    left: 0;
}
.fl-node-4s6kd0ejo85z .uabb-top-row-separator.uabb-has-svg svg {
    width: calc(100% + 1.5px);
}
.uabb-top-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
    -moz-transform: translateX(-50%) scale(-1);
    -ms-transform: translateX(-50%) scale(-1);
    -o-transform: translateX(-50%) scale(-1);
    transform: translateX(-0%) scale(-1);
}

.fl-node-4s6kd0ejo85z .uabb-bottom-row-separator.uabb-has-svg svg {
    width: calc(100% + 1.5px);
}
.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
    -moz-transform: translateX(-50%) scaleX(-1);
    -ms-transform: translateX(-50%) scaleX(-1);
    -o-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-0%) scaleX(-1);
}
.uabb-bottom-row-separator.uabb-tilt-left-separator, .uabb-bottom-row-separator.uabb-tilt-right-separator {
    bottom: 0;
}
.uabb-top-row-separator.uabb-tilt-left-separator, .uabb-top-row-separator.uabb-tilt-right-separator {
    top: 0;
}

.video {
    position: relative;
    top: -9em;
}

@media screen and (min-width: 1920px) {
    .video > .container {
        width: 1530px !important;
    }
    .text-video {
        margin-top: 4em !important;
    }
 

    .video-header {
        background-size: 713px 404px !important;
    }

    .frame-youtube{
        top: 17px !important;
        left: 11px !important;
        width: 662px !important;
        height: 372px !important;
        border-radius: 12px !important;
    }
}



@media screen and  (max-width: 1919px) and (min-width: 1280px)  {

    .video > .container {
        width: 1290px !important;
    }
    .text-video {
        margin-top: 2em !important;
    }
 
    .video-header {
        background: url(../img/bk-video.png) center no-repeat !important;   
        background-size: 596px 337px !important;
    }
    
    .frame-youtube{
        top: 14px !important;
        left: 7px !important;
        width: 553px !important;
        height: 310px !important;
        border-radius: 12px !important;
    }
    
}

@media screen and (max-width: 1279px) {

    .video > .container {
        width: 1024 !important;
    }
    .text-video {
        margin-top: 2em !important;
    }
 
    .video-header {
        background: url(../img/bk-video.png) center no-repeat !important;
        background-size: 462px 258px !important;
    }
    
    .frame-youtube{
        top: 34px !important;
        left: 36px !important;
        width: 435px !important;
        height: 234px !important;
        border-radius: 12px !important;
    }
    
}


.text-video {
    font-size: 1.8em;
    color: #3f3f3fc5 !important;
    margin-top: 8em;
    font-weight: 600;
}
.text-video2 {
    font-size: 22px;
    font-weight: 800;
    color: #ff7300e3 !important;
}

.video-header{
    background: url(../img/bk-video.png) center no-repeat;
    background-size: 703px 403px;
}



.video-body{
    margin: 27px 15px 30px 17px;
    border-radius: 12px;
}
.text-metodologia{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #3f3f3fee !important;
    margin-top: 4em;
}
.text-fases{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #3f3f3fb9 !important;
}
.planos {
    background-color: white;
    position: relative;
    margin-bottom: 10em;
}
.text-plano {
    text-align: center;
    margin: 40px 0px 0px 0px;
    font-size: 28px;
    font-weight: 800;
    color: #ff730098 !important;
}
.subtitulo-planos {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #3f3f3fc5 !important;
}
.subtitulo-planos2 {
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #3f3f3fc5 !important;
}
#funcionalidades{
    position: relative;
}
#mitos-e-fatos{
    position: relative;
    margin-bottom: 14em;
}

/* .video-carousel {
    padding: 1em 0 20em !important;
} */


.div-center-text {
    margin-left: auto;
    margin-right: auto;
}


#featured-post{
    position: relative;
}

#slide-container {   
    width: 100%; 
    height: 500px; 
    position: relative;  
    margin: 0 auto;
    background: #FFF;   
    padding: 0;   
    overflow: hidden;
    z-index: 10;
    margin-bottom: 7em;
}
  
  
#slides article {   
    bottom: 100%;
    width: 100%;   
    height: 100%;      
    position: absolute;    
    display: block;
    z-index: 0;
}
  
#slides article a {
    text-decoration: none;
    color: inherit;
}
  
  
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
  
  
.bk-featured-article-laranja {
    height: 100%;   
    width: 100%;
    background: url(../img/banner-funcionalidades-laranja.png);
    background-size: cover;
}

.bk-featured-article-azul {
    height: 100%;   
    width: 100%;
    background: url(../img/banner-funcionalidades-azul.png);
    background-size: cover;
}




  
#slides article:first-child {
    top: 0;
    z-index: 2;
}
  
  
/* Slideshow caption */ 
#slides article .caption-container-left {
    top: 4%;
}

#slides article .caption-container-left > div {
    position: absolute;
    right: 50px;
}

@media screen and (max-width: 600px) {
    #slides article .caption-container-left > div {
        right: 165px;
    }
}

@media screen and (max-width: 1366px) {
    #slides article .caption-container-left > div {
        width: 50%;
        right: 40px;
    }
}

#slides article .caption-container-left > div > p {
    position: relative;
    font-size: 24px;
    color: white;
    font-weight: 700;
}

#slides article .caption-container-left > div > img {
    height: 60px;
    position: relative;
}

.descricao-passos {
    text-align: center;
    background: #fff;
    height: 280px;
    width: 280px;
    position: absolute;
    margin-top: 20px;
    font-weight: 700;
    color: rgb(0, 11, 61);
    box-shadow: rgba(0, 0, 0, 0.85) 0 5px 20px;
}
.descricao-passos > p, h5{
    position:relative;
}

.descricao-passos > h5 {
    font-size: 24px;
    font-weight: 700;
    top: 10%;
}


.descricao-passos > p {
    font-size: 20px;
    top: 13%;
}

#slides article .caption-container-right {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 5%;
}
  
@media screen and (max-width: 600px) {
    #slides article .caption-container-right {
        top: 15%;
    }
}
  
#slides article .caption {
    text-align: center;
    width: 80%; height: 80%;
    position: relative;
    margin: 0 auto;
    top: 10%;
    letter-spacing: 1px;
    font-family: "Times New Roman", Georgia, Serif;
    padding: 5% 0;
}
  
  
  
#slides article .caption h1{
    text-align: center;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
}
  
  
         
/* Slideshow button */ 
  
button.next {
    background-color: white;
    border: none;
    width: 90px; height: 50px;
    border-radius: 55px 55px 0 0;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition-duration: 0.1s;
}
  
button.next:active {
   cursor: pointer;
  margin-bottom: -7px;
  -webkit-transition-duration: 0.1s;
  
}
  
button.prev {
    background-color: white;
    border: none;
    width: 90px; height: 50px;
    border-radius: 0 0 55px 55px;
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 10;
    -webkit-transition-duration: 0.1s;
}
  
button.prev:active {
   cursor: pointer;
   margin-top: -7px;
  -webkit-transition-duration: 0.1s;
}

.dots-container {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 40%;
    top: 30%;
    z-index: 10;
}
  
.dots-container li{
    width: 15px; height: 15px;
    display: block;
    font-size: 20px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 22px 10px;
    z-index: 10;
}
  
  
.dots-container li:hover{
    background-color: #FCBF93;
    cursor: pointer;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:   all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}
  
#dots .selected {
    background-color: #FCBF93;
    -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition:   all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}
  
.col-thumb > img {
    width: 470px;
    position: relative;
    left: 60px;
    box-shadow: rgba(0, 0, 0, 0.85) 0 5px 20px;
}

@media screen and (max-width: 600px) {
    .col-thumb > img {
        width: 350px;
    }
}

.list-gif {
    position: relative;
    left: 60px;
    top: 1em;
    color: white;
    font-weight: 700;
}
.list-gif > li > p > i {
    font-size: 20px;
    margin-right: 10px;
    color: rgb(6, 192, 0);
}
  

.menu-planos {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #ff5e0050;
    border-radius: 20px 20px 0px 0px;
}
  
.menu-planos > li {
    float: left;
}
  
.menu-planos > li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 700;
}
.menu-planos li.current a {
    background-color: #f98100;
    border-radius: 20px 20px 0px 0px;
}
.menu-planos li.current a:active {
    background-color: #f98100;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.menu-planos li.current a:before {
    border-left-color: #f98100;
}
.menu-planos li.current a:after {
    border-left-color: #f98100;
}

#next_ {
    left: 0px;
    position: relative;
}
#next_ > .btn {
    border-radius: 12px;
}
.prev_compra {
    border-radius: 12px;
}
.btncupom {
    border-radius: 12px;
}
.inputcupom {
    border-radius: 12px;
}
.accession span.value {
    font-weight: 700;
    font-size: 20px !important;
}
.payment span.value {
    font-weight: 700;
    font-size: 20px !important;
}
.roles {
    width: 450px;
}
#de_ {
    width: 14%;
}
#ate_ {
    width: 15%;
}
.snum{
    width: 70%;
}
#compra > .modal-header {
    padding: 0px !important;
}
#compra > .modal-body {
    background-color: #f98100;
    border-radius: 0px 0px 20px 20px;
}
.bd-rd-20{
    border-radius: 20px !important;
}
.bd-rd-20 .selecter .selecter-selected {
    border-radius: 20px !important;
}
.font-800 {
    font-weight: 800 !important;
}
.cl-white {
    color: white;
}
.checkout-block {
    color: white;
}
.pull-left {
    max-width: 447px;
}

#cupom {
    font-size: 1.2em;
    font-weight: bold;
    color: #383838;
}
.soft-all-in-one-text {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    background: #f98100;
    border-radius: 20px;
    width: 750px;
    padding: 20px;
    margin: auto;
    left: 0px;
    position: relative;
}
.titulo-input-cargos {
    font-weight: 700;
    color: white;
    text-align: center;
}
.btn-demonstracao {
    right: 2%;
    top: 50%;
    position: absolute;
    text-align: right;
}
@media screen and (max-width: 1366px) {
    .btn-demonstracao {
        right: 2%;
        top: 62%;
    }
}

@media screen and (max-width: 1025px) {
    .btn-demonstracao {
        right: 14%;
        top: 62%;
    }
}
.btn-demonstracao > .btn-primary {
    background:#f98100;
    font-weight: 700;
    border-radius: 20px;
    border: none;
}
.btn-demonstracao > .btn-primary:hover {
    background:#994f00;
}
.btn-whats {
    background: url(../img/whats.png) center no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    border: none;
}
.btn-whats:hover {
    background:url(../img/whats.png) center no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
}




.btn-monte-seu-plano {
    background: #ff7300e3 !important;
    border-color: #ff7300e3 !important;
    padding: 16px 36px!important;
    font-size: 26px;
    font-weight: bold;
    border-radius: 20px!important;
}

.btn-monte-seu-plano:hover, .btn-monte-seu-plano:focus  {
    color: white;
    background-color: #e36600e3!important;
    border-color: #e36600e3!important;
}


.btn-monte-seu-plano:active {
    border-radius: 20px !important; 
}