body {
  line-height: unset;
}

label {
  display: inline;
  display: initial;
  max-width: none;
  max-width: initial;
  margin-bottom: 0;
  margin-bottom: initial;
  font-weight: normal;
  font-weight: initial;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover,
a:focus {
  color: unset;
  text-decoration: unset;
}

a:focus {
  outline: unset;
  outline-offset: unset;
}

a:active,
a:hover {
  outline: unset;
}

table a,
[role="tooltip"] a {
  color: #337ab7;
  text-decoration: none;
}

table a {
  background-color: transparent;
}
table a:visited {
  color: #337ab7;
}
table a:hover {
  color: #000000;
}

.alert-warning {
  color: #8a6d3b !important;
  font-weight: bold !important;
  background-color: #fcf8e3 !important;
  border-color: #8a6d3b !important;
}
.alert-success {
  color: #3c763d !important;
  font-weight: bold !important;
  background-color: #dff0d8 !important;
  border-color: #3c763d !important;
}
.alert-info {
  color: #31708f !important;
  font-weight: bold !important;
  background-color: #d9edf7 !important;
  border-color: #31708f !important;
}
.alert-danger {
  color: #a94442 !important;
  font-weight: bold !important;
  background-color: #f2dede !important;
  border-color: #a94442 !important;
}

/*Referente a resolução*/
@media screen and (max-width: 1366px) {
  .menuFlutuante {
    position: fixed;
    padding-top: 20px;
    padding-right: 15px;
    height: 420px;
  }
  .menuFlutuante-filho {
    padding-top: 20px;
    overflow: auto;
    height: 420px;
  }
}

@media screen and (max-width: 1280px) {
  .menuFlutuante {
    position: fixed;
    padding-right: 15px;
    height: 580px;
  }
  .menuFlutuante-filho {
    overflow: auto;
    height: 580px;
  }
}

.alert-warning {
    color: #8a6d3b;
    font-weight: bold;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.alert-success {
    color: #3c763d;
    font-weight: bold;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.alert-info {
    color: #31708f;
    font-weight: bold;
    background-color: #d9edf7;
    border-color: #31708f;
}
.alert-danger {
    color: #a94442;
    font-weight: bold;
    background-color: #f2dede;
    border-color: #a94442;
}

/*Referente a resolução*/
@media screen and (max-width: 1366px) {
        .menuFlutuante {
            position: fixed;
            padding-top: 20px;
            padding-right: 15px;
            height: 420px;
        }
        .menuFlutuante-filho{
            padding-top: 20px;
            overflow: auto;
            height: 420px;
        }
}

@media screen and (max-width: 1280px) {
        .menuFlutuante {
            position: fixed;
            padding-right: 15px;
            height: 580px;
        }
        .menuFlutuante-filho{
            overflow: auto;
            height: 580px;
        }
}

.plot-link {
    color: black;
}

    .plot-link:hover {
        cursor: pointer;
    }

.plot-link-icon {
    line-height: 30px;
    padding: 0 5px 0 5px;
    font-size: 14px;
}

.plot-description {
    font-size: 18px;
    height: 30px;
}

.plot-description-line {
    line-height: 30px;
}

/*
    MINIATURAS DAS OPÇÕES DE GRÁFICOS
*/
.period-switch{
    cursor:pointer;
}

.graph-select {
    width: 90px;
    height: 70px;
    border: 2px solid transparent;
    display: inline-block;
}

    .graph-select:hover {
        border-radius: 4px;
        border: 2px solid #2a6496;
        cursor: pointer;
    }

    .graph-select p {
        text-align: center;
    }

.image-graph {
    display: inline-block;
    width: 50px;
    height: 39px;
}

.image-Coluna {
    background: url("/Images/coluna.gif");
    background-size: cover;
}

.image-Barra {
    background: url("/Images/barra.gif");
    background-size: cover;
}

.image-Linha {
    background: url("/Images/linha.gif");    
    background-size: cover;
}

.image-Pizza {
    background: url("/Images/pizza.gif");
    background-size: cover;
    background-repeat: round;
}

.image-Dispersao {
    background: url("/Images/dispersao.gif");
    background-size: cover;
}

/*CENTRALIZAR*/

.center-container {
    height: 50px;
    position: relative;
}

.center-paragraph {
    margin: 0;
    background: yellow;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*INTERVALO*/

.icon-interval {
    width:  50px;
    height: 50px;
    background: url("/Images/ruler.png");
    background-size: 100%;
}

/*OPCOES*/

#table-opcoes td:hover {
    cursor: pointer;
}

.no-selection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
/*Arquivo de sobrecarga param object css das modais*/
.modal-header{
    background-color:#394554;
    color: #fff;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.modal-header>.close{
    color: #fff;
}
.container-fluid-exact {
    padding: 0px;
}
.navbar-header-exact {
    padding: 0 8px;
}
.form-group.form-group-search-exact {
    padding-left: 15%;
}

.icon-addon.addon-md .form-control, .icon-addon .form-control {
    width: 385px;
    height: 40px;
}
.input-search-exact {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.icon-addon .form-control + .glyphicon {
    color: rgba(255, 255, 255, 0.7);
}

.input-search-exact:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 0.8);
}

.icon-addon .form-control:hover + .glyphicon {
    color: rgba(0, 0, 0, 0.8);
}

.input-search-exact:focus {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 0.8);
}

.icon-addon .form-control:focus + .glyphicon {
    color: rgba(0, 0, 0, 0.8);
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #c7c7c7;
}
.icon-addon .form-control:focus + .glyphicon,
.icon-addon:focus .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:focus .fa {
    color: #000;
}
.truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.divLink:hover{
    background-color: #f5f5f5;
}
#logoutForm{
    cursor:pointer;
}
#logoutForm:hover{
    background-color: #f5f5f5;
}
.brand-exact {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.addon-exact {
    color: #b9b9b9;
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
}
.field-group-exact {
    padding-top: 0px;
}
.dropdown-menu-user {
    min-width: 260px;
}
.navbar-login
{
    width: 305px;
    padding: 8px;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #b9b9b9;
}
.navbar-inverse .navbar-nav > .open > a {
    background-color: #455867;
}
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #546370;
}
.navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #546370;
}
.divider-vertical {
    height: 32px;
    width: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 12px;
}
.container-usuario-login{
    height: 32px;
    display: flex;
}
.list-user-data-exact {
    margin: 0;
    height: 16px;
}
.list-user-data-exact-submenu {
    margin: 0;
    height: 20px;
    width: 195px;
}
.divider-user-data-exact {
    height: 1px;
    margin: 1px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.remove-padding-exact {
    padding: 0 0 0 0;
}
.display-inline-table-exact {
    display: inline-table;
}

.dropdown-menu > li > a .link-submenu-exact {
    padding: 8px 16px;
    height: 24px;
}

.dropdown-menu > li > a .divLink {
    padding: 8px 16px;
    height: 24px;
}

.link-submenu-exact {
    color: #262626;
    text-decoration: none;
}
.link-submenu-exact:hover{
    color: red;
    text-decoration: none;
}
/*Padding em porcentagem %*/
.padding-top-5 {
    padding-top: 5%;
}
.padding-right-10 {
    padding-right: 5%;
}
.padding-left-3 {
    padding-left: 3%;
}


/*NavBar toggle*/
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
    border-radius: 0;
    color: #c7c7c7;
    font-size: 20px;
}

