/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.is-hidden {
	display: none;
}

.select2-hidden-accessible {
	visibility: hidden;
}


.filter-select2 .select2-input {
	height: 28px !important;
}


/*
 *
 * Smart CONTENT Helpers
 *
 */
 #ui-datepicker-div ,.ui-datepicker { z-index: 99999 !important; }


 .image-thumb-list {
 	background: #fafafa;
 	overflow: scroll;
 }




.image-thumb-list .ui-sortable .dz-image-preview {
	cursor: pointer; cursor: hand;
}

 .image-description {
 	padding: 0 0 0 10px;
 	margin: 0;
 	list-style: none;
 	float: right;
 	width: 94%;

 }


 .image-description li {

 	margin: 0 0 4px 0;
 	font-size: 90%;
 	text-align: left;
 	float: left;

 }

.image-description li.full-line {
  	width: 100%;
}



.image-description li > label {
 	width: 74px;
}

.dataTables_wrapper tr.even,
.dataTables_wrapper tr.odd {

	cursor: pointer;

}

.dataTables_processing {

    top: 0%;
    padding: 20% 0 0 0px;
    margin-top: 0px;
    z-index: 100;
}
