.parent-container {
    text-indent: 5px;
}
.container {
    float: left;
    width: 100%;
}
.container input[type='text'] {
    width: 93%;
}
.container label {
    white-space: nowrap;
    padding: 3px 0 0 0;
}
.parent-container .container {
    width: 99.5%;
}
.parent-container .container input[type='text'] {
    width: 92%;
}
.large-container {
    clear: both;
    float: left;
    width: 50%;
}
.large-container input[type='text'] {
    width: 94%;
}
.medium-container {
    float: left;
    width: 31%;
}
.medium-container input {
    width: 93%;
}
.parent-container .medium-container input {
    width: 69%;
}
.small-container {
    float: left;
    width: 22%;
}
.small-container input {
    width: 86%;
}
.smaller-container {
    float: left;
    margin-right: 8px;
    width: 28%;
}
.smaller-container input {
    width: 80%;
}
.smaller-container label {
    white-space: nowrap;
}
.smaller-button-edit,
.smaller-button-plus,
.smaller-button-minus {
    width: 22px;
    place-items: end;
    padding: 8px 10px;
    cursor: pointer;
    background: none;
}
.top-button {
    margin-top: 23px;
}

/* Inputs */
input:disabled,
form input.text-input:disabled {
    cursor: not-allowed;
    background-color: rgb(240, 240, 240);
}

/************ Gerenciador de Estantes ************************/
.inicio {
    position: relative;
    float: left;
}
.right {
    float: right;
}
a.default-a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.inicio a {
    cursor: pointer;
}
.inicio .default-a {
    cursor: default;
}
.inicio .top {
    top: 0;
}
.inicio .bottom {
    bottom: 0;
}
#basic-modal-content {
    display:none;
}
/* Overlay */
#simplemodal-overlay {
    background-color: #000;
    cursor: wait;
}
/* Container */
#simplemodal-container code {
    background-color: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}
#simplemodal-container a {
    color: #ddd;
}
#simplemodal-container a.modalCloseImg {
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    right: -22px;
    top: -22px;
    cursor: pointer;
}
.prev1 {
    color: #FFF;
    float: left;
    font-size: 20px;
}
.next1 {
    color: #FFF;
    float: right;
    font-size: 20px;
}
.prev2 {
    color: #000;
    float: left;
    font-size: 20px;
}
.next2 {
    color: #000;
    float: right;
    font-size: 20px;
}
#simplemodal-container h3 {
    color: #84b8d9;
}
.viewer {
    width: 100%;
    height: 500px;
    width:800px;
    border: 1px solid black;
    position: relative;
    background-color: #F0F0F0;
    border-radius: 6px;
}
.wrapper {
    overflow: hidden;
    margin-left: 10%;
    margin-top: 10px;
    width: 810px;
}
.iviewer_common {
    position: absolute;
    bottom: 10px;
    border: 1px solid #000;
    height: 28px;
    z-index: 5000;
}
.iviewer_cursor {
    cursor: 6 8, pointer;
}
.iviewer_drag_cursor {
    cursor: 6 8, pointer;
}
.iviewer_button {
    width: 28px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}
