/* ============================== DEFAULT HTML ============================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700');
html, body {
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
body {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    font-family: 'Raleway', sans-serif;
    background-color:#1f1f1f;
}
body.modal-open {
    padding-right:0 !important;
}
body.modal-open .supreme-container{
    -webkit-filter: blur(4.2px);
    -moz-filter: blur(4.2px);
    -o-filter: blur(4.2px);
    -ms-filter: blur(4.2px);
    filter: blur(4.2px);
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
    display: block;
}
hr {
    border-left: none;
    border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
b, strong {
    font-weight: 600;
}
*:focus, input:focus, button:focus, .form-control:focus {
    outline:none !important;
    border-color:inherit;
    box-shadow:none;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
    text-decoration: none;
    outline: none;
    color: #2ec06c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:focus {
    color:#b9a078;
    outline: none;
}
a img {
    border: none;
}
a[class*="glyphicon-"] {
    text-decoration: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 5px 0 10px;
    color: #FFF;
}
h1, h2 {
    font-weight: 300;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 2em;
    line-height: 1.4em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5, h6 {
    font-size: 1em;
}
/* =============== MARGIN =============== */
.mb-0 {	margin-bottom:0px !important; }
.mb-5 { margin-bottom:5px !important; }
.mb-10 { margin-bottom:10px !important; }
.mb-15 { margin-bottom:15px !important; }
.mb-20 { margin-bottom:20px !important; }
.mb-25 { margin-bottom:25px !important; }
.mb-30 { margin-bottom:30px !important; }
.mb-40 { margin-bottom:40px !important; }

.mt-0 {	margin-top:0px !important; }
.mt-5 { margin-top:5px !important; }
.mt-10 { margin-top:10px !important; }
.mt-15 { margin-top:15px !important; }
.mt-20 { margin-top:20px !important; }
.mt-25 { margin-top:25px !important; }
.mt-30 { margin-top:30px !important; }
.mt-40 { margin-top:40px !important; }

.ml-0 {	margin-left:0px !important; }
.ml-5 { margin-left:5px !important; }
.ml-10 { margin-left:10px !important; }
.ml-15 { margin-left:15px !important; }

.mr-0 {	margin-right:0px !important; }
.mr-5 { margin-right:5px !important; }
.mr-10 { margin-right:10px !important; }
.mr-15 { margin-right:15px !important; }

/* =============== PADDING =============== */
.padding-0 { padding:0 !important; }
.pb-0 {	padding-bottom:0px !important; }
.pb-5 {	padding-bottom:5px !important; }
.pb-10 { padding-bottom:10px !important; }
.pb-15 { padding-bottom:15px !important; }
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
    margin: 0;
    padding: 0;
}
p, .p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom:15px;
    opacity:0.5;
}
p.p-larger {
    font-size:18px;
    font-weight:300;
}
ul, ul li {
    list-style: none;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
    border: none;
    max-width: 100%;
}
img.image-left {
    float: left;
    margin-right: 5px;
}
img.img-full-width {
    width: 100%;
}
/* =============== PREDEFINED CONTENT ALIGN =============== */
.margin-left {
    margin-left: 1em !important;
    margin-right: 0;
}
.margin-right {
    margin-left: 0;
    margin-right: 1em !important;
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.container {
    position: relative;
}
[layout="row"] {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.fsr {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.fg {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.fw {
    flex-wrap: wrap;
}
.verticalStretch {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
}
.verticalCenter {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
/* =============== TVZ =============== */
.container-fluid {
    padding-left:50px;
    padding-right:50px;
}
.float-left {
    float:left !important;
}
.float-right {
    float:right;
}
.bg-transparent {
    background-color:transparent !important;
}
/* =============== FONT WEIGHT =============== */
.font-weight-200 {
    font-weight:200 !important;
}
.font-weight-300 {
    font-weight:300 !important;
}
.font-weight-400 {
    font-weight:400 !important;
}
.font-weight-500 {
    font-weight:500 !important;
}
.font-weight-600 {
    font-weight:600 !important;
}
.font-raleway {
    font-family: 'Raleway', sans-serif !important;
}
.center-display {
    display:table;
    margin-left:auto;
    margin-right:auto;
    float:none;
}
.position-relative { position:relative !important; }
.crm-btn {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #fff;
    font-size: 12px;
    line-height: 100%;
}
.crm-btn:hover {
    color: #fff;
}
.container-aviso {
    width:325px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    float:none;
    display:table;
}
.container-aviso .p-larger {
    padding-left:15px;
    padding-right:15px;
}
/* =============== FORM =============== */
.form-control {
    font-size: 20px;
    font-family: Montserrat;
    color: #FFF;
    border-radius: 2px;
    background-color: #2c2c2c;
    border: none;
    padding: 0px 50px;
    height: initial;
    line-height: normal;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.input-gray-outline {
    text-align:center;
    padding:15px;
    opacity: 0.3;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.06);
    border: solid 1px #979797;
}
.input-minor {
    height:50px !important;
}

.placeholder-18px::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:18px;
}
.placeholder-18px::-moz-placeholder { /* Firefox 19+ */
    font-size:18px;
}
.placeholder-18px:-ms-input-placeholder { /* IE 10+ */
    font-size:16px;
}
.placeholder-18px:-moz-placeholder { /* Firefox 18- */
    font-size:18px;
}
.bg-gray {
    background-color: #222 !important;
}
.bg-gray-2 {
    background-color: #383838 !important;
}
/* =============== BUTTONS =============== */
.btn {
    max-width:100%;
    min-width:160px;
    text-align:center;
    height:55px;
    font-weight:600;
}
.btn.btn-sm {
    height:30px;
    font-weight:600;
    min-width:inherit;
    padding-left:30px;
    padding-right:30px;
}
.btn-block {
    height:70px;
}
.btn-primary {
    color: #222;
    background-color: #b9a078;
    border:none;
    border-radius:0;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #222 !important;
    background-color: #b9a078 !important;
    outline:none;
}
.btn-primary-transparent {
    color: #b9a078;
    background-color:transparent;
    border:0;
}
.btn-primary-transparent:focus,
.btn-primary-transparent:active {
    color: #222 !important;
    background-color:#b9a078 !important;
}
.btn-outline-primary {
    color:#b9a078;
    border:solid 1px #b9a078;
    border-radius:30px;
    background-color:transparent;
}
.btn-outline-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color:#111;
    background-color:#b9a078;
}
.btn-white-transparent {
    color: #FFF;
    opacity:1;
    background-color:transparent;
}
.btn-default {
    color: #FFF;
    background-color: transparent;
    border:none;
}
.btn-default:hover,
.btn-default:focus {
    outline:none;
}
.btn-lg > small {
    font-size:14px;
}
/* =============== 	TEXT =============== */
.text-primary {
    color:#b9a078 !important;
}
.text-primary-light {
    color:#f7c471;
}
.text-white {
    color:#FFF !important;
    opacity: 1 !important;
}
.text-white-light {
    opacity:0.8 !important;
}
.text-success {
    color: #4cc789 !important;
}
.text-danger {
    color: #ac5f5f !important;
}
.text-muted {
    color: #FFF;
    opacity: 0.3;
}
.letter-spacing-1 {
    letter-spacing:1px;
}
/* =============== ICONS =============== */
.icon {
    display:table;
    width:15px;
    height:15px;
    float:left;
}
.icon-avatar {
    background:url(../images/icons/ic-avatar.svg);
    background-size:contain;
}
.icon-x {
    background:url(../images/icons/ic-x-white.svg);
    background-size:contain;
}
.icon-tag {
    background:url(../images/icons/ic-tag.svg);
    background-size:contain;

}
.icon-level {
    background:url(../images/icons/ic-level.svg);
    background-size:contain;
}
.icon-delete {
    background:url(../images/icons/ic-delete.svg);
    background-size:contain;
}
.icon-phone-call {
    background:url(../images/icons/ic-phone-call.svg);
    background-size:contain;
}
.icon-crmpay {
    background:url(../images/icons/ic-crmpay.svg);
    background-size:contain;
}
.icon-malaemcasa {
    background:url(../images/icons/ic-mala.svg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.icon-gray-circle {
    position:relative;
    display:table;
    border-radius:50%;
    width: 82px;
    height: 82px;
    background-color: #2d2d2d;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.12);
}
.tab .btn-clothe {
    display:table;
    width:25px;
    height:25px;
    position:absolute;
    right:0;
    top:0;
    min-width:inherit;
}
.crm-form .tab .btn-clothe {
    margin:0;
}
.tab .btn-clothe .icon-x {
    width:25px;
    height:25px;
}

.icon-calendar {
    background:url(/fichar/images/icons/ic-calendar.svg);
    background-size:contain;
}
.icon-notes {
    background:url(/fichar/images/icons/ic-notes.svg);
    background-size:contain;
}
.icon-editar {
    background:url(/fichar/images/icons/ic-edit.svg);
    background-size:contain;
}
.icon-sair {
    background:url(/fichar/images/icons/ic-sair.svg);
    background-size:contain;
}
.icon-tag-primary {
    background:url(/fichar/images/icons/ic-tag-primary.svg);
    background-size:contain;
}
.icon-calendar-primary {
    background:url(../images/icons/ic-calendar-primary.svg);
    background-size:contain;
}

/* =============== HOVER EFFECT =============== */
.hover-opacity {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hover-opacity:hover {
    opacity: 0.7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* =============== LOADING =============== */
.loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:9;
    height:100%;
    width:99.9%;
    background-color:rgba(0, 0, 0, 0.9);
}
.loader {
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
    /* border: 3px solid #ddd;*/
    border-top: 3px solid #b9a078;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}
.loading p {
    color:#b9a078;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    text-align: center;
    float: none;
    width: 100%;
    padding-top: 150px;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* =============== LAYOUT - HEADER AREA =============== */
#crm-header {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.12);
}

#crm-headerInner {
    position: relative;
    z-index: 5;
}

/* =============== LAYOUT - MENU AREA =============== */
#crm-navbar {
    background: none;
    border: none;
    border-radius: 0;
}
#crm-navbar .navbar-brand {
    font-family: Raleway;
    color: #b9a078;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.2px;
}
#crm-navbar .navbar-header {
    margin-left:-15px;
}
#crm-navbar .navbar-nav > li > a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding: 15px 5px 13px 5px;
    margin: 0 0 0 25px;
}
#crm-navbar .navbar-nav > li > a:hover,
#crm-navbar .navbar-nav > .active > a,
#crm-navbar .navbar-nav > .active > a:hover {
    color: #FFF;
    border-color: #b9a078;
    background: none;
}
#crm-navbar .navbar-nav > li > a i.icon {
    margin-right:10px;
    margin-top:3px;
}
#crm-navbar .navbar-nav > li > a i.icon-tag {
    width:18px;
    height:18px;
}
#crm-navbar .crm-menuItem {
    float: right;
}
#crm-navbar .crm-iconsGroup li a {
    border: none;
    font-size: 18px;
}
#crm-navbar .navbar-toggle {
    margin-right: 0;
    border: none;
}
#crm-navbar .navbar-toggle:hover,
#crm-navbar .navbar-toggle:focus {
    background: none;
}
#crm-navbar .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-nav {
    margin-right:-15px;
}
/* =============== FOOTER =============== */
footer {
    padding-top: 5px;
    padding-bottom:20px;
    left:0;
    right:0;
    bottom:0;
}
footer p {
    display:table;
    margin:auto;
    letter-spacing:0;
}
footer p small {
    font-size: 10.4px;
    display:table;
    float:left;
    margin-right:4px;
}
footer p span {
    color:#d4d4d4;
    font-size: 9.2px;
    font-weight: 200;
    display:table;
    padding:2px 3px;
    border:solid 0.6px #d4d4d4;
}

