body {
    background-color: #fff;
    background: url(../../img/fundos/navigator_background1.jpg) no-repeat 100% 100% fixed!important; 
    background-size: cover;
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

/* 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-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-bottom{
    margin-bottom: 20px;
}

.custom-margin-bottom-2x{
    margin-bottom: 40px;
}

.custom-margin-bottom-min{
    margin-bottom: 4px;
}

.custom-margin-bottom-min-2x{
    margin-bottom: 8px;
}

.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-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-avatar_square {
    width: 45px;
    height: 45px;
}

.custom-avatar-circle {
    width: 45px;
    height: 45px;
    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
}

.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.highlight,
.custom-table > thead > tr > th.highlight,
.custom-table > tbody > tr > th.highlight,
.custom-table > tfoot > tr > th.highlight {
    background-color: #f79f7e;
    color: #ffffff;
    font-weight: normal;
}

.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: #d07857;
    color: #ffffff;
    font-weight: normal;
}

.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-border {
    border: 1px solid #ffcaa9 !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.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: #d07857;
}
a:focus,
a:hover {
    color: #f79f7e;
}

.customBreadcrumb {
    background-color: white;
    border-color: #ffcaa9 !Important;
    color: #f79f7e !Important;
}

/* PAGE TOP AND BOTTOM NAV
------------------------------ */
.navbar-custom-top {
    background-color: #000;
    border-bottom: 6px solid #d07857;
    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: #000;
    border-top: 3px solid #d07857;
    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: #d07857;
    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: #d07857;
    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: #999;
    border: none;
}
.nav-tabs-submodulos > li{
    margin-bottom: 0;
    border-right: 1px solid #fff;
}
.nav-tabs-submodulos > li > a,
.nav-tabs-submodulos > li.active > a{
    background-color: #666;
    border-radius: 0;
    border: none!important;
    color: #fff;
    padding: 9px 10px;
    min-width: 90px;
    text-align: center;
    margin-right: 0;
    text-transform: uppercase;
    font-size: 11px;
}

.nav-tabs-submodulos > li.active > a{
    background-color: #f79f7e;
    color: #fff;
}

.nav-tabs-submodulos > li > a:focus, 
.nav-tabs-submodulos > li > a:hover,
.nav-tabs-submodulos > li.active > a:hover{
    background-color: #d07857;
    border: none!important;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
}

/* .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: #f79f7e;
    color: #fff;
}

.custom-nav-stacked > li > a:focus, 
.custom-nav-stacked > li > a:hover,
.custom-nav-stacked > li.active > a:hover{
    background-color: #d07857;
    color: #fff;
}

/* .custom-nav-pills  
----------------------------- */
.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: #f79f7e;
    color: #fff;
}

.custom-nav-pills > li.active > a:hover {
    background-color: #d07857;
}

@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;
    }
}

/* #main 
----------------------------- */
.page-wrapper-loggedin #main {
    background-color:rgba(255, 255, 255, 1);
}

/* .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 #e2e2e2;
    
}
/*
.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: #f79f7e;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #f79f7e;
    border-color: #f79f7e;
}
    .panel-primary > .panel-heading > a {
        color:#fff;
    }

.panel-box .panel-body {
    background-color: #f3f2f3;
}

.panel-warning-bgstrong > .panel-heading {
    background-color: #faebcc;
}
/* .section-entry
------------------------------ */
.section-entry-header > h1 {
    color: #d07857;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 28px;
}


/* .section-footer
------------------------------ */
.section-footer {
    padding-bottom:20px;
}

/* .form-control 
------------------------------ */
.form-control {
    border-color: #d07857;
}

.form-control:focus {
    border-color: #b2b2b2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 123, 180, 0.6);
}

.input-group-addon{
    background-color: #d07857;
    border-color: #d07857;
    color: #fff;
}

/* .btn
------------------------------ */
.btn {
    border-radius: 0px;
}

.btn-primary{
    background-color: #d07857;
    border-color: #d07857;
}

.btn-primary:hover {
    background-color: #f79f7e;
    border-color: #f79f7e;
    color: #fff;
}
.btn-primary.active, 
.btn-primary:active, .open > 
.dropdown-toggle.btn-primary {
    background-color: #f79f7e;
    border-color: #f79f7e;
    color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #f79f7e;
    border-color: #f79f7e;
    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: #d07857;
    border-color: #d07857;
}

.btn-primary-custom {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #f79f7e;
}

.btn-primary-custom-modal {
    background-color: #f79f7e;
    border: 3px solid #000;
    color: #fff;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
    background-color: #ffcaa9;
    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: #ffcaa9;
    border-color: #d07857;
    color: #333;
    }

.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 .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.sidebar .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.sidebar .list-group-item{
    background-color: #f5f5f5;
    padding: 0;
}

