@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";
body {
    font-family: 'Roboto', sans-serif;
    background: #eee;
    overflow-x: hidden;
    overflow-y: auto !important;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.verde {
    color: #96c964;
}
.amarelo {
    color: #f9c069;
}
.branco {
    color: #ffffff;
}

/* Tabs */

.boxtitlepanel {
    text-align: left;
    color: #275dac;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid #3985f6;
    margin: 20px;
}
.box-grafico {
    background: #FFF;
    border-radius: 0;
    padding: 3px;
    margin-top: 18px;
    margin: 0px 15px 0px 15px;
}
.tab {
    margin-top: 14px;
    min-width: 350px;
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.nav-tabs li a i {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.tab-content {
    padding: 30px !important;
    line-height: 22px;
    box-shadow: 0px 1px 0px #808080;
}
.tab .tab-content h3 {
    margin-top: 0;
}
.scrtabs-tab-scroll-arrow {
    border: 0px !important;
}
.scrtabs-tab-scroll-arrow-left {
    background-image: url("../img/left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    opacity: .5;
}
.scrtabs-tab-scroll-arrow-right {
    background-image: url("../img/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    opacity: .5;
}
.tab .nav-tabs li {
    margin-bottom: 0;
    margin-right: 5px;
}
.tab .nav-tabs li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 15px 25px;
    background: #3985f6;
    border-radius: 0;
    position: relative;
    border: none;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover {
    background: #2d6ac4;
}
.tab .nav-tabs li a:before {
    content: "";
    width: 100%;
    border: 3px solid #96c964;
    position: absolute;
    top: -5px;
    left: 0;
    transform: rotateY(-90deg);
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover:before, .tab .nav-tabs li.active a:before {
    transform: rotateY(0deg);
}
.tab .nav-tabs li.active a, .tab .nav-tabs li.active a:focus, .tab .nav-tabs li.active a:hover {
    background: #fff;
    color: #333;
    border: none;
    border-radius: 0;
}
.custom-drag {
    color: #fff;
    background-color: #3985f6;
    padding: 8px;
}

/* Style Select*/
option:checked {
    background-color: #3985f6;
    color: #fff !important;
}
.boxselect {
    margin-right: 15px;
    top: 15px;
    margin-left: 15px;
}
.boxselect select {
    min-width: 100px;
}
/* ---------------------------------------------------
    Material Icons
----------------------------------------------------- */

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}
.material-icons.md-light.md-active {
    text-shadow: #a4f4d9 1px 1px 0;
    color: #2a9a74;
}
.material-icons:hover {
    text-shadow: #2a9a74 1px 1px 0;
    color: #fff !important;
}
#navbarSupportedContent {
    align-items: flex-end;
    min-width: 200px;
} 
.iconmobile {
    display: none !important;
    color: #888888;
    margin-right: 10px;
    float: left;
} 
.iconmenu {
    color: #888888;
    margin-right: 10px;
    float: left;
}
/* ---------------------------------------------------
    Barra do Topo
----------------------------------------------------- */
.materialnav {
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    align-items: center;
    background-color: #275dac;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    height: 64px;
    letter-spacing: .02em;
    margin-bottom: 0px !important;
}
.menuicon {
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
} 
.materialnav a {
    color: #fff !important;
}
.btn-material {
    background: none !important;
}
.btn-material.focus, .btn-material:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #002569;
    border-color: #2d6ac4;
    box-shadow: none;
    outline: none;
}
.btn-primary {
    color: #fff;
    background-color: #2d6ac4;
    border-color: #2d6ac4;
}
.ferramentas {
    padding: 10px;
    background-color: #3985f6;
    color: #fff;
}
.ferramentas div {
    margin-right: 4px !important;
}
.ferramentas .btn {
    background-color: transparent;
    border: 0px;
    padding: 0px;
    margin-right: 3px;
    margin-left: 2px;
}
.ferramentas .btn i:hover {
    color: rgba(255, 255, 255, 0.5);
}
/* remove a borda azul do btn*/
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none;
}
.fe-camadas {
    padding: 10px 0px 10px 0px;
}
.fe-camadas .btn {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    margin-left: 30.5px;
}
.texto {
    margin-top: -9px;
}
.bandeira {
    width: 28px;
    height: 28px;
    display: inline-block;
}
.analises a[aria-expanded="true"] {
    background-color: #275dac !important;
}
.analises a:active {
    background-color: transparent!important;
    color: #3985f6 !important;
}
.submenu a {
    color: #33333d !important;
    min-width: 230px;
} /*Alterado*/
/* ---------------------------------------------------
    Efeitos
----------------------------------------------------- */

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
}
/* ---------------------------------------------------
    ToolTip dfn
----------------------------------------------------- */

dfn {
    padding: 0px;
    cursor: help;
    font-style: normal;
    position: relative;
    margin: 0px;
}
dfn::after {
    content: attr(data-info);
    display: inline;
    position: absolute;
    top: 22px;
    left: 0;
    opacity: 0;
    width: 230px;
    font-size: 13px;
    line-height: 1.5em;
    padding: 0.5em 0.8em;
    background: rgba(16, 85, 141, 0.8);
    color: #fff;
    pointer-events: none;
    transition: opacity 250ms, top 250ms;
    border-radius: 5px;
}
dfn::before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 20px;
    opacity: 0;
    width: 0;
    height: 0;
    border: solid transparent 5px;
    border-bottom-color: rgba(16,141,111,0.8);
    transition: opacity 250ms, top 250ms;
}
dfn:hover {
    z-index: 2;
}
dfn:hover::after, dfn:hover::before {
    opacity: 1;
}
dfn:hover::after {
    top: 30px;
}
dfn:hover::before {
    top: 20px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    color: #33333d;
    transition: all 0.3s;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
#sidebar.active {
    margin-left: -290px;
}
#sidebar .sidebar-header {
    padding: 4px 20px 4px 20px;
    /*background: #14757e;*/
    background-image: url(../img/i-ocpusits.png);
    /* color: #119789; */
    color: #224f93;
    /* height: 210px; */
    height: 240px;
}
.descricao {
    top: 50px !important;
    color: #fff;
}
.desctxt {
    font-size: 13px;
    margin-top: 145px;
    color: #fff;
    line-height: 15px;
    text-align: center;
}
#sidebar ul.components {
    padding: 0px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 0.9em;
    display: block;
}
#sidebar ul li a i {
    margin-right: 12px;
    vertical-align: -7px;
}
#sidebar ul li a:hover {
    color: #275dac;
}
#sidebar ul li:hover {
    background: #f1f3f4;
}
#sidebar ul li ul {
    border-bottom: 1px solid #bdbdbd;
}
#sidebar ul li.active>a, a[aria-expanded="true"] {
    color: #fff;
    background: #3985f6;
}
a[data-toggle="collapse"] {
    position: relative;
}
#sidebar .dropdown-toggle::after {
    display: none !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fff;
}
#sidebar ul li ul li {
    width: 230px;
}
#sidebar ul.CTAs {
    padding: 20px;
}
#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#sidebar a.download {
    background: #fff;
    color: #7386D5;
}
#sidebar a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.fontecamada {
    position: relative;
    font-size: 11px;
    top: -5px;
    margin-left: 36px;
    color: #14757e !important;
}
.configura {
    position: relative;
    top: 6px;
}
/*---------------------------------------------------------
  Range slider
----------------------------------------------------------*/

