/* For Hiiden Description Fro WCG AA*/
.hidden{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}


/* for readonly field*/
.readonlyTxt
{
    BACKGROUND-COLOR: #CCCCCC;
    COLOR:  Black;
    
}


/* for confirm page */

.confirmTitle label {
	margin-bottom: 0px;
}

/* disable field color */

input[type=radio]:disabled ~ .radiomark {
	background: lightgray;
}

main.content .form-group > input:disabled ~ label{
   	background-color: #e9ecef;
}

/* use by jquery ui close button  */
.no-close .ui-dialog-titlebar-close{
   	display: none;
}
      

/*display tag style*/
/* set to none first, pending to do*/
.pagelinks {
	display:none;
}


/* when the exhibition date is cancel, show strikethrough line*/

.exhibition_statusC {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 255, 0.2);
  text-decoration-style: double;
}

.exhibition_statusC del {
  text-decoration: line-through;
  text-decoration-color: rgba(0, 0, 255, 0.2);
  text-decoration-style: double;
}

textarea[readonly] {
	border:none;
}

table.item-list-table th.sortable {
	text-align: center;
}


table.item-list-table tr.overdue {
	background-color: #ed16161f;
}


.form-control {
	border: 1px solid #6C7575;
}