@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100);

/* --- Login page: match dark dashboard theme --- */
.auth-wrap {
	width: min(520px, calc(100% - 32px));
	margin: 0 auto;
	padding: 12px 0 40px;
}

.login-block {
	width: 100%;
	padding: 18px 18px 16px;
	background: #2b2f33;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,0.06);
	box-shadow: 0 10px 28px rgba(0,0,0,0.60);
}

.login-block h1 {
	text-align: center;
	color: rgba(230,233,235,0.95);
	font-size: 18px;
	letter-spacing: 0.02em;
	text-transform: none;
	margin-top: 2px;
	margin-bottom: 14px;
}

.auth-field {
	margin-bottom: 12px;
}

.auth-label {
	display: block;
	font-size: 12px;
	color: rgba(214,216,218,0.82);
	margin-bottom: 6px;
}

.login-block input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.10);
	background-color: #1f2326;
	color: #e6e9eb;
	margin-bottom: 0;
	font-size: 14px;
	font-family: 'Open Sans';
	padding: 0 12px;
	outline: none;
}

.login-block input::placeholder {
	color: rgba(230,233,235,0.55);
}

/* remove old external icon backgrounds */
.login-block input#username,
.login-block input#password {
	background-image: none;
}

.login-block input:active,
.login-block input:focus {
	border-color: rgba(135,191,239,0.6);
	box-shadow: 0 0 0 2px rgba(135,191,239,0.18);
}

.login-block button,
.auth-btn {
	width: 100%;
	height: 42px;
	margin-top: 8px;
	background: #d4553e;
	box-sizing: border-box;
	border-radius: 8px;
	border: 1px solid rgba(0,0,0,0.14);
	color: #fff;
	font-weight: 700;
	text-transform: none;
	font-size: 14px;
	font-family: 'Open Sans';
	outline: none;
	cursor: pointer;
}

.login-block button:hover,
.auth-btn:hover {
	background: #db604a;
}

.auth-alert {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	border: 1px solid rgba(255,255,255,0.08);
	background: rgba(0,0,0,0.20);
	color: rgba(230,233,235,0.92);
	text-align: center;
	font-size: 13px;
}

.auth-alert--danger {
	border-color: rgba(212,85,62,0.35);
	background: rgba(212,85,62,0.10);
}

/*
.credits {
	/*margin-left: 1100px;
	margin-top: 470px;
	margin-left: -650px;
	font-size:20px;
}
*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans';
	background-color: #222526; /* dark background (reference-like) */
	color: #d6d8da;
}

/* prevent bootstrap default white background blocks */
html, body {
	min-height: 100%;
}

a {
	text-decoration: none;
}
/*Start of making table*/


/*End of making table*/
div#header{
	width: 100%;
	height: 50px;
	background-color: #1e2224; /* darker header */
	margin: 0 auto;
	border-bottom: 1px solid rgba(255,255,255,0.03);
}


.logo {
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}

.logoE {
	float: left;
	margin-top: 4px;
	margin-left: calc(100% - 320px);
}

.logoE a {
	font-size: 1.5em;
	color: #fff;
}

.logoE a span {
	font-weight: 300;
}

.logo a {
	font-size: 1.6em;
	color: #fff;
}

.logo a span {
	font-weight: 300;
}

input[type=submit]{
    padding:5px 20px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
}


div#login{
	width:600px;
    margin: 0% auto auto auto;
	font-weight: 300;
}

/* New login wrapper overrides the legacy fixed width above */
div#login.auth-wrap {
	width: min(520px, calc(100% - 32px));
}

div#txt{
margin-top:10%;
font-family: 'Open Sans';
font-size: 100px;
color: white;
}

div#login1{
	width:600px;
	margin: 100px auto auto auto;
	font-weight: 300;
}




.content {
	width: auto;
	min-height: calc(100vh - 86px);
	margin-left: 250px;
	background-color: #262a2c; /* dark content area */
	padding: 20px 24px;
}


a.mobile {
	display: block;
	color: #fff;
	background-color: #000;
	text-align: centre;
	padding: 7px;
}

a.mobile:active {
	background-color: #4A4A4A;

}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {


	.sidebar {
		width: calc(100% + 280px);
		display: none;
                height: calc(100% + 115px);
	}

	div#txt{
		font-family: 'Open Sans';
		font-size: 100px;
		color: white;
		margin-left: 30%;
	}

	.content {
	margin-left: 0px;
	width: calc(100% + 280px);
	height: calc(100% + 320px);
	/*height: 100%;*/
	background-color: #2a2c2f;
	padding: 15px;
	}
	div#header{
		width: calc(100% + 280px);
		height: 50px;
		background-color: #1f2326;
		margin: 0 auto;
	}


	a.mobile {
		/*display: none;*/
                width: calc(100% + 280px);
	}
	div#login{
		margin-bottom: 240px;
	}
	div#login.auth-wrap{
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
	.sidebar {
		width: calc(100% + 900px);
		display: none;
		height: calc(100% + 255px);
	}

	.content {
		margin-left: 0px;
                height: calc(100% + 500px);
                width: calc(100% + 900px);
	}
	div#txt{
		margin-top:1%;
		font-family: 'Open Sans';
		font-size: 100px;
		color: white;
		margin-left: 92%;
	}

	div#header{
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}
	.content {
	width: calc(100% + 900px);
	height: calc(100% + 500px);
	background-color: #2a2c2f;
	padding: 15px;
	}
	.table-fill {
		background: white;
		border-radius:3px;
		border-collapse: collapse;
		height: auto;
		margin: auto;
		padding:5px;
		width: auto;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
		animation: float 5s infinite;
	}
	.search {
		margin-left: 0;
		margin-top: -30px;
	}

	.searchBar {
		margin-left: 70;
		margin-top: 20px;
	}
	.logoE {
		float: left;
		margin-top: 4px;
		margin-left: calc(100% - 300px);
	}
	div#header{
		width: calc(100% + 900px);
		height: 50px;
		background-color: #1f2326;
		margin: 0 auto;
	}
	.kick {
		margin-left: 100px;
		margin-top: -30px;
	}

	.note {
		margin-left: 200px;
		margin-top: -30px;
	}
	a.mobile {
                 width: calc(100% + 900px);
		/*display: none;*/
	}
	div#login{
		margin-top: 8%;
		margin-bottom: 40px;
	}
	div#login.auth-wrap{
		margin-left: auto;
		margin-right: auto;
	}
}
