﻿:root {
    --aa-header:rgb(0,48,87);
	--aa-unselect:rgb(51,89,120);
	--aa-subtitle:rgb(127,127,127);
	--aa-button: #003057;
	--aa-unbutton:#4D6D88;
	--aa-menu: #F2F3F4;
	--aa-border: #CED4DB;
	--sx-back:#fafafa;
	--sx-green:#6da34d;
	--sx-light-green:#7cba58;
	--sx-lighter-green:#89d160;
	--sx-title:#58595b;
	--bo-unselect:rgb(51,89,120);
	--bo-subtitle:rgb(127,127,127);
	--bo-button: #2ea3f2;
	--bo-unbutton:#c0c0c0;
	--bo-menu: #F2F3F4;
	--bo-border: #a0a0a0;
    --bo-header: #ffffff;
	--bo-sidebar: #2ea3f2;
	--bo-sidebar-x: #ffa3f2;
	--bo-button-basic: #0808ee;
	
}

@font-face {
  font-family: 'GB';
  src: url('/fonts/Gotham-Bold.woff') format('woff');
}

@font-face {
  font-family: 'GBK';
  src: url('/fonts/Gotham-Book.woff') format('woff');
}

@font-face {
  font-family: 'GBKI';
  src: url('/fonts/Gotham-BookItalic.woff') format('woff');
}

@font-face {
  font-family: 'GL';
  src: url('/fonts/Gotham-Light.woff') format('woff');
}

@font-face {
  font-family: 'GM';
  src: url('/fonts/Gotham-Medium.woff') format('woff');
}

@font-face {
  font-family: 'GXNM';
  src: url('/fonts/GothamXNarrow-Medium.woff') format('woff');
}

@font-face {
  font-family: 'GXNB';
  src: url('/fonts/GothamXNarrow-Book.woff') format('woff');
}

body {
    padding-top: 56px;
}
.taller-select {
	height:27px;
}
.label-select {
	background-color:#e9e9e9;
}
.btn {
	background-color:var(--sx-green);
	border-color:var(--sx-green);
    color: var(--sx-back);
	font-weight:700;
}
.btn:hover{
    background: var(--sx-light-green);
	border-color:var(--sx-green);
    color: white;
}
.btn:active{
    background: var(--sx-lighter-green) !important;
	border-color:var(--sx-light-green)  !important;
    color: white  !important;
}
.h1, h1 {
    font-size:2rem;
}
.pointer {
    cursor:pointer;
}
.jumbotron {
    background-image: url("/img/hyperleap-logo-large.png");
    background-repeat: no-repeat;
	background-size: 25rem 12rem;
	width:25rem;
	height:12rem;
	background-color:white;
}

.shadow-box {
	box-shadow: 0 12px 70px rgb(0 0 0 / 21%);
	border-radius:5px
}

