﻿/* $Id: common.css 16498 2019-11-19 13:24:49Z mwagoner $ */
body {
    background-color: #005289;
}

.x-mask {
    background-color: #0f0f0f;
}

.x-title-icon {
    background-size: 16px !important;
}

.x-btn-icon-el {
    background-size: 16px !important;
}

.viewportTopRegion {
    background-color: #ffffff;
    padding: 15px 15px 5px 15px;
    border-bottom: 1px solid #b3b3b3;
}

.viewportLogo {
    width: 168px;
    height: 80px;
    margin-bottom: 10px;
}

.viewportTitle {
    font-size: 16pt;
    font-family: arial;
}

.treenode-no-icon {
    display: none !important;
}
.info-icon {
    width: 16px;  
    height: 16px;  
    /*background-image: url(images/window/toast/icon16_info.png);*/
    background: url('../img/icon16_info.png') no-repeat center center;  
    display: inline-block;
    cursor: pointer;
    margin-left: -60px; /* Adjust the left margin for spacing between the checkbox and the icon */
    margin-bottom: -5px;
}
.custom-checkbox .x-form-checkbox {         
    margin-left: -130px;
}

.custom-checkbox .x-form-cb-label {
    /* Customize label styles here if needed */     
}
