#sar-server-configuration-form .form-item-product-list {margin-bottom:-5px;}
#sar-server-configuration-form #sar_product_list_reg_id {display:none;width:calc(100% - 8px);}

#contentResultAjax .sticky-enabled tbody tr td:first-child{
	display: table-cell;
    width: 0%;
}

#contentResultAjax .sticky-enabled {
    width: 70%;
}

#contentResultAjax .sticky-enabled tbody tr td{
	display: table-cell;
    width: 20%;
}
.selectTypeProductSar{
	width: 17em;
}
.inputTextTypeProductSar{
	width: 25em;
}
#tableResultAjax th:first-child{
	display:none;
}

#buttonAddSarValidity:disabled{
	background:#F7F7F7;
	color:#E6E6E6;
}

.checkboxDeleteRow{
	margin: auto;
    display: block;
}

#content_table_historical_publicKey table td{
    text-align: center;
}

#table_public_key table , #dialogKey{
    font-family: monospace;
}

.ui-dialog-titlebar-close {
   outline: 0 !important;
   height: unset !important;
   margin: -12px 0 0 0 !important;
 }

 .viewPublicKey{
     cursor: pointer;
     text-align: center;
 }

#div-loaded-config-sar{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.63);
    top: 0px;
    bottom: 0px;
    z-index: 999999999999999999;
}

#div-loaded-config-sar img{
    width: 100px;
    display: block;
    position: absolute;
    z-index: 9999999999;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    height: 100px;
}
