table.dataTable thead {
	background-color: #d38d03;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d38d03), color-stop(100%, #ffd145));
	  /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d38d03 0%, #ffd145 100%);
	  /* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(top, #d38d03 0%, #ffd145 100%);
	  /* FF3.6+ */
	background: -ms-linear-gradient(top, #d38d03 0%, #ffd145 100%);
	  /* IE10+ */
	background: -o-linear-gradient(top, #d38d03 0%, #ffd145 100%);
	  /* Opera 11.10+ */
	background: linear-gradient(to bottom, #d38d03 0%, #ffd145 100%);
}

.error-input
{
    outline: none;
    border-color: #FF3333;
    box-shadow: 0 0 10px #FF3333;
}
#create-user-form label{
	font-weight: bold;
	
}

.aui table {
	max-width: none !important;
	width: 100% !important;	
}

.ui-draggable .ui-dialog-titlebar {
    display: none !important;
}

.glide {display: grid;}
#news-table tbody td {padding: 10px; vertical-align: text-top;}
.glide ul li div{padding: 10px; vertical-align: text-top;}
/*.h {overflow: hidden; display: none;}*/

#slider button {background: #f6c338; border: none;}