﻿/* Move down content because we have a fixed navbar that is 50px tall */
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.lighter {
    filter: saturate(50%) brightness(120%);
}

.darker {
    filter: brightness(50%);
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-info {
    cursor: help;
}

textarea.textarea-autosize {
    height: 2.25rem;
    min-height: 2.25rem;
    resize: none;
    overflow-y: hidden;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*max-width: 280px;*/
    width: 100%;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.deleted {
    text-decoration: line-through;
}

.btn-flex {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}

    .btn-flex .btn:first-child {
        flex-grow: 1;
        text-align: left;
    }


.table-success-light,
.table-success-light > th,
.table-success-light > td {
    background-color: #E8FCF5;
}

/* FULL SCREEN MODAL */
.modal-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-full .modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}


/*.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #6598d9;
    border: 0;
}

.modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-body {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

.btn {
    height: 40px;
    border-radius: 0;

// focus
&:focus,
 &:active,
  &:active:focus {
       box-shadow: none;
       outline: none;
   }
}

.btn-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -100px;
    width: 200px;
}*/

.hidden {
    display: none;
}

.festivity {
    background-color: azure !important;
}

.missing-day {
    background-color: #FDC0C0 !important;
}
.div-header {
    background-color: #f8f9fc !important;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #B1B1B1;
    color: #203675;
    margin-top: 10px;
}

.text-black {
    color: #000;
}


#breadcrumb {
    list-style: none;
    display: inline-block;
}

    #breadcrumb .icon {
        font-size: 14px;
        background: #ddd;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: #DDD;
            text-decoration: none;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding: 0 10px 0 5px;
            text-align: center;
            margin-right: 23px;
        }

            #breadcrumb li a.disabled {
                background: #999 !important;
            }

        /*#breadcrumb li:nth-child(even) a {
            background-color: #2980b9;
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: #2980b9;
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: #2980b9;
            }*/

        #breadcrumb li:first-child a {
            padding-left: 15px;
            -moz-border-radius: 4px 0 0 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px 0 0 4px;
        }

            #breadcrumb li:first-child a:before {
                border: none;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
            -moz-border-radius: 0 4px 4px 0;
            -webkit-border-radius: 0;
            border-radius: 0 4px 4px 0;
        }

            #breadcrumb li:last-child a:after {
                border: none;
            }

        #breadcrumb li a:before, #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #DDD;
            border-width: 20px 10px;
            width: 0;
            height: 0;
        }

        #breadcrumb li a.disabled:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #999;
            border-width: 20px 10px;
            width: 0;
            height: 0;
        }

        #breadcrumb li a:before {
            left: -20px;
            border-left-color: transparent;
        }

        #breadcrumb li a:after {
            left: 100%;
            border-color: transparent;
            border-left-color: #DDD;
        }

        #breadcrumb li a:hover {
            background-color: #f4a742;
        }

            #breadcrumb li a:hover:before {
                border-color: #f4a742;
                border-left-color: transparent;
            }

            #breadcrumb li a:hover:after {
                border-left-color: #f4a742;
            }

            #breadcrumb li a.unclickable:hover {
                background-color: #DDD;
            }

                #breadcrumb li a.unclickable:hover:before {
                    border-color: #DDD;
                    border-left-color: transparent;
                }

                #breadcrumb li a.unclickable:hover:after {
                    border-left-color: #DDD;
                }

        #breadcrumb li a.disabled:hover:after {
            border-left-color: #999;
        }

        #breadcrumb li a.active {
            background-color: #3366cc;
        }

            #breadcrumb li a.active:before {
                border-color: #3366cc;
                border-left-color: transparent;
            }

            #breadcrumb li a.active:after {
                border-left-color: #3366cc;
            }

label {
    margin-bottom: 0.10rem; 
}

.progetto-suggestor .suggestor_list {
    width: auto !important;
    max-width: none !important;
    white-space: nowrap;
    margin-top: 29px !important;
}

    .progetto-suggestor .suggestor_list > div {
        white-space: nowrap;
    }