
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');

* {
  	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
  	font-size: 15px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
    background-color: #ececf1;
	font-size: 14px;
	font-family: arial;
	color: black;
	margin: 0px;
	letter-spacing: 1px;
}

h1 {
	color: #c0cbde;
    font-size: 17px;
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: 4px;
    font-family: arial;
    font-weight: 200;
}

h2 {
	font-weight: 300;
    margin-bottom: 0px;
    color: white;
    font-weight: 300;
    margin-bottom: -6px;
    background-color: #15243c;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 2px 6px 11px; 
}

h3 {
    color: #878787;
    font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	font-weight: 500;
	color: #333;
    font-weight: 500;
    font-size: 15px;
	margin: 0px 0px 14px 0px;
}

h5 {
    color: #666;
    font-size: 14px;
	margin-bottom: 3px;
	margin-top: 6px;
}

.nav {
	background-color: white;
	height: 50px;
	margin: 0px;
	border-bottom: 1px solid #dedede;
    box-shadow: 0px 2px 3px rgba(0,0,0,.05);
	min-width: 720px;
}

.nav-logo {
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
    margin-left: 14px;
}

.nav-title {
	color: #233758;
    font-size: 18px;
    padding-top: 13px;
	font-weight: 600;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.nav-dropdown {
	border-left: 1px solid #e7ebf5;
	border-right: 1px solid #e7ebf5;
	display: inline-block;
	min-width: 150px;
    text-align: left;
}

.nav-panel {
	text-align: right;
	float: right;
    margin-right: 3px;
}

.nav-username {
	display: inline-block;
    vertical-align: top;
    padding-top: 13px;
    color: #233758;
    padding-right: 14px;
    font-size: 14px;
}

.nav-button {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	color: #b4b9c7;
	vertical-align: top;
	height: 40px;
	width: 50px;
	margin-left: -5px;
	margin-right: -3px;
	border-radius: 6px;
	padding: 10px 19px 15px 15px;
	margin: 5px 1px 5px 0px;
}

.nav-button:hover {
    background-color: #dce8f0;
	color: black;
}

.settings {
	display: table;
	position: fixed;
	height: calc(100% - 50px);
}

.settings-container {
	width: calc(100% - 172px);
	height: calc(100% - 50px);
	position: fixed;
	margin-left: 172px;
	overflow: auto;
	padding: 16px;
}

.settings-sidebar {
	position: fixed;
	height: 100%;
	width: 172px;
	min-width: 172px;
	background-color: #fafafa;
	vertical-align: top;
	padding-top: 10px;
}

.settings-sidebar-menu-item-selected {
	background-color: #fcfcfc;	
	box-shadow: 0px 2px 6px rgba(0,0,0,.15);
	padding: 13px 10px 13px 15px;
    margin: 0px 0px 0px 0px;
    color: #6b6b6b;
    font-weight: 500;
    font-size: 14px;
}

.settings-sidebar-menu-item {
	padding: 13px 10px 13px 15px;
    margin: 0px 0px 0px 0px;
    color: #6b6b6b;
    font-weight: 500;
    font-size: 14px;
}

.settings-sidebar-menu-item:hover {
	background-color: #e9e9e9;
}

.settings-box {
	background-color: white;
    border: 1px solid #fff;
    box-shadow: 0px 1px 3px rgba(0,0,0,.05);	
	padding: 13px 16px 16px 16px;
	vertical-align: top;
}

.settings-block {
	display: inline-block;
	min-width: 200px;
}

.settings-divider {
	display: inline-block;
	border-left: 1px solid #ccc;
}

.settings-stream-edit-box {
	margin: 16px;
	width: 596px;
}

.settings-select {
	margin-top: 3px;
	padding: 4px;
	width: 205px;
	height: 35px;
	border: 1px solid rgb(172, 172, 172);
	border-radius: 5px;	
}

.settings-panel-header {
	display: inline-block;
    font-weight: 600;
}

.settings-panel-divider {
    margin-top: 13px;
    margin-bottom: 13px;
    margin-right: -17px;
    margin-left: -17px;
    border-bottom: 1px solid #ebebeb;
}

.divider {
    border-bottom: 1px solid #ccc;
}

.contents {
	margin: 0px auto;
	width: 1200px;
}

.video-preview-boxes {
	width: 100%;
	margin: 0px;
	border-top: 1px solid #64789a;
    padding-bottom: 15px;
}

.video-box {
	width: 415px;
	display: inline-block;
	margin: 14px 0px 0px 21px;
	vertical-align: top;
}

.video-box-large {
	width: 95vw;
    height: 54.2vw;
    min-width: 300px;
    min-height: 172px;
    max-width: 1100px;
    max-height: 620px;
    display: inline-block;
    margin: 0px 0px 0px 21px;
    vertical-align: top;
}

.video-box-large-static {
	display: inline-block;
	margin: 0px 0px 0px 21px;
    vertical-align: top;
}

.video-container {
	width: 415px;
	height: 236px;
	border: 3px solid #111f36;
	margin-top: 6px;
}

.video-container-large {
	width: 100%;
	height: 100%;
	border: 3px solid #111f36;
	margin-top: 6px;
}

.chat-popup {
	display: none;
	position: fixed;
	right: 22px;
    top: 60px;
	z-index: 900;
}

.login {
	width: 400px;
	background-color: #ffffff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	margin: 100px auto;
}

.login h1 {
	text-align: center;
	color: #233758;
  	font-size: 24px;
  	margin-right: 20px;  
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #dee0e4;
}

.login form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 24px;
}

