html {
	height:100%;
}

body {
	overflow:hidden;
	background:black !important;
	background-color:black !important;
	padding: 0px;
	margin: 0px;
}

#view_left {
	width: 65%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	bottom: 40px;
	left: 0px; 
}

#view_left #content {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0%;
	bottom: 40px;
	left: 0px; 
	border: none;
	color:black !important;
	background-color:black !important;
	background:black !important;
}

embed, object, iframe {
	color:black !important;
	background-color:black !important;
	background:black !important;
}

#view_right {
	width: 35%;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	bottom: 40px;
	right: 0px; 
	background-color: #000;
}

#view_right iframe {
	background-color: #000 !important;
	background: black !important;
}

#buttons_left {
	position: absolute;
	padding: 0px;
	margin-left: 15px;
	margin-top: 11px;
	bottom:10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#buttons_right {
	float:right;
	margin-right: 63px;
	margin-top: 3px;
	position: absolute; 
	visibility: hidden;
	font-size:12; 
	right:0px; 
	bottom:5px;
}

#text a {
	display:inline-block;
	width:130px;
	height:25px;
	text-decoration:none;
}

.label {
	position:relative;
	top:3px;
}

#status {
	display:inline;
	position:relative;
	top:6px;
	float:left;
}


.strbutton {
	position:relative;
	color:white;
	font-family:arial;
	top:2px;
	width:130px !important; 
	height:25px; 
	background-repeat:no-repeat; 
	background-size: 130px 25px;
	text-align:center;
	text-shadow: 1px 2px 2px #000;
}

.mc-video-js {
    width: 100%;
    height: 100%;
}

.mc-video-js .vjs-big-play-button {
    position: relative;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

#btn_minimize {
	font-size:13px !important;
	position:absolute;
	float:right;
	right:9px;
	bottom:5px;
	z-index:2;
	width:48px;
}


#gen_custom, #btn_chonly, #btn_astoggle, 
#btn_swtoggle, #btn_mp, #btn_expand, 
#cancel, #ratio_slider, #slider_tot, #btn_pollreq, #dropdown_button,
#btn_pollres, #btn_polltemp, #btn_pollauth, #btn_pollreset, #btn_chattype, #btn_genlist, 
#btn_swc, #btn_refresh_chat, #btn_refresh_stream, #btn_login, #btn_logout, #btn_change_region, #button_filler
{
	position:relative;
	display:inline-block;
	font-size:13px;
}

.main_button {
	position:relative !important;
	display:inline-block !important;
	font-size:13px !important;
}


#dropdown_button { 
	padding: 5px 5px;
	text-align: center;
	align-items: center;
}
#dropdown_menu {
	/* border: 1px solid grey; */
	/* background-color: #444444; */
	background-color: #000000;
	margin: 3px;
	position: absolute;
	display: flex;
	flex-direction: column;
    bottom: calc(100% + 5px); /* Position the menu above the button with spacing */
    right: 0; /* Align the menu with the left of the button */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure the menu appears above other elements */
	white-space: nowrap; /* Prevent buttons from wrapping */
}
.drop_item {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
}
.drop_item:hover {
	border: 1px solid blue;
    background: #101088;
}

#poll_window {
	position: absolute;
	display: none;
	z-index: 1;
	top: 10px;
}

#poll_window #window {
	border-radius: 10px;
	-moz-box-shadow: 4px 4px 14px #000; 
	-webkit-box-shadow: 4px 4px 14px #000; 
	box-shadow: 4px 4px 14px #000; 
}

#poll_window #close {
	position: absolute; 
	color: white;  
	float: left; 
	left: 11px; 
	font-size: 25px; 
	top: -1px; 
	text-decoration: none !important;
}