/*
//===================================================================================
// Copyright (c) Calnex Solutions Ltd.  All rights reserved.
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
// FITNESS FOR A PARTICULAR PURPOSE.
//===================================================================================
// The contents of this file should not be copied or distributed
// without permission being granted by Calnex Solutions Ltd.
//=================================================================================== 
*/
.cqh-heading-1 {
    color: white !important;
    font-size: 1em;
}

.cqh-warning-1 {
    color: red !important;
    font-size: 1em;
}

.cqh-led-img {
    width: 20px;
    height: 18px;
}

.cqh-led-img-2 {
    width:1em !important;
    height:1em !important;
    min-height: 1em !important;
}

.cqh-impairment-block {
    min-height: 1em;
    height:1em;
    min-width: 1em;
    width:1em;
    border-radius: 15%;
    margin-top: 0.2em;
}

.cqh-impairment-block.notCfg {
    background-color: #D3D3D3;
}

.cqh-impairment-block.ready {
    background-color: #FFA500;
}

.cqh-impairment-block.active {
    background-color: #33FF66;
}

.cqh-table-border th,
.cqh-table-border td {
    border-style:solid;
    border-width: 1px;
    text-align: center;
}

.cqh-table-border th {
    font-weight:bold;
}

.cqh-table-padding th {
	padding-left: 4px;
	padding-right: 4px;
	
}

.cqh-table-padding td {
	padding-left: 4px;
	padding-right: 4px;
	
}

.cqh-table-header th {
    background-color: #777777;
}

/* Make the table content smaller when at minimum screen resolution */
@media (max-width: 1024px) {
   .cqh-table-padding th,
   .cqh-table-padding td {
        font-size: 0.9em;
   }
}