@import url('https://fonts.googleapis.com/css?family=Hammersmith+One|Monda|Open+Sans+Condensed:300|Oswald');
@import url('https://fonts.googleapis.com/css?family=Oswald');

/* google autofill*/
/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: auto !important;
}

/* used for javascript toggles */
.show {
    display: block;
}
.centre {
    width: 100%;
    margin: 0 auto; 
    text-align: center;
    color: #fff;
    text-shadow: 0 0 3px #444, 0 0 5px #000;
}
.contents_nhi2 {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    background-position: right;
    background-image: url("images/login_bg05.jpg");
    background-repeat: no-repeat;
    background-size: cover; 

}
.parallax_container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 1px;
    perspective: 1px;
    background-color: black;
    color: white;
    transform: none;
}
.parallax__group {
    position: relative;
    height: auto;
    transform-style: preserve-3d;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    margin: auto;
    max-height: 1080px;
}
.video_details_bg_img {
    width: 100%;
    object-fit: cover;
}
.video_header_hd_wrap {
    display: inline;
    position: absolute;
    right: 10;
    top: 20px;
    width: 10%;
    min-width: 35px;
    max-width: 65px;
    height: auto;
}
.video_header_hd {
    margin: auto;
    position: absolute;
    width: 100%;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    text-align: center
}
.video_header_text {
    font-size: 1.5em;
}
.sd_enabled {
    opacity: .5;
}
.hd_enabled {
    opacity: 1;
}




.video_header_container h2 {
    height: 60px;
    display: inline;
    margin: auto;
    position: absolute;
}

#vdo_main {
    display: none;
    position: absolute;
    z-index: 1500;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px -1px 45px 39px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px -1px 45px 39px rgba(0,0,0,1);
    box-shadow: inset 0px -1px 45px 39px rgba(0,0,0,1);
}

/* Dashboard content */
#dashboard_video_container {
    text-align: center;
}
.dashboard_video {
    width: 70%;
    display: block;
    margin: 0 auto;
    min-width: 300px;
}

/* */
.menu_header_bar_login {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.1);
    width: 100%;

}

.menu_header_bar_login li {
    float: left;
}

.menu_header_bar_login li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: underline;
}

.menu_header_bar_login li a:hover {
    background-color: #111;
}

.active {
    background-color: rgba(76, 175, 80, .85)
}
.menu_header_bar_login {
    float: right;
}
.menu_header_bar_login .menu_right button {
    background-color: rgba(0,0,0,.1);
    border-style: none;
    color: white;
}
.menu_right button:hover, .menu_right button:focus {
    outline: 0;
}

/* HEADER MENU */
/* HEADER */
.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(-2px) scale(3);
    transform: translateZ(-2px) scale(3);
}
.header_menu {
    height: 45px;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;

}
.header_bg_img {
    position: absolute;
    display: block;
    margin: auto;
    width: 100%;
}
/* MENU BAR ********************************************************/
.menu_header_bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 360px;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
.menu_header_bar li {
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;

}
.menu_header_bar li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.menu_header_bar li a:hover {
}

.menu_header_bar .active {
}
#menu_main_reduced {
    display: none;
    float: left;
}


/* header */
/********************************************************************************/
.menu_header_container {
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    padding: 0;
    height: 50px;
    max-height: 50px;
    min-height: 35px;
    min-width: 235px;
    max-width: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

/* The container <div> - needed to position the dropdown content */
.menu_main_container {
    position: absolute;
    display: inline-block;
    float: left;
}
.menu_main_icon {
    margin-top: 5px;
    height: 35px;
    width: 35px;
    pointer-events: none;
}
[if IE] .menu_main_icon {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/images/menu_icon_3stripe.png', sizingMethod='scale');
    background:none !important;
}
.menu_main_button {
    background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    z-index: 1000;
    position: relative;
    height: 100%;
}
/* remove border when clicked */
.menu_main_button:hover, .menu_main_button:focus {
    outline: 0;
}
/* Dropdown Content (Hidden by Default) */
.menu_main_content {
    display: none;
    position: absolute;
    min-width: 160px;
    min-height: 145px;
    background-color: rgba(0,0,0,.7);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.7);
}
/* Links inside the dropdown */
.menu_main_content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.menu_main_content a:hover {
    background-color: rgba(76, 175, 80, .50);
}
.menu_right a:hover {
    background-color: rgba(76, 175, 80, .50);
}   

