﻿
/* Please see documentation at https://docs.microsoft.mmm/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}



.table.dataTable {
    /*  font-family: Verdana, Geneva, Tahoma, sans-serif;*/
    font-size: 12px;
}

.div-1 {
    /* background-color: lightskyblue;*/
    padding: 10px;
    border-radius: 5px;
    border: solid;
    border-color: #003b99;
    border-width: 2px;
}

.div-2 {
    background-color: #FFD39B;
    padding: 10px;
    border-radius: 5px;
}

.div-3 {
    background-color: #FBD603;
}


.btn-on {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #003b99;
}

.btn-off {
    color: #000;
    background-color: #c4dbff;
    border-color: #003b99;
}





.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#navbar {
    background:#fff !important;
}

header,
.main-nav-scrolled {
    position: fixed;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    top: 0;
    z-index: 1;
}

    .main-nav-scrolled .main {
        padding-top: 40px;
    }

    .main-nav-scrolled > .navbar-default {

        top: 0;
        font-family: 'Open Sans', sans-serif;
    }

    .main-nav-scrolled > .navbar-brand {
        display: inline-block !important;
    }

    .main-nav-scrolled > navbar-nav {
        float: left;
        top: 20px;
        margin-right: 10px;
        margin-left: 0;
    }

    .main-nav-scrolled > .navbar .nav > li > a {
        color: #000;
        font-family: 'Open Sans', sans-serif;
    }

        .main-nav-scrolled > .navbar .nav > li > a:hover {
            background: #fff;
            color: #000;
            font-weight: 600;
        }

        .main-nav-scrolled > .navbar .nav > li > a:focus {
            color: #000;
            background: #fff;
            font-weight: 600;
        }

.content {
    padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%; z-index:1;
    background:#fff;
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 102px;
        padding-top: 65px;
    }
/*navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}*/
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*    }
.navbar-default .navbar-toggle {
    border-color: none !important;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent !important;
    background-image: none;
    border: none;
    border-radius: 4px;
}*/

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.main {
    display: block;
    position:relative;
    padding-top: 20rem !important;
    background: #fff;
  /*  min-height:600px;
    padding-bottom:20rem;*/

}
#main-container {
    padding-top: 10rem;
    z-index: 99;
    min-height: 600px;
    padding-bottom: 10rem;
}


#tbRCs, .col, #cbShowMap, #map {
    z-index: 3 !important;
}
.red-text {
    color:#b70e0c;
}
#divRCBControls > .test {
    flex: 1 0 22% !important;
    margin: 1px;
}

/* 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);
    padding: 10px;
}

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;
    height: 100% !important;
}

.img-responsive {
    width: 100%;
    margin: 0;
    padding: 0;
}

.border-bottom-red {
    border-bottom: 2px solid #b70e0c;
}

.button-nav {
    background: #b70e0c;
    border: 1px solid #b70e0c;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
}

    .button-nav:hover, .button-nav::selection {
        background: #f5333f;
        border: 1px solid #f5333f;
        color: white;
        text-decoration: none;
    }

    .button-nav a, .button-nav a:hover {
        text-decoration: none;
    }

.full-width {
    width: 100%;
}

.check {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 0;
    /*  display: inline;*/
}

#cbNewTab {
    position: absolute;
    width: 15px !important;
    margin-top: 6px !important;
    padding-right: 10px;
}

.check label {
    position: relative;
    width: 100% !important;
    margin-left: 20px;
    margin-top: 0 !important;
    padding-right: 5px;
    word-wrap: normal !important;
}

.check .bi {
    color: #b70e0c;
}

.login-nav {
    font-weight: bold;
    color: #000;
}

    .login-nav:hover {
        color: #b70e0c;
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-weight: bold;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #b70e0c !important;
        font-weight: bold;
    }

.margin10 {
    margin-bottom: 10px !important;
}

.dashboard-card {
    width: 100%;
    /*min-height: 200px;*/
    padding: 20px;
    box-shadow: 0 1px 1px -1px rgba(0,0,0,.2), 0 1px 4px 0 rgba(0,0,0,.12), 0 2px 3px 0 rgba(0,0,0,.14);
}

.red-title {
    color: #d9100e;
}

#ddlView {
    background: #333;
    color: #fff;
}

    #ddlView::selection {
        background: #f5333f !important;
    }

#lbNewTab {
    /*font-weight:bold;*/
}

    #lbNewTab span {
        color: #b70e0c;
        font-weight: bold;
    }



.table-blue {
    background: #d8dfe9;
    padding: 10px;
    border-radius: 5px;
}

.table-orange {
    background: #fadcbc;
    padding: 10px;
    border-radius: 5px;
}

.table-white {
    background: white;
    /* border: 1px solid rgba(0,0,0,.2);*/
    border: 1px solid #b70e0c;
    padding: 10px;
    border-radius: 5px;
}

    .table-white .bi {
        color: #b70e0c;
        /*  color:#f5333f;*/
    }

.table-red {
    background: white;
    /* border: 1px solid rgba(0,0,0,.2);*/
    border: 1px solid #b70e0c;
    padding: 10px;
    border-radius: 5px;
}

