.error
{
	color: red;
}
#loading-image
 {
    display: none;
    position: fixed;
    left: 0px;
    top: -4px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/pageLoader.gif) 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
 }
#loading-image img
{
display: block;
margin: 0 auto;
margin-top: 468px;
}
.text-white
{
    margin-top: 10px;
    padding: 3px;
    border: 2px solid green;
    font-size: 15px;
    text-align: center
}
.text-red
{
    margin-top: 10px;
    padding: 3px;
    border: 2px solid red;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.text-red .error
{
color: #fff !important;
}

label.error
{
    color: red !important;
}

.image_description
{
    border: 1px solid #c3c3c3 !important;
    border-radius: 10px !important;
}

.network_class
{
    width: 100%;
    max-width: 100% !important;
}

.quality_class
{
    width: 50%;
    max-width: 100% !important;
}