@charset "utf-8";
html, body {
    height: 100%!important; background-color: black!important; color: white!important;
}


.wrapper {
  min-height: 100vh;
  display: flex;
}

.site_stretch {
  display: flex;
  flex-direction: column;
}

.content_holder_desktop{
    height: 100vh!important;
	min-height:100vh!important;
	/*border: #F7FB03!important;
	border-style: solid!important;
	border-width: thin!important;*/
	color:#FFFFFF!important;
	padding: 10px!important;
	display: flex;
    flex-direction: column;
}


.content_holder_mobile{
    height: 100vh!important;
	min-height:100vh!important;
	width: 100%!important;
	/*border: #F7FB03!important;
	border-style: solid!important;
	border-width: thin!important;*/
	color:#FFFFFF!important;
	padding: 10px!important;
	display: flex;
    flex-direction: column;
}


.cnc_footer{
	background-color: #000!important;
	/*border: #F7FB03 thin solid!important;*/
	color:#FFFFFF!important;
	position: fixed;
    bottom: 0;
	width:100%;
    height: 2.5rem;            /* Footer height */
}

.cnc_links{
	color:#F7FB03!important;
	text-decoration: underline!important;
}


.complete_border{
	border:#F7FB03 thin solid!important;
	
}

.column_padding{
	padding:1px!important;
}

.column_content_padding{
	padding:5px!important;
	border:#F7FB03 thin solid!important;
}

.message_content_padding{
	padding:5px!important;
	border:#F7FB03 thin solid!important;
	height: 100vh!important;
}

/* Accordian Styles */

.accord_header{
	background-image: url("../site_images/stylistic/Accordian_Header_Background.png");
    background-position:left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    overflow: hidden;
	padding-left:10px!important;
	padding-right:5px!important;
	padding-bottom:5px!important;
	padding-top:15px!important;
	border-bottom: #F7FB03 thin solid!important;
	border-radius: 0!important;
	height: 50px!important;
	vertical-align: middle!important;

}

.accord_header_mobile{
	background-image: url("../site_images/stylistic/Accordian_Header_Background.png");
    background-position:center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    overflow: hidden;
	padding-left:10px!important;
	padding-right:5px!important;
	padding-bottom:7px!important;
	padding-top:7px!important;
	border-bottom: #F7FB03 thin solid!important;
	height: 30px!important;
	vertical-align: middle!important;
}

.accord_header_text{
	color:#FFF!important;
	text-decoration:none!important;
	font-size: 20px!important;
	font-weight:bolder!important;
	text-shadow: 1px 1px #000!important;
	vertical-align: middle!important;
}

.accord_header_text_mobile{
	color:#FFF!important;
	text-decoration:none!important;
	font-size: 14px!important;
	font-weight:bolder!important;
	text-shadow: 1px 1px #000!important;
}


.accord_content{
	background-color: #000000!important;
	color:#FFF!important;
	padding:10px!important;
	border-bottom: #F7FB03 thin solid!important;
}

/* Small Panel Styles */
.spanel_style{
	border:#F7FB03 thin solid!important;
	color: #FFF!important;
	background-color: #000!important;
	padding: 10px!important;
}

.spanel_header{
	border-bottom:#F7FB03 thin solid!important;
	color: #FFF!important;
	background-color: #000!important;
	margin-bottom: 10px!important;
}


.spanel_content{
	color: #FFF!important;
	background-color: #000!important;
}

.spanel_footer{
	border-top:#F7FB03 thin solid!important;
	color: #FFF!important;
	background-color: #000!important;
}

.panel_logo_backgrounds{
	background-image: url("../site_images/stylistic/Accordian_Header_Background.png");
    background-position:left; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    overflow: hidden;
	color:#FFF!important;
	text-decoration:none!important;
	font-size: 16px!important;
	font-weight:bolder!important;

}

.inner_panel_logo_backgrounds{
	background-color: #000000!important;
	color:#FFF!important;
	border-bottom:#F7FB03 thin solid!important;
	font-size: 16px!important;
}

.machines_panel_body_height{
	min-height: 320px!important;
	vertical-align: top!important;
}
.panel_logo_border{
	border: #F7FB03!important;
	border-style: solid!important;
	border-width: thin!important;
	border-radius: 0px!important;
}
.panel_content_style{
	padding: 20px!important;
	background-color: #000!important;
}

.panel_slides_hide{
	overflow: hidden;
}
.panel_footer{
	background-color: #000!important;
	border: thin #F7FB03 solid!important;
	color:#FFFFFF!important;
}

/* Slideshow Styles */

.ss_hide_hldr{
	vertical-align: middle!important;
	height: 425px!important;
}

.sside_text_hldr{
	vertical-align: middle!important;
	height: 392px!important;
}

/* Tabs Styles */

.cnc_tabs_style{
	
	background-color: #000!important;
	border: thin #F7FB03 solid!important;
	color: #F7FB03!important;
	font-weight: 300!important;

}

/* Misc Styles */

.red_text{
	color: red!important;
}

.live_text{
	color: springgreen!important;
}

.white_text{
	color: white!important;
}

.black_text{
	color: black!important;
}

.yellow_text{
	color: #F7FB03!important;
}


.media_active{
	color: #22FF00!important;
}

.media_hidden{
	color: #FF0004!important;
}

.cnc_progress{
	border:#F7FB03 thin solid!important;
	background-color: #000!important;
	color:#000000;
}

.cnc_progress_ind{
	background-color: #F7FB03!important;
}


.top_and_bottom_border{
	border-bottom:#F7FB03 thin solid!important;
	border-top:#F7FB03 thin solid!important;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.left_and_right_border{
	border-left:#F7FB03 thin solid!important;
	border-right:#F7FB03 thin solid!important;
	
}

.bottom_border{
	border-bottom:#F7FB03 thin solid!important;
	margin-bottom: 10px;
	
}

.modal_content_style{
	background-color:black!important;
	border: #F7FB03!important;
	border-style: solid!important;
	border-width: thin!important;
	border-radius: 0px!important;
}

.cnc_yellow{
	color:#F7FB03!important;
}
.btn_sm_vmw_style{
	background-color: transparent!important;
	color:#F7FB03!important;
	border-radius: 3px!important;
	border:#F7FB03 thin solid!important;
	padding: 5px 10px!important;
    font-size: 12px!important;
    line-height: 1.5!important;
}
.btn_vmw_style{
	background-color: #000000!important;
	color:#F7FB03!important;
	border:#F7FB03 thin solid!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
.frm_vmw_style{
	background-color: #000000!important;
	color:#FFFFFF!important;
	border:#F7FB03 thin solid!important;
}
.frm_vmw_filestyle{
	background-color: #000000!important;
	color:#FFFFFF!important;
	border:#F7FB03 thin solid!important;
	width:100%!important;
}
.frm_media_visible_style{
	background-color: #000000!important;
	color:#12FF00!important;
	border:#F7FB03 thin solid!important;
}
.frm_media_hidden_style{
	background-color: #000000!important;
	color:#FF0004!important;
	border:#F7FB03 thin solid!important;
}
.machines_panel_body_height{
	min-height: 320px!important;
	vertical-align: top!important;
}