/*  Stylesheet for info custom-style
	http://www.rhppabst.com/plugins/rhp-events/admin/css/info-custom-style.css/
*/

/*-----------------------------------------------------------------------------------*/
.text-center {
    text-align: center;
}
.text-width {
    width:100% !important;
}
#infotable, #infotable thead,#infotable tbody{
	border:1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	background-color: #fff;
}
#infoinnersection {
	border-top:1px solid #e5e5e5;
}
#infotable_filter {
	padding-bottom: 5px;
}
.wpEditorSection #rhp_info_description_ifr {
	min-height: 400px;
}
#rhp_info_description {
	min-height:400px;
}

table.dataTable tbody tr:hover {
	/*background-color: #f1f1f1;*/
	cursor: pointer;
	border:1px solid #808080 !important;
	box-shadow: 0 0 1px 1px #808080;
}
.outerInfo {
	background-color: #f1f1f1;
    box-shadow: 0 0 2px 1px #808080;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;	
}
#infoinnersection {
	background-color: #f1f1f1;
    box-shadow: 0 0 2px 1px #808080;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;	
}
#cs-info-meta.showCTA{
	display: block !important;
}
.ui-sortable > tr {
	position: relative !important;
}
.displayNone {
	display: none;
}
.customInfoTable #infotable_length select {
	padding: 0 24px 0 8px;
}