body.progress *, body.progress {
    cursor : progress !important;
}


.pointer
{
    cursor : pointer;
}



.hl:hover
{
    background: #FFFFAA;

}


.CIHM_DBBO_TABLE td 
{
    padding: 3px;
    
}
.CIHM_DBBO_TABLE td div
{
    overflow: hidden;
}


.CIHM_DBBO_TABLE .tableInput
{
    width: 20px;
    text-align: center;
}

.CIHM_DBBO_TR_TITLE 
{
    background-color: darkgray;
    
}

.CONTROL_CHECKBOX
{
    width: 16px;
}

.clear
{
    clear: both;
}

.hidden
{
    visibility: hidden;
    height: 0px;
}


#layerPopup
{

    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    
    /* Fallback for web browsers that doesn't support RGBa */
    /*opacity:0.6;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
    /* RGBa with 0.6 opacity */
    /*background: rgba(0, 0, 0, 0.6);
    */
}


#popupMsg
{
    position: fixed;
    
    width: 400px;
    
    
    top: 30%;
    left: 30%;
    opacity: 1;
    background: #E0E0E0;
    border-style: ridge;
    border-width: 5px;
    margin: 20px;

}

#popupOkButton
{
    text-align: center;
    border-style: solid;
    border-width: 1px;
    width: 50px;
    right: 10px;
    position: absolute;
    bottom: 3px;
}



#actionInfo
{
    padding: 5px;
    background: #D0E0FF;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    background-image: url('../../serverFiles/img/icon/info.png');
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-left: 55px;
}


#actionWarn
{
    padding: 5px;
    background: #FFDFA0;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    background-image: url('../../serverFiles/img/icon/warning48.png');
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-left: 55px;
}


#actionErr
{
    padding: 5px;
    background: #FFBBBB;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    background-image: url('../../serverFiles/img/icon/warning48.png');
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-left: 55px;
}

.relative
{
    position: relative;

}

.displayNone,
.trHidden
{
    
    display: none;
}

.itemCount
{
    margin-top: 4px;
    margin-right: 5px;
    font-size: 9pt;
    float: left;
}

.exportButton
{
    float: left;
}

.tableBottom
{
    position: absolute;
    left: 0px;
    top: 4px;
    
}

.DELETED
{
    text-decoration: line-through;
    color: #FF0000;
}

.valignmiddle
{
    vertical-align: middle;
}

.absolute
{
    position: absolute;
}

.cihminfo
{
    vertical-align: middle;
    margin: 2px;
}

.editRect
{
    background-color: lime;
    
    position: absolute;
}

.editSelRect
{
    background-color: yellow;

    position: absolute;
}


#editSelectedId
{
    position: absolute;
    height: 12px;
    left: 0px;
    z-index: 1000;
    font-size: 6.5pt;
    text-align: left;
    background: yellow;
}


#editId
{
    position: absolute;
    height: 12px;
    left: 0px;
    z-index: 1000;
    font-size: 6.5pt;
    text-align: left;
    background: lime;
}


.editOrange
{
    background-color: orange;
}


.scroll
{
    overflow : auto;
}


.scrollY
{
    overflow-x: hidden;
    overflow-y: auto;
}




.WARNING
{
    /*background-color : #FF8888;*/
    color : #FF2222;
    font-size : 8pt;
    padding : 2pt;
    z-index : 1000;
}

.WARNING_HIDDEN
{
    display : none;    
}

.tooltipDomainMsg
{
    position : absolute;
    z-index : 10000;
    display : none;
}

.tooltipDomainMsgFrame
{
    position : relative;
    top : -1px;
    border-style : solid;
    border-width : 1px;
    border-color : #000;
    padding : 3px;
    background-color : #AD0707;
    font-size: 8pt;
    color : #fff;
    box-shadow: 0 0 3px 1px rgba(12, 12, 12, 0.5);
}

.tooltipDomainMsgArrow
{
    z-index : 1;
    background :  url('../../serverFiles/img/inputDomain/arrow.gif');
    background-repeat : no-repeat;
    height : 8px;
    position : relative;
    left : 8px;
}

.tooltipDomain
{
    position : absolute;
    z-index : 10000;
    display : none;
}
.tooltipDomainFrame
{
    background-color : #FFFFFF;
    border-style : solid;
    border-width : 1px;
    padding : 8px;
    font-size : 12pt;
    position :relative;
    left : 7px;
    top : -27px;
}


.tooltipDomainArrow
{
    z-index : 1;
    background :  url('../../serverFiles/img/inputDomain/arrow_w.gif');
    background-repeat : no-repeat;
    width: 8px;
    height : 16px;
    position:relative;
    
}


.MANDATORY_HIDDEN
{
    display: none;
}

.WARNING_HIDDEN
{
    display: none;
}

.domainWarning
{
    background-color : #f99;
    border-color : #F00;
}

