.content-wrapper > .content{
    padding: 0 0.5rem 0.5rem 0.5rem !important;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('../webfonts/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2') format('woff2');
}

.material-icons{
    vertical-align: middle;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
.material-icons.filled{
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
}

#float-alerts{
    position: fixed;
    right: 25px;
    list-style-type: none;
    top: 80px;
    min-width: 400px;
    z-index: 999;
}

.select2-container{
    min-width: 220px;
}
.select2-container .select2-selection--single{
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px; 
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}*/
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000;
}

/* summernote */
.has-error .note-editor.note-frame{
    border-color: #dc3545!important;
}

.form-check-label{
    cursor: pointer;
}

.w-5{
    width: 5%;
}
.w-10{
    width: 10%;
}
.w-15{
    width: 15%;
}
.w-20{
    width: 20%;
}
.w-25{
    width: 25%;
}
.w-30{
    width: 30%;
}
.w-33{
    width: 33%;
}
.w-35{
    width: 35%;
}
.w-40{
    width: 40%;
}
.w-45{
    width: 45%;
}
.w-50{
    width: 50%;
}
.w-55{
    width: 55%;
}
.w-60{
    width: 60%;
}
.w-65{
    width: 65%;
}
.w-70{
    width: 70%;
}
.w-75{
    width: 75%;
}
.w-80{
    width: 80%;
}
.w-85{
    width: 85%;
}
.w-90{
    width: 90%;
}
.w-95{
    width: 95%;
}
.w-100{
    width: 100%;
}

.pagination{
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.main-header,
.brand-link{
    background: #289548;
}

.brand-link{
    padding-top: 1px;
    padding-bottom: 5px;
}

.sidebar-agrobens-classic .nav-sidebar > .nav-item > .nav-link.active{
    background-color: #434243 !important;
    color: #fff !important;
}

.emoji-menu{
    top: 34px;
    right: 13px;
}

.view-pwd{
    cursor: pointer;
}

.ui-state-highlight{
    background: #167f34;
}
.ui-sortable-helper{
    display: table;
    background: #fff !important;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.13);
}

.progress-indicator-details{
    text-align: center;
}
.progress-indicator-details .pid-step{
    position: relative;
    color: #adadad;
}
.progress-indicator-details .pid-step .pid-time{
    position: absolute;
    top: 25%;
    left: -35px;
    background: #adadad;
    padding: 3px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 11px;
    display: none;
}
.progress-indicator-details .pid-step:after{
    content: "";
    width: 9vw;
    height: 5px;
    background: #adadad;
    position: absolute;
    top: 50%;
    left: 11.5vw;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.progress-indicator-details .pid-step:last-child:after{
    content: "";
    display: none;
}

.progress-indicator-details .pid-step.pid-finished{
    color: green;
}
.progress-indicator-details .pid-step.pid-finished:after{
    content: "";
    background: green;
}
.progress-indicator-details .pid-step.pid-finished:before{
    content: "OK";
    position: absolute;
    margin-left: 45px;
    margin-top: -10px;
    font-weight: bold;
    background: green;
    color: #fff;
    padding: 7px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.progress-indicator-details .pid-step.pid-finished .pid-time{
    background: green;
    color: #fff;
    display: block;
}

.progress-indicator-details .pid-step.pid-pending{
    color: orange;
}
.progress-indicator-details .pid-step.pid-pending:after{
    content: "";
    background: orange;
}
.progress-indicator-details .pid-step.pid-pending .pid-time{
    background: orange;
    color: #000;
    display: block;
}

.progress-indicator-details .pid-step.pid-error{
    color: red;
}
.progress-indicator-details .pid-step.pid-error:after{
    content: "";
    background: red;
}
.progress-indicator-details .pid-step.pid-error .pid-time{
    background: red;
    color: #fff;
    display: block;
}

.progress-indicator-details .pid-icon{
    margin-bottom: 5px;
}
.progress-indicator-details .pid-icon i{
    font-size: 64px;
}
.progress-indicator-details .pid-description{
    font-weight: bold;
}

/*****************************/

.list-documents{
    display: flex;
    width: 100%;
}
.list-documents.horizontal-scroll{
    overflow-x: auto;
    overflow-y: hidden;
}
.list-documents .document-item{
    flex: 1;
    text-align: center;
    padding: 10px;
}
.list-documents.horizontal-scroll .document-item{
    min-width: 200px;
}
