body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
    color: #333 !important;
    padding: 0px;
    margin: 0px;
}


.dashboard {
    background: url('../images/bg1.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.leftcamera, .rightcamera, .turret {
    /*background: url('../images/bg2.png') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;*/
    background: #000;
}

.overlay {
    /*background: rgba(0, 35, 61, 0.8);*/
    height: 100vh;
    width: 100%;
}


.defencebg {
    background: url('../images/login-bg.jpg') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.defencebg .card {
    background: transparent;
    border-radius: 5px;
    box-shadow:  0 0 10px rgba(0,0,0,0.6);
      -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
      -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
      -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.defencebg h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px !important;
    margin: 0px 0px 20px;
    padding: 0px;
    color: #47babe;
}

.defencebg input {
    color: #47babe;
    border-bottom: 1px solid #47babe !important;
}

.defencebg .input-field>label {
    color: #47babe;
}

.defencebg input + label {
    pointer-events: none;

    * {
        pointer-events: all;
    }
}

.btn-block {
    width: 100%;
}

.mb0 {
    margin-bottom: 0px !important;
}

.brand-logo {
    padding-left: 10px !important;
    font-weight: 300;
}

.midnav li {
    padding-right: 40px;
}

h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

h5 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
    margin: 0px !important;
    text-transform: uppercase;
}

.vbox {
    background-color: rgba(9, 147, 232, 0.4) !important;
    border: 5px solid #1e94de;
}

.vbox .card-action {
    background-color: transparent !important;
}


#camera {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    background: #000;
}

#camera img {
    width: 100%;
    height: 100vh;
}


#frontcamera, #turretcamera, #leftcamera {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

#rearview {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
}

#speedometer {
    position: fixed;
    bottom: -15px;
    left: 39%;
    z-index: 9;
}

#compass {
    position: fixed;
    bottom: -10px;
    left: 5pxpx;
    z-index: 9;
}

#gear {
    position: fixed;
    bottom: -10px;
    left: 10%;
    z-index: 9;
}

#gear canvas {
    width: 200px !important;
    height: 55px !important;
}

#timetemp {
    position: fixed;
    bottom: -25px;
    left: 15%;
    z-index: 9;
}

#battery1 {
    position: fixed;
    bottom: -10px;
    left: 61%;
    z-index: 9;
}

#battery2 {
    position: fixed;
    bottom: -10px;
    left: 64%;
    z-index: 9;
}

#battery3 {
    position: fixed;
    bottom: -10px;
    left: 67%;
    z-index: 9;
}

#battery1 canvas, #battery2 canvas, #battery3 canvas {
    width: 40px !important;
    height: 70px !important;
}

#enginetime {
    position: fixed;
    bottom: -25px;
    right: 12%;
    z-index: 9;
}

#enginetime canvas {
    width: 250px !important;
    height: 90px !important;
}

#startbtn img {
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 9;
    width: 100px;
}

.bottom-strip {  
    position: fixed;
    bottom: 0px;
    background: rgba(14, 24, 40, 0.8);
    padding: 20px 0px;
    width: 100%;
}

#topicons {
    position: fixed;
    left: 4px;
    top: 4px;
    z-index: 99;
}

#righticons {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0px 0px 5px;
}

#topricon {
    position: fixed;
    right: 4px;
    top: 4px;
    z-index: 99;
}

#topicons img, #righticons img, #topricon img {
    width: 40px;
}

#topricon span {
    color: #8ad3e1;
    position: fixed;
    right: 60px;
    top: 4px;
    font-size: 18px;
    border: 1px solid #3ea9bd;
    padding: 7px 10px;
    letter-spacing: 1px;
}

#topricon span+span {
    right: 130px;
    font-size: 12px;
    line-height: 20px;
    padding: 4px 15px 5px;
    border: 0px;
}



.errorMessage {
    color: #F00;
    font-size: 12px;
}

.login_error, .success_msg {
    margin-top: 10px; 
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

.success_msg {
    background-color: #ACECAE;
    border-color: #4BAE50;
}

.login_error {
    background-color: #ffdbdb;
    border-color: #f76f6f;
}


.subscription-table td:first-child, .subscription-table th:first-child {
    padding: 15px 5px 15px 25px;
}

.subscription-table th {
    text-align: center;
}

.cardtitle {
    padding: 10px 20px !important;
    border-bottom: 1px solid #CCC;
    background: #0c4877;
    color: #FFF;
}


.material-tooltip {
    background-color: #0b1320 !important;
    border: 1px solid #8ad3e1;
    font-size: 12px !important;
    min-width: 100px;
    text-transform: uppercase;
}


.nosignal {
    text-align: center;
    font-size: 24px;
    color: #ee203c;
    margin-top: 17%;
}

.blink {    
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
    opacity: 0;
    }
}


.updates {
    padding: 20px 30px 20px 40px;
    position: absolute;
    left: 0;
    top: 25%;
    font-size: 13px;
    color: #FFF;
    background: url('../images/updatebg.png');
    background-repeat: no-repeat;
    height: 330px;
    z-index: 999;
}

.updates:before {
    background: #000;
}

.updates p {
    margin-bottom: 0px;
    line-height: 15px;
}


.imghover, .imghover2 {
    opacity: 0.7;
}

.imghover:hover, .imghover2:hover {
    opacity: 1;
}

.imghover2:hover {
    border-radius: 50%;
    -moz-box-shadow: 0 0 3px #8ad3e1;
      -webkit-box-shadow: 0 0 3px #8ad3e1;
      box-shadow: 0 0 3px #8ad3e1;
}