/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
* require bootstrap
* require grails
* require main
* require mobile
*= require material-design-icons/css/material-design-iconic-font.min.css
*= require perfect-scrollbar/css/perfect-scrollbar.min.css
*= require datetimepicker/css/bootstrap-datetimepicker.min.css
*= require summernote/summernote.css
*= require select2/css/select2.min.css
*= require jquery.gritter/css/jquery.gritter.css
*= require datatables/css/dataTables.bootstrap.min.css
*= require bootstrap-slider/css/bootstrap-slider.css
*= require style.css
*= require modify.css
*= require_self
*/


* {
    font-family: 'Kanit', sans-serif;
}

.note-editor.note-frame {
    border: 1px solid #CCCCCC;
}
.note-editor.note-frame .note-editable {
    border: 0px;
    border-top:1px solid #CCCCCC;
}

.note-editor.note-frame .note-toolbar {

     padding-bottom: 0px;
}

.note-popover .popover-content, .panel-heading.note-toolbar{
    padding: 0 0 0 5px;
}

th.switch, th.next, th.previous{
    background-color: transparent;
}

.table-condensed thead > tr > th.switch{
    background-color: transparent;
}

.table-condensed thead > tr > th.dow{
    background-color: transparent;
}

.table-condensed thead > tr > th.next{
    background-color: transparent;
}

.table-condensed thead > tr > th.prev{
    background-color: transparent;
}