/* =============== LAYOUT - CONTENT AREA =============== */
.container-fluxo {
    width:874px;
    max-width:100%;
    margin-top:60px;
    box-shadow: 0 2px 3px 3px rgba(0, 0, 0, 0.08);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluxo .col {
    width: 320px;
    max-width:90%;
    margin: auto;
    text-align: center;
    padding: 70px 0;
    display:table;
}
.container-fluxo form .btn {
    min-width:inherit;
    padding-left:25px;
    padding-right:25px;
}
.container-fluxo h2.text-success {
    font-size:23px;
    font-family:'Montserrat';
}
.container-fluxo.fluxo-4 .container-mobile,
.container-fluxo.fluxo-5 .container-mobile {
    width:330px;
    margin:auto;
}
.container-fluxo.fluxo-4 .container-mobile p.text-white-light,
.container-fluxo.fluxo-5 .container-mobile p.text-white-light {
    letter-spacing:0;
}
.container-fluxo.fluxo-4 .col,
.container-fluxo.fluxo-5 .col {
    width: 380px;
}
.container-fluxo.fluxo-4 .box-icon-user {
    min-width:190px;
}
.container-fluxo.fluxo-8 .box-icon-user .icon-circle,
.container-fluxo.fluxo-9 .box-icon-user .icon-circle {
    width: 60px;
    height: 60px;
}
.container-fluxo.fluxo-8 .box-icon-user .icon-circle .icon-avatar,
.container-fluxo.fluxo-9 .box-icon-user .icon-circle .icon-avatar {
    width: 20px;
    height: 20px;
}
.container-fluxo.fluxo-8 .box-icon-user p,
.container-fluxo.fluxo-9 .box-icon-user p {
    margin-top:15px;
}
.container-fluxo .box-icon-user {
    width:100%;
}
.container-fluxo .box-icon-user .box-mobile {
    display:table;
    margin:auto;
}
.container-fluxo .box-icon-user .box-mobile p {
    display:table;
}
.container-fluxo.fluxo-5 .box-icon-user .box-mobile p {
    line-height:24px;
}
/*.container-fluxo.fluxo-4 .form-fluxo .btn .icon.float-right,
.container-fluxo.fluxo-5 .form-fluxo .btn .icon.float-right,
.container-fluxo.fluxo-6 .form-fluxo .btn .icon.float-right {
        margin:0;
        margin-top:1px;
        margin-left:5px;
}*/
.container-fluxo.fluxo-9 .box-tag-price p {
    margin-top:25px;
    line-height:10px;
}
.form-fluxo h2 {
    font-family: Raleway;
}
.form-fluxo .input-group-cellphone h2,
.form-fluxo .input-group-price h2 {
    font-size:22px;
}
.form-fluxo .input-group-pin h2 {
    font-size:24px;
}
.form-fluxo label.p {
    font-family: Raleway;
}
.form-fluxo .input-group-price input {
    padding-right:15px;
    font-weight:300;
}
.form-fluxo .input-group-cellphone .icon-cellphone {
    width:20px;
    height:20px;
    padding-right:15px;
}
.form-fluxo .input-group-cellphone .form-control {
    font-family: Raleway;
    color:#fff;
}
.form-fluxo .input-group-cellphone .form-control:focus {
    color:#b9a078;
}
.form-fluxo .input-group-cellphone .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-weight:400;
    letter-spacing: 1.5px;
}
.form-fluxo .input-group-cellphone .form-control::-moz-placeholder { /* Firefox 19+ */
    font-weight:400;
    letter-spacing: 1.5px;
}
.form-fluxo .input-group-cellphone .form-control:-ms-input-placeholder { /* IE 10+ */
    font-weight:400;
    letter-spacing: 1.5px;
}
.form-fluxo .input-group-cellphone .form-control:-moz-placeholder { /* Firefox 18- */
    font-weight:400;
    letter-spacing: 1.5px;
}
.form-fluxo .input-group-cellphone ~ a.btn {
    max-width:100%;
}
.form-fluxo a.btn {
    line-height:34px;
    font-size:20px;
}
.form-fluxo a.btn.disabled {
    opacity:0.4;
    color:rgba(34, 34, 34, 0.4);
}
.form-fluxo .btn .icon.float-right {
    float:right;
    margin:0;
    margin-top:1px;
    margin-left:5px;
}
/* stepwizard tab form */

