
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


body {
    background-color: #fff;
    background: url(../img/fundos/standard.jpg) no-repeat 100% 100% fixed;
    background-size: cover;
}
#page-login {
    background-color: #fff;
    background: url(../img/fundos/standard1.jpg) no-repeat 100% 100% fixed; 
    background-size: cover;
}

#page-recover {
    background-color: #fff;
    background: url(../img/fundos/standard2.jpg) no-repeat 100% 100% fixed; 
    background-size: cover;
}
#page-dados {
    background: url(../img/fundos/standard3.jpg) no-repeat 100% 100% fixed; 
    background-size: cover;
}
#page-choices {
    background: url(../img/fundos/standard4.jpg) no-repeat 100% 100% fixed; 
    background-size: cover;
}
#page-benefits {
    background: url(../img/fundos/standard5.jpg) no-repeat 100% 100% fixed; 
    background-size: cover;
}
#page-voting {
    background: url(../img/fundos/voting.jpg) no-repeat 100% 100% fixed; 
    background-size: cover;
}
#page-docs {
    background: url(../img/fundos/standard6.jpg) no-repeat 100% 100% fixed; 
    background-size: cover;
}
.logo_login {
    content: url(../img/logos/benflex_logo.fw.png) !important;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    margin-left:auto;
    margin-right:auto;
  }

/* remover as setas dos input do tipo number 
(por questões de layout e de limitacão de espaço nos popup escolhas) */

input[type=number] {
    -moz-appearance: textfield;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

.form-horizontal .control-label.text-left {
    text-align: left;
}

/* helper class 
------------------------------ */
.custom-padding-none {
    padding: 0px;
}

.custom-padding-top {
    padding-top: 20px;
}

.custom-padding-top-2x {
    padding-top: 40px;
}

.custom-padding-top-none {
    padding-top: 0px;
}

.custom-padding-top-min {
    padding-top: 4px;
}

.custom-padding-top-min-2x {
    padding-top: 8px;
}

.custom-padding-top-min-3x {
    padding-top: 12px;
}

.custom-padding-bottom {
    padding-bottom: 20px;
}

.custom-padding-bottom-2x {
    padding-bottom: 40px;
}

.custom-padding-bottom-none {
    padding-bottom: 0px;
}

.custom-padding-bottom-min {
    padding-bottom: 4px;
}

.custom-padding-bottom-min-2x {
    padding-bottom: 8px;
}

.custom-padding-bottom-min-3x {
    padding-bottom: 12px;
}

.custom-padding-left {
    padding-left: 20px;
}

.custom-padding-left-2x {
    padding-left: 40px;
}

.custom-padding-left-none {
    padding-left: 0px;
}

.custom-padding-left-min {
    padding-left: 4px;
}

.custom-padding-left-min-2x {
    padding-left: 8px;
}

.custom-padding-left-min-3x {
    padding-left: 12px;
}

.custom-padding-right {
    padding-right: 20px;
}

.custom-padding-right-2x {
    padding-right: 40px;
}

.custom-padding-right-none {
    padding-right: 0px;
}

.custom-padding-right-min {
    padding-right: 4px;
}

.custom-padding-right-min-2x {
    padding-right: 8px;
}

.custom-padding-right-min-3x {
    padding-right: 12px;
}

.custom-margin-xs-bottom {
}

.custom-margin-xs-bottom-2x {
}

.custom-margin-xs-bottom-min {
}

.custom-margin-xs-bottom-min-2x {
}

.custom-margin-xs-bottom-none {
}

.custom-margin-top {
    margin-top: 20px;
}

.custom-margin-top-2x {
    margin-top: 40px;
}

.custom-margin-top-none {
    margin-top: 0;
}

.custom-margin-top-min {
    margin-top: 4px;
}

.custom-margin-top-min-2x {
    margin-top: 8px;
}

.custom-margin-top-min-3x {
    margin-top: 12px;
}

.custom-margin-bottom {
    margin-bottom: 20px;
}

.custom-margin-bottom-2x {
    margin-bottom: 40px;
}

.custom-margin-bottom-min {
    margin-bottom: 4px;
}

.custom-margin-bottom-min-plus1 {
    margin-bottom: 5px;
}

.custom-margin-bottom-min-2x {
    margin-bottom: 8px;
}

.custom-margin-bottom-min-3x {
    margin-bottom: 12px;
}

.custom-margin-bottom-none {
    margin-bottom: 0;
}

.custom-margin-left {
    margin-left: 20px;
}

.custom-margin-left-2x {
    margin-left: 40px;
}

.custom-margin-left-none {
    margin-left: 0;
}

.custom-margin-left-min {
    margin-left: 4px;
}

.custom-margin-left-min-2x {
    margin-left: 8px;
}

.custom-margin-left-min-3x {
    margin-left: 8px;
}

.custom-margin-right {
    margin-right: 20px;
}

.custom-margin-right-2x {
    margin-right: 40px;
}

.custom-margin-right-none {
    margin-right: 0;
}

.custom-margin-right-min {
    margin-right: 4px;
}

.custom-margin-right-min-2x {
    margin-right: 8px;
}

.custom-margin-right-min-3x {
    margin-right: 12px;
}

.custom-avatar_square {
    width: 45px;
    height: 45px;
}

.custom-avatar-circle {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

.custom-table-col-avatar-circle-width {
    width: 45px;
}

.custom-table-col-vertical-align-middle {
    vertical-align: middle !important;
}

.custom-cursor-pointer {
    cursor: pointer;
}

.custom-cursor-default {
    cursor: default;
}

.custom-cursor-text {
    cursor: text;
}

.custom-cursor-not-allowed {
    cursor: not-allowed;
}

.custom-loading-64px {
    background: transparent url("../img/loading_wtw_64px.gif") no-repeat center center;
    display: block;
    min-height: 128px;
}

.custom-loading-32px {
    background: transparent url("../img/loading_wtw_32px.gif") no-repeat center center;
    display: block;
    min-height: 64px;
}

.custom-font-weight-normal {
    font-weight: normal
}

.custom-font-weight-bold {
    font-weight: bold
}

.modal-header, .modal-body {
    text-align: left !important;
}

.custom-modal-xs-btn-block .btn {
}

.custom-modal-xs-double-btn-block .btn {
}

.custom-table > thead > tr > th {
    background-color: #f5f5f5;
    color: #000;
    border-bottom: 1px solid #CCC;
}

.custom-table > tbody > tr > th {
    background-color: #f7f7f7;
    font-weight: normal;
}

#table-reward .custom-sublabel {
    color: #CCC;
    background-color: #FFF;
}

#totalrewardtable > tbody > tr > th {
    background-color: #FFF;
    font-weight: bold;
}

