.action_row {
	display:inline-block;
	color: #000000;
	font-size: 0.9rem;
	padding: 0.45rem;
	width: 100%;
}

.body-dark, .row-dark, .navbar-dark {
	background-color: #000000;
}

.body-light, .row-light, .navbar-light {
	background-color: #ffffff;
}

.container-header-bimage{
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	z-index:-1;
}

.kisikohk-widget{
	/*border: 1px solid #8b0000;*/
	background-color: #fbb202;
	max-height: 20rem;
	overflow-y: auto;
}

.text-panel{
	height:100%;
	padding: 5rem;
}


.wedge{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-10;
}

.template-container{
	width:45%;
	margin:0px;
	padding:0px;
}
/* BACKGROUNDS END HERE */
/* LAYOUT STUFF STARTS HERE */
.main-wrapper {
	min-height: 100vh;  
	max-height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
/* LAYOUT STUFF ENDS HERE */
/* ROW SPECIFIC STUFF HERE */

.page-footer {
    background-color: #000000;
}

.footer-copyright {
	color:#ffffff;
	padding: 0px;
}

.footer-terms {
	color:#ffffff;
	padding:0px;
}


td.sm_cell{
	font-size: 0.7rem;
}

th.sm_cell{
	font-size: 0.7rem;
}

td.cal_table_heading{
	width: 14.285%;
	height: 3rem;
	text-align: center;
	font-weight: 600;
}

td.cal_day_cell{
	height: 160px;
}

.nav-item{
	text-decoration:none;
	list-style-type:none;
}

/* JQUERY UI DATEPICKER CUSTOMIZATIONS */
.ui-datepicker {
  width: 66.66666667%;
}
.ui-datepicker-calendar {
  background: dodgerblue;
}
.ui-datepicker-header {
  text-align: center;
  color: #fff;
  background: #000;
}
.ui-datepicker-prev {
  float: left;
}
.ui-datepicker-next {
  float: right;
}

.v-middle{
	margin-top:auto;
	margin-bottom:auto;
}

/* LISTS */
.term-cat-heading {
	margin:0.25rem;
	padding:0.5rem 0.75rem;
}

.term-link:link, .term-link:visited, .term-link:hover, .term-link:active  {
	text-decoration: none;
	color: #8b0000;
}