Your IP : 216.73.216.111


Current Path : /home/bateauecpx/www/administrator/components/com_timetable/styles/
Upload File :
Current File : /home/bateauecpx/www/administrator/components/com_timetable/styles/style.css

/* --- events hours list --- */
table tr td {
	white-space: nowrap
}
.form-horizontal #event_config .controls {
	margin-left: 260px;
}
#event_hours_list
{
	list-style: none;
	min-width: 300px;
	background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#event_hours_list li
{
	margin: 0 15px;
    padding-bottom: 10px;
    padding-top: 10px;
	border-bottom: 1px solid #DFDFDF;
}
#event_hours_list li:first-child
{
	margin-top: 0;
}
#event_hours_list .operation_button
{
	float: right;
	cursor: pointer;
	margin-top: 3px;
	margin-left: 10px;
}
#event_hours_list .edit_hour_event_loader
{
	cursor: default;
	display: none;
	margin-top: 0;
}
#event_hours_table textarea
{
	width: 250px;
}
/* --- timetable settings --- */
input[type="text"].tt_shortcode {
	margin: 0;
}
#timetable_settings .spinner 
{
    float: none;
    margin: -4px 3px;
}
#timetable_settings input[type="radio"] {
	margin: 0 0 3px 0;
}
#timetable_settings .color,
#event_config .color,
.widget-content .color
{
	width: 70px;
}
#timetable_settings .color_preview,
#event_config .color_preview,
.widget-content .color_preview
{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 1px 5px 1px 1px;
	background: transparent;
	border: 1px solid #E0E0E0;
}
.widget-content .color_preview 
{
    display: inline-block;
    float: none;
    margin: 1px;
    vertical-align: top;
}

.time_format_custom {
	
}

.timetable_shortcode_container .copy_info
{
	display: none;
}
#timetable_settings .form-table tr:first-child th, 
#timetable_settings .form-table tr:first-child td 
{
    padding-top: 0;
}
.form-table th {
	text-align: left;
	padding: 20px 10px 20px 0;
	width: 200px;
	line-height: 1.3;
	font-weight: 600;
}
.form-table td {
	margin-bottom: 9px;
	padding: 15px 10px;
	line-height: 1.3;
	vertical-align: middle;
}

#timetable_configuration_tabs
{
	width: 830px;
	font-family: 'Open Sans';
	margin-top: 20px;
}
#timetable_settings tr
{
	border-bottom: 1px solid #EFEFEF;
}
#timetable_settings th,
#timetable_settings td
{
	vertical-align: middle;
}
input.small-text {
	width: 50px;
	padding: 1px 6px;
}
#timetable_settings .form-table .header_row
{
	text-align: center;
	padding-right: 0;
}
#timetable_settings .description
{
	display: block;
    margin-left: 20px;
    width: 300px;
	white-space: normal;
}
#timetable_settings  select,
#timetable_settings .regular-text
{
	width: 235px;
	margin: 0;
	box-sizing: border-box;
	min-height: 28px;
}
.fontSubsetRow
{
	display: none;
}
.tt_hide
{
	display: none;
}
#timetable_configuration_tabs .ui-tabs-panel,
.timetable_shortcode_container
{
	clear: both;
	/*box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);*/
	background: #FFF;
	padding: 20px 30px;
}
#timetable_settings .timetable_shortcode_container,
#timetable_settings .nav-tabs,
#timetable_settings .tab-content
{
	width: 830px;
}
#timetable_settings .form-table {
	margin: 20px 30px;
}
#timetable_settings label {
	text-align: left;
	font-weight: 600;
}
#timetable_settings .timetable_shortcode_container
{
	margin-top: 20px;
}
#timetable_configuration_tabs .ui-tabs-nav
{
	margin: 0;
	background: #555555;
    clear: both;
    float: left;
    width: 100%;
}
#timetable_configuration_tabs .ui-tabs-nav li
{
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	float: left;
}
#timetable_configuration_tabs .ui-tabs-nav li a
{
	display: block;
	background: #333;
	color: #EEE;
	text-decoration: none;
	padding: 15px 20px;
	outline: none;
	font-size: 14px;
}
#timetable_configuration_tabs .ui-tabs-nav li a:hover
{
	background: #111;
	color: #2EA2CC;
}
#timetable_configuration_tabs .ui-tabs-nav .ui-tabs-active a,
#timetable_configuration_tabs .ui-tabs-nav .ui-tabs-active a:hover
{
	background: #0074A2;
	color: #FFF;
}
.dummy_content_tick
{
	display: none;
	margin-top: 5px;
}
.spinner
{
	display: none;
	margin-top: 5px;
}
/* --- admin menu --- */
#adminmenu #menu-posts-timetable_weekdays .menu-icon-post div.wp-menu-image:before
{
	content: "\f145";
}
#adminmenu #menu-posts-events .menu-icon-post div.wp-menu-image:before
{
	content: "\f157";
}
/* --- colorpicker joomla fix --- */
.colorpicker input[type="text"] {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	height: 11px;
	padding: 0;
	margin: 0;
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	vertical-align: baseline;
	width: auto;
}