﻿/* 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. 

    WHITE: #efefef;
    BLACK: #000;
    ORANGE: ef402a;
    GREY: rgba(50,63,73,1);
    DARKGREY: rgba(37, 45, 52,1);
    BACKGROUND: rgba(13, 16, 19,1);
    
    Font Weight:
    100, 300, 400 (NORMAL), 700, 900

*/

/*select2 elements add some elements when the list is open that cause horizontal scrolling, even when there is no visible overflow content.*/
body {
    overflow-x: hidden;
}

.color {
    color: rgb(37, 45, 52);
}

.text-orange {
    color: rgba(239, 65, 41, 0.70);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.badge{
    font-weight:500;
}

.table{
    color:#e5e5e5;
}


th {
    font-weight: 600;
}

a, a:hover, a:active, a:visited {
    color: #ef402a;
    text-decoration:none;
}

.small-label {
    font-size:11px;
    color:#909090;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.toast {
    border: 1px solid #ef402a;
}

.toast-body {
    background-color: #000;
}

/* MENU ACTIVE */
.active {
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

code {
    color: #ef402a;
}

/* 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
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: rgb(13, 16, 19);
    font-family: 'Raleway', sans-serif;
    font-weight:300;
    color: #efefef;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* *************************** */
/*          JQUERY VALIDATE    */
/* *************************** */

input.invalid {
    border-bottom: 2px solid #9d1010 !important;
}

.invalid {
    color: #ef402a;
}


/* *************************** */
/*          NAVBAR             */
/* *************************** */
.navbar-black {
    background-color: #000 !important;
}

/* *************************** */
/*          BUTTONS             */
/* *************************** */

.btn{
    border-radius:0px;
}

.btn-primary {
    background-color: rgba(255, 60,31,1);
    color: #fff;
    border: none;
}

.btn-success {
    border: none;
}

.btn-primary:hover {
        background-color: rgba(255, 60,31,1);
        color: #fff;
    }
    .btn-primary:visited{
        background-color: rgba(255, 60,31,1);
        color:#fff;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: rgba(255, 60,31,0.75);
    }

/* *************************** */
/*          INPUT             */
/* *************************** */
.form-control {
    border-radius: 0px !important;
    background-color: transparent !important;
    color: #efefef !important;
}

.form-control-bsdk {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding-left:4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent !important;
    color: #efefef !important;
    border: none !important;
    border-bottom: 1px solid #efefef !important;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label{
    font-weight:600;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ef402a;
    background-color: #ef402a;
}

pre {
    color: #efefef !important;  
}

/* *********************
    VERTICAL SPACING
   ********************* */

.AddAir {
    margin-top: 80px !important;
}

.AddLittleAir {
    margin-top: 40px;
}

/* **************
    PANEL SPEC 
 **************** */

.panel {
    background-color: rgba(37, 45, 52,1);
    margin: 10px;
    padding: 40px 20px 20px 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid rgba(50,63,73,1);
    border-radius: 0px;
    /*box-shadow: 2px 2px 10px 2px rgba(100, 100, 100, 0.47) !important;*/
}

.panel-focus {
    border-color:#fff;
    /*border-color: #ef402a;*/
}

.panel-title{
    margin-top:10px;
    margin-bottom:60px;
    text-align:justify;
}

.panel-actions{
    margin-top:20px;
    margin-bottom:10px;
}

.panel-connector {
    background-color: rgba(37, 45, 52,1);
    padding: 20px 20px 10px 20px;
    border: 1px solid rgba(50,63,73,1);
    border-radius: 0px;
}

.element-container{
    margin-right:0.3rem;
}

/* ******************
    LIST-GROUP SPEC 
 ******************** */

.list-group-item {
    background-color: transparent !important;
}


.card {
    background-color: transparent;
    border: 1px solid #ced4da;
}

/* ******************
    Bootstrap additions
 ******************** */

.date-picker-container{
    max-width: 8rem;
}
.time-picker-container {
    max-width: 8rem;
}
.connector-select-box {
    max-width: 38rem;
}
.correlation-id-box {
    max-width: 24rem !important;
    width: 24rem !important;
}

.custom-date-picker.custom-select {
    background-image:none;
}

/************************************/
/* SELECT2                           */
/************************************/

/* main container */
.select2-container {
    width: 100% !important;
}

    /* default select */
    .select2-container .select2-selection {
        background-color: #fff;
        height: 38px;
        display: flex;
        align-items: center;
        color: #000;
    }

    /* Customize the dropdown */
    .select2-container .select2-dropdown {
        background-color: #fff;
        border: 0.5px solid #ff3c1f;
        color: #000;
    }

    /* Customize dropdown items */
    .select2-container .select2-results__option {
        padding: 10px;
    }

    /* Customize arrow */
    .select2-container .select2-selection__arrow {
        position: absolute;
        transform: translateY(20%);
    }

/* Highlighted item text in dropdown */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff3c1f;
    color: #fff;
}

/* Customize search field */
.select2-search .select2-search__field {
    background-color: #fff;
    height: 2.5rem;
}