.custom-table > tr > th .help-block,
.custom-table > thead > tr > th .help-block,
.custom-table > tbody > tr > th .help-block,
.custom-table > tfoot > tr > th .help-block {
    color: #737373;
    display: inline;
}

.custom-table > tr > th.highlight,
.custom-table > thead > tr > th.highlight,
.custom-table > tbody > tr > th.highlight,
.custom-table > tfoot > tr > th.highlight {
    background-color: #711a83;
    color: #ffffff;
    font-weight: normal;
}

    .custom-table > tr > th.highlight .help-block,
    .custom-table > thead > tr > th.highlight .help-block,
    .custom-table > tbody > tr > th.highlight .help-block,
    .custom-table > tfoot > tr > th.highlight .help-block {
        color: #FAFAFA;
        display: inline;
    }

.custom-table > tr > th.highlight1,
.custom-table > thead > tr > th.highlight1,
.custom-table > tbody > tr > th.highlight1,
.custom-table > tfoot > tr > th.highlight1 {
    background-color: #711a83;
    color: #ffffff;
    font-weight: normal;
}

    .custom-table > tr > th.highlight1 .help-block,
    .custom-table > thead > tr > th.highlight1 .help-block,
    .custom-table > tbody > tr > th.highlight1 .help-block,
    .custom-table > tfoot > tr > th.highlight1 .help-block {
        color: #FAFAFA;
        display: inline;
    }

.custom-table > tr > th.highlight1,
.custom-table > thead > tr > th.highlight1,
.custom-table > tbody > tr > th.highlight1,
.custom-table > tfoot > tr > th.highlight1 {
    background-color: #711a83;
    color: #ffffff;
    font-weight: normal;
}

    .custom-table > tr > th.highlight1 .help-block,
    .custom-table > thead > tr > th.highlight1 .help-block,
    .custom-table > tbody > tr > th.highlight1 .help-block,
    .custom-table > tfoot > tr > th.highlight1 .help-block {
        color: #FAFAFA;
        display: inline;
    }

.custom-table > tr > th.highlight2,
.custom-table > thead > tr > th.highlight2,
.custom-table > tbody > tr > th.highlight2,
.custom-table > tfoot > tr > th.highlight2 {
    background-color: #C265D6;
    color: #ffffff;
    font-weight: normal;
}

    .custom-table > tr > th.highlight2 .help-block,
    .custom-table > thead > tr > th.highlight2 .help-block,
    .custom-table > tbody > tr > th.highlight2 .help-block,
    .custom-table > tfoot > tr > th.highlight2 .help-block {
        color: #FAFAFA;
        display: inline;
    }

.custom-table > tr > th.highlight3,
.custom-table > thead > tr > th.highlight3,
.custom-table > tbody > tr > th.highlight3,
.custom-table > tfoot > tr > th.highlight3 {
    background-color: #AA4DBE;
    color: #ffffff;
    font-weight: normal;
}

    .custom-table > tr > th.highlight3 .help-block,
    .custom-table > thead > tr > th.highlight3 .help-block,
    .custom-table > tbody > tr > th.highlight3 .help-block,
    .custom-table > tfoot > tr > th.highlight3 .help-block {
        color: #FAFAFA;
        display: inline;
    }

.custom-table > tr > th.midlight,
.custom-table > thead > tr > th.midlight,
.custom-table > tbody > tr > th.midlight,
.custom-table > tfoot > tr > th.midlight {
    background-color: #893d9b;
    color: #ffffff;
    font-weight: normal;
}

    .custom-table > tr > th.midlight .help-block,
    .custom-table > thead > tr > th.midlight .help-block,
    .custom-table > tbody > tr > th.midlight .help-block,
    .custom-table > tfoot > tr > th.midlight .help-block {
        color: #FAFAFA;
        display: inline;
    }

.custom-table > tr > td.highlight,
.custom-table > thead > tr > td.highlight,
.custom-table > tbody > tr > td.highlight,
.custom-table > tfoot > tr > td.highlight {
    background-color: #ececec;
    color: #333;
}

.custom-table > tr > td.highlight1,
.custom-table > thead > tr > td.highlight1,
.custom-table > tbody > tr > td.highlight1,
.custom-table > tfoot > tr > td.highlight1 {
    background-color: #d2d2d2;
    color: #333;
}

.custom-table > tr > td.highlight2,
.custom-table > thead > tr > td.highlight2,
.custom-table > tbody > tr > td.highlight2,
.custom-table > tfoot > tr > td.highlight2 {
    background-color: #f5f5f5;
    color: #9D9C9C;
}

.custom-table > tr > td.highlight3,
.custom-table > thead > tr > td.highlight3,
.custom-table > tbody > tr > td.highlight3,
.custom-table > tfoot > tr > td.highlight3 {
    background-color: #ececec;
    color: #9D9C9C;
}


.custom-table > tr > td.custom-padding-left,
.custom-table > thead > tr > td.custom-padding-left,
.custom-table > tbody > tr > td.custom-padding-left,
.custom-table > tfoot > tr > td.custom-padding-left {
    padding-left: 20px;
}

.custom-table > tr > td.custom-padding-left-2x,
.custom-table > thead > tr > td.custom-padding-left-2x,
.custom-table > tbody > tr > td.custom-padding-left-2x,
.custom-table > tfoot > tr > td.custom-padding-left-2x {
    padding-left: 40px;
}

.custom-table-border {
    border: 1px solid #CF78E1 !Important;
}

.custom-table-border-top-none,
.custom-table > thead > tr > th.custom-table-border-top-none,
.custom-table > tbody > tr > th.custom-table-border-top-none {
    border-top: 0 none;
}

.custom-table-border-bottom-none,
.custom-table > thead > tr > th.custom-table-border-bottom-none,
.custom-table > tbody > tr > th.custom-table-border-bottom-none {
    border-bottom: 0 none;
}