.sidebar .list-group-item a{
    display: block;
    padding: 10px 15px;
    /*color: #333;*/
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:hover,
.sidebar .list-group-item.active:focus {
    background-color: #ddd;
    border-color: #ccc;
    color:#fff;
}

/*.sidebar .list-group-item.ancestor-active,
.sidebar .list-group-item.ancestor-active:hover,
.sidebar .list-group-item.ancestor-active:focus {
    background-color: #e65032;
    border-color: #e65032;
    color:#fff;
}*/

.sidebar .submenu-active .list-group-item{
    background-color: #ff9577;
    border-color: #e65032;
    color:#fff;
}

.sidebar .submenu-active .list-group-item:hover,
.sidebar .submenu-active .list-group-item:focus{
    background-color: #fa6446;
    border-color: #e65032;
    color:#fff;
}

.sidebar .submenu-active .list-group-item.active,
.sidebar .submenu-active .list-group-item.active:hover,
.sidebar .submenu-active .list-group-item.active:focus {
    background-color: #fa6446;
    border-color: #e65032;
    color:#fff;
}

.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: 10px 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: #EDEDED;
}
.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: #d07857;
}

.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: #d07857;
    text-decoration: none;
    -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);
}

a.custom-thumbnail:active .caption,
a.custom-thumbnail:focus .caption,
a.custom-thumbnail:hover .caption {
    color: #fff;
    background-color: #d07857;
}

/* .pagination 
------------------------------- */

.pagination {
    border-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #ecc8ec;
    color: #f79f7e;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
    background-color: #d07857;
    border-color: #d07857;
    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: #f79f7e;
    font-size: 7pt;
}
#trsProgressRow .progress {
    height: 20px;
}

/* .form-signin
---------------------------------- */
.form-signin-container {
    margin: 0 auto;
    max-width: 330px;
    margin-top: 15%;
    margin-bottom: 8%;
}
.form-signin {
    background-color: #fff;
    border: 1px solid #e5cce5;
    padding: 15px;
    -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);
}
.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
}

/* .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: #d07857;
}

.panel-choiceheader .panel-twbox-button {
    border: 6px solid #d07857;
    background-color: #d07857;
    box-sizing: border-box;
    padding: 0px;
}

.panel-choiceheader .panel-twbox-button:hover{
    border: 6px solid #d07857;
    background-color: #f79f7e;
}

.panel-choiceheader .panel-twbox-button .btn-primary {
    background-color: #f79f7e;
    border-color: #f79f7e;
    text-transform:uppercase;
}
.panel-choiceheader .panel-twbox-button .btn-primary.btn-block {
    height: 100%;
}

.panel-choiceheader .panel-twbox-button:hover .btn-primary {
    background-color: #d07857;
    border-color: #f79f7e;
}

.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 #d07857;
}
.ui-slider .ui-slider-handle {
    background-color: #f79f7e;
    border: 1px solid #f79f7e;
    z-index: 1;
}
.ui-slider .ui-slider-range {
    background-color: #ffcaa9;
}

/*
    jquery-ui datapicker
----------------------------- */
.ui-datepicker.ui-widget-content{
    border: 1px solid #d07857;
    -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: #ffcaa9;
    border: 1px solid #d07857;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select{
    border: 1px solid #d07857;
}
.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 #f79f7e;
    background-color: #d07857;
    color: #fff;
}
.ui-datepicker td.ui-datepicker-week-end a.ui-state-default {
    border: 1px solid #cf9e7d;
    background-color: #ffcaa9;
    color: #333;
}
.ui-datepicker td.ui-datepicker-current-day a.ui-state-active{
    border: 1px solid #f79f7e;
    background-color: #f79f7e;
    color: #fff;
}
.ui-datepicker td a.ui-state-default{
    border: 1px solid #d07857;
    background-color: #fea685;
    color: #333;
}



/* . */
i.twf{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 11px;
    height: 11px;
}

i.twf-info{
    background: transparent url("../img_mybenflex/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;
}

@media (max-width: 767px) {
    .infobox.infobox_light,
    .infobox.infobox_dark {
        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: #f79f7e;
    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;  
}

.panel-tw > .panel-body {
    background-color: #D07857;
}

/* custom borders */
.custom-border-primary {
    border-color: #d07857;
}
.custom-border-default {
    border-color: #CCC;
}
.custom-border {
    border-width: 1px;
    border-style: solid;
}
.custom-border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.custom-border-top {
    border-top-width: 1px;
    border-top-style: solid;
}
.custom-border-left {
    border-left-width: 1px;
    border-left-style: solid;
}
.custom-border-right {
    border-right-width: 1px;
    border-right-style: solid;
}
.custom-border-bottom-0 {
    border-bottom: none;
}
.custom-border-top-0 {
    border-top: none;
}
.custom-border-left-0 {
    border-left: none;
}
.custom-border-right-0 {
    border-right: none;
}