.iviewer_zoom_status {
    left: 160px;
    font: 1em/28px Sans;
    color: #000;
    background-color: #fff;
    text-align: center;
    width: 40px;
}
.iviewer_info_status {
    background-color: #FFFFFF;
    color: #000000;
    font: 1em/28px Sans;
    padding-left: 10px;
    padding-right: 10px;
    left: 210px;
    text-align: center;
}
ul.hierarquia * {
    list-style-position: inside;
    list-style-type: circle;
}
ul.hierarquia li.atual {
    font-weight: bold;
}
ul.hierarquia li.atual ul {
    font-weight: normal;
}
ul.hierarquia ul {
    margin-left: 20px;
}
ul.hierarquia ul ul {
    margin-left: 20px;
}
ul.hierarquia ul ul ul {
    margin-left: 20px;
}
.estado {
    width: 20% !important;
    float:left;
}
.estado select {
    width: 100% !important;
}
.municipio {
    width: 80% !important;
    float: right;
}
.municipio select {
    width: 100% !important;
}
.left {
    float: left;
    width: 130px;
    text-align: left;
}
.right {
    float: right;
    width: 130px;
    text-align: left;
}
.loading {
    z-index: 99999;
}
#documentoPai {
    padding: 5px 0 5px 10px;
}
#documentoFilho {
    padding: 0 0 40px 20px;
    height: auto;
}
.subdocumento {
    padding: 5px 0 5px 15px;
    margin-top: 3px;
}
.icon-subdocumento-pai-filho {
    float: right;
    width: 40px;
}
.documento-resultado-item {
    float: left;
    min-height: 20px;
    overflow: hidden;
}
.icon-subdocumento-pai-filho-remove {
    margin-right: 6px;
    width: 18px;
}
.catalog {
    width: 94%;
}
.campo_obrigatorio {
    color: red;
}
.__upload {
    position: relative;
    width: 500px;
    border: 1px solid;
    padding: 2px !important;
    border-radius: 3px;
}
.__upload .filelist {
    margin: 5px;
}
.__upload .filelist div img {
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}
.__upload button {
    float: right;
}
.error-message {
    color: red;
}
.form-error {
    border-color: red !important;
}
.td_progress {
    width: 380px !important;
}
.ui-progressbar {
    position: relative;
    height: 18px !important;
    font-size: 85% !important;
}
.progress-label {
    position: absolute;
    left: 0;
    padding: 0 5px;
    top: 2px;
    font-weight: normal;
    color: white;
    z-index: 1;
}
.progress-base {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
table .progressbar .ui-progressbar-value {
    border-radius: 3px;
}
table .progressbar .ui-progressbar-value .ui-progressbar-overlay {
    opacity: 0.1;
}
.busca_emprestimo {
    float: left;
    width: 476px;
    max-height: 60px;
    margin-right: 10px;
    text-align: right;
}
.situacao_emprestimo {
    width: 294px;
    text-align: right;
}
.campo input:not(.search_button) {
    width: 100px;
}
.campo_busca {
    min-width: 150px;
    display: inline-block;
}
.vfFormBusca div.input,
.vfFormBusca div.submit {
    float: left;
    width: 20%;
}
.vfFormBusca div.input .text-input {
    width: 90% !important;
}
.vfFormBusca div.input select {
    margin-top: 2px;
    width: 95% !important;
    height: 30px;
}
.vfFormBusca2 {
    padding-left: 10px;
    padding-bottom: 10px;
}
.vfFormBusca2 div.input input {
    width: 100%;
}
.vfFormBusca2 .div-data {
    display: block;
    float: left;
    width: 300px;
}
.vfFormBusca2 .big-input {
    width: 94% !important;
}
.vfFormBusca2 .div-data .data-input {
    width: 90%;
}
.vfFormBusca2 .div-data label {
    width: 180px;
}
.vfFormBusca2 div.submit {
    float: left;
    width: 20%;
}
.vfFormBusca2 div.input select {
    margin-top: 2px;
    width: 95% !important;
    height: 30px;
}
.permissao-usuario-documento {
    float: left;width: 200px;
    border: 1px solid #D3D3D3;
    padding: 4px;
    margin-right: 10px;
    margin-top: 4px;
    border-radius: 6px;
}
.permissao-usuario-documento img {
    vertical-align: text-top;
}
/* Pagination Current Fix */
.pagination span a.current {
    background: none !important;
}
/* End of Pagination Current Fix */
.textspaced {
    margin: 0px 5px;
}

/* Custom Modal Styles */
.custom_modalbox {
    padding: 20px 20px 5px 20px !important;
    margin-top: -50px;
    border: none !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 0.3);
    background-image: radial-gradient(ellipse at center,  rgb(255 255 255 / 0.96) 0%,rgb(249 249 249 / 0.96) 50%,rgb(242 242 242 / 0.96) 100%) !important;
    z-index: 10101 !important;
}
/* tratando o z-index do overlay do modal jquery quando ativar o custom_modalbox */
.custom_modalbox + .ui-widget-overlay {
    z-index: 10100 !important;
}
.custom_modalbox_with_shadow {
    border: none !important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 0.3);
}

/* Mudando tema padrao do jqueryUI */
.custom_modalbox .ui-button .ui-icon,
.custom_modalbox .ui-button:hover .ui-icon,
.custom_modalbox_with_shadow .ui-button .ui-icon,
.custom_modalbox_with_shadow .ui-button:hover .ui-icon,
.rememberbox .ui-button .ui-icon,
.rememberbox .ui-button:hover .ui-icon {
    background-image: url("../images/jqueryui/ui-icons_ffffff_256x240.png");
}

