body,
html {
    font-size: 18px;
    padding-top: 24px;
    height: calc(100% - 24px);
    position: relative;
    width: 100%;
}

.mdl-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.mdl-grid .mdl-cell--6-col {
    width: 50%;
    float: left;
    padding: 0 10px;
}

input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
    height: 2rem;
    margin-top: 4px;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
    font-size: inherit;
}

.btn,
.btn-large,
.btn-small {
    border-radius: 40px;
    background-color: #0095ad;
    font-weight: 500;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
    background-color: #005563;
    box-shadow: 1px 3px 10px 1px #00000054;
}

.btn.light {
    font-weight: normal;
    border: 1px solid;
    color: #0095ad;
    background-color: #fff;
    box-shadow: none;
}

.sidenav li>a>i,
.sidenav li>a>[class^="mdi-"],
.sidenav li>a li>a>[class*="mdi-"],
.sidenav li>a>i.material-icons {
    margin: 0;
}

.modal.modal-cw {
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0 !important;
    max-height: 100%;
}

.modal.modal-cw .modal-content {
    margin: auto;
    padding: 24px 0;
}

.modal.modal-cw .modal-content a.modal-close {
    position: fixed;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    background-color: #0095ad;
    color: #fff;
    border: 0;
    margin-top: -24px;
    margin-bottom: 15px;
    left: 0;
}

.modal.modal-cw .modal-content form {
    margin-top: 41px;
}

.tabs .indicator {
    background-color: #00b8d6;
    height: 3px;
}

.tabs .tab a {
    color: #fff;
    opacity: 0.6;
}

ul.tabs {
    background-color: #007588;
}

.tabs .tab a:hover,
.tabs .tab a.active,
.tabs .tab a:focus.active,
.tabs .tab a:focus {
    background-color: #0095ad40;
    color: #fff;
    opacity: 1;
}

.titulo {
    color: #0095ad;
    font-size: 28px;
    font-weight: 500;
}

div#offline {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #8c8c8c;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.alert {
    padding: 6px 15px;
    margin-bottom: 10px;
    border: 1px solid;
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-top: 15px;
}

.alert.alert-danger {
    color: #c71c1c;
}

.alert.alert-success {
    color: #05b902;
}

.alert.alert-info {
    color: #0286b9;
}

ul.tabs {
    text-align: center;
}

.collapsible-header {
    background-color: #0095ad;
    color: #f9f6f6;
    display: block;
}


/* LOADING */

.loading {
    position: fixed;
    z-index: 9999999999999;
    width: 100%;
    background-color: #fff;
    height: 100%;
    top: 0;
}

.cssload-container {
    position: relative;
    height: 100%;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #0095ad;
    border-left-color: #006575;
    border-radius: 2747px;
    -o-border-radius: 2747px;
    -ms-border-radius: 2747px;
    -webkit-border-radius: 2747px;
    -moz-border-radius: 2747px;
}

.cssload-whirlpool {
    margin: -69px 0 0 -69px;
    height: 138px;
    width: 138px;
    animation: cssload-rotate 1600ms linear infinite;
    -o-animation: cssload-rotate 1600ms linear infinite;
    -ms-animation: cssload-rotate 1600ms linear infinite;
    -webkit-animation: cssload-rotate 1600ms linear infinite;
    -moz-animation: cssload-rotate 1600ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -63px 0 0 -63px;
    height: 121px;
    width: 121px;
    animation: cssload-rotate 1600ms linear infinite;
    -o-animation: cssload-rotate 1600ms linear infinite;
    -ms-animation: cssload-rotate 1600ms linear infinite;
    -webkit-animation: cssload-rotate 1600ms linear infinite;
    -moz-animation: cssload-rotate 1600ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -80px 0 0 -80px;
    height: 154px;
    width: 154px;
    animation: cssload-rotate 3200ms linear infinite;
    -o-animation: cssload-rotate 3200ms linear infinite;
    -ms-animation: cssload-rotate 3200ms linear infinite;
    -webkit-animation: cssload-rotate 3200ms linear infinite;
    -moz-animation: cssload-rotate 3200ms linear infinite;
}

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}


/* fim LOADING */

.breadcrumb:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: initial;
    line-height: 1.5;
}

#form_login {
    position: fixed;
    height: 100%;
    background: #0095ad;
    z-index: 9999;
    top: 0;
    width: 100%;
    text-align: center;
}

.logoLogin {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
}

.logoLogin img {
    max-width: 480px;
    width: auto;
    max-height: 160px;
}

