/* --- Collabora Con Noi --- */

.collabora-container {
    padding: 15px;
}

.collabora-container .row {
    margin: 0 -7px;
}

.collabora-container [class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
}

.collabora-container .menu li {
    margin-bottom: 15px;
}

.collabora-container .menu li a {
    position: relative;

    display: block;
    height: 90px;
    background: #c8d02b;
    color: #323335;
    /*font-weight: bold;*/
    font-size: 22px;
}

.collabora-container .menu li a span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 10px;
    font-weight: 500;
}

.collabora-container .menu li.active a {
    background: #323335;
    color: white;
}

.collabora-card {
    display: block;
    margin-bottom: 15px;
    padding: 15px;

    color: inherit !important;
    background: #f6f6f6;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.collabora-card h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.collabora-card-body {
    margin-bottom: 20px;
}

.collabora-border-right {
    border-left: 2px solid #919500;
    padding-left: 20px !important;
}

.collabora-equal-height {
    overflow: hidden;
}

.collabora-equal-height > * {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.collabora-card-fields {
    /*margin-bottom: 15px;*/
}

.collabora-card-bottom-link {
    display: block;
    font-size: 16px;
    border-bottom: 1px solid #919500;
    color: #919500;
    text-transform: uppercase;
    padding-top: 35px;
    margin-right: 60px;
    min-height: 60px !important;
    position: relative;
}

.collabora-card-bottom-link:after {
    content: "";
    float: right;
    position: absolute;
    right: -60px;
    bottom: 0;

    height: 56px;
    width: 56px;

    background: url(../img/icona-invio.png) center center no-repeat;

    /*border-radius: 50px;*/

    /*background: #919500;*/

}

#modale-collabora .modal-content {
    background: #eee;
}

#modale-collabora .collabora-card-bottom-link {
    float: right;
    width: 40%;
    text-align: left;
    cursor: pointer;
}

.cmb-th {
    width: 100% !important;

    border-bottom: 1px solid #919500 !important;
    padding: 0 !important;
    padding-top: 10px !important;
    margin-bottom: 10px;
}

.cmb-th label {
    margin-bottom: 0px !important;
    text-transform: none;
    font-size: 16px;
}

.cmb-remove-row-button, .cmb-add-row-button {
    position: relative;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    background: #A8B200;

    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
}

.cmb-remove-row-button {
    background: #DA3C30;
    margin-left: 10px;
    margin-top: 10px;
}

.cmb-remove-row-button.button-disabled {
    opacity: 0.2;
}

.cmb-add-row-button:before {
    position: absolute;
    content: "\2b";
    top: 6px;
    left: 6px;

    color: white;
    font-size: 14px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.cmb-remove-row-button:before {
    position: absolute;
    content: "\e014";
    top: 6px;
    left: 6px;

    color: white;
    font-size: 14px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.cmb-add-row {
    text-align: right;
}

.cmb-td input,
.page-container .modal .cmb-td input:focus,
.cmb-td textarea,
.page-container .modal .cmb-td textarea:focus {
    border: 1px solid #ccc !important;
    border-radius: 0;
    width: 100% !important;
}

.cmb-td input,
.page-container .modal .cmb-td input:focus {
    /*font-weight: bold;*/
    text-transform: none;
    font-size: 16px;
    height: 40px !important;
}

.cmb-td {
    min-width: 430px;
    min-width: 100%;

    /*border: 1px solid #000 !important;*/
    padding: 0 !important;
    position: relative;
}

.cmb-td.cmb-remove-row {
    position: absolute;
    min-width: 30px;
    text-align: right;
    width: 30px;
    right: 0;
}

.proponi-form .cmb-repeat-row {
    position: relative;
}

.proponi-form .cmb-td.cmb-remove-row {
    top: 0;
}

p.cmb-add-row {
    margin-top: 10px;
}

.cmb-repeat-row > .cmb-td {
    padding-right: 35px !important;
}

.cmb-repeat-row {
    padding-top: 5px !important;
}

[name=submit-cmb] {
    display: none;
}

.screen-reader-text {
    display: none;
}

input:not([type="hidden"]) + .button {
    margin-left: 0 !important;
}

.cmb2-simple-file[type=file] {
    height: auto !important;
}

.error {
    color: #A66 !important;
}

.error input, .error.error.error.error.error input:focus,
.error textarea, .error.error.error.error.error textarea:focus {
    border-color: #A66 !important;
}

.error-message {
    color: #A66;
}

.collabora-card.user-message .container {
    width: 500px;
    text-align: center;
}

.collabora-card.user-message h2 {
    text-align: center;
    font-weight: normal;
    margin-top: 30px;
}

.collabora-card .btn-back {
    background: #ddd;
    padding: 10px 15px;
    font-weight: bold;
}
.collabora-card .btn-back:hover {
    background: #ccc;
}