﻿@charset "UTF-8";
body {
	font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Calibri, Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #444;
	line-height:1.2;
	*margin-top:0 !important;            
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAANElEQVQIW2P89evXfwY08Pv3bwZGdAmQICsrK6oETBBkAFwHsiBcAl0QLPH169f/IDPRAQDWpCaGXX55iAAAAABJRU5ErkJggg==) repeat;    
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.show_480,
.show_640,
.show_1024 {
	display: none;
}


#corpo {
	padding: 36px 0px 25px 0px;
}


.col260 {
    width: calc(100% - 260px) !important;
    padding-left: 25px;
}

#menu {
    /*AQUI*/
    /*background-color: #075E7F;*/
    /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);*/
    float: left;
    width: 80%;
}

    #menu ul {
        float: left;
    }

        #menu ul li {
            float: left;
            margin: 21.5px 5px;
            padding: 5px 0px;
        }

            #menu ul li a {
                padding: 15px 10px;
                /* AQUI */
                color: #787878;
                font-size: 19px;
                font-weight: 600;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            }

                #menu ul li a:hover {
                    text-decoration: none;
                    background-color: #fff;
                    color: #237999;
                    border-bottom: solid 4px #237999;
                }

.menuActive {
    border-bottom: solid 4px #237999;
    color: #237999 !important;
}


#cabecalho {
    background-color: #fff;
    /* background-image: url(../imagens/base_cabecalho.png); */
    background-repeat: repeat-x;
    background-position: center 0px;
    float: left;
    width: 20%;
    max-width: 182px;
}

#areaCentralizada {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    height: 80px;
}

#cabecalhoConteudo {
    display: block;
    /* background-image: url(../imagens/ilustra_cabecalho.png); */
    /* background-position: 252px bottom; */
    background-repeat: no-repeat;
    background-image: url(../../../portal/imagens/ilustra_cabecalho.png);
}

#cabecalho #marca {
    width: 165px;
    height: 69px;
    float: left;
}

a {
    font-weight: normal;
    text-decoration: none;
    color: #2A6496;
}

.titulo-site {
    position: absolute;
    margin-left: 650px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 27px;
    color: #2A6496;
    font-weight: bold;
}

#cabecalho #marca img {
    width: 100%;
    height: auto;
}

ol, ul {
    list-style: none;
    padding-left: 0px;
}

#rodape {
	padding: 0px 0px;
	background-color: #f3f3f3;
	width: 100%;
	bottom: 0;
    text-align: center;
    position: fixed;
    font-size: 11px;
}



.painel {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    padding-left: 1px !important;
    border-radius: 10px;
    box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.06);
}

.painel fieldset {
    margin: 0;
}

.painel .icone {
    position: absolute;
    height: 22px;
    margin-left: -3%;
    margin-top: 3px;
    border-left: solid 3px #3195B3;
}

.painel h1 {
	margin-bottom: 10px;
	color: #2A6496 !important;
	text-transform: uppercase;
}


@media (max-width: 64.000em) and (min-width: 52.563em) {
    body { font-size: 10px; }
   .w100_640 { padding-left: 8%; }
}

@media (max-width: 52.500em) {
     body { font-size: 15px; }
    .hide_480 {display: none !important;}
    .hide_640 {display: none !important;}
    .show_480 {display: block !important}
    .w100_640 {width: 100% !important;}
    .col260 {width: 100%!important;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .titulo-site {
        position: absolute;
        margin-left: 750px;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 27px;
        color: #2A6496;
        font-weight: bold;
    }
}

   
    .botao {
	    padding: 5px 10px 6px;
    }


@-moz-document url-prefix() {
    .ico-botao {
        position: absolute;
        margin: 9px 5px 5px 5px;
    }

    option {
        background-color: #FFFFFF !important;
    }

    .titulo-site {
        position: absolute;
        margin-left: 700px;
        font-size: 20px;
        text-transform: uppercase;
        margin-top: 27px;
        color: #2A6496;
        font-weight: bold;
    }
}

.painel {
    width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    padding-left: 1px !important;
    border-radius: 10px;
    box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 7px 7px 6px 0px rgba(0, 0, 0, 0.06);
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

legend {
    border-bottom: none !important;
}

legend, h3, .k-button2 {
    color: #237999;
    font-weight: 400;
}

h3 {
    margin-top: 0px;
}

.k-upload-button, .k-button2 {
    background: #237999 !important;
    color: #FFFFFF !important;
    font-size: 14px;
    text-decoration: none;
    margin-right: 4px;
    border-radius: 5px;
    border-width: 0px;
    padding: 10px 20px;
    text-transform: none !important;
    margin-bottom: 15px;
    outline: none !important;
}

.mL-10 {
    margin-left: -10px;
}

.w100 {
    width: 100%!important;
}

.w235 {
    width: 260px !important;
}


.wi-layout-basic {
    padding-top: 0px !important;
}

.divLinha {
    border-top: 1px solid #f3f3f3;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.footer-body {
    display: flex;
    justify-content: flex-end;
    margin-right: 8px;
}

#txtProtocolo {
    border: none !important;
    background-color: rgb(248,248,248) !important;
}

#alert-box-button-0{
    margin-left: 78px;
}

.wi-full-content {
    height: 86% !important;
}

.k-grid-content{
    overflow-y: auto;
}


@media (max-width:1367px) {
    .footer-body {
        margin-right: 6px!important;
    }
}
