.app-modal-window .modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
}

.app-little-modal-window .modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
    max-width: 450px;
}


.btn-xlarge {

    height: 18px;
    width: 18px;
    padding: 0px 0px 2px 2px;

}

.pagination {

    margin: 4px 0;
}

.modal-footer {
    padding: 12px 20px 20px;
    margin-top: 2px;
}

.modal-body {
    padding: 6px 20px 4px 20px;
}

.modal-header {
    padding: 6px 15px 6px 15px;
}

.modal-header h3, .h3 {
    font-size: 21px;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #ff0000;
    border-bottom-color: #ff0000;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #fff;
}

.table-bordered tbody tr td button {
    margin: 1px;
}

.login .alert {
    margin-bottom: 1px;
    height: 40px;
    line-height:40px;
    padding:0px 15px;
}


.rigaRicerca {
    background-color: #F2E394;
}

.dataTables_info {
    padding: 8px;
}

fieldset.panel-body {
    padding: 0px;
}

.sortedColumn {
    text-decoration: underline;
}

/*
L'icona di ordinamento prima di un th
 */
.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}

/*
    Adatta la larghezza di una colonna al suo contentuto
 */
.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.table tr.scaduto {
    background-color: red;
}

/*
Rimuove l'animazione delle dialog
 */
.modal.fade {
    opacity: 1;
}
.modal.fade .modal-dialog, .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pulisci {
    clear:both;
}


.progress-bar.progress-bar-info {
    color:#000000 !important;
}


/*
.navbar-xs .navbar { min-height:28px; height: 28px; }
.navbar-xs .navbar .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 28px; }
.navbar-xs .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 28px; }
.navbar-sm .navbar { min-height:40px; height: 40px; }
.navbar-sm .navbar .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 40px; }
.navbar-sm .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 40px; }
*/

/**
Tutto questo mi serve per attivare il collapse a SM e non a XS che è il default di bootstrap 3
 */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/**
Prova password
 */

password-check {
    float: right;
    position: relative;
    bottom: 22px;
    right: 10px;
}

.password-count {
    float: right;
    position: relative;
    bottom: 22px;
    right: 10px;
}

.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

.strength-meter:before,
.strength-meter:after {
    content: '';
    height: inherit;
    background: transparent;
    display: block;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 5px 0 5px;
    position: absolute;
    width: 80px;
    z-index: 10;
}

.strength-meter:before {
    left: 70px;
}

.strength-meter:after {
    right: 70px;
}

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength='0'] {
    background: darkred;
    width: 20%;
}

.strength-meter-fill[data-strength='1'] {
    background: orangered;
    width: 40%;
}

.strength-meter-fill[data-strength='2'] {
    background: orange;
    width: 60%;
}

.strength-meter-fill[data-strength='3'] {
    background: yellowgreen;
    width: 80%;
}

.strength-meter-fill[data-strength='4'] {
    background: green;
    width: 100%;
}


.sidebar-title {
    color: #999;
    font-weight: bold;
}

.app {
    padding: 1em;
}


/* CSS Criticità */
#containerCrit{

    overflow-y:auto;
    height:100%;
    width:100%;
}
.rowCrit {
    width:99%;
    margin:4px;
    clear:left;
}
.colCrit {
    margin:4px;
    width:210px;
    height:70px;
    float:left;
    padding:4px;
    text-align:center;
    color:black;
    font-family;verdana;
    font-size:auto;
    font-weight: bold;
    border:1px solid grey;
}
.cgraveCrit {
    background:#ff4444;
}
.caltaCrit {
    background:#ffbb33;
}
.cmediaCrit {
    background:#00C851;
}
.cbassaCrit {
    background:#4285F4;
}
.cassenteCrit {
    background:#33b5e5;
}

.clastCrit {
    background:#ffff00;
}

.cscad {
    background:#ff4444;
}

.bgGrigio {
    background:#f9f9f9;
}

.tooltip-inner {
    max-width: 350px;
}

.divpadtop {
    padding-top: 5px;
}

.labelpadleft {
    padding-left: 3px;
}

.table-test thead {
    width: 97%;
}
.table-test tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}
.table-test thead, .table-test tbody, .table-test tr, .table-test td, .table-test th {
    display: block;
}
.table-test tbody td, .table-test thead > tr> th {
    float: left;
    border-bottom-width: 0;
}

.margineBasso {
    margin-bottom: 5px;
}

.margineBasso5 {
    margin-bottom: 5px;
}

.margineSinistro {

    margin-left: 15px;
}

.margineDestro {

    margin-right: 15px;
}


.margine {
    margin-bottom: 20px;
}


#lottopec .row{
    padding-top:5px;
    padding-bottom:5px;

}
.labelModul {
    font-weight:bold;
    /*font-style:italic;*/
    padding-right:6px;
}

.labelModul2 {
    font-weight:bold;
}


.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload-field {
    position: relative;
    cursor: pointer;
    width: 90%;
    height: 40px;
    line-height: 28px;
    padding: 5px 10px;
    border: 1px solid #203F53;
    border-radius: 5px;
    margin-bottom: 10px;
}

.icon-folder {
    background-image: url("../img/GenericFolderIcon.png");
    height: 30px;
    width: 30px;
    background-size: cover;
    background-color: transparent;
    border: none;
    float: right;


}

.upload-file-button {
    height: 40px;
    width: 120px;
    text-align: center;
    margin: 20px 0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 3px #203F53;
    background-color: #203F53;
    color: white;
    font-size: 15px;
}

.btnInvia {
    margin-top: 20px;
    margin-left: 10px;
}



.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
}
.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: green;
    z-index: 10;
}
.multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: green;
    border-radius: 50%;
}
.multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: green;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #fff;
    border-color: green;
}
.multi-steps > li.is-active ~ li {
    color: #808080;
}
.multi-steps > li.is-active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
}
.centerIMG {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.dimBtn {
    width: 400px;
}

.app-modal-window2 .modal-dialog {
    width: 60%;
}

.app-modal-window-my .modal-dialog {
    position: relative;
    display: table;
    overflow-y: auto;
    overflow-x: auto;
    width: auto;
    min-width: 300px;
    max-width: 400px;
}

.upload-modal-button {
    height: 40px;
    width: 150px;
    text-align: center;
    margin: 20px 0;
    border: none;
    border-radius: 5px;
    background-color: #203F53;
    color: white;
    font-size: 15px;
}