.MANDATORY_STAR
{
    color : #F00;    
}



#layerDebug
{

    position: fixed;
    top: 0px;
    left: 0px;
    width: 400px;
    z-index: 9999;
    background : #FFF;
    border-style : solid;
    border-width : 1px;
}

#consoleContent
{
    height: 800px;
    overflow: auto;
}

.left
{
    text-align : left;
}
.right
{
    text-align : right;
}

.center
{
    text-align : center;    
}




#HXGWaitMask
{
    background-color : #000000;
    opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter : alpha(opacity=50); /* IE < 8 */ 
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9998;
}


#HXGWaitLayer
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align : center;
    
}


.HXGWait
{
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    font-size: 12pt;
    text-align : center;
    margin: auto;
    padding: 25px 45px 25px 110px;
    position: relative;
    top: 45%;
    /*width: 300px;*/
    display : inline-block;
    background-image : url("../../serverFiles/img/icon/waiting.gif");
    background-repeat : no-repeat;
    background-position: 25px 50%;
    background-size : 48px 48px;
   
    
    
}


#hxgLoadWait
{
    position: absolute;
    
    margin: auto;
    left: 33%;
    width: 33%;
    height: 100%;
}


.tooltipWaitingWheel
{
    background-image : url("../../serverFiles/img/icon/waiting.gif");
    background-repeat : no-repeat;
    /*height: 48px;
    width: 48px;
    margin : auto;
    margin-top : 10px;
    */
    background-position: center center;
    height: 100%;
    width: 100%;
    
}

.HXGAutoSize
{
    width : 100%;
    height: 100%;
}


.INPUT_CHECKBOX3
{
    background-image : url("../../serverFiles/img/checkbox/3state.gif");
    width : 13px;
    height : 13px;
    margin: 3px;
}

.INPUT_CHECKBOX3:hover
{
    outline : #cc0 solid 2px;
}

.CONTROL .icon
{
    background-image: url("../../serverFiles/img/icon/valid16.png");
    position: absolute;
    right: -16px;
    top: 1px;
    width: 16px;
    height : 16px;
}
.CONTROL .icon.warning
{
    background-image: url("../../serverFiles/img/icon/warning.png");
}


.hxgTooltipFrame
{
    position : absolute;
    top : 0px;
    left : 0px;

}
/*
.hxgUploadFileList .icon
{
   vertical-align: bottom;
    width : 16px;
    height: 16px;
    display : inline-block;
    margin : 0 5px;
    background-size : 100% 100%;
}
.hxgUploadFileList .uploading
{
    background-image : url("../../serverFiles/img/icon/waiting.gif");
   
}

.hxgUploadFileList .uploaded
{
    background-image : url("../../serverFiles/img/icon/valid16.png");
}
.hxgUploadFileList .delete
{
    background-image : url("../../serverFiles/img/icon/trash.png");
}
.hxgUploadFileList .error
{
    background-image : url("../../serverFiles/img/icon/warning.png");
}
.hxgUploadFileList .file
{
    vertical-align : middle;
}

form .fileInput
{
    visibility : hidden;
}
*/

/************* UPLOAD FILE FORM ******************/


.hxgUploadFileList .icon
{
   vertical-align: bottom;
    width : 16px;
    height: 16px;
    display : inline-block;
    margin : 1px 2px;
    background-size : 100% 100%;
}
.hxgUploadFileList .uploading
{
    background-image : url("../../serverFiles/img/icon/waiting.gif");
   
}

.hxgUploadFileList .uploaded
{
    background-image : url("../../serverFiles/img/icon/valid16.png");
}
.hxgUploadFileList .delete
{
    background-image : url("../../serverFiles/img/icon/trash.png");
}
.hxgUploadFileList .error
{
    background-image : url("../../serverFiles/img/icon/warning.png");
}
.hxgUploadFileList .file
{
    background-color: #E3E3E3;
    float: left;
    font-size: 9pt;
    margin : 2px 2px 0 2px;
    text-align: left;
    vertical-align: middle;
    width: 150px;
    padding: 0 0 0 5px;
    
}
.hxgUploadFileForm
{
	margin: 0 0 5px;
}

.hxgUploadFileList .file .filename
{
	font-size: 8pt;
	overflow: hidden;
    width: 108px;
    white-space: nowrap;
    line-height: 18px;
}

.hxgUploadFileList .file .filename,
.hxgUploadFileList .file .icon
{
	float: left;
} 


form .fileInput
{
	visibility : hidden;
	position: absolute;
    left: 0px;
    top: 0px;
}

.hxgUploadFileList
{
	height: 100px;
    margin-top: 10px;
    overflow: auto;
    padding: 0 5px;
}




.hxgToast
{
    width  : 300px;    
    /*height : 100px;*/
    background-color : #FFF;
    z-index : 99999;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px #222222;
}

