 /*For complete Autotrack Products, all the page must use same Title, SubTitle, version, Button by Pang 10/May/2020 */
.AutotrackBackground{
    background: #F39C12;
    text-align: left;
}
/*Logo Setting*/
.xImageAutoTrackLogoStyle{
    font-family: Tahoma;
    font-size: x-large;
    height:60px;
    }
/*Title and SubTitle Setting*/
.xLabelAutoTrackTitleStyle{
    font-family: Tahoma;
    font-size: x-large;
    }
.xLabelAutoTrackSubTitleStyle{
    font-family: Tahoma;
    font-size: large;
    font-weight: bold;
}
/*Label Version*/
.xLabelAutoTrackVersionStyle{
    font-family: Tahoma;
    font-size:small;
    font-weight: bold;
}
/*Button Style Added*/
.xButtonAutoTrackStyle{
    width:150px;
    font-family:Tahoma;
}
/*Label status red colour*/
.xLabelStatusControlStyle{
    width:80%;
    text-wrap:normal;
    font-family:Tahoma;
    color:red;
}
/*Div box Shadow*/
.xDivAutotrackShadowStyle
{
    border: 1px solid #6077a5;
    padding: 50px;
    border-radius: 20px;
    width: 50%;
    box-shadow: 5px 10px 8px 10px #888888;
}

/*Div box Shadow*/
.xDivAutotrackBoxStyle
{
    border: 1px solid #6077a5;
    padding: 50px;
    border-radius: 20px;
    width: 50%;
     box-shadow: 1px 2px 1px 2px #888888;
}



         /*Temperature Monitoring.aspx */
       .catStyle {
            font-size: 13px;
            color: red;
        }
         .catStyle1 {
            font-size: 13px;
            color: orange;
        }
          .catStyle2 {
            font-size: 12px;
            color: green;
        }










       
