

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900");

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------ */

body:not([class^="fa"]) {
	background: #fff;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	font: 400 16px/1.2 "Lato", sans-serif;
	color: #777;
	margin: 0;
}
h1 {
	font-size: 2.75rem;
}
h2 {
	font-size: 2.25rem;
}
img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

.header, .footer{
	background-image: url('/images/eg-background.png');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
	position: relative;
}
.office {
	position: absolute;
	top: 50px;
	left: 60%;
	width: 400px;
}
.office .eg-logo {
	position: absolute;
	width: 30%;
	top: 45px;
	left: 60%;
}
.headline {
	width: 50%;
	position: absolute;
	top: 50%;
	padding-left: 5%;
}
.headline h1{
	color: #fff;
	font-weight: 900;
	margin-top: 0;
}
.headline p{
	font-size: 18px;
	color: #fff;
}
.project {
	color: #333;
}
.task {
	color: #999;
}
.task .low * {
	color: #6da79b;
}
.task .medium * {
    	color: #f39f09;
}
.task .high * {
	color: #f26f21;
}
.main-content {
	padding: 5em 0;
}
.icon {
	width: 20px;
	vertical-align: text-bottom;
}
.accordion tbody tr[aria-expanded="true"] i{
	transform: rotate(90deg);
}
.status span {
	padding: 5px;
}
.status span.In-Progress {
	background-color: #FFF2C3;
}
.status span.Completed {
	background-color: #CFFCD6;
}



.main-content.container {
    width: 90%;
    max-width: 850px;
}
}

.components-section {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-bottom: 70px;
}

.components-container .component-container {
    border-color: #E0E0E0;
    border-style: solid;
    border-top-width: 1px;
    border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    -webkit-border-radius: 4px 4px 0 0 !important;
    -o-border-radius: 4px 4px 0 0 !important;
    -ms-border-radius: 4px 4px 0 0 !important;
    width: 100%;
    float: none;
    border-bottom-width: 1px;
    border-left-width: 1px !important;
    border-right-width: 1px;
    padding: 1.4rem 1.25rem 1.3rem;
}
.component-inner-container {
    margin-top: 10px;
}

.font-regular {
    font-size: 1rem;
    line-height: 1.5rem;
}

.uptime-90-days-wrapper svg {
    margin: 0;
    padding: 0;
    height: 34px;
    width: 100%;
    overflow: hidden;
}
.uptime-90-days-wrapper svg rect:hover{
    fill: #5e6c84;
}
.uptime-90-days-wrapper .legend {
    display: flex ;
    display: -ms-flexbox;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    top: -2px;
    margin-top: 10px;
}
.uptime-90-days-wrapper .legend .legend-item.light {
    color: #928e97;
    opacity: 1;
}
.uptime-90-days-wrapper .legend .spacer {
    background: #928e97;
    opacity: 1;
    flex: 1;
    margin: 0.75rem 1rem 0 1rem;
    height: 1px;
}
.uptime-90-days-wrapper .uptime-day {
    width: 5px;
    height: 34px;
    background-color: #09c639
}
.uptime-90-days-wrapper .uptime-day:hover{
    background-color: #5e6c84;
}
.uptime-90-days-wrapper .uptime-day:not(:first-child) {
    margin-left: 4px;
}


/* submission */
.bc-label {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: .5rem;
}
.bc-display-type-1 {
    font-size: 1.275rem;
}
.bc-display-type-1, .bc-display-type-2 {
    display: block;
    font-weight: 700;
    line-height: 1.3125;
    margin-bottom: .75em;
    margin-top: 0;
    text-wrap: balance;
}
.bc-text-input--block {
    display: block;
    width: 100%;
}
.Select__indicators {
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex ;
    flex-shrink: 0;
    box-sizing: border-box;
}
.Select__indicator-separator {
    align-self: stretch;
    width: 1px;
    background-color: rgb(204, 204, 204);
    margin-bottom: 8px;
    margin-top: 8px;
    box-sizing: border-box;
}
.Select__dropdown-indicator {
    display: flex ;
    transition: color 150ms;
    color: rgb(102, 102, 102);
    padding: 8px;
    box-sizing: border-box;
}
.Select__dropdown-indicator .svg{
    display: inline-block;
    fill: currentcolor;
    line-height: 1;
    stroke: currentcolor;
    stroke-width: 0;
}

