/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.5.2016, 9:37:50
     display: none !important;Author     : programator
*/

.ui-datatable .ui-sortable-column-icon {
  display: none !important
}

.ui-sortable-column{
    vertical-align: bottom
}
.fc-month-button{
    display: none !important
}
.fc-agendaWeek-button{
    display: none !important
}
.fc-agendaDay-button{
    display: none !important
}
.fc-time{
    display: none
}
.fc-title{
    display: table;
    white-space: normal;
}
.ui-radiobutton {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
}
div[id="form:growl-error_container"] > div{
            background-color: red !important;
            background-image: none;
        }