/* The container <div> - needed to position the dropdown content */
.menu_myaccount_container {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.menu_myaccount_button {
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    height: 100%;
}
/* remove border when clicked */
.menu_myaccount_button:hover, .menu_myaccount_button:focus {
    outline: 0;
}
/* Dropdown Content (Hidden by Default) */
.menu_myaccount_content {
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: -5px;
}

/* Links inside the dropdown */
.menu_myaccount_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.menu_myaccount_content a:hover {background-color: #f6f6f6}

/* UNIVERSAL */
body {
    margin:0;
    padding:0;
    background-color: #F2F3F4;
    font-family: 'Monda', sans-serif
}


/* CONTENT CONTAINERS */
.body_dark {
    min-height: 100%;
    color: white;
    background-color: #000;
    font-family: 'Monda', sans-serif;
}

.white_text {
    color: white;
}
/* CONTENTS */
.contents_videoplayer {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
}

/* Dashboard content */
#dashboard_video_container {
    text-align: center;
}
.dashboard_video {
    width: 70%;
    display: block;
    margin: 0 auto;
    min-width: 300px;
}

/* lOGIN FORM styles ************************************************/

#form_box_container_login {
    position:relative;
    width: 250px;
    padding: 25px;
    margin: auto;
    font-size: 12px;
    background-color: rgba(0,0,0,.1);
}
form_box_container_login h3 {
    text-align: center;
}

.form_textbox_login {
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 8px;
    font-size: 12px;
    opacity: .9;
}
.form_longtextbox {
    display: block;
    width: 100%;
    height: 50%;
    margin-bottom: 8px;
    font-size: 12px;
}
.form_button_login {
    width: 100%;
    height: 35px;
    margin: 8px auto 8px auto;
    background-color: rgba(76, 175, 80, .9);
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    cursor: pointer;
}
.form_button_emailer {
    display: inline-block;
    float: right;
    width: 100px;
    height: 35px;
    margin: auto;
}
.form_textarea {
    width: 100%;
    height: 60%;
    resize: none;
    border: none;
    overflow: auto;
    outline: none;
}
.form_checkbox_login {
    opacity: .9;
    margin-bottom: 8px;
}
.form_listbox_login {
    opacity: .9;
    margin-bottom: 8px;
}
.form_listbox_inviteUser{
    width: 250px;
    height: 35px;
    margin-bottom: 8px;
}

.form_textlink_login {
    margin: auto;
    float: right;
    font-size: 12px;
}

/* LOGIN VIDEO content ********************************************************/
.video_body {
    position: relative;
    margin: auto;
    height: 100%;
    display: block;
    overflow: hidden;
}
#video_overlay { 
    display: block;
    margin: auto;
    color: white; 
    width: 100%;
    height: 100%;
    font-size: 1.2rem; 
}

video#bgvid { 
    position: absolute;
    z-index: -100;
    transition: 1s opacity;
    position: absolute;
    width: 820px;
    overflow: hidden;
    left: 50%;
    margin-left: -410px;
}


.stopfade { 
    opacity: .6; 
}


/* VIDEOPLAYER content ********************************************************/
#videoplayer_load_button {
    position: relative;
    margin: auto;
    height: 250px;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    background-color: black;
    color: white;
    /* background-size: cover;
    background-image: url(../video/login_cover.jpg); */
    cursor: pointer;
} 

#videoplayer_load_button:hover, #videoplayer_load_button:focus {
    outline: 0;
}


#videoplayer {       
    position: fixed;
    width: 100%;
    z-index: -1;
}
#videoplayer_fullwrap {
    position:fixed;
    height: 100%;
    width: 100%;
}

#videoplayer_controls #volume-bar {

}
#videoplayer_controls #seek-bar {
    width: 50%;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