.custom-table > thead > tr > th.border-top-4x,
.custom-table > tbody > tr > th.border-top-4x {
    border-top-width: 4px;
}

.custom-table > thead > tr > th.border-top-highlight,
.custom-table > tbody > tr > th.border-top-highlight {
    border-top: 20px solid #711a83 !important;
}

.custom-table > thead > tr > td.border-bottom-highlight,
.custom-table > tbody > tr > td.border-bottom-highlight {
    border-bottom: 12px solid #ececec !important;
}

.custom-table > thead > tr > th.border-top-highlight1,
.custom-table > tbody > tr > th.border-top-highlight1 {
    border-top: 20px solid #711a83 !important;
}

.custom-table > thead > tr > td.border-bottom-highlight1,
.custom-table > tbody > tr > td.border-bottom-highlight1 {
    border-bottom: 12px solid #d2d2d2 !important;
}



.custom-table.table-striped > tbody > tr:nth-of-type(2n+1) > td.highlight {
    background-color: #dedede;
}



.custom-col-width {
    width: 100px;
}

.custom-col-width-2x {
    width: 200px;
}

.custom-col-width-3x {
    width: 100px;
}

.custom-col-width-none {
    width: 0px;
}

.custom-col-width-min {
    width: 30px;
}

.custom-col-width-min-2x {
    width: 60px;
}

.custom-col-width-min-2x {
    width: 60px;
}

@media (max-width: 767px) {
    .custom-margin-xs-bottom {
        margin-bottom: 20px;
    }

    .custom-margin-xs-bottom-2x {
        margin-bottom: 40px;
    }

    .custom-margin-xs-bottom-min {
        margin-bottom: 4px;
    }

    .custom-margin-xs-bottom-min-2x {
        margin-bottom: 8px;
    }

    .custom-margin-xs-bottom-none {
        margin-bottom: 0;
    }

    .custom-modal-xs-btn-block .btn,
    .custom-modal-xs-double-btn-block .btn {
        display: block;
        width: 100%;
    }

        .custom-modal-xs-double-btn-block .btn + .btn {
            margin-left: 0;
            margin-bottom: 0;
            margin-top: 5px;
        }
}

a {
    color: #711a83;
}

    a:focus,
    a:hover {
        color: #711a83;
    }

.customBreadcrumb {
    background-color: white;
    border-color: #CF78E1 !Important;
    color: #711A83 !Important;
}

