/* General Dashboard adjustments */
.rtl #et_social_content { margin-left: 0; margin-right: 200px; }
.rtl #et_social_navigation li a.current:after { -webkit-animation: arrow-left .7s; animation: arrow-left .7s; right: auto; left: -14px; }
.rtl #et_social_navigation .et_social_icon:before { float: right; margin-left: 15px; }
.rtl #et_social_navigation li a:hover { padding-left: 0; padding-right: 30px; }
.rtl #et_social_header ul { float: left; }
.rtl #et_social_logo { float: right; }

/* Form adjustments */
.rtl .et_social_form li p, .rtl .et_social_checkbox label, .rtl .et_social_form span.more_info, .rtl .et_social_form input, .rtl .et_social_form input, .rtl .et_social_form select, .rtl .et_social_form textarea, .rtl .et_social_networks input, .rtl p.et_social_checkmark_holder, .rtl .et_social_network span, .rtl .et_social_save_changes { float: right; }
.rtl .et_social_network span, .rtl .et_social_networks .et_social_network input { margin-right: 0; margin-left: 1%; }
.rtl p.et_social_checkmark_holder { right: auto; left: 1%; }
.rtl .et_social_network input.input_count, p.et_social_checkmark_holder { margin-left: 0; }
.rtl .et_social_style { margin-left: 10%; }

.rtl .et_social_multi_selectable, .rtl .et_social_single_selectable { float: right; margin-right: 0; }
.rtl .et_social_shape { margin-left: 40px; }
.rtl .et_social_location { margin-left: 2%; }
.rtl .et_social_location:nth-child(4n) { margin-left: 0; }
.rtl .et_social_sidebar_style { margin-left: 15%; }

.rtl textarea#et_social_shortcode_field { direction: ltr; text-align: right; }

.rtl .et_social_form ul.inline li { float: right; margin-right: 0; margin-left: 40px; }
.rtl .et_social_form ul.inline li.et_social_checkbox label { float: left; }

.rtl .et_social_action_button a:hover:before { text-align: left; }

/* Stats Tab adjustments */
.rtl .et_social_location_selector { float: left; }
.rtl .et_social_tab_content_header_stats h1, .rtl .et_social_single_page_row .et_social_page_title { float: right; }
.rtl .et_social_tab_content_header_stats ul li { float: right; margin-right: 0; margin-left: 3%; }
.rtl .et_social_tab_content_header_stats ul li.et_social_graph_last { margin-left: 0 !important; }
.rtl .et_social_tab_content_header_stats ul.et_social_graph_30 li { margin-left: .5%; }
.rtl .et_social_tab_content_header_stats ul.et_social_graph_12 li { margin-left: 1.5%; }
.rtl span.total_shares_count { left: auto; right: 42px; }
.rtl .et_social_graph_alltime div:before { left: auto; right: 10px; }
.rtl span.et_social_thin { float: right; margin-left: 5px; }
.rtl .et_social_tooltip { left: auto; right: 40%; top: -110px; margin-left: 0; margin-right: -60px; }

@-webkit-keyframes arrow-left { 0% {left: -28px;} 100% {left: -14px;} }
@keyframes arrow-left { 0% {left: -28px;} 100% {left: -14px;} }