.hxgToast.success
{
    background : url("../../serverFiles/img/icon/ok_64.png") 10px 18px #dfd;
    
    background-repeat : no-repeat;
    padding-left : 90px;
}

.vatop 
{
    vertical-align : top;
}
.tar {
    text-align: right;
}
.tal {
    text-align: left;
}


#maintenance
{
    font-size: 16pt;
    font-family: Arial;
    text-align: center;
    margin: 50px 0;
}


.hxg-link-cb input,
.hxg-custom-cb input
{
    width: 0px;
    height: 0px;
}

.hxg-custom-cb .hxg-custom-cb-ctrl
{
    background-image : url("../../serverFiles/img/checkbox/checkbox.png") ;
    width : 16px;
    height : 16px;
    cursor : pointer;
}

.hxg-custom-cb .hxg-checked
{
    background-position : center bottom;
}


.hxg-link-cb .text
{
    color : #808080;
    cursor : pointer;
    
}


.hxg-link-cb .text:hover
{
    color : #a0a0a0;
}


.hxg-link-cb.hxg-checked .text
{
    color  :#00a03c;
}


.hxg-custom-radio-choice
{
    background-image : url("../../serverFiles/img/checkbox/radio.png") ;
    width : 14px;
    height : 14px;
    cursor : pointer;
    background-position : center top;
}

.hxg-custom-radio-choice.hxg-checked
{
   
    cursor : pointer;
    background-position : center bottom;
}
.fl
{
    float: left;
}
.fr {
    float: right;
}
.vh
{
    visibility : hidden;
}



.basic-img-radio,
.basic-img-cb
{
    background-image : url("../../serverFiles/img/checkbox/checkbox.png") ;
    width : 13px;
    height: 13px;
    background-color: #fff;
    background-size : 100%;
    cursor : pointer;
}

.basic-img-radio.checked,
.basic-img-cb.checked {
    background-position: center bottom;
}

textarea.basic-textarea {
    resize: none;
}


.dbbo-form .formfield {
    margin: 4px 0;
}
.dbbo-form .formfield *
{
    box-sizing: border-box;
    margin : 4px 0;
}

.dbbo-form .formfield label
{
    width: 30%;
    display: inline-block;
    text-align: right;
    padding: 0 5px 0 0;
    vertical-align : middle;
}
.dbbo-form .formfield input,
.dbbo-form .formfield select,
.dbbo-form .formfield textarea
{
    width : 70%;
    margin: 0px;
}



.dbbo-form .formfield textarea, 
.dbbo-form .formfield input[type="text"], 
.dbbo-form .formfield input[type="password"] {
    border: 1px solid #ccd6dd;
    border-radius: 3px;
    margin: 0;
    outline: 0 none;
    padding: 2px 4px;
    
    color: #333;
    vertical-align : middle;
}

.dbbo-form .formfield input[type="text"]:disabled,
.dbbo-form .formfield input[type="password"]:disabled,
.dbbo-form .formfield select:disabled,
.dbbo-form .formfield textarea:disabled
{
    background-color :  #EBEBE4;
    color : #888;
}

.dbbo-form .formfield input[type="text"], 
.dbbo-form .formfield input[type="password"] {
    height: 24px;
}

*[onclick]
{
    cursor : pointer;    
}


.hxg-editor .btn-ok {
    border: solid 1px #ccd6dd;
    line-height: 25px;
    vertical-align: top;
    margin: 0px 0;
    border-radius: 0px 5px 5px 0px;
    border-left-width: 0px;
    width: 20px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    background-color: #dfd;
    color: #080;
    cursor: pointer;
}

.hxg-editor input {
    display: inline-block;
    border-radius: 5px 0px 0px 5px;
}

.hxg-editor {
    border: dashed 0 #777;
    border-width: 0 0 1px 0;
    padding: 1px 0px;
    cursor: pointer;
}
.hxg-editor:hover {
    border: solid 0 #aaa;
    border-width: 0 0 1px 0;
}

.dib {
    display : inline-block;
}


a.button {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: -ms-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
    background-image: linear-gradient(to bottom, #ffffff, #dbdbdb);
    color: #000000;
    padding: 5px 10px 5px 10px;
    border: solid #000000 1px;
    text-decoration: none;
    display : inline-block;
}


a.button:visited {
    color: #000000;
}
 a.button:hover {
    background: #94d6ff;
    background-image: -webkit-linear-gradient(top, #94d6ff, #66c2ff);
    background-image: -moz-linear-gradient(top, #94d6ff, #66c2ff);
    background-image: -ms-linear-gradient(top, #94d6ff, #66c2ff);
    background-image: -o-linear-gradient(top, #94d6ff, #66c2ff);
    background-image: linear-gradient(to bottom, #94d6ff, #66c2ff);
}


.p-2 {
    padding : 10px;
}
