@charset "utf-8";
/* CSS Document */
@import  "/_r/styleSheets/leftPanel.css";

@font-face {font-family: rubik; src: url('https://agentsbase.uk/_r/fonts/rubik/Rubik-Regular.ttf');}

html, body {
  height: 100%;
  min-height: 100%;
}

body { 
 margin: 0;
	font-family: rubik;
	color:#5F5F5F;
    display: flex;
	flex-direction: column;
 }

footer{
	position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   
}

#head , #content ,#foot{ display:flex;}

#head { 
	margin: 10px  0px 0px 0px;
	background: no-repeat center url("/_r/images/agentsBase.fw.png" );
	background-size: auto;
	justify-content: space-between;}

#head .fa, #head .fas {font-size: 2em; }

#content{
	flex-direction: column;
	align-items: center;
}

.flexCols{
    
    display: flex;
    flex-direction: row;
    justify-content: center;
}

h1{	margin: 0px 0px 5px 0px;}

i { 
	margin: 0px 0px 0px 20px;
	padding: 3px;
	width: 2em;
	align-self: center;
}

.green{ color: seagreen;}

header {
  z-index: 0;
  flex: 0 64px;
  display: flex;
  background: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
}
header .branding,
header .page-details,
header .settings {
  display: flex;
  align-items: center;
}
header .branding {
  flex: 0 0 256px;
  order: 0;
  justify-content: flex-start;
}
header .branding img {
  max-height: 32px;
  max-width: 175px;
}
header .page-details {
  flex: 1 1 100%;
  order: 1;
  padding: 0 24px;
  overflow: hidden;
}
header .page-details .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 24px;
}
header .settings {
  flex: 0 0 256px;
  order: 2;
  justify-content: flex-end;
}

.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 8px;
}

.menu-button:hover {
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.blueButton{
	background-color:  dodgerblue;
	border-radius: 5px;
	color: antiquewhite;
	padding: .5em;
	font: 1.25em bold;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	 
}


.submenu {
    
    margin-left: 10px;
}
app {
  flex: 1;
  display: flex;
}

nav {
  background: #FAF9F8;
  flex: 0 0 256px;
  overflow: auto;
  order: 0;
  border-right: 1px solid #d9d9d9;
}
nav .branding,
nav .title-block {
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
nav .branding img,
nav .title-block img {
  max-height: 32px;
  max-width: 175px;
}
nav ul {
  list-style: none;
  margin: 8px 0;
  padding: 0;
}
nav ul li a {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  text-decoration: none;
  color: black;
}
nav ul li a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
nav ul li a:hover {
  background: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
nav ul li a i {
  margin-right: 20px;
  opacity: 0.5;
}
#cL{
}

article {
  background: #F3F3F5;
  flex: 1 1 100px;
  order: 1;
  overflow: auto;
  padding: 24px;
}

aside {
  background: #FAF9F8;
  flex: 0 0 20%;
  order: 2;
  overflow: auto;
  border: 1px solid #d9d9d9;
	
}

.card {
  max-width: 960px;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}
.card:not(:last-child) {
  margin-bottom: 24px;
}
.flexRow{
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 2em;
	padding: 0px 0px 0px 0px;
}

.items{
    display: flex;
    align-content: space-between;
    background: #99b3ff;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    height: 2.5em;
 }

.items:nth-child(odd) {background: #ccd9ff;}

.item {margin: 0px;
	width: 20%;
    align-self: center;
}
.item i{margin: 0px; padding: 0px;}
.heading2{
    font-size: 1.5em;
    
}

h2{	font-size: 1.5em;}
p {margin: .25px;}
#agreed {
	margin: 30px 0px 0px 10px;
}
a.tt {
    border-bottom: 1px dashed;
    text-decoration: none
}
a.tt:hover {
    cursor: help;
    position: relative
}
a.tt span {
    display: none
}
a.tt:hover span {
    border: #c0c0c0 1px dotted;
    padding: 5px 20px 5px 5px;
    display: block;
    z-index: 100;
    background: url(../images/status-info.png) #f0f0f0 no-repeat 100% 5%;
    left: 0px;
    margin: 10px;
    width: 250px;
    position: absolute;
    top: 10px;
    text-decoration: none
}
.font-4x{font-size:4em;}
.q {
    color: grey;
    font-weight: bold;
}
.a {color: grey;}

#script .a {color: powderblue;}