#videoplayer_controls #pause_play_fade {
    width: 50px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    outline: none;
    border: none;
    /* background-size: 95px 95px;
    background-image: url(../style/images/video_controls_chaulk.jpg); */
}
#videoplayer_controls #mute {
    width: 50px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    outline: none;
    border: none;
    /* background-position: bottom left;
    background-size: 60px 60px;
    background-image: url(../style/images/video_controls_chaulk.jpg); */
}
#videoplayer_navigation_playlist_wrapper {
    width: 75%;
    margin: auto;
    height: auto;
    overflow: scroll;
}
#videoplayer_navigation_header {
    margin: 0;
    padding: 0;
    width: 100%;
}
#videoplayer_navigation_hide {
    width: 100px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: block;
    margin-top: -5px;
    padding-top: 8px;
    background-color: #000;
    color: white;
    border-radius: 0px 0px 8px 8px;
    border-color: #000;
    outline: none;
    opacity: .6;
}
/* .videoplayer_playlist_titles {
bottom: 0px;
color: white;
opacity: 0.7;
background-color: black;
width: 185px;
height: 15px;
} */
/* ERR HANDLER content ********************************************************/
.Msgbox_error {
    background-color: red;
}
#container {
    margin: auto;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    height: 150px;
    width: 500px;
    background-color: white;
    color: white;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}

#container .error_handler {
    margin: auto;
    width: 100%;
    height: 100px;
    font-size: 12px;

}
#container .container_header {
    font-size: 18px;
    text-align: center;
    width: 100%;
    background-color: greenyellow;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.5), 
        0 2px 2px rgba(0,0,0,0.3), 0 0 4px 1px rgba(0,0,0,0.2), 
        inset 0 3px 2px rgba(255,255,255,.22), 
        inset 0 -3px 2px rgba(0,0,0,.15), 
        inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
}
#container .container_contents {
    font-size: 12px;
    text-align: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-top: 20px;
}

#container .container_buttons {
    margin: auto;
    width: 100%;
    font-size: 12px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#container .container_buttons button {
    margin: 5px;
}


#countdown_clock_container  {
    margin: auto;
    width: 650px;
}

/* VIDEO content ********************************************************/
#video_container {
    margin: auto;
    display: flex;
    align-items: center;
    background-color: black;
}

/* FORM content ********************************************************/
#form_box_container {
    width: 250px;
    margin: auto;
    font-size: 12px;
    display: block;
    position: relative;
}

#multi_form_box_container {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    font-size: 12px;
    display: block;
    position: relative;
}

.form_box {
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
}
.form_textbox {
    display: block;
    width: 250px;
    height: 30px;
    margin: auto auto 8px auto;
    font-size: 12px;
}
.manage_account_formbox_dialog {
    position: relative;
    display:block;
    max-width: 500px;
    height: auto;
    margin: auto;
    padding-bottom: 10px;
}
.manage_account_formbox_dialog_inner {
    height:auto;
    display:block;
    font-size:16px;
    max-width: 500px;
    display:block;
    background-color:black;
    color:white;
}
.form_textbox_large {
    margin: auto;
    display: block;
    width: 250px;
    min-width: 250px;
    height: 250px;
    margin-bottom: 8px;
    font-size: 12px;
}
.form_activate_textbox {
    width: 250px;
    height: 30px;
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
}
.activate_background {
    height: 100%;
    background-position: right;
    background-image: url("images/login_bg05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color:black;
}
.form_textlink {
    float: right;
    font-size: 12px;
}

.form_button {
    width: 250px;
    height: 35px;
    margin: 8px auto 8px auto;
    background-color: rgba(76, 175, 80, 1);
    border: none;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    cursor: pointer;
}
.form_checkbox {
    float:right;
    margin: auto;
}

.form_listbox {
    float:right;
    width: 165px;
    height: 30px;
    font-size: 12px;
}

/* Form messagebox content */
.form_input_status_bar_container {
    display: block;
    color: white;
    font-size: 1em;
    font-family: 'Open Sans',helvetica,arial,sans-serif;
}
.form_input_status_bar_container .status_msg {
    display: table-cell;
    vertical-align: middle;
    padding-bottom:  5px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 5px;
}
.form_input_status_bar_container .status_img {
    display: table-cell;
    vertical-align: middle;
    padding-bottom:  5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.form_input_status_bar_container .status_img img{
    height: 24px;
    width: 24px;
}

.form_input_status_bar {
    display: table-row;
    align-content: center;
}

.form_input_status_bar_negative_container {
    display: table;
    height: 100%;
    min-height: 50px;
    width: 250px;
    background-color: #D74040;
    border-radius: 5px;
    box-sizing: border-box;
}

.form_input_status_bar_positive_container {
    display: table;
    height: 50px;
    width: 250px;
    background-color: limegreen;
    border-radius: 5px;
    box-sizing: border-box;
}

/* SQL QUERY tables ********************************************************/
#Query_Table_Container {
    display: block;
    margin: 0 auto;
}

.table1 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    border-collapse:separate;
}