/* PAGE TOP AND BOTTOM NAV
------------------------------ */
.navbar-custom-top {
    background-color: #000000;
    border-bottom: 6px solid #711A83;
    margin-bottom: 0;
}

    .navbar-custom-top .navbar-nav > li a {
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .navbar-custom-top .navbar-nav > li > a,
    .navbar-custom-top .navbar-text {
        color: #fff;
    }

        .navbar-custom-top .navbar-nav > li > a:hover {
            color: #777;
        }

    .navbar-custom-top .navbar-brand {
        color: #fff;
        line-height: 50px;
        font-size: 22px;
    }

        .navbar-custom-top .navbar-brand span.product-name {
            padding-top: 2px;
            display: block;
            float: right;
        }

@media (max-width: 767px) {
    .navbar-custom-top .lang-switcher {
        padding-left: 10px;
        margin-bottom: 0;
    }

        .navbar-custom-top .lang-switcher > li {
            display: inline-block;
        }

            .navbar-custom-top .lang-switcher > li > a {
                padding-bottom: 5px;
                padding-top: 5px;
            }

    .navbar-custom-top .navbar-right {
        margin-top: 0;
    }

    .navbar-custom-bottom .navbar-nav > li > .text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-custom-bottom .navbar-nav > li > img {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.navbar-custom-bottom {
    margin-top: 30px;
    background-color: #000000;
    border-top: 3px solid #711A83;
    min-height: 25px;
}

    .navbar-custom-bottom .navbar-nav > li > .text {
        padding-left: 15px;
        padding-right: 15px;
        color: #fff;
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 5px;
        line-height: 20px;
        display: inline-block;
    }

    .navbar-custom-bottom .navbar-nav > li > a {
        color: #fff;
        font-size: 12px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .navbar-custom-bottom .navbar-nav > .active > a {
        background-color: #711a83;
        color: #fff;
    }

    .navbar-custom-bottom .navbar-nav > li > a:hover,
    .navbar-custom-bottom .navbar-nav > li > a:focus,
    .navbar-custom-bottom .navbar-nav > .open > a,
    .navbar-custom-bottom .navbar-nav > .open > a:hover,
    .navbar-custom-bottom .navbar-nav > .open > a:focus {
        background-color: #89329b;
        color: #fff;
    }

    .navbar-custom-bottom .navbar-brand {
        height: 30px;
        line-height: 14px;
        padding: 7px 15px;
    }

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

    .navbar-brand img {
        border: 0;
        padding: 0;
        margin: 0;
    }


/* Nav-tabs (submodules)
------------------------------ */
.nav-tabs-submodulos {
    background-color: #FFF;
    border: none;
}

    .nav-tabs-submodulos > li {
        margin-bottom: 0;
        border-right: 4px solid #fff;
    }

        .nav-tabs-submodulos > li > a,
        .nav-tabs-submodulos > li.active > a {
            background-color: #FFF;
            border-radius: 0;
            color: #000;
            margin-right: 0;
            text-transform: uppercase;
            font-size: 11px;
        }

        .nav-tabs-submodulos > li.active > a {
            background-color: #FFFFFF;
            color: #7f35b2;
            font-weight: bold;
            border-bottom: 4px solid #7f35b2;
        }

            .nav-tabs-submodulos > li > a:focus,
            .nav-tabs-submodulos > li > a:hover,
            .nav-tabs-submodulos > li.active > a:hover {
                background-color: #FFF;
                color: #7f35b2;
                cursor: pointer;
                margin-bottom: 0;
                border-bottom: 4px solid #7f35b2;
            }

/* .custom-nav-stacked
-----------------------------  */
.custom-nav-stacked > li + li {
    margin-top: 1px;
}

.custom-nav-stacked > li > a,
.custom-nav-stacked > li.active > a {
    background-color: #666;
    color: #fff;
}

.custom-nav-stacked > li.active > a {
    background-color: #711a83;
    color: #fff;
}

    .custom-nav-stacked > li > a:focus,
    .custom-nav-stacked > li > a:hover,
    .custom-nav-stacked > li.active > a:hover {
        background-color: #89329b;
        color: #fff;
    }

/* .custom-nav-pills  
----------------------------- */
.custom-nav-pills {
    display: table !important;
    width: 100% !important;
}
.custom-nav-pills > li {
    display:table-cell;
    width: auto !important;
    height: auto !important;
}
.custom-nav-pills > li > a,
.custom-nav-pills > li.disabled > a:focus,
.custom-nav-pills > li.disabled > a:hover {
    background-color: #e5e5e5;
}

.custom-nav-pills > li.active > a,
.custom-nav-pills > li.active > a:focus {
    background-color: #711a83;
    color: #fff;
}

    .custom-nav-pills > li.active > a:hover {
        background-color: #89329b !important;
    }

    .custom-nav-pills > li > a:hover {
        background-color: #89329b !important;
        color: #FFFFFF !important;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .custom-nav-pills > li.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .custom-nav-pills > li.visible-sm {
        display: table-cell !important;
    }
}
.custom-nav-tabs > li > a {
    /*text-transform: uppercase;*/
    font-size: 9pt;
    font-weight: bold;
    color: #711984;
    border-right: solid 1px #f2f2f2ec;
}

.custom-nav-tabs > li.active > a {
    background-color: #711984;
    color: #FFFFFF;
}

.custom-nav-tabs > li.active > a:hover {
    background-color: #711984;
    color: #FFFFFF;
}
/* #main 
----------------------------- */
.page-wrapper-loggedin #main {
    background-color: rgba(255, 255, 255, 0.98);
}

/* .panel
------------------------------ */
.panel {
    border-radius: 0;
    box-shadow: none;
}


.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default {
    border: 1px solid #000 !important;
    border-radius: 5px!Important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(113, 26, 131, 0.6)!Important;
}

.btn-basic {
    border: 1px solid #e2e2e2 !important;
}
/*
.panel-default > .panel-heading {
    color: #fff;
    background-color: #d1d1d1;
    border-color: #c4c4c4;
}

.panel-default > .panel-body > .table-responsive > .table > .tblHead > tr > th:not(:first-child) {
    background-color: rgba(209, 209, 209, 0.50);
    border-color: #c4c4c4;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.panel-default > .panel-body > .table-responsive > .table > .tblHead > tr > th:first-child {
    background-color: rgba(209, 209, 209, 1);
    border-color: #c4c4c4;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.panel-primary > .panel-body > .table-responsive > .table > .tblHead > tr > th:not(:first-child) {
    background-color: rgba(209, 209, 209, 0.50);
    border-color: #c4c4c4;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.panel-primary > .panel-body > .table-responsive > .table > .tblHead > tr > th:first-child {
    background-color: rgba(209, 209, 209, 1);
    border-color: #c4c4c4;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}*/
.panel-primary {
    border-color: #711a83;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #711a83;
        border-color: #711a83;
    }

        .panel-primary > .panel-heading > a {
            color: #fff;
        }

.panel-box .panel-body {
    background-color: #f3f2f3;
}

.panel-warning-bgstrong > .panel-heading {
    background-color: #faebcc;
}

.panel-primary > .panel-body-simulator {
    background-color: cornsilk;
}

.panel-tw {
    border: 1px solid #666;
}

    .panel-tw > .panel-body {
        background-color: #89329B;
        color: #FFF;
        padding: 5px;
        margin: 0px;
    }

.panel-tw-form {
    margin-bottom: 1px;
}

    .panel-tw-form > .panel-heading {
        background-color: #F2F2F2;
    }

    .panel-tw-form > .panel-body {
        color: #FFF;
    }

.panel-underwritting {
    border-color: #e65032;
}

    .panel-underwritting > .panel-body {
        background-color: #FFF;
        color: #e65032;
        padding: 5px;
        margin: 0px;
    }

.custom-underwritting-resumo {
    font-size: 1.5em;
    color: #e65032;
}

.custom-underwritting-historico {
    font-size: 9pt;
    color: #000;
}

.panel-underwritting-historico {
    border-color: #CCC;
    padding: 20px;
}

/* .section-entry
------------------------------ */
.section-entry-header {
    background-color: #F2F2F2;
    padding: 0px;
    padding-left: 5px;
    padding-top:20px;
    padding-bottom:20px;
    /*border-top: 1px solid #666666;*/
    border-bottom: 1px solid #666666;
}

    .section-entry-header > h1 {
        color: #711984;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 26px;
        font-weight: bolder;
    }

/* .section-footer
------------------------------ */
.section-footer {
    padding-bottom: 20px;
}

/* .form-control 
------------------------------ */
.form-control {
    border-color: #cf78e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.form-control:focus {
    border-color: #cf78e1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(113, 26, 131, 0.6);
    background-color: #efe8f0!Important;
}

.input-group-addon {
    background-color: #89329b;
    border-color: #cf78e1;
    color: #fff;
}

.background-gray {
    background-color: #F2F2F2 !Important;
    border-color: #cf78e1;
    color: #000 !Important;
}
/* .btn
------------------------------ */
.btn {
    border-radius: 8px;
}

.btn-primary {
    background-color: #711a83;
    border-color: #711a83;
}

    .btn-primary:hover {
        background-color: #89329b;
        border-color: #89329b;
        color: #fff;
    }

    .btn-primary.active,
    .btn-primary:active, .open >
    .dropdown-toggle.btn-primary {
        background-color: #89329b;
        border-color: #89329b;
        color: #fff;
    }

    .btn-primary.focus, .btn-primary:focus {
        background-color: #89329b;
        border-color: #89329b;
        color: #fff;
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary.focus:active,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .dropdown-toggle.btn-primary.focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .open > .dropdown-toggle.btn-primary:hover {
            background-color: #89329b;
            border-color: #89329b;
        }

.btn-primary-custom {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #711a83;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #89329b;
    color: #ccc;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
    background-color: #fff;
    color: #ccc;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.focus[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #89329b;
    border-color: #89329b;
    color: #ccc;
}

.ui-dialog {
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
}

    .ui-dialog * {
        box-sizing: border-box;
    }

    .ui-dialog.ui-corner-all {
        border-radius: 0px;
    }

    .ui-dialog .ui-widget-header {
        background: #414141;
        border-radius: 0px;
        color: #fff;
    }

    .ui-dialog .ui-dialog-title {
        font-size: 12px;
    }

.ui-widget-content {
    font-size: 12px;
}

.ui-dialog-buttonset {
    width: auto;
}

/* SIDEBAR
-------------------- */
.sidebar {
    margin-top: 15px;
    border: 1px solid #711984;
    border-radius:5px;
    padding:15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(127,53,178,0.85);
    -moz-box-shadow: 0px 0px 15px 0px rgba(127,53,178,0.85);
    box-shadow: 0px 0px 15px 0px rgba(127,53,178,0.85);
}
.sidebar .row {
    border-bottom: 4px solid #FFF4;
}
.sidebar .row:hover {
    border-bottom: 4px solid #bca5c0;
}
.sidebar .active {
    border-bottom: 4px solid #bca5c0;
    font-weight: bold;
}

.submenu {
    padding-left: 15px;
}

    .submenu a {
        border-radius: 0;
        padding-left: 15px !important;
    }

.submenu-active a.list-group-item.active {
    background-color: #e65032;
    border-color: #e65032;
    color: #fff;
}


#sidebar-menu > li > ul.submenu {
    border-left: 1px solid #ddd;
}

.submenu-container,
.submenu-container-active {
    border: none;
    padding: 0;
}

    .submenu-container > list-group-item,
    .submenu-container-active > list-group-item {
        background-color: #e65032;
    }

/* .breadcrumb
--------------------------------- */
.breadcrumb {
    border-radius: 0;
    padding: 8px 15px;
    border: 1px solid #ddd;
}

.media {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

    .media:first-child {
        border-top: 1px dashed #ddd;
        padding-top: 15px;
    }

    .media .media-heading a {
        color: #777;
        text-decoration: none;
    }

/* .custom-thumbnail
------------------------------- */
.custom-thumbnail {
    padding: 0px;
    text-decoration: none;
}

    .custom-thumbnail .caption {
        background-color: #FFFFFF;
        text-align: center;
    }

        .custom-thumbnail .caption h3 {
            margin-bottom: 0px;
            margin-top: 0px;
            font-size: 14px;
            line-height: 17px;
            height: 34px;
        }

            .custom-thumbnail .caption h3.small {
                font-size: inherit;
            }

        .custom-thumbnail .caption.visible-sm-block h3 {
            font-size: 16px;
        }

        .custom-thumbnail .caption.visible-md-block h3 {
            font-size: 15px;
        }

    .custom-thumbnail .list-group {
        margin-bottom: 0px;
    }

    .custom-thumbnail .list-group-item {
        border-left: none;
        border-right: none;
        padding: 8px 12px;
    }

    .custom-thumbnail:hover .list-group-item {
        border-color: #FFFFFF;
    }

    .custom-thumbnail .list-group-item span.text,
    .custom-thumbnail .list-group-item span.value {
        color: #333;
        font-size: 12px;
        line-height: 15px;
    }

    .custom-thumbnail .list-group-item span.text {
        font-weight: bold;
    }

    .custom-thumbnail .list-group .list-group-item:last-child {
        border-bottom: none;
    }

a.thumbnail.active,
a.custom-thumbnail.active,
a.thumbnail:focus,
a.custom-thumbnail:focus,
a.thumbnail:hover,
a.custom-thumbnail:hover {
    border-color: #9740a9;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(151,64,169,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(151,64,169,0.55);
    box-shadow: 0px 0px 5px 0px rgba(151,64,169,0.55);
}

    a.custom-thumbnail:active .caption,
    a.custom-thumbnail:focus .caption,
    a.custom-thumbnail:hover .caption {
        color: #9740a9;
        background-color: #FFFFFF;
    }

/* .pagination 
------------------------------- */

.pagination {
    border-radius: 0px;
}

    .pagination > li > a,
    .pagination > li > span {
        background-color: #ffffff;
        border: 1px solid #ecc8ec;
        color: #711a83;
    }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        background-color: #9740a9;
        border-color: #9740a9;
        color: #fff;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

.pagination-no-margin .pagination {
    margin: 0;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: #ffffff;
    border-color: #ecc8ec;
    color: #ecc8ec;
    cursor: not-allowed;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #eeeeee;
    border-color: #ecc8ec;
    color: #333;
    z-index: 2;
}

/* .alert 
---------------------------------- */
.alert {
    border-radius: 0px;
}

/* .progress-bar
---------------------------------- */
.progress-bar {
    background-color: #711a83;
    font-size: 7pt;
}

#trsProgressRow .progress {
    height: 20px;
}

/* .form-signin
---------------------------------- */
.form-signin-container {
    margin-left: 30px;
    max-width: 430px;
    margin-top: 15%;
    margin-bottom: 8%;
}

.form-signin {
    background-color: #fff;
    border: 1px solid #e5cce5;
    border-radius: 25px!Important;
    padding: 35px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(127,53,178,0.85);
    -moz-box-shadow: 0px 0px 35px 0px rgba(127,53,178,0.85);
    box-shadow: 0px 0px 35px 0px rgba(127,53,178,0.85);
}

    .form-signin a {
        font-size: 12px;
    }

.form-signin-notice {
    border-left-width: 6px;
    padding: 15px;
    margin-bottom: 15px;
}

.form-signin .brand-image {
    text-align: center;
}
.form-signin .page-header {
    border-bottom: none;
    margin: 0px 0px 20px;
    padding-bottom: 0;
}

    .form-signin .page-header > h1 {
        font-size: 17px;
        line-height: 20px;
        font-weight: bold;
    }

.form-signin .loading {
    background: transparent url("../img/ajax-loader.gif") no-repeat left center;
    color: #777;
    display: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin: 0px;
    padding: 0px 0px 0px 26px;
}

/* .page-header
--------------------------- */
.page-header {
    margin: 20px 0 20px
}

.section-entry-content {
    padding-left: 5px;
    padding-right: 5px;
}

    .section-entry-content .page-header {
        margin: 0px 0px 20px 0px;
    }

        .section-entry-content .page-header h1 {
            font-size: 21px;
            margin: 0px 0px 5px 0px;
        }

.section-entry-search {
    margin-top: 2px;
    margin-right: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #F2F2F2;
    margin-bottom: 15px;
}

/* .panel-choiceheader 
--------------------------- */
.panel-choiceheader {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
}

    .panel-choiceheader .panel-twbox {
        background-color: #f6f6f6;
        box-sizing: border-box;
        padding: 15px;
        width: 100%;
        margin-bottom: 15px;
        height: 70px;
    }

    .panel-choiceheader .panel-twbox-med {
        background-color: #989898;
    }

    .panel-choiceheader .panel-twbox-strong {
        background-color: #89329b;
    }

    .panel-choiceheader .panel-twbox-button {
        border: 6px solid #989898;
        background-color: #89329b;
        box-sizing: border-box;
        padding: 0px;
    }

        .panel-choiceheader .panel-twbox-button:hover {
            border: 6px solid #89329b;
            background-color: #711a83;
        }

        .panel-choiceheader .panel-twbox-button .btn-primary {
            background-color: #89329b;
            border-color: #89329b;
            text-transform: uppercase;
        }

            .panel-choiceheader .panel-twbox-button .btn-primary.btn-block {
                height: 100%;
            }

        .panel-choiceheader .panel-twbox-button:hover .btn-primary {
            background-color: #711a83;
            border-color: #711a83;
        }

    .panel-choiceheader .panel-twbox span.text {
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        font-size: 13px;
    }

    .panel-choiceheader .panel-twbox span.value {
        display: block;
    }

    .panel-choiceheader .panel-twbox-med span.text,
    .panel-choiceheader .panel-twbox-med span.value,
    .panel-choiceheader .panel-twbox-strong span.text,
    .panel-choiceheader .panel-twbox-strong span.value {
        color: #fff;
    }

    .panel-choiceheader .panel-body > .row > div > .row > div > .row > div:last-child .panel-twbox {
        margin-bottom: 0px;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .panel-choiceheader .panel-body > .row > div > .row > div > .row > div:last-child .panel-twbox {
        margin-bottom: 15px;
    }

    .panel-choiceheader .panel-body > .row > div > .row > div:last-child > .row > div:last-child .panel-twbox {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .panel-choiceheader .panel-body > .row > div > .row > div > .row > div:last-child .panel-twbox {
        margin-bottom: 15px;
    }

    .panel-choiceheader .panel-body > .row > div:last-child > .row > div:last-child > .row > div:last-child .panel-twbox {
        margin-bottom: 0px;
    }
}

.choices-benefit-modal-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

/*
    jquery-ui dialog
----------------------------- */
.ui-autocomplete {
    z-index: 5000;
}

/*
    jquery-ui dialog
----------------------------- */
.ui-dialog {
    z-index: 5000;
}

/*
    jquery-ui slider
----------------------------- */
.ui-slider.ui-widget-content {
    border: 1px solid #cf78e1;
}

.ui-slider .ui-slider-handle {
    background-color: #711a83;
    border: 1px solid #711a83;
    z-index: 1;
}

.ui-slider .ui-slider-range {
    background-color: #f1cef1;
}

/*
    jquery-ui datapicker
----------------------------- */
.ui-datepicker.ui-widget-content {
    border: 1px solid #cf78e1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}

.ui-datepicker .ui-datepicker-header {
    background-color: #ffe5ff;
    border: 1px solid #cf78e1;
}

    .ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
        border: 1px solid #cf78e1;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title select + select {
            margin-left: 2px;
        }

.ui-datepicker td.ui-datepicker-today a.ui-state-highlight {
    border: 1px solid #711a83;
    background-color: #b65fc8;
    color: #fff;
}

.ui-datepicker td.ui-datepicker-week-end a.ui-state-default {
    border: 1px solid #cf78e1;
    background-color: #ffe5ff;
    color: #333;
}

.ui-datepicker td.ui-datepicker-current-day a.ui-state-active {
    border: 1px solid #711a83;
    background-color: #711a83;
    color: #fff;
}

.ui-datepicker td a.ui-state-default {
    border: 1px solid #cf78e1;
    background-color: #f1cef1;
    color: #333;
}



/* . */
i.twf {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 11px;
    height: 11px;
}

i.twf-info {
    background: transparent url("../img_flex/twf-info-11x11.png") no-repeat;
}

/*
    elementos soltos de poopups de escolha
*/
#popup-row {
    border-bottom: 1px solid #F0F0F0;
}

.popup-subtitle {
    font-size: 12pt;
    font-weight: bold;
}

@media screen and (max-width: 361px) {
    .popup-subtitle {
        font-size: 10pt;
        font-weight: bold;
    }
}

/*
    .infobox */
.infobox {
    display: block;
    background-color: #e7e7e7;
    margin: 0;
    padding: 0;
}

    .infobox > h3.title {
        color: #333;
        display: block;
        margin: 0;
        padding: 14px 20px 6px 20px;
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        text-align: center;
    }

    .infobox > span.desc {
        color: #333;
        display: block;
        margin: 0;
        padding: 5px 20px 5px 20px;
        font-size: 13px;
        font-family: Verdana, arial, sans-serif;
        line-height: 17px;
        text-transform: uppercase;
        text-align: center;
    }

    .infobox > span.value {
        color: #333;
        display: block;
        margin: 0;
        padding: 2px 20px;
        font-size: 28px;
        font-family: Verdana, arial, sans-serif;
        line-height: 33px;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
    }

    .infobox > span.pct {
        color: #333;
        display: block;
        margin: 0;
        padding: 2px 20px 20px 20px;
        font-size: 13px;
        font-family: Verdana, arial, sans-serif;
        line-height: 16px;
        text-transform: uppercase;
        text-align: center;
    }

.infobox_light {
    background-color: #cfcfcf;
}

.infobox_dark {
    background-color: #949494;
}

    .infobox_dark > h3.title,
    .infobox_dark > span.desc,
    .infobox_dark > span.value,
    .infobox_dark > span.pct {
        color: #fff;
    }

.infobox_dark2 {
    background-color: #711a83;
}

    .infobox_dark2 > h3.title,
    .infobox_dark2 > span.desc,
    .infobox_dark2 > span.value,
    .infobox_dark2 > span.pct {
        color: #fff;
    }

@media (max-width: 767px) {
    .infobox.infobox_light,
    .infobox.infobox_dark,
    .infobox.infobox_dark2 {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .infobox > h3.title {
        height: 38px;
        box-sizing: content-box;
    }

    .infobox > span.desc {
        height: 51px;
        box-sizing: content-box;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .infobox > span.desc {
        height: 34px;
        box-sizing: content-box;
    }
}

@media (min-width: 1200px) {
    .infobox > span.desc {
        height: 34px;
        box-sizing: content-box;
    }
}

/*
    trs specifics
*/
.trs-yours {
    font-weight: bolder;
    font-size: 1.5em;
    color: #711a83;
    margin-right: 8px;
}

#trsContainerGraph canvas {
    width: 100% !important;
    height: auto !important;
}

#table-reward a {
    text-decoration: none;
    cursor: pointer;
}



/*
    Minhas Poupanças Reforma
    specifics
*/
#table_extratos_acumulado > thead > tr > th {
    width: 150px;
}

#table_extratos_acumulado > .FWeight {
    font-weight: bold;
}

