@CHARSET "UTF-8";

.show-grid {
    font-size: 14px;
    margin-bottom: 15px;
}

.show-grid [class^=col-] {
    background-color: #eee;
    background-color: rgba(179, 179, 179, 0.15);
    border: 1px solid;
    border-color: #ddd;
    border-color: rgba(115, 115, 115, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

.example {
    background: white;
    border: 1px solid #eeeeee;
    border-radius: 3px 3px 0 0;
    margin: 10px 0 30px 0;
    moz-border-radius: 3px 3px 0 0;
    padding: 25px 25px;
    position: relative;
    webkit-border-radius: 3px 3px 0 0;
}

.ui-datatable-odd, .ui-datatable-even {
    background-color: white;
}

.ui-datepicker, .ui-shadow{
    z-index: 12000 !important;
}