.table1 thead th {
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
    );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
    );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody td{
    padding:10px;
    text-align:center;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}

/* SQL QUERY piechart ********************************************************/
.piechart {
    width: 50%; 
    height: 350px;
}


/* disclaimer */
#disclaimer {
    margin: 0 auto;
    margin-top: 25px;
    height: auto;
    width: 50%;
    padding: 50px;
    -webkit-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px 5px 5px 5px;
    border-radius:5px;
    border-radius:5px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    background-color: white;
    color: black;
}

#disclaimer_agree_wrapper {
    width: 185px;
    float: right;
}
.agree_button {
    display: inline-block;
    height: 25px;
    width: 100px;
    margin-right: 25px;
    margin-left: 5px;
    float: right;
}
.agree_checkbox {
    display: inline-block;
    height: 25px;
}
#disclaimer_form {
    margin: 0px auto;
}

/* Feedback */
#feedback_container {
    display: block;
}
.content {
    background: linear-gradient(rgba(0, 0, 0, .94), rgba(0, 0, 0, .94) ), url('images/Angry%20Dog.png');
    background-size: 35%;
    background-position: -6% top;
	background-repeat: repeat;
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 28%;
    background-color: #000;
    -webkit-perspective: 1px;
    perspective: 1px;
}
.welcome_msg {
    text-align: left;
    width: 80%;
    margin-bottom: 20px;
    padding-left: 50px;
}
.header_nhi {
    min-width: 300px;
    height: 45px;
}
.content_nhi {
    padding: 55px 0px 0px 0px;
    height: auto;
}
.content_header {
    margin: 0px auto;
    background-color: black;
    color: white;
    padding: 45px 0px 0px 0px;
    width: 75%;
    height: 50px;
    text-align: center;
}
.video_header_backbutton {
    height: 25px;
    width: 25px;
    display: inline-block;
    float: left;
}


#video_quality_button {
    display: inline-block;
    float: right;
}
.video_player {
    display: block;
    max-width: 100%;
}
/* FOOTER */
.footer {
    position: relative;
    padding-top: 35px;
    top: 40px;
    background:#fff;
    text-align: center;
    min-height: 250px;
    font-family: 'Oswald', sans-serif;
    bottom: 0;
    background-color: rgba(62, 66, 69, 0.5);
}
.footer_content {
    margin: 0px auto;
}
.footer_header {
    color: rgba(255, 255, 255, .7);
    font-size: 1.5em;
}
.footer_footer {
    position: absolute;
    text-align: center;
    width: 100%;
    display: block;
    bottom: 10px;
    color: rgba(255, 255, 255, .3);
}
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100');
.footer_content ul {
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight:100;
    font-style:normal;
    line-height: 1.3em;
}
.footer_content li {
    margin: auto;
    display: block;
    text-align: center;
    border-bottom: solid 1px rgba(62, 66, 69, 0.3);
    max-width: 90%;
}
.footer_content li:last-child {
    border-bottom: none;
}
.footer_content li a, .footer_content li a:visited, .footer_content li a:hover, .footer_content li a:active{
    text-decoration: none;
     color: rgba(255, 255, 255, .3);
}
/* FOOTER REDUCED*/
.footer_reduced {
    pointer-events: none;
    width: 100%;
    height: 50px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    bottom: 0;
    display: block;
}
.footer_content_reduced {
    margin: 0px auto;
    padding: 10px;
    display: block;
    position: relative;
}
.footer_header_reduced {
    color: rgba(255, 255, 255, .4);
    font-size: 1.5em;
}
.footer_footer_reduced {
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    bottom: 10px;
    color: rgba(255, 255, 255, .4);
}
/* END FOOTER */
#myaccount_management {
    padding-top: 25px;
    padding-bottom: 25px;
    color: white;
    height: auto;
}
#myaccount_management a {
    text-decoration: none;
    text-align: center;
    margin: auto;
    display: flex;
    height: 70%;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    text-align: center;
    height: 50px;
    width: 80%;
    max-width: 400px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#myaccount_management a, #myaccount_management a:visited, #myaccount_management a:hover, #myaccount_management a:active {
    color: black;
}
.myaccount_dropdown {
    margin: 0px auto;
    width: 80%;
    max-width: 750px;
    display: none;
}