.dl-field {
	background-color:#ffffcc
}
.error{
    background-color:#ecbdcb;
}
.warning{
    border: 1px solid #777;
    background-color:#fffcbb;
	box-shadow: 4px 4px 2px grey;
}
.request-overlay {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: rgba(200,200,200,0.2); /*.gif file or just div with message etc. however you like*/
}
.request-overlay-2 {
    position: relative;
    height: 50%;
    display: block;
    text-align: center;
}
.lds-dual-ring {
  display: inline-block;
  padding-top: 20px;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 9px solid #6da34d;
  border-color: #6da34d transparent #6da34d transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.center-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width:280px;
  margin: 0 auto;
  min-height:100vh;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dark-box{
    background: var(--sx-title);
    color: var(--sx-back);
	border-radius: 18px;
	padding: 45px 45px;
	border: 1px none #d0d0d0;
}
.nav-link.active {
	font-weight:600;
}
.bg-light {
    background-color: #f0f0f0 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .7);
	font-weight:600;
}
.footer-text {
    color: rgba(0, 0, 0, .7);
	font-weight:600;
}
.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .9) !important;
}
.folded_corner{
  position:relative;
  width:210px;
  color:#6b5252;
  background: linear-gradient(to left bottom, transparent 50%, rgba(50,0,0,.3) 0) no-repeat 100% 0 / 2em 2em,
    linear-gradient(-135deg, transparent 1.5em, #e8e0e8 0);
  
  -webkit-filter: drop-shadow(5px 6px rgba(0,0,0,0.04));
  filter: drop-shadow(5px 6px rgba(0,0,0,0.04));
}

.folded_corner::before{
  content: ' ';
  position:absolute;
  top:2em; 
  right:0;
  background: linear-gradient(to left bottom, transparent 50%, rgba(50,0,0,0.1) 0) 100% 0 no-repeat;
  width: 2em;
  height:2em;
  transform: rotate(180deg)
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 150px; /* Location of the box */
  padding-left: 250px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 15px;
  border: 1px solid #888;
  width: 100%;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.header-icon{
    background: url("/img/logo.png?v=1") no-repeat ; 
    -webkit-background-size: 100% ;
    -moz-background-size: 100% ;
    -o-background-size: 100% ;
    background-size: 50% ;
	padding-top:1rem;
	height:4rem;
	width:40rem;
	overflow:hidden;
}
.footer-icon{
    background: url("/img/logo.png?v=1") no-repeat center center; 
    -webkit-background-size: 100% ;
    -moz-background-size: 100% ;
    -o-background-size: 100% ;
    background-size: 100% ;
	margin-top:0.8rem;
	height:8rem;
	width:10rem;
	overflow:hidden;
	min-width:8rem;
}

.field-group label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    display: block;
    margin-bottom: .25em;
    margin-top: 5px;
}
.field-group .field label {
    font-size: 11px;
    font-weight: normal;
    color: #888;
    display: block;
    margin: 2px 0 0 2px;
}
.field-group .field {
    font-size: 14px;
    display: inline-block;
    margin: 0 .65em 0.6em 0;
}
/* -- start label stuff -- */
@font-face {
  font-family: 'Crique';
  font-style: bold;
  font-weight: 800;
  src: url(/fonts/CriqueGrotesk-Black.woff) format('woff'); 
}
.bbFacts {
	height:38px;
	font-family: Crique, sans-serif;
    font-size: 30px;
	letter-spacing:-0.04em;
	padding-left:0.2em;
	margin-top:-2px;
}
.subTitle {
	height:13px;
	font-family: sans-serif;
    font-size: 10.5px;
    font-weight: 650;
	margin-left:7px;
}
.serviceName {
	height:13px;
	font-family: sans-serif;
    font-size: 9px;
    font-weight: 550;
	margin-left:7px;
}
.simpleText {
	height:11px;
    font-size: 8px;
    font-weight: 550;
	margin-left:7px;
	margin-top:1px;
}
.line-0 {
	height:0px;
	border:0.8px solid black;
	margin-left:7px;
	margin-right:7px;
	margin-top:0;
}
.line-1 {
	height:0px;
	border:1px solid black;
	margin-left:7px;
	margin-right:7px;
	margin-top:-4px;
}
.line-3 {
	height:0px;
	border:2px solid black;
	margin-left:7px;
	margin-right:7px;
	margin-top:0;
}
.line-4 {
	height:0px;
	border:3px solid black;
	margin-left:7px;
	margin-right:7px;
	margin-top:0;
}
.priceTitle {
	height:13.5px;
	font-family: sans-serif;
    font-size: 12px;
    font-weight: 650;
	margin-left:7px;
}
.anchor {
	text-decoration:none;
	color:black;
}

.anchor:hover {
	color:#2c75d6
}
/* -- end label stuff -- */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: var(--bo-sidebar);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: var(--ra-dark);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid var(--ra-dark);
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	cursor: pointer;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a {
    color: #fff;
    background: var(--ra-dark);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color:var(--ra-dark);
}

a.article,
a.article:hover {
    background: var(--ra-dark) !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

.button-basic {
  background-color: #2ea3f2;
  border: none;
  color: white;
  padding: .2rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-family:Arial; 
  font-size:12pt;
  letter-spacing:0.05em;
  border-radius:4px;
}

.button-basic-gray {
  background-color: #d0d0d0;
  border: none;
  color: #808080;
  padding: .2rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-family:Arial; 
  font-size:12pt;
}
.button-basic-red {
  background-color: red;
  border: none;
  color: white;
  padding: .2rem 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-family:Arial; 
  font-size:12pt;
}
.button-check {
  background-color: #008f3f;
  border: none;
  color: white;
  padding: .3rem .6rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12pt;
  cursor: pointer;
}
.button-kill {
  background-color: #bcbcbc;
  border: none;
  color: white;
  padding: .3rem .5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12pt;
  cursor: pointer;
}
.button-clear {
  background-color: #f0f0f0;
  border: none;
  color: #404040;
  padding: .2rem .2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10pt;
  font-weight: 600;
  cursor: pointer;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #a0a0a0;
    border-color: #a0a0a0;
}

.btn-warning {
    color: #212529  !important; 
    background-color: #ffc107  !important;
    border-color: #ffc107  !important;
}

div.scroll {
  background-color: #f0f0f0;
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}