.login form label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #3c84e2;
	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
	width: 310px;
	height: 50px;
	border: 1px solid #dee0e4;
	margin-bottom: 20px;
	padding: 0 15px;
}

.login form input[type="submit"] {
	width: 100%;
	padding: 15px;
   	margin-top: 15px;
	background-color: #3c84e2;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
  background-color: #3c84e2;
	transition: background-color 0.2s;
}

.divider {
	border-bottom: 1px solid #385585;
}

textarea {
    padding: 6px;
    border: 1px solid rgb(186 186 186);
    border-radius: 5px;
    background-color: white;
    padding-left: 6px;
    resize: none;
    margin-top: 3px;
    margin-bottom: 5px;
    height: 35px;
}

.button {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #616161;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 11px 28px;
    padding-top: 12px;
    border-radius: 2px;
}

.button:hover {
	cursor: pointer;
	background-color: #233758;
	color: white;
	border: 1px;
	border-color: #233758;
	border-style: solid;
}

.button-trash {
	height: 37px;
    width: 42px;
    vertical-align: top;
    float: right;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(172, 172, 172);
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #616161;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0px;
    padding-left: 2px;
    border-radius: 2px;
}

.top-bar-button {
	height: 27px;
    float: right;
    margin: -5px 0px 5px 10px;
    padding: 7px 10px 10px 10px;
    letter-spacing: 1px;
}

.edit-button {
    padding: 3px;
    text-align: center;
    border-radius: 21px;
    width: 30px;
    height: 30px;
    margin-bottom: -12px;
    margin-top: -6px;
    padding-top: 6px;
    padding-left: 5px;
    cursor: pointer;
	background-color: rgba(0,0,0,0.03);
}

.edit-button:hover {
	background-color: rgba(0,0,0,0.15);
	cursor: pointer;
}

.edit-button-square {
	float: right;
	margin: -6px 0px 0px 8px;
    padding: 8px 0px 0px 0px;
	border-radius: 6px;
	text-align: center;
	width: 39px;
	height: 31px;
	cursor: pointer;	
	background-color: rgba(0,0,0,0.03);
}

.edit-button-square:hover {
	background-color: #dce8f0;
	cursor: pointer;
}

.button-trash:hover {
	cursor: pointer;
	background-color: #233758;
	color: white;
	border: 1px;
	border-color: #233758;
	border-style: solid;
}

.admin-tools-box {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.admin-tools-button {
	border: 1px solid rgb(139, 139, 139);
    padding: 6px;
    border-radius: 8px;
    margin: 3px 3px 3px 3px;
    width: 120px;
    height: 120px;
	text-align: center;
}

.admin-tools-button:hover {
	border: 1px solid #888;
	background-color: #fafafa;
}

.admin-tools-button:active {
	border: 2px solid #888;
	background-color: #fafafa;
}

.admin-tools-button-dark {
	border: 1px solid #efefef;
    border-radius: 8px;
	background-color: #f2f2f2;
    padding: 6px;
    margin: 3px 3px 3px 3px;
    width: 120px;
    height: 120px;
	text-align: center;
}

.footer {
    width: 100%;
    position: absolute;
    text-align: center;
}

.footer-box {
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    color: #888;
    width: 100%;
    text-align: left;
	padding: 20px 35px 45px 35px;
    margin: auto;
}

form {
	margin-block-end: 0em;
}

/* Dropdown Button */
.dropbtn {
	background-color: white;
	color: #575757;
	padding: 11px;
	font-size: 15px;
	border: none;
	cursor: pointer;
	font-weight: 500;
	width: 100%;
	height: 50px;
	text-align: left;
	border-bottom: 1px solid #dedede;
}
  
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #dce8f0;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-top: 1px solid #e7ebf5;
	min-width: 150px;
}

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

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #dce8f0;
}

input[type="text"], input[type="password"], textarea, button, select { 
    outline: none;
}

th {
    font-weight: bold;
    font-size: 12px;
    color: #666;
    text-align: left;
}

td {
    font-size: 13px;
    vertical-align: top;
    line-height: 18px;
	vertical-align: middle;
	letter-spacing: 0;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

a:link {color: #494949; text-decoration: none; }
a:active {color: #494949; text-decoration: none; }
a:visited {color: #494949; text-decoration: none; }
a:hover {color: #000000; text-decoration: none; }
