body{
    font-family: "Verdana";
    font-size: 14px;
}
.tab-content{
    width:97%;
    margin-left: 20px;
    margin-right: 40px;

}

/*.note-editable{*/
    /*height: 200px;*/
/*}*/
.bottom-column
{
    float: none;
    display: table-cell;
    vertical-align: bottom;
}
span.select2-container {
    z-index:10050;
}



/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    /*height: 250px;*/
    overflow-y: auto;
}

.hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.mytabcontent{
    padding:10px 10px 5px 10px;
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.mytabcontent > .row {
    padding-top:10px;
}
.mytabcontent > .row > .col-md-4 {
    padding-left:10px;
    padding-right:10px;
}

.insideProduttoreTabContent{
    padding:5px;
    background-color: rgba(3,3,3,0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.myloginbutton {
    background-color: #ffaa00;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.myloginbutton:hover{

    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}



.dataTContainer{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-left: 6px solid #ffaa00;
    background-color: rgba(255, 220, 74,0.2);
    padding: 10px 10px;
}

/*per altezza interna summernote wrkard*/
#tenderNoteModal  .note-editable { height: 50vh;  }
#tenderDescrizioneModal  .note-editable { height: 50vh;  }
#chiamataModal  .note-editable { height: 50vh;   }
#produttoreNoteModal  .note-editable { height: 50vh;  }

.tab-contatti{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid black;
    padding:0px 5px;
}

.tab-descrizione-tender{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid black;
    padding:0px 5px;
}

.tab-note-produttore{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid black;
    padding:0px 5px;
    min-height: 200px;
}

hr {
    border:none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 0;
    border-bottom: 1px solid #ffdc4a;
    box-shadow: 0 20px 20px -20px #333;
    margin: -50px auto 10px;
}

.page-header {
    padding-bottom: 0px;
    margin: 30px 0 20px;
    border-bottom: 1px solid #ffaa00;
    box-shadow: 0 20px 20px -20px #333;

}

.produttoreTitolo{
    /*border-left: 4px solid #ffaa00;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left:10px;
}



.postit {
    line-height: 1;
    text-align:justify;
    width: 90%;
    height:90%;
    margin: 25px;
    min-height:250px;
    padding: 0px 10px 35px 10px;
    /*max-height:250px;*/
    /*padding-top:35px;*/
    position:relative;
    border:1px solid #E8E8E8;
    border-top:60px solid #fdfd86;
    /*font-family:'Reenie Beanie', cursive;*/
    font-family:Courier;
    font-size:16px;
    border-bottom-right-radius: 60px 5px;
    display:inline-block;
    background: #ffff88; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
    background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.postit:after {
    content: "";
    position:absolute;
    z-index:-1;
    right:-0px; bottom:20px;
    width:200px;
    height: 25px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow:2px 15px 5px rgba(0, 0, 0, 0.40);
    -moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
    transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

.last-check-container {
    display:flex;
    justify-content:flex-end;
    align-items: center;
}

.last-check-container label{
    margin: 7px 0px 0px 0px;
}