#thContribuicoes {
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

#thOutros {
    width: 100px;
}

#tblMargin {
    margin-top: 20px;
}

#fundos_legenda {
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
}

.left_align {
    text-align: left;
}

.left_align8 {
    font-size: 8pt;
    text-align: left;
}

.center_align {
    text-align: center;
}

.table-responsive > .fixed-column {
    position: absolute;
    display: inline-block;
    width: auto;
    border-right: 1px solid #ddd;
}

@media(min-width:768px) {
    .table-responsive > .fixed-column {
        display: none;
    }
}

.white-background {
    background-color: #fff;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.link-white {
    color: #fff !important;
}

.link-black {
    color: rgba(0,0,0,1) !important;
}

.borderless {
    border: none;
    padding-right: 0 !important;
}

.div-header {
    background-color: #f5f5f5;
    color: #000;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    font-weight: bold;
    font-size: 14px;
}

.custom-underwritting-value {
    background-color: #7d0000;
    color: #FFFFFF;
    font-weight: normal;
    font-size: small;
}


.custom-control-label {
    font-size: 16px;
    line-height: 1.1;
    height: 38px;
    margin-bottom: 8px;
}

.custom-control-label-min {
    line-height: 19px;
    height: 19px;
}

.custom-form-control,
.custom-form-control-highlight,
.custom-form-control-slider,
.custom-form-control-slider-highlight {
    border-color: #FF5000;
    border-width: 0;
    border-bottom-width: 1px;
    box-shadow: none;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.custom-form-control-highlight {
    border-bottom-width: 2px;
    border-color: #cf78e1;
}

.custom-form-control-slider,
.custom-form-control-slider[readonly],
.custom-form-control-slider[disabled],
.custom-form-control-slider-highlight,
.custom-form-control-slider-highlight[readonly],
.custom-form-control-slider-highlight[disabled] {
    background-color: #dadada;
    border-width: 0;
    padding: 6px 12px;
}

.custom-form-control[readonly],
.custom-form-control[disabled],
.custom-form-control-highlight[readonly],
.custom-form-control-highlight[disabled] {
    background-color: #dadada;
    border-color: #EDEBED;
    padding: 6px 12px;
}


.custom-form-control:focus,
.custom-form-control-highlight:focus {
    border-color: #FF5000;
    border-bottom-width: 2px;
    box-shadow: none;
    padding: 6px 12px;
    /*background-color: rgba(207,120,225,0.1);*/
}

/* we need to split the rules by lines, otherwise if one fail all the others could fail*/
input.custom-form-control::-webkit-input-placeholder,
input.custom-form-control-highlight::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #EAC5F2;
}

