[data-ma-theme="blue-grey"] .nav-tabs > li > a {
    text-decoration: none;
    color: #607d8b;
    font-weight: bold;
}

[data-ma-theme="blue-grey"] .nav-tabs > li > a.active {
    text-decoration: none;
    color: #fff;
    background: #607d8b;
    font-weight: bold;
    opacity: .9; 
}
[data-ma-theme="blue-grey"] .btn-theme {
    color: #607d8b;
    background-color: #607d8b;
    border-color: #607d8b;
}
[data-ma-theme="blue-grey"] .badge-theme {
    color: #607d8b;
}

[data-ma-theme="blue-grey"] .bg-theme {
    background-color: #607d8b;
}
[data-ma-theme="indigo"] .btn-outline-theme {
    color: #607d8b;
    background-color: #fff;
    border-color: #607d8b;
}
[data-ma-theme="indigo"] .btn-outline-theme:hover {
    color: #fff;
    background-color: #607d8b;
    border-color: #fff;
}
[data-ma-theme="blue-grey"] .select2-container--default .selection:after, [data-ma-theme="blue-grey"] .select2-container--default .selection:before {
    color: #607d8b;
    background-color: #607d8b;
    border-color: #607d8b;
}
[data-ma-theme="blue-grey"] .form-group__bar:after, [data-ma-theme="blue-grey"] .form-group__bar:before {
    background-color: #607d8b;
}

[data-ma-theme="blue-grey"] .bootstrap-dialog.type-primary .modal-header {
    background-color: #607d8b;
}

[data-ma-theme="blue-grey"] .datepicker table tr td.active.active, [data-ma-theme="blue-grey"] .datepicker table tr td.active.highlighted.active, [data-ma-theme="blue-grey"] .datepicker table tr td.active.highlighted:active, [data-ma-theme="blue-grey"] .datepicker table tr td.active:active {
    color: #fff;
    background-color: #607d8b;
    border-color: #204d74;
}

[data-ma-theme="blue-grey"] .datepicker table tr td span.active.active, [data-ma-theme="blue-grey"] .datepicker table tr td span.active.disabled.active, [data-ma-theme="blue-grey"] .datepicker table tr td span.active.disabled:active, [data-ma-theme="blue-grey"] .datepicker table tr td span.active.disabled:hover.active, [data-ma-theme="blue-grey"] .datepicker table tr td span.active.disabled:hover:active, [data-ma-theme="blue-grey"] .datepicker table tr td span.active:active, [data-ma-theme="blue-grey"] .datepicker table tr td span.active:hover.active, [data-ma-theme="blue-grey"] .datepicker table tr td span.active:hover:active {
    color: #fff;
    background-color: #607d8b;
    border-color: #204d74;
}

[data-ma-theme="blue-grey"] .btn.btn-primary.btn-theme, 
[data-ma-theme="blue-grey"] .btn.btn-secondary.limpar,
[data-ma-theme="blue-grey"] .btn.btn-primary.btn-sm,
[data-ma-theme="blue-grey"] .btn.btn-primary.btn-block
{
    background-color: #607d8b;
    border-color:#607d8b;
}

[data-ma-theme="blue-grey"] .inner-icon-color{
    color: #607d8b;
}

/* FUNÇÃO TOUR */
[data-ma-theme="blue-grey"] .btn-tour:hover{
    opacity : 1;
    background-color: #607d8b;
    color: white;
    border-color: #607d8b;
}

[data-ma-theme="blue-grey"] .btn-tour {
    opacity : 0.6;
    background-color: #607d8b;
    color: #FFFFFF;
    border-color: #607d8b;
}

[data-ma-theme="blue-grey"] .enjoyhint_close_btn {
    display: inline-block;
    position: absolute;
    z-index: 1012;
    pointer-events: all;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: .3em;
    height: .3em;
    border: none;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    font: 400 8em/normal Arial,Helvetica,sans-serif;
    color: rgba(0,0,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(0,0,0,0);
    /* border: 2px solid rgba(57,187,176,1); */
    border: 2px solid #607d8b;
}
[data-ma-theme="blue-grey"] .enjoyhint_close_btn:hover{
    color: rgba(255,255,255,1);
    /* background: rgb(57,187,176); */
    background: #607d8b;
    cursor: pointer;
}