﻿body {
    /*font-family: Helvetica Neue,Helvetica,Arial,sans-serif;*/
    line-height: 1.42857143;
    color: #252935;
    background-color: #fff;
    font-size: 17px;
    text-rendering: auto;
}

.content-wrapper, .right-side {
    min-height: 100%;
    background-color: #FFFFFF; /*#ecf0f5;*/
    z-index: 9;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Noway,Source Sans Pro,sans-serif;
}

@media (min-width: 720px) {
    .margin-lateral {
        margin-right: 5%;
        margin-left: 5%;
    }
}

.content-header {
    background: transparent;
    position: relative;
    padding: 0px 0px 0;
}

    .content-header > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

.content {
    min-height: 250px;
    padding: 15px;
    padding-left: 52px;
    padding-right: 52px;
}

.heading h1 {
    font-size: 25px;
    font-family: 'Cabin', sans-serif;
    font-weight: 300;
    color: #647880;
}

.info-box {
    display: block;
    height: 50px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.alert-info, .bg-aqua, .callout.callout-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
    color: #fff !important;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 45px;
}

info-box-text {
    text-transform: uppercase;
}

.info-box-text, .progress-description {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 10px;
}

.info-box-number-md {
    display: block;
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    margin-left: 10px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 50px;
    width: 60px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    background: rgba(0,0,0,.2);
}