.tab {
    display: none;
    position:relative;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

/* form */
.crm-form label.p {
    opacity:0.8;
}
.crm-form .form-control {
    height:90px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.crm-form .btn {
    margin:40px auto;
}
.crm-form .btn-default {
    opacity:0.2;
}
.crm-form .btn-default:hover,
.crm-form .btn-default:focus,
.crm-form .btn-default:active {
    color:#FFF;
    opacity:1;
    background-color:transparent;
    outline:none;
}

.input-group-price {
    position:relative;
}
.input-group-price .form-control {
    font-size: 72px;
    max-width: inherit;
}
.input-group-price .input-bonus {
    position:absolute;
    font-size:26px;
    left:10px;
    bottom:35px;
    color:#414141;
}
.input-group-cellphone {
    position:relative;
}
.input-group-cellphone .form-control {
    padding-left:90px;
    font-weight:700;
}
.input-group-cellphone .form-control {
    color:#b9a078;
}
.input-group-cellphone .input-icon {
    position:absolute;
    font-size:26px;
    left:40px;
    bottom:35px;
}
.icon-cellphone {
    display:table;
    width:30px;
    height:30px;
    background:url(../images/icons/ic-cellphone.svg) no-repeat center;
    background-size:contain;
}
.input-group-pin .form-control {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    padding: 0 36px;
}
/* Botão ícone usuário */
.box-icon-user {
    display: table;
    margin-left:auto;
    margin-right:auto;
}
.box-icon-user .icon-circle {
    display: table;
    padding: 16px;
    border: solid 2px #FFF;
    border-radius: 50%;
    float: left;
    margin-right:18px;
    position:relative;

    width:50px;
    height:50px;
}
.box-icon-user .icon-circle .icon-avatar {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:20px;
    height:20px;
}
.box-icon-user p {
    font-family:"Montserrat";
    opacity:1;
    font-size:18px;
    margin:0;
    line-height:50px;
    text-align:left;
}
.box-icon-user.bonus p {
    line-height:22px;
    margin-top:5px;
    float:right;
}
.box-icon-user.user-larger {
    background-color:transparent;
}
.box-icon-user.user-larger .icon-circle {
    margin:auto;
    float:none;
    width:100px;
    height:100px;
}
.box-icon-user.user-larger i.icon-avatar {
    width:40px;
    height:40px;
}
.box-icon-user.user-larger h2 {
    font-family:'Montserrat', sans-serif;
}
/* ----- */

.box-info-gray {
    padding:20px;
    height: 100px;
    border-radius: 4px;
    background-color: #343434;
    border: solid 1px #b9a078;
}

.box-tag-price {
    text-align: right;
    max-width: 305px;
    height:160px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    /*border: dashed 1px #828282;*/
    padding: 40px 30px 30px 30px;
    background:url(../images/cupon.svg) no-repeat center;
    background-size:contain;
}
.box-tag-price p {
    font-family: Montserrat;
    opacity:1;
    font-size:62px;
    line-height:30px;
    font-weight:300;
    margin:0;
}
.box-tag-price p small {
    font-size:26px;
    position:absolute;
    left:32px;
    margin-top:-10px;
}
.box-tag-price p strong {
    font-size:17px;
    font-weight:300;
    letter-spacing: 0.6px;
}
.box-tag-price .adicional {
    height: auto;
    border-radius: 16px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    font-size: 16px;
    margin: auto;
    padding: 5px 30px;
    max-width: 150px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    background-color: #b9a078;
    color: #111;
}
/* ================= MODAL ================= */
.modal-backdrop {
    background-color:rgba(0, 0, 0, 0.75);
}
.crm-modal .modal-dialog {
    margin: 0;
    max-width:100%;
    width:100% !important;
    height: 100%;
    width: auto;
    float: right;
    box-shadow: 0 0 100px 20px rgba(0, 0, 0, 0.75);
}

.crm-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding:25px;
    background-color:transparent;
}
.crm-modal .modal-content .container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto;
    width: 100%;
    left:0;
    right:0;
}
.crm-modal .modal-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #004885;
    margin-bottom: 40px;
}
.crm-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}
.crm-modal .modal-content img {
    margin-bottom: 30px;
}
.close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 0;
    cursor: pointer;
    z-index:1;
}
.close-modal:hover {
    opacity: 0.3;
}
.close-modal .lr {
    height: 30px;
    width: 3px;
    margin-left: 25px;
    margin-top:10px;
    background-color: #FFF;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    z-index: 1051;
}
.close-modal .lr .rl {
    height: 30px;
    width: 3px;
    background-color: #FFF;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1052;
}
.close-modal-circle {
    display: table;
    margin: auto;
    margin-bottom:30px;
    border: solid 2px #FFF;
    border-radius: 50%;
    width: 74px;
    height: 74px;
    position: relative;
}
.close-modal-circle .close-modal {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 50px;
}
.crm-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
/* ------ MODAL PERÍODO ------ */
#periodoModal.modal {
    top:100px;
}
#periodoModal.modal .close-modal .lr {
    background-color:#b9a078;
    height: 20px;
    width: 2px;
    margin-left: 15px;
    margin-top: 5px;
}
#periodoModal.modal .close-modal .lr .rl {
    background-color:#b9a078;
    height: 20px;
    width: 2px;
}
.nav-periodo a {
    color:#FFF;
    opacity: 0.6;
}
.nav-periodo a:hover {
    opacity: 1;
}
.nav-periodo p {
    opacity: 1;
    margin-bottom:25px;
}
/* ------ MODAL CLIENTES ------ */
#clientesModal.modal {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: hidden;
    padding:0 !important;
}
#clientesModal .modal-dialog {
    overflow-y: auto;
}
/*div::scroolbars*/
div::-webkit-scrollbar {
    width: 8px;
}
div::-webkit-scrollbar-track {
    background: #939393;
    border-radius: 5px;
}
div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #FFF;
}
#clientesModal .modal-content {
    padding:0;
}
#clientesModal .icon-gray-circle {
    margin-bottom: -80px;
    margin-top: 25px;
}
#clientesModal .icon-gray-circle > i {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#clientesModal.modal .modal-header {
    background-color:#252525;
    padding:30px 25px;
    border:none;
    position:relative;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
#clientesModal.modal .modal-body {
    padding:40px 25px;
    background-color:#000;
}
#clientesModal.modal .price-text {
    font-size:56px;
    float:none;
    margin-left:auto;
    margin-right:auto;
}
#clientesModal.modal .close-modal {
    right: initial;
    top: 20px;
    left: 25px;
}
#clientesModal.modal .ic-arrow-title {
    position:absolute;
    left:30px;
    top:37px;
}
/* ------ MODAL CLIENTES ------ */
#csvModal.modal {
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: hidden;
    padding:0 !important;
    width: 540px;
    height:345px;
    max-width: 90%;
}
#csvModal .modal-dialog {
    overflow-y: auto;
    background-color:#303030;
}
#csvModal.modal h3.text-white {
    font-size: 18px;
    font-weight: 600;
    margin:0;
    padding:15px 0;
}
#csvModal.modal .close-modal {
    top:-5px;
}
#csvModal label {
    position: relative;
    cursor: pointer;
}
#csvModal input[type="checkbox"], input[type="radio"] {
    position: absolute;
    left: -999em;
}
#csvModal input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    border: 1px solid silver;
    font: bold 18px/7px Verdana, sans-serif;
    color: #b9a078;
}
#csvModal input[type="checkbox"]:checked + span:before {
    content: "✓";
    border-color: silver;
}
#csvModal label {
    display: block;
    margin: 0 auto 10px;
    font-size: 1.2em;
}
#csvModal label {
    float:left;
    clear:left;
    font-weight:400;
}

/* MODAL TABLE CLIENTES */
#tableClientesBonus {
    background-color:#252525;
}
#clientesModal.modal #tableClientesBonus {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
#clientesModal.modal .panel-heading {
    background-color: transparent;
    height: inherit;
    padding: 0;
}
#clientesModal.modal #tableClientesBonus th:before,
#clientesModal.modal #tableClientesBonus th:after {
    background:none;
}
#clientesModal.modal #tableClientesBonus thead {
    font-family: Raleway;
    font-weight:600;
    width:100%;
    display:table;
    padding:20px 40px 0 40px;
    border-bottom:1px solid rgba(255,255,255,0.2);
}
#clientesModal.modal #tableClientesBonus thead th {
    opacity: 1;
    font-weight:600;
    float:left;
    width:50% !important;
    padding:10px 0;
    font-size:15px;
}
#clientesModal.modal #tableClientesBonus tbody td {
    float:left;
    width:50% !important;
    padding:15px 40px;
}
#clientesModal.modal #tableClientesBonus tbody td.dataTables_empty {
    width:100% !important;
}
#clientesModal.modal #tableClientesBonus tbody tr {
    padding:15px 40px;
}
#clientesModal.modal #tableClientesBonus th:nth-child(3) {
    text-align:right;
    float:right;
}
#clientesModal.modal #tableClientesBonus>tbody>tr {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    width:100%;
    float:left;
}
#clientesModal.modal #tableClientesBonus tbody td {
    padding:0;
    font-size:16px;
    line-height:26px;
}
#clientesModal.modal #tableClientesBonus tbody td:nth-child(2) {
    float: right;
    clear: initial;
    text-align: right;
    font-weight:500;
}
#clientesModal.modal #tableClientesBonus tbody td:nth-child(3) {
    float: left;
    clear: left;
    margin: 0;
    text-align: left;
}
#clientesModal.modal #tableClientesBonus tbody td:nth-child(4) {
    float: right;
    clear: right;
    text-align: right;
    font-weight:500;
}
#clientesModal.modal #tableClientesBonus>tbody>tr:last-child {
    border-bottom: 0;
}
#clientesModal.modal #tableClientesBonus>tbody>tr>td {
    border-bottom-width: 0px !important;
}



/* ============================================================ RESPONSIVE INDEX ============================================================ */

