html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-x:hidden;
  margin-bottom:60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top:1em;
  /* Set the fixed height of the footer here */
  height: 60px;
  font-size:0.8em;
}

hr.style-eight {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.style-eight:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
}

a:link {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.row-alert {
  padding-left:2em;
  padding-right: 2em;
}

.row-alert div {
  padding-top:0.2em;
  padding-bottom:0.2em;
}
.row-alert a:hover {
  text-decoration: none;
}


#loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
}

#feedback-ribbon {
  position: fixed; 
  height: 180px; 
  width: 180px; 
  top: 40%; 
  left:0px;
  float:left;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg); 
  -o-transform: rotate(-90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback-ribbon a { 
  display: block; 
  width: 150px; 
  padding-left:1em;
  padding-right: 1em;
  background: #EEE; 
  text-align: center;
  color: #fff; 
  font-family: Arial, sans-serif; 
  color:#000;
  font-size: 1em; 
  font-weight: bold; 
  text-decoration: none; 
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  border-right: solid 1px #fff;
}

#feedback-ribbon a:hover { 
  background: #BBB; 
}


.borderless td, .borderless th {
    border: none;
}

.center-pills {
    display: flex;
    justify-content: center;
}

.row-social {
  padding-top:0.5em;
}

.row-logo {
  padding-top: 0.5em;
  font-size: 3em;
  font-family: 'Homenaje', sans-serif;
}

.row-logo-nav {
  padding-bottom:0.5em;
  font-size:1.4em;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "\00BB";
    padding: 0 5px;
}

.kaldik-tips {
  font-size:0.9em;
  color: #AAA;
  text-align: center;
  padding-bottom: 0.5em;
}

.kaldik-legend {
  padding-left:1.5em;
}

.kaldik-reference-row {
  padding-top: 0.2em;
  padding-bottom:0.2em;
}

.kaldik-legend-title {
  font-weight: bolder;
  text-align: center;
  margin-bottom: 1em;
}

.kaldik-legend-content {
  font-size:0.7em;
}

.kaldik-legend-col {
  padding: 4px !important;
}

.kaldik-panel-reference-title {
  padding-top:0em !important; 
  padding-bottom:0em !important; 
}

.kaldik-logo-tutwurihandayani {
  height:3em;
}

.kaldik-calendar {
  margin-left:auto;
  margin-right:auto;
}

.kaldik-calendar-month {
  display:inline-block;
}

.kaldik-province-logo {
  height:3.5em;
}


.kaldik-calendar-province-logo {
  height: 8em;
}

.kaldik-calendar-province-title {
  font-size: 1.8em;
}

.kaldik-calendar-province-year {
  font-size: 1em;
  color:#222;
}

.kaldik-calendar-province-reference {
  padding-top: 0.8em;
  font-size:0.8em;
  color:#AAA;
}

.kaldik-calendar-province-detail {
  margin-left: auto;
  margin-right: auto;
  padding-left:2em;
  padding-right: 2em;
}

.kaldik-calendar-legend {
  font-size: 0.8em;
}

.libnas-calendar-month {
  display:inline-block;
}

.kaldik-button-province {
  width: 100%;
  font-weight: bold;
  font-size: 1.5em;
}


.kaldik-dropdown-province {
  width: 100%;
  font-size: 1em;
}

.kaldik-province {
	padding-top:1em;
	padding-bottom: 1em;
	border:1px dashed #DDD;
}

.kaldik-province-table-logo {
	width: 4em;
	text-align:center;
}

.kaldik-province-table-name {
	padding-left: 1em;
	text-align:left;
}

.event-color-red a {
  background-color: #ff0000 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-red {
  background-color: #ff0000;
  background-image :none;
  color: #ffffff;  
}

.event-color-auburn a {
  background-color: #a52a2a !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-auburn {
  background-color: #a52a2a;
  background-image :none;
  color: #ffffff;  
}


.event-color-pink a {
  background-color: #FAAFBE !important;
  background-image :none !important;
  color: #000 !important;
}
.legend-color-pink {
  background-color: #FAAFBE;
  background-image :none;
  color: #000;  
}

.event-color-tangerine a {
  background-color: #f28500 !important;
  background-image :none !important;
  color: #000 !important;
}
.legend-color-tangerine {
  background-color: #f28500;
  background-image :none;
  color: #000;  
}