*, :after, :before {
    box-sizing: border-box
}
.pull-left {
    float: left
}
.pull-right {
    float: right
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 290px);
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}
#content.active {
    width: 100%;
}
.navbar-toggler {
    border: none;
    background: transparent !important;
}
.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}
.navbar-toggler .icon-bar {
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}
.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}
.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}
/*-------------------------------------------------------
   Card slider
----------------------------------------------------------*/

.titulo {
    margin: 18px 0 12px 0;
    color: #707070;
    font-size: 24px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.descricaoslide {
    margin: 0 0 48px;
    font-size: 14px;
    line-height: 25px;
}
.modalinf {
    background: #FFFFFF;
    margin: 50px auto;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-sizing: border-box;
    padding: 28px;
    text-align: center;
}
.fechar {
    border: 0px !important;
    padding: 0px !important;
}
.thumbnailc {
    margin: 0 0 28px;
    border: 0px;
}
.modal-body {
    margin-top: 0px;
    padding-top: 0px;
}
.textoc {
    color: #707070;
    font-size: 12px;
    margin-left: 5px;
}
/* indicadores do carousel */
.sobre .carousel-indicators {
    left: 0;
    top: auto;
}
.sobre .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.sobre .carousel-indicators .active {
    background: #707070;
}
/* -------------------------------------------------------
    FOOTER
---------------------------------------------------------*/	

footer {
    background-color: #275dac;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    text-align: center;
    z-index: 1;
}
.footer p {
    padding: 15.5px;
    line-height: 100%;
    margin: 0;
    color: #fff !important;
}
/* ---------------------------------------------------
    Sidebar Legend
----------------------------------------------------- */
#legend {
    padding-right: 255px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#legend.toggled {
    padding-right: 0;
}
#sidebar-legend {
    z-index: 1000;
    position: absolute; /*fixed*/
    right: 255px;
    width: 255px;
    height: 100%;
    padding-bottom: 100px;
    margin-right: -255px;
    overflow-y: auto !important;
    background-color: #f7f8f9;
    color: #33333d;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    top: 64px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#legend.toggled #sidebar-legend {
    width: 0px;
}
#legend.toggled .btn-legend {
    margin-right: -47px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#legend img {
    max-width: 100%;
    height: auto;
}
.btn-legend {
    position: absolute;
    padding: 0px 12px 0px 12px;
    border-radius: 20px 20px 0 0;
    top: 45%;
    right: 0;
    margin-right: 210px;
    transform: rotate(-90deg);
    z-index: 9;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}
