.summary-subheader {
    padding: 10px 0 !important;
}

#createNewFlow {
    background-color: var(--main-color);
    padding: 5px 10px;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    margin-right: 7px;
}

/*** SEARCH BOX ***/

.srcImg {
    float: right;
    margin-top: 2px;
    margin-right: 20px;
}

#srcBox {
    height: 30px;
    width: 250px;
    margin-top: 50px;
    position: absolute;
    right: 10px;
 }

.box {
    padding: 5px;
    border: 1px solid var(--nxt-grey);
    border-radius: 5px;
    display: none;
}

.showbox {
    display: block;
}

/*** END SEARCH BOX ***/

/*** TOOLS SECTION ***/

.tools {
    width: 100%;
    border-bottom: 1px solid var(--nxt-grey);
    padding-bottom: 10px;
    display: inline-block;
}

.tool-option {
    display: inline-flex;
    justify-content: space-between;
    float: left;
}

#completedFilter {
    margin-right: 80px;
    padding: 5px;
    cursor: pointer;
}

#notCompletedFilter {
    padding: 5px;
    cursor: pointer;
    margin-right: 10px;
}

#button {
    margin-left: 40px;
    padding: 5px;
    cursor: pointer;
}

.selected-filter {
    border-bottom: 2px solid var(--main-color);
}

.tool-search {
    float: right;
    display: block;
}

.options-choice {
    border-radius: 5px;
    border: 1px solid var(--nxt-grey);
}

/*** END TOOLS SECTION ***/

/*** SELECTED SECTION ***/

.selectBoxSx {
    width: 100%;
    margin: 0 auto !important;
    padding: 5px 0 !important;
    text-align: left;
}

.selectBoxDx {
    width: 100%;
    margin: 0 auto !important;
    padding: 5px 0 !important;
    text-align: end;
}

.aperti-completati-ordine-data-riga {
    display: flex;
}

.orderFor {
    width: 75%;
    margin-right: 15px;
}

.oF {
    padding: 0 5px;
}

.options {
    float: right;
}

.options-choice {
    width: 185px;
}

/*** END SELECTED SECTION  ***/

.completed .completed-percentage {
    display: none;
}

/*** FLOWS SECTION ***/

#flowsBox {
    display: inline-block;
}

.page-container-elenco-flussi {
    overflow-y: scroll;
    height: calc(100vh - 235px);
    overflow-x: hidden;
    display: inline-block;
}

.page-container-elenco-flussi.search-label-shown {
    height: calc(100vh - 255px);
}

.flow-box {
    border-bottom: 1px solid var(--nxt-grey);
}

.subfase .notes {
    color: #000000;
}

.verbale .notes {
    color: #417505;
}

.procedimento .notes {
    color: var(--main-color);
}

.flow-icon {
    width: 30px;
    height: 28px;
    float: left;
    display: block;
    margin-top: -3px;
}

.flow-icon img {
    padding: 4px;
}

.flow-title {
    overflow: hidden;
    text-overflow: ellipsis;
}

.flow-title, .count-down, .control-buttons {
    line-height: 28px;
}
.icona-scadenza {
    margin-top: 7px;
}

.flow-title span {
    width: 90%;
    cursor:pointer;
    font-weight: bold;
    font-size: 18px;
}

.flow-text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-buttons {
    display: inline-flex;
    cursor: pointer;
    padding-left: 0 !important;
    float: right !important;
    margin-right: 15px !important
}

.icona-scadenza {
    float:right;
    margin-left: 10px;
}

.icona-scadenza img {
    height: 14px;
    float: right;
}

.del-flow {
    margin-left: 10px;
}

div#flowsBox div.row {
    margin-left: -5px !important;
    margin-right: -15px !important;
}

 .flow-note {
    white-space: nowrap;
} 

.notes li {
    list-style-type: none;
    color: var(--nxt-grey);
}

.notes span {
    font-weight: bold;
}

.tool-search img {
    float: right;
    padding-right: 6px;
    padding-top: 5px;
    height: 25px;
    width: auto;
}

.point {
    cursor: pointer;
}

.flow-row-icon-title {
    padding-top: 15px;
    padding-bottom: 5px;
}

.flow-row-text-buttons {
    padding-top: 5px;
    padding-bottom: 5px;
}

.flow-row-info {
    padding: 5px 0px;
}

/*** END FLOWS SECTION ***/

#tabs-for-filtering-flows-by-completation {
    display: inline-flex;
}

/*** Tablet ***/

@media (max-width: 1024px) {
    .notes li {
        margin-left: 33px;
    }
    .options-choice {
        width: 180px;
    }
}

.col-with-icon {
    height: 16px;
    width: 16px;
}

.col-with-icon img {
    height: 100%;
    width: auto;
}

.flow-to-initialize {
    display: flex;
}

.selectBoxDxInner {
    padding: 5px;
}

#types-switcher {
    display: flex;
}

.switcher-option {
    font-weight: bold;
    padding: 4px;
}

.switcher-itself-div .toggle-on {
    background-color: var(--main-color);
    line-height: 0;
}

.switcher-itself-div .btn-xs  {
    line-height: 0;
}

.switcher-itself-div .toggle-off.active {
    background-color: var(--main-color);
}

.switcher-itself-div .toggle-on:hover {
    background-color: var(--main-color);
    filter: opacity(50%);
}

.switcher-itself-div .toggle-off.active:hover {
    background-color: var(--main-color);
    filter: opacity(25%);
}

.switcher-itself-div {
    margin-top: 4px;
}

.switcher-option-disabled {
    color: grey;
    font-weight: normal;
    cursor: pointer;
}

.switcher-itself-div .toggle {
    border-radius: 5px;
    min-width: 30px!important;
    min-height: 10px!important;
}

#pagination {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: table;
    padding: 20px 0px;
    text-decoration: none;
}

#pagination ul li a:focus {
    text-decoration: none;
}

.light-theme .current {
    background: var(--main-color);
    color: #FFF;
    border-color: var(--main-color);
}

.notifica-singola {
    display: flex;
}

.notifica-singola .list-icon {
    float: left;
    height: 40px;
    padding: 10px;
    width: auto;
}

.notifica-singola .list-icon img {
    height: 100%;
    width: auto;
}

.notifica-singola-text-info {
    float: right;
    width: 100%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.notifica-singola-text-info span {
    font-size: 14px;
    width: 100%;
    line-height: 14px;
}

#ricerca-per-info {
    text-align: center;
}