/* NEW VIDEO PLAYER */
/* **************** */
.video_featured {
    width: 100%;
    margin-top: -10px;
}
.video_featured_header {
    font-size: 1.6em;
    padding-top: 10px;
    height: 35px;
    color: white;
    text-align: center;
    width: 100%;
    background-color: #222;
}
.video_featured_header_tn {
    margin: 0px auto;
    display: block;
    max-height: 600px;
    max-width: 800px;
    width: 80%;
}
.video_feature_container {
    position: relative;
    width: 100%;
    min-width: 270px;
    padding-bottom: 10%;
    margin-bottom: 25px;
    background-color: black;
    background-image: url(images/feature_video_bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.bg_opacity {
    position: absolute;
    opacity: .45;
    filter: alpha(opacity=45);
    background-color:black;
    height: 100%;
    width: 100%;
}
.video_list {
    display: block;
}
.video_feature_db_bg {
    position: absolute;
    z-index: -1;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    height: 100%;
    opacity: .35;
}
.video_feature_va_bg {
    position: absolute;
    z-index: -1;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    height: 100%;
    opacity: .35;
}
/* contains all video catagorys */
.video_archive {
    width: 100%;
}

/* sets the width of each catagory */
.video_catagory_wrapper {
    width: 100%;
    height: auto;
    background-color: #222;
}

/* sets the width of each catagory */
/* also scrolls each catagory */
.video_catagory_playlist_wrapper {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: scroll;
}

.video_catagory_playlist_container {
    display: block;
    height: 120px;
    min-width: 100%;
}
#videoplayer_navigation_container {
    z-index: 1;
    display: none;
    overflow: hidden;
    margin-top: 25px;
}
#videoplayer_playlist {
    display: block;
    height: 105px;
    width: 570px;
    overflow: scroll;
    margin: auto;
}
.videoplayer_playlist_button {
    height: 100px;
    width: 185px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px;
    background-size: cover;
    color: white;
    border: none;
}
.videoplayer_playlist_button:hover, .videoplayer_playlist_button:focus {
    background-color: white;
    opacity: .75;
    outline: 0;
}
.video_catagory_header {
    font-size: 1.6em;
    color: white;
    text-align: left;
    width: 100%;
}
.videoplayer_playlist_titles {
    color: white;
    opacity: 0.7;
    background-color: black;
    width: 185px;
    height: 15px;
    margin-top: 70px;
}
.video_header_details_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    max-height: 550px;
    overflow: hidden;
}
.video_details_overlay {
    position: absolute;
    text-align: center;
    z-index: 1500;
    width: 100%;
    height: 100%;
    max-width: 1080px;
    -webkit-box-shadow: inset 0px -1px 45px 39px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px -1px 45px 39px rgba(0,0,0,1);
    box-shadow: inset 0px -1px 45px 39px rgba(0,0,0,1);
}
.video_bg_clickable {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2000;
}
.video_header_backbutton {
    float: left;
    margin-top: 1%;
    margin-left: 12px;
    opacity: 0.8;
    width: 5%;
    height: 5%;
    max-width: 32px;
    min-width: 24px;
}
.video_header_backbutton:hover {
    opacity: 1;
}
.video_header_hdbutton_active {
    float: right;
    margin-top: .2%;
    margin-right: 12px;
    opacity: 1;
    width: 10%;
    max-width: 64px;
    min-width: 32px;
}
.video_header_hdbutton_disabled {
    float: right;
    margin-top: .2%;
    margin-right: 12px;
    opacity: .5;
    width: 10%;
    max-width: 64px;
    min-width: 32px;
}
.video_header_hdbutton_active:hover {
    opacity: 1;
}
.video_header_hdbutton_disabled:hover {
    opacity: 1;
}

