[name="dCodTipoDocAux"]{display:none;}

html {
    position: relative;
    min-height: 100%;
}

header {
    z-index: 100;
    display: block;
    width: 100%;
    top: 0;
    box-shadow: 0.125rem 0.25rem 0.5rem rgb(0 0 0 / 9%);
}

body {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans';
    background: #fff;
    min-width: 400px;
    min-height: 100vh;
    margin: 0;
}

a:link, a:visited {
    text-decoration: unset;
    color: unset;
}

a:hover, #fileList .gooLink:hover {
    opacity: unset;
}

#btMaisButoes {
    display: none;
}

header .header{
    margin: auto 100px auto 100px;
    background-color: #fff;
    display: flex;
}

.header .lang {
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-size: 17px;
    width: 100%;
    font-family: "idrylfont_v1";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.quickAccessBar {
    display: flex;
    align-items: center;
    gap: 0px;
    color: #0058ac;
    padding: 20px 115px 10px 115px;
    border-bottom: 1px solid;
    border-bottom-color: currentcolor;
    border-color: #ececec;
    font-size: 19px;
}

.quickAccessBar span {
    cursor: pointer;
}

.quickAccessBar {
    background-color: #1D5996;
    padding: 0px 115px 0px 115px;
    margin: 0;
}

.quickAccessBar li {
    list-style: none;
}

.quickAccessBar a:-webkit-any-link {
    color: white;
    text-decoration: none;
}

.shortCut {
    color: white !important;
    background-color: #1D5996;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}

.shotCutAtive, .shortCut:hover {
    background-color: #0c4a89!important;
    border-bottom: 3px solid #052e76;
}

.breadcrumbAlt {
    color: #0058ac;
    padding: 10px 115px 5px 115px;
    border-bottom: 1px solid;
    border-color: #ececec;
    font-size: 19px;
}

.breadcrumbAlt span{
    cursor: pointer;
}

.breadButton {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    color: #0058ac;
    background: none;
    border: none;
    cursor: pointer;
    height: 44px;
    padding: 1px 6px;
    text-decoration: underline!important;
}

.breadButton:hover {
    opacity: unset;
}

nav {
    margin-top: 0;
    width: 100%;
}

.navBarUL {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.icon-home-1:before {
    font-size: 20px !important;
}

.icon-home-1 {
    text-decoration: none!important;
}

.flex-div-2{
    display: flex;
    align-items: center;
    gap: 5px;
}

.lang img{
    cursor: pointer;
    border-radius: 2px;
    width: 30px;
}

.langBtn {
    border: none;
    background: none;
}

.recover-pass {
    cursor: pointer;
    text-decoration: underline;
    color: #7e7e7e;
    font-family: 'OpenSans', sans-serif;
    font-size: 12px;
    margin-top: 15px;
}

.recover-pass-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc {
    width: 250px;
}

.user-login{
    width: 125px;
}

footer.footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 60px;
    box-shadow: 0.125rem -0.25rem 0.5rem rgb(0 0 0 / 9%);
    margin: auto 0 0 0;
}

footer > div {
    padding: 40px 0px;
}
footer .dadosCPL p{
    margin:0px;
    font-size: 14px;
    color: #000;
    text-align: left;
}

.footer .selo-prata {
    height: 55px;
    width: 55px;    
}

.footer .cofinanciado {
    padding: 0 30px;
}

#preContainer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container{
    z-index: 99;
}

.cpl-logo{
    height: 100px;
    margin: 10px 0 0 0;
}

.container .area-div{
    display: flex;
    justify-content: center;
    padding: 20px 110px;
    gap: 80px;
}

.container .area-div .card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    padding: 25px;
    height: 360px;
    width: 350px;
    box-shadow: 0.125rem 0.25rem 0.5rem rgb(0 0 0 / 30%);
}

.title-div h1.title{
    color: rgb(53, 125, 194);
    font-size: 36px;
    font-family: 'Open sans', sans-serif;
    margin-left: 95px;
    letter-spacing: 1px;
}

.title-div{
    padding: 20px;
}

button.enter-area{
        outline: none;
    background-color: transparent;
    color: #357dc2;
    border-radius: 4px;
    padding: 12px 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #357dc2;
}

.enter-area:hover{
    background-color: #357dc2;
    color: #fff;
}

.card .title{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(53, 125, 194);
    margin-bottom: 0.75rem;
    width: 100%;
}

.card .abstract{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #474641;
    margin-bottom: 1rem;
    min-height: 36px;
}

