﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: exo;
    src: url(../Fonts/Exo2-VariableFont_wght.ttf);
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: exo;
}

.btn-application {
    
}

a {
    color: #0366d6;
}

a {
    color: var(--bs-link-color);
    text-decoration: underline;
}


.bg-main {
    background: url('../images/bg-iot.jpg') center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*style="background:rgba(255,255,255,0.8);"*/
}

.bg-overlay {
    background:rgba(255,255,255,0.9);
}

    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

.logo {
    max-height: 75px !important;
}

.ico {
    max-height:48px !important;
}
.ico-32 {
    max-height: 32px !important;
}

.ico_sm {
    max-height: 20px !important;
}

.banner-con {
    position: relative;
    z-index:2;
    display: block;
    width:100%;
    max-height: 30% !important;
    overflow: hidden;
}
.banner {
    position:relative;
    z-index:1;
    display: flex;
    height:400px;
    background: url('../images/banner-h530.jpg') center no-repeat;
    background-size: cover;
    overflow:hidden;
}
.body-bg {
    display: flex;
    background: url('../images/operations-centre.jpg') center no-repeat;
    background-size: cover;
    z-index: 100;
}

.unauth-bg {
    display: flex;
    background: url('../images/bg-iot.jpg') center no-repeat;
    background-size: cover;
}

#Sidebar {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 100;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.app-btn {
    margin-bottom:5px !important;
    padding:15px 10px 0px 15px !important;
    text-align:left !important;
    
}
.app-tab {
    margin-bottom: 5px !important;
    padding: 0px 10px 0px 15px !important;
    text-align: left !important;
}
.btn {
    border-radius: 0px !important;
    vertical-align: middle !important;
}
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    min-width: 100px !important;
}
.btn-h60 {
    height:60px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-link i {
    font-size: 2rem !important;
    margin-left: 25px;
    margin-right: 25px;
}
.nav-link {
    border-right: 1px solid #eaeaea;
}

a.nav-link {
    color: #ADADAD !important;
}
a.nav-link:hover {
    color: #0087C0 !important;
}

.text-primary {
    color: #0087C0 !important;
}

.table-xs th, .table-xs td {
    font-size: 0.7em;
}

.blade {
    position: relative;
    z-index: 5;
    /*border-top: 1px solid #1b6ec2;*/
    border: 1px solid #1b6ec2;
    background-color: #fafafa;
    width: 100%;
    height:500px;
    overflow:scroll;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  background-color:#fff;
  z-index:5;
  opacity:80%;
}

.validation-summary-errors, .field-validation-error {
    color: #cc0000;
}

.font-lrg {
    font-size: 1.5em !important;
}