
body {
    background-color: #ffffff;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #000000;  
    margin: 10px;
}

h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}

a:link, a:visited {
    color: #045491;
    font-weight : bold;
    text-decoration: none;
}

a:link:hover, a:visited:hover  {
    color: #045491;
    font-weight : bold;
    text-decoration : underline;
}

.NameValueInputForm {
    width: 100%;
}

/* Should be the label .. */
.NameValueInputForm tbody tr td:first-child {
    width: 20%;
}

.NameValueInputForm tbody tr td:first-child + td {
    width: 100%;
}

/* Should be the label .. */
.NameValueDescInputForm tbody tr td:first-child {
    width: 20%;
}

/* the input ... */
.NameValueDescInputForm tbody tr td:first-child + td {
    width: 30%;
}

/* and the description .. */
.NameValueDescInputForm tbody tr td:first-child + td + td {
    width: 50%;
}

/* Styles for name: value forms. */
.NameValueForm {
    border-spacing: 15px 7px;
}

.NameValueForm tbody tr td:first-child + td {
    border-style: inset;
    border-radius: 5px;
    border-width: 2px;
    padding: 1px;
    border-color: #CDCDCD;
}

#homeTabView\:createProfileForm .NameValueForm td:first-child {
    width: 50% !important;
}


/* Styles for name: value description forms. */
.NameValueDescForm {
    border-spacing: 15px 7px; 
}

.NameValueDescFormCol1 {
    width: 20%;
    border-color: #CDCDCD;
    white-space: normal !important;
}

.NameValueDescFormCol2 {
    width: 35%;
    border-color: #CDCDCD;
}

.NameValueDescFormCol3 {
    width: 45%;
    border-color: #CDCDCD;
    white-space: normal !important;
}

.NameValueDescForm tr {
    border: 1px solid #CDCDCD;
}

.NameValueDescFormValue {
    border: 2px inset #CDCDCD;
    border-radius: 5px;
    padding: 1px;
}

/* Styles for data tables */

/* Monitor server list */

/* Server Name */
.MonitorList td:nth-child(1) {
    width: 15%
}

/* Public IP */
.MonitorList td:nth-child(2) {
    width: 10%
}

/* Private IP */
.MonitorList td:nth-child(3) {
    width: 10%
}

/* Region */
.MonitorList td:nth-child(4) {
    width: 10%
}

/* Status */
.MonitorList td:nth-child(5) {
    width: 10%
}

/* Last Contact */
.MonitorList td:nth-child(4) {
    width: 15%
}

/* Version */
.MonitorList td:nth-child(4) {
    width: 10%
}

/* Application list */

/* Application Name */
.ApplicationList td:nth-child(1) {
    width: 10%; 
}

/* Application URL */
.ApplicationList td:nth-child(2) {
    width: 25%; 
}

/* Application entry path */
.ApplicationList td:nth-child(3) {
    width: 25%; 
}

/* Application roles */ 
.ApplicationList td:nth-child(4) {
    width: 20%;
}

/* User list */

/* User row ID */
.UserList td:nth-child(1) {
    width: 5%;
}

/* User ID field */
.UserList td:nth-child(2) {
    width: 10%;
}

/* User first name */
.UserList td:nth-child(3) {
    width: 20%;
}

/* User last name */
.UserList td:nth-child(4) {
    width: 25%;
}

.UserList td:nth-child(5) {
    width: 25%
}

/* Device list */

/* Device row ID */
.DeviceList td:nth-child(1) {
    width: 10%;
}

/* Device nickname */
.DeviceList td:nth-child(2) {
    width: 20%;
}

/* Device type */
.DeviceList td:nth-child(3) {
    width: 10%;
}

/* Device region */
.DeviceList td:nth-child(4) {
    width: 20%;
}

/* Device provisioned? */
.DeviceList td:nth-child(5) {
    width: 20%;
}

/* Role list */

/* Role name */
.RoleList td:nth-child(1) {
    width: 20%;
}

/* Role description */
.RoleList td:nth-child(2) {
    width: 60%;
}

/* Embedded role list (e.g., user roles) */

/* Role name */
.EmbeddedRoleList td:nth-child(1) {
    width: 20%;
}

/* Embedded device list (e.g., user devices) */

/* Device nickname */
.EmbeddedDeviceList td:nth-child(1) {
    width: 20%;
}

/* Style of the login page. */
.loginPage {
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;

    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;

    background: url("../images/mobile-helix-login-bg.png") repeat-x !important;
    background-size: 33% 100%;
}

.registerPage {
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;

    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;

}

/* Style for the login form. */
.loginForm {
    width: 400px;
    margin: 0 auto;
    margin-top: 10%;
    background-color: white;
}

@media (max-width: 700px) {
    .loginPage {
        width: 98%;
        background: none;
    }

    .loginForm {
        width: 100%;
        height: 100%;
        margin-top: 0;
        position:absolute;
        top:0;
        left:0;
    }

    .loginForm div {
        padding: 0 !important;
    }
}

.noBorderPanel {
    border: none;
}

.loginFormContent {
    padding: 5px;
    margin: 0 auto;
    border: none;
}

.ui-panel-content {
    border: 0 !important;
    border-radius: 0 !important;
}

.imageCentered {
    padding: 5%;
    width: 90%;
}

.buttonCentered {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 40%;
    margin-right: 30%;
    border: none;
}

.progressCentered {
    margin-left: 20%;
    margin-right: 10%;
    width: 70%;
    border: none;
}

.loginSubLinkCentered {
    width: 400px;
    margin: 0 auto;
    font-size: 6px;
    border: none;
}