form .row {
    margin-bottom: 1.5rem;
}
.bc-file-input {
    display: flex ;
}
.bc-file-input__input {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.bc-hint {
    display: block;
    font-size: .875rem;
    font-weight: 500;
    font-weight: 400;
    margin-bottom: .5rem;
}
.bc-body p {
    margin: 0 0 .75em;
}
.bc-body .bc-btn--secondary, .bc-body .bc-inline-control-group .bc-btn, .bc-body .bc-tag .bc-btn, .bc-inline-control-group .bc-body .bc-btn, .bc-tag .bc-body .bc-btn {
    background-color: #ecedef;
    border-color: rgba(0, 0, 0, .102);
    color: #16191d;
}
.panel-body input[type=text] {
	border: 1px solid rgba(0, 0, 0, 0.965);
    box-shadow: rgba(0, 0, 0, 0) 0px 0.0239577px 0.191662px 0px inset;
}
.panel-body textarea {
    border: none;
    margin: 0;
    max-height: 600px;
    min-height: 159px;
    overflow-y: auto !important;
    padding: 20px;
    resize: vertical;
    width: 100%;
}
.bc-text-input {
    border-radius: 5px;
    box-shadow: inset 0 1px .5rem rgba(0, 0, 0, .05);
    box-sizing: border-box;
    font-size: .875rem;
    margin: 0;
    padding: .75rem;
    transition: box-shadow 70ms ease-in-out, border-color 70ms ease-in-out;
}
*+.bc-form__group, .row>.bc-form__group {
    margin-top: 1rem;
}
.bc-btn {
    background-color: #296fd1;
    border-color: rgba(0, 0, 0, .102);
    color: #f7fafc;
    transition: background-color 70ms ease-in-out, border-color 70ms ease-in-out, border-radius 70ms ease-in-out, box-shadow 70ms ease-in-out, color 70ms ease-in-out, opacity 70ms ease-in-out, z-index 70ms ease-in-out, -webkit-text-decoration 70ms ease-in-out;
    transition: background-color 70ms ease-in-out, border-color 70ms ease-in-out, border-radius 70ms ease-in-out, box-shadow 70ms ease-in-out, color 70ms ease-in-out, text-decoration 70ms ease-in-out, opacity 70ms ease-in-out, z-index 70ms ease-in-out;
    transition: background-color 70ms ease-in-out, border-color 70ms ease-in-out, border-radius 70ms ease-in-out, box-shadow 70ms ease-in-out, color 70ms ease-in-out, text-decoration 70ms ease-in-out, opacity 70ms ease-in-out, z-index 70ms ease-in-out, -webkit-text-decoration 70ms ease-in-out;
}
.btn.fileinput-button {
    position: relative;
    background-color: rgb(236, 237, 239);
    color: rgb(22, 25, 29);
    border-color: rgba(0, 0, 0, 0.1);
}
.btn.fileinput-button:hover {
    background-color: rgb(210, 213, 217);
    color: rgb(22, 25, 29);
}
.fileinput-button * {
    cursor: pointer;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 36px;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
}

.vulnerability-scanning .col {
    border-bottom: 3px solid #ccc;
}
.enterprise-security .panel {
    background-color: #e5e5e5;
    border-radius: 15px;
}
.governance .panel {
    background-color: #e5e5e5;
    border-radius: 15px;
    min-height: 185px;
}
.fade.in {
    opacity: 1 !important;
}
.fade.in button.start{
    visibility: hidden;
}
.btn.warning {
    color: #fff;
}
