/*
//===================================================================================
// 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.
//=================================================================================== 
*/

body {
    font-size: 12px;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    line-height:1.428571429;
}
h1 {
    font-size: 1.5em;
    font-weight: bold;
}

h2 {
    font-size: 1.4em;
    font-weight: bold;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

/* Suppress the X delete symbol that appears on Internet Explorer for the text fields */
/* 1) We don't make use of this feature 2) */
/* 2) It is causing focus problems if the user happens to click the area of the text field where the X symbol then appears in */
input[type=text]::-ms-clear { display: none; }


.cx-position-relative {
    position: relative;
}

.cx-position-absolute {
    position: absolute;
}

.cx-background-no-repeat-center {
    background: no-repeat center;
    background-size: 100% 100%;
}

.cx-inline-block {
    display: inline-block;
}

.cx-border-radius-10px {
    border-radius: 10px;
}

.cx-background-black {
    background: black;
}

.cx-header-style-404 {
    color: white !important;
    font-size: 45pt;
    font-family: 'Impact';
    line-height: 110%;
}

.cx-load-page-error {
	color: white !important;
	background: black;
}

.cx-led-panel-font {
    font-size: 0.9em;
}

.cx-horizontal-line {
	width: 100%; /* Use only border style */
    height: 1px;
    float: left;
    /* This is default border style for <hr> tag */
    border: 1px inset #555555;
}

.cx-overflow-auto {
	overflow: auto;
}

.cx-overflow-visible {
    overflow: visible;
}

.cx-overflow-hidden {
	overflow: hidden;
}

.cx-overflow-x-hidden {
    overflow-x: hidden;
}

.cx-overflow-x-scroll {
    overflow-x: scroll;
}

.cx-overflow-x-auto {
    overflow-x: auto;
}

.cx-overflow-y-hidden {
    overflow-y: hidden;
}

.cx-overflow-y-auto {
    overflow-y: auto;
}

.cx-overflow-y-scroll {
    overflow-y: scroll;
}

.cx-text-align-center {
	text-align: center;
}

.cx-spirent-blue {
	background-color: #2659A8;
}

.cx-calnex-red {
    background-color: red;
}

.cx-text-align-center {
	text-align: center;	
}

.cx-min-width-2em {
	min-width: 2em;
}

.cx-min-width-6em {
	min-width: 6em;
}

.cx-min-width-8em {
	min-width: 8em;
}

.cx-min-width-9em {
	min-width: 9em;
}

.cx-max-width-0 {
    max-width: 0;
}

.cx-max-width-9em {
	max-width: 9em;
}

.cx-max-width-20em {
	max-width: 20em;
}

.cx-thin-border {
    box-sizing: border-box;
    border: 1px solid black;
}

.cx-thin-border-top {        
    box-sizing: border-box;
    border-top: 1px solid black;
}    

.cx-thin-border-right {
    box-sizing: border-box;
    border-right: 1px solid black;
}

.cx-thin-border-bottom {
    box-sizing: border-box;
    border-bottom: 1px solid black;
}

.cx-thin-border-left {
    box-sizing: border-box;
    border-left: 1px solid black;
}

.cx-thick-border {
    box-sizing: border-box;
    border: 2px solid #323232;        
}

.cx-thick-border-bottom {
    box-sizing: border-box;
    border-bottom: 2px solid #323232;        
}

.cx-thick-border-top {
    box-sizing: border-box;
    border-top: 2px solid #323232;        
}

.cx-whitespace-nowrap {
    white-space: nowrap;
}

.cx-whitespace-prewrap {
    white-space: pre-wrap;
}

.cx-margin-1px{
    margin: 1px;
}

.cx-margin-em-quarter {
    margin: 0.25em;
}

.cx-margin-em-half {
    margin: 0.5em;
}

.cx-margin-em-1 {
    margin: 1em;
}

.cx-margin-auto {
    margin: auto;
}

.cx-margin-left-em-half {
    margin-left: 0.5em;
}

.cx-margin-left-em-1 {
    margin-left: 1em;
}

.cx-margin-left-em-2 {
    margin-left: 2em;
}

.cx-margin-right-em-half {
    margin-right: 0.5em;
}

.cx-margin-right-em-1 {
    margin-right: 1em;
}

.cx-margin-right-em-2 {
    margin-right: 2em;
}

.cx-margin-bottom-em-half {
    margin-bottom: 0.5em;
}

.cx-margin-bottom-em-1 {
    margin-bottom: 1em;
}

.cx-margin-bottom-em-4 {
    margin-bottom: 4em;
}

.cx-margin-top-em-1 {
    margin-top: 1em;
}

.cx-title-bar {
    margin: 5px;
}

.cx-opacity30 {
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.cx-opacity50 {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.cx-opacity60 {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.cx-padding-em-1 {
    padding: 1em;
}
/**********************************************************************************************************************/
/* impairmentsTabPanelContainer styles have complementary cxt-impairmentsTabPanelContainer styles in the themed       */
/* cxt_calnexStyling.css files to manipulate colors.                                                                  */
/**********************************************************************************************************************/
.impairmentsTabPanelContainer .calTabGroup ul li {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    margin-right: 1px;
}

.impairmentsTabPanelContainer .calTabGroup ul li.active {
    margin-bottom: 0;
}

.impairmentsTabPanelContainer .calTabGroup .pageContainer {
    margin-top: 1px;
}
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* cx-non-pending-change-indicator-line styles have complementary cxt-cx-non-pending-change-indicator-line styles in  */
/* the themed cxt_calnexStyling.css files to manipulate colors.                                                       */
/**********************************************************************************************************************/
.cx-non-pending-change-indicator-line {
    border-style: solid;
    border-width: thin;
    margin-left: 1px;
    margin-right: 1px;
}

/**********************************************************************************************************************/
/* cx-pending-change-indicator-line styles have complementary cxt-cx-pending-change-indicator-line styles in the      */
/* themed cxt_calnexStyling.css files to manipulate colors.                                                           */
/**********************************************************************************************************************/
.cx-pending-change-indicator-line {
    border-style: solid;
    border-width: thin;
    margin-left: 1px;
    margin-right: 1px;
}

/**********************************************************************************************************************/
/* cx-invalid-change-indicator-line styles have complementary cxt-invalid-change-indicator-line styles in the         */
/* themed cxt_calnexStyling.css files to manipulate colors.                                                           */
/**********************************************************************************************************************/
.cx-invalid-change-indicator-line {
    border-style: solid;
    border-width: thin;
    margin-left: 1px;
    margin-right: 1px;
}

.cx-indicator-line-width {
    max-width: 99px;
    min-width: 90px;
}

.cx-indicator-mse-tlv-line-width {
    max-width: 89px;
    min-width: 89px;
}

.cx-checkbox-edit-not-checked-to-checked input[type=checkbox]:disabled + label {
    cursor: not-allowed;
}

.cx-checkbox-edit-not-checked-to-checked input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align:middle;
    margin-right: 8px;
    background-color: white;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 1px;
}

.cx-checkbox-edit-not-checked-to-checked input[type=checkbox]:checked + label:before {
    content:"\2714"; /* Tick */
    color:black;
    background-color: yellow;
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
}

.cx-checkbox-edit-checked-to-not-checked input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align:middle;
    margin-right: 8px;
    background-color: yellow;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 1px;
}

.cx-checkbox-edit-checked-to-not-checked input[type=checkbox]:checked + label:before {
    content:"\2714"; /* Tick */
    color:black;
    background-color: white;
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
}

.cx-checkbox-disabled input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align:middle;
    margin-right: 8px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 1px;
}

.cx-checkbox-disabled input[type=checkbox]:checked + label:before {
    content:"\2714"; /* Tick */
    color:#666;
    background-color: #aaa;
    text-align:center;
    line-height:15px;
    text-shadow:0px 0px 3px #eee;
}

/**********************************************************************************************************************/
/* styles for showing edit in progress for radio buttons                                                              */
/**********************************************************************************************************************/
.cx-radio-edited [type=radio] {
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
}

.cx-radio-not-edited [type=radio] {
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
}

.cx-radio-disabled [type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cx-radio-edited input[type=radio]:checked + span:before {
    background: black;
    box-shadow: 0 0 0 0.25em #000;
    border-color: yellow;
}

.cx-radio-not-edited input[type=radio]:checked + span:before {
    background: black;
    box-shadow: 0 0 0 0.25em #000;
    border-color: white;
}

.cx-radio-disabled input[type=radio]:checked + span:before {
    background: black;
    box-shadow: 0 0 0 0.25em #000;
    border-color: grey;
}

.cx-radio-edited input[type=radio] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 0.25em solid #fff;
    box-shadow: 0 0 0 0.15em #000;
    margin-right: 0.75em;
    transition: 0.5s ease all;
    background: yellow;
    border-color: yellow;
}

.cx-radio-not-edited input[type=radio] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 0.25em solid #fff;
    box-shadow: 0 0 0 0.15em #000;
    margin-right: 0.75em;
    transition: 0.5s ease all;
    background: white;
}

