/* Bugfix */
/*Inicio CSS Material Icons*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto300.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto400.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto500.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto700.woff2') format('woff2');
}
/*Fim CSS Material Icons*/

/*Inicio CSS Roboto*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
       url('../fonts/MaterialIcons-Regular.woff') format('woff'),
       url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*Fim CSS Roboto*/

html {
    min-height: 100%;
}

body {
    height: 100%;
    background: #f5f2f0 none repeat scroll 0 0;
}

body > div[ui-view] {
    min-height: 100%;
    width: 100%;
    position: relative;
}

/* Nav */
#header {
    z-index: 998;
    background: #fcfcfc none repeat scroll 0 0;
    border-bottom: medium none #fff;
    border-top: medium none #fcfcfc;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 25%;
    }
}

nav .nav-wrapper .brand-logo i,
nav .nav-wrapper .brand-logo i.material-icons {
    display: inline-block;
    font-size: 1.231em;
    line-height: 1.4em;
    vertical-align: middle;
}

.navbar-fixed {
    z-index: auto;
}

nav .brand-logo {
    font-size: 1.3rem;
    color: #1976D2;
    margin-left: 23px;
}

nav ul .brand-logo:hover {
    background-color: transparent;
}

@media only screen and (min-width: 993px) {
    nav .brand-logo {
        margin-left: 20px;
    }
}

nav .nav-wrapper .dropdown-content {
    margin-top: 10px;
    margin-right: 10px;
}

nav .nav-wrapper .dropdown-content i {
    display: inline-block;
    vertical-align: bottom;
}

nav .dropdown-content li > a {
    font-size: 0.8666em;
    vertical-align: middle;
    padding: 6px 10px;
    font-weight: bold;
}

nav,
nav a.button-collapse,
nav a.button-collapse i {
    height: 55px;
    line-height: 55px;
}

nav .nav-wrapper i,
nav .nav-wrapper i.material-icons {
    height: 35px;
    line-height: 35px;
    float: initial;
    margin-right: 0;
}

nav .nav-wrapper a {
    color: #1976D2;
}

ul.menu-header {
    margin-right: 15px;
}

#icon-perm.material-icons {
    margin-top: 0px;
}

nav .menu-header.right > li:hover {
    background-color: transparent;
}

nav .menu-header.right > li > a {
    margin-right: 5px;
    margin-left: 0;
    margin-block-start: 0;
}

.btn-flat.btn-floating {
    transition: all .3s ease;
}

.btn-flat.btn-floating:hover {
    background-color: inherit;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

nav .menu-header.right > li > a > i {
    color: #1976D2;
    text-align: center;
    margin-top: 2px;
}

/* menu center */

.links-others-system {
    padding-left: 265px;
}

/* menu right */

#dropdown-system {
    /*padding-top: 15px;*/
    border: 1px solid #666;
    border-radius: 2px;
    position: relative;
    margin-top: 45px;
    margin-block-start: 3.1em;
    margin-left: 90px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    min-width: 292px;
    width: 292px;
}

#dropdown-system li a i {
    font-size: 3rem;
}

#dropdown-system.dropdown-content {
    overflow-y: visible;
}

#dropdown-system.dropdown-content:before {
    background: url("../../assets/img/ponta-tooltip.png") no-repeat;
    border: 10px solid transparent;
    box-sizing: border-box;
    /*border-bottom-color: #fff;*/
    content: "";
    width: 31px;
    top: -20px;
    right: 98px;
    position: absolute;
}

#dropdown-system li {
    padding-top: 0px
}

#dropdown-system li:hover {
    background-color: #fff !important;
    border-radius: 15px;
}

#tootip-system {
    width: 290px
}

#tootip-system a {
    text-align: center;
    padding: 10px 11px 10px;
}

#tootip-system a:hover {
    background-color: #eee;
}

#tootip-system a h6 {
    font-size: 12px;
    white-space: normal;
}

#tootip-system a img {
    width: 60px
}

#tootip-system.row {
    margin-bottom: 0px;
}

#tootip-system.row .col {
    padding: 0 !important;
}

#intradocs-posto {
    min-height: 94px;
}

#a-outros-sistemas {
    border-radius: 2px;
}
/* menu conta */

#dropdown-conta {
    border: 1px solid #666;
    border-radius: 2px;
    position: relative;
    margin-top: 45px;
    margin-block-start: 3.1em;
    margin-left: 13px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    right: 97px !important;
    text-align: left;
    min-width: 154px;
    width: 154px;
}

#dropdown-conta i {
    font-size: 22px;
    float: left;
    margin-right: 8px;
    margin-top: -6px;
}

#dropdown-conta a {
    font-size: 12px;
}

#dropdown-conta.dropdown-content {
    overflow-y: visible;
}

#dropdown-conta.dropdown-content:before {
    background: url("../../assets/img/ponta-tooltip.png") no-repeat;
    border: 10px solid transparent;
    box-sizing: border-box;
    content: "";
    width: 31px;
    top: -20px;
    right: 20px;
    position: absolute;
}