.inputsLogin {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10%;
    background-color: #0095ad;
}

.inputsLogin button.btn {
    background-color: #fff;
    color: #0095ad;
    font-weight: 900;
}

.inputsLogin label {
    color: #fff;
}

.inputsLogin .input-field .prefix {
    font-size: 1.6em;
    color: #fff;
}

.inputsLogin .input-field input {
    color: #fff;
    font-size: 18px;
}

.inputsLogin>div {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

header {
    width: 100%;
}

nav.nav-breadcrumb {
    margin-top: 15px;
    background: transparent;
    box-shadow: none;
    line-height: 1.4;
}

.row {
    margin-bottom: 0px;
}

nav.nav-breadcrumb a,
nav.nav-breadcrumb a:before,
.breadcrumb:last-child {
    color: #0095ad;
}

.btn.white {
    color: #e45f00;
    border: 1px solid;
}

img {
    max-width: 100%;
}

@media only screen and (min-width: 993px) {
    .container {
        width: 85%;
    }
}

@media (max-width: 650px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.3rem;
    }
    h3 {
        font-size: 2.1rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.6rem;
    }
}

nav.menuHeader {
    background-color: #0095ad;
    box-shadow: none;
    position: fixed;
    top: 0;
    padding: 0 0;
    height: auto;
    z-index: 5;
    line-height: 1.4;
    transition: 0.3s;
}

nav.menuHeader.some.scroll {
    top: -123px;
}

nav.menuHeader.scroll {
    transition: 0.4s;
    position: fixed;
    top: 0;
    background-color: #0095ad;
    padding: 5px 0;
    box-shadow: 0 0 15px -10px #000;
    z-index: 99;
}

div.brand-logo {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    float: left;
    transform: none;
    left: 0;
    max-width: calc(100% - 100px);
    padding-left: 20px;
}

div.brand-logo img {
    max-width: 218px;
    margin-top: 11px;
    transition: 0.3s;
    margin-left: 38px;
    max-height: 42px;
}

div.brand-logo h1 {
    line-height: 1.1;
    margin: 0;
    margin-top: 0;
    white-space: nowrap;
    font-weight: 500;
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}

div.brand-logo h1>small {
    font-weight: 300;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

nav.menuHeader a {
    font-size: 16px;
}

nav .sidenav-trigger {
    margin: 0;
}

nav,
nav .nav-wrapper i,
nav a.sidenav-trigger,
nav a.sidenav-trigger i {
    height: 45px;
    line-height: 45px;
}

nav .sidenav-trigger i {
    font-size: 24px;
}

a.sync {
    background: #fff;
    border-radius: 8px;
    color: #0095ad;
}

a.sync i {
    line-height: 1.2;
    height: 27px;
    margin-bottom: -12px;
}

nav.menuHeader ul.nav>li {
    padding: 7px 4px;
}

nav.menuHeader ul.nav>li>a {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.4;
    padding: 7px 20px;
    border-bottom: 3px solid transparent;
}

nav.menuHeader ul.nav>li>a:hover {
    border-bottom: 3px solid #fff;
    background-color: transparent;
}

li.link-dropdpwn {
    position: relative;
}

span.badge.quantSync {
    background: #fff;
    color: #0095ad;
    min-width: auto;
    border-radius: 4px;
}

span.back-red.badge.quantSync {
    background-color: #e0640d;
    color: #fff;
}

nav.menuHeader ul.nav>li.conta>a {
    border: 2px solid #fff;
    border-radius: 30px;
}

nav.menuHeader ul.nav>li.cliente>a {
    background-color: #0095ad;
    border-radius: 30px;
    border: 2px solid #0095ad;
    box-shadow: 2px 2px 8px -5px #000;
}

li.link-dropdpwn>ul.dropdown {
    position: absolute;
    padding: 8px;
    background-color: #fff;
    border-radius: 10px;
    width: 219px;
    display: none;
    top: 100%;
    box-shadow: 2px 12px 25px -8px #00000059;
}

li.link-dropdpwn:hover>ul.dropdown:before {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    top: 0;
    background-color: #fff;
    transform: rotate(45deg);
    left: 30px;
    margin-top: -5px;
}

li.link-dropdpwn:hover>ul.dropdown {
    display: block;
}

li.link-dropdpwn>ul.dropdown>li {
    width: 100%;
    line-height: 1.4;
}

li.link-dropdpwn>ul.dropdown>li>a {
    color: #f18500;
    height: auto;
    padding: 10px;
}

.user-view .background {
    background: #0095ad;
}

section.conteudoPagina {
    width: 100%;
    min-height: calc(100% - 18px);
    padding-bottom: 40px;
    position: relative;
}

footer {
    margin-top: 0;
    background-color: #dad5d6;
    padding: 1px 0;
    text-align: center;
}

@media (max-width: 600px) {
    div.brand-logo img {
        margin-top: 7px;
        margin-left: -35px;
    }
    div.brand-logo h1 {
        padding-left: 0;
    }
}

.drag-target:before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background-color: #b5b5b59e;
    z-index: 99;
    width: 0;
    position: absolute;
    transition: 0.3s;
}

