/* CSS */ 

@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(https://sanfris.me/aqk_panel/titilliumweb.woff) format('woff');
}

*{
	font-family: 'Titillium Web';
}

body {
	background: linear-gradient(90deg, #ADF, #28A);		
}
.copy_block {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: transparent;
}

.aqk_logo {
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0.25;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.sidebar {
	height: 90%;
	width: 150px;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 40px;
	background-color: lightblue;
}

.sidebar div {
padding: 8px;
font-size: 24px;
display: block;
}

.body-text {
margin-left: 150px;
font-size: 18px;
}

.content_page {
	display: flex;
	flex-direction: column;
	overflow-x: auto;
	overflow-y: auto;
	//height: 95vh;
	align-items: center;
	justify-content: flex-start;
	margin-left: 65px;
}

.relative_content_fixer {
	visibility: hidden;
	position: absolute;
	opacity: 1;
	transition: opacity 0.25s linear ;
	width: 95%;
}

.centers_page {
	height: 95vh;
	align-items: center;
	justify-content: flex-start;
}

.upper-nav-spacer {
	  height: 100px;
  }
.ir_td {
	text-align: center;
	color: #FFFFFF;
	background-color: #44AAFF;
	width: 100%;
	border-radius: 5px;
	border-width: 1px;
	border-color: #1177FF;
}

/* The main graph */
.aqk_borders.thegraph {
	//display: flex;
	//flex-shrink: 1;
	width: 90%;
	height:310px;
	background: #003268;
}

.themap {
}

.aqk_borders.thetable {
	background-color: #1177DD;
}

.aqk_borders {
	padding 10px;
	border: 5px solid;
	margin-top: 0;
	margin: 20px;
	border-color: #3399FF;
	border-radius: 20px;
	border-width: 15px;
	background: #F8F9FA;
	box-shadow: 0px 0px 24px #5C5696;
	//align-self: flex-start;
	flex-shrink: 1;
}



/* Nice nav */

//@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);

.fa-2x {
	font-size: 2em;
}
.fa {
	position: relative;
	display: table-cell;
	width: 60px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	font-size:20px;
}

.main-menu li.upper-nav-offset {
	  height: 100px;
  }

.main-menu:hover,nav.main-menu.expanded {
	width:155px;
	overflow:visible;
}

.main-menu {
	background:#39F;
	border-right:1px solid #e5e5e5;
	position:fixed;
	top:0;
	bottom:0;
	height:100%;
	left:0;
	width:40px;
	overflow:hidden;
	-webkit-transition:width .05s linear;
	transition:width .05s linear;
	-webkit-transform:translateZ(0) scale(1,1);
	z-index:1000;
}

.main-menu>ul {
	margin:7px 0;
}

.main-menu li {
	position:relative;
	display:block;
	width:155px;
}

.main-menu li>a {
	position:relative;
	display:table;
	border-collapse:collapse;
	border-spacing:0;
	color:#DDD;
	font-family: arial;
	font-size: 14px;
	text-decoration:none;
	-webkit-transform:translateZ(0) scale(1,1);
	-webkit-transition:all .1s linear;
	transition:all .1s linear;

}

.main-menu .nav-icon {
	position:relative;
	display:table-cell;
	width:60px;
	height:36px;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
}

.main-menu .nav-text {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:115px;
	font-family: 'Titillium Web', sans-serif;
}

.main-menu>ul.logout {
	position:absolute;
	left:0;
	bottom:0;
}

.no-touch .scrollable.hover {
	overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
	overflow-y:auto;
	overflow:visible;
}

a:hover,a:focus {
	text-decoration:none;
}

nav {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

nav ul,nav li {
	outline:0;
	margin:0;
	padding:0;
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
	color:#fff;
	background-color:#0CBBFF;
}
.area {
	float: left;
	background: #e2e2e2;
	width: 100%;
	height: 100%;
}


/* Login page */

.login_form {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: 'Titillium Web', sans-serif;
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 95vh;
	margin-top: 60px;
}

.screen {		
	background: linear-gradient(90deg, #019CD8, #01B0F3);		
	position: relative;	
	max-height: 600px;
	max-width: 360px;	
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 320px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 130px;
	width: 220px;
	background: #00A0DD;	
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 170px;
	width: 170px;
	background: linear-gradient(270deg, #0080B1, #00A0DD);
	top: -24px;
	right: 30px;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 200px;
	width: 150px;
	background: #0CB9E6;	
	top: 220px;
	right: 50px;	
	border-radius: 60px;
}

.login {
	width: auto;
	padding: 30px;
	padding-top: 100px;
}

.login__field {
	padding: 20px 40px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}

.login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 50%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}

.login__submit {
	background: #fff;
	font-size: 14px;
	margin: 30px 40px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 80%;
	color: #555;
	box-shadow: 0px 2px 2px #29F;
	cursor: pointer;
	transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #5AC;
	outline: none;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}

.social-login {	
	position: absolute;
	height: 140px;
	width: 160px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-login__icon {
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;	
	text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
	transform: scale(1.5);	
}

// Custom messages
body{
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0px opx;
}
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	border-radius: 10px;
	margin: 10px 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	box-shadow: 0px 0px 24px #5C5696;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('https://i.imgur.com/ilgqWuX.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('https://i.imgur.com/Q9BGTuy.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('https://i.imgur.com/Z8q7ww7.png');
}
.error{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('https://i.imgur.com/GnyDvKN.png');
}
.validation{
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('https://i.imgur.com/GnyDvKN.png');
}

// Fade animations


// Nice table
table {
	width:300px;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

th,
td {
	padding: 5px;
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

th {
	text-align: left;
}

thead {
	background-color: #003268
}

tr:hover {
	transition: background-color 0.25s linear;
	background-color: rgba(255,255,255,0.15);
}

td:hover {
	transition: background-color 0.25s linear;
	background-color: rgba(255,255,255,0.3);
}