.cx-radio-disabled input[type=radio] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius: 1em;
    border: 0.25em solid grey;
    box-shadow: 0 0 0 0.15em #000;
    margin-right: 0.75em;
    transition: 0.5s ease all;
    background: grey;
}



.cx-visibility-hidden {
    visibility: hidden;
}


.cx-management-feature-group-container {
    border-radius: 5px;
    padding: 10px;
}

.cx-management-feature-group-container label {
    margin-right: 5px;
}

/**********************************************************************************************************************/
/* cx-generic-button styles have complementary cxt-generic-button styles in the themed cxt_calnexStyling.css files to */
/* manipulate colors                                                                                                  */
/**********************************************************************************************************************/
.cx-generic-button {
    box-sizing: border-box;
    border-radius: 0.3em;

    height: 2em;
    justify-content: center;
    text-align: center;
}

.cx-generic-button:active {
    position: relative;
    top: 2px;
}

.cx-generic-button.non-flex {
    padding-left: 1em;
    padding-right: 1em;
}

.cx-generic-button:focus{
    outline:0 !important;
}
/**********************************************************************************************************************/

.cx-statistics-value-container {
    margin-left: 0;
    margin-right: 2px;
}

/**********************************************************************************************************************/
/* cx-cat-button and cx-pfv-button styles have complementary cxt-cat-button & cxt-pvf-button styles in the themed     */
/* cxt_calnexStyling.css files to manipulate colors                                                                   */
/**********************************************************************************************************************/
.cx-cat-button,
.cx-pfv-button {
    width: 65%;
}

