/* 
    Document   : general for RTL
        General stylesheet, should not be changed!
        This stylesheet can be overridden by instance.css.
*/

* {
	direction: rtl;
}

.general-about-us p img {
    float: right;
}
.fll {
    float: right;
}
.flr {
    float: left;
}
.hpad-left {
    padding-left: 0;
    padding-right: 0.6em;
}
.hpad-right {
    padding-right: 0;
    padding-left: 0.6em;
}
.hpad-left-less {
    padding-left: 0 !important;
    padding-right: 0.3em !important;
}
.hpad-right-less {
    padding-left: 0.3em !important;
    padding-right: 0 !important;
}
.hpadding-left-none {
    padding-right: 0 !important;
}
.hpadding-right-none {
    padding-left: 0 !important;
}
.hmargin-left {
    margin-left: 0 !important;
    margin-right: 0.6em !important;
}
.hmargin-right {
    margin-right: 0 !important;
    margin-left: 0.6em !important;
}

.indent1 {
    padding-left: 0 !important;
    padding-right: 2em !important;
}
.page-toc {
    float: left;
}

.indentAfterFirstLine {
    padding-left: 0;
    padding-right: 2em;
}

.border-left1 { border-left: 0; border-right: 2px solid #e5e5e5; }

.nav-buttons-top {
    float: left;
}
.ul-padding-tight {
    padding-left: 0;
    padding-right: 18px;
}
.ul-bullet-other>li:before {
    margin-left: 0;
    margin-right: -1em;
    padding-right: 0em;
    padding-left: 0.5em;
}

.bar-percent-horizIn0, .bar-percent-horizIn1 {
    border-radius: 0 0.3em 0.3em 0;
}

/* progress bar horizontal, text inside */
.progress_bar {
    text-align: right;
}
.progress_bar .done {
    border-radius: 0 0.6em 0.6em 0;
}
.progress_bar span.completed {
    border-radius: 0.6em;
}

.visualize .visualize-title {
    left: auto;
    right: 40px;
}

/* Fix for datepicker so Prev/Next month show in correct places in RTL */
a.ui-datepicker-prev {
    float: right ;
}
a.ui-datepicker-next {
    float: left;
}
/* /Fix */

/* Fix for bug in Chrome and RTL: chat text box shows horizontal scroll bar and then it covers the texts! */
#chatText {
    -webkit-padding-end: 23px !important;
    overflow-x: hidden !important;
    border-radius: 0 5px 5px 0 !important;
}
.checkbox .wsAnswerRadioCheckboxChecked, .radio .wsAnswerRadioCheckboxChecked {
    margin-left: 10px;
    margin-right: -20px;
}