@media (max-width: 768px) {
    .box-icon-user .icon-circle {
        width:35px;
        height:35px;
    }
    .box-icon-user .icon-circle .icon-avatar {
        width:15px;
        height:15px;
    }
    .box-icon-user p {
        line-height:35px;
    }

    .container-mobile,
    .container-fluxo .container-mobile.col {
        width:370px;
        max-width:90%;
        margin:auto;
        position:relative;
    }
    .btn.bgcolor-none-mobile {
        background-color:transparent;
    }
    .btn-primary.bgcolor-none-mobile {
        padding:10px;
        color:#b9a078;
    }
    .form-fluxo a.btn.disabled.btn-primary.bgcolor-none-mobile {
        color:rgba(185, 160, 120, 0.4);
    }
    .form-fluxo a.btn-primary.bgcolor-none-mobile {
        color:rgba(185, 160, 120, 1);
    }
    .form-fluxo .input-group-cellphone ~ a.btn {
        min-width:inherit;
        float:right;
    }
    .form-fluxo .input-group-cellphone h2,
    .form-fluxo .input-group-price h2 {
        font-size:18px;
    }
    .form-fluxo .input-group-pin h2 {
        font-size:22px;
    }

    #crm-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 45px;
    }

    .container-fluxo {
        padding:0;
    }
    .container-fluxo .col {
        width:90%;
    }
    .container-fluxo .box-icon-user {
        width: 100%;
        text-align: center;
        background-color: #2a2a2a;
    }
    .container-fluxo .form-group {
        margin: auto;
        max-width: 100%;
        width:100%;
    }
    .container-fluxo .input-group-price .form-control {
        max-width: 100%;
        width:100%;
    }
    .container-fluxo .box-icon-user {
        width:100%;
        padding:10px;
        background-color:#343434;
    }
    .container-fluxo .box-icon-user .box-mobile { /* form tab box user */
        display:inline-flex;
        margin:auto;
    }

    /* =============== MENU AREA =============== */

    .navbar {
        min-height:45px;
    }
    #crm-navbar .navbar-brand {
        margin: auto;
        display: table;
        font-size: 10px;
        float: none;
        height: 45px;
        padding: 12px 0;
        width:100%;
        text-align:center;

    }
    #crm-navbar .navbar-nav > li > a {
        padding: 10px 5px 5px;
    }
    #crm-navbar .navbar-nav > li > a:hover,
    #crm-navbar .navbar-nav > .active > a,
    #crm-navbar .navbar-nav > .active > a:hover {
        border-color: transparent;
    }
    #crm-navbar .crm-menuItem,
    #crm-navbar .navbar-collapse {
        width: 100%;
    }
    #crm-navbar .crm-menuItem .navbar-nav {
        margin:0;
        margin-top:15px;
    }
    #crm-navbar .navbar-nav > li > a {
        padding:25px;
        font-size:15px;
    }
    #crm-navbar .navbar-nav > li > a i.icon,
    #crm-navbar .navbar-nav > li > a i.icon-tag {
        width: 20px;
        height: 20px;
        margin-right: 20px;
        margin-top: 0;
    }
    #crm-navbar .navbar-collapse {
        background: rgba(56,56,56,0.95);
        border-color: #464646;
        position: absolute;
        z-index: 1;
        left: 0px;
    }
    #crm-navbar .crm-iconsGroup {
        position: absolute;
        right: 15px;
        top: 0;
        margin: 0;
    }
    #crm-navbar .crm-iconsGroup > li {
        display: inline-block;
    }
    #crm-navbar .crm-iconsGroup li a {
        margin: 0 0 0 15px;
        padding: 15px 0 5px;
    }
    /* menu */
    .menu-cont{
        position:fixed;
        width:85%;
        height:100%;
        background-color: #292929;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.37);
        right:-85%;
        top:0;
        transition:all .5s  ease;
        z-index:991030;
    }
    .menu-active{
        right:0;
    }
    .menu-btn{
        position:relative;
        float:left;
        width:30px;
        height:45px;
        margin-left:-40px;
        border-left:none;
        cursor:pointer;
        transition:all .5s  ease;
        z-index:91030;
    }
    .menu-btn:hover{
        opacity:0.6;
    }
    .menu-btn div{
        position:absolute;
        background:#fff;
        display:block;
        top:12px;
        left:8px;
        width:22px;
        height: 3px;
        transition:all .5s  ease;
        opacity:1;
        border-radius:10px;
    }
    .menu-btn div:nth-child(1){
        width:12px;
        right:0;
        left:inherit;
    }
    .menu-btn div:nth-child(2){
        top:20px
    }
    .menu-btn div:nth-child(3){
        top:28px;
        width:12px;
    }
    .menu-x div:nth-child(2){
        opacity:0;
    }
    .menu-x div:nth-child(1){
        transform: rotate(-50deg);
        top:20px;
        width:23px;
    }
    .menu-x div:nth-child(3){
        transform: rotate(50deg);
        top:20px;
        width:23px;
    }
    .container-fluxo.fluxo-4 .col,
    .container-fluxo.fluxo-5 .col {
        width: 100%;
        max-width:100%;
    }
    .container-fluxo.fluxo-4 h2 {
        font-size:22px;
    }
    .form-fluxo .box-icon-user p {
        font-size:12px;
    }
    .container-fluxo.fluxo-5 .form-fluxo .box-icon-user p {
        line-height:18px;
    }
    .container-fluxo.fluxo-5 h2 {
        font-size:18px;
    }
    .container-fluxo.fluxo-6 .form-fluxo .form-control {
        padding:0 25px;
    }
    .container-fluxo.fluxo-6 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size:16px;
        text-align:center;
    }
    .container-fluxo.fluxo-6 .form-control::-moz-placeholder { /* Firefox 19+ */
        font-size:16px;
        text-align:center;
    }
    .container-fluxo.fluxo-6 .form-control:-ms-input-placeholder { /* IE 10+ */
        font-size:16px;
        text-align:center;
    }
    .container-fluxo.fluxo-6 .form-control:-moz-placeholder { /* Firefox 18- */
        font-size:16px;
        text-align:center;
    }
}
#style-mobile-one {
    position:relative;
}
#style-mobile-one .close-modal {
    top:-10px;
}
@media (max-width: 640px) {
    section {
        padding: 30px 0;
    }

    #style-mobile-one {
        position:fixed;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:10;
        padding-top:15px;
        background-color:rgba(000,000,000,0.75);
    }
    .btn {
        min-width:inherit;
    }
    .supreme-container.fluxo-8 {
        -webkit-filter: blur(1.3px);
        -moz-filter: blur(1.3px);
        -o-filter: blur(1.3px);
        -ms-filter: blur(1.3px);
        filter: blur(1.3px);
    }
}
@media (max-width: 480px) {

    .container-mobile {
        width:100%;
    }
    .container-fluxo.fluxo-4 .container-mobile {
        max-width:90%;
    }
    .container-mobile, .container-fluxo .container-mobile.col {
        width:90%;
    }
    #pag1.container.bg-gray {
        min-height:500px;
    }
    #pag1 .form-group {
        max-width: 90%;
        width:345px;
    }
    .container-aviso {
        width:90%;
    }
    .container-fluxo.fluxo-4 p.text-white-light,
    .container-fluxo.fluxo-5 p.text-white-light {
        font-size:3vw;
    }
    .container-fluxo p.text-white-light {
        font-size:3.5vw;
    }
    .container-fluxo .box-info-gray > p {
        font-size:3vw;
    }

}
/*@media (min-width: 1400px){*/
/*    .container {*/
/*        width: 1370px;*/
/*    }*/
/*}*/

/*@media (min-width: 1300px){*/
/*    .container {*/
/*        width: 80vw; !* 80% of the viewport width *!*/
/*        min-width: 1270px;*/
/*        margin-left: 10vw;*/
/*    }*/
/*}*/
@media (min-width: 1300px){
    .container {
        width: 80vw; /* 80% of the viewport width */
        min-width: 1270px;
        margin-left: 10vw;
    }
}

/* ============================================================ DASHBOARD ============================================================ */
hr.light {
    width:100%;
    opacity: 0.2;
    float:left;
}
.visible-desktop {
    display:none;
}
.row-2 {
    margin-right: -3px;
    margin-left: -3px;
}
.row-2:before {
    display: table;
    content: " ";
}
.row-2 > div[class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}
.dashboard {
    padding:60px 0 0 0;
}
.dashboard h1,
.div-title h1 {
    font-family: Raleway;
    font-size:18px;

    margin-right:auto;
    margin-left:auto;
    margin-bottom:0;
    display:table;
    opacity:0.6;
    padding-bottom:20px;
}
.dashboard h1:after,
.div-title h1:after {
    content: " ";
    border-bottom-style: solid;
    border-bottom-width:1px;
    display:table-cell;
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
}
.dashboard h1 i,
.div-title h1 i {
    margin-right: 20px;
    height: 18px;
    width: 18px;
}
.dashboard .box-select-one {
    width:100% !important;
    float:left;
    text-align: center;
    margin: 10px;
}
.dashboard .box-select-one a {
    color: #b9a078;
    background-color: transparent;
    max-width: 100%;
    width: 160px;
    margin: 20px auto 10px auto;
    padding: 0;
    text-align: center;
    letter-spacing: 1.1px;
    font-size: 16px;
    font-family: Raleway;
    text-decoration: none;
}
.dashboard .box-select-one select option {
    text-align:center;
    width:100%;
}

