#popover-rename {
    max-width: 780px;
}

#popover-rename .popover-content {
    width: 775px;
}

#popover-rename div.item div.form-group {
    width: 700px;
}

div#popover-delete div.popover-content,
div#popover-structure-columns div.popover-content{
    min-width: 300px;
    max-width: 500px;
    max-height: 500px;
    overflow-y: scroll;
}

[class*="contenttype-"]::before {
    font-family: "Fontello";
    font-size: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    left: inherit;
    display: inline-block;
    color: inherit;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 6px;
}
.contenttype-evento::before { content: '\e809'; }
.contenttype-file::before { content: '\e811'; }
.contenttype-banner::before { content: '\e834'; }
.contenttype-collective-cover-content::before { content: '\e834'; }
.contenttype-collection::before { content: '\e808'; }
.contenttype-image::before { content: '\e810'; }
.contenttype-link::before { content: '\e806'; }
.contenttype-news-item::before { content: '\e80f'; }
.contenttype-folder::before { content: '\e801'; }
.contenttype-document::before { content: '\e80e'; }
.contenttype-wildcardaudio::before { content: '\e834'; }

.br-pagination ul {
    padding: 0;
    margin: 15px 0;
}

.br-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

@font-face {
    font-family: 'icomoon';
    src:  url('++resource++gov.cidades/fonts/icomoon.eot?81hnri');
    src:  url('++resource++gov.cidades/fonts/icomoon.eot?81hnri#iefix') format('embedded-opentype'),
      url('++resource++gov.cidades/fonts/icomoon.ttf?81hnri') format('truetype'),
      url('++resource++gov.cidades/fonts/icomoon.woff?81hnri') format('woff'),
      url('++resource++gov.cidades/fonts/icomoon.svg?81hnri#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contenttype-app::before {
    font-family: 'icomoon';
    content: "\e900";
    font-size: 12px;
}

.contenttype-wildcardvideo::before {
    font-family: 'icomoon';
    content: "\e90c";
    font-size: 12px;
}

.contenttype-wildcardaudio::before {
    font-family: 'icomoon';
    content: "\e901";
    font-size: 12px;
}

.contenttype-banner::before {
    font-family: 'icomoon';
    content: "\e902";
    font-size: 12px;
}

.contenttype-collective-cover-content::before {
    font-family: 'icomoon';
    content: "\e903";
    font-size: 12px;
}

.contenttype-categoria:before {
    font-family: 'icomoon';
    content: "\e904";
    font-size: 12px;
}

.contenttype-pastafixa:before {
    font-family: 'icomoon';
    content: "\e909";
    font-size: 12px;
}

.contenttype-servicofederal:before {
    font-family: 'icomoon';
    content: "\e90a";
    font-size: 14px;
}

.contenttype-servico:before {
    font-family: 'icomoon';
    content: "\e90b";
    font-size: 14px;
}

.contenttype-secretaria::before {
    font-family: 'icomoon';
    content: "\e90d";
    font-size: 15px;
}

.contenttype-etapa::before {
    font-family: 'icomoon';
    content: "\e903";
}

.template-folder_contents .contenttype-app::before {
    font-size: 15px;
}

.template-folder_contents .contenttype-wildcardaudio::before {
    font-size: 15px;
}

.template-folder_contents .contenttype-categoria:before {
    font-size: 15px;
}

.template-usergroup-userprefs .formControls {
    margin: 0;
    padding-left: 0;
}

.template-usergroup-userprefs .showAllSearchResults {
    margin-left: 4px;
}

.template-usergroup-userprefs .pagination {
    margin-left: -38px;
}

#form-widgets-servico_tempo_estimado_numerico {
    width: 14%;
}

.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-list-title span,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-list-title select,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-list-image span,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-list-image select,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-collection-image span,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-collection-image select,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-collection-header span,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-collection-header select,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-collection-title span,
.portaltype-collective-cover-content.template-layoutedit #formfield-collective-cover-collection-title select {
    display: none;    
}

#sidebar #tiles-list li a {
    width: 78px;
    height: 78px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sidebar.fixed {
    padding-left: 140px;
}

@media (max-width: 767px) {
    #sidebar.fixed {
        position: relative;
        padding-left: 17px;
    }

    .layout.sidebar-fixed {
        padding-top: 0;
    }
}

#popover-properties .popover-content,
.upload-container.upload-multiple .upload-area {
    overflow: auto;
    max-height: 60vh;
}