.custom_modal_header {
    background-image: linear-gradient(to right,  rgb(100 100 100 / 0.1) 0%, rgb(100 100 100 / 0) 100%) !important;
}
.custom_modal_header, .custom_modal_header a {
    border-radius: 0 !important;
    border: none !important;
}
.custom_modal_header a:hover {
    margin: -9px 1px 0px 0px !important;
}
.custom_modal_header span {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}
.custom_modal_span {
    line-height: 23px;
    padding-left: 10px;
}
.custom_modal_input {
    border-width: 0 0 1px 0 !important;
    border-color: #eee !important;
    width: calc(100% - 1.5em);
    line-height: 22px;
    padding: 5px 10px;
    margin-bottom: 10px;
    box-shadow: inset 0px 1px 2px 0 rgb(0 0 0 / 0.2);
}
.custom_modal p {
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
.custom_modal_buttonpane {
    background: none !important;
    padding: 2px 0px !important;
}

.custom_modal_button_disabled {
    color: #fff !important;
    text-shadow: rgb(50 50 50 / 0.4) 1px 1px 2px !important;
    background-color: rgb(85, 85, 85) !important;
}

.remember_button,
.custom_modal_button {
    color: #fff !important;
    text-shadow: rgb(50 50 50 / 0.2) 1px 1px 2px !important;
    background-color: rgb(59,103,158) !important;
    box-shadow: 0 1px 1px 0 rgb(50 50 50 / 0) !important;
    transition: all 200ms ease-in-out;
}
.remember_button:hover,
.custom_modal_button:hover {
    text-shadow: rgb(50 50 50 / 0.5) 1px 1px 2px !important;
    box-shadow: 0 1px 1px 0 rgb(50 50 50 / 0.4) !important;
    transition: all 200ms ease-in-out;
}
.custom_modal_button * {
    cursor: pointer !important;
}

.custom_modal_button:disabled * {
    cursor: not-allowed !important;
}

div.ui-dialog-buttonset .bto_fechar {
    background: none !important;
    color: #555 !important;
    text-shadow: rgb(50 50 50 / 0) 1px 1px 2px !important;
    transition: all 200ms ease-in-out;
}
div.ui-dialog-buttonset .bto_fechar:hover {
    color: #333 !important;
    text-shadow: rgb(50 50 50 / 0.2) 1px 1px 2px !important;
    transition: all 200ms ease-in-out;
}
/* End of Custom Modal Styles */

.situacao-conferencia {
    color: red;
    font-size: 14px;
}
/* End of Custom Modal Styles */

/* New buttons icons */
.new-buttons-icons {
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer !important;
    width: auto;
    max-width: 100px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 5px 5px 0;
    padding: 10px 10px 4px !important;
    border-radius: 3px;
    background-color: rgb(244,244,244);
    background-image: linear-gradient(to bottom, rgb(244,244,244) 0%,rgb(225,225,225) 4%,rgb(241,241,241) 59%,rgb(241,241,241) 59%,rgb(246,246,246) 100%);
}
.new-buttons-icons:hover {
    box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 0.1);
}
.new-buttons-icons a {
    display: block;
    padding: 5px !important;
}
.new-buttons-icons i {
    font-size: 25px;
    margin-bottom: 7px;
    text-shadow: 0 2px 1px #ccc;
}
.new-buttons-icons span {
    color: #333;
    display: block;
    font-size: 10px;
    width: auto;
    margin: 0 0 5px 0;
    text-shadow: 0 1px 1px #ccc;
}
.new-buttons-icons:hover i,
.new-buttons-icons:hover span {
    text-shadow: 0 1px 2px #fff;
}
/* End of new buttons icons */

