﻿@import url("/OutSystemsUIWeb/Theme.BaseTheme.css?2886");

:root {
    --color-primary: #005caa; /*primary-color*/
    --color-primary-hover: #005caa; /*primary-color*/
    --color-secondary: #005caa; /*primary-color*/
}

.ThemeGrid_Container {
    max-width: 1350px;
}

.layout-top .header .ThemeGrid_Container {
    margin-top: 20px;
}

.phone .layout-top .header .ThemeGrid_Container {
    margin-top: 50px;
    padding-bottom: 20px;
}

.header-content {
    width: 100%;
    margin-top: 30px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');



.Header.ThemeGrid_Wrapper{
    background: transparent;
    color: inherit;
}


html .ThemeGrid_Container {
    /* max-width: 100%; */
    padding: 0px;
}

.Footer,.Footer .ThemeGrid_Wrapper{
    margin-top: 0px;
    padding: 0;
    background: transparent;
}






/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    font-size: 16px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    /* font-size: 100%; */ /* 1 */
    /* -webkit-text-size-adjust: 100%; */ /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    /* margin: 0; */
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */


html,
button,
input,
select,
textarea {
    /* color: #222; */
}

img {
    vertical-align: middle;
}

.app-logo {
    width: 50%;
}

.tablet .app-logo {
    width: 100%;
    margin-top: 25px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

input {
    border: 0;
}

.flex-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.content-boxed {
    position: relative;
    width: 1305px;
    height: 100%;
    margin: 0 auto;
    filter: blur(-50);
}

.title-content {
    position: relative;
    width: 75%;
    height: 100;
}

.title-portal {
    font-size: 1em;
}

/*-----------------------------*/

section {
    position: relative;
    width: 100%;
    height: auto;
}

.filter,
footer {
    background: url(1201167.jpg?26101&26115&26116&26121&26125&26130&26204&26207&26216&26220&26258&26276&26278&26283&26323&1171&26411&26454&1288);
    background-repeat: no-repeat;
    background-size: inherit;
    position: relative;
    height: auto;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.button-sarch {
    height: 34px;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
}

.filter-adjective {
}

.filter-adjective .button {
    background: #FCFCFC;
    padding: 8px 17px;
    margin-right: 30px;
    width: 170px;
    color: #333;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}

.filter-adjective .button:hover{
    text-decoration: none;
}

.sistemas.selected {
    background: #1d81a2;
    color: #fff;
}

.portais.selected {
    background: green;
    color: #fff;
}

.paineis.selected {
    background: #e39a13;
    color: #fff;
}

.informativos.selected {
    background: #acacac;
    color: #fff;
}


.filter-adjective .button>span {
   margin-right: 6px;
}


.galery {
    padding: 5px 0;
    min-height: 500px;
    background: #F3F3F3
}

.galery>.content-boxed {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;

}

.galery>.content-boxed>.painel {
    margin: 20px;
}

/*--------------------------*/
.painel {
    background: #fff;
    position: relative;
    width: 260px;
    height: 271px;
    overflow: hidden;
    /*border-radius: 8px;
    box-shadow: 0 0 3px 0 rgba(229, 143, 143, 0.3);*/
    padding: 4px 13px 13px 13px;
    transition: 0.3s;
}

.painel:hover{
    transform: scale(1.1);
}

.painel-top {
    width: 100%;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bedge-area {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.bedge-area:hover .bedge-tooltip {
    display: block;
}


.bedge-area .bedge-tooltip {
    display: none;
    font-size: 0.72em;
    width: 85px;
    position: absolute;
    top: 0px;
    left: 19px;
    background: #000000ba;
    padding: 2px 8px;
    color: #fff;
    text-align: left;
    border-radius: 8px;
}

.content-action {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fab15e;
}

.painel-picture {
    width: 100%;
    height: 132px;
    background: grey;
    overflow: hidden;
}

.painel-info {
    width: 100%;
    height: 74px;
    padding-top: 8px;
}

.painel-info .info {
    width: 100%;
    height: 51px;
    padding: 8px 1px;
    font-size: 12px;
}

.info strong {
    font-weight: 700;
}


.painel-info h3 {
    font-weight: 700;
    font-size: 1.0em;

}

.painel-action {
    width: 90%;
    padding: 6px 12px;
    background: lightgray;
    border-radius: 8px;
    font-size: 0.8em;

}

.painel-content {
    background: #181717e0;
    color: #fff;
    position: absolute;
    overflow: hidden;
    text-align: right;
    top: 100%;
    left: 0;
    width: 94%;
    height: 100%;
    padding: 9px 13px;
    transition: 0.5s;
}

.painel-content.open {
    top: 0;
}

.close,
.content-action {
    cursor: pointer;
}

.p-conteudo {
    overflow: hidden;
    text-align: left;
    color: #fff;
    width: 94%;
    height: 90%;
}

/*------------------------*/
footer {
    height: 100px;
    text-align: center;
}

footer::before,
.filter::before {
    background:
    #0277bda6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(0);
    content: "";
}

/*---------------*/

@media(max-width: 820px) {
    .content-boxed {
       width: 655px;
    }
    .logo-cni {
       height: 55px;
        
    }
    .title-portal {
        font-size: 20px;
    }
    .filter-adjective button {
       margin-right: 30px;
       
    }
    #informativos{
        margin-top: 20px;
    }

}

@media(max-width: 520px) {
    .title-portal {
        font-size: 18px;
    }

}

@media(max-width:320px){
    .content-boxed.flex-row{
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        height: 110px;
        OVERFLOW: HIDDEN;
        TOP: 7PX;
    }

    .filter-adjective .button {
        background: rgb(255, 255, 255);
        border: none;
        padding: 6px 10px;
        margin-right: 16px;
        width: 134px;
        text-align: left;
        /* margin-top: 20px; */
        top: 20px;
        /* margin: 0 auto; */
        font-size: 14px;}
    
    #paineis{
        margin-top: 22px;
    }
    
    header {
        width: 100%;
        height: 126px;
    }
     .content-boxed{
         width: 320px;
     }

     input[type="search"] {
        padding: 0.5em 0.437em;
        padding-right: 1.95em;
        width: 256px;
        font-size: 14px;
    }

    .search {
        position: relative;
        top: 27px;
        left: 20px;
        width: 287px;
    }

    .title-portal {
        font-size: 19px;
    }

    .filter-adjective {
        top: 58px;
        left: 20px;
        width: 100%;
    }   
}

.font-card {
    font-size: 12px;
}

.text-ellipsis a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.system-detail-tooltip {
    text-align: initial;
    background-color: #444444;
    color: #FFF;
    border-radius: 4px;
    border: none;
}

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
    opacity: 0.9;
    border: none;
}

.balloon-title {
    border-bottom: none;
}



input[type="checkbox"],
input[type="radio"] {
    border: 0;
    padding: 0;
    display:none;
}

.header-center {
    font-size: 24px;
    font-weight: bold;    
}

.phone .header-center {
    font-size: 14px;
    flex: inherit;
}

.tablet .menu-icon{
    width: 25px;
}

.header .Menu_DropDownPanel a:hover {
    background-color: var(--color-neutral-3);
}

.menu-icon {
    width: 50%;
}

.Menu_TopMenu {
    height: auto;
}