#gradeturmas {
    overflow: auto;
    height: 500px;
    border: 1px solid silver;
}

.gr-time {
    padding: 0;
    margin: 0;
    /*height: 0px;*/
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    vertical-align: middle;
    color: #FDFEFE;
}

.gr-title {
    font-size: 11px;
    /*float: left;*/
    /*padding: 0px, 0px,0px,0px;*/
    /*font-weight: bold;*/
    
	/*color: #FDFEFE;*/
	color: black;
    /*display: inline-block;*/
    font-weight: bold;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: ltr;*/
}

.container-event {
    /*display: relative;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*white-space: nowrap;*/
    /*display: inline-block;
    vertical-align: top;*/
    /*position: relative;*/
    /*display: flex;*/
    /*padding: 0 1px;*/
    /*display: inline-block;*/
    /*position: static;
       float: inherit;
       z-index: 1;*/
    /*overflow-y: scroll;*/
    /*top: 15px;*/
    /*position: absolute;*/
    /*height: 150px;*/
    width: 120px;
    height: 20px;
    /*background-color: #6CADC2;*/
    /*border: 1px solid #4295B0;*/
    border-radius: 4px;
    cursor: pointer;
}

#gradeturmas .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
#gradeturmas .table>thead>tr>td,
#gradeturmas .table>thead>tr>th {
    padding: 0px 4px 0px 4px;
    font-family: 'Lato', sans-serif;
}

#gradeturmas .table>thead>tr>td,
.table>tbody>tr>td,
{
    /*line-height: 100px;
       min-height: 100px;
       height: 100px;*/
    /*display: inline-table;*/
    /*height: 60px;*/
    /*line-height: 50px;*/
    min-width: 129px;
    max-width: 500px;
    background-color: red;
    /*overflow: auto;
       position: relative;*/
}

#gradeturmas .table>tbody>tr>td span {
    line-height: 0px;
}

#gradeturmas .table>thead>tr>th {
    /*min-width: 120px;*/
    vertical-align: middle;
    padding: 4px;
    font-size: 11px;
    text-align: center;
}

#gradeturmas .table>tbody>tr>td {
    height: 20px;
    min-width: 129px;
    max-width: 129px;
}

#gradeturmas .table .th-room {
    font-size: 10px;
    min-width: 50px;
    font-weight: normal;
    vertical-align: middle;
}

#gradeturmas .table .th-hour {
    font-size: 10px;
    min-width: 50px;
    font-weight: normal;
}

#gradeturmas .table>tbody>tr>th {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}
