@charset "UTF-8";

.title-icon{width:50px}

.app-icon{
    width:52px;
    border-radius:8px;
    -webkit-border-radius:8px; 
    -moz-border-radius:8px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);

}

.ui-widget-content a {
    color:#27AAE1;
}

/* seperator line */
.SeperatorDot{border-bottom:dotted 1px #C3CCD5; width:100%; overflow:hidden; height:0px; margin:5px 0px; float:left;}


.shecdule-event1.fc-event,
.shecdule-event1 a,
.shecdule-event1 .fc-event-inner {
    background-color: #F7941E; 
    color: white;
    border-color: #F7941E;
}

.shecdule-event2.fc-event,
.shecdule-event2 a,
.shecdule-event2 .fc-event-inner {
    background-color: #33AFDE; 
    color: white;
    border-color: #33AFDE;
}

.ui-datatable table thead tr th, .ui-datatable table tfoot tr td, .ui-datatable table thead tr th {
  background-color:#00963A;
  border:1px solid #C3CCD5;
  color:white;
  font-family:ralewaymedium;
  font-size:14px;
  outline:none;
  padding:10px;
}