.text-black {
  color: #000000 !important;
}

.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;
}

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


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

/* BACKGROUNDS END HERE */
/* LAYOUT STUFF STARTS HERE */
.main-wrapper {
	position: relative;
	top: -100px;
	min-height: 100vh;  
	max-height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.main-wrapper-dash {
	position: relative;
	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;
}


a.bold_phone:link, a.bold_phone:visited, a.bold_phone:hover, a.bold_phone:active {
	text-decoration: none;
	color: #000000;
	font-size: 3.5rem;	
}

/* SHOUT OUT LAYOUT ITEMS */
.img_row {
	max-height: 200px;
	overflow:hidden;
}

.shoutout-title {
	color: #000000;
	font-size: 1.25rem;
	text-transform: uppercase;
	background-color: #ef5c2a;
	padding: 1.5rem;
	margin-bottom: 0rem;
	font-weight: 600;
}

/* PORTFOLIO LAYOUT ITEMS */

.portfolio-description-row{
	width:100%;
	height: fit-content;
}

.thumb-background {
	float: left;
	width: 150px;
	height: 244px;
	padding: 0px;
	overflow: hidden;
}

.thumb-title {
	background-color: #000000;
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	text-align:center;
	margin-bottom: 2px;
}

.thumb-img {
	margin-left: 11px;
	margin-bottom: 2px;
}

.thumb-caption {
	background-color: #ef5c2a;
	padding: 0.25rem;
	color: #ffffff;
	font-size: 0.65rem;
	height:100%;
}

.thumb-action-row {
	margin-top:0.25rem;
	margin-bottom:0.25rem;
}

#image_editor_panel {
	width: 420px;
	display: block;
	height: 450px;
	white-space: nowrap;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.horizontal_slider_bg {
	width: 100%;
	height: 30px;
	padding: 0.25rem;
	position: relative;
}

.vertical_slider_bg {
	width: 30px;
	height: 360px;
	position: relative;
	padding: 0.25rem;
}

#image_panel {
	background-color:#cccccc;
	width: 360px;
	height: 360px;
	padding: 5px;
	position: relative;
	top: 0px;
	left: 0px;
}

#lr_slider_section {
	height: 20px;
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left:auto;
}

#zoom_slider_section {
	height: 20px;
	width: 200px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left:auto;
}


#mask_slider_section {
	height: 200px;
	width: 20px;
	position: relative;
	left: 5px;
	top: 0px;
	margin-top:80px;
}

#height_slider_section {
	width: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top:80px;
}

#image_mask {
	position: relative;
	top: 0px;
	left: 0px;
}

.edit_button {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	border: 0px;
	z-index: 1000;
	top: 30px;
}

.delete_button {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	border: 0px;
	z-index: 1000;
	top:30px;
}

.modal-header {
	color: #ffffff;
	background-color: #000000;
}

.modal-body {
	color: #000000;
	background-color: #ffffff;
}

.modal-footer{
	color: #ffffff;
	background-color: #000000;
}