modules/tdb_module_cat_grid_1_empty.php 0000644 00000001237 15021154632 0014337 0 ustar 00
get_shortcode_att('hide_image');
$image_size = $this->get_shortcode_att('image_size');
$category_position = $this->get_shortcode_att('modules_category');
$title_length = $this->get_shortcode_att('mc1_tl');
$title_tag = $this->get_shortcode_att('mc1_title_tag');
$author_photo = $this->get_shortcode_att('author_photo');
$excerpt_length = $this->get_shortcode_att('mc1_el');
$excerpt_position = $this->get_shortcode_att('excerpt_middle');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
$time_ago_txt_pos = $this->get_shortcode_att('time_ago_txt_pos');
$hide_audio = $this->get_shortcode_att('hide_audio');
$extra_cat = '';
$hide_author_date = '';
$hide_cat = '';
$hide_label = '';
$hide_author = '';
$hide_date = '';
$hide_rev = '';
$hide_com = '';
$hide_excerpt = '';
if ( !empty($shortcode_class)) {
$hide_cat = $this->get_shortcode_att('show_cat');
$hide_label = $this->get_shortcode_att('modules_extra_cat');
$hide_author = $this->get_shortcode_att('show_author');
$hide_date = $this->get_shortcode_att('show_date');
$hide_rev = $this->get_shortcode_att('show_review');
$hide_com = $this->get_shortcode_att('show_com');
$hide_excerpt = $this->get_shortcode_att('show_excerpt');
// when to hide
if( $hide_cat == 'none') {
$hide_cat = 'hide';
}
if( $hide_author == 'none') {
$hide_author = 'hide';
}
if( $hide_date == 'none') {
$hide_date = 'hide';
}
if( $hide_rev == 'none') {
$hide_rev = 'hide';
}
if( $hide_com == 'none') {
$hide_com = 'hide';
}
if( $hide_excerpt == 'none') {
$hide_excerpt = 'hide';
}
$is_custom_label = false;
if ( $hide_label != 'hide' ) {
$td_post_theme_settings = td_util::get_post_meta_array($this->post->ID, 'td_post_theme_settings');
$td_custom_cat_name_url = '#';
if ( !empty($td_post_theme_settings['td_custom_cat_name']) ) {
$is_custom_label = true;
//we have a custom category selected
$td_custom_cat_name = $td_post_theme_settings['td_custom_cat_name'];
if (!empty($td_post_theme_settings['td_custom_cat_name_url'])) {
$td_custom_cat_name_url = $td_post_theme_settings['td_custom_cat_name_url'];
}
$extra_cat = '';
}
}
if( $hide_author == 'hide' && $hide_date == 'hide' && ( $hide_rev == 'hide' || $this->get_review() == '' ) && $hide_com == 'hide' && $author_photo == '' && ( !$is_custom_label || $hide_label == 'above' ) ) {
$hide_author_date = 'hide';
}
}
if (empty($image_size)) {
$image_size = 'td_696x0';
}
$excerpt = '';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '
';
$additional_classes_array = array('td-cpt-'. $this->post->post_type);
$additional_classes_array = apply_filters( 'td_composer_module_exclusive_class', $additional_classes_array, $this->post );
?>
get_shortcode_att('hide_image');
$image_size = $this->get_shortcode_att('image_size');
$category_position = $this->get_shortcode_att('modules_category');
$btn_title = $this->get_shortcode_att('btn_title');
$title_length = $this->get_shortcode_att('mc1_tl');
$title_tag = $this->get_shortcode_att('mc1_title_tag');
$author_photo = $this->get_shortcode_att('author_photo');
$excerpt_length = $this->get_shortcode_att('mc1_el');
$excerpt_position = $this->get_shortcode_att('excerpt_middle');
$video_popup = $this->get_shortcode_att('video_popup');
$video_ad_code = rawurldecode( base64_decode( strip_tags( $this->get_shortcode_att('video_rec') ) ) );
$video_ad_title = $this->get_shortcode_att('video_rec_title');
$video_popup_params = array(
'visible' => $video_popup != '' ? true : false,
'ad' => array(
'code' => $video_ad_code,
'title' => $video_ad_title
)
);
if (empty($image_size)) {
$image_size = 'td_696x0';
}
if (empty($btn_title)) {
$btn_title = 'Read more';
}
$excerpt = '';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '
';
?>
get_category(); }?>
get_image($image_size, $video_popup_params);?>
get_shortcode_att('image_size3');
$category_position = $this->get_shortcode_att('modules_category');
$title_length = $this->get_shortcode_att('mcg3_tl');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
if (empty($image_size)) {
$image_size = 'td_696x0';
}
?>
">
get_category(); }?>
get_image($image_size);?>
get_shortcode_att('hide_image');
$image_size = $this->get_shortcode_att('image_size');
$category_position = $this->get_shortcode_att('modules_category');
$btn_title = $this->get_shortcode_att('btn_title');
$target_blank = $this->get_shortcode_att('open_in_new_window');
$title_length = $this->get_shortcode_att('mc1_tl');
$title_tag = $this->get_shortcode_att('mc1_title_tag');
$author_photo = $this->get_shortcode_att('author_photo');
$excerpt_length = $this->get_shortcode_att('mc1_el');
$excerpt_position = $this->get_shortcode_att('excerpt_middle');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
$time_ago_txt_pos = $this->get_shortcode_att('time_ago_txt_pos');
$extra_cat = '';
$hide_author_date = '';
$hide_cat = '';
$hide_label = '';
$hide_author = '';
$hide_date = '';
$hide_rev = '';
$hide_com = '';
$hide_excerpt = '';
$hide_btn = '';
if ( !empty($shortcode_class)) {
$hide_cat = $this->get_shortcode_att('show_cat');
$hide_label = $this->get_shortcode_att('modules_extra_cat');
$hide_author = $this->get_shortcode_att('show_author');
$hide_date = $this->get_shortcode_att('show_date');
$hide_rev = $this->get_shortcode_att('show_review');
$hide_com = $this->get_shortcode_att('show_com');
$hide_excerpt = $this->get_shortcode_att('show_excerpt');
$hide_btn = $this->get_shortcode_att('show_btn');
// when to hide
if( $hide_cat == 'none') {
$hide_cat = 'hide';
}
if( $hide_author == 'none') {
$hide_author = 'hide';
}
if( $hide_date == 'none') {
$hide_date = 'hide';
}
if( $hide_rev == 'none') {
$hide_rev = 'hide';
}
if( $hide_com == 'none') {
$hide_com = 'hide';
}
if( $hide_excerpt == 'none') {
$hide_excerpt = 'hide';
}
if( $hide_btn == 'none') {
$hide_btn = 'hide';
}
$is_custom_label = false;
if ( $hide_label != 'hide' ) {
$td_post_theme_settings = td_util::get_post_meta_array($this->post['post_id'], 'td_post_theme_settings');
$td_custom_cat_name_url = '#';
if ( !empty($td_post_theme_settings['td_custom_cat_name']) ) {
$is_custom_label = true;
//we have a custom category selected
$td_custom_cat_name = $td_post_theme_settings['td_custom_cat_name'];
if (!empty($td_post_theme_settings['td_custom_cat_name_url'])) {
$td_custom_cat_name_url = $td_post_theme_settings['td_custom_cat_name_url'];
}
$extra_cat = '';
}
}
if ( $hide_author == 'hide' && $hide_date == 'hide' && ( $hide_rev == 'hide' || $this->get_review() == '' ) && $hide_com == 'hide' && $author_photo == '' && ( !$is_custom_label || $hide_label == 'above' ) ) {
$hide_author_date = 'hide';
}
}
if ( empty($image_size) ) {
$image_size = 'td_696x0';
} else {
$image_size = esc_attr($image_size);
}
if ( empty($btn_title) ) {
$btn_title = 'Read more';
}
if ( $target_blank === 'yes' ) {
$target_blank = 'target="_blank"';
}
$excerpt = '';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '
';
$additional_classes_array = array('td-cpt-'. $this->post['post_type']);
$additional_classes_array = apply_filters( 'td_composer_module_exclusive_class', $additional_classes_array, $this->post );
?>
get_shortcode_att('hide_image');
$image_size = $this->get_shortcode_att('image_size');
$show_favourites = $this->get_shortcode_att('show_favourites');
$category_position = $this->get_shortcode_att('modules_category');
$btn_title = $this->get_shortcode_att('btn_title');
$target_blank = $this->get_shortcode_att('open_in_new_window');
$title_length = $this->get_shortcode_att('mc1_tl');
$title_tag = $this->get_shortcode_att('mc1_title_tag');
$author_photo = $this->get_shortcode_att('author_photo');
$excerpt_length = $this->get_shortcode_att('mc1_el');
$excerpt_position = $this->get_shortcode_att('excerpt_middle');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
$time_ago_txt_pos = $this->get_shortcode_att('time_ago_txt_pos');
$hide_audio = $this->get_shortcode_att('hide_audio');
$extra_cat = '';
$hide_author_date = '';
$hide_cat = '';
$hide_label = '';
$hide_author = '';
$hide_date = '';
$hide_rev = '';
$hide_com = '';
$hide_excerpt = '';
$hide_btn = '';
if ( !empty($shortcode_class) ) {
$hide_cat = $this->get_shortcode_att('show_cat');
$hide_label = $this->get_shortcode_att('modules_extra_cat');
$hide_author = $this->get_shortcode_att('show_author');
$hide_date = $this->get_shortcode_att('show_date');
$hide_rev = $this->get_shortcode_att('show_review');
$hide_com = $this->get_shortcode_att('show_com');
$hide_excerpt = $this->get_shortcode_att('show_excerpt');
$hide_btn = $this->get_shortcode_att('show_btn');
// when to hide
if( $hide_cat == 'none') {
$hide_cat = 'hide';
}
if( $hide_author == 'none') {
$hide_author = 'hide';
}
if( $hide_date == 'none') {
$hide_date = 'hide';
}
if( $hide_rev == 'none') {
$hide_rev = 'hide';
}
if( $hide_com == 'none') {
$hide_com = 'hide';
}
if( $hide_excerpt == 'none') {
$hide_excerpt = 'hide';
}
if( $hide_btn == 'none') {
$hide_btn = 'hide';
}
$is_custom_label = false;
if ( $hide_label != 'hide' ) {
$td_post_theme_settings = td_util::get_post_meta_array($this->post['post_id'], 'td_post_theme_settings');
$td_custom_cat_name_url = '#';
if ( !empty($td_post_theme_settings['td_custom_cat_name']) ) {
$is_custom_label = true;
//we have a custom category selected
$td_custom_cat_name = $td_post_theme_settings['td_custom_cat_name'];
if (!empty($td_post_theme_settings['td_custom_cat_name_url'])) {
$td_custom_cat_name_url = $td_post_theme_settings['td_custom_cat_name_url'];
}
$extra_cat = '';
}
}
if( $hide_author == 'hide' && $hide_date == 'hide' && ( $hide_rev == 'hide' || $this->get_review() == '' ) && $hide_com == 'hide' && $author_photo == '' && ( !$is_custom_label || $hide_label == 'above' ) ) {
$hide_author_date = 'hide';
}
}
if (empty($image_size)) {
$image_size = 'td_696x0';
}
if (empty($btn_title)) {
$btn_title = 'Read more';
}
if ( $target_blank === 'yes' ) {
$target_blank = 'target="_blank"';
}
$excerpt = '';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '
';
$additional_classes_array = array('td-cpt-'. $this->post['post_type']);
$additional_classes_array = apply_filters( 'td_cloud_library_module_exclusive_class', $additional_classes_array, $this->post );
?>
get_category(); }?>
get_image($image_size);?>
get_favorite_badge(); }?>
get_video_duration(); ?>
get_shortcode_att('image_size2');
$category_position = $this->get_shortcode_att('modules_category');
$title_length = $this->get_shortcode_att('mcg2_tl');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
if (empty($image_size)) {
$image_size = 'td_696x0';
}
?>
">
get_category(); }?>
get_image($image_size);?>
module_template_obj = get_post( $module_template_id );
$this->template_class = 'tdb_module_template_' . $module_template_id;
$this->post_obj = $wp_post_obj;
// Get the current template type
$tdb_template_type = null;
if ( is_singular( array( 'tdb_templates' ) ) ) {
global $post;
if ( !empty( $post ) ) {
$tdb_template_type = get_post_meta( $post->ID, 'tdb_template_type', true );
}
}
// Only set the module template params if we are not currently
// in a module template; this is to avoid overriding it in cases
// in which the module is present in the header and we are editing/viewing
// a module template
if ( $tdb_template_type !== 'module' ) {
global $tdb_module_template_params;
$tdb_module_template_params = array(
'template_obj' => $this->module_template_obj,
'template_class' => $this->template_class,
'post_obj' => $this->post_obj,
'shortcodes' => array()
);
}
}
function render() {
ob_start();
td_global::set_in_tdb_module_template(true);
$is_composer = false;
if( td_util::tdc_is_live_editor_iframe() || td_util::tdc_is_live_editor_ajax() ) {
$is_composer = true;
}
$module_classes = array(
'td_module_wrap',
$this->template_class,
'td-animation-stack',
'td-cpt-'. $this->post_obj->post_type
);
?>
$this->module_template_obj->ID,
'td_action' => 'tdc',
'tdbTemplateType' => 'module',
'tdbLoadDataFromId' => $this->post_obj->ID,
'prev_url' => rawurlencode( tdc_util::get_current_url() ),
),
admin_url( 'post.php' )
);
// add module tpl edit btn
if ( current_user_can('edit_published_posts') && !$is_composer ) {
echo '
';
}
if ( td_global::get_in_menu() ) {
echo do_shortcode( $this->module_template_obj->post_content );
} else {
td_global::set_in_element( true );
echo do_shortcode( $this->module_template_obj->post_content );
td_global::set_in_element( false );
}
?>
get_shortcode_att('hide_image');
$image_size = $this->get_shortcode_att('image_size');
$category_position = $this->get_shortcode_att('modules_category');
$btn_title = $this->get_shortcode_att('btn_title');
$title_length = $this->get_shortcode_att('mc1_tl');
$title_tag = $this->get_shortcode_att('mc1_title_tag');
$author_photo = $this->get_shortcode_att('author_photo');
$excerpt_length = $this->get_shortcode_att('mc1_el');
$excerpt_position = $this->get_shortcode_att('excerpt_middle');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
$time_ago_txt_pos = $this->get_shortcode_att('time_ago_txt_pos');
$hide_audio = $this->get_shortcode_att('hide_audio');
if (empty($image_size)) {
$image_size = 'td_696x0';
}
if (empty($btn_title)) {
$btn_title = 'Read more';
}
$hide_cat = '';
$hide_author = '';
$hide_date = '';
$hide_com = '';
$hide_excerpt = '';
$hide_btn = '';
if ( !empty($shortcode_class)) {
$hide_cat = $this->get_shortcode_att('show_cat');
$hide_author = $this->get_shortcode_att('show_author');
$hide_date = $this->get_shortcode_att('show_date');
$hide_com = $this->get_shortcode_att('show_com');
$hide_excerpt = $this->get_shortcode_att('show_excerpt');
$hide_btn = $this->get_shortcode_att('show_btn');
}
// when to hide
if( $hide_cat == 'none') {
$hide_cat = 'hide';
}
if( $hide_author == 'none') {
$hide_author = 'hide';
}
if( $hide_date == 'none') {
$hide_date = 'hide';
}
if( $hide_com == 'none') {
$hide_com = 'hide';
}
if( $hide_excerpt == 'none') {
$hide_excerpt = 'hide';
}
if( $hide_btn == 'none') {
$hide_btn = 'hide';
}
$excerpt = '';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '
';
?>
get_category(); }?>
get_image($image_size, true);?>
get_video_duration(); ?>
get_shortcode_att('image_size');
$category_position = $this->get_shortcode_att('modules_category');
$title_length = $this->get_shortcode_att('mcg_tl');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
if (empty($image_size)) {
$image_size = 'td_696x0';
}
?>
">
get_category(); }?>
get_image($image_size);?>
get_shortcode_att('art_title_pos');
$info_pos = $this->get_shortcode_att('info_pos');
$art_excerpt_pos = $this->get_shortcode_att('art_excerpt_pos');
$art_audio_pos = $this->get_shortcode_att('art_audio_pos');
$btn_pos = $this->get_shortcode_att('btn_pos');
$hide_image = $this->get_shortcode_att('hide_image');
$image_size = $this->get_shortcode_att('image_size');
$show_favourites = $this->get_shortcode_att('show_favourites');
$category_position = $this->get_shortcode_att('modules_category');
$btn_title = $this->get_shortcode_att('btn_title');
$target_blank = $this->get_shortcode_att('open_in_new_window');
$title_length = $this->get_shortcode_att('mc1_tl');
$title_tag = $this->get_shortcode_att('mc1_title_tag');
$author_photo = $this->get_shortcode_att('author_photo');
$excerpt_length = $this->get_shortcode_att('mc1_el');
$modified_date = $this->get_shortcode_att('show_modified_date');
$time_ago = $this->get_shortcode_att('time_ago');
$time_ago_add_txt = $this->get_shortcode_att('time_ago_add_txt');
$time_ago_txt_pos = $this->get_shortcode_att('time_ago_txt_pos');
$hide_audio = $this->get_shortcode_att('hide_audio');
$extra_cat = '';
$hide_author_date = '';
$hide_cat = '';
$hide_label = '';
$hide_author = '';
$hide_date = '';
$hide_rev = '';
$hide_com = '';
$hide_excerpt = '';
$hide_btn = '';
if ( !empty($shortcode_class)) {
$hide_cat = $this->get_shortcode_att('show_cat');
$hide_label = $this->get_shortcode_att('modules_extra_cat');
$hide_author = $this->get_shortcode_att('show_author');
$hide_date = $this->get_shortcode_att('show_date');
$hide_rev = $this->get_shortcode_att('show_review');
$hide_com = $this->get_shortcode_att('show_com');
$hide_excerpt = $this->get_shortcode_att('show_excerpt');
$hide_btn = $this->get_shortcode_att('show_btn');
// when to hide
if( $hide_cat == 'none') {
$hide_cat = 'hide';
}
if( $hide_author == 'none') {
$hide_author = 'hide';
}
if( $hide_date == 'none') {
$hide_date = 'hide';
}
if( $hide_rev == 'none') {
$hide_rev = 'hide';
}
if( $hide_com == 'none') {
$hide_com = 'hide';
}
if( $hide_excerpt == 'none') {
$hide_excerpt = 'hide';
}
if( $hide_btn == 'none') {
$hide_btn = 'hide';
}
$is_custom_label = false;
if ( $hide_label != 'hide' ) {
$td_post_theme_settings = td_util::get_post_meta_array($this->post['post_id'], 'td_post_theme_settings');
$td_custom_cat_name_url = '#';
if ( !empty($td_post_theme_settings['td_custom_cat_name']) ) {
$is_custom_label = true;
//we have a custom category selected
$td_custom_cat_name = $td_post_theme_settings['td_custom_cat_name'];
if (!empty($td_post_theme_settings['td_custom_cat_name_url'])) {
$td_custom_cat_name_url = $td_post_theme_settings['td_custom_cat_name_url'];
}
$extra_cat = '';
}
}
if( $hide_author == 'hide' && $hide_date == 'hide' && ( $hide_rev == 'hide' || $this->get_review() == '' ) && $hide_com == 'hide' && $author_photo == '' && ( !$is_custom_label || $hide_label == 'above' ) ) {
$hide_author_date = 'hide';
}
}
if (empty($image_size)) {
$image_size = 'td_696x0';
}
if (empty($btn_title)) {
$btn_title = 'Read more';
}
if ( $target_blank === 'yes' ) {
$target_blank = 'target="_blank"';
}
// meta info html
$meta_info = '';
if (($category_position == '' && $hide_cat != 'hide') || $hide_author_date != 'hide') {
$meta_info .= '';
if ($hide_label == '') { $meta_info .= $extra_cat; }
if ($category_position == '' && $hide_cat != 'hide') {
$meta_info .= $this->get_category();
}
if ( $hide_author_date != 'hide' ) {
$meta_info .= '';
if ($author_photo != '') {
$meta_info .= $this->get_author_photo();
}
if( $hide_author != 'hide' ) {
$meta_info .= $this->get_author(true);
}
if( $hide_date != 'hide' ) {
$meta_info .= $this->get_date($modified_date, true, $time_ago, $time_ago_add_txt, $time_ago_txt_pos);
}
if( $hide_rev != 'hide' ) {
$meta_info .= $this->get_review();
}
if( $hide_com != 'hide' ) {
$meta_info .= $this->get_comments();
}
$meta_info .= ' ';
}
$meta_info .= '
';
}
// excerpt html
$excerpt = '';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '
';
// audio player hmtl
$audio_player = $this->get_audio_embed();
// button html
$button = '';
$additional_classes_array = array('td-cpt-'. $this->post['post_type']);
$additional_classes_array = apply_filters( 'td_cloud_library_module_exclusive_class', $additional_classes_array, $this->post );
?>
get_category();
}
// info above title & above image & title above image
if( $info_pos == 'title' && $art_title_pos == 'top' ) {
echo $meta_info;
}
// title
if( $art_title_pos == 'top' ) {
echo $this->get_title($title_length, $title_tag);
}
// info above image
if( $info_pos == 'top' ) {
echo $meta_info;
}
// excerpt above image
if( $art_excerpt_pos == 'top' && $hide_excerpt != 'hide' ) {
echo $excerpt;
}
// audio player above image
if( $art_audio_pos == 'top' && $hide_audio == '' ) {
echo $audio_player;
}
// button above image
if( $btn_pos == 'top' && $hide_btn != 'hide' ) {
echo $button;
}
?>
get_category();
}
echo $this->get_image($image_size);
if ($show_favourites !== '') {
echo $this->get_favorite_badge();
}
echo $this->get_video_duration();
?>
get_category();
}
// info above title & under image & title under image,
if( $info_pos == 'title' && $art_title_pos == 'bottom' ) {
echo $meta_info;
}
// title under image
if( $art_title_pos == 'bottom' ) {
echo $this->get_title($title_length, $title_tag);
}
// info under image
if( $info_pos == 'bottom' ) {
echo $meta_info;
}
// excerpt under image
if( $art_excerpt_pos == 'bottom' && $hide_excerpt != 'hide' ) {
echo $excerpt;
}
// audio player under image
if( $art_audio_pos == 'bottom' && $hide_audio == '' ) {
echo $audio_player;
}
// button under image
if( $btn_pos == 'bottom' && $hide_btn != 'hide' ) {
echo $button;
}
?>
');
width: 14px;
height: auto;
border: 0;
-webkit-animation: none;
animation: none;
}
.tdb-s-btn-sm {
min-width: 76px;
padding: 10px 19px 12px;
font-size: .929em;
}
.tdb-s-btn-sm svg {
top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:after {
width: 11px;
height: 11px;
margin-left: 13px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:not(.tdb-s-btn-saved):after {
top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
top: -2px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow {
min-width: 72px;
padding: 8px 17px 10px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
}
.tdb-s-btn-red {
background-color: #FF3838;
}
.tdb-s-btn-red:hover,
.tdb-s-btn-red:active {
background-color: #E20000;
}
.tdb-s-btn-red:active:not(:disabled) {
outline-color: rgba(226, 0, 0, 0.15);
}
.tdb-s-btn-red:disabled {
background-color: #FFA4A4;
}
.tdb-s-btn-red.tdb-s-btn-saved {
background-color: #FFA4A4;
}
.tdb-s-btn-hollow {
min-width: 96px;
padding: 12px 22px 14px;
background-color: transparent;
color: #444;
border: 2px solid #A8AAB8;
}
.tdb-s-btn-hollow:hover,
.tdb-s-btn-hollow:active {
background-color: transparent;
color: #0489FC;
border-color: #0489FC;
}
.tdb-s-btn-hollow:active:not(:disabled) {
outline-color: rgba(4, 137, 252, 0.2);
}
.tdb-s-btn-hollow:disabled {
background-color: transparent;
color: #B3B3B3;
border-color: #D3D4DB;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:after {
border-top-color: #444;
border-bottom-color: #444;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:hover:after {
border-top-color: #0489FC;
border-bottom-color: #0489FC;
}
.tdb-s-btn-hollow.tdb-s-btn-saved {
background-color: transparent;
color: #B3B3B3;
}
.tdb-s-btn-hollow.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
}
.tdb-s-btn-simple {
padding: 0;
background-color: transparent;
min-width: 0;
color: #0489FC;
border-radius: 0;
outline: none;
}
.tdb-s-btn-simple:hover,
.tdb-s-btn-simple:active {
color: #152BF7;
background-color: transparent;
}
.tdb-s-btn-simple:disabled {
background-color: transparent;
color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saving:after {
margin-left: 10px;
border: 1px solid #0489FC;
border-left-color: transparent;
border-right-color: transparent;
}
.tdb-s-btn-simple.tdb-s-btn-saved {
background-color: transparent;
color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
}
body div .tdb-s-fc-inner {
position: relative;
display: flex;
flex-wrap: wrap;
margin: 0 -13px;
}
body div .tdb-s-fc-inner:not(:last-child) {
margin-bottom: 28px;
}
body div .tdb-s-fc-inner:not(:last-child):after {
content: '';
display: block;
margin: 28px 13px 0;
width: 100%;
height: 1px;
background-color: #efefef;
}
body div .tdb-s-fc-inner .tdb-s-notif {
width: 100%;
margin-left: 13px;
margin-right: 13px;
}
body div .tdb-s-fc-inner-title {
display: flex;
width: 100%;
margin: 0 0 20px;
padding: 0 13px;
font-size: .929em;
font-weight: 500;
line-height: 1.2;
color: #1d2327;
}
body div .tdb-s-fc-inner-title span {
background-color: #f1f1f1;
border-radius: 3px;
padding: 4px 7px 6px;
}
body div .tdb-s-form-label {
position: relative;
display: block;
margin-bottom: 8px;
font-size: .929em;
line-height: 1;
font-weight: 600;
color: #666;
}
body div .tdb-s-form-label-required {
color: #FF0000;
}
body div .tdb-s-form-label-descr {
display: block;
width: 100%;
margin-top: 4px;
margin-bottom: 10px;
font-size: .923em;
line-height: 1.2;
font-weight: 400;
}
body div .tdb-s-form-input {
margin: 0;
padding: 0 15px 1px;
width: 100%;
height: 44px;
min-height: 44px;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
box-shadow: none;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-webkit-autofill,
body div .tdb-s-form-input:-webkit-autofill:hover,
body div .tdb-s-form-input:-webkit-autofill:focus,
body div .tdb-s-form-input:-webkit-autofill:active {
-webkit-text-fill-color: #444;
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body div .tdb-s-form-input::placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-webkit-input-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-moz-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-ms-input-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-moz-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:hover {
color: inherit;
}
body div .tdb-s-form-input:focus {
box-shadow: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:focus:not([readonly]) {
border-color: #0489FC !important;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker),
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled {
background-color: #fff;
color: #BEBEBE;
border-color: #E8E9EC;
outline: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-webkit-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-webkit-input-placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-moz-placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-ms-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-ms-input-placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-moz-placeholder {
color: #BEBEBE;
}
body div textarea.tdb-s-form-input {
display: block;
width: 100%;
min-width: 100%;
max-width: 100%;
min-height: 76px;
padding-top: 8px;
padding-bottom: 8px;
line-height: 1.5;
}
body div .tdb-s-form-select-wrap {
position: relative;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input {
max-width: 100%;
padding-right: 34px;
background: #fff;
-webkit-appearance: none;
cursor: pointer;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input::-webkit-calendar-picker-indicator {
opacity: 0;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] {
padding-top: 8px;
padding-bottom: 8px;
padding-right: 15px;
height: 100px;
min-height: 100px;
overflow-y: auto;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] + .tdb-s-form-select-icon {
display: none;
}
body div .tdb-s-form-select-wrap .tdb-s-form-select-icon {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
pointer-events: none;
fill: #444;
transition: fill 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input[readonly] + .tdb-s-form-select-icon,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input:disabled + .tdb-s-form-select-icon {
fill: #BEBEBE;
}
body div .tdb-s-form-select-wrap .select2-hidden-accessible {
display: none;
}
body div .tdb-s-form-select-wrap .select2-selection {
display: flex;
align-items: center;
padding: 5px 15px 6px;
width: 100%;
min-height: 44px;
height: auto;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
cursor: pointer;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .select2-container--open .select2-selection {
border-color: #0489FC !important;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-fg-error .tdb-s-form-select-wrap .select2-selection {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-check input {
display: none;
}
body div .tdb-s-form-check label {
display: flex;
align-items: flex-start;
position: relative;
top: 1px;
cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check {
position: relative;
margin-right: 10px;
width: 19px;
height: 19px;
background-color: #fff;
border: 2px solid #D7D8DE;
outline: 3px solid transparent;
transition: border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check:after {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 9px;
height: 9px;
background-color: #0489FC;
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
body div .tdb-s-form-check .tdb-s-fc-title {
flex: 1;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
word-break: break-all;
color: #444;
cursor: pointer;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check {
border-radius: 5px;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check:after {
border-radius: 3px;
}
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check,
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check:after {
border-radius: 100%;
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check {
border-color: #0489FC;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check:after {
opacity: 1;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check,
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
pointer-events: none;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check {
border-color: #E8E9EC;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
color: #BEBEBE;
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check {
outline-color: rgba(4, 137, 252, 0.08);
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check:after {
background-color: #9ACFFD;
}
body div .tdb-s-form-checkboxes-wrap {
display: flex;
flex-wrap: wrap;
margin-left: -13px;
margin-right: -13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check {
margin-bottom: 7px;
padding-left: 13px;
padding-right: 13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check:last-child {
margin-bottom: 0;
}
body div .tdb-s-form-btn input {
display: none;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn {
background-color: #0489FC;
color: #fff;
border-color: #0489FC;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:hover,
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active {
background-color: #152BF7;
border-color: #152BF7;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active:not(:disabled) {
outline-color: rgba(21, 43, 247, 0.2);
}
body div .tdb-s-form-btn .tdb-s-fb-label {
display: flex;
cursor: pointer;
}
body div .tdb-s-form-btn .tdb-s-fb-btn {
pointer-events: none;
}
body div .tdb-s-form-btns-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn {
margin-bottom: 7px;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn:last-child {
margin-bottom: 0;
}
body div .tdb-s-form-file {
display: block;
position: relative;
}
body div .tdb-s-form-file[data-file-type="document"],
body div .tdb-s-form-file:not([data-file-type="document"]):not(.tdb-s-form-file-previewing) {
width: 100%;
padding-bottom: 142px;
}
body div .tdb-s-form-file .tdb-s-btn {
min-width: auto;
padding: 8px 10px 12px;
}
body div .tdb-s-form-file .tdb-s-btn:active:not(:disabled) {
outline-color: transparent;
}
body div .tdb-s-form-file .tdb-s-btn svg {
margin-right: 0;
width: 14px;
}
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg,
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg * {
fill: #fff;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn,
body div .tdb-s-form-file-preview-video .tdb-s-btn {
position: absolute;
right: 15px;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn {
bottom: 15px;
}
body div .tdb-s-form-file-preview-video .tdb-s-btn {
top: 15px;
}
body div .tdb-s-form-file-box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 15px;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-ffu-ico {
width: 40px;
margin-bottom: 10px;
stroke: #bfbfbf;
transition: stroke 0.2s ease-in-out;
}
body div .tdb-s-ffu-txt {
text-align: center;
}
body div .tdb-s-form-file-preview-image {
position: relative;
}
body div .tdb-s-form-file-preview-image .tdb-s-ffip-img {
padding-bottom: 30%;
background-color: #eee;
border-radius: 5px;
background-size: cover;
background-position: center;
}
body div .tdb-s-form-file-preview-audio {
display: flex;
align-items: center;
min-height: 54px;
}
body div .tdb-s-form-file-preview-audio audio {
flex: 1;
margin-right: 26px;
}
body div .tdb-s-form-file-preview-video {
min-height: 54px;
}
body div .tdb-s-form-file-preview-video video {
width: 100%;
border-radius: 5px;
}
body div .tdb-s-form-file-upload .tdb-s-ffu-ico {
pointer-events: none;
}
body div .tdb-s-form-file-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
body div .tdb-s-form-file-disabled {
pointer-events: none;
opacity: .6;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload {
border-color: #0489FC;
outline-color: rgba(4, 137, 252, 0.1);
color: #0489FC;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload .tdb-s-ffu-ico,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload .tdb-s-ffu-ico {
stroke: #0489FC;
}
body div .tdb-s-fg-error .tdb-s-form-file .tdb-s-form-file-upload {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-file-previewing .tdb-s-form-file-upload {
display: none;
}
body div .tdb-s-form-wpeditor {
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-wpeditor .mce-panel {
background-color: transparent;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):focus,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):hover,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox).mce-active,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):active,
body div .tdb-s-form-wpeditor .qt-dfw:focus,
body div .tdb-s-form-wpeditor .qt-dfw:hover,
body div .tdb-s-form-wpeditor .qt-dfw.active,
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
background-color: #fff;
box-shadow: none;
border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
color: #50575e;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
border-color: #e7e6e6;
box-shadow: none;
}
body div .tdb-s-form-wpeditor .wp-editor-tools {
display: flex;
align-items: center;
background-color: #f5f5f5;
margin: 6px 6px 0;
padding: 7px 9px 4px;
border-radius: 4px 4px 0 0;
}
body div .tdb-s-form-wpeditor .wp-editor-tabs {
display: flex;
align-items: center;
margin-left: auto;
}
body div .tdb-s-form-wpeditor .wp-switch-editor {
margin: 0;
padding: 1px 7px 2px;
background-color: transparent;
text-transform: uppercase;
font-size: 11px;
line-height: 1;
font-weight: 500;
border-width: 1px;
border-color: transparent;
border-radius: 4px;
}
body div .tdb-s-form-wpeditor .switch-tmce {
margin-right: 3px;
}
body div .tdb-s-form-wpeditor .wp-switch-editor:hover,
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
background-color: #fff;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
border: 0;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
width: calc(100% - 12px) !important;
margin: 0 6px 6px;
}
body div .tdb-s-form-wpeditor .mce-tinymce {
border: 0 !important;
}
body div .tdb-s-form-wpeditor .mce-top-part:before {
display: none;
}
body div .tdb-s-form-wpeditor .quicktags-toolbar {
padding: 5px 7px;
border-bottom: 0;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp {
background-color: #f5f5f5;
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp > div {
padding: 5px 7px;
}
body div .tdb-s-form-wpeditor .mce-statusbar {
border-top: none;
}
body div .tdb-s-form-wpeditor-disabled {
pointer-events: none;
opacity: .6;
}
body div .tdb-s-fg-error .tdb-s-form-wpeditor {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-datepicker:focus {
border-color: #0489FC !important;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group {
position: relative;
width: 100%;
padding: 0 13px;
}
body div .tdb-s-form-group:not(:last-child) {
margin-bottom: 28px;
}
body div .tdb-s-form-group-sm .tdb-s-form-label {
font-size: .857em;
margin-bottom: 6px;
}
body div .tdb-s-form-group-sm .tdb-s-form-input {
padding: 0 10px 2px;
height: 36px;
min-height: 36px;
font-size: .929em;
}
body div .tdb-s-form-group-sm textarea.tdb-s-form-input {
min-height: 76px;
padding-top: 6px;
padding-bottom: 6px;
line-height: 1.5;
}
body div .tdb-s-form-group-sm .tdb-s-form-select-wrap .select2-selection {
height: 36px;
font-size: .929em;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check {
width: 17px;
height: 17px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check:after {
top: 2px;
left: 2px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-title {
font-size: 13px;
line-height: 1.2;
}
body div .tdb-s-fg-error .tdb-s-form-input,
body div .tdb-s-fg-error .tdb-s-form-input:focus:not([readonly]) {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-fg-error-msg {
position: absolute;
top: calc(100% + 3px);
left: 0;
width: 100%;
padding: 0 13px;
font-size: .786em;
line-height: 1.3;
color: #FF3838;
}
body div .tdb-s-form-content .tdb-s-notif {
margin-top: 32px;
}
body div .tdb-s-form-footer {
display: flex;
align-items: center;
margin-top: 40px;
}
body div .tdb-s-form-footer .tdb-s-btn {
margin-right: 26px;
}
body div .tdb-s-form-footer .tdb-s-btn:last-of-type {
margin-right: 0;
}
body > .select2-container,
body .tdb-s-select2.select2-dropdown,
body .tdb-s-select2 .select2-search,
body .tdb-s-select2 .select2-results {
display: block;
}
body > .select2-container {
z-index: 10005;
}
body.admin-bar .tdb-s-select2.select2-dropdown {
margin-top: 36px;
}
body .tdb-s-select2.select2-dropdown {
margin-top: 4px;
background-color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 14px;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(215, 216, 222, 0.18);
}
body .tdb-s-select2 .select2-search {
padding: 6px;
}
body .tdb-s-select2 .select2-search__field {
padding: 0 10px 2px;
width: 100%;
height: 36px;
min-height: 36px;
font-size: .929em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
box-shadow: none;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: border-box;
}
body .tdb-s-select2 .select2-results__options {
list-style-type: none;
margin: 0;
padding: 0 0 4px;
max-height: 277px;
font-size: .929em;
font-weight: 600;
color: #444;
overflow-y: auto;
}
body .tdb-s-select2 .select2-results__options li {
margin: 0;
padding: 2px 10px 4px;
cursor: pointer;
}
body .tdb-s-select2 .select2-results__options li:hover {
background-color: #F8F8F8;
}
body .tdb-s-datepicker-control {
padding: 14px;
width: 279px;
background-color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 11px;
color: #444;
line-height: 1;
font-weight: 600;
border: 2px solid #D7D8DE;
border-radius: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
body .tdb-s-datepicker-control:before,
body .tdb-s-datepicker-control:after {
display: none;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control input {
padding: 0 17px 1px 8px !important;
min-height: 29px;
background-color: #fff;
font-size: inherit !important;
font-weight: inherit !important;
color: inherit !important;
border: 2px solid rgba(215, 216, 222, 0.5) !important;
border-radius: 5px !important;
outline: 3px solid transparent !important;
transition: border-color 0.2s ease-in-out, outline 0.2s ease-in-out;
-webkit-appearance: none !important;
}
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control input:focus {
box-shadow: none;
border-color: #D7D8DE !important;
outline-color: rgba(215, 216, 222, 0.2) !important;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control select:hover {
background: #ffffff url('data:image/svg+xml; utf8, ') no-repeat right 8px center !important;
}
body .tdb-s-datepicker-control .numInputWrapper:hover {
background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span {
display: flex;
justify-content: center;
right: 8px;
line-height: 1;
font-size: 0;
border: none;
}
body .tdb-s-datepicker-control .numInputWrapper span:hover {
background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span:after {
position: relative;
top: 0;
border: none;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp {
align-items: flex-end;
padding-bottom: 1px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp:after {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown {
align-items: flex-start;
padding-top: 2px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown:after {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control input,
body .tdb-s-datepicker-control input:focus,
body .tdb-s-datepicker-control input:hover {
background-color: #fff !important;
}
body .tdb-s-datepicker-control .flatpickr-months,
body .tdb-s-datepicker-control .flatpickr-month {
color: inherit;
overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-months {
display: flex;
align-items: stretch;
margin: 0 -4px 10px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
height: auto;
padding: 0 4px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
display: flex;
align-items: stretch;
position: relative;
width: 14.4%;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before,
body .tdb-s-datepicker-control .flatpickr-next-month:before {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding-bottom: 1px;
border-radius: 5px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month svg,
body .tdb-s-datepicker-control .flatpickr-next-month svg {
display: none;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before,
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-current-month {
display: flex;
position: relative;
left: 0;
padding: 0;
width: 100%;
height: auto;
font-size: inherit;
font-weight: inherit;
}
body .tdb-s-datepicker-control .flatpickr-current-month select,
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
width: 50%;
}
body .tdb-s-datepicker-control .flatpickr-current-month select {
margin: 0 4px 0 0;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
margin-left: 4px;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper:hover {
background-color: transparent;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-next-month:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-innerContainer,
body .tdb-s-datepicker-control .flatpickr-weekdays {
overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-weekdays {
position: relative;
margin-bottom: 8px;
padding-bottom: 1px;
}
body .tdb-s-datepicker-control .flatpickr-weekdays:before {
content: '';
position: absolute;
top: 0;
left: -14px;
width: calc(100% + 28px);
height: 100%;
background-color: rgba(4, 137, 252, 0.05);
z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-weekdaycontainer {
margin-left: -4px;
margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-weekday {
padding: 0 4px;
font-size: 0;
font-weight: inherit;
color: inherit;
}
body .tdb-s-datepicker-control .flatpickr-weekday:before {
font-size: 11px;
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(1):before {
content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(2):before {
content: 'M';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(3):before {
content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(4):before {
content: 'W';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(5):before {
content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(6):before {
content: 'F';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(7):before {
content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-days,
body .tdb-s-datepicker-control .dayContainer {
width: 100%;
}
body .tdb-s-datepicker-control .dayContainer {
row-gap: 8px;
width: auto;
max-width: none;
min-width: 0;
margin-left: -4px;
margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-day {
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 29px;
padding: 0 4px 1px;
background: transparent !important;
font-size: inherit;
line-height: 1;
font-weight: inherit;
color: inherit;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
}
body .tdb-s-datepicker-control .flatpickr-day:before {
content: '';
position: absolute;
top: 0;
left: 4px;
width: calc(100% - 8px);
height: 100%;
background-color: transparent;
border-radius: 5px;
transition: background-color 0.2s ease-in-out;
z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-day.prevMonthDay,
body .tdb-s-datepicker-control .flatpickr-day.nextMonthDay {
opacity: .45;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover {
color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover:before {
background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-day.today {
color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day.today:before {
background-color: rgba(4, 137, 252, 0.1);
}
body .tdb-s-datepicker-control .flatpickr-day.selected {
color: #fff;
}
body .tdb-s-datepicker-control .flatpickr-day.selected:before {
background-color: #0489FC;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time,
body .tdb-s-datepicker-control.hasTime .numInputWrapper {
height: auto;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time {
align-items: stretch;
margin: 0 -4px 0;
line-height: 1;
overflow: visible;
border-top-color: #D7D8DE;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time:first-child {
border-top: 0;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-innerContainer + .flatpickr-time {
margin-top: 8px;
padding-top: 8px;
}
body .tdb-s-datepicker-control.hasTime .numInputWrapper,
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
padding: 0 4px;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
display: flex;
align-items: center;
justify-content: center;
min-height: 29px;
position: relative;
background-color: transparent !important;
color: inherit;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:before {
content: '';
position: absolute;
top: 0;
left: 4px;
width: calc(100% - 8px);
height: 100%;
background-color: transparent;
transition: background-color 0.2s ease-in-out;
border-radius: 5px;
z-index: -1;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover {
color: #152BF7;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover:before {
background-color: rgba(4, 137, 252, 0.05);
}
.tdb-s-notif {
position: relative;
padding: 25px;
border-radius: 3px;
}
.tdb-s-notif,
.tdb-s-notif *:not(.tdb-s-btn) {
font-size: 1em;
line-height: 1.4;
}
.tdb-s-notif b {
font-weight: 600;
}
.tdb-s-notif-descr:not(:last-child) {
margin-bottom: 6px;
}
.tdb-s-notif-list {
list-style-type: none;
margin: 0;
}
.tdb-s-notif-list:not(:last-child) {
margin: 0 0 10px;
}
.tdb-s-notif-list li {
margin-left: 0 !important;
}
.tdb-s-notif-list li:not(:last-child) {
margin-bottom: 6px;
}
.tdb-s-notif-list li:last-child {
margin-bottom: 0;
}
.tdb-s-notif-info,
.tdb-s-notif-notice {
background-color: rgba(89, 98, 107, 0.08);
color: #59626B;
}
.tdb-s-notif-success {
background-color: rgba(38, 98, 28, 0.1);
color: #26621c;
}
.tdb-s-notif-warning {
background-color: rgba(215, 133, 0, 0.12);
color: #d78500;
}
.tdb-s-notif-error {
background-color: rgba(255, 56, 56, 0.12);
color: #ff3838;
}
.tdb-s-notif-xsm {
padding: 10px 15px;
}
.tdb-s-notif-xsm,
.tdb-s-notif-xsm *:not(.tdb-s-btn) {
font-size: .929em;
line-height: 1.4;
}
.tdb-s-notif-sm {
padding: 18px;
}
.tdb-s-notif-sm,
.tdb-s-notif-sm *:not(.tdb-s-btn) {
font-size: .929em;
line-height: 1.4;
}
.tdb-s-notif-xxsm {
padding: 5px 10px 6px;
}
.tdb-s-notif-xxsm,
.tdb-s-notif-xxsm *:not(.tdb-s-btn) {
font-size: .857em;
line-height: 1.3;
}
.tdb-s-table {
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
}
@media (max-width: 1018px) {
.tdb-s-table {
display: block;
}
}
@media (max-width: 1018px) {
.tdb-s-table-row {
display: block;
}
}
.tdb-s-table-col {
position: relative;
padding: 0;
border: none;
/* responsive tablet + desktop */
}
@media (min-width: 1019px) {
.tdb-s-table-col:first-child {
padding-left: 10px;
}
.tdb-s-table-col:not(:last-child):not(.tdb-s-table-col-expand) {
padding-right: 15px;
}
.tdb-s-table-col:last-child {
padding-right: 10px;
}
}
@media (max-width: 1018px) {
.tdb-s-table-col {
display: flex;
align-items: baseline;
width: 100%;
}
}
.tdb-s-table-col-label {
min-width: 35%;
max-width: 35%;
margin-right: 10px;
padding-right: 10px;
color: #555D66;
/* responsive tablet + desktop */
}
@media (min-width: 1019px) {
.tdb-s-table-col-label {
display: none;
}
}
.tdb-s-table-header {
font-size: .857em;
line-height: 1;
font-weight: 600;
text-align: left;
color: #555D66;
border-bottom: 2px solid #D7D8DE;
}
@media (max-width: 1018px) {
.tdb-s-table-header {
display: none;
}
}
.tdb-s-table-header .tdb-s-table-col {
padding-bottom: 15px;
}
.tdb-s-table-col-order {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
.tdb-s-table-col-order-icons {
display: flex;
flex-direction: column;
position: relative;
top: 1px;
margin-left: 10px;
}
.tdb-s-table-col-order-icons svg {
fill: #555D66;
line-height: 0;
opacity: .3;
}
.tdb-s-table-col-order-icons svg:nth-child(1) {
margin-bottom: 2px;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
opacity: 1;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
opacity: 1;
}
.tdb-s-table-body {
font-size: .929em;
line-height: 1;
font-weight: 600;
color: #1D2327;
}
@media (max-width: 1018px) {
.tdb-s-table-body {
display: block;
}
}
.tdb-s-table-body .tdb-s-table-row:not(:last-child) {
border-bottom: 1px solid #EBEBEB;
}
.tdb-s-table-body .tdb-s-table-row.tdb-s-table-row-active,
.tdb-s-table-body .tdb-s-table-row:hover {
background-color: #F8F8F8;
}
@media (max-width: 1018px) {
.tdb-s-table-body .tdb-s-table-row {
padding: 15px 10px;
}
}
@media (min-width: 1019px) {
.tdb-s-table-body .tdb-s-table-col {
padding-top: 12px;
padding-bottom: 15px;
}
}
@media (max-width: 1018px) {
.tdb-s-table-body .tdb-s-table-col {
padding-top: 7px;
padding-bottom: 7px;
}
}
.tdb-s-table-options-toggle {
position: relative;
top: 1px;
fill: #878d93;
transition: fill 0.2s ease-in-out;
/* responsive portrait tablet */
}
@media (max-width: 1018px) {
.tdb-s-table-options-toggle {
display: none;
}
}
.tdb-s-table-options-list {
display: flex;
/* responsive portrait tablet */
}
@media (min-width: 1019px) {
.tdb-s-table-options-list {
flex-direction: column;
align-items: flex-start;
position: absolute;
top: 6px;
right: 100%;
min-width: 130px;
padding: 8px 10px 9px;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.2s ease-in-out;
z-index: 100;
cursor: default;
}
}
@media (max-width: 1018px) {
.tdb-s-table-options-list {
align-items: center;
justify-content: center;
width: 100%;
}
}
@media (min-width: 1019px) {
.tdb-s-table-col-options {
padding-left: 10px;
text-align: center;
cursor: pointer;
}
.tdb-s-table-col-options:hover .tdb-s-table-options-toggle {
fill: #000;
}
.tdb-s-table-col-options:hover .tdb-s-table-options-list {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
}
@media (max-width: 1018px) {
.tdb-s-table-col-options {
padding-top: 17px;
}
}
.tdb-s-table-col-options .tdb-s-tol-item {
font-size: .786em;
line-height: 1.2;
font-weight: 600;
color: #555D66;
cursor: pointer;
}
.tdb-s-table-col-options .tdb-s-tol-item:hover {
color: #000;
}
@media (min-width: 1019px) {
.tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
margin-bottom: 8px;
}
}
@media (max-width: 1018px) {
.tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
margin-right: 12px;
}
}
.tdb-s-table-col-options .tdb-s-tol-item-red {
color: #FF6161;
}
.tdb-s-table-col-options .tdb-s-tol-item-red:hover {
color: #ff0000;
}
.tdb-s-tol-sep {
background-color: #EBEBEB;
width: 100%;
height: 1px;
margin-top: 1px;
margin-bottom: 8px;
/* responsive portrait phone */
}
@media (max-width: 1018px) {
.tdb-s-tol-sep {
display: none;
}
}
.tdb-s-modal-wrap,
.tdb-s-modal-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.2s ease-in;
}
.tdb-s-modal-wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 20px;
pointer-events: none;
z-index: 10000;
}
@media (min-width: 783px) {
.admin-bar .tdb-s-modal-wrap {
padding-top: 62px;
}
}
@media (max-width: 782px) {
.admin-bar .tdb-s-modal-wrap {
padding-top: 76px;
}
}
.tdb-s-modal-bg {
position: absolute;
background-color: rgba(107, 114, 128, 0.75);
}
.tdb-s-modal {
display: flex;
flex-direction: column;
background-color: #fff;
min-width: 400px;
max-width: 650px;
max-height: 100%;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 14px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
opacity: 0;
transform: scale(0.95);
transition: opacity 0.2s ease-in, transform 0.2s ease-in;
z-index: 1;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tdb-s-modal {
min-width: 0;
}
}
.tdb-s-modal-header,
.tdb-s-modal-footer {
display: flex;
align-items: center;
}
.tdb-s-modal-header {
padding: 19px 25px 16px;
border-bottom: 1px solid #EBEBEB;
}
.tdb-s-modal-header .tdb-s-modal-close {
margin-left: auto;
fill: #878d93;
cursor: pointer;
transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.tdb-s-modal-header .tdb-s-modal-close:hover {
fill: #000;
transform: rotate(90deg);
}
body h3.tdb-s-modal-title {
margin: 0;
padding: 0;
font-family: inherit;
font-size: 1.286em;
line-height: 1.2;
font-weight: 600;
color: #1D2327;
}
.tdb-s-modal-body {
padding: 30px 25px;
overflow: auto;
}
.tdb-s-modal-body .tdb-s-notif:not(:first-child) {
margin-top: 30px;
}
.tdb-s-modal-txt {
font-size: 1em;
line-height: 1.6;
color: #59626B;
}
.tdb-s-modal-footer {
justify-content: flex-end;
padding: 18px 25px;
border-top: 1px solid #EBEBEB;
}
.tdb-s-modal-footer:empty {
display: none;
}
.tdb-s-modal-footer .tdb-s-btn:not(:last-of-type) {
margin-right: 16px;
}
.tdb-s-modal-open {
pointer-events: auto;
}
.tdb-s-modal-open,
.tdb-s-modal-open .tdb-s-modal-bg {
opacity: 1;
transition: opacity 0.2s ease-out;
}
.tdb-s-modal-open .tdb-s-modal {
opacity: 1;
transform: scale(1);
transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.tdb-s-pagination {
display: flex;
margin: 22px 0 0;
}
.tdb-s-pagination-item {
display: flex;
align-items: center;
justify-content: center;
min-width: 2.2em;
min-height: 2.2em;
margin: 0;
padding: 0 8px;
font-size: 1em;
line-height: 1;
font-weight: 600;
border-radius: 3px;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.tdb-s-pagination-item:not(:last-child) {
margin-right: 8px;
}
.tdb-s-pagination-item:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
cursor: pointer;
}
.tdb-s-pagination-item:hover:not(.tdb-s-pagination-dots):not(.tdb-s-pagination-active) {
background-color: #EBEBEB;
}
.tdb-s-pagination-item:not(.tdb-s-pagination-active) {
background-color: #f1f1f1;
color: #1d2327;
}
.tdb-s-pagination-item.tdb-s-pagination-active {
background-color: #0489FC;
color: #fff;
}
@-webkit-keyframes tdb-fullspin-anim {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes tdb-fullspin-anim {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tdb-s-content {
position: relative;
min-height: 50px;
transition: opacity 0.2s ease-in-out;
}
.tdb-s-content:before {
content: '';
position: absolute;
opacity: 0;
transition: opacity 0.2s ease-in-out;
pointer-events: none;
}
.tdb-s-content:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
margin-top: -23px;
margin-left: -23px;
width: 40px;
height: 40px;
border: 3px solid #888;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: tdb-fullspin-anim 1s infinite ease-out;
animation: tdb-fullspin-anim 1s infinite ease-out;
opacity: 0;
z-index: 101;
pointer-events: none;
}
.tdb-s-content-loading,
.tdb-s-content-disabled {
pointer-events: none;
opacity: 0.3;
}
.tdb-s-content-loading:after {
opacity: 1;
pointer-events: auto;
}
.tdb-s-modal-confirm .tdb-s-modal {
min-width: 500px;
max-width: 500px;
}
.td-hide-adminbar-settings #wpadminbar li:not(#wp-admin-bar-tdb_template_builder, #wp-admin-bar-tdb_template_load)[id^="wp-admin-bar-tdb_template_"] {
display: none;
}
assets/css/tdb_wp_admin.css 0000644 00000125647 15021154632 0012015 0 ustar 00 /**
This file is loaded on all the wp-admin pages - including the TD composer wrapper that holds the iframe with the live preview
*/
.post-type-tdb_templates .page-title-action {
opacity: 0;
}
.post-type-tdb_templates .page-title-action-show {
opacity: 1;
}
/**
Duplicate > working prompt
*/
.tdb-working-prompt {
display: none;
}
.tdb-duplicate-working .tdb-working-prompt {
margin: 0 10px;
display: inline;
}
.tdb-duplicate-working a {
opacity: 0.5;
}
.tdb-disable-list {
pointer-events: none;
}
/* ----------------------------------------------------------------------------
responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.tdb-s-notif {
position: relative;
padding: 25px;
border-radius: 3px;
}
.tdb-s-notif,
.tdb-s-notif *:not(.tdb-s-btn) {
font-size: 1em;
line-height: 1.4;
}
.tdb-s-notif b {
font-weight: 600;
}
.tdb-s-notif-descr:not(:last-child) {
margin-bottom: 6px;
}
.tdb-s-notif-list {
list-style-type: none;
margin: 0;
}
.tdb-s-notif-list:not(:last-child) {
margin: 0 0 10px;
}
.tdb-s-notif-list li {
margin-left: 0 !important;
}
.tdb-s-notif-list li:not(:last-child) {
margin-bottom: 6px;
}
.tdb-s-notif-list li:last-child {
margin-bottom: 0;
}
.tdb-s-notif-info,
.tdb-s-notif-notice {
background-color: rgba(89, 98, 107, 0.08);
color: #59626B;
}
.tdb-s-notif-success {
background-color: rgba(38, 98, 28, 0.1);
color: #26621c;
}
.tdb-s-notif-warning {
background-color: rgba(215, 133, 0, 0.12);
color: #d78500;
}
.tdb-s-notif-error {
background-color: rgba(255, 56, 56, 0.12);
color: #ff3838;
}
.tdb-s-notif-xsm {
padding: 10px 15px;
}
.tdb-s-notif-xsm,
.tdb-s-notif-xsm *:not(.tdb-s-btn) {
font-size: .929em;
line-height: 1.4;
}
.tdb-s-notif-sm {
padding: 18px;
}
.tdb-s-notif-sm,
.tdb-s-notif-sm *:not(.tdb-s-btn) {
font-size: .929em;
line-height: 1.4;
}
.tdb-s-notif-xxsm {
padding: 5px 10px 6px;
}
.tdb-s-notif-xxsm,
.tdb-s-notif-xxsm *:not(.tdb-s-btn) {
font-size: .857em;
line-height: 1.3;
}
[class*="tdc-ico-tdb_"] {
background: url('../../../td-cloud-library/assets/images/pagebuilder/tdc-icons.png') !important;
background-position: -5px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_breadcrumbs {
background-position: -5px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_categories,
.tdc-ico-tdb_single_taxonomies,
.tdc-ico-tdb_module_taxonomies {
background-position: -5px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_title,
.tdc-ico-tdb_module_title {
background-position: -5px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_subtitle {
background-position: -5px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_date,
.tdc-ico-tdb_attachment_date,
.tdc-ico-tdb_single_modified_date,
.tdc-ico-tdb_single_age,
.tdc-ico-tdb_module_date,
.tdc-ico-tdb_module_reading_time {
background-position: -5px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_author {
background-position: -5px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_comments_count,
.tdc-ico-tdb_module_comments {
background-position: -5px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_post_views,
.tdc-ico-tdb_module_views {
background-position: -5px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_post_share {
background-position: -55px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_featured_image,
.tdc-ico-tdb_module_img {
background-position: -55px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_content {
background-position: -55px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_source {
background-position: -55px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_via {
background-position: -55px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_tags,
.tdc-ico-tdb_single_ctags {
background-position: -55px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_next_prev {
background-position: -55px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_author_box {
background-position: -55px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_related {
background-position: -55px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_related_author {
background-position: -55px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_comments {
background-position: -105px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_bg_featured_image,
.tdc-ico-tdb_category_bg_image {
background-position: -105px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_smartlist {
background-position: -105px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_review_overview,
.tdc-ico-tdb_single_user_reviews_list,
.tdc-ico-tdb_single_user_review_replies_list {
background-position: -105px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_review_overall,
.tdc-ico-tdb_single_user_reviews_overall,
.tdc-ico-tdb_single_user_review_ratings,
.tdc-ico-tdb_module_review_overall {
background-position: -105px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_review_summary {
background-position: -105px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_title {
background-position: -105px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_sibling_categories {
background-position: -5px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_description {
background-position: -105px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_loop,
.tdc-ico-tdb_filters_loop {
background-position: -105px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_1 {
background-position: -155px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_2 {
background-position: -155px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_3 {
background-position: -155px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_4 {
background-position: -155px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_5 {
background-position: -155px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_6 {
background-position: -155px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_7 {
background-position: -155px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_8 {
background-position: -155px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_9 {
background-position: -155px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_grid_10 {
background-position: -205px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_name {
background-position: -205px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_box {
background-position: -205px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_search_title {
background-position: -205px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_search_form {
background-position: -205px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_tag_title,
.tdc-ico-tdb_date_title {
background-position: -205px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_image {
background-position: -205px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_posts_count,
.tdc-ico-tdb_author_comments_count,
.tdc-ico-tdb_module_exclusive_tag {
background-position: -205px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_url {
background-position: -205px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_description,
.tdc-ico-tdb_tag_description {
background-position: -255px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_description,
.tdc-ico-tdb_module_excerpt {
background-position: -255px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_author_socials {
background-position: -255px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_attachment_img {
background-position: -255px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_attachment_description {
background-position: -255px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_attachment_img_pagination {
background-position: -255px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_attachment_pag_prev {
background-position: -255px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_attachment_pag_next {
background-position: -255px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_loop_2 {
background-position: -255px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_menu {
background-position: -255px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_logo {
background-position: -305px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_search {
background-position: -305px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_user {
background-position: -305px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_date {
background-position: -305px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_weather {
background-position: -305px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_mobile_menu {
background-position: -305px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_mobile_horiz_menu {
background-position: -305px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_mobile_search {
background-position: -305px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_categories {
background-position: -305px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_category_subcategories {
background-position: -355px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_current_post {
background-position: -355px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_woo_menu_cart {
background-position: -355px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_reading_time {
background-position: -355px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_reading_progress {
background-position: -355px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_custom_field {
background-position: -355px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_location_finder {
background-position: -355px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_location_display {
background-position: -355px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_filters {
background-position: -355px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_filters_list {
background-position: -405px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_user_reviews_form,
.tdc-ico-tdb_single_user_review_reply_form {
background-position: -405px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_posts_list {
background-position: -405px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_form_taxonomies {
background-position: -405px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_form_file_upload {
background-position: -405px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_form_content {
background-position: -405px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_form_input,
.tdc-ico-tdb_form_link_post,
.tdc-ico-tdb_form_title {
background-position: -405px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_form_submit,
.tdc-ico-tdb_user_form_submit,
.tdc-ico-tdb_module_read_more {
background-position: -405px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_filters_loop_sorting_options {
background-position: -405px -277px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_toc {
background-position: -455px -5px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_module_author_name {
background-position: -455px -39px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_module_author_photo {
background-position: -455px -73px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_flex_block_builder,
.tdc-ico-tdb_flex_loop_builder {
background-position: -455px -107px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_gallery {
background-position: -455px -141px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_module_favourite {
background-position: -455px -175px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_header_menu_favorites {
background-position: -455px -209px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_single_post_favourite {
background-position: -455px -173px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_form_gallery,
.tdc-ico-tdb_gallery_tiled {
background-position: -455px -243px !important;
width: 40px;
height: 24px;
}
.tdc-ico-tdb_module_numbering {
background-position: -455px -277px !important;
width: 40px;
height: 24px;
}
.tdb-loading-templates {
position: fixed;
display: table;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
text-align: center;
z-index: 3;
}
.tdb-loading-templates span {
font-size: 30px;
display: table-cell;
vertical-align: middle;
}
.tdc-share-style .tdc-property-input-radio:checked + label div {
border-color: #4db2ec;
}
.tdc-share-style .tdc-property-title {
margin-bottom: 10px;
}
.tdc-share-style .tdc-property {
float: none;
margin: 0 -5px;
max-width: none;
top: 0;
}
.tdc-share-style label {
padding: 0 3px 6px;
margin: 0;
}
.tdc-share-style label div {
background: url(../images/share_style/icon-post-sharing.png) no-repeat;
display: block;
width: 42px;
height: 22px;
padding: 10px;
opacity: 1;
border: 1px solid #f7f7f7;
}
.tdc-share-style label div:hover {
border-color: #6f6f6f;
opacity: 1;
}
.tdc-share-style label div.style1 {
background-position: 0px -10px;
}
.tdc-share-style label div.style10 {
background-position: -62px -10px;
}
.tdc-share-style label div.style11 {
background-position: -124px -10px;
}
.tdc-share-style label div.style12 {
background-position: -186px -10px;
}
.tdc-share-style label div.style13 {
background-position: 0px -72px;
}
.tdc-share-style label div.style14 {
background-position: -62px -72px;
}
.tdc-share-style label div.style15 {
background-position: -124px -72px;
}
.tdc-share-style label div.style16 {
background-position: -186px -72px;
}
.tdc-share-style label div.style17 {
background-position: 0px -134px;
}
.tdc-share-style label div.style18 {
background-position: -62px -134px;
}
.tdc-share-style label div.style19 {
background-position: -124px -134px;
}
.tdc-share-style label div.style2 {
background-position: -186px -134px;
}
.tdc-share-style label div.style20 {
background-position: 0px -196px;
}
.tdc-share-style label div.style3 {
background-position: -62px -196px;
}
.tdc-share-style label div.style4 {
background-position: -124px -196px;
}
.tdc-share-style label div.style5 {
background-position: -186px -196px;
}
.tdc-share-style label div.style6 {
background-position: -248px -10px;
}
.tdc-share-style label div.style7 {
background-position: -248px -72px;
}
.tdc-share-style label div.style8 {
background-position: -248px -134px;
}
.tdc-share-style label div.style9 {
background-position: -248px -196px;
}
/* template import css */
.tdb_templates_open #tdb-modal,
.tdb_templates_open #tdb-modal-view {
display: block !important;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
padding: 50px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
/* index */
}
.tdb_templates_open #tdb-modal .tdb-index,
.tdb_templates_open #tdb-modal-view .tdb-index {
font-family: 'Open Sans', 'Open Sans Regular', sans-serif;
font-size: 14px;
color: #fff;
line-height: 1;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.tdb_templates_open #tdb-modal .tdb-index a,
.tdb_templates_open #tdb-modal-view .tdb-index a {
text-decoration: none;
outline: none;
}
.tdb-load-content {
/* width */
/* Track */
/* Handle */
/* Handle on hover */
}
.tdb-load-content::-webkit-scrollbar {
width: 4px;
}
.tdb-load-content::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.06);
}
.tdb-load-content::-webkit-scrollbar-thumb {
background-color: #bfbfc3;
border-radius: 2px;
}
.tdb-load-content::-webkit-scrollbar-thumb:hover {
background-color: #e8e8e8;
}
.tdb-modal-body {
width: 100%;
height: 100%;
background-color: #313544;
-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
padding: 40px;
overflow: hidden;
position: relative;
}
.tdb-header-wrap {
position: relative;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
}
#tdb-modal *,
#tdb-modal-view * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tdb-header {
position: relative;
}
.tdb-close {
position: absolute;
top: 2px;
right: 0;
background: none;
border: none;
color: #bfbfc3;
outline: none;
cursor: pointer;
}
.tdb-close:hover {
color: #fff;
}
.tdb-title {
font-size: 18px;
display: block;
padding: 0 0 40px;
text-align: center;
}
#tdb-search {
display: block;
width: 100%;
background-color: #2a2d3a;
border: 1px solid rgba(255, 255, 255, 0.1);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-size: 14px;
line-height: 60px;
padding: 0 24px;
color: #fff;
position: relative;
left: -1px;
}
#tdb-sort-by {
position: absolute;
right: 0;
top: 0;
}
#tdb-sort-by div {
display: inline-block;
color: #bfbfc3;
}
#tdb-sort-by span {
display: inline-block;
padding: 0 2px;
margin-left: 5px;
cursor: pointer;
pointer-events: auto;
}
#tdb-sort-by span:hover {
color: #bfbfc3;
}
#tdb-sort-by .tdb-sort-selected {
color: #bfbfc3;
}
.tdb-error-wrap {
position: relative;
margin-bottom: 15px;
font-size: 13px;
}
.tdb-error-wrap span {
display: inline-block;
line-height: 20px;
color: #fff;
padding: 4px 10px;
background-color: rgba(255, 69, 69, 0.45);
border: 1px solid rgba(255, 0, 0, 0.41);
}
.tdb-error-wrap .tdb-error-open-extra:hover {
cursor: pointer;
}
.tdb-error-wrap .tdb-error-message a {
color: inherit;
text-decoration: underline !important;
}
.tdb-error-extra {
max-height: 700px;
overflow: scroll;
}
.tdb-error-extra .tdb-error-extra-single {
background-color: rgba(97, 196, 255, 0.45);
border: 1px solid rgba(10, 140, 255, 0.41);
padding: 3px 2px;
}
.tdb-error-extra .tdb-error-extra-single:hover {
cursor: pointer;
}
.tdb-error-extra .tdb-error-extra-single .tdb-error-debug-data {
padding-left: 20px;
min-height: 15px;
margin-top: 10px;
}
.tdb-error-extra .tdb-error-extra-single .tdb-error-debug-data pre {
white-space: pre-wrap;
/* css-3 */
white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
white-space: -pre-wrap;
/* Opera 4-6 */
white-space: -o-pre-wrap;
/* Opera 7 */
word-wrap: break-word;
/* Internet Explorer 5.5+ */
}
.tdb-load-content {
overflow-y: auto;
height: calc(100vh - 396px);
margin: 0 -14px;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
}
.tdb-hide-mobile {
display: none;
}
.tdb-is-mobile {
display: inline-block;
position: absolute;
bottom: 0;
left: 0;
z-index: 99;
background-color: #ff003e;
padding: 6px 9px 7px;
font-size: 10px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.tdb-is-not-mobile {
display: none !important;
}
.tdb-is-not-mobile-invert .tdb-template-wrap.tdb-is-not-mobile {
display: inline-block !important;
}
.tdb-is-not-mobile-invert .tdb-template-wrap:not(.tdb-is-not-mobile) {
display: none !important;
}
.tdb-template-wrap {
display: inline-block;
color: #6a6c75;
font-size: 13px;
margin-bottom: 40px;
backface-visibility: hidden;
padding: 0 14px;
width: 20%;
vertical-align: top;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
}
.tdb-template-wrap img {
width: 100%;
position: relative;
display: table;
}
.tdb-template-wrap:hover .tdb-template-title {
color: #fff;
}
.tdb-template-wrap:hover .tdb-template-image-wrap {
-webkit-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.3);
}
.tdb-template-wrap:hover .tdb-template-preview {
color: #fff;
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
}
.tdb-template-wrap:hover .tdb-template-edit {
color: #000;
opacity: 1;
background-color: #f5f5f5;
}
.tdb-template-wrap:hover .tdb-template-edit:hover {
background-color: #fff;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.tdb-template-wrap:hover .tdb-template-delete {
color: #fff;
opacity: 1;
}
.tdb-template-wrap:hover .tdb-template-delete:hover {
background-color: #e6344f;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
transition: all 0.1s ease;
}
.tdb-template-msg {
position: absolute;
top: 0;
left: 0;
z-index: 99;
font-size: 10px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
}
.tdb-template-msg span {
display: inline-block;
padding: 6px 9px 7px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.tdb-template-offline {
background-color: #ff003e;
}
.tdb-template-incomplete {
background-color: #000;
}
.tdb-template-image-wrap {
position: relative;
overflow: hidden;
-webkit-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.16);
box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.16);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tdb-template-link {
position: absolute;
text-align: center;
margin: auto;
color: #fff;
line-height: 1;
padding: 5px 9px 6px;
font-size: 10px;
display: inline-block;
text-transform: uppercase;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.tdb-template-link:focus {
outline: none;
box-shadow: none;
}
.tdb-template-preview {
bottom: 7px;
right: 8px;
background-color: #313544;
transform: translateY(30px);
-webkit-transform: translateY(30px);
-moz-transform: translateY(30px);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tdb-template-preview:hover {
background-color: #000;
}
.tdb-template-delete {
right: 5px;
top: 5px;
background-color: #ce354c;
opacity: 0;
}
.tdb-template-edit {
right: 63px;
top: 5px;
color: #000;
background-color: #fff;
opacity: 0;
}
.tdb-template-title {
color: #bfbfc3;
margin-top: 15px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
user-select: none;
-webkit-user-select: none;
}
.tdb-template-author {
color: #6a6c75;
}
.tdb-template-author a {
color: #bfbfc3;
}
.tdb-template-author a:hover {
color: #fff;
}
/* clear fix */
.tdb-clear-fix {
display: table;
clear: both;
}
/* Single */
.tdb-single {
position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
height: 100%;
flex-direction: column;
}
.tdb-single .tdb-breadcrumbs {
color: #bfbfc3;
margin-bottom: 20px;
font-size: 13px;
text-align: center;
}
.tdb-single .tdb-breadcrumbs span {
color: #6a6c75;
}
.tdb-single .tdb-breadcrumbs a {
color: #6a6c75;
}
.tdb-single .tdb-breadcrumbs a:hover {
color: #fff;
}
.tdb-breadcrumbs-parent {
cursor: pointer;
}
.tdb-single-arrow {
top: 0;
color: #6a6c75;
width: 28px;
height: 28px;
background-color: #2a2d3a;
border: 1px solid rgba(255, 255, 255, 0.1);
position: absolute;
padding: 5px;
font-size: 10px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
line-height: 18px;
opacity: 0.5;
}
.tdb-single-arrow.tdb-is-active {
color: #6a6c75;
display: block;
opacity: 1;
}
.tdb-single-arrow.tdb-is-active:hover {
cursor: pointer;
color: #bfbfc3;
border-color: #bfbfc3;
}
.tdb-single-prev {
right: 32px;
}
.tdb-single-prev:before {
position: relative;
left: -1px;
}
.tdb-single-next {
right: 0;
}
.tdb-single-next:before {
position: relative;
left: 1px;
}
.tdb-single-title {
font-size: 20px;
margin: 16px 0 20px;
}
.tdb-single-by {
font-size: 13px;
color: #6a6c75;
}
.tdb-single-by a {
color: #bfbfc3;
}
.tdb-single-by a:hover {
color: #fff;
}
.tdb-single-description {
color: #bfbfc3;
line-height: 18px;
margin-bottom: 26px;
}
.tdb-single-description b,
.tdb-single-description strong {
color: #fff;
}
.tdb-single-content {
display: flex;
flex: 1;
font-size: 13px;
}
.tdb-single-content .tdb-single-thumb {
float: left;
width: 60%;
/* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1140px) {
.tdb-single-content .tdb-single-thumb {
width: 50%;
}
}
.tdb-single-content .tdb-single-image {
flex: 0 0 50%;
background-size: contain;
background-repeat: no-repeat;
background-position-x: 100%;
}
.tdb-single-content .tdb-single-info {
position: relative;
padding: 0 0 0 50px;
flex: 0 0 50%;
/* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1140px) {
.tdb-single-content .tdb-single-info {
padding: 0 30px;
}
}
.tdb-single-buttons {
position: absolute;
right: 0;
top: 100%;
margin-top: 30px;
/* responsive portrait phone */
}
@media (max-height: 820px) {
.tdb-single-buttons {
top: auto;
bottom: 0;
margin-top: 0;
}
}
.tdb-info-wrap {
position: relative;
padding-right: 20%;
/* responsive portrait tablet */
}
@media (min-width: 768px) and (max-width: 1018px) {
.tdb-info-wrap {
width: 100%;
}
}
/* responsive on small screen */
@media (max-height: 820px), (max-width: 1200px) {
.tdb-single-buttons {
top: auto;
bottom: 0;
margin-top: 0;
}
.tdb-info-wrap {
position: static;
padding-right: 0;
}
}
.tdb-single-tags {
margin-bottom: 6px;
color: #6a6c75;
line-height: 18px;
}
.tdb-single-tags a {
color: #6a6c75;
}
.tdb-single-tags a:hover {
color: #ffffff;
}
.tdb-single-additional {
color: #6a6c75;
}
.tdb-single-additional div {
margin-bottom: 6px;
}
.tdb-single-additional .tdb-additional-title {
margin: 26px 0 12px 0;
font-size: 15px;
color: #fff;
}
.tdb-single-type {
display: table;
background-color: #2a2d3a;
border: 1px solid rgba(255, 255, 255, 0.1);
text-transform: uppercase;
padding: 8px 10px;
font-size: 10px;
cursor: pointer;
}
.tdb-single-type:hover a {
color: #fff;
}
.tdb-single-type a {
color: #bfbfc3;
}
.tdb-single-title-desc {
color: #bfbfc3;
}
button.tdb-btn.tdb-btn-add-section {
background-color: #008000;
}
.tdb-btn {
color: #fff;
background-color: #5d6e9e;
border: none;
padding: 10px 18px;
text-transform: uppercase;
font-size: 12px;
line-height: normal;
outline: none;
cursor: pointer;
font-weight: 600;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
display: inline-block;
margin: 0 4px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.tdb-btn:hover {
background-color: #4d5d8a;
box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}
.tdb-btn-white {
background-color: #fff;
color: #000;
}
.tdb-btn-white:hover {
background-color: #fff;
color: #5d6e9e;
}
.tdb-close {
padding: 10px;
right: 0;
bottom: 0;
width: 32px;
height: 32px;
margin: auto;
}
.tdb-btn-big {
padding: 14px 18px;
}
.tdb-btn-back {
background-color: #fff;
color: #000;
}
.tdb-btn-back:hover {
background-color: #efefef;
color: #000;
}
.tdb-btn-preview {
background-color: #fff;
color: #000;
}
.tdb-btn-preview:hover {
background-color: #efefef;
color: #000;
}
.tdb-single-buttons .tdb-btn {
margin: 0 0 0 10px;
}
.tdu-row button {
right: 8px;
}
.tdb-header .tdb-close {
font-size: 16px;
padding: 0;
margin: 0;
top: 2px;
bottom: auto;
width: auto;
height: auto;
}
.tdb-install .tdb-btn {
margin: 20px 0 0;
}
/* Install */
.tdb-install {
min-height: 500px;
height: 100%;
display: flex;
align-items: center;
position: relative;
}
.tdb-install .tdb-header {
position: absolute;
top: 0;
right: 0;
}
.tdb-install .tdb-install-box {
display: flex;
align-items: center;
}
.tdb-install .tdb-install-thumb-wrap {
flex: 0 0 50%;
text-align: right;
}
.tdb-install .tdb-install-info {
flex: 0 0 50%;
padding: 0 30px;
font-size: 13px;
line-height: 16px;
width: 100%;
}
.tdb-install-content {
flex: 0 0 100%;
}
.tdb-install-thumb {
max-width: 70%;
}
.tdb-install-template {
color: #bfbfc3;
margin-bottom: 20px;
}
.tdb-install-template span {
color: #6a6c75;
}
.tdb-install-template span a {
color: #bfbfc3;
}
.tdb-install-template span a:hover {
color: #fff;
}
/* progress bar */
.tdb-progress-bar {
max-width: 300px;
position: relative;
background-color: #191e2b;
border-radius: 2px;
overflow: hidden;
margin-top: 6px;
}
.tdb-progress-bar .tdb-progress-percentage {
background-color: #5d6e9e;
position: relative;
height: 7px;
overflow: hidden;
}
#tdb-template-type {
margin: 30px 0;
font-size: 13px;
line-height: 20px;
color: #6a6c75;
position: relative;
text-align: center;
pointer-events: none;
/* responsive */
}
@media (max-width: 1500px) {
#tdb-template-type {
text-align: left;
}
}
#tdb-template-type span {
display: inline-block;
padding: 0 2px;
cursor: pointer;
pointer-events: auto;
}
#tdb-template-type span:hover,
#tdb-template-type span.tdb-sort-selected {
color: #fff;
}
#tdb-template-type .tdb-category-name {
padding: 0 10px 0 9px;
}
#tdb-template-type .tdb-category-wrap {
display: inline-block;
padding: 0 320px 0 0;
width: 100%;
/* responsive */
}
@media (max-width: 1500px) {
#tdb-template-type .tdb-category-wrap {
padding: 0 200px 0 0;
}
}
#tdb-template-type .tdb-category-wrap span:last-child {
padding-right: 0;
}
#tdb-template-type .tdb-category-wrap span:last-child:before {
display: none;
}
#tdb-template-type .tdb-category-wrap:after {
content: '';
display: table;
clear: both;
}
#tdb-template-type #tdb-mobile {
position: absolute;
right: 205px;
top: 4px;
}
#tdb-template-type #tdb-mobile .tdb-form-check {
line-height: 1;
}
#tdb-template-type #tdb-mobile .tdb-form-check input[type='radio'],
#tdb-template-type #tdb-mobile .tdb-form-check input[type='checkbox'] {
display: none;
}
#tdb-template-type #tdb-mobile .tdb-form-check input[type='radio'] + label,
#tdb-template-type #tdb-mobile .tdb-form-check input[type='checkbox'] + label {
display: inline-block;
margin-bottom: 0;
cursor: pointer;
}
#tdb-template-type #tdb-mobile .tdb-form-check input[type='radio'] + label .tdb-check,
#tdb-template-type #tdb-mobile .tdb-form-check input[type='checkbox'] + label .tdb-check {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
background-color: #fff;
cursor: pointer;
vertical-align: middle;
top: -1px;
border-radius: 3px;
transition: all 0.3s ease-in-out;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
#tdb-template-type #tdb-mobile .tdb-form-check input[type='radio'] + label .tdb-check:after,
#tdb-template-type #tdb-mobile .tdb-form-check input[type='checkbox'] + label .tdb-check:after {
content: '\e9db';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: auto;
font-family: 'newspaper';
font-size: 9px;
line-height: 1;
color: #fff;
opacity: 0;
transition: all .3s ease;
pointer-events: none;
}
#tdb-template-type #tdb-mobile .tdb-form-check input[type='radio'] + label .tdb-check-title,
#tdb-template-type #tdb-mobile .tdb-form-check input[type='checkbox'] + label .tdb-check-title {
position: relative;
padding-left: 5px;
user-select: none;
-webkit-user-select: none;
font-size: 11px;
color: #bfbfc3;
}
#tdb-template-type #tdb-mobile .tdb-form-check input[type='radio']:checked + label .tdb-check,
#tdb-template-type #tdb-mobile .tdb-form-check input[type='checkbox']:checked + label .tdb-check {
background-color: #5d6e9e;
}
#tdb-template-type #tdb-mobile .tdb-form-check input[type='radio']:checked + label .tdb-check:after,
#tdb-template-type #tdb-mobile .tdb-form-check input[type='checkbox']:checked + label .tdb-check:after {
opacity: 1;
}
.tdb-category-name {
position: relative;
}
.tdb-category-name:before {
content: '';
width: 1px;
height: 8px;
background-color: rgba(106, 108, 117, 0.29);
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.tdb-sort-counter {
font-size: 11px;
}
.tdb-new-template-wrap {
padding: 0 !important;
}
.tdb-new-template-wrap select {
margin-top: 10px;
box-shadow: none;
font-size: 12px;
width: 100%;
line-height: 28px;
padding: 9px 6px 8px;
background-color: #fbfbfb;
border-color: #eee;
height: auto;
}
#tdb-new-template-name {
font-size: 14px !important;
}
.tdc-tab-content-wrap .tdb-settings-post,
.tdc-tab-content-wrap .tdb-settings-category,
.tdc-tab-content-wrap .tdb-settings-author,
.tdc-tab-content-wrap .tdb-settings-search,
.tdc-tab-content-wrap .tdb-settings-tag,
.tdc-tab-content-wrap .tdb-settings-attachment,
.tdc-tab-content-wrap .tdb-settings-page {
display: none;
}
.tdb-template-type-single .tdb-settings-post,
.tdb-template-type-cpt .tdb-settings-cpt,
.tdb-template-type-category .tdb-settings-category,
.tdb-template-type-author .tdb-settings-author,
.tdb-template-type-search .tdb-settings-search,
.tdb-template-type-tag .tdb-settings-tag,
.tdb-template-type-attachment .tdb-settings-attachment,
.tdb-template-type-page .tdb-settings-page {
display: table;
}
.tdc-spot-header {
position: relative;
}
.tdc-spot-header:before {
content: '';
position: absolute;
top: 0;
left: -14px;
width: 300px;
height: 100%;
background-color: #f9f9f9;
z-index: -1;
}
.tdc-spot-header span {
display: inline-block;
font-size: 10px;
line-height: 17px;
font-weight: 700;
}
.tdc-spot-header .tdc-spot-header-title {
width: 228px;
}
.tdc-spot-header [class*='spot-header-color'] {
width: 45px;
}
.tdc-spot-header [class*='spot-header-paragraph'] {
width: 32px;
text-align: center;
}
.tdc-spot-header .tdc-spot-header-color {
text-align: right;
}
.tdc-spot-header .tdc-inline-spot-header-color,
.tdc-spot-header .tdc-loop-spot-header-color {
text-align: center;
}
.tdc-spot-header .tdc-inline-spot-header-title {
width: 132px;
}
.tdc-spot-header .tdc-inline-spot-header-align {
width: 54px;
padding-left: 7px;
}
.tdc-spot-header .tdc-inline-spot-header-paragraph {
width: 32px;
}
.tdc-spot-header .tdc-loop-spot-header-title {
width: 158px;
}
.tdc-spot-header .tdc-loop-spot-header-paragraph {
width: 45px;
}
.tdc-spot-header .tdc-loop-spot-header-full {
width: 25px;
text-align: right;
}
.tdc-tab-content-wrap .tdc-spot-controller {
display: inline-block;
vertical-align: top;
}
.tdc-tab-content-wrap .tdc-spot-controller .tdc-property-title {
display: none;
}
.tdc-tab-content-wrap .tdc-spot-controller .tdc-property {
width: 100%;
}
.tdc-tab-content-wrap .tdc-spot-controller .tdc-property input[type=text],
.tdc-tab-content-wrap .tdc-spot-controller .tdc-property select {
border: 0;
}
.tdc-tab-content-wrap .tdc-spot-controller .tdc-property input[type=text] {
width: 100%;
}
.tdc-tab-content-wrap .tdc-spot-controller[class*='spot-title'],
.tdc-tab-content-wrap .tdc-spot-controller[class*='spot-paragraph'],
.tdc-tab-content-wrap .tdc-spot-controller.tdc-inline-spot-align {
margin-top: 2px;
}
.tdc-tab-content-wrap .tdc-spot-controller[class*='spot-title'] input[type=text] {
padding-left: 0;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-spot-title {
width: 228px;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-inline-spot-title {
width: 132px;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-loop-spot-title {
width: 158px;
}
.tdc-tab-content-wrap .tdc-spot-controller[class*='spot-paragraph'] input[type=text] {
text-align: center;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-inline-spot-paragraph {
width: 32px;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-loop-spot-paragraph {
width: 45px;
}
.tdc-tab-content-wrap .tdc-spot-controller[class*='spot-color'] {
width: 45px;
}
.tdc-tab-content-wrap .tdc-spot-controller[class*='spot-color'] .tdc-colorpicker-wrap {
width: 21px;
height: 21px;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-spot-color .tdc-colorpicker-wrap {
margin: 2px 0 0 auto;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-inline-spot-color .tdc-colorpicker-wrap,
.tdc-tab-content-wrap .tdc-spot-controller.tdc-loop-spot-color .tdc-colorpicker-wrap {
margin: 2px auto 0;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-inline-spot-align {
width: 64px;
}
.tdc-tab-content-wrap .tdc-spot-controller.tdc-loop-spot-full {
width: 25px;
margin-top: 3px;
margin-bottom: 7px;
text-align: right;
}
.tdc-dummy-mobile-header {
padding: 12px 0 48px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tdc-dummy-mobile-header {
padding: 12px 20px 38px;
}
}
.tdc-dummy-mobile-header .tdc-dummy-mobile-header-inner {
display: inline-flex;
align-items: center;
position: relative;
left: 50%;
transform: translateX(-50%);
padding: 22px 20px 15px 41px;
background-color: #fff;
font-size: 12px;
color: #777;
transition: all 0.5s ease;
border-radius: 3px;
box-shadow: 0 3px 12px -1px rgba(10, 13, 25, 0.23), 0 22px 27px -20px rgba(10, 13, 25, 0.23);
user-select: none;
-webkit-user-select: none;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tdc-dummy-mobile-header .tdc-dummy-mobile-header-inner {
padding: 17px 16px 11px 31px;
}
}
.tdc-dummy-mobile-header .tdc-dummy-mobile-header-inner:before {
content: '';
width: 100%;
height: 4px;
position: absolute;
top: 0;
left: 0;
background: #ffc10a;
background: -moz-linear-gradient(45deg, #f9c100 0%, #ffe500 100%);
background: -webkit-linear-gradient(45deg, #f9c100 0%, #ffe500 100%);
background: linear-gradient(45deg, #f9c100 0%, #ffe500 100%);
border-radius: 3px 3px 0 0;
}
.tdc-dummy-mobile-header .tdc-dmh-icon {
position: absolute;
top: calc(50% + 2px);
transform: translateY(-50%);
left: -18px;
padding: 7px;
background: #ffc10a;
border-radius: 50px;
box-shadow: 0 3px 12px -1px rgba(249, 193, 0, 0.4), 0 22px 27px -20px rgba(249, 193, 0, 0.4);
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tdc-dummy-mobile-header .tdc-dmh-icon {
width: 36px;
}
}
.tdc-dummy-mobile-header .tdc-dmh-icon img {
position: relative;
top: -1px;
display: block;
}
.tdc-dummy-mobile-header .tdc-dmh-txt {
position: relative;
top: -2px;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tdc-dummy-mobile-header .tdc-dmh-txt {
font-size: 11px;
line-height: 17px;
}
}
body:not(.tdc-yoast-active) .tdc-show-if-yoast {
display: none;
}
.tdb-global-font [title="Font weight"],
.tdb-global-font [title="Font style"],
.tdb-global-font .tdc-font-weight,
.tdb-global-font .tdc-font-style {
opacity: 0;
pointer-events: none;
}
.tdb-modules-tpl-selector {
font-size: 0;
}
.tdb-modules-tpl-selector .tdc-property-title {
top: 0;
vertical-align: top;
}
.tdb-modules-tpl-selector .tdc-property {
float: none;
display: inline-block;
}
.tdb-modules-tpl-selector label {
margin: 0 0 0 16px;
vertical-align: top;
}
.tdb-modules-tpl-selector label div {
background: url(../images/icon-flex.png);
-webkit-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.tdb-modules-tpl-horiz-align .tdc-property-title {
width: 168px;
}
.tdb-modules-tpl-horiz-align .tdc-property {
width: 105px;
}
.tdb-modules-tpl-horiz-align label [class="flex-start"] {
background-position: -10px -97px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-horiz-align label [class="center"] {
background-position: -10px -126px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-horiz-align label [class="flex-end"] {
background-position: -10px -155px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-horiz-align .tdc-property-input-radio:checked + label [class="flex-start"] {
background-position: -39px -97px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-horiz-align .tdc-property-input-radio:checked + label [class="center"] {
background-position: -39px -126px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-horiz-align .tdc-property-input-radio:checked + label [class="flex-end"] {
background-position: -39px -155px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align .tdc-property-title {
width: 133px;
}
.tdb-modules-tpl-vert-align .tdc-property {
width: 140px;
}
.tdb-modules-tpl-vert-align label [class="flex-start"] {
background-position: -10px -242px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align label [class="center"] {
background-position: -10px -271px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align label [class="flex-end"] {
background-position: -10px -300px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align label [class="stretch"] {
background-position: -10px -358px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align .tdc-property-input-radio:checked + label [class="flex-start"] {
background-position: -39px -242px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align .tdc-property-input-radio:checked + label [class="center"] {
background-position: -39px -271px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align .tdc-property-input-radio:checked + label [class="flex-end"] {
background-position: -39px -300px !important;
width: 19px;
height: 19px;
}
.tdb-modules-tpl-vert-align .tdc-property-input-radio:checked + label [class="stretch"] {
background-position: -39px -358px !important;
width: 19px;
height: 19px;
}
[data-tag="tdb_filters"] .tdc-property-wrap.tdc-property-colorpicker.tdc-property-accent_text_color {
display: none;
}
assets/css/tdb_menu_admin_bar.css 0000644 00000106037 15021154632 0013147 0 ustar 00 /* ----------------------------------------------------------------------------
responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
content: '';
line-height: 0;
}
.clearfix:after {
clear: both;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] > a,
#wpadminbar #wp-admin-bar-tdc_page_mobile_template > a,
#wpadminbar #wp-admin-bar-tdc_edit > a {
height: 31px !important;
padding-top: 1px !important;
padding-left: 12px !important;
padding-right: 12px !important;
font-size: 12px;
color: #fff !important;
}
#wp-admin-bar-tdb_template_builder > a,
#wp-admin-bar-tdc_edit > a {
background-color: #1a9a75 !important;
}
#wp-admin-bar-tdb_template_builder > a:hover,
#wp-admin-bar-tdc_edit > a:hover {
background-color: #25bb90 !important;
}
#wp-admin-bar-tdb_template_load > a {
background-color: #29595d !important;
}
#wp-admin-bar-tdb_template_load > a:hover {
background-color: #306c71 !important;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .ab-item:before,
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .ab-item:before,
#wpadminbar [id*='wp-admin-bar-tdb_template'] .ab-item:after,
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .ab-item:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0;
opacity: 0;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .ab-item:before,
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .ab-item:before {
width: calc(100% - 24px);
margin: 0 auto;
height: 1px;
background-color: rgba(0, 0, 0, 0.08);
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .ab-item:after,
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .ab-item:after {
display: table;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
margin: auto;
height: 15px;
width: 100%;
background: rgba(255, 255, 255, 0.7) url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
transition: opacity 2s ease;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates-open:before,
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-templates-open:before {
opacity: 1;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates-loading:after,
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-templates-loading:after {
opacity: 1;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] > a > span {
display: inline-block;
background-color: #000;
font-size: 10px;
line-height: 1;
margin-right: 10px;
padding: 2px 6px 3px;
color: #fff;
border-radius: 100px;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list {
position: absolute;
min-width: 233px;
width: 100%;
padding: 12px;
background-color: #fff;
color: #000;
-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: -1;
box-sizing: border-box;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list:empty {
display: none !important;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-no-el {
font-size: 12px;
line-height: 1.4;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el {
display: flex;
align-items: center;
margin-bottom: 8px;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el:last-child {
margin-bottom: 0;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el .tdb-template-el-mobile-list-title {
padding-bottom: 3px;
top: 1px;
position: relative;
cursor: pointer;
font-size: 12px;
line-height: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el .tdb-template-el-mobile-list-title:hover {
text-decoration: underline;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el.tdb-current .tdb-template-el-mobile-list-title {
pointer-events: none;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el.tdb-current .tdb-template-el-mobile-list-title,
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el.tdb-current .tdb-template-el-mobile-list-title:hover {
color: #1a9a75;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el:hover .tdb-template-el-mobile-list-edit {
display: block;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el .tdb-template-el-mobile-list-edit {
position: relative;
top: 0;
right: -7px;
display: none;
width: 9px;
height: 9px;
padding: 4px;
background-image: url("data:image/svg+xml;utf8, ");
background-repeat: no-repeat;
background-position: center;
line-height: 1;
background-color: #e9e9e8;
margin: -4px 0 -4px 2px;
border-radius: 4px;
}
#wpadminbar [id='wp-admin-bar-tdc_page_mobile_template'] .tdb-template-el-mobile-list-el .tdb-template-el-mobile-list-edit:hover {
background-image: url("data:image/svg+xml;utf8, ");
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-global-checked {
display: inline-block;
background-color: #1a9a75;
font-size: 10px;
line-height: 1;
padding: 2px 6px 3px;
color: #fff;
border-radius: 100px;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-wrap {
visibility: hidden;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-icon {
position: relative;
padding: 0 12px;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-icon:hover .tdb-template-el-options {
visibility: visible;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-icon:before {
content: '';
position: relative;
display: block;
width: 15px;
height: 15px;
background: url("data:image/svg+xml;utf8, ");
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-options {
visibility: hidden;
position: absolute;
display: flex;
top: -30px;
left: 50%;
transform: translateX(-50%);
height: 100%;
margin: auto;
background-color: #fff;
padding: 6px !important;
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-options:before {
content: '';
position: absolute;
bottom: -6px;
left: 0;
right: 0;
margin: auto;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #fff;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-options:after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 5px;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-options > div {
display: inline-block;
width: 15px;
height: 15px;
margin: 0 2px;
cursor: pointer;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-edit {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-edit:hover {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-duplicate {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-duplicate:hover {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-delete {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-template-el-delete:hover {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates {
position: absolute;
min-width: 400px;
max-width: 400px !important;
padding: 12px;
background-color: #fff;
color: #000;
-webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.15);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
z-index: -1;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates:empty {
display: none !important;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el {
display: flex;
align-items: center;
min-height: 17px;
margin-bottom: 8px;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el:hover .tdb-template-el-wrap {
visibility: visible;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el:last-child {
margin-bottom: 0;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-id {
display: none;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-title {
padding-bottom: 3px;
top: 1px;
position: relative;
max-width: 209px;
cursor: pointer;
font-size: 12px;
line-height: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-title:hover {
text-decoration: underline;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-title-input {
font-size: 12px;
line-height: 1;
margin: -2px 0 -3px;
border-width: 0 0 1px 0;
border-style: dotted;
border-color: #000;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el.tdb-current .tdb-template-el-title {
pointer-events: none;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el.tdb-current .tdb-template-el-title,
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el.tdb-current .tdb-template-el-title:hover {
color: #1a9a75;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-global {
position: relative;
display: inline-block;
width: 48px;
text-align: center;
margin-left: auto;
line-height: 1;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-global .tdb-template-el-global-checked {
display: none;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-global .tdb-template-el-global-input {
display: none;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-global .tdb-template-el-global-input[checked="checked"] + label {
display: none;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-global .tdb-template-el-global-input[checked="checked"] + label + .tdb-template-el-global-checked {
display: inline-block;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-global label {
display: inline-block;
border: 1px solid #e3e3e3;
width: 10px;
height: 10px;
cursor: pointer;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-wrap {
position: relative;
width: 90px;
margin-left: 14px !important;
display: inline-block;
text-align: center;
line-height: 1;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-wrap .tdb-template-el-mobile {
line-height: 1;
cursor: pointer;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-wrap .tdb-template-el-mobile-active {
display: inline-block;
background-color: #949494;
font-size: 10px;
line-height: 1;
padding: 2px 6px 3px;
color: #fff;
border-radius: 100px;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-wrap:hover .tdb-template-el-mobile {
display: none;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-wrap:hover .tdb-template-el-mobile-btns {
display: inline-block;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns {
position: relative;
display: none;
line-height: 1;
z-index: 100;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns:before {
display: none;
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -10px;
margin: auto;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
z-index: 10;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns:after {
display: none;
content: '';
position: absolute;
top: 0;
left: -10px;
width: 10px;
height: 100%;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns:hover:before,
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns:hover:after,
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns:hover .tdb-template-el-mobile-list {
display: block;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn {
position: relative;
top: 1px;
display: inline-block;
margin-left: 3px;
padding: 4px;
background-color: #E9E9E8;
border-radius: 4px;
cursor: pointer;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn:after {
content: '';
display: block;
width: 8px;
height: 8px;
background-repeat: no-repeat;
background-position: center;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn:first-child {
margin-left: 0;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns .tdb-template-el-mobile-blank:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns .tdb-template-el-mobile-blank:hover:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns .tdb-template-el-mobile-import:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-btns .tdb-template-el-mobile-import:hover:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list {
position: absolute;
top: -7px;
right: calc(100% + 10px);
width: 180px;
max-height: 120px;
height: auto;
margin: 0;
background-color: #fff;
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
display: none;
text-align: left;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-inner {
overflow-y: auto;
max-height: 100px;
padding: 10px 14px;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-el {
position: relative;
display: flex;
align-items: center;
margin-bottom: 6px;
cursor: pointer;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-el:last-child {
margin-bottom: 0;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-el.tdb-current {
cursor: default;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-el.tdb-current:before {
content: '';
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: -7px;
margin-top: 1px;
width: 0;
height: 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 4px solid #1a9a75;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-el.tdb-current .tdb-template-el-mobile-list-title {
color: #1a9a75;
pointer-events: none;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-el:hover .tdb-template-el-mobile-list-edit {
display: block;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-title {
font-size: 10px;
line-height: 1;
color: #868686;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-title:hover {
color: #000;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-edit {
position: relative;
top: 0;
right: -7px;
display: none;
width: 9px;
height: 9px;
padding: 4px;
background-image: url("data:image/svg+xml;utf8, ");
background-repeat: no-repeat;
background-position: center;
line-height: 1;
background-color: #e9e9e8;
margin: -4px 0 -4px 2px;
border-radius: 4px;
}
#wpadminbar [id*='wp-admin-bar-tdb_template'] .tdb-templates .tdb-template-el .tdb-template-el-mobile-list-edit:hover {
background-image: url("data:image/svg+xml;utf8, ");
}
#wpadminbar #wp-admin-bar-tdb_template_single > a,
#wpadminbar #wp-admin-bar-tdb_template_category > a,
#wpadminbar #wp-admin-bar-tdb_template_404 > a,
#wpadminbar #wp-admin-bar-tdb_template_date > a,
#wpadminbar #wp-admin-bar-tdb_template_search > a,
#wpadminbar #wp-admin-bar-tdb_template_attachment > a,
#wpadminbar #wp-admin-bar-tdb_template_author > a,
#wpadminbar #wp-admin-bar-tdb_template_tag > a,
#wpadminbar #wp-admin-bar-tdc_page_mobile_template > a {
max-width: 250px !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background-color: #fff !important;
color: #000 !important;
}
#wpadminbar #wp-admin-bar-tdb_template_single > a:hover,
#wpadminbar #wp-admin-bar-tdb_template_category > a:hover,
#wpadminbar #wp-admin-bar-tdb_template_404 > a:hover,
#wpadminbar #wp-admin-bar-tdb_template_date > a:hover,
#wpadminbar #wp-admin-bar-tdb_template_search > a:hover,
#wpadminbar #wp-admin-bar-tdb_template_attachment > a:hover,
#wpadminbar #wp-admin-bar-tdb_template_author > a:hover,
#wpadminbar #wp-admin-bar-tdb_template_tag > a:hover,
#wpadminbar #wp-admin-bar-tdc_page_mobile_template > a:hover {
color: #666 !important;
}
#wpadminbar #wp-admin-bar-tdb_template_single > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdb_template_category > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdb_template_404 > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdb_template_date > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdb_template_search > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdb_template_attachment > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdb_template_author > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdb_template_tag > a .tdb-template-el-global-checked,
#wpadminbar #wp-admin-bar-tdc_page_mobile_template > a .tdb-template-el-global-checked {
position: relative;
display: inline-block;
margin-right: 1px;
top: -1px;
}
#wpadminbar #wp-admin-bar-tdc_create_mobile_page .ab-item,
#wpadminbar .tdb-load-mobile-template .ab-item {
width: 32px;
padding: 0;
background-repeat: no-repeat !important;
background-position: center !important;
cursor: pointer;
}
#wpadminbar #wp-admin-bar-tdc_create_mobile_page .ab-item {
background-image: url("data:image/svg+xml;utf8, ") !important;
}
#wpadminbar .tdb-load-mobile-template .ab-item {
background-color: #000 !important;
background-image: url("data:image/svg+xml;utf8, ") !important;
}
#wpadminbar .tdb-load-mobile-template .ab-item:hover {
background-color: #306c71 !important;
}
.tdb-templates-header {
display: flex;
margin: 0 0 9px !important;
}
.tdb-templates-header .tdb-templates-header-item {
line-height: 1 !important;
text-align: center;
}
.tdb-templates-header .tdb-templates-header-item span {
display: block;
background-color: #f7f7f7;
padding: 2px 9px 3px !important;
font-size: 10px !important;
font-style: italic;
text-align: center;
line-height: 1 !important;
color: #909090;
border-radius: 3px !important;
}
.tdb-templates-header .tdb-templates-header-item:nth-child(1) {
flex: 1;
}
.tdb-templates-header .tdb-templates-header-item:nth-child(1) span {
display: inline-block;
margin: 0 auto;
}
.tdb-templates-header .tdb-templates-header-item:nth-child(2) {
width: 48px !important;
}
.tdb-templates-header .tdb-templates-header-item:nth-child(3) {
margin-left: 14px !important;
width: 90px !important;
}
.tdb-templates-desc,
.tdb-templates-desc b {
color: #000;
font-size: 10px !important;
line-height: 1.2 !important;
text-align: center;
margin-bottom: 2px !important;
}
.tdb-templates-desc b {
font-weight: bold !important;
}
#tdb-search {
height: auto;
min-height: 30px;
border-radius: 4px;
}
#tdb-search:focus,
#tdb-search:active {
border-color: rgba(255, 255, 255, 0.1) !important;
}
.td-thickbox-loading #TB_window {
visibility: hidden;
}
.td-thickbox {
height: auto !important;
box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 6px 2px;
}
.td-thickbox #TB_closeWindowButton:focus .tb-close-icon {
box-shadow: none !important;
color: #666;
}
.td-thickbox #TB_closeWindowButton:hover .tb-close-icon {
color: #00a0d2;
}
.td-thickbox #TB_title {
font-size: 13px;
height: 32px;
border-bottom: 1px solid #eeeeee;
}
.td-thickbox #TB_ajaxContent {
padding: 18px;
height: auto !important;
}
.td-thickbox .tb-close-icon {
margin-right: 3px;
margin-top: 3px;
}
.td-thickbox .tb-close-icon:focus {
outline: 0 !important;
}
.td-thickbox .tb-close-icon::before {
font-size: 15px !important;
line-height: 28px;
}
.td-thickbox {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.td-thickbox#TB_window {
background: url('../images/bg-modal.jpg');
background-size: cover;
background-position: center;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
overflow: hidden;
padding: 0;
}
.td-thickbox#TB_window:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
z-index: -1;
background: rgba(0, 69, 130, 0.8);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 69, 130, 0.8)), color-stop(100%, rgba(38, 134, 146, 0.8)));
background: -webkit-linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
background: linear-gradient(45deg, rgba(0, 69, 130, 0.8) 0%, rgba(38, 134, 146, 0.8) 100%);
}
.td-thickbox #TB_title {
border: none !important;
background: none;
height: auto;
padding: 0 50px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.td-thickbox #TB_ajaxWindowTitle {
padding: 0;
line-height: 63px;
text-align: center;
font-size: 14px;
text-transform: uppercase;
color: #fff;
width: 100%;
}
.td-thickbox #TB_ajaxContent {
padding: 36px 15px 40px !important;
height: auto !important;
width: auto !important;
color: #fff;
text-align: center;
}
.td-thickbox #TB_ajaxContent div {
font-size: 14px;
padding: 0 36px;
line-height: 23px;
}
.td-thickbox #TB_ajaxContent .td-confirm-info input {
background-color: transparent;
border-width: 0 0 1px 0;
min-height: 30px;
height: auto;
-webkit-box-shadow: none;
box-shadow: none;
border-color: rgba(255, 255, 255, 0.41);
padding: 8px;
margin-top: 10px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: #fff;
width: 100%;
border-radius: 4px;
}
.td-thickbox #TB_ajaxContent .td-confirm-info input::placeholder {
color: rgba(255, 255, 255, 0.38);
}
.td-thickbox #TB_ajaxContent .td-confirm-info label {
display: block;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .info {
margin-top: 10px;
line-height: 19px;
}
.td-thickbox #TB_ajaxContent .td-confirm-info select {
margin-top: 10px;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check {
margin-top: 15px;
line-height: 1;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='radio'],
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='checkbox'] {
display: none;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='radio'] + label,
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='checkbox'] + label {
display: inline-block;
margin-bottom: 0;
cursor: pointer;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='radio'] + label .tdb-check,
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='checkbox'] + label .tdb-check {
position: relative;
display: inline-block;
width: 16px;
height: 16px;
background-color: #fff;
cursor: pointer;
vertical-align: middle;
border-radius: 3px;
transition: all 0.3s ease-in-out;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='radio'] + label .tdb-check:after,
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='checkbox'] + label .tdb-check:after {
content: '\e9db';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: auto;
font-family: 'newspaper';
font-size: 9px;
line-height: 1;
color: #fff;
opacity: 0;
transition: all .3s ease;
pointer-events: none;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='radio'] + label .tdb-check-title,
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='checkbox'] + label .tdb-check-title {
position: relative;
padding-left: 6px;
user-select: none;
-webkit-user-select: none;
font-size: 11px;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='radio']:checked + label .tdb-check,
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='checkbox']:checked + label .tdb-check {
background-color: #1a9a75;
}
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='radio']:checked + label .tdb-check:after,
.td-thickbox #TB_ajaxContent .td-confirm-info .tdb-form-check input[type='checkbox']:checked + label .tdb-check:after {
opacity: 1;
}
.td-thickbox .td-confirm-buttons {
text-align: center;
}
.td-thickbox .td-confirm-buttons button {
width: auto;
min-width: 120px;
height: 50px;
background-color: #fff;
padding: 5px 12px 6px;
margin: 34px 9px 0 9px;
text-transform: uppercase;
text-shadow: none;
font-size: 13px;
font-weight: 600;
color: #000;
-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
border: 0;
border-radius: 0;
outline: none !important;
}
.td-thickbox .td-confirm-buttons button:hover {
color: #ffffff;
background-color: #ec4d4d;
}
.td-thickbox #TB_closeWindowButton {
margin: 17px !important;
}
.td-thickbox #TB_closeWindowButton:hover {
background-color: rgba(0, 0, 0, 0.16);
}
.td-thickbox .tb-close-icon {
background: url('../images/mobile_template_close.png');
background-repeat: no-repeat;
background-position: center;
width: 29px;
height: 29px;
margin: 0 !important;
outline: none !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.td-thickbox .tb-close-icon:before {
display: none;
}
.td-confirm-buttons {
text-align: right;
padding-top: 18px;
}
.td-confirm-buttons button {
min-width: 100px;
background-color: white;
border: 1px solid #ccc;
font-size: 13px;
line-height: 14px;
height: 32px;
cursor: pointer;
color: #555;
}
.td-confirm-buttons button:hover {
border-color: #999;
color: #23282d;
}
.td-thickbox-fixed {
height: 400px !important;
}
.td-thickbox-fixed #TB_ajaxContent {
height: auto !important;
}
.td-thickbox-fixed .td-confirm-info {
height: 288px !important;
overflow-y: scroll;
}
assets/css/tdb_wp_admin_taxonomies.css 0000644 00000000631 15021154632 0014244 0 ustar 00 #tdb-tax-term-meta-preview {
width: 40px;
}
#tdb-tax-term-meta-preview-color {
width: 40px;
}
#tdb-tax-term-meta-preview-img {
width: 50px;
}
.tdb-tax-term-meta-preview-color .tdb-preview {
width: 20px;
height: 20px;
}
.tdb-tax-term-meta-preview-img .tdb-preview {
width: 50px;
height: 50px;
}
.tdb-preview {
border: 1px solid #8c8f94;
border-radius: 4px;
box-shadow: 0 0 0 transparent;
}
assets/css/tdb_wp_admin_cloud_templates.css 0000644 00000232106 15021154632 0015246 0 ustar 00 /* ----------------------------------------------------------------------------
responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.tdb-s-page-sec:not(:last-child) {
margin-bottom: 35px;
padding-bottom: 35px;
border-bottom: 1px solid #EBEBEB;
}
.tdb-s-page-sec-header {
margin-bottom: 35px;
}
.tdb-s-page-sec-header .tdb-s-notif {
margin-top: 25px;
}
.tdb-spsh-row {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.tdb-spsh-col {
padding: 0 10px;
}
body h2.tdb-spsh-title {
margin: 0;
font-family: inherit;
font-size: 1.429em;
font-weight: 500;
line-height: 1.2;
color: #1d2327;
}
.tdb-spsh-descr {
margin-top: 11px;
font-size: .929em;
line-height: 1.4;
color: #555D66;
}
.tdb-s-page-sec-content {
position: relative;
}
.tdb-s-page-sec-content .tdb-s-notif-error:not(:first-child) {
margin-top: 40px;
}
.tdb-s-btn {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
background-color: #0489FC;
min-width: 100px;
padding: 14px 24px 16px;
font-size: 1em;
line-height: 1;
font-weight: 600;
text-align: center;
text-decoration: none;
color: #fff;
border: 0;
border-radius: 5px;
outline: 3px solid transparent;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
-webkit-appearance: none;
cursor: pointer;
}
.tdb-s-btn svg {
position: relative;
width: .9em;
height: auto;
margin-right: .5em;
}
.tdb-s-btn:hover,
.tdb-s-btn:active {
background-color: #152BF7;
}
.tdb-s-btn:active:not(:disabled) {
outline-color: rgba(21, 43, 247, 0.2);
}
.tdb-s-btn:disabled {
background-color: #9ACFFD;
pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saving:after {
content: '';
position: relative;
width: 12px;
height: 12px;
margin-left: 15px;
border: 1px solid #fff;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: fullspin 1s infinite ease-out;
animation: fullspin 1s infinite ease-out;
z-index: 2;
transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
.tdb-s-btn.tdb-s-btn-saved {
background-color: #9ACFFD;
pointer-events: none;
}
.tdb-s-btn.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
width: 14px;
height: auto;
border: 0;
-webkit-animation: none;
animation: none;
}
.tdb-s-btn-sm {
min-width: 76px;
padding: 10px 19px 12px;
font-size: .929em;
}
.tdb-s-btn-sm svg {
top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:after {
width: 11px;
height: 11px;
margin-left: 13px;
}
.tdb-s-btn-sm.tdb-s-btn-saving:not(.tdb-s-btn-saved):after {
top: 1px;
}
.tdb-s-btn-sm.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
top: -2px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow {
min-width: 72px;
padding: 8px 17px 10px;
}
.tdb-s-btn-sm.tdb-s-btn-hollow.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
}
.tdb-s-btn-red {
background-color: #FF3838;
}
.tdb-s-btn-red:hover,
.tdb-s-btn-red:active {
background-color: #E20000;
}
.tdb-s-btn-red:active:not(:disabled) {
outline-color: rgba(226, 0, 0, 0.15);
}
.tdb-s-btn-red:disabled {
background-color: #FFA4A4;
}
.tdb-s-btn-red.tdb-s-btn-saved {
background-color: #FFA4A4;
}
.tdb-s-btn-hollow {
min-width: 96px;
padding: 12px 22px 14px;
background-color: transparent;
color: #444;
border: 2px solid #A8AAB8;
}
.tdb-s-btn-hollow:hover,
.tdb-s-btn-hollow:active {
background-color: transparent;
color: #0489FC;
border-color: #0489FC;
}
.tdb-s-btn-hollow:active:not(:disabled) {
outline-color: rgba(4, 137, 252, 0.2);
}
.tdb-s-btn-hollow:disabled {
background-color: transparent;
color: #B3B3B3;
border-color: #D3D4DB;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:after {
border-top-color: #444;
border-bottom-color: #444;
}
.tdb-s-btn-hollow.tdb-s-btn-saving:hover:after {
border-top-color: #0489FC;
border-bottom-color: #0489FC;
}
.tdb-s-btn-hollow.tdb-s-btn-saved {
background-color: transparent;
color: #B3B3B3;
}
.tdb-s-btn-hollow.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
}
.tdb-s-btn-simple {
padding: 0;
background-color: transparent;
min-width: 0;
color: #0489FC;
border-radius: 0;
outline: none;
}
.tdb-s-btn-simple:hover,
.tdb-s-btn-simple:active {
color: #152BF7;
background-color: transparent;
}
.tdb-s-btn-simple:disabled {
background-color: transparent;
color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saving:after {
margin-left: 10px;
border: 1px solid #0489FC;
border-left-color: transparent;
border-right-color: transparent;
}
.tdb-s-btn-simple.tdb-s-btn-saved {
background-color: transparent;
color: #9ACFFD;
}
.tdb-s-btn-simple.tdb-s-btn-saved:after {
content: url('data:image/svg+xml; utf8, ');
}
body div .tdb-s-fc-inner {
position: relative;
display: flex;
flex-wrap: wrap;
margin: 0 -13px;
}
body div .tdb-s-fc-inner:not(:last-child) {
margin-bottom: 28px;
}
body div .tdb-s-fc-inner:not(:last-child):after {
content: '';
display: block;
margin: 28px 13px 0;
width: 100%;
height: 1px;
background-color: #efefef;
}
body div .tdb-s-fc-inner .tdb-s-notif {
width: 100%;
margin-left: 13px;
margin-right: 13px;
}
body div .tdb-s-fc-inner-title {
display: flex;
width: 100%;
margin: 0 0 20px;
padding: 0 13px;
font-size: .929em;
font-weight: 500;
line-height: 1.2;
color: #1d2327;
}
body div .tdb-s-fc-inner-title span {
background-color: #f1f1f1;
border-radius: 3px;
padding: 4px 7px 6px;
}
body div .tdb-s-form-label {
position: relative;
display: block;
margin-bottom: 8px;
font-size: .929em;
line-height: 1;
font-weight: 600;
color: #666;
}
body div .tdb-s-form-label-required {
color: #FF0000;
}
body div .tdb-s-form-label-descr {
display: block;
width: 100%;
margin-top: 4px;
margin-bottom: 10px;
font-size: .923em;
line-height: 1.2;
font-weight: 400;
}
body div .tdb-s-form-input {
margin: 0;
padding: 0 15px 1px;
width: 100%;
height: 44px;
min-height: 44px;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
box-shadow: none;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-webkit-autofill,
body div .tdb-s-form-input:-webkit-autofill:hover,
body div .tdb-s-form-input:-webkit-autofill:focus,
body div .tdb-s-form-input:-webkit-autofill:active {
-webkit-text-fill-color: #444;
-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
body div .tdb-s-form-input::placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-webkit-input-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input::-moz-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-ms-input-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:-moz-placeholder {
color: #888;
transition: color 0.2s ease-in-out;
}
body div .tdb-s-form-input:hover {
color: inherit;
}
body div .tdb-s-form-input:focus {
box-shadow: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:focus:not([readonly]) {
border-color: #0489FC !important;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker),
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled {
background-color: #fff;
color: #BEBEBE;
border-color: #E8E9EC;
outline: none;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-webkit-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-webkit-input-placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker)::-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled::-moz-placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-ms-input-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-ms-input-placeholder {
color: #BEBEBE;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input[readonly]:not(.tdb-s-form-input-date):not(.tdb-s-form-datepicker):-moz-placeholder,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-input:disabled:-moz-placeholder {
color: #BEBEBE;
}
body div textarea.tdb-s-form-input {
display: block;
width: 100%;
min-width: 100%;
max-width: 100%;
min-height: 76px;
padding-top: 8px;
padding-bottom: 8px;
line-height: 1.5;
}
body div .tdb-s-form-select-wrap {
position: relative;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input {
max-width: 100%;
padding-right: 34px;
background: #fff;
-webkit-appearance: none;
cursor: pointer;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input::-webkit-calendar-picker-indicator {
opacity: 0;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] {
padding-top: 8px;
padding-bottom: 8px;
padding-right: 15px;
height: 100px;
min-height: 100px;
overflow-y: auto;
}
body div .tdb-s-form-select-wrap .tdb-s-form-input[multiple] + .tdb-s-form-select-icon {
display: none;
}
body div .tdb-s-form-select-wrap .tdb-s-form-select-icon {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
pointer-events: none;
fill: #444;
transition: fill 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input[readonly] + .tdb-s-form-select-icon,
body div .tdb-s-form-group:not(.tdb-s-fg-error) .tdb-s-form-select-wrap .tdb-s-form-input:disabled + .tdb-s-form-select-icon {
fill: #BEBEBE;
}
body div .tdb-s-form-select-wrap .select2-hidden-accessible {
display: none;
}
body div .tdb-s-form-select-wrap .select2-selection {
display: flex;
align-items: center;
padding: 5px 15px 6px;
width: 100%;
min-height: 44px;
height: auto;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
cursor: pointer;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-group:not(.tdb-s-fg-error) .select2-container--open .select2-selection {
border-color: #0489FC !important;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-fg-error .tdb-s-form-select-wrap .select2-selection {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-check input {
display: none;
}
body div .tdb-s-form-check label {
display: flex;
align-items: flex-start;
position: relative;
top: 1px;
cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check {
position: relative;
margin-right: 10px;
width: 19px;
height: 19px;
background-color: #fff;
border: 2px solid #D7D8DE;
outline: 3px solid transparent;
transition: border-color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
cursor: pointer;
}
body div .tdb-s-form-check .tdb-s-fc-check:after {
content: '';
position: absolute;
top: 3px;
left: 3px;
width: 9px;
height: 9px;
background-color: #0489FC;
opacity: 0;
transition: opacity 0.2s ease-in-out;
}
body div .tdb-s-form-check .tdb-s-fc-title {
flex: 1;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
word-break: break-all;
color: #444;
cursor: pointer;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check {
border-radius: 5px;
}
body div .tdb-s-form-check input[type=checkbox] + .tdb-s-fc-check:after {
border-radius: 3px;
}
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check,
body div .tdb-s-form-check input[type=radio] + .tdb-s-fc-check:after {
border-radius: 100%;
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check {
border-color: #0489FC;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-check input:checked + .tdb-s-fc-check:after {
opacity: 1;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check,
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
pointer-events: none;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check {
border-color: #E8E9EC;
}
body div .tdb-s-form-check input[disabled] + .tdb-s-fc-check + .tdb-s-fc-title {
color: #BEBEBE;
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check {
outline-color: rgba(4, 137, 252, 0.08);
}
body div .tdb-s-form-check input[disabled]:checked + .tdb-s-fc-check:after {
background-color: #9ACFFD;
}
body div .tdb-s-form-checkboxes-wrap {
display: flex;
flex-wrap: wrap;
margin-left: -13px;
margin-right: -13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check {
margin-bottom: 7px;
padding-left: 13px;
padding-right: 13px;
}
body div .tdb-s-form-checkboxes-wrap .tdb-s-form-check:last-child {
margin-bottom: 0;
}
body div .tdb-s-form-btn input {
display: none;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn {
background-color: #0489FC;
color: #fff;
border-color: #0489FC;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:hover,
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active {
background-color: #152BF7;
border-color: #152BF7;
}
body div .tdb-s-form-btn input:checked + .tdb-s-fb-btn:active:not(:disabled) {
outline-color: rgba(21, 43, 247, 0.2);
}
body div .tdb-s-form-btn .tdb-s-fb-label {
display: flex;
cursor: pointer;
}
body div .tdb-s-form-btn .tdb-s-fb-btn {
pointer-events: none;
}
body div .tdb-s-form-btns-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn {
margin-bottom: 7px;
}
body div .tdb-s-form-btns-wrap .tdb-s-form-btn:last-child {
margin-bottom: 0;
}
body div .tdb-s-form-file {
display: block;
position: relative;
}
body div .tdb-s-form-file[data-file-type="document"],
body div .tdb-s-form-file:not([data-file-type="document"]):not(.tdb-s-form-file-previewing) {
width: 100%;
padding-bottom: 142px;
}
body div .tdb-s-form-file .tdb-s-btn {
min-width: auto;
padding: 8px 10px 12px;
}
body div .tdb-s-form-file .tdb-s-btn:active:not(:disabled) {
outline-color: transparent;
}
body div .tdb-s-form-file .tdb-s-btn svg {
margin-right: 0;
width: 14px;
}
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg,
body div .tdb-s-form-file .tdb-s-btn:not(.tdb-s-ffp-remove) svg * {
fill: #fff;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn,
body div .tdb-s-form-file-preview-video .tdb-s-btn {
position: absolute;
right: 15px;
}
body div .tdb-s-form-file-box .tdb-s-btn,
body div .tdb-s-form-file-preview-image .tdb-s-btn {
bottom: 15px;
}
body div .tdb-s-form-file-preview-video .tdb-s-btn {
top: 15px;
}
body div .tdb-s-form-file-box {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0 15px;
font-size: 1em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-ffu-ico {
width: 40px;
margin-bottom: 10px;
stroke: #bfbfbf;
transition: stroke 0.2s ease-in-out;
}
body div .tdb-s-ffu-txt {
text-align: center;
}
body div .tdb-s-form-file-preview-image {
position: relative;
}
body div .tdb-s-form-file-preview-image .tdb-s-ffip-img {
padding-bottom: 30%;
background-color: #eee;
border-radius: 5px;
background-size: cover;
background-position: center;
}
body div .tdb-s-form-file-preview-audio {
display: flex;
align-items: center;
min-height: 54px;
}
body div .tdb-s-form-file-preview-audio audio {
flex: 1;
margin-right: 26px;
}
body div .tdb-s-form-file-preview-video {
min-height: 54px;
}
body div .tdb-s-form-file-preview-video video {
width: 100%;
border-radius: 5px;
}
body div .tdb-s-form-file-upload .tdb-s-ffu-ico {
pointer-events: none;
}
body div .tdb-s-form-file-input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
body div .tdb-s-form-file-disabled {
pointer-events: none;
opacity: .6;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload {
border-color: #0489FC;
outline-color: rgba(4, 137, 252, 0.1);
color: #0489FC;
}
body div .tdb-s-form-file:hover .tdb-s-form-file-upload .tdb-s-ffu-ico,
body div .tdb-s-form-file.tdb-s-form-file-dragover .tdb-s-form-file-upload .tdb-s-ffu-ico {
stroke: #0489FC;
}
body div .tdb-s-fg-error .tdb-s-form-file .tdb-s-form-file-upload {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-file-previewing .tdb-s-form-file-upload {
display: none;
}
body div .tdb-s-form-wpeditor {
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
}
body div .tdb-s-form-wpeditor .mce-panel {
background-color: transparent;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):focus,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):hover,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox).mce-active,
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn:not(.mce-listbox):active,
body div .tdb-s-form-wpeditor .qt-dfw:focus,
body div .tdb-s-form-wpeditor .qt-dfw:hover,
body div .tdb-s-form-wpeditor .qt-dfw.active,
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
background-color: #fff;
box-shadow: none;
border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .wp-core-ui .button,
body div .tdb-s-form-wpeditor .wp-core-ui .button-secondary {
color: #50575e;
}
body div .tdb-s-form-wpeditor .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
border-color: #e7e6e6;
box-shadow: none;
}
body div .tdb-s-form-wpeditor .wp-editor-tools {
display: flex;
align-items: center;
background-color: #f5f5f5;
margin: 6px 6px 0;
padding: 7px 9px 4px;
border-radius: 4px 4px 0 0;
}
body div .tdb-s-form-wpeditor .wp-editor-tabs {
display: flex;
align-items: center;
margin-left: auto;
}
body div .tdb-s-form-wpeditor .wp-switch-editor {
margin: 0;
padding: 1px 7px 2px;
background-color: transparent;
text-transform: uppercase;
font-size: 11px;
line-height: 1;
font-weight: 500;
border-width: 1px;
border-color: transparent;
border-radius: 4px;
}
body div .tdb-s-form-wpeditor .switch-tmce {
margin-right: 3px;
}
body div .tdb-s-form-wpeditor .wp-switch-editor:hover,
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
border-color: #e7e6e6;
}
body div .tdb-s-form-wpeditor .html-active .switch-html,
body div .tdb-s-form-wpeditor .tmce-active .switch-tmce {
background-color: #fff;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
border: 0;
}
body div .tdb-s-form-wpeditor .wp-editor-container {
width: calc(100% - 12px) !important;
margin: 0 6px 6px;
}
body div .tdb-s-form-wpeditor .mce-tinymce {
border: 0 !important;
}
body div .tdb-s-form-wpeditor .mce-top-part:before {
display: none;
}
body div .tdb-s-form-wpeditor .quicktags-toolbar {
padding: 5px 7px;
border-bottom: 0;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp {
background-color: #f5f5f5;
border-bottom: 0;
border-radius: 0 0 4px 4px;
}
body div .tdb-s-form-wpeditor .mce-toolbar-grp > div {
padding: 5px 7px;
}
body div .tdb-s-form-wpeditor .mce-statusbar {
border-top: none;
}
body div .tdb-s-form-wpeditor-disabled {
pointer-events: none;
opacity: .6;
}
body div .tdb-s-fg-error .tdb-s-form-wpeditor {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-form-datepicker:focus {
border-color: #0489FC !important;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(4, 137, 252, 0.1);
}
body div .tdb-s-form-group {
position: relative;
width: 100%;
padding: 0 13px;
}
body div .tdb-s-form-group:not(:last-child) {
margin-bottom: 28px;
}
body div .tdb-s-form-group-sm .tdb-s-form-label {
font-size: .857em;
margin-bottom: 6px;
}
body div .tdb-s-form-group-sm .tdb-s-form-input {
padding: 0 10px 2px;
height: 36px;
min-height: 36px;
font-size: .929em;
}
body div .tdb-s-form-group-sm textarea.tdb-s-form-input {
min-height: 76px;
padding-top: 6px;
padding-bottom: 6px;
line-height: 1.5;
}
body div .tdb-s-form-group-sm .tdb-s-form-select-wrap .select2-selection {
height: 36px;
font-size: .929em;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check {
width: 17px;
height: 17px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-check:after {
top: 2px;
left: 2px;
}
body div .tdb-s-form-group-sm .tdb-s-form-check .tdb-s-fc-title {
font-size: 13px;
line-height: 1.2;
}
body div .tdb-s-fg-error .tdb-s-form-input,
body div .tdb-s-fg-error .tdb-s-form-input:focus:not([readonly]) {
border-color: #FF0000 !important;
outline: 3px solid rgba(255, 0, 0, 0.1);
}
body div .tdb-s-fg-error-msg {
position: absolute;
top: calc(100% + 3px);
left: 0;
width: 100%;
padding: 0 13px;
font-size: .786em;
line-height: 1.3;
color: #FF3838;
}
body div .tdb-s-form-content .tdb-s-notif {
margin-top: 32px;
}
body div .tdb-s-form-footer {
display: flex;
align-items: center;
margin-top: 40px;
}
body div .tdb-s-form-footer .tdb-s-btn {
margin-right: 26px;
}
body div .tdb-s-form-footer .tdb-s-btn:last-of-type {
margin-right: 0;
}
body > .select2-container,
body .tdb-s-select2.select2-dropdown,
body .tdb-s-select2 .select2-search,
body .tdb-s-select2 .select2-results {
display: block;
}
body > .select2-container {
z-index: 10005;
}
body.admin-bar .tdb-s-select2.select2-dropdown {
margin-top: 36px;
}
body .tdb-s-select2.select2-dropdown {
margin-top: 4px;
background-color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 14px;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline-width: 3px;
outline-style: solid;
outline-color: rgba(215, 216, 222, 0.18);
}
body .tdb-s-select2 .select2-search {
padding: 6px;
}
body .tdb-s-select2 .select2-search__field {
padding: 0 10px 2px;
width: 100%;
height: 36px;
min-height: 36px;
font-size: .929em;
line-height: 1.3;
font-weight: 600;
color: #444;
border: 2px solid #D7D8DE;
border-radius: 5px;
outline: 3px solid transparent;
box-shadow: none;
transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, outline-color 0.2s ease-in-out;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: border-box;
}
body .tdb-s-select2 .select2-results__options {
list-style-type: none;
margin: 0;
padding: 0 0 4px;
max-height: 277px;
font-size: .929em;
font-weight: 600;
color: #444;
overflow-y: auto;
}
body .tdb-s-select2 .select2-results__options li {
margin: 0;
padding: 2px 10px 4px;
cursor: pointer;
}
body .tdb-s-select2 .select2-results__options li:hover {
background-color: #F8F8F8;
}
body .tdb-s-datepicker-control {
padding: 14px;
width: 279px;
background-color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 11px;
color: #444;
line-height: 1;
font-weight: 600;
border: 2px solid #D7D8DE;
border-radius: 5px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
body .tdb-s-datepicker-control:before,
body .tdb-s-datepicker-control:after {
display: none;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control input {
padding: 0 17px 1px 8px !important;
min-height: 29px;
background-color: #fff;
font-size: inherit !important;
font-weight: inherit !important;
color: inherit !important;
border: 2px solid rgba(215, 216, 222, 0.5) !important;
border-radius: 5px !important;
outline: 3px solid transparent !important;
transition: border-color 0.2s ease-in-out, outline 0.2s ease-in-out;
-webkit-appearance: none !important;
}
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control input:focus {
box-shadow: none;
border-color: #D7D8DE !important;
outline-color: rgba(215, 216, 222, 0.2) !important;
}
body .tdb-s-datepicker-control select,
body .tdb-s-datepicker-control select:focus,
body .tdb-s-datepicker-control select:hover {
background: #ffffff url('data:image/svg+xml; utf8, ') no-repeat right 8px center !important;
}
body .tdb-s-datepicker-control .numInputWrapper:hover {
background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span {
display: flex;
justify-content: center;
right: 8px;
line-height: 1;
font-size: 0;
border: none;
}
body .tdb-s-datepicker-control .numInputWrapper span:hover {
background-color: transparent;
}
body .tdb-s-datepicker-control .numInputWrapper span:after {
position: relative;
top: 0;
border: none;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp {
align-items: flex-end;
padding-bottom: 1px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowUp:after {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown {
align-items: flex-start;
padding-top: 2px;
}
body .tdb-s-datepicker-control .numInputWrapper .arrowDown:after {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control input,
body .tdb-s-datepicker-control input:focus,
body .tdb-s-datepicker-control input:hover {
background-color: #fff !important;
}
body .tdb-s-datepicker-control .flatpickr-months,
body .tdb-s-datepicker-control .flatpickr-month {
color: inherit;
overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-months {
display: flex;
align-items: stretch;
margin: 0 -4px 10px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
height: auto;
padding: 0 4px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month,
body .tdb-s-datepicker-control .flatpickr-next-month {
display: flex;
align-items: stretch;
position: relative;
width: 14.4%;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before,
body .tdb-s-datepicker-control .flatpickr-next-month:before {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
padding-bottom: 1px;
border-radius: 5px;
}
body .tdb-s-datepicker-control .flatpickr-prev-month svg,
body .tdb-s-datepicker-control .flatpickr-next-month svg {
display: none;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before,
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-current-month {
display: flex;
position: relative;
left: 0;
padding: 0;
width: 100%;
height: auto;
font-size: inherit;
font-weight: inherit;
}
body .tdb-s-datepicker-control .flatpickr-current-month select,
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
width: 50%;
}
body .tdb-s-datepicker-control .flatpickr-current-month select {
margin: 0 4px 0 0;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper {
margin-left: 4px;
}
body .tdb-s-datepicker-control .flatpickr-current-month .numInputWrapper:hover {
background-color: transparent;
}
body .tdb-s-datepicker-control .flatpickr-prev-month:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-prev-month:hover:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-next-month:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-next-month:hover:before {
content: url('data:image/svg+xml; utf8, ');
}
body .tdb-s-datepicker-control .flatpickr-innerContainer,
body .tdb-s-datepicker-control .flatpickr-weekdays {
overflow: visible;
}
body .tdb-s-datepicker-control .flatpickr-weekdays {
position: relative;
margin-bottom: 8px;
padding-bottom: 1px;
}
body .tdb-s-datepicker-control .flatpickr-weekdays:before {
content: '';
position: absolute;
top: 0;
left: -14px;
width: calc(100% + 28px);
height: 100%;
background-color: rgba(4, 137, 252, 0.05);
z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-weekdaycontainer {
margin-left: -4px;
margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-weekday {
padding: 0 4px;
font-size: 0;
font-weight: inherit;
color: inherit;
}
body .tdb-s-datepicker-control .flatpickr-weekday:before {
font-size: 11px;
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(1):before {
content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(2):before {
content: 'M';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(3):before {
content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(4):before {
content: 'W';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(5):before {
content: 'T';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(6):before {
content: 'F';
}
body .tdb-s-datepicker-control .flatpickr-weekday:nth-child(7):before {
content: 'S';
}
body .tdb-s-datepicker-control .flatpickr-days,
body .tdb-s-datepicker-control .dayContainer {
width: 100%;
}
body .tdb-s-datepicker-control .dayContainer {
row-gap: 8px;
width: auto;
max-width: none;
min-width: 0;
margin-left: -4px;
margin-right: -4px;
}
body .tdb-s-datepicker-control .flatpickr-day {
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 29px;
padding: 0 4px 1px;
background: transparent !important;
font-size: inherit;
line-height: 1;
font-weight: inherit;
color: inherit;
border: none;
border-radius: 5px;
transition: color 0.2s ease-in-out;
}
body .tdb-s-datepicker-control .flatpickr-day:before {
content: '';
position: absolute;
top: 0;
left: 4px;
width: calc(100% - 8px);
height: 100%;
background-color: transparent;
border-radius: 5px;
transition: background-color 0.2s ease-in-out;
z-index: -1;
}
body .tdb-s-datepicker-control .flatpickr-day.prevMonthDay,
body .tdb-s-datepicker-control .flatpickr-day.nextMonthDay {
opacity: .45;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover {
color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day:not(.selected):not(.today):hover:before {
background-color: rgba(4, 137, 252, 0.05);
}
body .tdb-s-datepicker-control .flatpickr-day.today {
color: #152BF7;
}
body .tdb-s-datepicker-control .flatpickr-day.today:before {
background-color: rgba(4, 137, 252, 0.1);
}
body .tdb-s-datepicker-control .flatpickr-day.selected {
color: #fff;
}
body .tdb-s-datepicker-control .flatpickr-day.selected:before {
background-color: #0489FC;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time,
body .tdb-s-datepicker-control.hasTime .numInputWrapper {
height: auto;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time {
align-items: stretch;
margin: 0 -4px 0;
line-height: 1;
overflow: visible;
border-top-color: #D7D8DE;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-time:first-child {
border-top: 0;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-innerContainer + .flatpickr-time {
margin-top: 8px;
padding-top: 8px;
}
body .tdb-s-datepicker-control.hasTime .numInputWrapper,
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
padding: 0 4px;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm {
display: flex;
align-items: center;
justify-content: center;
min-height: 29px;
position: relative;
background-color: transparent !important;
color: inherit;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:before {
content: '';
position: absolute;
top: 0;
left: 4px;
width: calc(100% - 8px);
height: 100%;
background-color: transparent;
transition: background-color 0.2s ease-in-out;
border-radius: 5px;
z-index: -1;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover {
color: #152BF7;
}
body .tdb-s-datepicker-control.hasTime .flatpickr-am-pm:hover:before {
background-color: rgba(4, 137, 252, 0.05);
}
.tdb-s-notif {
position: relative;
padding: 25px;
border-radius: 3px;
}
.tdb-s-notif,
.tdb-s-notif *:not(.tdb-s-btn) {
font-size: 1em;
line-height: 1.4;
}
.tdb-s-notif b {
font-weight: 600;
}
.tdb-s-notif-descr:not(:last-child) {
margin-bottom: 6px;
}
.tdb-s-notif-list {
list-style-type: none;
margin: 0;
}
.tdb-s-notif-list:not(:last-child) {
margin: 0 0 10px;
}
.tdb-s-notif-list li {
margin-left: 0 !important;
}
.tdb-s-notif-list li:not(:last-child) {
margin-bottom: 6px;
}
.tdb-s-notif-list li:last-child {
margin-bottom: 0;
}
.tdb-s-notif-info,
.tdb-s-notif-notice {
background-color: rgba(89, 98, 107, 0.08);
color: #59626B;
}
.tdb-s-notif-success {
background-color: rgba(38, 98, 28, 0.1);
color: #26621c;
}
.tdb-s-notif-warning {
background-color: rgba(215, 133, 0, 0.12);
color: #d78500;
}
.tdb-s-notif-error {
background-color: rgba(255, 56, 56, 0.12);
color: #ff3838;
}
.tdb-s-notif-xsm {
padding: 10px 15px;
}
.tdb-s-notif-xsm,
.tdb-s-notif-xsm *:not(.tdb-s-btn) {
font-size: .929em;
line-height: 1.4;
}
.tdb-s-notif-sm {
padding: 18px;
}
.tdb-s-notif-sm,
.tdb-s-notif-sm *:not(.tdb-s-btn) {
font-size: .929em;
line-height: 1.4;
}
.tdb-s-notif-xxsm {
padding: 5px 10px 6px;
}
.tdb-s-notif-xxsm,
.tdb-s-notif-xxsm *:not(.tdb-s-btn) {
font-size: .857em;
line-height: 1.3;
}
.tdb-s-table {
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
}
@media (max-width: 1018px) {
.tdb-s-table {
display: block;
}
}
@media (max-width: 1018px) {
.tdb-s-table-row {
display: block;
}
}
.tdb-s-table-col {
position: relative;
padding: 0;
border: none;
/* responsive tablet + desktop */
}
@media (min-width: 1019px) {
.tdb-s-table-col:first-child {
padding-left: 10px;
}
.tdb-s-table-col:not(:last-child):not(.tdb-s-table-col-expand) {
padding-right: 15px;
}
.tdb-s-table-col:last-child {
padding-right: 10px;
}
}
@media (max-width: 1018px) {
.tdb-s-table-col {
display: flex;
align-items: baseline;
width: 100%;
}
}
.tdb-s-table-col-label {
min-width: 35%;
max-width: 35%;
margin-right: 10px;
padding-right: 10px;
color: #555D66;
/* responsive tablet + desktop */
}
@media (min-width: 1019px) {
.tdb-s-table-col-label {
display: none;
}
}
.tdb-s-table-header {
font-size: .857em;
line-height: 1;
font-weight: 600;
text-align: left;
color: #555D66;
border-bottom: 2px solid #D7D8DE;
}
@media (max-width: 1018px) {
.tdb-s-table-header {
display: none;
}
}
.tdb-s-table-header .tdb-s-table-col {
padding-bottom: 15px;
}
.tdb-s-table-col-order {
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
}
.tdb-s-table-col-order-icons {
display: flex;
flex-direction: column;
position: relative;
top: 1px;
margin-left: 10px;
}
.tdb-s-table-col-order-icons svg {
fill: #555D66;
line-height: 0;
opacity: .3;
}
.tdb-s-table-col-order-icons svg:nth-child(1) {
margin-bottom: 2px;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
opacity: 1;
}
[data-order="ASC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(1) {
opacity: .3;
}
[data-order="DESC"] .tdb-s-table-col-order-icons svg:nth-child(2) {
opacity: 1;
}
.tdb-s-table-body {
font-size: .929em;
line-height: 1;
font-weight: 600;
color: #1D2327;
}
@media (max-width: 1018px) {
.tdb-s-table-body {
display: block;
}
}
.tdb-s-table-body .tdb-s-table-row:not(:last-child) {
border-bottom: 1px solid #EBEBEB;
}
.tdb-s-table-body .tdb-s-table-row.tdb-s-table-row-active,
.tdb-s-table-body .tdb-s-table-row:hover {
background-color: #F8F8F8;
}
@media (max-width: 1018px) {
.tdb-s-table-body .tdb-s-table-row {
padding: 15px 10px;
}
}
@media (min-width: 1019px) {
.tdb-s-table-body .tdb-s-table-col {
padding-top: 12px;
padding-bottom: 15px;
}
}
@media (max-width: 1018px) {
.tdb-s-table-body .tdb-s-table-col {
padding-top: 7px;
padding-bottom: 7px;
}
}
.tdb-s-table-options-toggle {
position: relative;
top: 1px;
fill: #878d93;
transition: fill 0.2s ease-in-out;
/* responsive portrait tablet */
}
@media (max-width: 1018px) {
.tdb-s-table-options-toggle {
display: none;
}
}
.tdb-s-table-options-list {
display: flex;
/* responsive portrait tablet */
}
@media (min-width: 1019px) {
.tdb-s-table-options-list {
flex-direction: column;
align-items: flex-start;
position: absolute;
top: 6px;
right: 100%;
min-width: 130px;
padding: 8px 10px 9px;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.2s ease-in-out;
z-index: 100;
cursor: default;
}
}
@media (max-width: 1018px) {
.tdb-s-table-options-list {
align-items: center;
justify-content: center;
width: 100%;
}
}
@media (min-width: 1019px) {
.tdb-s-table-col-options {
padding-left: 10px;
text-align: center;
cursor: pointer;
}
.tdb-s-table-col-options:hover .tdb-s-table-options-toggle {
fill: #000;
}
.tdb-s-table-col-options:hover .tdb-s-table-options-list {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
}
@media (max-width: 1018px) {
.tdb-s-table-col-options {
padding-top: 17px;
}
}
.tdb-s-table-col-options .tdb-s-tol-item {
font-size: .786em;
line-height: 1.2;
font-weight: 600;
color: #555D66;
cursor: pointer;
}
.tdb-s-table-col-options .tdb-s-tol-item:hover {
color: #000;
}
@media (min-width: 1019px) {
.tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
margin-bottom: 8px;
}
}
@media (max-width: 1018px) {
.tdb-s-table-col-options .tdb-s-tol-item:not(:last-child) {
margin-right: 12px;
}
}
.tdb-s-table-col-options .tdb-s-tol-item-red {
color: #FF6161;
}
.tdb-s-table-col-options .tdb-s-tol-item-red:hover {
color: #ff0000;
}
.tdb-s-tol-sep {
background-color: #EBEBEB;
width: 100%;
height: 1px;
margin-top: 1px;
margin-bottom: 8px;
/* responsive portrait phone */
}
@media (max-width: 1018px) {
.tdb-s-tol-sep {
display: none;
}
}
.tdb-s-modal-wrap,
.tdb-s-modal-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tdb-s-modal-wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 20px;
z-index: 10000;
}
@media (min-width: 783px) {
.admin-bar .tdb-s-modal-wrap {
padding-top: 62px;
}
}
@media (max-width: 782px) {
.admin-bar .tdb-s-modal-wrap {
padding-top: 76px;
}
}
.tdb-s-modal-bg {
position: absolute;
background-color: rgba(107, 114, 128, 0.75);
}
.tdb-s-modal {
display: flex;
flex-direction: column;
background-color: #fff;
min-width: 400px;
max-width: 650px;
max-height: 100%;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
border-radius: 3px;
z-index: 1;
/* responsive portrait phone */
}
@media (max-width: 767px) {
.tdb-s-modal {
min-width: 0;
}
}
.tdb-s-modal-header,
.tdb-s-modal-footer {
display: flex;
align-items: center;
}
.tdb-s-modal-header {
padding: 19px 25px 16px;
border-bottom: 1px solid #EBEBEB;
}
.tdb-s-modal-header .tdb-s-modal-close {
margin-left: auto;
fill: #878d93;
cursor: pointer;
transition: transform 0.2s ease-in-out, fill 0.2s ease-in-out;
}
.tdb-s-modal-header .tdb-s-modal-close:hover {
fill: #000;
transform: rotate(90deg);
}
body h3.tdb-s-modal-title {
margin: 0;
padding: 0;
font-size: 1.286em;
line-height: 1.2;
font-weight: 600;
color: #1D2327;
}
.tdb-s-modal-body {
padding: 30px 25px;
overflow: auto;
}
.tdb-s-modal-body .tdb-s-s-notif:not(:first-child) {
margin-top: 30px;
}
.tdb-s-modal-txt {
font-size: 1em;
line-height: 1.4;
color: #59626B;
}
.tdb-s-modal-footer {
justify-content: flex-end;
padding: 18px 25px;
border-top: 1px solid #EBEBEB;
}
.tdb-s-modal-footer:empty {
display: none;
}
.tdb-s-modal-footer .tdb-s-btn:not(:last-of-type) {
margin-right: 16px;
}
.tdb-template-type-card-sep {
width: 100%;
margin: 20px 30px;
float: left;
}
#tdb-cloud-templates {
font-size: 14px;
}
#tdb-cloud-templates * {
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
@-webkit-keyframes fullspin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fullspin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#tdb-cloud-templates .tdb-s-content {
position: relative;
min-height: 50px;
}
#tdb-cloud-templates .tdb-s-content:after {
content: '';
position: absolute;
opacity: 0;
transition: opacity 0.2s ease-in-out;
pointer-events: none;
}
#tdb-cloud-templates .tdb-s-content:after {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top: -23px;
margin-left: -23px;
width: 40px;
height: 40px;
border: 3px solid #888;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: fullspin 1s infinite ease-out;
animation: fullspin 1s infinite ease-out;
z-index: 2;
}
#tdb-cloud-templates .tdb-s-content-loading {
pointer-events: none;
opacity: 0.3;
}
#tdb-cloud-templates .tdb-s-content-loading:before,
#tdb-cloud-templates .tdb-s-content-loading:after {
opacity: 1;
pointer-events: auto;
}
#tdb-cloud-templates .tdb-s-page:not(.tdb-s-page-templates-list) .tdb-s-page-content {
background-color: #fff;
padding: 35px 25px;
border-radius: 3px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
overflow: hidden;
}
#tdb-cloud-templates .tdb-s-page-templates-list .tdb-s-page-sec-content.tdb-s-content:before {
background-color: transparent;
}
#tdb-cloud-templates .tdb-s-template-types {
display: flex;
flex-wrap: wrap;
gap: 26px;
}
#tdb-cloud-templates .tdb-s-template-types-title {
width: 100%;
margin: 25px 0 5px;
padding: 30px 0 0;
font-size: 1.286em;
line-height: 1.2;
border-top: 1px solid #e0e0e0;
}
#tdb-cloud-templates .tds-spsh-title {
font-size: 1.286em;
line-height: 1.2;
font-weight: 600;
}
#tdb-cloud-templates .tdb-s-template-type {
width: calc(50% - 13px);
background-color: #fff;
border-radius: 3px;
box-shadow: 0 2px 4px 0 #0000001E;
}
@media (max-width: 767px) {
#tdb-cloud-templates .tdb-s-template-type {
width: 100%;
}
}
#tdb-cloud-templates .tdb-s-template-type-header {
position: relative;
background-color: #f9f9f9;
padding: 12px 15px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 3px 3px 0 0;
}
#tdb-cloud-templates .tdb-s-tth-title {
margin: 0;
font-weight: 500;
}
#tdb-cloud-templates .tdb-s-tth-title a {
text-decoration: none;
color: inherit;
}
#tdb-cloud-templates .tdb-s-tth-title a:hover {
text-decoration: underline;
}
#tdb-cloud-templates .tdb-s-tth-new {
position: absolute;
top: 50%;
right: 13px;
transform: translateY(-50%);
cursor: pointer;
}
#tdb-cloud-templates .tdb-s-tth-new svg {
position: relative;
top: -1px;
display: block;
width: 20px;
height: auto;
stroke: #595e62;
}
#tdb-cloud-templates .tdb-s-tth-new:hover svg {
stroke: #1a9a75;
}
#tdb-cloud-templates .tdb-templates {
min-height: 120px;
padding: 12px 15px;
}
#tdb-cloud-templates .tdb-templates:before {
width: 100%;
height: 100%;
}
#tdb-cloud-templates .tdb-templates-header {
display: flex;
margin: 0 0 9px;
}
#tdb-cloud-templates .tdb-templates-header-item {
line-height: 1;
text-align: center;
}
#tdb-cloud-templates .tdb-templates-header-item span {
display: block;
background-color: #f7f7f7;
padding: 2px 9px 3px !important;
font-size: 10px !important;
font-style: italic;
text-align: center;
line-height: 1 !important;
color: #909090;
border-radius: 3px !important;
}
#tdb-cloud-templates .tdb-templates-header-item.tdb-templates-header-item-pa {
width: 90px !important;
}
#tdb-cloud-templates .tdb-templates-header-item-name {
flex: 1;
}
#tdb-cloud-templates .tdb-templates-header-item-name span {
display: inline-block;
}
#tdb-cloud-templates .tdb-templates-header-item-global {
width: 48px !important;
}
#tdb-cloud-templates .tdb-templates-header-item-frontpage {
width: 68px !important;
}
#tdb-cloud-templates .tdb-templates-header-item-mobile {
margin-left: 14px !important;
width: 90px !important;
}
#tdb-cloud-templates .tdb-template-el {
display: flex;
align-items: center;
min-height: 18px;
}
@keyframes template_el_renaming_spinner {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#tdb-cloud-templates .tdb-template-el:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 1;
opacity: 0;
pointer-events: none;
transition: opacity 0.2s ease-in-out;
}
#tdb-cloud-templates .tdb-template-el:not(:last-child) {
margin-bottom: 5px;
}
#tdb-cloud-templates .tdb-template-el:hover .tdb-template-el-wrap {
visibility: visible;
}
#tdb-cloud-templates .tdb-template-el-title {
max-width: 277px;
padding-bottom: 3px;
top: 1px;
position: relative;
cursor: pointer;
font-size: 12px;
line-height: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#tdb-cloud-templates .tdb-template-el-title:hover {
text-decoration: underline;
}
#tdb-cloud-templates .tdb-s-template-type_header .tdb-template-el-title,
#tdb-cloud-templates .tdb-s-template-type_footer .tdb-template-el-title {
max-width: 381px;
}
#tdb-cloud-templates .tdb-template-el-title-input {
width: 100%;
min-height: auto;
font-size: 11px;
line-height: 1;
padding: 0 40px 1px 2px;
border-width: 0 0 1px 0;
border-style: dotted;
border-color: #000;
border-radius: 0;
outline: none !important;
}
#tdb-cloud-templates .tdb-template-el-title-input:disabled {
color: #888;
border-color: #888;
}
#tdb-cloud-templates .tdb-template-el-title-btns {
position: absolute;
top: 50%;
right: -1px;
transform: translateY(-50%);
margin-top: -1px;
z-index: 10;
}
#tdb-cloud-templates .tdb-template-el-title-btns i {
padding: 5px 3px 4px;
font-size: 8px;
color: #555;
cursor: pointer;
pointer-events: auto;
}
#tdb-cloud-templates .tdb-template-el-title-save:hover {
color: #1a9a75;
}
#tdb-cloud-templates .tdb-template-el-title-cancel:hover {
color: red;
}
#tdb-cloud-templates .tdb-template-el-renaming:before {
opacity: .75;
pointer-events: auto;
}
#tdb-cloud-templates .tdb-template-el-renaming .tdb-template-el-title {
flex: 1;
max-width: none;
padding-bottom: 0;
z-index: 2;
}
#tdb-cloud-templates .tdb-template-el-renaming .tdb-template-el-wrap {
display: none;
}
#tdb-cloud-templates .tdb-template-el-renaming .tdb-template-el-global {
margin-left: 14px;
pointer-events: none;
}
#tdb-cloud-templates .tdb-template-el-renaming-saving .tdb-template-el-title {
position: relative;
}
#tdb-cloud-templates .tdb-template-el-renaming-saving .tdb-template-el-title:after {
content: '';
position: absolute;
top: 50%;
right: 2px;
transform: translateY(-50%);
margin-top: -6px;
width: 8px;
height: 8px;
margin-left: 15px;
border: 1px solid #666;
border-left-color: transparent;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: template_el_renaming_spinner 1s infinite ease-out;
animation: template_el_renaming_spinner 1s infinite ease-out;
z-index: 2;
transition: border-top-color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
}
#tdb-cloud-templates .tdb-template-el-renaming-saving .tdb-template-el-title-btns {
display: none;
}
#tdb-cloud-templates .tdb-template-el-wrap {
visibility: hidden;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-icon {
position: relative;
padding: 0 12px;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-icon:hover .tdb-template-el-options {
visibility: visible;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-icon:before {
content: '';
position: relative;
display: block;
width: 15px;
height: 15px;
background: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options {
visibility: hidden;
position: absolute;
display: flex;
flex-direction: column;
bottom: calc(100% + 3px);
left: 50%;
transform: translateX(-50%);
/*height: 100%;*/
margin: auto;
background-color: #fff;
padding: 6px !important;
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options:before {
content: '';
position: absolute;
bottom: -6px;
left: 0;
right: 0;
margin: auto;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #fff;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options:after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 5px;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options > div {
display: inline-block;
height: 18px;
margin: 0 2px;
cursor: pointer;
font-size: 10px;
white-space: nowrap;
padding-left: 20px;
padding-right: 6px;
background-position-x: left !important;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options > div:hover {
color: #1a9a75;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options > div a {
color: inherit;
text-decoration: none;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit-composer {
background: url('data:image/svg+xml;utf8, ') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit-composer:hover {
background: url('data:image/svg+xml;utf8, ') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-edit:hover {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-view {
background: url('data:image/svg+xml;utf8, ') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-view:hover {
background: url('data:image/svg+xml;utf8, ') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-rename {
background: url('data:image/svg+xml;utf8, ') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-rename:hover {
background: url('data:image/svg+xml;utf8, ') no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-duplicate {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-duplicate:hover {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-delete {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-wrap .tdb-template-el-options .tdb-template-el-delete:hover {
background: url("data:image/svg+xml;utf8, ") no-repeat 50% 50%;
}
#tdb-cloud-templates .tdb-template-el-global {
position: relative;
display: inline-block;
width: 48px;
margin-left: 14px;
text-align: center;
margin-left: auto;
line-height: 1;
}
#tdb-cloud-templates .tdb-template-el-global label {
display: inline-block;
border: 1px solid #e3e3e3;
width: 10px;
height: 10px;
cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-checked {
position: relative;
display: none;
background-color: #1a9a75;
font-size: 10px;
line-height: 1;
padding: 2px 6px 3px;
color: #fff;
border-radius: 100px;
overflow: hidden;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-unassign {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
visibility: hidden;
transition: opacity .2s ease;
pointer-events: none;
cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-checked:hover .tdb-template-el-global-unassign {
opacity: 1;
visibility: visible;
pointer-events: all;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-input {
display: none;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-input-checked + label {
display: none;
}
#tdb-cloud-templates .tdb-template-el-global .tdb-template-el-global-input-checked + label + .tdb-template-el-global-checked {
display: inline-block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap {
position: relative;
width: 90px;
margin-left: 14px !important;
display: inline-block;
text-align: center;
line-height: 1;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile {
line-height: 1;
cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns {
position: relative;
display: none;
line-height: 1;
z-index: 100;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn {
position: relative;
top: 1px;
display: inline-block;
margin-left: 3px;
padding: 4px;
background-color: #E9E9E8;
border-radius: 4px;
cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn:first-child {
margin-left: 0;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-btn:after {
content: '';
display: block;
width: 8px;
height: 8px;
background-repeat: no-repeat;
background-position: center;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-blank:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-blank:hover:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-import:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-import:hover:after {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list {
position: absolute;
top: -7px;
right: calc(110%);
width: 180px;
height: auto;
margin: 0;
background-color: #fff;
-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
display: none;
text-align: left;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner {
padding: 10px 14px;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el {
position: relative;
display: flex;
align-items: center;
margin-bottom: 6px;
cursor: pointer;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el:last-child {
margin-bottom: 0;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el:hover .tdb-template-el-mobile-list-edit {
display: block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el:hover .tdb-template-el-mobile-list-delete {
display: block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el.tdb-current {
cursor: default;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el.tdb-current .tdb-template-el-mobile-list-title {
color: #1a9a75;
pointer-events: none;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-el.tdb-current:before {
content: '';
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
left: -7px;
margin-top: 1px;
width: 0;
height: 0;
border-top: 3px solid transparent;
border-bottom: 3px solid transparent;
border-left: 4px solid #1a9a75;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-title {
font-size: 10px;
line-height: 1.2;
color: #868686;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-title:hover {
color: #000;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-edit,
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-delete {
position: relative;
top: 0;
right: -7px;
display: none;
box-sizing: content-box;
width: 9px;
height: 9px;
padding: 4px;
background-repeat: no-repeat;
background-position: center;
line-height: 1;
background-color: #e9e9e8;
margin: -4px 0 -4px 2px;
border-radius: 4px;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-edit {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-edit:hover {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-delete {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-inner .tdb-template-el-mobile-list-delete:hover {
background-image: url("data:image/svg+xml;utf8, ");
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-separator {
margin: 0 14px !important;
width: auto !important;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns .tdb-template-el-mobile-list .tdb-template-el-mobile-list-no-el {
display: block;
height: auto;
margin: 0;
padding: 0 14px !important;
font-size: 10px;
line-height: 25px;
color: #1a9a75;
text-decoration: none;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:before {
display: none;
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -10px;
margin: auto;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
z-index: 10;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:after {
display: none;
content: '';
position: absolute;
top: 0;
left: -10px;
width: 10px;
height: 100%;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:hover:before,
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:hover:after,
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-btns:hover .tdb-template-el-mobile-list {
display: block;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap .tdb-template-el-mobile-active {
display: inline-block;
background-color: #949494;
font-size: 10px;
line-height: 1;
padding: 2px 6px 3px;
color: #fff;
border-radius: 100px;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap:hover .tdb-template-el-mobile {
display: none;
}
#tdb-cloud-templates .tdb-template-el-mobile-wrap:hover .tdb-template-el-mobile-btns {
display: inline-block;
}
#tdb-cloud-templates .tdb-s-template-type_homepage .tdb-template-el-global {
width: 68px;
}
#tdb-cloud-templates [class*='tdb-s-template-type_pa_'] .tdb-template-el-global {
width: 90px;
}
#tdb-cloud-templates .tdb-s-template-type-cpt .tdb-cpt-tpl-type-header {
position: relative;
padding: 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}
#tdb-cloud-templates .tdb-s-template-type-cpt .tdb-cpt-tpl-type-header .tdb-tpl-type-title {
margin: 0;
font-weight: 500;
}
#tdb-cloud-templates .tdb-s-template-type-cpt .tdb-cpt-tpl-type-header .tdb-tpl-type-title a {
text-decoration: none;
color: inherit;
}
#tdb-cloud-templates .tdb-s-template-type-cpt .tdb-cpt-tpl-type-header .tdb-tpl-type-title a:hover {
text-decoration: underline;
}
#tdb-cloud-templates .tdb-s-template-type-cpt .tdb-cpt-tpl-type-header .tdb-new-tpl-btn {
position: absolute;
top: 50%;
right: 13px;
transform: translateY(-50%);
cursor: pointer;
}
#tdb-cloud-templates .tdb-s-template-type-cpt .tdb-cpt-tpl-type-header .tdb-new-tpl-btn svg {
position: relative;
top: -1px;
display: block;
width: 20px;
height: auto;
stroke: #595e62;
}
#tdb-cloud-templates .tdb-s-template-type-cpt .tdb-cpt-tpl-type-header .tdb-new-tpl-btn:hover svg {
stroke: #1a9a75;
}
#tdb-cloud-templates .tdb-no-templates-notif {
font-size: .857em;
line-height: 1.4;
}
#tdb-cloud-templates .tdb-s-template-type-errors {
margin-top: 15px;
}
#tdb-cloud-templates .tdb-s-template-type-errors .tdb-s-notif:not(:last-child) {
margin-bottom: 5px;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-fc-inner {
margin: 0 -8px;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-form-group {
margin-bottom: 17px;
padding: 0 8px;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-form-group-content {
margin-bottom: 0;
}
#tdb-cloud-templates .tdb-s-new-mob-template-form .tdb-s-fg-error-msg {
padding: 0 8px;
}
#tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-row {
align-items: flex-end;
}
#tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col {
/* responsive portrait phone */
}
@media (min-width: 768px) {
#tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col:nth-child(1) {
flex: 1;
}
#tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col:nth-child(2) {
width: auto;
}
}
@media (max-width: 767px) {
#tdb-cloud-templates .tdb-s-page-templates-trash-list .tdb-spsh-col:nth-child(1) {
margin-bottom: 15px;
}
}
@media (min-width: 1019px) {
#tdb-cloud-templates .tdb-s-table-trash .tdb-s-table-col-options {
width: 3.5%;
}
}
#tdb-cloud-templates .errors {
margin-top: 10px;
font-size: 12px;
}
#tdb-cloud-templates .errors .type-error {
color: orangered;
}
#tdb-cloud-templates .errors .type-warning {
color: orange;
}
#tdb-cloud-templates .errors .type-notice {
color: #4db2ec;
}
assets/css/tdb_less_ajax.css 0000644 00000001076 15021154632 0012155 0 ustar 00 /**
* style for posts loaded via ajax on infinite load post feature
*/
.td-ss-main-sidebar,
.td-ss-row .td-pb-span4 .wpb_wrapper:first-child {
will-change: top;
transform: translate3d(0, 0, 0);
}
#tdb-autoload-article .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_container ul.wp-block-jetpack-slideshow_swiper-wrapper {
height: auto !important;
}
#tdb-autoload-article .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev,
#tdb-autoload-article .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next {
top: 50% !important;
}
assets/images/medium_large.png 0000644 00000000366 15021154632 0012457 0 ustar 00 PNG
IHDR $Ɗ PLTE. IDATxԱ
@ UoWRDwD Z*,G5Ɩ n\ºװu{XQaºkQu(ֽu{Qw_wrN[mq}wcOvݴM]]/] ਞcs IENDB` assets/images/no_img.png 0000644 00000002112 15021154632 0011264 0 ustar 00 PNG
IHDR B B l6 tEXtSoftware Adobe ImageReadyqe<