.cx-cat-button:disabled,
.cx-pfv-button:disabled {
    opacity: 0.4;
}
/**********************************************************************************************************************/

.cx-power-button {
    min-width: 30px;
    max-width: 30px;
    min-height: 30px;
    max-height: 30px;
}

/**********************************************************************************************************************/
/* cx-table styles have complementary cxt-table styles in the themed cxt_calnexStyling.css files to manipulate colors */
/**********************************************************************************************************************/
.cx-table {
    width:100%;
}

.cx-table th {
    padding: 1em;
}

.cx-table td {
    padding: 0.5em 1em;
}

.cx-table button:disabled {
    visibility: hidden;
}
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* cx-sync-overlay styles have complementary cxt-sync-overlay styles in the themed cxt_calnexStyling.css files to     */
/* manipulate colors.
/* The styles are used by the directive calSyncOLay to disable DOM elements when synchronous instrument operations are*/
/* in progress. This style is invisible and the cxt-sync-overlay styles are applied after a short time delay if the   */
/* operation is still in progress, this is to avoid the flicker of displaying a coloured overlay for short put        */
/* operations */
/**********************************************************************************************************************/
.cx-sync-overlay {
    /* a transparent overlay that covers the entire element and prevents user interaction */
    z-index:1000;
    background-color: transparent;
    pointer-events: none;
}
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* cx-delay-overlay styles have complementary cxt-delay-overlay styles in the themed cxt_calnexStyling.css files to   */
/* manipulate colors.
/* The styles are used by the directive calDelayJitterDirective to prevent access to the delay settings if memory     */
/* is not allocated for the selected profile. */
/**********************************************************************************************************************/
.cx-delay-overlay {
    /* a transparent overlay that covers the entire element and prevents user interaction */
    z-index:999;
    background-color: transparent;
    pointer-events: none;
}

.cx-cloak {
    display: none !important;
}

a.cx-link-colour-16:link,
a.cx-link-colour-16:visited,
a.cx-link-colour-16:hover,
a.cx-link-colour-16:active {
    color: yellow;
}

a.cx-link-underline{
    text-decoration:underline !important;
}