.sidebar-nav li a .material-icons:hover {
    
}

@media (max-width: 1320px) {
    .icon-addon.addon-md .form-control, .icon-addon .form-control {
        width: 285px;
    }
}
@media (max-width:992px) {
    .form-group.form-group-search-exact {
        padding-left: 0;
    }
}
#dropdown-menu-user .text-center {
    color: darkgray !important;
}

#dropdown-menu-user a.text-center:hover {
    color: black !important;
}

#dropdown-menu-user li:hover {
    color: black !important;
}

/* Toggle Styles */
 
.nav-pills > li > a {
    border-radius: 0;
}
.material-icons-exact {
    position: relative;
    left: 16px;
    top: 8px;
    margin-right: 32px;
    color: rgba(255, 255, 255, .7)
}

 #wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    overflow: hidden;
}
 
#wrapper.toggled {
    padding-left: 280px;
    overflow: hidden;
}
 
#sidebar-wrapper {
    z-index: 1000;
    position: fixed; 
    left: 252px;
    top: 0px;
    height: 100%;
    margin-left: -252px;
    overflow: hidden;
    background: #394554;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 252px;
}
 
#page-content-wrapper {
    position: absolute;
    padding: 15px;
    width: 100%;  
    /*overflow-x: hidden;*/ 
}
.xyz{
    min-width: 360px;
}
#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px; 
}
.fixed-brand{
    width: auto;
}
/* Sidebar Styles */
 
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 258px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

.nav-pills .nav-stacked li {
    padding: 0;
}

#subMenuLateral {
    padding: 0 23.5px 0 31px;
}
 
.sidebar-nav li {
    /*text-indent: 15px;*/
    line-height: 48px;
}
 
.sidebar-nav li .sidebar-item {
    display: block;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -ms-user-select: none;
        user-select: none;
    overflow: hidden;
}

/*Sobreescrever cor*/
.sidebar-nav li .sidebar-item {
    color: rgba(255, 255, 255, 0.7);
}

.sidebar-nav li .sidebar-item:hover{
    text-decoration: none;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-color: rgba(0, 0, 0, 0.3);
}
 
.sidebar-nav li .sidebar-item:active,
.sidebar-nav li .sidebar-item:focus {
    text-decoration: none;
}
 
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
 
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
 
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.no-margin{
    margin:0;
}
 
    #wrapper {
        padding-left: 245px;
    }
    .fixed-brand{
        width: 258px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
 
    #sidebar-wrapper {
        width: 258px;
    }
 
    #wrapper.toggled #sidebar-wrapper {
        width: 252px;
    }
    #wrapper.toggled-2 #sidebar-wrapper {
        width: 51px;
    }
    #wrapper.toggled-2 #sidebar-wrapper:hover {
        width: 258px;
    }
 
 
    #page-content-wrapper {
        padding: 20px;
        position: relative;
        transition: all 0.5s ease;
    }
 
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 280px;
    }
    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -190px;
        transition: all 0.5s ease;
        width: auto;
 
    }


/*# sourceMappingURL=main~d60925eb.85a8d817.chunk.css.map*/