#dropdown-conta li:hover {
    background-color: #fff !important;
    border-radius: 15px;
}

#tootip-conta a {
    padding: 8px;
}

#tootip-conta span {
    margin-left: 10px;
}

#link-top:hover {
    background-color: #eee;
    border-radius: 2px 2px 0 0;
}

#link-bottom:hover {
    background-color: #eee;
    border-radius: 0 0 2px 2px;
}

#tootip-conta a h6 {
    font-size: 12px;
    white-space: normal;
}

#tootip-conta a img {
    width: 60px
}

#tootip-conta.row {
    margin-bottom: 0px;
}

#tootip-conta.row .col {
    padding: 0 !important;
}

.blue-mre-icon {
    color: #1976d2;
}

/* Subnav */
nav.subnav {
    padding-left: 10px;
    padding-right: 10px;
    z-index: 996;
    top: 0;

    -webkit-transition: top .2s ease;
    -moz-transition: top .2s ease;
    -ms-transition: top .2s ease;
    -o-transition: top .2s ease;
    transition: top .2s ease;
}

nav.subnav.open {
    top: 55px;
}

/* Sidebar */
#sidebar {
    padding-top: 61px;
    position: fixed;
    z-index: 998;
    box-shadow: none;
    border-right: 1px solid #CCC;
}

#sidebar ul {
    margin: 0;
}

.side-nav {
    width: 240px;
    transform: none;
}


.side-nav a {
    font-size: 0.8667rem;
    line-height: 24px;
    height: auto;
    padding: 10px 5px;
    font-weight: normal;
}

.side-nav.fixed a,
.side-nav.fixed .collapsible-header {
    font-size: 0.8667rem;
    line-height: 24px;
    height: auto;
    padding: 10px 5px;
    font-weight:normal;
    color:#444;
}

#sidebar.side-nav.fixed .collapsible-body li a {
    padding: 10px 5px;
}

.side-nav .divider {
    margin-bottom: 15px;
    margin-top: 15px;
}


.side-nav .collapsible li,
.side-nav.fixed .collapsible li,
.side-nav li {
    margin-top: 10px;
    padding: 0 15px;
}

.side-nav li:hover,
.side-nav li.active {
    background-color: #F3F3F3;
}

.menu-top {
    margin-top: 60px;
}

#sidebar .material-icons {
    vertical-align: bottom;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    text-align: center;
}

.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"],
.side-nav li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
    line-height: 15px;
    margin: 0;
}

.side-nav a:hover {
    background-color: inherit;
}

.side-nav a.collapsible-header:hover,
.side-nav.fixed a.collapsible-header:hover {
    background-color: transparent;
}

/* Content Wrapper */
@media only screen and (min-width: 993px) {
    #content-wrapper {
        margin-left: 240px;
    }

    nav.subnav {
        padding-left: 250px;
    }
}

#content-wrapper.no-sidebar {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;

    margin-left: 0;
}

#content-wrapper.no-sidebar > div {
    padding-left: 0;
    padding-right: 0;
}

#content-wrapper {
    -webkit-transition: margin-left .2s ease-out;
    -moz-transition: margin-left .2s ease-out;
    -ms-transition: margin-left .2s ease-out;
    -o-transition: margin-left .2s ease-out;
    transition: margin-left .2s ease-out;

    will-change: margin-left;
    padding-bottom: 38px;
}

#content-wrapper > div {
    padding-left: 25px;
    padding-right: 25px;
}

.title-content {
    margin-left: 1.5em;
    font-size: 24px;
    color: #1976D2;
    font-weight: bold;
}

.subtitle {
    font-size: 24px;
    color: #1976D2;
}

.content-small {
    width: 450px;
    margin: 10% auto;
}

.container-small {
    padding-top: 44px;
    padding-bottom: 5px;
}

/* MESSAGES */

.message {
    height: 25px;
    text-align: center;
}

.message-warning {
    background-color: #ff8f00;
    color: white;
}

.message-danger {
    background-color: #dd2c00;
    color: white;
}

.message-success {
    background-color: #33691e;
    color: white;
}

.message i {
    top: 50%;
    vertical-align: bottom;
}

/* Footer */
footer.footer-thin {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 995;
    border-top: 1px solid #CCC;
    background-color: #FFF;
}

footer.footer-thin .footer-copyright {
    height: auto;
    padding: 5px;
    background-color: #fff !important;
}

.footer-copyright .container h6 {
    color: #1976D2;
    /* margin-left: 20%; */
}

@media screen and (min-width: 993px) {
    body > .drag-target {
        display: none;
    }

    footer.footer-thin {
        padding-left: 245px;
    }

    .body-login footer.footer-thin {
        padding-left: 0;
    }
}

@media screen and (max-width: 993px) {
    .footer-copyright .container h6 {
        margin-left: 0;
    }

    .links-others-system {
        display: none;
    }
}

.toast .toast-progress {
    background: white;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
}

.dropdown-content li {
    min-height: 38px;
}