.card .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
}


.loginForm {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 290px;
    height: 227px;
    justify-content: center;
    align-items: center;
    left: 43%;
    top: 35%;
    z-index: 9999;
    background: #fff;
    border-radius: 8px;
}


.recoverForm {
    position: absolute;
    display: flex;
    width: 290px;
    height: 227px;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 12%;
    gap: 15px;
    z-index: 9999;
    background: #fff0;
    border-radius: 8px;
}

.loginForm .user {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border: 1px solid #d6d6d6;
    height: 2.6em;
    color: #494949;
    box-shadow: none;
    border-radius: 6px;
    border-width: 1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0;
}

.recoverForm .email {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border: 1px solid #d6d6d6;
    height: 2.6em;
    color: #494949;
    box-shadow: none;
    border-radius: 6px;
    border-width: 1px;
}


.loginForm input.user:focus {
    border-color: #0070c9;
    box-shadow: 0 0 0 1px #0070c9;
    border-bottom: 2px solid #0070c9;
    z-index: 2;
}

.recoverForm input.email:focus {
    border-color: #0070c9;
    box-shadow: 0 0 0 1px #0070c9;
    z-index: 2;
}

.loginForm .password {
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    border: 1px solid #d6d6d6;
    height: 2.6em;
    color: #494949;
    box-shadow: none;
    border-radius: 6px;
    border-width: 1px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    z-index: 2;
}


.loginForm input.password:focus {
    border-color: #0070c9;
    box-shadow: 0 0 0 1px #0070c9;
}


.loginForm .buttonLogin {
    width: 95px;
}

.loginForm .buttonCancel {
    width: 95px;
}

.loginWrapper{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 999;
    background: #00000075;
}

.loginWrapper .loginForm .buttonsDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.loginWrapper .loginForm .msgDiv {
    margin-top: 10px;
    font-size: 10pt;
    font-family: 'Open sans', sans-serif;
}

.loginForm button{
    cursor: pointer;
    margin-right: 8px;
    border: none;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    background: #0071e3;
    transition: all 0.5s;
}

.loginForm button:hover{
    background: #0077ed;
}

.recoverForm button{
    cursor: pointer;
    margin-right: 8px;
    border: none;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    background: #0071e3;
    transition: all 0.5s;
}

.recoverForm button:hover{
    background: #0077ed;
}


.slide-fade-enter-active {
    transition: all .5s ease;
}
.slide-fade-leave-active {
    transition: all .3s ease;
}
.slide-fade-enter-from{
    opacity: 0;
}
.slide-fade-leave-to {
    opacity: 0;
}


/* ShowInfo */

.infBar {
    top: 0;
}
/*
.infBar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #2196f3;
    transition: height .4s linear;
    height:0;
    overflow:hidden;
}
.infBar span {
    line-height: 44px;
    padding: 8px;
    padding-left: 20px;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 1pt;
    font-weight: bold;
    font-size: 13pt;
    color: #fff;
}
*/

.breadcrumbPortal{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0058ac;
    padding: 20px 115px 10px 115px;
    border-bottom: 1px solid;
    border-color: #ececec;
    font-size: 19px;
    font-family: 'Open sans', sans-serif;
    box-shadow: none;
    border-radius:0;
    float: none;
}
.breadcrumbPortal span{
    cursor: pointer;
}
a.link, .link {
    text-decoration: underline;
    color: #0058ac;
    margin-right: 5px;
}

@media screen and (max-device-width: 600px){
    .gooLink img {
        margin: 3px;
    }
    .container .area-div {
       padding: 0px 6px;
       display:block;
    }
    input[name$="Nome"] {
        width: 350px !important;
    }
    .display-field[for], .editor-field[for] {
        min-width: 444px !important;
    }
    
    div#goo-col-html-40-30 {
        width: 400px !important;
    }
    
    a.gooLink.lov-icon {
        float: left;
    }
    .icons-content-of-field {
        background-color: transparent;
        right: 25px;
    }
    #agrega-forms {
        padding-bottom: 0px !important;
    }
    .display-label, .editor-field {
        min-width: 400px !important;  
    }
}

@media screen and (max-width: 800px) {
    footer.footer{
        flex-flow: column;
    }
}
@media screen and (max-height: 1000px) {
    footer.footer{
        position: sticky;
    }
}
@media screen and (max-width: 1100px) {
    footer.footer{
        position: sticky;
    }
    .area-div{
    	flex-wrap: wrap;
	}
}