.div-menu {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.div-text {
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 20px;
    width: 98%;
}

.navbar-default {
    background-color: #fff;
    border-color: #1a6b97;
}

.navbar-nav > li > a {
    color: #1a6b97 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #1a6b97;
    color: #fff !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.md-padding {
    padding: 12px;
}

.alert-danger, .alert-error, .alert-info, .alert-success, .alert-warning, .bg-aqua, .bg-aqua-active, .bg-black, .bg-black-active, .bg-blue, .bg-blue-active, .bg-fuchsia, .bg-fuchsia-active, .bg-green, .bg-green-active, .bg-light-blue, .bg-light-blue-active, .bg-lime, .bg-lime-active, .bg-maroon, .bg-maroon-active, .bg-navy, .bg-navy-active, .bg-olive, .bg-olive-active, .bg-orange, .bg-orange-active, .bg-purple, .bg-purple-active, .bg-red, .bg-red-active, .bg-teal, .bg-teal-active, .bg-yellow, .bg-yellow-active, .callout.callout-danger, .callout.callout-info, .callout.callout-success, .callout.callout-warning, .label-danger, .label-info, .label-primary, .label-success, .label-warning, .modal-danger .modal-body, .modal-danger .modal-footer, .modal-danger .modal-header, .modal-info .modal-body, .modal-info .modal-footer, .modal-info .modal-header, .modal-primary .modal-body, .modal-primary .modal-footer, .modal-primary .modal-header, .modal-success .modal-body, .modal-success .modal-footer, .modal-success .modal-header, .modal-warning .modal-body, .modal-warning .modal-footer, .modal-warning .modal-header {
    color: #fff !important;
}

.box {
    position: relative;
    background: #fff;
    border: 1px solid #d2d6de;
    margin-bottom: 9px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

    .box-header .box-title, .box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
        color: #647880;
        font-weight: 600;
    }

.btn {
    border-radius: 3px !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
}

.btn-box-tool {
    padding: 5px !important;
    font-size: 12px !important;
    background: transparent !important;
    color: #97a0b3 !important;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px;
}

.chart {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    border-bottom: 2px solid #f4f4f4;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #f4f4f4;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.box-footer {
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-body .box-pane-right, .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
}


.main-footer {
    margin: 15px;
    margin-right: 10%;
    margin-left: 10%;
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.box-body .box-pane-right, .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
}

.control-sidebar, .control-sidebar-bg {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}

.control-sidebar-bg {
    position: fixed;
    z-index: 15;
    bottom: 0;
}

.success {
    color: #5cb85c;
}

.danger {
    color: #d9534f;
}

.info {
    color: #5bc0de;
}

.font-table {
    font-size: 14px;
}

.btn-default {
    background-color: #f4f4f4 !important;
    color: #444 !important;
    border-color: #ddd !important;
}

/*.col-sm-5, .col-md-5, .col-lg-5 {
    width: 20%;
}*/

.alert-success, .bg-green, .callout.callout-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.alert-warning, .bg-yellow, .callout.callout-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.alert-danger, .alert-error, .bg-red, .callout.callout-danger, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-purple {
    background-color: #9370DB !important;
}

.navBardemoBasicUsage md-content .ext-content {
    padding: 50px;
    margin: 20px;
    background-color: #FFF2E0;
}

.uppercase {
    text-transform: uppercase;
}

@media (min-width: 960px) {
    .menu-bar-sm {
        width: 85%;
    }

    .panel-right-sm {
        width: 29%;
        font-size: 13px !important;
    }

    .md-switch-center-sm {
        margin-left: 25% !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 1400px) {
    .menu-bar {
        width: 80%;
    }

    .panel-right {
        width: 33%;
    }

    .md-switch-center {
        margin-left: 37% !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 800px) {
    .chart {
        width: 100%;
        height: 300px;
    }
}



.selected {
    border-color: #8BB7F8;
    border: 1px solid #8BB7F8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 173, 232, 0.6);
}

.icon-size {
    font-size: 18px !important;
}

.float-right {
    float: right;
    width: 100%;
}

.label-switch {
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

.md-switch {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.md-switch1-margin-top1 {
    margin-top: 10px !important;
}

.md-switch-margin-top {
    margin-top: 10px !important;
}

.info-box-sm {
    display: block;
    height: 50px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.loading {
    z-index: 500;
}

.signal {
    height: 150px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    width: 150px;
    z-index: 500;
}



#switch1 div.md-container {
    position: absolute;
    margin-left: 30%;
    float: right;
}

#switch1 div.md-label {
    float: left;
    position: absolute;
    margin-left: 1%;
    top: 0;
}

.box-heigth {
    height: 630px;
}

.dropdown-menu {
    max-height: 350px;
    overflow-y: auto;
    padding: 5px 5px !important;
    margin: 0 !important;
}

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #337ab7 !important;
        outline: 0 !important;
    }

/*md-switch.md-default-theme.md-checked .md-thumb, md-switch.md-checked .md-thumb {
    background-color: rgb(16,187,118);
}*/


.corTextoGrafico {
    font-family: Noway;
    color: black;
}



md-switch.md-default-theme.md-checked .md-ink-ripple, md-switch.md-checked .md-ink-ripple {
    color: rgb(45,110,150);
}

md-switch.md-default-theme.md-checked .md-bar, md-switch.md-checked .md-bar {
    background-color: rgba(16,187,118,0.5);
}

.md-button.md-default-theme.md-accent, .md-button.md-accent {
    color: rgb(0,0,0);
}

/*.md-button.md-default-theme.md-accent, .md-button.md-accent {
    color: rgb(45,110,150);*/
/*}*/

md-nav-bar.md-default-theme md-nav-ink-bar, md-nav-bar md-nav-ink-bar {
    color: rgb(45,110,150);
    background: rgb(202,42,43);
}

md-switch.md-switch-CDI.md-checked div.md-ink-ripple {
    color: #1A6B97;
    background: #1A6B97;
}

md-switch.md-switch-IBOVESPA.md-checked div.md-ink-ripple {
    color: rgb(255, 99, 132);
    background: rgb(255, 99, 132);
}

md-switch.md-switch-dlr-comercial.md-checked div.md-ink-ripple {
    color: rgb(75, 192, 192);
    background: rgb(75, 192, 192);
}

md-switch.md-switch-IPCA.md-checked div.md-ink-ripple {
    color: rgb(251, 139, 69);
    background: rgb(251, 139, 69);
}

md-content.md-default-theme, md-content {
    color: rgba(0,0,0,0.87);
    /*background-color: rgb(225,235,235);*/
    border: solid 1px rgb(225,235,235);
}

#tableAtivo > tbody > tr > td > i {
    position: relative;
}

.arrow-down-page {
    position: absolute;
    bottom: 17px;
    left: 95%;
    z-index: 200;
    width: 42px;
    height: 42px;
    /*display: -webkit-flex;
    display: flex;*/
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(225,235,235);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

    .arrow-down-page > i {
        font-size: 16px;
        position: relative;
        padding-top: 16px;
        padding-left: 14px;
    }

*:focus {
    outline: none !important;
    border: 0 !important;
}

.md-button._md-nav-button {
    line-height: 5px;
    margin: 0 4px;
    padding: 12px 16px;
    -webkit-transition: background-color .35s cubic-bezier(.35,0,.25,1);
    transition: background-color .35s cubic-bezier(.35,0,.25,1);
}

.md-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 30px;
    min-width: 70px;
    line-height: 30px;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 3px;
    margin: 5px 4px;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
}

.md-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: .005em !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    color: #647880;
}

    .md-title:not(:first-of-type) {
        margin-top: 20px !important;
    }

.padding-5 {
    padding-top: 5px;
}

#box-filter {
    display: block;
    position: relative;
    -webkit-overflow-scrolling: touch;
    color: rgba(0,0,0,0.87);
    background-color: rgb(250,250,250);
    border: solid 1px rgb(210,214,222,1);
    margin-top: 15px;
}