.dashboard.home .tab-content .collapse.show {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.dashboard.home .tab-content .collapse#card-1 {
    top: 304px;
}
.dashboard.home .tab-content .collapse#card-2 {
    top: 485px;
}
.dashboard.home .tab-content .collapse#card-3 {
    top: 648px;
}
.dashboard.home .tab-content .collapse#card-4 {
    top:783px;
}
.dashboard.home .tab-content .buttons-excel,
.dashboard.home .panel-heading {
    display:none;
}
/* BONUS GERADO */
#bonus-gerado.dashboard .row-2 > div  {
    display:none;
    opacity:0.5;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#bonus-gerado.dashboard .row-2 > div:hover  {
    opacity:1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#bonus-gerado.dashboard .row-2 > div.active  {
    display:block;
    padding:0;
    margin-bottom:1px;
    opacity:1;
}
#bonus-gerado.dashboard .card-one .card-footer p {
    margin:5px auto 10px auto;
    display:table;
}


/* ======== CARD ======== */
.card-one {
    position:relative;
    padding:15px;
    border-radius: 4px 4px 0 0;
    display:table;
    width:100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #343434;
}
.card-one .card-header small {
    color:#FFF;
    opacity: 0.6;
    font-family: Raleway;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.9px;
}
.card-one .card-body small.visible-xs {
    color:#FFF;
    opacity: 0.6;
    font-family: Montserrat;
    font-size: 14px;
}

.card-one .card-body {
    position:relative;
}
.card-one .card-body .icone {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: table;
    width: 30px;
    text-align:center;
    font-size: 18px;
    border: none;
    background-color: transparent;
}
.card-one .card-body .card-text,
.price-text {
    font-size:38px;
    position:relative;
    padding-left:30px;
    display: table;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    font-weight: 300;
}
.card-one .card-body .card-text small,
.price-text small {
    font-size:12px;
    position:absolute;
    left:0;
    top:10px;
}
.card-one .card-header,
.card-one .card-body,
.card-one .card-footer {
    width:100%;
    float:left;
}
.card-one p {
    font-size:14px;
    opacity:1;
    margin-bottom:0;
    letter-spacing:0;
}
.dashboard.master.bonus .card-one .card-footer > p {
    display:table;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    float:none;
}
/* home dashboard */
#home.dashboard .card-one .card-body .card-text {
    margin:0;
}
#home.dashboard .card-one p {
    text-align:left;
}

.card-list-group {
    width:100%;
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}
.card-list-group.show {
    display:table;
}
.card-one .card-list-group hr.light  {
    opacity: 0.2;
    border: solid 1px #979797;
}
.card-list-group .card-list-body {
    padding:10px 15px;
    display:table;
    width:100%;
    float:left;
}
.card-list-group .card-list-body p {
    opacity:1;
    margin-bottom:0;
    font-weight:300;
    letter-spacing:0;
}
.card-list-group .card-list-body:last-child {
    border-radius:0 0 4px 4px;
}
.card-list-group .card-list-body .badge {
    position:absolute;
    bottom:inherit;
}
.badge {
    color:#f7c471;
    font-size:12px;
    text-align:center;
    line-height:33px;
    width: 33px;
    height: 33px;
    padding:0;
    border-radius:50px;
    background-color: #262626;
}
.card-list-group .card-list-body .col {
    float:left;
    height:40px;
}
.card-list-group .card-list-body .col-one {
    width:47%;
}
.card-list-group .card-list-body .col-two {
    width:41%;
    text-align:right;
}
.card-list-group .card-list-body .col-three {
    width:12%;

}
.card-list-group .card-list-body .col-one p {
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: table;
}
.card-list-group .card-list-body .col-three p {
    right:0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: table;
}
#card-list-3.card-list-group .card-list-body .col-two p,
#card-list-4.card-list-group .card-list-body .col-two p {
    position:absolute;
    top:0;
    bottom:0;
    right:15px;
    margin:auto 0;
    display:table;
}
.ic-arrow-title {
    display: table;
    width: 18px;
    height: 18px;
    font-size: 24px;
    position: absolute;
    left: 10%;
    top: -3px;
    line-height: 0;
}

/* */

#dashboardTab1 .nav {
    margin-left:-5px;
    margin-right:-5px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#dashboardTab1 .nav li {
    max-width: 100%;
    padding:10px 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
#dashboardTab1 .nav li a {
    opacity:0.5 !important;
}
#dashboardTab1 .nav li a.show,
#dashboardTab1 .nav li a:hover {
    opacity:1 !important;
}
#dashboardTab1 .nav>li>a:focus, #dashboardTab1 .nav>li>a:hover {
    background-color: transparent;
    cursor:pointer !important;
}

.tab-content .panel-body {
    padding:0;
}
.panel-crm {
    background-color:transparent;
    border:none;
    border-radius: 0 0 4px 4px;
    width:100%;
}
.table-hover>tbody>tr:hover {
    background-color: #94949433;
}
.panel-crm table {
    background-color:#2d2d2d;
}
.panel-crm .table-crm {
    border:none;
    font-family:'Montserrat';
    font-size:11px;
    margin-top:0 !important;
    margin-bottom:0 !important;
}
@media screen and (max-width: 480px) {
    .panel-crm .table-crm {
        font-size:13px;
    }
}
.panel-crm .panel-select {
    float:left;
    width:100%;

}
.panel-crm .panel-select select {
    background-color:#383838;
    border-radius: 4px 4px 0 0;
}
.dashboard.master .panel .dt-buttons {
    top: 13px;
}
.dashboard table td.dataTables_empty,
.dashboard table#tableBonusGerado td.dataTables_empty,
.dashboard table#tableBonusResgatado td.dataTables_empty,
.dashboard table#tableBonusPerdido td.dataTables_empty,
.dashboard table#tableBonusVencer td.dataTables_empty {
    width:100% !important;
    text-align:center !important;
}
@media (min-width: 768px) {
    .panel-crm table {
        background-color: #383838;
    }
    .panel-crm .panel-select {
        width:581px;
        margin-bottom:55px;
        margin-top:30px;
    }
    .panel-crm .panel-select select {
        border-radius: 4px;
        background-color: #2d2d2d;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.22);
    }
    .dashboard.master .panel-crm .panel-heading {
        position: absolute;
        top: 95px;
    }
    .dashboard.master .panel .dt-buttons {
        top: 110px;
    }

}
.panel-crm .panel-select > select {
    padding:20px 30px;
    font-family: Raleway;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.9px;
}
.panel-crm .panel-select {
    position:relative;
}
.panel-crm .panel-select select:hover {
    cursor:pointer;
    background-color: #2d2d2d;
}
.panel-crm .panel-select .ic:hover {
    cursor:pointer;
}
.panel-crm .panel-select .ic {
    font-size: 20px;
    position: absolute;
    top: 11px;
    right: 15%;
}
.panel-crm .panel-select select::-ms-expand {	display: none; }
.panel-crm .panel-select select{
    -webkit-appearance: none;
    appearance: none;
}
.panel-crm .panel-select select::before {
    content: "\2193";
    position: absolute;
    bottom: 0.9em;
    display: block;
    width: 10px;
    height: 10px;
    display: table;
    right: 5%;
    opacity: 1;
}
.panel-crm .panel-heading {
    background-color:#1f1f1f;
    height:50px;
    width:100%;
    float:left;
    padding:10px 0;
}
.panel-crm .dt-buttons {
    position:absolute;
    left:0;
    top: 13px;
    color:#FFF;
}
.panel-crm .dt-buttons button {
    background-color:transparent;
    border:none;
    font-size:14px;
    float:left;
    position:relative;
    float:left;
    margin-right:30px;
}
.panel-crm .dt-buttons .buttons-pdf {
    display:none;
    padding-left:30px;
}
.panel-crm .dt-buttons .buttons-pdf:after {
    content:' ' !important;
    width: 18px;
    height: 18px;
    display: table;
    left:0;
    top:2px;
    position:absolute;
    background:url(../images/icons/ic-print.svg) no-repeat center;
    background-size:contain;
}
.panel-crm .dt-buttons .buttons-excel {
    color:#FFF;
    padding-left:25px;
}
.panel-crm .dt-buttons .buttons-excel:after {
    content:' ' !important;
    width: 18px;
    height: 18px;
    display: table;
    left:0;
    top:2px;
    position:absolute;
    background:url(../images/icons/ic-file.svg) no-repeat center;
    background-size:contain;
}
.dashboard .panel-crm .box-select-one select {
    margin-top: 5px;
    float: right;
    margin-bottom: 0;
}

