@charset "UTF-8";

span.select2-selection.select2-selection--single {
        height: 40px;
}

.select2-container {
    width: 100% !important;
}


#containerModalForm {
    height: 90%;
}


#th { font-size: 12px; }
#td { font-size: 12px; }


$('.table td.clickable').click(function() {
    // cell was clicked
});