﻿/* 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 */
}




.d-flex div > div:nth-child(1) {
    background:#679ea3;
    color:#fff;
    font-weight:600;
    padding:10px 15px;
    text-align:center;
    height:68px;
}

.d-flex div div:nth-child(2) {
    padding:15px 15px 10px 15px;
    background:#ededed;
}

.d-flex div:nth-child(2n+1) {
    background: #ededed;
    flex:1;
}

.d-flex > div:nth-child(2n+2) {
    font-size: 4rem;
    color: #444;
    line-height: 0.65;
}

h1 {
    /*text-transform: uppercase;*/
    font-size: 1.7rem;
    font-weight: 700;
    /*border-bottom: 1px solid #bfc1c0;*/
    width: fit-content;
    margin: 0 auto;
/*    padding-bottom: 15px;*/
    margin-bottom:.5rem;
}

form input {
    height: 39px;
    border:1px solid #999a9c;
    padding:7px;
    margin-bottom:10px;
}

form select {
    width: 198px;
    margin-bottom: 10px;
    height: 39px;
    border-color: #999a9c;
    padding-left:5px;
}

.btn-primary {
    background: #c1d72e;
    /*text-transform:uppercase;*/
    font-weight:600;
    color:#fff;
    border:none;
    height:initial;
    padding:8px 22px;
}

.btn-primary:hover {
    background:#111;
}

.btn-primary:focus {
    outline: none;
    box-shadow: none !important;
    border: 0px solid #c1d72e !important;
    background:#b6cd1e;
}

a:focus {
    outline: none;
    box-shadow: none !important;
    border: none !important;
    font-weight:600;
}


input[type=text]:focus,
select:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #00747a !important;
}


.statusdashboard {
    background: url('../images/bg_1070.png') no-repeat;
    height: 520px;
}


.statusdashboard input[type=text] {
    width: 50px;
    border: 2px solid rgba(146,186,198,.5);
    position: absolute;
    color: #333;
    background:#fff;
    font-weight:500;
}

    .statusdashboard input[type=text].danger {
        border-color: #ee445c;
        background: #f38f9d;
        color:#fff;
    }

.information-block input.right {
    right: 4px;
    top: 38.5px;
}

.information-block input.left {
    left: 4px;
    top: 38.5px;
}

.information-block input.top {
    top: 4px;
    left: 50px;
}

.information-block input.bottom {
    bottom: 4px;
    left: 50px;
}


.statusdashboard input[type=text]:focus {
    outline: none;
    box-shadow: none !important;
    border: 2px solid #ccc !important;
}

::-moz-selection,
::-moz-selection {
    background: #c1d72e;
    color:#fff;
}

::selection,
::selection {
    background: #c1d72e;
    color: #fff;
}





.information-block-container {
    width: 150px;
    display: block;
    float: left;
}

.information-block {
    width: 150px;
    height: 100px;
    background: #92bac6;
    margin-bottom: 40px;
    padding: 2px 0 0 5px;
    font-size: .7rem;
    position:relative;
    font-weight:500;
    color:#fff;
}

.connection-container {
    float: left;
    width: 80px;
}
/* Column
--------------------------------------------------*/
div.row {
    display: flex;
    flex: 10%;
}

div.labelColumn, div.valueColumn {
    padding: 2px;
}

div.labelColumn {
    flex: 20%;
}

div.valueColumn {
    flex: 80%;
}

.column {
    flex: 10%;
}

div.counter {
    float: right;
    display: block;
    /*border-top: 4px solid #a7a59b;*/
    /*background-color: #f6e9d9;*/
    height: 22px;
    line-height: 22px;
    padding: 4px 6px;
    font-size: 11px;
    color: #000;
    margin-bottom: 13px;
    clear: both;
}
/*counter*/
.flex-column {
    display: flex;
    flex-direction: column;
}



.custom-radio input {
    height:initial;
}