.table-crm>tbody>tr>td, .table-crm>tbody>tr>th, .table-crm>tfoot>tr>td, .table-crm>tfoot>tr>th, .table-crm>thead>tr>td, .table>thead>tr>th {
    border:none;
}
.table-crm>tbody>tr>td {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-bottom-width: 1px !important;
}
#tableBonusGerado>thead>tr>th:last-child:before,
#tableBonusGerado>thead>tr>th:last-child:after {
    opacity:0;
}
.table-crm th {
    padding:10px 20px;
    color:#FFF;
}
.panel-crm .table-crm thead th {
    padding-left:30px;
    padding-top:7px;
    padding-bottom:7px;
    padding-right:25px;
}
@media (max-width: 768px) {

    #bonus-painel #tableBonusResgatado tr td:nth-child(1) {
        margin-right:0;
    }
    #bonus-painel #tableBonusResgatado tr td:nth-child(3) {
        display:none;
    }
    #bonus-painel #tableBonusResgatado tr td:nth-child(4) {
        float:left;
        clear:left;
        margin-right:0;
    }
    #bonus-painel #tableBonusResgatado tr td:nth-child(5) {
        margin-top: 0;
    }
}
/* TABELA - BONUS PERDIDO */
#tableBonusPerdido.table-crm thead th:nth-child(1),
#tableBonusPerdido tr td:nth-child(1),
#tableBonusPerdido.table-crm thead th:nth-child(2),
#tableBonusPerdido tr td:nth-child(2),
#tableBonusPerdido.table-crm thead th:nth-child(3),
#tableBonusPerdido tr td:nth-child(3),
#tableBonusPerdido.table-crm thead th:nth-child(4),
#tableBonusPerdido tr td:nth-child(4) {	width:40% !important;}

#tableBonusPerdido.table-crm tr td:nth-child(1) {
    text-align:right;
    line-height:26px;
    font-weight:500;
    margin-right:0;
}
#tableBonusPerdido.table-crm tr td:nth-child(2) {
    font-weight:500;
    padding-right:0;
}
#tableBonusPerdido.table-crm tr td:nth-child(3) {
    padding-right:0;
}
/* TABELA - BONUS A VENCER */
#tableBonusVencer.table-crm thead th,
#tableBonusVencer tr td {
    width:40%;
}
@media (max-width: 768px) {
    #tableBonusVencer.table-crm td:nth-child(1) {	width:30% !important;}
    #tableBonusVencer.table-crm td:nth-child(2) {	width:40% !important;}
    #tableBonusVencer.table-crm td:nth-child(3) {	width:40% !important;}
    #tableBonusVencer.table-crm td:nth-child(4),
    #tableBonusVencer.table-crm td:nth-child(5) {	display:none; }
    .dashboard.home .panel-crm .dt-buttons {
        z-index:-1;
    }
}
#tableBonusVencer.table-crm tr td:nth-child(1) {
    text-align:right;
    line-height:26px;
    font-weight:500;
    margin-right:0;
    padding-left:0;
}
#tableBonusVencer.table-crm tr td:nth-child(2) {
    font-weight:500;
    padding-right:0;
}
#tableBonusVencer.table-crm tr td:nth-child(3) {
    padding-right:0;
}
.panel-crm #tableBonusVencer_wrapper .dt-buttons {
    left:0;
    right:0;
}
.panel-crm #tableBonusVencer_wrapper .dt-buttons .buttons-excel {
    float: none;
    margin: auto;
    display: table;
}

@media (min-width: 768px) {
    #tableBonusVencer.table-crm thead th,
    #tableBonusVencer tr td {
        width:20% !important;
    }
    #tableBonusVencer.table-crm tr td:nth-child(1) {
        text-align:left;
    }
    .panel-crm #tableBonusVencer_wrapper .dt-buttons {
        left:inherit;
        right:15px;
    }
    .panel-crm #tableBonusVencer_wrapper .dt-buttons .buttons-excel {
        margin:0;
    }
}


.table-crm th:before {
    content:' ' !important;
    background:url(../images/icons/ic-up-arrow.svg) center no-repeat;
    background-size: contain;
    top:5px;
    opacity:1;
}
.table-crm th:after {
    background:url(../images/icons/ic-up-arrow.svg) center no-repeat;
    background-size: contain;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
    bottom:10px !important;
    opacity:1;
}
.table-crm th.text-primary:before {
    background:url(../images/icons/ic-up-arrow-primary.svg) center no-repeat;
    content:' ' !important;
    background-size: contain;
    top:5px;
    opacity:1;
}
.table-crm th.text-primary:after {
    background:url(../images/icons/ic-up-arrow-primary.svg) center no-repeat;
    background-size: contain;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
    bottom:10px !important;
    opacity:1;
}
.table-crm th:before,
.table-crm th:after {
    content:' ' !important;
    width: 10px;
    height: 10px;
    display: table;
    right:5% !important;
    opacity:1;
}
.panel-crm .table-crm td {
    padding:15px 20px;
    color:#FFF;
}
.dataTables_length, .dataTables_filter {
    display:none;
}

/* TABELA BONUS GERADO */
#bonus-painel.panel-crm {
    position:relative;
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
    clear:both;
}
#bonus-painel tr {
    border-top:1px solid rgba(255,255,255,0.3);
    padding:10px 0;
    display:table;
    width:100%;
}
#bonus-painel tr:first-child {
    border-top-width:0;
}
#bonus-painel thead tr {
    border-top:none;
}
#bonus-painel tr td {
    display: table;
    padding: 2px 15px;
    border: none;
}
#bonus-painel tr td:nth-child(1) {
    float: right;
    margin-right: 10%;
}
#bonus-painel tr td:nth-child(2) {
    float:left;
}
#bonus-painel tr td:nth-child(3) {
    float: left;
    clear: left;
}
#bonus-painel tr td:nth-child(4) {
    float: right;
    margin-right: 10%;
}
#bonus-painel tr td:nth-child(5) {
    float: right;
    clear: right;
    margin-top: -32px;
}
#bonus-painel .dataTables_info,
#bonus-painel .paging_simple_numbers {
    display:none;
}

/* dashboard master */
.dashboard.master.bonus .row-2 > div {
    display:none;
}
.dashboard.master.bonus .row-2 > div.active {
    display:block;
}
.dashboard .div-title {
    position:relative;
    width:100%;
}
.dashboard .div-title .ic-arrow-title {
    top:2px;
}
.dashboard.master .div-title .btn-outline-primary {
    color:#FFF;
    border-color:#FFF;
}
.dashboard.master .div-title .btn-outline-primary:hover,
.dashboard.master .div-title .btn-outline-primary.active {
    color: #111;
    border-color: #b9a078;
    font-weight:700;
}
.dashboard.master.capa .card-one .card-body .card-text {
    float:left;
}
.dashboard.master.capa tr {
    border-bottom:1px solid rgba(229, 229, 229, 0.2);
}
.dashboard.master tr:last-child {
    border-bottom:none;
}
.dashboard.master tr td {
    opacity:0.9;
    font-weight:300;
    border:0;
    padding:5px;
    display:table;
}
.dashboard.master .panel {
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
}
/*.dashboard.master .panel .dt-buttons {
        top: 112px;
}*/
/* bonus gerado | bonus resgatado */
.dashboard.master.capa #tableBonusGerado tr td:nth-child(1),
.dashboard.master.capa #tableBonusResgatado tr td:nth-child(1) {
    font-family:'Raleway', sans-serif;
    float: left;
    margin-right:0;
    margin-left:15px;
    line-height: 70px;
}
.dashboard.master.capa #tableBonusGerado tr td:nth-child(2),
.dashboard.master.capa #tableBonusResgatado tr td:nth-child(2) {
    float: right;
    line-height: 70px;
    margin-right:15px;
}
.dashboard.master.capa #tableBonusGerado tr td:nth-child(3),
.dashboard.master.capa #tableBonusResgatado tr td:nth-child(3) {
    margin: auto;
    margin-top:10px;
    float: none;
    clear: inherit;
    min-width:120px;
    text-align:right;
}
.dashboard.master.capa #tableBonusGerado tr td:nth-child(4),
.dashboard.master.capa #tableBonusResgatado tr td:nth-child(4) {
    margin: auto;
    float: none;
    clear: inherit;
    min-width:120px;
    text-align:right;
}
/* bonus */
.dashboard.master.capa #tableVendasTotal tr td,
.dashboard.master.capa #tableBonusResgatado tr td,
.dashboard.master.capa #tableBonusPerdido tr td,
.dashboard.master.capa #tableBonusVencer tr td {
    width:auto !important;
}

.dashboard.master.capa #tableVendasTotal tr,
.dashboard.master.capa #tableBonusGerado tr,
.dashboard.master.capa #tableBonusResgatado tr,
.dashboard.master.capa #tableBonusPerdido tr,
.dashboard.master.capa #tableBonusVencer tr {
    min-height: 90px;
    max-height: 90px;
    display: table;
    width: 100%;
}

/* bonus a vencer */
.dashboard.master.capa #tableBonusVencer tr td:nth-child(1) {
    font-family:'Raleway', sans-serif;
    float: left;
    margin-left:15px;
    line-height:70px;
}
.dashboard.master.capa #tableBonusVencer tr td:nth-child(2) {
    float: right;
    line-height:70px;
    margin-right:15px;
    margin-left:30px;
}
.dashboard.master.capa #tableBonusVencer tr td:nth-child(3) {
    line-height:70px;
    float:right;
}