.btn-legend.active {
    background-color: #2d6ac4!important;
    border-color: #2d6ac4!important;
}
.btn-legend:enabled {
    color: #fff;
    background-color: #2d6ac4!important;
}
.btn-legend:visited {
    color: #fff;
}
.btn-legend:focus {
    color: #fff;
}
.card-legend {
    width: 230px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.1);
    border-radius: 0px;
    margin: 10px;
    padding: 20px;
}
.card-legend:hover {
    box-shadow: 0 30px 70px rgba(0,0,0,.2);
}
.card-legend h2 {
    font-size: 14px;
    color: #262626;
}
.btntools .btn {
    border: none;
    border-radius: 0px;
    padding: 20px;
    color: #fff !important;
    min-width: 130px;
    background-color: #3985f6;
    border-top: 3px solid #3377dd;
}
.btntools .btn:hover {
    background-color: #2d6ac4;
    border-color: #275dac;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
#sidebar {
    margin-left: -290px;
}
#sidebar.active {
    margin-left: 0;
}
#content {
    width: 100%;
}
#content.active {
    width: calc(100% - 290px);
}
#sidebarCollapse span {
    display: none;
}
.analises a[aria-expanded="true"] {
    background-color: #f8f9fa !important;
}
.iconmobile {
    display: block !important;
}
#sidebar-legend.active {
    width: 0px;
}
.btn-legend.active {
    margin-right: -255px !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
    background-color: #2d6ac4!important;
    border-color: #2d6ac4!important;
}
#menuanaliseid.active {
    margin-right: -155px !important;
}
.navbar-brand.active {
    margin-right: -155px !important;
}
}

@media only screen and (max-width: 978px) {
.navbar-collapse {
    background-color: #fff;
    padding: 15px;
    z-index: 9999;
}
.navbar-collapse li a {
    color: #33333d !important;
}
.submenu {
    border: 0px;
}
.analises a[aria-expanded="true"] {
    background-color: #f8f9fa !important;
}
.iconmobile {
    display: block !important;
}
}
