body {
	background: url(../images/bg.jpg); 
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.container { width: 95% !important }
#data-add { width: 100% !important }
#report { width: 100% !important; background: #fff !important }

.well { background: #fff !important }
.row { background: #fff !important; border-radius: 4px; margin: 5px 0 5px 0; padding: 15px 0 0 0; }

.page-header {
  padding: 0;
  margin: 0 0 10px 0;
  border: 0;
}

.panel-heading { font-weight: bold; }
.panel-default { background: #f1f1f1 !important } /*D7EBFF E8D891 FFC6BB fcfcfc*/

.reporttable td {border:0; padding: 2px; margin: 2px;}

/* Activity/Progress */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/loading-0.gif') 
                50% 50% 
                no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

/* Required */
.form-group.required .control-label:before{
	color: #d00;
	position: absolute;
	margin-left: -15px;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 11px;
	content: "\f069";
}

.colorgraph {
	height: 5px;
	border-top: 0;
	background: #c4e17f;
	border-radius: 5px;
	background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
	background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.center-block { float: none !important }

/* Easy Pie Chart */
.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

/* Datatables Hide Field */
th.idfield, td.idfield  { display: none; }

.navbar {
  margin-bottom: 10px;
}

.errors ul {list-style:none;margin:2px 0;padding:0;}
.errors ul li {font-weight:bold;font-size:1em;color:#8a1f11;list-style:none;margin:0;padding:0;}

@media print {
	.page-break  { display: block; page-break-before: always; }
}

#calendar_activities { margin: 10px 10px 20px 10px !important; }

.leaveschedule { border: 1px solid gray; text-align: center; }  

#progress-leave { width: 100%; }

.graphcontainer {
	box-sizing: border-box;
	width: 1000px;
	height: 400px;
	padding: 30px;
	margin: 20px auto 20px auto; 
	border: 1px solid #ddd;
	background: #fff;
}

.placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

/* YearView
--------------------------------------------------------------------------------------------------*/

.fc-year-main-table {
	border-spacing: 5px;
}

.fc td.fc-year-monthly-td,
.fc td.fc-year-month-separator,
.fc td.fc-year-month-border {
	border-color: transparent;
}

.fc-year-monthly-td {
	text-align: center;
}

.fc-year-month-border.fc-first {
	width: 0;
	max-width: 8px;
}

.fc-year-month-border.fc-last {
	width: 0;
	max-width: 8px;
}

.fc-year-month-separator {
	width: 8px;
}

.fc-year-view .fc-row table.fc-year-month-header {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.fc-year-monthly-name {
	margin-top: 16px;
	line-height: 24px;
}

.fc-year-monthly-name.fc-first {
	margin-top: 0;
}

.fc-year-monthly-name a {
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.fc-year-monthly-footer {
}

.fc-year-view .fc-row .fc-bg table {
	/* missing borders */
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}

.fc-year-view .fc-row.fc-last .fc-bg table {
	/* missing borders */
	border-bottom: 1px solid #dddddd;
}

.fc-year-view .fc-week-number-head.ui-widget-header,
.fc-year-view .fc-day-header.ui-widget-header {
	/* non visible with 1px due to .fc-row:first-child table style */
	border-bottom-width: 2px;
}

.fc-year-view .fc-rigid.fc-row {
	/* fix: right and bottom borders hidden with overflow hidden */
	overflow: inherit;
}

.fc-year-view .fc-day-grid .fc-row {
	min-height: 42px; /* ensure that all rows are at least this tall */
}

.fc-year-view table {
	font-size: .9em;
}

.fc-ltr .fc-year-view .fc-day-number {
	text-align: right;
}

.fc-year-view td.fc-day-number {
	padding: 0 2px;
}

/* week numbers */

.fc-year-view th.fc-week-number-head {
	font-size: 0.85em;
	font-weight: normal;
}

.fc-year-view .fc-week-number-head {
	max-width: 22px; overflow-x : hidden;
	vertical-align: middle;
}

.fc-year-view td.fc-week-number {
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	/* border-left-color: #dddddd; */
	font-size: 0.92em;
	font-weight: normal;
	padding-left: 2px;
}

/* events */

.fc-year-view .fc-event {
	font-size: .76em;
	line-height: 1.15;
	text-align: left;
	border-radius: 2px;
}

.fc-year-view .fc-event-inner {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fc-year-view .fc-event-title {
}

.fc-year-view .fc-time {
	/* hide time in year view */
	display: none;
}