input.custom-form-control:-moz-placeholder,
input.custom-form-control-highlight:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #EAC5F2;
    opacity: 1;
}

input.custom-form-control::-moz-placeholder,
input.custom-form-control-highlight::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #EAC5F2;
    opacity: 1;
}

input.custom-form-control:-ms-input-placeholder,
input.custom-form-control-highlight:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #EAC5F2;
}

input.custom-form-control::-ms-input-placeholder,
input.custom-form-control-highlight::-ms-input-placeholder { /* Microsoft Edge */
    color: #EAC5F2;
}

input.custom-form-control::placeholder,
input.custom-form-control-highlight::placeholder { /*Moderna Browser*/
    color: #EAC5F2;
}

@media (max-width: 767px) {
    .custom-control-label {
        font-size: 16px;
        line-height: 1.1;
        height: auto;
        margin-bottom: 8px;
    }
}

.custom-slider-handle {
    width: auto !important;
    height: 20px !important;
    top: 50% !important;
    margin-top: -.8em !important;
    text-align: center !important;
    line-height: 20px !important;
    color: #fff !important;
    z-index: 9999 !important;
    padding: 0px 2px !important;
}

/*
    Surveys
*/
.tw-survey .panel-default {
    border: 1px solid #CCC;
}

.tw-survey .panel-heading {
    background-color: #EDEDED;
}