/*----tables----*/

#tbDash thead tr th, #tbNS thead tr th {
    background: #b70e0c;
    color: #f5f5f5;
}

#tbDash td:first-of-type {
    font-weight: bold
}


#tbXStocks td:first-of-type, #tbRegSupl td:first-of-type, #tbTeams td:first-of-type, #tbOps td:first-of-type {
    font-weight: bold;
}

table {
    border-bottom: none !important;
}

thead tr th {
    background: #fff;
    border-bottom: none !important;
    border-right: none !important;
}

table td {
    border: none !important;
    border-bottom: 1px solid #f8f8f8 !important;
}

.table.dataTable {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}

.main-container {
    padding-top: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-space {
    margin-bottom: 45px;
}

label.red-icon .bi {
    color: #b70e0c;
}

label {
    font-weight: 500;
}

.btn-commands-button {
    color: #000;
    background: #fadcbc;
    border: #fadcbc;
}

    .btn-commands-button:hover {
        color: #000;
        background: #eebf8d;
        border: #eebf8d;
    }

.btn-commands-dark {
    color: #000;
    background: #eebf8d;
    border: #eebf8d;
    border: 2px solid #f5d2ad;
   
}

    .btn-commands-dark:hover {
        color: #000;
        background: #f5d2ad;
        border: 2px solid #f5d2ad;
    }

.btn
.btn-simple {
    color: #111;
    font-weight: bold;
    border: 1.5px solid rgba(0,0,0,.16);
}

.btn-simple:hover, .btn-simple::selection, .btn-simple:active {
    background: #e8f2f4;
    color: #000;
}

.btn-simple .bi {
    font-weight: bold;
}

.btn-red {
    color: #fff;
    background: #b70e0c;
    font-weight: bold;
    border-color: #b70e0c;
}

    .btn-red:hover {
        color: #b70e0c;
        background: #fff;
        border-color: #b70e0c;
    }

.btn-info {
    color: #fff;
      border-color: #107687;
    background: #107687;
 
}

    .btn-info:hover {
        color: #fff;
        background: #17a2b8;
        border-color: #17a2b8;
    }

.blok-line {
    display: inline-block;
    /*min-width:150px !important;*/
    padding-left: 15px !important;
}

.btn {
    font-weight: bold;
}

.block-line .btn {
    margin-right: 10px !important;
}

.btn-inline {
    margin-right: 20px !important;
    margin-bottom: 10px !important
}


.red-border-box {
    border: 3px solid #f5333f;
    padding: 10px;
    border-radius: 5px;
}

.commands-section {
    width: 100%;
}

.command-box-1 {
    width: 49%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.command-box-2 {
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

.command-box-3 {
    width: 45.5%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.command-box-4 {
    width: 52.5%;
    float: left;
    margin-bottom: 10px;
}

.command-box-5 {
    width: 23.5%;
    float: left;
    margin-bottom: 10px;
}

.margin-right-commands {
    margin-right: 10px;
}

/*===========
STYLE
===========*/
.button-box .btn {
    padding: 0.600rem !important;
}
/*.button-box .bi {
    position:absolute !important;
    left:60px !important;
    font-weight:bold;
}*/
#divRCBControls .btn {
    padding: 0.600rem 0.75rem !important;
    margin-bottom:10px;
}
#divRCBControls .bi {
    position: absolute !important;
    left: 30px !important;
    padding-right:10px;
    font-weight: bold;
}


.btn-outline-dark {
    color: #000;
    border-color: #343a40;
    background-color: #e5e5e5;
}
    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: #e5e5e5;
        border-color: #6d7278;
    }



/*=============
Media queries
=============*/
@media (max-width:768px){
    #divRCBControls .btn {
        width: 70%;
        padding: 1.2rem 0.85rem !important;
        margin-bottom: 10px;
    }

    .button-box .btn {
        width: 70%;
        padding: 1.2rem !important;
    }

}
@media (max-width:500px) {
    #divRCBControls .btn {
        width: 50%;
        padding: 1.2rem 0.75rem !important;
        margin-bottom: 10px;
    }

    .button-box .btn {
        width: 50%;
        padding: 1.2rem !important;
    }
}



    footer {
        margin-top: 50px !important;
        padding: 30px 0 0 40px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
        margin-top: 50px !important;
    }

    .footer-img {
        padding: 20px 15px !important;
    }

    footer p {
        margin-top: 25px;
        text-align: center !important;
    }

    table.dataTable {
        border-spacing: 2px;
        border-bottom: 1px solid rgba(0,0,0,.12)
    }


    td {
        color: #000;
    }

    @media(max-width:1024px) {

        .command-box-1 {
            width: 100%;
            float: none;
            margin-right: 0;
        }

        .command-box-2, .command-box-4 {
            width: 100%;
            float: none;
            margin-right: 0;
        }

        .command-box-3, .command-box-5, .margin-right-commands {
            width: 100%;
            float: none;
        }
    }

    @media (max-width: 768px) {
        #cbNewTab {
            margin-top: 4px !important;
        }
    }




















    /* 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. */

    /*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

    /* Provide sufficient contrast against white background */
    /*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

    /* 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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
    /*}*/