/* home dashboard */
#bonus-painel.vencer .panel-body {
    padding:0;
}
#bonus-painel.vencer tr {
    padding: 10px 0;
    display: inline-block;
}
#bonus-painel.vencer tr:last-child {
    border-bottom:1px solid rgba(255,255,255,0.3);
}
#bonus-painel.vencer tr td {
    display:initial;
    padding:3px 15px;
}
#bonus-painel.vencer tr td:nth-child(1) {
    margin-right:0;
    font-weight:500;
}
#bonus-painel.vencer tr td:nth-child(2) {
    font-weight:500;
}
#bonus-painel.vencer tr td:nth-child(3) {
    margin-right:0;
    font-weight:200;
}
#bonus-painel.vencer tr td:nth-child(4) {
    margin-right:0;
}
#bonus-painel.vencer .table-crm td {
    color:rgba(255,255,255,0.75);
}
@media (max-width: 480px) {
    #bonus-painel.panel-crm,
    .card-one,
    .dashboard.master .panel {
        width:93%;
        max-width:93%;
    }
}
/* CLIENTES */
.input-search {
    padding: 15px 50px 15px 20px;
    font-size: 18px;
    width:100%;
    color: #666;
    background:rgba(255, 255, 255, 0.05) url(../images/icons/ic-search.svg) no-repeat 93% center;
    background-size: 18px;
}
#clientes {
    padding:60px 0 0 0;
}
#clientes .input-search {
    margin-bottom:60px;
    margin-top:10px;
}
#clientes .dt-buttons {
    left: 50%;
    right: 0;
    margin-left: -60px;
    display: table;
    float: none;
    top: 185px;
    min-width:180px;
}
/*#clientes .dt-buttons button {
        margin-right:0;
}*/
#clientes .panel-crm {
    max-width:90%;
    width:350px;
    margin-left:auto;
    margin-right:auto;
}
#clientes .panel-crm .panel-heading {
    background-color: transparent;
    height: inherit;
    padding: 0;
}
#clientes #tableClientes.table-crm {
    font-size:16px;
    background-color:transparent;
}
#clientes #tableClientes.table-crm th:before,
#clientes #tableClientes.table-crm th:after {
    background:none;
}
#clientes #tableClientes.table-crm thead {
    background-color:#3c3c3c;
    border-radius:3px;
    font-family: Raleway;
    font-weight:600;
    width:100%;
    display:table;
    padding:0 15px;
}
#clientes #tableClientes.table-crm thead th {
    opacity: 0.6;
    font-weight:600;
    float:left;
    width:50% !important;
    padding:10px 0;
    font-size:15px;
}
#clientes #tableClientes.table-crm tbody td {
    float:left;
    width:50% !important;
    padding:15px 20px;
}
#clientes #tableClientes.table-crm tbody {
    background-color:#2e2e2e;
    margin-top:-3px;
}
#clientes #tableClientes.table-crm tbody td.dataTables_empty {
    width:100% !important;
}
#clientes #tableClientes.table-crm tbody tr {
    padding:15px 20px;
}
#clientes #tableClientes.table-crm th:nth-child(3) {
    text-align:right;
    float:right;
}
#clientes #tableClientes.table-crm tbody td {
    padding:0;
    font-size:16px;
    line-height:26px;
}
#clientes #tableClientes.table-crm tbody td:nth-child(2) {
    clear:left;
    font-weight:300;
}
#clientes #tableClientes.table-crm tbody td:nth-child(3) {
    float:right;
    font-size:18px;
    text-align:right;
    margin-top:-25px;
}
#clientes #tableClientes.table-crm>tbody>tr {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width:100%;
    float:left;
}
#clientes #tableClientes.table-crm>tbody>tr:last-child {
    border-bottom: 0;
}
#clientes #tableClientes.table-crm>tbody>tr>td {
    border-bottom-width: 0px !important;
}