.tw-survey .panel-body {
    margin: 5px 20px 5px 20px;
}

.tw-survey .surv-question {
    font-size: 0.9em;
}

.tw-survey .surv-item label {
    font-size: 0.7em;
    font-weight: normal;
    margin-left: 0px;
    border: 1px solid #666;
    padding: 3px;
    background-color: #CCC;
    color: #FFF;
    min-width: 35px;
}

.tw-survey .surv-item input {
    margin-right: 2px;
    cursor: pointer;
    background-color: #FFF;
}


    .tw-survey .surv-item input:checked {
        background-color: #000;
    }

.tw-survey button {
    background-color: #18537e;
}

.tw-survey textarea {
    min-height: 100px;
}

.tw-survey .surv-erro {
    display: none;
    font-size: 0.9em;
    color: #b41d15;
    padding: 2px;
}

.tw-survey .surv-end_message {
    font-size: 1.2em;
    color: #18537e;
}

.custom-pririodades-highlight {
    background-color: #ffe6ff;
}

.form-group {
    margin-bottom: 15px;
}

/*
    UPLOAD DOCUMENTS DRAG & DROP
*/
#wtw_drag_drop {
    width: 300px;
    height: 200px;
    /*position:absolute;*/
    left: 50%;
    margin-left: -150px;
    border: 2px dashed rgba(0,0,0,.3);
    border-radius: 20px;
    font-family: Arial;
    text-align: center;
    position: relative;
    line-height: 180px;
    font-size: 20px;
    color: rgba(0,0,0,.3);
}

    #wtw_drag_drop input {
        /*position: absolute;*/
        cursor: pointer;
        left: 0px;
        top: 0px;
    }

    #wtw_drag_drop:hover {
        border: 2px dashed rgba(0,0,0,.5);
        background-color: #e0e0e0;
        color: rgba(0,0,0,.5);
    }