.ImageList {
    width: 100%;
    height: 60px;
    padding-top: 2px;
    overflow: hidden;
    margin-bottom: 1em;
}

.ImageList td:nth-child(even) {
    display: block;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.DownloadPlatform {
    width: 65% !important;
}

.DownloadButton {
    width: 35% !important;
}

.verticalSeparator {
    background: #A8A8A8; 
    border: none; 
    width: 1px; 
    clear: none; 
    height: 22px; 
    margin: 4px 6px 0; 
    box-shadow: none; 
    display: inline-block;
}

/**
 * override the default primefaces disabled facing. it is far too grey to read text.
 */
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .65;
}

/**
 * Override nowrap on datalist layouts.
 */
.NameValueDescFormCol1 label {
    white-space: normal;
}

.NameValueDescFormCol3 label {
    white-space: normal;
}

.ui-datatable-even td {
    white-space: normal;
}

.ui-datatable-even td label {
    white-space: normal;
}

.ui-datatable-odd td {
    white-space: normal;
}

.ui-datatable-odd td label {
    white-space: normal;
}

.ui-inputtext {
    color: black;
}

.ui-lightbox-caption {
    display: block;
}

.valign-top {
    vertical-align: top;
}

.p-datepicker .ui-state-active {
    background-color: lightgrey !important;
}

.ui-toolbar.ui-widget-header {
    background-color: rgba(150, 166, 204, 0.9);
}

.ql-font span[data-value="arial"]::before {
    font-family: 'Arial', sans-serif;
}

.ql-font-arial {
    font-family: 'Arial', sans-serif;
}

.ql-font span[data-value="arialblack"]::before {
    font-family: 'Arial Black', sans-serif;
}

.ql-font-arialblack {
    font-family: 'Arial Black', sans-serif;
}

.ql-font span[data-value="calibri"]::before {
    font-family: 'Calibri', sans-serif;
}

.ql-font-calibri {
    font-family: 'Calibri', sans-serif;
}

.ql-font span[data-value="cambria"]::before {
    font-family: 'Cambria', sans-serif;
}

.ql-font-cambria {
    font-family: 'Cambria', sans-serif;
}

.ql-font span[data-value="courier"]::before {
    font-family: 'Courier New', sans-serif;
}

.ql-font-courier {
    font-family: 'Courier New', sans-serif;
}

.ql-font span[data-value="comic"]::before {
    font-family: 'Comic Sans MS', sans-serif;
}

.ql-font-comic {
    font-family: 'Comic Sans MS', sans-serif;
}

.ql-font span[data-value="georgia"]::before {
    font-family: 'Georgia', sans-serif;
}

.ql-font-georgia {
    font-family: 'Georgia', sans-serif;
}

.ql-font span[data-value="impact"]::before {
    font-family: 'Impact', sans-serif;
}

.ql-font-impact {
    font-family: 'Impact', sans-serif;
}

.ql-font span[data-value="tahoma"]::before {
    font-family: 'Tahoma', sans-serif;
}

.ql-font-tahoma {
    font-family: 'Tahoma', sans-serif;
}

.ql-font span[data-value="times"]::before {
    font-family: 'Times New Roman', sans-serif;
}

.ql-font-times {
    font-family: 'Times New Roman', sans-serif;      
}

.ql-font span[data-value="trebuchet"]::before {
    font-family: 'Trebuchet MS', sans-serif;
}

.ql-font-trebuchet {
    font-family: 'Trebuchet MS', sans-serif;
}

.ql-font span[data-value="verdana"]::before {
    font-family: 'Verdana', sans-serif;
}

.ql-font-verdana {
    font-family: 'Verdana', sans-serif;      
}

.ql-expanded .ql-picker-options {
    height: 10em;
    overflow: scroll;
}

/* Activate wizard */
.text-align-center {
    width: 100%;
    text-align: center;
}

.text-left-offset {
    margin-left: 5%;
}

.ui-panel-titlebar {
    background-color: whitesmoke;
}

body .ui-button {
    margin: 0.5rem;
}

.no-header .ui-panel-titlebar {
    display: none !important;
}

.containerPanel {
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0px;
    position: absolute;
    inset: 0px;
}

.fullPage {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.activateHeaderText {
    font-weight: 700;
    font-style: normal;
    font-family:  Arial Rounded MT Bodoni 72 Oldstyle;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0em;
    text-transform: uppercase;
    list-style-type: none;
}

.activateLineText {
    font-weight: 700;
    font-style: normal;
    font-family:  Arial Rounded MT Bodoni 72 Oldstyle;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0em;
    text-transform: uppercase;
    list-style-type: none;
}

.activateStepNumber {
    font-weight: 400;
    font-style: normal;
    font-family:  Arial Rounded MT Bodoni 72 Oldstyle;
    font-size: 100px;
    line-height: 140px;
    letter-spacing: 0em;
    text-transform: uppercase;
    list-style-type: none;
    padding-right: 0.25em;
    padding-left: 0.5em;
}

.activateBodyText {
    flex: 2;
    padding: 1em 0;
}

.activatePanel,.activatePanel .ui-panel-content {
    padding: 0 !important;
    border: none !important;
}

.activateParent {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.activateImage {
    padding-right: 2.25em;
    padding-left: 0.25em;
}

.activateContentPanel {
    padding-top: 1em;
    padding-bottom: 1em;
}

body input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
}

.hx-filter-dropdown {
    margin: 0.5rem;
    vertical-align: middle !important;
}

table.jqplot-table-legend {
    margin-bottom: 40px !important;
}