body {
    font-family: Arial;
    min-height:100vh;
}
wrapper {
   min-height:100vh;
}

.flex-fill {
   flex:1 1 auto;
}
#main-banner{
    background-image: url("/static/img/main-banner.png");
    height: 600px;
}
.main-image{
    color: rgb(255, 255, 255);
    position: relative;
    background-image: url("/static/img/rocket-cover-right_with_mask.png");
    background-position-x: 90%;
    background-position-y:0%;
    background-repeat: no-repeat;
    background-size: 130%;
}
.main-image-small{
    color: rgb(255, 255, 255);
    position: relative;
    background-image: url("/static/img/rocket-cover-right_with_mask.png");
    background-position-x: 90%;
    background-position-y:0%;
    background-repeat: no-repeat;
    background-size: 130%;
}
.cover-700 {
        min-height: 650px;
}
.mask {
    background-image: url("/static/img/cover_mask.png");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-size: 130%;
//  background-color: rgba(0, 0, 0, 0.6);
}
.blue-line {
    height: 30px;
    background-color: #0c3b64;
}
.center-header {
    color: #0c3b64;
    text-align: center;
}
.center-header-red {
    color: #E63C24;
    text-align: center;
}
.bg-orange {
    background-color: #E63C24;
}
.jetlink-footer a {
    color:lightgrey;
    font-weight: normal;
    font-size: 0.8em;
}
.errorlist {
    list-style-type: none;
}
.auth-form {
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.jetlink-auth-form {
  min-width: 300px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.nolvosem {
    font-size: 0.8em;
}
.poltora {
    font-size: 1.5em;
}
.well {
   background-color: rgba(0, 0, 0, 0.6);
}
#admin-menu {
    font-size: 1.2em;
}
#admin-menu a {
    color: white;
}
#bgr {
    height: 162px;
    width: 100%;
    background: url("/static/img/header-bg-right.gif") no-repeat right top;
}
#bgl {
    background: url("/static/img/header-bg-2px.gif") repeat-x left;
}

@media (max-width: 300px) {
  .auth-form {
    min-width: 90%;
  }
}

.border-bold {
    border: 2px solid gray;
    border-radius:4px;
}

.border-normal {
    border: 1px solid gray;
    border-radius:4px;
}
.border-legend {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
    margin-left: 50px;
    text-align: center;
    color: gray;
    width: max-content;
}
.border-legend-small {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -12px;
    margin-left: 10px;
    text-align: center;
    color: gray;
    width: max-content;
}
.network-tab {
    border-right: 1px solid gray;
}
.network-tab:hover {
    background-color: #eeeeff;
}
.network-tab-active {
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.network-tab-active:hover {
    background-color: #eeeeff;
}
.fon-speed {
    background: url("/static/img/speed.png") no-repeat center top;
}
.dropdown-item:hover{
    background-color: #0c5460;
}
.t_row td{
    border: 1px gray solid;
    padding: 3px 5px;
    font-size: 0.8em;
}
#abon-form input,
#abon-form select{
    width: 235px;
}
#network-menu {
    max-width: 300px;
}