#wtw_click_here {
    position: relative;
    cursor: pointer;
    left: 50%;
    margin-left: -75px;
    margin-top: 20px;
    line-height: 26px;
    color: white;
    font-size: 12px;
    width: 150px;
    height: 26px;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #CF78E1;
    text-align: center;
}

    #wtw_click_here:hover {
        background-color: #711a83;
    }

.custom-background-light-gray {
    background-color: #f5f5f5;
}

.custom-selected-color {
    color: #86CD82;
}

.custom-not-selected-color {
    color: #DCE8E5;
}

.custom-link-box {
    border: 1px solid #711984;
    background-color: hsl(0, 0%, 93%);
    border-radius: 10px !Important;
    padding: 25px;
    margin: 25px;
    cursor: pointer;
}

.custom-link-box-selected {
    border: 1px solid #711984;
    background-color: #711984;
    border-radius: 10px !Important;
    padding: 25px;
    margin: 25px;
    color: #FFFFFF;
    font-size: 22px;
}

.custom-link-box > .custom-text-link-title {
    color: #711984;
    font-size: 22px;
}

.custom-link-box:hover {
    background-color: #711984;
}

    .custom-link-box:hover > .custom-text-link-title {
        color: #FFFFFF;
    }

.custom-box-title {
    border: 1px solid #711984;
    background-color: #711984;
    color: #FFFFFF;
    padding: 15px;
    font-size: 14pt;
    margin-right: 2px;
}

.custom-box-content {
    padding: 15px;
    border: 1px solid #711984;
    margin-right: 2px;
    background-color:#F5F5F5;
}

.custom-border-radius-top-left {
    border-top-left-radius: 10px !Important;
}

.custom-border-radius-top-right {
    border-top-right-radius: 10px !Important;
}

.custom-border-radius-bottom-left {
    border-bottom-left-radius: 10px !Important;
}

.custom-border-radius-bottom-right {
    border-bottom-right-radius: 10px !Important;
}

.custom-slider-text {
    font-size: 14pt;
    font-weight: bold;
    background-color: #FFF;
    color: #711984;
    padding: 5px;
    margin-top: 2px;
    border: 1px solid #CCCCCC;
    border-bottom-left-radius: 5px !Important;
    border-bottom-right-radius: 5px !Important;
}

.custom-form-simulador label {
    font-size: 12pt;
    font-weight: normal !Important;
}

.custom-form-simulador input {
    font-size: 14pt !Important;
    color: #711984 !Important;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF !Important;
    text-align: left;
}

.custom-simulator-text {
    font-size: 14pt;
    font-weight: bold;
    /*background-color:#F2F2F2;*/
    color: #711984;
    padding: 5px;
    margin-top: 2px;
    border: 0px solid #CCCCCC;
    border-bottom-left-radius: 5px !Important;
    border-bottom-right-radius: 5px !Important;
    border-top: none;
}
.custom-simulator-black-text {
    font-size: 14pt;
    font-weight: bold;
    /*background-color:#F2F2F2;*/
    color: #000000;
    padding: 5px;
    margin-top: 2px;
    border: 0px solid #CCCCCC;
    border-bottom-left-radius: 5px !Important;
    border-bottom-right-radius: 5px !Important;
    border-top: none;
}

.custom-simulator-text-size {
    font-size: 2em;
}

.custom-select {
    min-width: 150px;
    height: 30px;
    text-align-last: center;
    background-color: #FFF;
    border: 1px solid #711984;
}

.custom-input {
    width: 30px !Important;
}

.popUpBox {
    width: 500px;
    overflow: hidden;
    background: #F2F2F2;
    opacity: 95%;
    color: #333333;
    border: 1px solid #000;
    box-shadow: 0 0 5px black;
    border-radius: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 10px;
    text-align: center;
    display: none;
}

.loadingSpinner {
    width: 500px;
    overflow: hidden;
    opacity: 95%;
    color: #333333; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 10px;
    text-align: center;
    display: none;
}

.popUpBox1 {
    width: 500px;
    overflow: hidden;
    background: #FFFFFF;
    opacity: 100%;
    color: #711984;
    border: 3px solid #a31c1c;
    box-shadow: 0 0 10px black;
    border-radius: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 10px;
    text-align: center;
    display: none;
}

.closeModal {
    color: black;
}


.custom-container {
    padding: 0px;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}


.form-group input[type="checkbox"] {
    display: none;
}

    .form-group input[type="checkbox"] + .btn-group > label span {
        width: 20px;
    }

        .form-group input[type="checkbox"] + .btn-group > label span:first-child {
            display: none;
        }

        .form-group input[type="checkbox"] + .btn-group > label span:last-child {
            display: inline-block;
        }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
        display: none;
    }

.custom-form-message {
    margin-top: 2px;
    padding: 10px;
    border: 1px solid 666666;
    background-color: #ffe6e6;
    border-bottom-left-radius: 10px !Important;
    border-bottom-right-radius: 10px !Important;
    text-align: center;
}

.custom-form-text-validation {
    color: #ff0000;
    font-weight: normal;
    font-size: small;
}

.custom-label {
    font-weight: bold;
    font-size: 1.3em;
}

.custom-btn-check {
    border: 1px solid #b4b4b4 !Important;
    background-color: #F2F2F2;
}

/*
NEW VERSION
*/
#data-block {
    padding: 10px;
    border-bottom: 1px solid #CCC;
}
#data-block .row {
    margin-bottom: 15px;
}
.custom-text-label {
    font-size:9pt;
    color:#999999;
    text-transform: uppercase;
}
.custom-text-content {
    font-size: 14pt;
    /*color: #7f35b2;*/
    color: #000;
}
.btn-lg {
    font-size:14pt!Important;
    padding:10px;
}

.tooltip{
    font-size: 10pt;
}
.tooltip-inner {
    background-color: #711984;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
  }

  .surveys form .card .card-header {
    font-size:1.5em
  }