/* Minification failed. Returning unminified contents.
(157,5): run-time error CSS1030: Expected identifier, found 'initSlimScroll('
(157,5): run-time error CSS1031: Expected selector, found 'initSlimScroll('
(157,5): run-time error CSS1025: Expected comma or open brace, found 'initSlimScroll('
 */

.no-padding-all {
    padding: 0!important;
}
.no-padding-top {
    padding-top: 0!important;
}
.no-padding-bottom {
    padding-bottom: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
.no-padding-right {
    padding-right: 0!important;
}
.no-margin-all {
    margin: 0!important;
}
.no-margin-top {
    margin-top: 0!important;
}
.no-margin-bottom {
    margin-bottom: 0!important;
}
.no-margin-left {
    margin-left: 0!important;
}
.no-margin-right {
    margin-right: 0!important;
}

.cursor-hand{
    cursor: pointer!important;
}


/*COLORE DEL TESTO - BIANCO*/
.cda-textcolor-white{
    color: #FFF !important;
}

.blink_new {
    animation: blinker 2s linear infinite;
}


.corner-top-4 {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.corner-top-right-4 {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.corner-top-left-4 {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.corner-bottom-4 {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.corner-4 {
    -moz-border-radius-topleft: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -webkit-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.corner-topright-bottomleft-4 {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.inviteLink {
    text-transform: uppercase;    
    margin-right: 5px;
}
    a.inviteLink.confirm {    
        color: forestgreen;    
    }
        a.inviteLink.confirm:hover {
            color: lightgreen;       
        }
    a.inviteLink.refuse {
        color: red;
    }
    a.inviteLink.refuse:hover {
        color: lightcoral;
    }
    a.inviteLink.maybe {
        color: orange;
    }
    a.inviteLink.maybe:hover {
        color: lightsalmon;
    }
.popover {
    z-index: 9999999999;
}


.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.badge-green {
    background-color: #3faba4 !important;
}

.border-1{
    border: 1px solid #e7ecf1 !important;
}

.border-transparent {
    border-color: transparent !important;
}

App.initSlimScroll('.scroll-container');.scroll-container {
    overflow: hidden;
    width: auto;
    height: 300px;
}

.padding-border-no {
    border: 0px;
    padding: 0px;
}


.mt-list-container ul > .mt-list-item.warning {
    border-color: #f1db61!important;
    border-bottom-color: #e7ecf1!important;
}

.mt-list-container ul > .mt-list-item.warning:hover {
    background-color: #f1db61!important;
}
.margin-right-15{
    margin-right:15px;
}

.btn-doc-meeting-point {
    margin-bottom: 3px;
    color: white;
    background-color: transparent;
    margin-left: 5px;
    padding: 0;
    border: 0;
}
    .btn-doc-meeting-point:hover, .btn-doc-meeting-point:focus {
        color: #EFEFEF;
    }


.btn-create-meeting-point {
    margin-bottom: 3px;
    color: #337ab7;
    background-color: white;
    margin-left: 5px;
    padding: 0;
    border: 0;
}

    .btn-create-meeting-point:hover, .btn-create-meeting-point:focus {
        color: #395f9d !important;
    }

.info-text {
    font-style: italic;
    color: #999;
}

.proposal-detail {
    background-color: rgb(227, 236, 252) !important;
}

.proposal-detail-border {
    border-left: 5px solid rgb(227, 236, 252);
    border-right: 5px solid rgb(227, 236, 252);
    border-bottom: 5px solid rgb(227, 236, 252);
}

.proposal-description {
    display: inline-block;
}

.proposal-description-td {
    max-width: 0;
    vertical-align: middle;
    width: 80%;
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-truncate-td {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0;
    width: 25% !important;
}

.td-button-proposal {
    width: 5%;
    text-align: center;
    padding-top: 12px !important;
}

.button-proposal {
    box-shadow: none;
    color: #ffffff;
    font-size: 1em;
    text-shadow: none;
    padding: 5px;
    width: 100px;
    margin: 5px 20px !important;
}

.button-proposal-accepted {
    background: #36c6d3 none repeat scroll 0 0;
}

.button-proposal-rejected {
    background: red none repeat scroll 0 0;
}

.button-proposal-postponed {
    background: #bac3d0 none repeat scroll 0 0;
}

.proposal-to-set {
    background-color: #fffbc4;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.7;
}

.simple-bordered {
    border: 1px solid #e7ecf1 !important;
}

.proposal-detail-row {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}

.followup-detail-row {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.td-button-followup {
    width: 5%;
    text-align: center;
    padding-top: 12px !important;
}

.td-button-ODGResult {
    width: 5%;
    text-align: center;
    padding-top: 12px !important;
}



.speech-to-text-2-meeting-point-select {
    width: 100% !important;
}

.vertical-scroll-div {
    overflow: auto;
    height: 600px;
}

.horizontal-scroll-hidden-vertical-scroll-div {
    overflow-x: hidden;
    overflow-y: auto;
    height: 600px;
}

@media (max-width: 991px) {
    .proposal-description-td {
        width: 50%;
    }

    #speechToTextStartEndDateDiv {
        display: none;
    }
}

/* company logo in archivi*/

#divArchiveHeader {
    padding-left: 15px;
    padding-right: 15px;
}

#divArchiveHeaderCompanyLogo {
    margin-right: 10px;
    width: 100px;
    height: 85px;
    border-right: solid 2px #395f9d;
}

#ArchiveCompanyLogo {
    width: 85px;
    vertical-align: middle;
}

#spanArchiveCompanyLogo {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#divArchiveHeaderContent {
    padding: 0;
    margin: 0;
    margin-left: 110px;
}

.bg-limegreen {
    background-color: limegreen !important;
}

.bg-public-green {
    background-color: #008000 !important;
    /*background-color: #46be9c !important;*/
}


.poll-option-favorable {
    background-color: rgba(89,204,155, 0.8)!important;
    border-color: rgba(89,204,155, 0.8)!important;
    box-shadow: none;
    color: #000 !important;
}

.poll-option-abstained {
    background-color: rgba(252,244,145, 0.8)!important;
    border-color: rgba(252,244,145, 0.8)!important;
    box-shadow: none;
    color: #000 !important;
}

.poll-option-contrary {
    background-color: rgba(204,89,89, 0.8)!important;
    border-color: rgba(204,89,89, 0.8)!important;
    box-shadow: none;
    color: #000 !important;
}

.poll-option-simple {
    background-color: rgba(225, 229, 236, 1)!important;
    border-color: rgba(225, 229, 236, 1)!important;
    box-shadow: none;
    color: #000 !important;
}

.poll-option-neutral {
    background-color: rgba(75, 119, 190, 1)!important;
    border-color: rgba(75, 119, 190, 1)!important;
    box-shadow: none;
    color: #FFF !important;
}

.poll-option-favorable-back {
    background-color: rgba(89,204,155, 0.1)!important;
}

.poll-option-abstained-back {
    background-color: rgba(252,244,145, 0.1)!important;
}

.poll-option-contrary-back {
    background-color: rgba(204,89,89, 0.1)!important;
}

.poll-option-simple-back {
    background-color: rgba(225, 229, 236, 0.4)!important;
}