.event-color-canary a {
  background-color: #ffff99 !important;
  background-image :none !important;
  color: #000 !important;
}
.legend-color-canary {
  background-color: #ffff99;
  background-image :none;
  color: #000;  
}

.event-color-brown a {
  background-color: #7F5217 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-brown {
  background-color: #7F5217;
  background-image :none;
  color: #000;  
}

.event-color-lightbrown a {
  background-color: #b5651d !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-lightbrown {
  background-color: #b5651d;
  background-image :none;
  color: #000;  
}

.event-color-darkbrown a {
  background-color: #654321 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-darkbrown {
  background-color: #654321;
  background-image :none;
  color: #000;  
}

.event-color-salmon a {
  background-color: #ff8c69 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-salmon {
  background-color: #ff8c69;
  background-image :none;
  color: #000;  
}

.event-color-coral a {
  background-color: #ff7f50 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-coral {
  background-color: #ff7f50;
  background-image :none;
  color: #000;  
}

.event-color-asparagus a {
  background-color: #87a96b !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-asparagus {
  background-color: #87a96b;
  background-image :none;
  color: #000;  
}

.event-color-sienna a {
  background-color: #996633 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-sienna {
  background-color: #996633;
  background-image :none;
  color: #000;  
}

.event-color-brass a {
  background-color: #b5a642 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-brass {
  background-color: #b5a642;
  background-image :none;
  color: #000;  
}

.event-color-bubbles a {
  background-color: #e7feff !important;
  background-image :none !important;
  color: #000 !important;
}
.legend-color-bubbles {
  background-color: #e7feff;
  background-image :none;
  color: #000;  
}

.event-color-camel a {
  background-color: #c19a6b !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-camel {
  background-color: #c19a6b;
  background-image :none;
  color: #000;  
}

.event-color-capri a {
  background-color: #00bfff !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-capri {
  background-color: #00bfff;
  background-image :none;
  color: #000;  
}  

.event-color-yellowgreen a {
  background-color: #99CC33 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-yellowgreen {
  background-color: #99CC33;
  background-image :none;
  color: #000;  
}  

.event-color-steelblue a {
  background-color: #3399CC !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-steelblue {
  background-color: #3399CC;
  background-image :none;
  color: #000;  
}  

.event-color-powderblue a {
  background-color: #CCCCFF !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-powderblue {
  background-color: #CCCCFF;
  background-image :none;
  color: #000;  
}  


.event-color-gray a {
  background-color: #C0C0C0 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-gray {
  background-color: #C0C0C0;
  background-image :none;
  color: #000;  
}

.event-color-purple a {
  background-color: #800080 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-purple {
  background-color: #800080;
  background-image :none;
  color: #000;  
}

.event-color-blue a {
  background-color: #0000ff !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-blue {
  background-color: #0000ff;
  background-image :none;
  color: #000;  
}

.event-color-lightblue a {
  background-color: #add8e6 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-lightblue {
  background-color: #add8e6;
  background-image :none;
  color: #000;  
}

.event-color-darkblue a {
  background-color: #00008b !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-darkblue {
  background-color: #00008b;
  background-image :none;
  color: #000;  
}

.event-color-green a {
  background-color: #00ff00 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-green {
  background-color: #00ff00;
  background-image :none;
  color: #000;  
}

.event-color-lightgreen a {
  background-color: #90ee90 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-lightgreen {
  background-color: #90ee90;
  background-image :none;
  color: #000;  
}

.event-color-darkgreen a {
  background-color: #013220 !important;
  background-image :none !important;
  color: #ffffff !important;
}
.legend-color-darkgreen {
  background-color: #013220;
  background-image :none;
  color: #000;  
}

/* To set font color of Sunday and Friday at the header */
table.ui-datepicker-calendar thead tr th.ui-datepicker-week-end:nth-child(1) {
  color: red !important;
}
table.ui-datepicker-calendar thead tr th:nth-child(6) {
  color: green !important;
}

/* To set font color of weekend to red in datepicker */
table.ui-datepicker-calendar tbody tr td.ui-datepicker-week-end:nth-child(1) span {
    color: red !important;
}
/* To set font color of friday to green in datepicker */
table.ui-datepicker-calendar tbody tr td:nth-child(6) span {
    color: green !important;
}

.ui-datepicker {
  background: #FFF !important;
  border: 0px !important;
}

.ui-datepicker-next {
  display:none;
}

.ui-datepicker-prev {
  display:none;
}

.ui-state-disabled {
  opacity: 0.75 !important;
}