.md-nav-bar {
    border-style: solid;
    border-width: 0 0 1px;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: rgb(45,110,150) !important;
    color: rgba(255,255,255,0.87) !important;
}

form .btn {
    background-color: #7B9DAE !important;
    height: 34px;
    width: 50px;
    text-align: center;
}

.input-search {
    height: 34px !important;
}

.input-group {
    width: 100%
}

.bordless {
    height: 34px !important;
    border: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 17px !important;
}

.butonSmart {
    background-color: #7B9DAE !important;
    color: #fff !important;
    font-size: 15px;
}

md-sidenav {
    box-sizing: border-box;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 60;
    width: 40%;
    max-width: 40%;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: fit-content;
    overflow: hidden;
    margin-left: 0 !important;
    left: 0 !important;
}

.field-botom {
    height: 1px;
    background-color: rgba(0,0,0,.2);
}

.label-field {
    font-size: 14px;
    /*color: #A2A2A2;*/
    text-align: left !important;
}

.content-sidenav {
    /*height: 100%;*/
    overflow: hidden;
}

.inner-addon {
    position: relative;
}

    .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: all;
        cursor: pointer;
        z-index: 3000;
    }

.left-addon .fa {
    left: 0px;
}

.right-addon .fa {
    right: 0px;
    font-weight: 300;
}


.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.inner-addon-form {
    position: relative;
}

    /* style icon */
    .inner-addon-form .fa {
        position: absolute;
        padding: 32px;
        pointer-events: all;
        cursor: pointer;
        z-index: 3000;
    }

/* align icon */
.left-addon-form .fa {
    left: 0px;
}

.right-addon-form .fa {
    right: -30px;
    font-weight: 300;
}

/* add padding  */
.left-addon-form input {
    padding-left: 30px;
}

.right-addon-form input {
    padding-right: 30px;
}

.has-error {
    border: solid 1px !important;
    border-color: #c23434 !important;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
}

.no-padding {
    padding: 0 !important;
}

.ativo-not-found {
    position: relative;
    top: 15px;
    font-size: 12px !important;
}

    .ativo-not-found:not(a) {
        color: #647880;
    }

#txtMessage {
    height: 120px;
}

.buttonMail {
    width: 100px !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
}

.modal {
    margin-top: 80px;
}

.md-CDI .md-thumb.md-ink-ripple {
    background-color: #1A6B97 !important;
}

.md-Ibovespa .md-thumb.md-ink-ripple {
    background-color: rgb(255, 99, 132) !important;
}

.md-Dolar .md-thumb.md-ink-ripple {
    background-color: rgb(75, 192, 192) !important;
}

.md-IPCA .md-thumb.md-ink-ripple {
    background-color: rgb(251, 139, 69) !important;
}

.md-POUPANCA .md-thumb.md-ink-ripple {
    background-color: rgb(255, 205, 86) !important;
}

.md-BELACINTRA .md-thumb.md-ink-ripple {
    background-color: rgb(0, 0, 0) !important;
}

.md-SECRETATURIMO .md-thumb.md-ink-ripple {
    background-color: rgb(202, 43, 42) !important;
}

.div-cor-ativo {
    width: 100%;
    height: 15px;
}

.text-center {
    text-align: center !important;
}

#labelAdicionar {
    margin-right: 0px;
    margin-top: 0px;
    font-size: 15px;
    color: #647880;
    font-family: 'Cabin', sans-serif;
}


#labelAdicionarTitulo {
    margin-right: 10px;
    margin-top: 8px;
    font-size: 22px;
    color: #647880;
    font-family: 'Cabin', sans-serif;
}




.tabela-powered-by {
    height: 10px;
}

.powered-by {
    text-align: right;
    font-size: 8px;
    font-family: Verdana;
}

.powered-by-img {
    height: 18px;
}


.powered-by {
    vertical-align: bottom;
    font-family: Verdana;
    font-size: 13px;
    text-align: right;
}


    .powered-by img {
        height: 30px;
        margin-bottom: 5px;
    }


.tabela-powered-by-3 {
    height: 10px;
}

.powered-by-3 {
    text-align: right;
    font-size: 8px;
    font-family: Verdana;
}

.powered-by-img-3 {
    height: 18px;
}


.powered-by-3 {
    vertical-align: bottom;
    font-family: Verdana;
    font-size: 17px;
    text-align: right;
}

.powered-by-3 img {
    height: 40px;
    margin-bottom: -4px;
}

.header-top {
    display: flex;
    justify-content: space-between;
}

.header-top h3{
    /*float: left;*/
}

.header-top .botao-salvar {
    /*float: right;*/
}