.drag-target:active:before {
    width: 100%;
}

.bemvindo h5 {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 700;
    font-size: 22px;
}

.bemvindo {
    color: #333;
    line-height: 1.4;
    padding-bottom: 11px;
    margin-left: -25px;
    margin-right: -25px;
    background-color: #fff;
    padding: 15px;
    margin-top: -8px;
}

.bemvindo .btn {
    background-color: #fff;
    color: #0095ad;
    margin-top: 11px;
}

.sidenav .user-view {
    padding: 6px 25px 0;
}

header .user-view img {
    max-width: 178px;
    max-height: 42px;
}

ul#slide-out li>a {
    font-size: 16px;
}

ul#slide-out li>a>i {
    font-size: 18px;
    color: #0095ad;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

ul#slide-out li>a>i.right {
    color: inherit;
    font-size: 16px;
    margin-right: 0;
}

ul#slide-out li a {
    padding: 0 20px;
    font-weight: 400;
}

ul.collapsible li a {
    padding-left: 36px!important;
}

.pagination button {
    border: 0;
    padding: 5px 8px;
    color: #fff;
    background-color: #0095ad;
    border-radius: 5px;
    margin: 2px;
    text-transform: uppercase;
}

.pagination button.disabled {
    opacity: 0.5;
}

.notificacoes>button {
    background: transparent;
    border: 0;
    color: #fff;
}

.notifcation-body {
    position: absolute;
    width: 300px;
    background-color: #fff;
    right: 0;
    box-shadow: 1px 2px 17px #00000040;
    border-radius: 6px;
    margin-top: -9px;
}

.notifcation-body:before {
    content: "";
    height: 13px;
    width: 13px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
    margin-top: -20px;
}

.notifcation-body h4 {
    color: #0095ad;
    margin: 0;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.notifcation-body {
    padding: 15px;
    display: none;
    color: #212121;
}

.some.scroll .notifcation-body {
    display: none !important;
}

.notificacoes>button>span>span {
    position: absolute;
    margin-top: 26px;
    margin-left: -29px;
    background-color: #000000;
    height: 18px;
    width: 18px;
    font-size: 12px;
    padding-top: 2px;
    font-weight: 700;
    border-radius: 15px;
    color: #ffffff;
}

.notifcation-body .item-ok {
    text-align: center;
}

.notifcation-body .item,
.notifcation-body .item-ok {
    background-color: #eaeaea;
    padding: 9px 15px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
}

.notifcation-body .item i {
    float: left;
    margin-right: 10px;
    line-height: 1.4;
    margin-top: 6px;
    height: 35px;
}

.notifcation-body .item a {
    font-weight: bold;
    color: #0095ad;
    text-decoration: underline;
}

button.closeNotificacoes {
    background: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 6px;
    margin-top: -6px;
    color: #b9b9b9;
    font-size: 12px;
}

@media (max-width: 650px) {
    .notificacoes>button>i {
        line-height: 2.2;
        height: 50px;
        font-size: 22px;
    }
    button.closeNotificacoes {
        margin-top: 5px;
    }
    .dataTables_info {
        text-align: center;
    }
    .dataTables_paginate .pagination {
        width: fit-content;
        margin: auto;
    }
}

.conteudoPagina>div {
    transition: 0.5s;
    transform: scale(2);
    filter: blur(20px);
    opacity: 0;
    z-index: 1;
}

.conteudoPagina.exibe>div {
    opacity: 1;
    transform: scale(1);
    -webkit-filter: blur(0);
}

.detalhes>.conteudo {
    position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    box-shadow: 0 2px 15px #00000040;
    margin-top: -100px;
    opacity: 0;
    transform: scale(0);
    transition: .3s;
}

.detalhes:hover>.conteudo {
    opacity: 1;
    transform: scale(1);
}