html,
body {
    margin: 0;
    height: 100%;
}

*:fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    background-color: rgba(255, 255, 255, 0);
}

body {
    width: 100%;
    padding-top: 40px;
    margin: 0;
    /*    padding-bottom: 40px;*/
    background: linear-gradient(#11295f, #01b5ae);
    background-repeat: no-repeat;
    font-family: 'Roboto Condensed', sans-serif;
    color: snow;
}

.main-display {

    margin-top: 0;
    margin-left: 3%;
    margin-right: 3%;

}

.main-page {
    margin: 0;
    padding-top: 35%;
    padding-bottom: 40%;
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../img/BPS_Anim%2003d2_7zip.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;

}

.carousel-item {
    padding-bottom: 20%;
}

.invisible {
    display: none;

}

.border {
    padding: 3%;
    margin: 2px;
}

.border.sys_active[src] {
    background-color: #02a8b8;
}

.spacer {
    position: relative;
    height: 50%;
}

.liquids > .led {
    /* background-color: #ffa300; */
}

.red_led {
    background-color: red;
    margin: 15%;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.orange_led {
    background-color: #ffa300;
    margin: 15%;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.consum {
    margin-left: 15%;
    margin-right: 15%;
}

.green_led {
    background-color: #03ff9e;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 15%;
}

.led {
    /* background-color: #03FF9E; */
    margin-top: 100%;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    /*
    margin-top: 120%;*/
    /*    margin-left: 45%;*/
}

/*
.customProgress > div {
    display: inline-block;
    margin-left: 0px;
    background-color: #03ff9e;
    width: 7px;
    height: 7px;
    border-radius: 6px;
    
}
*/

.status_point_green {
    display: inline-block;
    margin-left: 0px;
    background-color: #03ff9e;
    width: 7px;
    height: 7px;
    border-radius: 6px;
}

.status_point_orange {
    display: inline-block;
    margin-left: 0px;
    background-color: #ffa300;
    width: 7px;
    height: 7px;
    border-radius: 6px;
}

.carousel-indicators {

    position: fixed;
}

p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

/*
.blink {
    background-color: #03FF9E;
    animation: blinker 1s linear infinite;
}
*/

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: none;
    border-color: white;
    border-width: thin;
    margin-left: 9%;
    margin-right: 9%;
    border: solid;

}

.container-fluid {
    padding-bottom: 0%;
}

.indicator-text {
    height: 20%;
    margin-bottom: 2px;
}


.indicator {
    width: 35%;
    height: 5px;
    border-radius: 1px;
    /*    margin-left: 40%;*/
    /*
    margin-left: 28%;
    margin-right: 20%;
*/
    background: none;

}

.indicator.sys_active {
    background-color: #03FF9E;
}

.indicator.sys_active.blink {
    background-color: #d0d0d0;
    animation: blinker 400ms linear infinite;
}

.indicator.blink {
    background-color: #d0d0d0;
    animation: blinker 400ms linear infinite;
    /*    opacity: 0;*/
}

.store_button {
    margin-top: 30%;
}

.rounded_btn {
    border-radius: 25px;
}

.level {
    background: url('../img/Button_Water%20level.svg') no-repeat;
    background-size: 100% auto;
    height: 100%;
    padding-bottom: 20%;
    /*    padding-bottom: 100%;*/
    /*    padding-bottom: 50%;*/
}

.qrcode {
    padding-top: 5%;
}

#flashcode {
    padding-top: 8%;
    padding-bottom: 8%;
    margin-left: 3%;
    margin-right: 3%;
    background-color: #13235B;
    border-radius: 25px;

}

.uv {
    background-image: url('../img/Button_UV.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;
    padding-bottom: 20%;
}

.liquids {
    background-image: url('../img/Button_Liquids.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100%;

    padding-bottom: 20%;
}

.levels {
    margin-top: 15%;
    margin-left: 5%;
    margin-right: 5%;
    /*    padding-bottom: 30%;*/
}

.cockpit {
    margin-left: 10%;
    margin-right: 10%;
    /*    padding-top: 5%;*/
}

span.pull-right {
    padding-left: 60%;
}

.vcenter {
    display: inline;
    vertical-align: top;
    float: none;
}

/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.modal {
    text-align: center;
}

.modal-body {
    max-height: 100%;
}


/*.modal-dialog,*/
.modal-content {
    background-color: #02a8b8;
    padding-top: 10%;
    padding-bottom: 10%;
/*    height: 80%*/
    
    
}

#svg {
    height: 30vh;
}

/*
.modal-blue {
    background-color: #02a8b8;
}
*/


.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}


.modal-dialog {
/*    height: 80%;*/
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 90%;
}

/* Hide default HTML checkbox */

.switch input {
    display: none;
}

/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border: solid;
    border-width: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {

    background-color: whitesmoke;

}


input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cockpit .indicator {
    margin-top: 0px;
}

.favorites {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 15%;
    padding-bottom: 0%;

}

.well {
    background: url('../img/bg2.png');
    background-size: auto 100%;
}

.top-buffer {
    margin-top: 60px;
}

.med-buffer {
    margin-top: 30px;
}

.btn-left {
    background-color: #4da2ff;
    width: 100px;
}

input[type=range][orient=vertical] {
    writing-mode: bt-lr;
    /* IE */
    -webkit-appearance: slider-vertical;
    /* WebKit */
    width: 20px;
    height: 300px;
    padding: 100 5px;
}

.hover_group:hover {
    opacity: 0;
}

#projectsvg {
    position: relative;
    width: 100%;
    padding-bottom: 77%;
    vertical-align: middle;
    margin: 0;
    overflow: hidden;
}

#projectsvg svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-set {
    background: url('../img/settings.png') #f2f2f2;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: 15px 7px;
    height: 40px;
    color: #000;
}

.up_btn {
    background: url('../img/arrow-up.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 70px;
    padding-bottom: 70px;
    color: #000;
}

.up_btn:hover {
    background: url('../img/arrow-up.png') #e0e0e0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 70px;
    padding-bottom: 70px;
    color: #000;
}

.stop_btn {
    background: url('../img/stop.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 70px;
    padding-bottom: 70px;
    color: #000;
}

.stop_btn:hover {
    background: url('../img/stop.png') #e0e0e0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 70px;
    padding-bottom: 70px;
    color: #000;
}

.down_btn {
    background: url('../img/arrow-down.png');
    /*#background-position: -9px -7px;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 70px;
    padding-bottom: 70px;
    color: #000;
}

.down_btn:hover {
    background: url('../img/arrow-down.png') #e0e0e0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 70px;
    padding-bottom: 70px;
    color: #000;
}

.form-signin {
    max-width: 60%;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@font-face {
    font-family: 'YourFontName';
    /*a name to be used later*/
    src: url('http://domain.com/fonts/font.ttf');
    /*URL to font*/
}

@font-face {
    font-family: 'BrunoAce-Regular';
    src: url('../fonts/BrunoAce-Regular.eot');
    src: url('../fonts/BrunoAce-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BrunoAce-Regular.woff') format('woff'),
    url('../fonts/BrunoAce-Regular.ttf') format('truetype'),
    url('../fonts/BrunoAce-Regular.svg#BrunoAce-Regular') format('svg');
}

.fontpro,
.fontpro-35264 {
    font-family: 'BrunoAce-Regular', sans-serif;
}

/*
@media screen and (min-width: 768px) {
  .row-eq-height, .row-eq-height > div[class*='col-'] {  
      display: -webkit-box;
      display: box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex:1 0 auto;
  }
}*/
