﻿
.panelDataError {
    height: -moz-calc(100% - 150px); /* Firefox */
    height: calc(100% - 150px); /* Chrome, Safari */
    height: -webkit-calc(100% - 150px); /* Chrome, Safari */
    width: -moz-calc(100% - 123px); /* Firefox */
    width: calc(100% - 123px); /* Chrome, Safari */
    width: -webkit-calc(100% - 123px); /* Chrome, Safari */
    z-index: 5000;
    background-color: lightyellow;
    margin: 10px 0 0 10px;
    float: left;
    color: red;
    border: solid 2px red;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:center;
    font-size: 2em;
    padding:50px;
}

.lblTrackedIP {
    color: blue;
    font-weight:600;
}

.lblMenuTitleError {
    height: 20px !important;
    margin: 10px 0 0 10px !important;
    padding: 0 0 0 10px !important;
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    -webkit-box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    box-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -moz-shadow: 0px 1px 2px 2px rgba(128, 128, 128, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: yellow;
    color: red;
    font-weight: 600;
    display: block;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}