html, form {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    background: #525659;
}

* {
    border-radius: 0 !important;
}

#txt_arquivos {
    height: 1px;
    visibility: hidden;
}

.height_100 {
    height: 100%
}

.leftColumn {
    overflow: scroll;
    overflow-x: hidden;
    background: #FFF;
}

#pdf {
    overflow: hidden;
    background: #FFF;
}

.content {
    padding: 10px;
}

#pdf object {
    display: block;
    width: 100% !important;
}

.custom-sidebar, .custom-content {
    padding-left: 0;
    padding-right: 0;
}

.custom-panel-heading h1 {
    margin: 0;
    font-size: 22px;
    line-height: 30px; /*text-transform: uppercase;*/
}

.custom-label .label {
    font-weight: normal !important;
    font-size: 100%;
    padding: .3em .6em .3em;
    display: block;
    text-align: left;
    white-space: normal;
    line-height: 1.2;
}

.custom-label .hitarea + .label {
    padding: .4em .6em .4em;
}

.custom-label .label strong {
    font-weight: normal;
}

.custom-label .badge {
    border-radius: 10px !important;
    font-weight: normal;
    font-size: 11px;
}

.btn-controls a {
    font-size: 11px;
}

.ajustaMargemAssinatura {
    margin-left: -4%;
    margin-right: -4%;
}

/*.treeview li{ padding: 1px 0pt 1px 28px; }*/
/*.treeview .hover{ color: #fff; }*/
/*.treeview ul{ margin-top: 1px; }*/
/*.treeview .expandable-hitarea, .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea{ background-position: -80px -5px; }*/
/*.treeview .hitarea{ height: 28px; width: 28px; margin-left: -29px; background-color: #f00; }*/
/*.treeview .collapsable .hitarea{ background-position: -64px -27px; }*/
/*.treeview li.lastCollapsable, .treeview li.lastExpandable{ background: none; }*/
/*.treeview .lastExpandable-hitarea, .treeview .lastCollapsable-hitarea{ height: 10px; }*/



#leftColumn::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #FFF;
}

#leftColumn::-webkit-scrollbar {
    width: 10px;
    background-color: #FFF;
}

#leftColumn::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.4);
    border-radius: 10px;
    background-color: #EEE;
}

/* //#region Alteracoes */
#frame_pdf {
    text-align: center;
}

    #frame_pdf * {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    #frame_pdf img {
        width: auto !important;
        height: auto !important;
    }

    #frame_pdf p {
        color: #004085;
        background-color: #cce5ff;
        border: 1px solid #b8daff;
        padding: 15px;
        margin: 12px 15px;
        font-size: 16px;
        box-shadow: 4px 4px 8px #333
    }

   #frame_pdf p a {
            color: #004085;
            font-weight: bold;
            transition: .2s;
   }

   #frame_pdf p a:hover {
                color: blueviolet;
   }
/* //#endregion Alteracoes */


body.is_mobile .custom-processo-titulo {
    text-align: center;
}