/* Clear form button */
.clear_search_form {
    display: inline-flex;
    align-items: center;
    width: 100%;
    gap: 0.25rem;
    flex-wrap: wrap;
}
.clear_form_button {
    margin: 5px 5px 0 0;
    padding: 5px 10px;
    color: #454545;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    line-height: 18px;
    cursor: pointer !important;
    user-select: none;
}
.clear_form_button.single {
    margin: 0;
    flex-shrink: 0;
}
.clear_form_button:hover {
    background-color: rgb(226,226,226);
    background-image: linear-gradient(to bottom,
        rgb(226,226,226) 0%,
        rgb(219,219,219) 50%,
        rgb(209,209,209) 51%,
        rgb(254,254,254) 100%);
}
.clear_form_button:disabled {
    opacity: 0.6;
    color: #888;
    cursor: not-allowed !important;
}
.clear_form_button,
.clear_form_button:disabled:hover {
    background-color: rgb(255,255,255);
    background-image: linear-gradient(to bottom,
        rgb(255,255,255) 0%,
        rgb(241,241,241) 50%,
        rgb(225,225,225) 51%,
        rgb(246,246,246) 100%);
}

/* Search buttons */
.search_button {
    padding: 5px 10px;
    color: #454545;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
    line-height: 18px;
    cursor: pointer !important;
    user-select: none;
}
.search_button:hover {
    background-color: rgb(226,226,226);
    background-image: linear-gradient(to bottom,
        rgb(226,226,226) 0%,
        rgb(219,219,219) 50%,
        rgb(209,209,209) 51%,
        rgb(254,254,254) 100%);
}
.search_button:disabled {
    opacity: 0.6;
    color: #888;
    cursor: not-allowed !important;
}
.search_button,
.search_button:disabled:hover {
    background-color: rgb(255,255,255);
    background-image: linear-gradient(to bottom,
        rgb(255,255,255) 0%,
        rgb(241,241,241) 50%,
        rgb(225,225,225) 51%,
        rgb(246,246,246) 100%);
}
/* Primary */
.search_button.primary {
    margin: 5px 0 0 0;
}
.search_button.primary:disabled {
    opacity: 0.5;
}
/* End of search buttons */

/* Custom buttons */
.custom_button {
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    border: 1px solid #999;
    border-radius: 3px;
    color: #333;
    cursor: pointer !important;
    user-select: none;
    -webkit-touch-callout: none;
}
.custom_button:hover {
    background-color: rgb(244,244,244);
    background-image: linear-gradient(to bottom,  rgb(244,244,244) 0%,rgb(225,225,225) 4%,rgb(241,241,241) 59%,rgb(241,241,241) 59%,rgb(246,246,246) 100%);
}
.custom_button:disabled {
    opacity: 0.3 !important;
    color: #999 !important;
    cursor: not-allowed !important;
}
.custom_button,
.custom_button:disabled:hover {
    background-color: rgb(255,255,255);
    background-image: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(241,241,241) 50%,rgb(225,225,225) 51%,rgb(246,246,246) 100%);
}
/* End of custom buttons */

/* New buttons icons inline */
.new-buttons-icons-inline {
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer !important;
    width: auto;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0 5px 5px 0;
    padding: 5px 7px 0 !important;
    border-radius: 3px;
    background-color: rgb(244,244,244);
    background-image: linear-gradient(to bottom, rgb(244,244,244) 0%,rgb(225,225,225) 4%,rgb(241,241,241) 59%,rgb(241,241,241) 59%,rgb(246,246,246) 100%);
}
.new-buttons-icons-inline:hover {
    box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 0.1);
}
.new-buttons-icons-inline a {
    display: block;
    padding: 5px !important;
}
.new-buttons-icons-inline i {
    float: left;
    font-size: 15px;
    margin-bottom: 7px;
    text-shadow: 0 2px 1px #ccc;
}
.new-buttons-icons-inline span {
    float: left;
    color: #333;
    display: block;
    font-size: 11px;
    width: auto;
    margin: 3px 0 5px 7px;
    text-shadow: 0 1px 1px #ccc;
}
.new-buttons-icons-inline:hover i,
.new-buttons-icons-inline:hover span {
    text-shadow: 0 1px 2px #fff;
}
/* End of new buttons icons */