.video_header_fixed {
    position: absolute;
    width: 100%;
    max-width: 1080px;
}
.video_header_playbutton {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 20%;
    max-width: 150px;
    opacity: 0.8;
}
.video_header_playbutton:hover{
    opacity: 1;
}
#video_details_description {
    color: white;
    opacity: .6;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.video_details_fulldescription {
    color: white;
    opacity: .8;
    position: absolute;
    text-align: center;
    width: 100%;
}
.full_center {
    color: white;
    display: flex;
    height: 90%;
    min-height: 350px;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    text-align: center;
}
.full_center_black {
    color: black;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
    text-align: center;
}
@media screen and (min-width: 1081px) {
    .user_badge {
        top: -70px;
        font-size: 2em;
    }
    .back_arrow {
        width: 64px;
        height: 64px;
        border: none;
        margin-left: 15px;
        position: absolute;
    }
}
@media screen and (max-width: 1080px) {
    .menu_header_bar li {
        padding-left: 1%;
        padding-right: 1%;
    }
    .header_bg_img {
        width: 1080px;
    }
    .content {
        margin-top: 300px;
    }
    .user_badge {
        top: -60px;
        font-size: 1.5em;
    }
    .back_arrow {
        width: 64px;
        height: 64px;
        border: none;
        margin-left: 15px;
        position: absolute;
    }
}
@media screen and (max-width: 850px) {
    #menu_main_reduced {
        display: inline-block;
    }
    #menu_main_hideable {
        display: none;
    }
    .header_bg_img {
        width: 970px;
        left: -120px;
    }      
    .menu_right {
        width: 300px;
        float: right;
        display: inline-block;
    } 
    .content {
        margin-top: 260px;
    }
    .welcome_msg {
        margin-bottom: 20px;
        padding-left: 10px;
    }
    .user_badge {
        top: -55px;
        font-size: 1.5em;
    }
    .back_arrow {
        width: 48px;
        height: 48px;
        border: none;
        margin-left: 15px;
        position: absolute;
    }
    
}

@media screen and (max-width: 450px) {
    .header_bg_img {
        width: 575px;
        left: -100;
    } 
    .footer_content {
        min-width: 200px;
    }
    #footer_links_top {
        text-align: center;
    }
    #footer_links_bot {
        text-align: center;
    }
    .content {
        margin-top: 135px;
    }
    .welcome_msg {
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .user_badge {
        top: -35px;
        font-size: 1.2em;
    }
    .back_arrow {
        width: 32px;
        height: 32px;
        border: none;
        margin-left: 10px;
        position: absolute;
    }

}
.account_management {
    display: none;
    margin: auto;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}
.account_management_drop_buttons {
    display: block;
    border-bottom: solid;
}
#Manage_account_formbox {
    width: auto;
    margin: auto;
    font-size: 12px;
    display: block;
    position: relative;
    padding-bottom: 10px;
}
#form_box_contact {
    margin: auto;
    width: 90%;
    height: 90%;
    min-width: 200px;
    max-width: 500px;
    max-height: 300px;
    padding: 5px;
}
.contact_form_container {
    margin: auto;
    margin: 25px;
    width: 100%;
    height: 100%;
}

#linked_account_formbox {
    display: block;
    position: relative;
    max-width: 100%;
    height: auto;
    margin: auto;
    font-size: 12px;
    padding-bottom: 25px;
}

.right_text {
    color: #fff;
    text-decoration: none;
    float: right;
    text-shadow: 0 0 3px #444, 0 0 5px #000;
}


.table_link_accounts_container {
    max-width: 1080px;
    margin: 0 auto;
    height: auto;
    width: 100%;
    overflow-x: scroll;
}
.table_link_accounts { 
    width: 100%; 
    height: 100%; 
    min-width 500px;
    margin: 0 auto;
    border-collapse: collapse; 
    color: black;
    height: auto;
}
.table_link_accounts tr { 
    line-height: 25px;
}
/* Zebra striping */
.table_link_accounts tr:nth-of-type(odd) { 
    background: #eee; 
}
.table_link_accounts th { 
    background: #333; 
    color: white; 
    font-weight: bold;
    text-align: left;
}
.table_link_accounts td th { 
    padding: 6px;
    border: 1px solid #ccc; 
    text-align: left; 
}

.table_link_accounts_msg td {
    text-align: left;
}

.table_link_accounts_header {
}

