﻿
body {
    padding-top: 50px;
    padding-bottom: 20px;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
     
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.btn-default{
    background-color:gainsboro;
    border-style:groove;
}
.alertcookies{
    margin-top:5px;
    font-size:10px;
    font-stretch:semi-expanded;
    background-color:rgba(9, 9, 9, 0.83)
}
.credits{
    font-size:10px;
   margin-top:18px;
}

@media only screen and (min-width : 1224px) {
    .remotedata-screen{
         max-width:50%;
         margin-left:25%;
    }
    
}

/*.glyphicon-th-list :before  {
padding: 5px 5px 5px 5px;
}

.glyphicon-share:before {
    padding: 5px 5px 5px 5px;
}

.glyphicon-remove-sign:before {
 padding: 5px 5px 5px 5px;
}*/

.standard-report-row{
    color:rgba(9, 9, 9, 0.83);
}
.standard-report-rowH{
    color:rgba(9, 9, 9, 0.83);
      border-bottom:2px solid rgba(9, 9, 9, 0.83);
      
}
.alarm-report-row{
    color:#ff0000;
    border-top-width:0px;
}
.curalarm-report-row{
    color:#ff6a00;
    border-top-width:0px;
}

.alarm-report-rowH{
    color:#ff0000;
    border-bottom:2px solid rgba(9, 9, 9, 0.83);
}
.curalarm-report-rowH{
    color:#ff6a00;
    border-bottom:2px solid #505050;
}
@font-face {
    font-family: 'TRIOS___';
    src: url('/fonts/Orbitron-VariableFont_wght.ttf') format('truetype');
}

.home-index{
    display:-webkit-inline-box;
    padding-left:5px; 
    font-family:TRIOS___;
    font-size:20px;
    padding-bottom:10px;
    padding-top:5%

}





@media screen and (min-height: 820px) /* height >= 820 px */
{
    .StickyItem{
       
    }
}

 .gauge-data {
            position: relative;
            width: 20vw;
            height: 20vw;
            box-sizing: border-box;
            float:left;
            margin:20px;
        }

 .op-row{
    
       filter: alpha(opacity=100);
   
    background-color: #EEEEEE;
    width: 130px;
    height: 50px;
    padding: 5px;
    border: Solid 1px #CCCCCC;
 }

 .glyphicon:before {
 padding-right:5px!important;
 
}