﻿@font-face {
    font-family: 'OpenSans-Light';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/Open_Sans/OpenSans-Light.ttf');
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'OpenSans-Semibold';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/Open_Sans/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'OpenSans-Light';
    font-weight: 300;
    font-style: italic;
    src: url('../fonts/Open_Sans/OpenSans-LightItalic.ttf');
}
@font-face {
    font-family: 'OpenSans-Bold';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/Open_Sans/OpenSans-BoldItalic.ttf');
}
@font-face {
    font-family: 'OpenSans-Semibold';
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/Open_Sans/OpenSans-SemiboldItalic.ttf');
}

.shadow {
    -moz-box-shadow: 0px 6px 5px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 6px 5px rgba(0, 0, 0, .5);
    box-shadow: 0px 6px 5px rgba(0, 0, 0, .5);
}

.shadowLight {
    -moz-box-shadow: 0px 4px 3px rgba(0, 0, 0,0.4);
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, .4);
    box-shadow: 0px 4px 3px rgba(0, 0, 0, .4);
}

.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;
}

/*COLORE DEL TESTO - BIANCO*/
.cda-textcolor-white{
    color: #FFF !important;
}

/*IMPOSTAZIONE ICONA RELOAD DEI PORTLET USANDO UNO SPAN*/
.portlet>.portlet-title>.tools>span.reload {
    background-image: url(./../../theme/assets/global/img/portlet-reload-icon-white.png);
    width: 13px;
    height: 16px;
    display: inline-block;
    cursor: pointer;

}

.blink_new {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    95% {
        opacity: 0.6;
    }
}

.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;
}

/*FIX MULTISELECT INSIDE A FORM*/
.form .multiselect-container > li > a > label, .form-horizontal .multiselect-container > li > a > label {
    padding: 3px 5px 3px 15px;
}
.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;
}
App.initSlimScroll('.scroll-container');.scroll-container {
    overflow: hidden;
    width: auto;
    height: 300px;
}

.padding-border-no {
    border: 0px;
    padding: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified.nav-tabs-cda > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified.nav-tabs-cda > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified.nav-tabs-cda > .active > a:focus {
    border: 0px !important;
}

.image-disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40); /* msie */
}

.danger {
    background-color: #d9534f !important;
    color: white;
}
.danger::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

.danger::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

.danger:-ms-input-placeholder { /* IE 10+ */
    color: white;
}

.danger:-moz-placeholder { /* Firefox 18- */
    color: white;
}


.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-dropdown-toggle {
    margin-bottom: 3px;
    color: #337ab7;
    background-color: white;
    margin-left: 5px;
    padding: 0;
    border: 0;
}

.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;
}

.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);
    border-color: rgba(89,204,155, 0.8);
    box-shadow: none;
    color: #000 !important;
}

.poll-option-abstained {
    background-color: rgba(252,244,145, 0.8);
    border-color: rgba(252,244,145, 0.8);
    box-shadow: none;
    color: #000 !important;
}

.poll-option-contrary {
    background-color: rgba(204,89,89, 0.8);
    border-color: rgba(204,89,89, 0.8);
    box-shadow: none;
    color: #000 !important;
}

.poll-option-simple {
    background-color: rgba(225, 229, 236, 1);
    border-color: rgba(225, 229, 236, 1);
    box-shadow: none;
    color: #000 !important;
}

.poll-option-favorable-back {
    background-color: rgba(89,204,155, 0.1);
}

.poll-option-abstained-back {
    background-color: rgba(252,244,145, 0.1);
}

.poll-option-contrary-back {
    background-color: rgba(204,89,89, 0.1);
}

.poll-option-simple-back {
    background-color: rgba(225, 229, 236, 0.4);
}

/*.poll-option-favorable {
    background-color: rgba(38, 194, 129, 0.7);
    border-color: rgba(38, 194, 129, 0.7);
    box-shadow: none;
    color: #FFF !important;
}

.poll-option-abstained {
    background-color: rgba(243, 194, 0, 0.7);
    border-color: rgba(243, 194, 0, 0.7);
    box-shadow: none;
    color: #FFF !important;
}

.poll-option-contrary {
    background-color: rgba(217, 30, 24, 0.7);
    border-color: rgba(217, 30, 24, 0.7);
    box-shadow: none;
    color: #FFF !important;
}

.poll-option-simple {
    background-color: rgba(225, 229, 236, 1);
    border-color: rgba(225, 229, 236, 1);
    box-shadow: none;
    color: #000 !important;
}*/


.tooltip > .tooltip-inner {
    background-color: #fafafa !important;
    color: #333;
    border: 1px solid #eee;
}

.tooltip.top .tooltip-inner {
    background-color: #fafafa !important;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #eee !important;
}

.tooltip.right .tooltip-inner {
    background-color: #fafafa !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #eee !important;
}

.tooltip.bottom .tooltip-inner {
    background-color: #fafafa !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #eee !important;
}

.tooltip.left .tooltip-inner {
    background-color: #fafafa !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #eee !important;
}

.compensation-icon {
    margin-top: 4px;
    font-weight: bold;
    font-size: 17px;
    color: green;
}

/* ECO */
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

.datepicker.dropdown-menu {
    z-index: 9999999999 !important;
}

.dropdown-menu li.divider {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.div-hidden {
    display: none;
}

.bootstrap-select.btn-group.show-tick.multiselect .dropdown-menu li.selected a span.check-mark {
    position: relative;
    display: inline-block;
    right: 10px;
    margin-top: 3px;
    float: left;
    margin-left: 10px;
}

.bootstrap-select.btn-group.show-tick.multiselect .dropdown-menu li a[aria-selected="false"] span.check-mark {
    position: relative;
    display: inline-block;
    right: 10px;
    margin-top: 3px;
    float: left;
    margin-left: 10px;
}

.bootstrap-select.btn-group.show-tick.multiselect .dropdown-menu li a[aria-selected="false"] span.check-mark:before {
    content: "\f096";
}

.history-icon {
    color: orange;
    margin-left: 5px;
    /*margin-right: 5px;*/
    /*font-size: 10px;*/
}

.tox-tinymce-aux {
    z-index: 999999 !important;
}