/* New shortcut buttons set */
ul.new-buttons-set {
    display: inline-flex;
}
ul.new-buttons-set li {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer !important;
    width: 110px;
    height: 65px;
    overflow: hidden;
    text-align: center;
    margin: 0 5px 5px 0;
    padding: 0 !important;
    border-radius: 3px;
    background-color: rgb(244,244,244);
    background-image: linear-gradient(to bottom, rgb(244,244,244) 0%,rgb(225,225,225) 4%,rgb(241,241,241) 59%,rgb(241,241,241) 59%,rgb(246,246,246) 100%);
}
ul.new-buttons-set li:hover {
    box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 0.1);
}
ul.new-buttons-set li a {
    width: 100%;
    height: 100%;
    align-content: center;
}
ul.new-buttons-set li i {
    font-size: 25px;
    margin-bottom: 7px;
    text-shadow: 0 2px 1px #ccc;
}
ul.new-buttons-set li span {
    color: #333;
    display: block;
    font-size: 10px;
    width: auto;
    text-shadow: 0 1px 1px #ccc;
}
ul.new-buttons-set li:hover i,
ul.new-buttons-set li:hover span {
    text-shadow: 0 1px 2px #fff;
}
/* End of new shortcut buttons set */

.thumb {
    max-width: 300px;
    max-height: 420px;
}
.fa-actions {
    font-size: 16px !important;
    margin: 0 2px;
}
/* Padrao de cores para os icones do font-awesome no sistema */
/* Acao de criar/novo */
.fa-plus {
    color: rgb(0,139,0) !important;
}
/* Acao de visualizar */
.fa-info,
.fa-info-circle {
    color: #4C87B9 !important;
}
/* Acao de editar */
.fa-pencil,
.fa-pencil-square-o {
    color: rgb(84,139,84) !important;
}
/* Acao de excluir */
.fa-times,
.fa-file-excel-o {
    color: #D05454 !important;
}
/* Acoes de alerta */
.fa-exclamation,
.fa-exclamation-circle {
    color: rgb(178,34,34) !important;
}
/* Acoes secundarias cores 1 */
.fa-refresh {
    color: #4C87B9 !important;
}
/* Acoes secundarias cores 2 */
.fa-download,
.fa-list,
.fa-file-text {
    color: rgb(108,123,139) !important;
}
/* Acoes secundarias cores 3 */
.fa-file-pdf-o,
.fa-print {
    color: rgb(139,101,8) !important;
}
/* Acoes secundarias cores 4 */
.fa-archive,
.fa-cogs,
.fa-undo {
    color: rgb(139,105,20) !important;
}
/* Fim do padrao de cores para os icones do font-awesome no sistema */

/* Configuracao do icone do datepicker usando o bradoc_font_icons */
.ui-datepicker-trigger {
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: middle;
    background: none;
    border: none;
    padding: 0 0 0 3px;
    cursor: pointer !important;
}
/* Fim da configuracao do icone do datepicker usando o bradoc_font_icons */

/****************** Select2 ********************/
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
    min-height: 28px;
}

.select2-results__option {
    min-height: 15px;
}

/*************** Custom Datatables ***************/
#main-content table.hasdatatable thead th {
    font-size: 13px;
    padding-right: 20px;
    padding-left: 4px;
}

.dataTables_length select,
.dataTables_filter input {
    border-radius: 3px;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #efefef !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #ccc;
    color: #333 !important;
    background-color: #eee !important;
    background-image: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(238,238,238) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ) !important;
}

/* Fim do Custom Datatables */
#spanFiltroEventos {
    width: 100%;
    display: inline-block;
}
#spanFiltroEventos label {
    margin-right: 5px;
}
#spanFiltroEventos select,
#spanFiltroEventos .select2 {
    width: calc(100% - 90px) !important;
}
#spanFiltroEventos select,
#spanFiltroEventos label {
    display: inline-block;
}

/* highlight text por classe */
.highlighted {
    background-color: yellow;
}

.text-inline {
    display: inline;
}
.cursor-pointer {
    cursor: pointer;
}
.select-none {
            user-select: none;
    -webkit-touch-callout: none;
}

/*************** Utility classes ***************/
.m-5px {
    margin: 5px !important;
}
.mt-5px {
    margin-top: 5px !important;
}
.mr-5px {
    margin-right: 5px !important;
}
.mb-5px {
    margin-bottom: 5px !important;
}
.ml-5px {
    margin-left: 5px !important;
}
.p-5px {
    padding: 5px !important;
}
.pt-5px {
    padding-top: 5px !important;
}
.pr-5px {
    padding-right: 5px !important;
}
.pb-5px {
    padding-bottom: 5px !important;
}
.pl-5px {
    padding-left: 5px !important;
}
/*************** Fim do Utility classes ***************/

.disabled {
    pointer-events: none;
    opacity: 0.5;
}