@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(MaterialIcons-Regular.woff2) format('woff2'),
    url(MaterialIcons-Regular.woff) format('woff'),
    url(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';
}

.nav-wrapper.white.grey-text *{
    color: #9e9e9e;
}

.text-uppercase{
    text-transform: uppercase;
}

.carousel.fullscreen {
    height: 100%;
    width: 100%;
    margin-top: -4rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.fundo-verde{
	background-color:rgba(0,0,10,0.20);
	border-color:rgba(0,0,0,0);
	padding-left:2%;
	padding-right:2%;
	transition:0.5s;
	-moz-transition:0.5s; /* Firefox 4 */
	-webkit-transition:0.5s; /* Safari and Chrome */
	-o-transition:0.5s;
}

.fundo-verde .nav>li>a{
	color:#FFF !important;
}
.fundo-verde .nav>li.active>a{
	background-color:#00995D !important;
}
.fundo-verde .nav>li>a:hover{
	background-color:rgba(0, 158, 93, 0.7) !important;
}
.fundo-verde .nav>li.open>a{
	background-color:rgba(0, 158, 93, 0.9) !important;
	color: #c9e018 !important;
}
.fundo-verde .nav>li.open>ul.dropdown-menu{
	background-color:rgba(0, 158, 93, 0.9) !important;
}
.fundo-verde .nav>li.open>ul.dropdown-menu>li>a{
	color:#FFF !important;
}
.fundo-verde .nav>li.open>ul.dropdown-menu>li>a:hover{
	background-color:rgba(177, 211, 75,0.80) !important;
	color: #26665D !important;
}
.fundo-verde>div.container-fluid>div.navbar-header>a.navbar-brand{
	color:#FFF !important;
}
.fundo-verde>div.container-fluid>div.navbar-header>a.navbar-brand{
	color:#FFF !important;
	padding-top:10px !important;
}
.fundo-verde>div.container-fluid>div.navbar-header>a.navbar-brand:hover{
	color:#00995D !important;
}


li .input-field input[type=search] {
    height: 1.69cm
}

@media only screen and (max-width: 992px) {
    nav .brand-logo.right {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .conteudo{
        padding-bottom: 272px;
    }

    main footer.page-footer{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .main-class footer.page-footer{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #toast-container.top {
        top: 0 !important;
        bottom: auto !important;
        padding: 1%
    }

    .logo-login {
        position: relative;
        margin: 2.5cm 0 .4cm
    }

    .logo-login-2 {
        position: relative;
        margin: .5cm 0 .4cm
    }

    .logo-login-2 img{
        width: 170px;
    }

    .img-logo {
        padding: .1cm;
        width: 2.8cm
    }

    .niceimage {
        width: 100%;
        height: 100px;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
        -o-object-position: center
    }

    .right-desktop-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        color: #fff;
        display: inline-block;
        font-size: 2.1rem;
        padding: 0;
        white-space: nowrap;
    }
}

nav a.button-collapse-off-canvas,nav a.button-collapse-off-canvas i{
    height:64px;
    line-height:64px
}
nav .button-collapse-off-canvas {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px;
}



@media only screen and (min-width: 993px) {
    main {
        padding-left: 300px;
    }

    main.main-off-canvas{
        padding-left: 0px !important;
    }

    .nav-off-canvas {
        width: calc(100% - 300px) !important;
    }

    .nav-off-canvas .nav-wrapper{
        width: calc(100% - 300px) !important;
    }

    .nav-off-canvas .nav-wrapper .right-desktop-logo{
        display: none;
    }

    main.main-off-canvas .nav-off-canvas{
        width: 100% !important;
    }

    main.main-off-canvas .nav-off-canvas .nav-wrapper{
        width: 100% !important;
    }

    main.main-off-canvas .nav-off-canvas .nav-wrapper .right-desktop-logo{
        display: block;
    }

    main.main-off-canvas footer.page-footer{
        position: absolute;
        bottom: 0;
        width: 100% !important;
    }

    .conteudo{
        padding-bottom: 242px;
    }
    .no-margin {
    margin: 0 !important;
}

    main footer.page-footer{
        position: absolute;
        bottom: 0;
        width: calc(100% - 300px);
    }

    .main-class footer.page-footer{
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .container {
        width: 85% !important
    }

    .picker--opened .picker__frame {
        top: 3% !important
    }

    .logo-login {
        position: relative;
        margin: .5cm 0 .8cm
    }

    .logo-login-2 {
        position: relative;
        margin: .5cm 0 .8cm
    }

    .logo-login-2 img{
        width: 220px;
    }

    .img-logo {
        padding: .15cm;
        width: 3.3cm
    }

    .right-desktop {
        right: 0
    }
    .right-desktop-logo {
        float: right !important;
    }
    .right-menu-nome {
        padding-right: 10px;
        float: right !important;
    }

    .niceimage {
        width: 100%;
        height: 150px;
        object-fit: cover;
        -o-object-fit: cover;
        object-position: center;
        -o-object-position: center
    }
}

.niceimage-noticias {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    vertical-align: middle
}

ul.white-text > li > a {
    color: #fff
}

.side-nav.white-text li > a > i.material-icons {
    color: #fff
}

select[required] {
    display: inline;
    position: absolute;
    float: left;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    height: 0;
    width: 0;
    top: 2em;
    left: 3em
}

.white-text label {
    color: #fff
}

.white-text input {
    border-bottom: 1px solid #fff
}

.white-text input:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: none
}

.img-login {
    background: url(../imagens/background-login.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login2 {
    background: url(../imagens/background-login2.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}

.img-login3 {
    background: url(../imagens/background-login3.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}

.img-login4 {
    background: url(../imagens/background-login4.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login5 {
    background: url(../imagens/background-login5.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login6 {
    background: url(../imagens/background-login6.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login7 {
    background: url(../imagens/background-login7.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login8 {
    background: url(../imagens/background-login8.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login9 {
    background: url(../imagens/background-login9.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login10 {
    background: url(../imagens/background-login10.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login11 {
    background: url(../imagens/background-login11.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login12 {
    background: url(../imagens/background-login12.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login13 {
    background: url(../imagens/background-login13.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login14 {
    background: url(../imagens/background-login14.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login15 {
    background: url(../imagens/background-login15.jpg) center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}
.img-login20 {
    background: #00995D;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover
}

.img-blur {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-filter: blur(4px) brightness(70%) drop-shadow(0px 0px 20px #000);
    -moz-filter: blur(4px) brightness(70%) drop-shadow(0px 0px 20px #000);
    -o-filter: blur(4px) brightness(70%) drop-shadow(0px 0px 20px #000);
    -ms-filter: blur(4px);
    filter: blur(4px) brightness(70%) drop-shadow(0px 0px 20px #000)
}

.opacity-40 {
    opacity: .4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.opacity-50 {
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.opacity-60 {
    opacity: .6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.opacity-70 {
    opacity: .7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.opacity-80 {
    opacity: .8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.opacity-90 {
    opacity: .9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

table.sortable > thead > tr > th:hover, table.sortable thead tr td:hover {
    background-color: rgba(151, 151, 151, 0.2);
    cursor: pointer
}

.tablesorter th.header {
    background-image: url(../imagens/ordenar_tabela/ordenar.gif);
    background-size: 16px;
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px !important;
}

.tablesorter th.header.headerSortDown {
    background-image: url(../imagens/ordenar_tabela/asc_active.gif);
}

.tablesorter th.header.headerSortUp {
    background-image: url(../imagens/ordenar_tabela/desc_active.gif);
}

.pagination-custom li a i.material-icons{
    margin: 0px -10px !important;
}

@media (min-width: 640px) {
        text-align: left
    }
    #topo-rede.row{
        margin-bottom: 0px;
    }
    .margin-top-guia{
        margin-top: 60px !important;
    }
    .margin-top-guia2{
        margin-top: 60px !important;
    }
    .margin-top-guia3{
        margin-top: 100px !important;
    }
    .conteudo-guia{
        margin-left: 33.333333% !important;
    }
}
@media (max-width: 639px) {
    .margin-top-guia{
        margin-top: 110px !important;
    }
    .margin-top-guia2{
        margin-top: 55px !important;
    }
    .margin-top-guia3{
        margin-top: 110px !important;
    }
}

@media (min-width: 640px) {
    #map-canvas {
        width: 100%;
        height: 50%;
    }
}
@media (max-width: 639px) {
    #map-canvas {
        margin:0px;
        padding:0px;
        width: 100%;
        height: 60%;
        margin-top: -25px;
    }
    .fixed-bottom-guia{
        z-index: 900;
        display: block;
        opacity: 1;
        bottom: 0px;
        position: fixed;
        left: 0;
        right: 0;
        background-color: #fafafa;
        padding: 0;
        margin: 0;
        max-height: 50%;
        overflow: auto;
    }
}

.fixed-menu-guia{
    position: fixed;
    overflow: auto;
    height: 89%;
}

.image-link {
    display: inline-block;
    padding: 2px;
    margin: 0 .5rem 1rem;
    background-color: #fff;
    line-height: 0;
    border-radius: 4px;
    transition: background-color .5s ease-out
}

.image-link:hover {
    background-color: #4ae;
    transition: none
}

.image-img {
    border-radius: 4px
}

.input-field-white .material-icons, .input-field-white label {
    color: #fff
}

.input-field-white input:not([type]), .input-field-white input[type=text], .input-field-white input[type=password], .input-field-white input[type=email], .input-field-white input[type=url], .input-field-white input[type=time], .input-field-white input[type=date], .input-field-white input[type=datetime], .input-field-white input[type=datetime-local], .input-field-white input[type=tel], .input-field-white input[type=number], .input-field-white input[type=search], .input-field-white textarea.materialize-textarea {
    border-bottom: 1px solid #fff;
    box-shadow: none !important
}

.input-field-white input:not([type]):focus:not([readonly]), .input-field-white input[type=text]:focus:not([readonly]), .input-field-white input[type=password]:focus:not([readonly]), .input-field-white input[type=email]:focus:not([readonly]), .input-field-white input[type=url]:focus:not([readonly]), .input-field-white input[type=time]:focus:not([readonly]), .input-field-white input[type=date]:focus:not([readonly]), .input-field-white input[type=datetime]:focus:not([readonly]), .input-field-white input[type=datetime-local]:focus:not([readonly]), .input-field-white input[type=tel]:focus:not([readonly]), .input-field-white input[type=number]:focus:not([readonly]), .input-field-white input[type=search]:focus:not([readonly]), .input-field-white textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: none !important
}

.input-field-white input:not([type]):focus:not([readonly]) + label, .input-field-white input[type=text]:focus:not([readonly]) + label, .input-field-white input[type=password]:focus:not([readonly]) + label, .input-field-white input[type=email]:focus:not([readonly]) + label, .input-field-white input[type=url]:focus:not([readonly]) + label, .input-field-white input[type=time]:focus:not([readonly]) + label, .input-field-white input[type=date]:focus:not([readonly]) + label, .input-field-white input[type=datetime]:focus:not([readonly]) + label, .input-field-white input[type=datetime-local]:focus:not([readonly]) + label, .input-field-white input[type=tel]:focus:not([readonly]) + label, .input-field-white input[type=number]:focus:not([readonly]) + label, .input-field-white input[type=search]:focus:not([readonly]) + label, .input-field-white textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #fff;
}

.input-field-white.input-field .prefix.active {
    color: #fff;
}
.input-field-green .material-icons, .input-field-green label {
    color: #707070

}

.input-field-green input:not([type]), .input-field-green input[type=text], .input-field-green input[type=password], .input-field-green input[type=email], .input-field-green input[type=url], .input-field-green input[type=time], .input-field-green input[type=date], .input-field-green input[type=datetime], .input-field-green input[type=datetime-local], .input-field-green input[type=tel], .input-field-green input[type=number], .input-field-green input[type=search], .input-field-green textarea.materialize-textarea {
    border-bottom: 1px solid #707070;
    box-shadow: none !important
}

.input-field-green input:not([type]):focus:not([readonly]), .input-field-green input[type=text]:focus:not([readonly]), .input-field-green input[type=password]:focus:not([readonly]), .input-field-green input[type=email]:focus:not([readonly]), .input-field-green input[type=url]:focus:not([readonly]), .input-field-green input[type=time]:focus:not([readonly]), .input-field-green input[type=date]:focus:not([readonly]), .input-field-green input[type=datetime]:focus:not([readonly]), .input-field-green input[type=datetime-local]:focus:not([readonly]), .input-field-green input[type=tel]:focus:not([readonly]), .input-field-green input[type=number]:focus:not([readonly]), .input-field-green input[type=search]:focus:not([readonly]), .input-field-green textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #00995d;
    box-shadow: none !important
}

.input-field-green input:not([type]):focus:not([readonly]) + label, .input-field-green input[type=text]:focus:not([readonly]) + label, .input-field-green input[type=password]:focus:not([readonly]) + label, .input-field-green input[type=email]:focus:not([readonly]) + label, .input-field-green input[type=url]:focus:not([readonly]) + label, .input-field-green input[type=time]:focus:not([readonly]) + label, .input-field-green input[type=date]:focus:not([readonly]) + label, .input-field-green input[type=datetime]:focus:not([readonly]) + label, .input-field-green input[type=datetime-local]:focus:not([readonly]) + label, .input-field-green input[type=tel]:focus:not([readonly]) + label, .input-field-green input[type=number]:focus:not([readonly]) + label, .input-field-green input[type=search]:focus:not([readonly]) + label, .input-field-green textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #00995d
}

.input-field-green.input-field .prefix.active {
    color: #00995d
}

.checkRequired {
    display: none
}

.checkInvalid {
    display: block !important;
    margin: 20px 10px 5px;
    padding: 10px;
    background-color: rgba(177, 0, 6, 0.66);
    color: #fff;
    border-radius: 5px
}

.img-logo-menu {
    width: 60%
}

.logo-menu {
    height: auto
}

.logo-menu > a {
    height: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.logo-menu > a:hover {
    background-color: inherit !important;
}
.titulo-menu > a:hover{
    background-color: inherit !important;
}
li .input-pesquisa input[type=search] {
    border: none !important;
}

.relatorio td{
    padding: 5px 5px !important;
}
.relatorio th{
    padding: 15px 5px !important;
    border-radius: 0px !important;
}

.carregando{
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.7);
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.carregando .preloader-wrapper{
    z-index: 999;
    position:fixed; /*it can be fixed too*/
    left:0 !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;
    margin:auto !important;
    overflow: hidden !important;
}

.font-size-2{
    font-size: 2rem;
}
.font-size-1-5{
    font-size: 1.5rem;
}
.font-size-1{
    font-size: 1rem;
}
.font-size-0-9{
    font-size: .9rem;
}
.font-size-0-8{
    font-size: .8rem;
}
.font-size-0-7{
    font-size: .7rem;
}
.font-size-0-6{
    font-size: .6rem;
}
.font-size-0-5{
    font-size: .5rem;
}
.font-size-0-4{
    font-size: .4rem;
}
.font-size-0-3{
    font-size: .3rem;
}
.font-size-0-2{
    font-size: .2rem;
}
.font-size-0-1{
    font-size: .1rem;
}

.card-head{
    padding:1rem 2rem;
}
.min-heigth-card{
    min-height: 150px;
}

.tabs.green.darken-2 .indicator, .tabs.green.darken-3 .indicator, .tabs.green.darken-4 .indicator {
    background-color: #00C853;
}
.tabs.green.darken-2 .tab a:hover, .tabs.green.darken-2 .tab a.active,
.tabs.green.darken-3 .tab a:hover, .tabs.green.darken-3 .tab a.active,
.tabs.green.darken-4 .tab a:hover, .tabs.green.darken-4 .tab a.active{
    color: #00C853;
}
.tabs.green.darken-2 .tab a, .tabs.green.darken-3 .tab a, .tabs.green.darken-4 .tab a{
    color: rgba(0, 200, 83,0.7);
}

.tudo{
    min-height: 100%;
    position: relative;
}

* html .tudo {
    height: 100%; /* hack para IE6 que trata height como min-height */
}

html, body {
    height: 100%;
}

.dropdown-responsive{
    width: auto !important;
    top: auto !important;
}

.hover-circle:hover{
    border-radius: 50%;
    margin: -8px;
    padding: 8px;
    background-color: rgba(0,0,0,0.12);
    transition: 5ms;
}


.tabs.tabs-white .tab a {
    color: #fff0f2;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: color .28s ease;
}

.tabs.tabs-white .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    /*color: orange;*/

}
.tabs-novo {
     background-color: transparent !important;
    
}
.tabs .tab a{
    color: #00995d !important;
}

.tabs .tab a:hover, .tabs .tab a.active{
    color: orange !important;
    font-weight: bold !important;
}

.tabs.tabs-white .tab.disabled a,
.tabs.tabs-white .tab.disabled a:hover {
    color: #fff0f2;
    cursor: default;
}

.tabs.tabs-white .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #a5d6a7;
    will-change: left, right;
}

@media print {
    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em
    }

    @page {
        margin: .5cm
    }

    * {
        visibility: hidden
    }

    .hidden-sm, .hidden-xs{
        display:block !important;
        visibility: visible !important;
    }

    .printable{
        -webkit-print-color-adjust: exact;
        font-size: 10px;
        line-height: 1.2;
        border-bottom: 10px solid #000 !important;
    }

    .printable * {
        -webkit-print-color-adjust: exact;
        visibility: visible !important;
    }

    .printable .img-logo {
        width: 4.3cm
    }

    .no-printable * {
        visibility: hidden !important;
        left: 0;
        top: 0;
        position: fixed
    }

    .printable-borda-bottom{
        border-bottom: 2px dashed #000000;
        margin-bottom: 0px;
    }

    .text-protocolo{
        font-size: 12pt;
        margin-left: 3cm;
        margin-right: 3cm;
    }

    .titulo-protocolo{
        font-size: 15pt;
    }

    .no-desktop{
        padding-top: -5px;
    }

    .hide-all{
        position: absolute;
        float: left;
    }

    .no-printable {
        visibility: hidden !important;
        left: 0;
        top: 0;
        position: fixed
    }
    .page-footer .no-printable {
        display: none;
    }

    .page-break-antes {
        page-break-before: auto;
        page-break-inside: avoid;
    }
    .page-break-depois {
        page-break-after: auto;
        page-break-inside: avoid;
    }

    .page-break-antes-force {
        page-break-before: always;
    }

    .page-break-depois-force {
        page-break-after: always;
    }
}

@media screen {
    .no-desktop {
        visibility: hidden !important;
        left: 0;
        top: 0;
        position: fixed
    }

    .hide-all {
        visibility: hidden !important;
        left: 0;
        top: 0;
        position: fixed
    }
}
.texto-branco{
	color:#FFF;
}
.texto-cinza-escuro{
	color: #505050;
}
.texto-cinza-claro{
	color: #C4CBCF;
}
.texto-centro{
	text-align:center;
}
.texto-azul{
	color:#009CA6;
}
.texto-vermelho{
	color:#ED1651;
}
.texto-verde{
	color:#00995d;
}
.texto-magenta{
	color:#ED1651;
}
.texto-laranja{
	color:#e35205;
}
.texto-violeta{
	color:#A3238E;
}
.texto-critico{
	color:#B1D34B;
}
.texto-petroleo{
	color:#0A5F55;
}
.texto-negrito{
	font-weight:bold;
}
/* ----Tamanho fontes---- */

.fonte-7px{
	font-size: 7px;
}
.fonte-8px{
	font-size: 8px;
}
.fonte-9px{
	font-size: 9px;
}
.fonte-10px{
	font-size: 10px;
}
.fonte-11px{
	font-size: 11px;
}
.fonte-12px{
	font-size: 12px;
}
.fonte-13px{
	font-size: 13px;
}
.fonte-14px{
	font-size: 14px;
}
.fonte-15px{
	font-size: 15px;
}
.fonte-16px{
	font-size: 16px;
}
.fonte-17px{
	font-size: 17px;
}
.fonte-18px{
	font-size: 18px;
}
.fonte-19px{
	font-size: 19px;
}
.fonte-20px{
	font-size: 20px;
}
.fonte-21px{
	font-size: 21px;
}
.fonte-22px{
	font-size: 22px;
}
.fonte-23px{
	font-size: 23px;
}
.fonte-24px{
	font-size: 24px;
}
.fonte-25px{
	font-size: 25px;
}
.fonte-250porc{
	font-size: 250%;
}
.girar-imagem{
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}
 .cartaoCNS
        {
        	background-repeat:no-repeat;
        	background-image: url("../imagens/Cartao_CNS_740.png");
    }
 .cartaoCNSreduzido
        {
        	background-repeat:no-repeat;
        	background-image: url("../imagens/Cartao_CNS_reduzido.png");
    }
 .cartaoidentificacao
        {
        	background-repeat:no-repeat;
        	background-image: url("../imagens/cartao_cod_cartao.png");
    }

/*FIM ----Tamanho fontes---- */