@media (max-width: 1200px) and (min-width: 991px) {
    .dashboard .btn-outline-primary {
        padding-left:25px;
        padding-right:25px;
    }
    .panel {
        margin-bottom:0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .center-block-sm {
        float:none !important;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:15px;
        display:table !important;
    }
    .dashboard.master .panel {
        max-width: 100%;
        margin-right: auto;
        margin-bottom:0;
        margin-top: 0;
        border-radius: 0 0 4px 4px;
    }
    .dashboard.master .div-title {
        margin-bottom:15px;
    }
    .card-one {
        max-width:100%;
    }
}
@media (min-width: 768px) {
    .visible-desktop {
        display:table;
    }
    .panel-crm {
        border-radius: 4px;
        margin-top:10px;
    }
    .dashboard,
    #clientes {
        padding-top:20px;
    }
    .dashboard h1,
    .div-title h1 {
        opacity:1;
        text-align:left;
        font-weight:600;
        padding-bottom:0;
    }
    .dashboard .btn-outline-primary.active {
        font-weight:700;
    }
    .dashboard h1:after,
    .div-title h1:after {
        content: " ";
        border-bottom:none;
    }
    .dashboard .card-one {
        height: 151px;
    }
    .dashboard.home .tab-content .collapse {
        position: inherit !important;
    }
    .dashboard.home .tab-content .buttons-excel,
    .dashboard.home .panel-heading {
        display:block;
    }
    /*	.dashboard.home .tab-content .collapse.show {
                    position: absolute;
            }*/
    .dashboard.master .card-one {
        height: 182px;
    }
    .card-one {
        height: 170px;
    }
    .card-one .card-body .icone {
        display:none;
    }
    /*.dashboard .collapse {
            display:table;
            width:100%;
    }*/
    .card-list-group .card-list-body {
        position:relative;
        height:72px;
    }
    .card-list-group .card-list-body .col {
        position:inherit;
        height:inherit;
    }
    .card-list-group .card-list-body .col-one {
        width: 45%;
    }
    .card-list-group .card-list-body .col-two {
        width: 100%;
        height:48px;
        position:relative;
    }
    .card-list-group .card-list-body .col p {
        position:absolute;
    }
    .card-list-group .card-list-body .col-one p {
        left: 15px;
        top: 15px;
        margin: 0;
    }
    .card-list-group .card-list-body .col-two p {
        bottom:0;
    }
    .card-list-group .card-list-body .col-three p {
        top: 15px;
        right:15px;
        bottom:inherit;
    }
    /* card-list-1 */
    #card-list-1.card-list-group .card-list-body .col-two p:first-child {
        display: table;
        height: initial;
        top: inherit;
        right: 0;
        line-height: normal;
    }
    #card-list-2.card-list-group .card-list-body .col-two p:last-child {
        right:0;
    }
    /* card-list-3 */
    #card-list-3.card-list-group .card-list-body .col-one p,
    #card-list-4.card-list-group .card-list-body .col-one p {
        top: 40px;
    }
    #card-list-3.card-list-group .card-list-body .col-two p,
    #card-list-4.card-list-group .card-list-body .col-two p {
        right:0;
        top:inherit;
    }
    #card-list-3.card-list-group .card-list-body .col-two p,
    #card-list-3.card-list-group .card-list-body .col-three p {
        margin-right:25px;
        margin-left:0;
    }
    .ic-arrow-title {
        display:none;
    }
    .card-one .card-body .card-text,
    .price-text {
        font-weight: 400;
        float:left;
    }
    .card-one p {
        text-align:left;
    }
    #dashboardTab1 .nav li {
        width:50%;
        float:left;
        max-width:none;
        padding-top:0;
        padding-bottom:5x;
    }
    .panel-crm .table-crm thead {
        display:table-header-group;
    }
    #dashboardTab1 .nav li {
        padding: 0 5px;
    }
    #bonus-painel.panel-crm {
        max-width:100%;
    }
    #bonus-painel tr td {
        display: table-cell;
        padding: 2px 20px 2px 30px;
    }
    #bonus-painel tr td {
        float:none !important;
        margin:0 !important;
        clear:inherit;
        color:rgba(255,255,255,0.6);
    }
    #bonus-painel tr:first-child {
        border-top-width:1px;
    }
    .panel-crm .dt-buttons .buttons-pdf {
        display:block;
        float:left;
    }
    .panel-crm .dt-buttons {
        left:inherit;
        right:0;
    }
    #tableBonusResgatado.table-crm thead th,
    #tableBonusResgatado.table-crm tbody tr td {	width:20% !important;}
    .panel-crm .panel-heading {
        background-color:#2d2d2d;
    }

    #bonus-gerado.dashboard ul.nav li {
        display:block;
    }
    #bonus-gerado.dashboard ul.nav li:nth-child(1) {
        display:block;
        padding:10px 5px;
        margin-bottom:auto;
    }
    #bonus-gerado.dashboard .card-one .card-footer p {
        width:100%;
        margin:0;
    }
    .card-one .card-body .card-text {
        margin-bottom:0;
    }
    .panel-crm {
        float:left;
        margin-top:10px;
    }
    #bonus-gerado.dashboard .row-2 > div  {
        display:block;
    }
    #bonus-gerado.dashboard .row-2 > div[class*="col-"] {
        padding-right: 3px;
        padding-left: 3px;
    }
    #bonus-gerado.dashboard .row-2 > div:nth-child(3)  {
        clear:left;
    }
    .dashboard h1,
    .div-title h1 {
        margin-bottom:25px;
    }
    #tableBonusPerdido.table-crm thead th:nth-child(1),
    #tableBonusPerdido tr td:nth-child(1),
    #tableBonusPerdido.table-crm thead th:nth-child(2),
    #tableBonusPerdido tr td:nth-child(2),
    #tableBonusPerdido.table-crm thead th:nth-child(3),
    #tableBonusPerdido tr td:nth-child(3),
    #tableBonusPerdido.table-crm thead th:nth-child(4),
    #tableBonusPerdido tr td:nth-child(4) {
        width:25% !important;
    }

    #tableBonusGerado.table-crm tr td:nth-child(1),
    #tableBonusResgatado.table-crm tr td:nth-child(1),
    #tableBonusPerdido.table-crm tr td:nth-child(1),
    #tableBonusVencer.table-crm tr td:nth-child(1){
        text-align:left;
        line-height:normal;
        font-weight:400;
    }

    #tableBonusPerdido.table-crm tr td:nth-child(2) {
        font-weight:400;
    }

    #tableBonusVencer.table-crm tr td:nth-child(1) {
        padding-left:30px;
    }

    .dashboard.master .div-title {
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
    .dashboard.master.bonus .div-title {
        width:315px;
    }

    .dashboard.master .panel {
        margin-top:5px;
    }
    .dashboard.master.capa #tableVendasTotal tr td:nth-child(1),
    .dashboard.master.capa #tableBonusGerado tr td:nth-child(1),
    .dashboard.master.capa #tableBonusPerdido tr td:nth-child(1),
    .dashboard.master.capa #tableBonusResgatado tr td:nth-child(1) {
        font-family:'Raleway', sans-serif;
        float: left;
        margin-right:0;
        margin-left:10px;
        margin-top:10px;
        line-height:24px;
    }
    .dashboard.master.capa #tableVendasTotal tr td:nth-child(2),
    .dashboard.master.capa #tableBonusGerado tr td:nth-child(2),
    .dashboard.master.capa #tableBonusPerdido tr td:nth-child(2),
    .dashboard.master.capa #tableBonusResgatado tr td:nth-child(2) {
        float: right;
        margin-right:34px;
        margin-top:10px;
        line-height:24px;
        font-weight:500;
    }
    .dashboard.master.capa #tableVendasTotal tr td:nth-child(3),
    .dashboard.master.capa #tableBonusPerdido tr td:nth-child(3),
    .dashboard.master.capa #tableBonusGerado tr td:nth-child(3),
    .dashboard.master.capa #tableBonusResgatado tr td:nth-child(3) {
        float: left;
        clear: left;
        margin: 0 0 0 15px;
        text-align: left;
        min-width: auto;
        margin-bottom:10px;
        line-height:24px;
    }
    .dashboard.master.capa #tableVendasTotal tr td:nth-child(4),
    .dashboard.master.capa #tableBonusPerdido tr td:nth-child(4),
    .dashboard.master.capa #tableBonusGerado tr td:nth-child(4),
    .dashboard.master.capa #tableBonusResgatado tr td:nth-child(4) {
        float: right;
        clear: right;
        min-width:inherit;
        margin-bottom:10px;
        line-height:24px;
        margin-right:15px;
    }

    .dashboard.master.capa #tableBonusVencer tr td:nth-child(1) {
        line-height:normal;
        margin-top:35px;
        margin-bottom:15px;
    }
    .dashboard.master.capa #tableBonusVencer tr td:nth-child(2) {
        line-height:normal;
        margin-right: 15px;
        margin-bottom: 5px;
        margin-top: 12px;
    }
    .dashboard.master.capa #tableBonusVencer tr td:nth-child(3) {
        line-height:normal;
        float:right;
        clear:right;
        margin-right:15px;
    }
    .dashboard.master.bonus .row-2 > div {
        opacity: 0.5;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .dashboard.master.bonus .row-2 > div:hover {
        opacity: 0.85;
    }
    .dashboard.master.bonus .row-2 > div.active {
        opacity: 1;
    }
    .dashboard.master.bonus .row-2 > div {
        display: block;
    }
    .dashboard.master.bonus .card-one .card-footer > p {
        float:left;
    }

    /*#tableClientes.table-crm thead th:nth-child(1),
    #tableClientes.table-crm tbody td:nth-child(1) {	width:25% !important;}
    #tableClientes.table-crm thead th:nth-child(2),
    #tableClientes.table-crm tbody td:nth-child(2) {	width:25% !important;}
    #tableClientes.table-crm thead th:nth-child(3),
    #tableClientes.table-crm tbody td:nth-child(3) {	width:25% !important;}*/

    #clientes #tableClientes.table-crm thead th,
    #clientes #tableClientes.table-crm tbody td {
        float:left;
        width:20% !important;
        font-size: 14px;
    }
    #clientes #tableClientes.table-crm thead th {
        opacity:1;
        padding:15px 50px;
    }
    #clientes #tableClientes.table-crm tbody td {
        opacity:0.6;
    }
    #clientes .panel-crm {
        max-width:none;
        width:100%;
    }
    #clientes .input-search {
        max-width:400px;
        margin-bottom:15px;
        background-position:15px center;
        padding:15px 20px 15px 50px;
    }
    #clientes .dt-buttons {
        left: inherit;
        top:110px;
        width: 270px;
        margin-left: initial;
        margin-right: -20px;
    }
    #clientes #tableClientes.table-crm thead {
        background-color: #2e2e2e;
        border-radius: 3px 3px 0 0;
    }
    #clientes #tableClientes.table-crm tbody tr {
        padding: 15px 0;
    }
    #clientes #tableClientes.table-crm tbody td {
        padding: 0 50px;
    }
    #clientes #tableClientes.table-crm tbody td:nth-child(2) {
        clear: none;
        font-size: 14px;
    }
    #clientes #tableClientes.table-crm tbody td:nth-child(3) {
        font-size: 14px;
        margin-top: 0;
    }
    #clientes #tableClientes.table-crm th:nth-child(3),
    #clientes #tableClientes.table-crm tbody td:nth-child(3) {
        text-align: left;
        float: left;
        font-size: 14px;
    }
    #clientes #tableClientes.table-crm th:before {
        content:' ' !important;
        background:url(../images/icons/ic-up-arrow.svg) center no-repeat;
        background-size: contain;
        top:15px;
        opacity:1;

        width: 10px;
        height: 10px;
        display: table;
        right: 5% !important;
    }
    #clientes #tableClientes.table-crm th:after {
        background:url(../images/icons/ic-up-arrow.svg) center no-repeat;
        background-size: contain;
        -ms-transform: rotate(180deg); /* IE 9 */
        -webkit-transform: rotate(180deg); /* Safari 3-8 */
        transform: rotate(180deg);
        bottom:17px !important;
        opacity:1;
        width: 10px;
        height: 10px;
        display: table;
        right: 5% !important;
    }

    #clientesModal.modal {
        padding: 0 15px;
        width: 480px;
        max-width:90%;
    }

    #imgInfo {
        max-width: 90%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #clientesModal.modal #tableClientesBonus {
        background-color: #464646;
    }
    #clientesModal.modal #tableClientesBonus thead {
        padding-top:0;
    }
    #clientesModal.modal .close-modal {
        top: 0px;
        right: 20px;
        left:initial;
    }
    #clientesModal.modal .modal-header {
        border-bottom:none;
    }
    #clientesModal .modal-dialog {
        margin-top: 5px;
    }
    #clientesModal .modal-content {
        padding: 0 15px !important;
    }
    #clientesModal.modal .modal-body {
        background-color: #313131;
    }
    footer {
        padding-top: 20px;
    }
}
@media (min-width: 992px) {
    .card-one,
    .card-list-group {
        max-width: inherit;
    }
    .dashboard h1,
    .div-title h1 {
        width:100%;
    }
    .dashboard.master h1 {
        width:210px;
        float:left;
    }
    .dashboard.master .panel {
        max-width: inherit;
        width:100%;
    }
    .dashboard .div-title {
        width:315px;
        float:left;
    }
}
@media (min-width: 1200px) {
    .btn.btn-sm {
        padding-left:30px;
        padding-right:30px;
    }
    .card-one {
        border-radius: 4px;
    }
    .card-list-group {
        margin-top:5px;
    }
    #dashboardTab1 .nav li {
        width:25%;
    }
    #bonus-gerado.dashboard .row-2 > div:nth-child(3) {
        clear: inherit;
    }
}

.fieldset-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.fieldset-border .legend-border {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}