.table_link_accounts_footer td {
    background-color: #777;

}
.table_link_accounts_button {
    height: 25px;
    width: 100px;
}

/* START -- vimeo dashboard video settings */
.video_container {
    padding-bottom: 25px;
    padding-bottom: 2px;
}
.video_border_top { 
    position: relative; 
    border-top: 1px solid rgba(255, 255, 255, 0.25); 
}
.video_border_bottom { 
    position: relative; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); 
}

.video_border_top:before, .video_border_top:after { 
    content: ""; 
    position: absolute; 
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.25)), to(transparent)); 
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.25), transparent); 
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.25), transparent); 
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0.25), transparent); 
    background-image: linear-gradient(rgba(255, 255, 255, 0.25), transparent); 
    top: -1px; 
    bottom: -1px; 
    width: 1px; 
}
.video_border_bottom:before, .video_border_bottom:after { 
    content: ""; 
    position: absolute; 
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(255, 255, 255, 0.25))); 
    background-image: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.25)); 
    background-image: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.25)); 
    background-image: -o-linear-gradient(transparent, rgba(255, 255, 255, 0.25)); 
    background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.25)); 
    top: -1px; 
    bottom: -1px; 
    width: 1px; 
} 
.video_border:before { 
    left: -1px; 
} 
.video_border:after { 
    right: -1px; 
}
.video_title h1 {
    margin: auto;
    font-size:calc(50% + 2vw);
    width: 80%;
    padding-top: 15;
    top: -8px;
    left: 0;
    position: relative;
    text-align: center;
}


.video_title {
    /* see fonts.css */
}
.small {
    margin: 0 auto;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.video_description {
    color: rgba(255,255,255, 0.4);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size:calc(50% + 1vw);
}
.video_video{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
    background-color: black;
}

.video_video iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video_container {
    margin: 0 auto;
    width: 90%;
    min-width: 250px;
    max-width: 1280px;
}
.video_container2 {
    width: 40%;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 250px;
    display: inline-block;
    max-width: 1280px;
    overflow-x: hidden;
}

.video_title2 h1 {
    margin: auto;
    font-size: 1em;
    width: 80%;
    padding-top: 15;
    top: -8px;
    left: 0;
    position: relative;
    text-align: center;
}
.video_wrapper_ {
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.video_list_header {
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, transparent, white, transparent);
    border-image-slice: 1;
}
.video_thumbnail {
	position:relative;
    display: block;
	padding-bottom:56.25%;
	margin-top:10px;
	height:0;
	overflow:hidden;
}

.video_thumbnail_overlay {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255,255,255, .2);
}
.video_thumbnail:hover .video_thumbnail_overlay {
  opacity: 1;
}

.video_thumbnail img {
    position: relative;
    top: -1%;
    left: -1%;
	width: 102%;
}
/* video slider */
.video_list_slider_container {
    width: 100%;
}
.video_list_slider {
    -webkit-appearance: none;
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.video_list_slider:hover {
    opacity: 1;
}

.video_list_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.video_list_slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
/* Comments */
.comment_wrapper {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    display: block;
}
.comment_wrapper_form {
    display: block;
    margin: auto;
    width: 100%;
    min-height: 100px;
    max-height: 500px;
    max-width: 750px;
    min-width: 200px;
}
.comment_text {
    width:100%;
    margin:5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.comment_button {
    margin: auto;
    display: block;
    float: right;
}
.comment_ {
    margin: auto;
    word-wrap: break-word;
    table-layout: fixed;
    width: 90%;
}
.comment_logo {
}
.comment_nd_name {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: rgba(255,255,255,1);
}
.comment_nd_type {
    font-size: 12px;
    color: rgba(255,255,255,.4);
}
.comment_nd_date {
    max-width: 90%;
    font-size: 12px;
    color: rgba(255,255,255,.6);
}
.comment_post {
    font-size: 14px;
    padding-bottom: 8px;
    color: rgba(255,255,255,1);
}

.content_nhi2 {
    margin-top: 16px;
    min-height: 100%;
}
/* END -- vimeo dashboard video settings */

.showme {
    display: block;
    height: 50%;
    left: 0;
}
.login_titles {
    float:left;
    color:white;
}
.admin_table_submit button {
    float:right;
    height: 30px;
}

.user_badge {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 5;
}