/*React DateTimePicker.css RTL Style Changes*/
.react-datepicker-time__caption {
    margin-right: 12px !important;
    margin-left: unset !important;
}

.input-icon-clear, .input-icon-calendar, .input-icon-disabled {
    left: 5px !important;
    right: unset !important;
}

.time-duration {
    padding-right: 10px !important;
    padding-left: unset !important;
}
/*React DateTimePicker.css RTL Style Changes End*/

/*Change Accordion Icon*/
.panel-heading.collapsed .panel-title .accordion-toggle:after {
    content: "\e079" !important;
}
/*Change Accordion Icon End*/

/*React Dropdown Style Changes*/
.reactCaret {
    margin-right: 4px !important;
    margin-left: 2px !important;
}

.dropdownClear, .dropdownClear:hover, .dropdownClear:visited {
    margin-right: 6px !important;
    margin-left: 0px !important;
}

.searchBar i {
    left: 8px !important;
    right: unset !important;
}

.fa-caret-right:before {
    content: "\f0d9" !important;
}
/*React Dropdown Style Changes End*/

/*Patient Search Modal Style Changes*/
.PatientSearchModalParagraphSpacing {
    padding-right: 10px !important;
    padding-left: unset !important;
}
.PatientSearchModalSearchSpacing {
    padding-left: 15px !important;
    padding-right: unset !important;
}
/*Patient Search Modal Style Changes End*/

/* IHT Request Screen Style Changes*/
.IHTInternalWardCreationWarning {
    padding-right: 10px !important;
    padding-left: unset !important;
}
/* IHT Request Screen Style Changes End*/

/* Pbie Frame Style Changes*/
.PbieUnsupportedBrowserDiv {
    margin-right: 25% !important;
    margin-left: unset !important;
}
.PbieUnsupportedBrowserSpan {
    padding-left: 5px !important;
    padding-right: unset !important;
}
/* Pbie Frame Style Changes End*/

/*IQ Notes React Control Style Changes*/
.IQNotesModalLabel {
    float: right !important;
    margin-right: 1px !important;
    margin-left: unset !important;
}

.IQNotesTextbox {
    float: left !important;
    margin-left: 1px !important;
    margin-right: unset !important;
}

.IQNotesTimePicker {
    float: right !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
}

.IQNotesAnchor {
    float: left !important;
    margin-right: 1px !important;
    margin-left: unset !important;
}

.IQNotesCheckbox {
    float: right !important;
    margin-left: 1px !important;
    margin-right: unset !important;
    padding-right: 4px !important;
    padding-left: unset !important;
}

.IQNotesDropdown {
    float: right !important;
    margin-left: 1px !important;
    margin-right: 4px !important;
}

.IQNotesDatePicker {
    float: right !important;
    margin-left: 1px !important;
    margin-right: 3px !important;
}

.IQNotesLabelControl {
    float: left !important;
    margin-right: 1px !important;
    margin-left: unset !important;
}
/*IQ Notes React Control Style Changes End*/

/*Inpatient View Style Changes*/
.RTLNavbarContainer {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

/*Fixed Grid Style*/
.fixed-columns>.fixed-table-header {
    margin-left: unset !important;
    margin-right: unset !important;
}
.fixed-table-header {
    margin-right: unset !important;
}

/* Bootstrap Datepicker*/
.datepicker.datepicker-rtl {
    direction: rtl !important;
}

.datepicker.datepicker-rtl table tr td span {
    float: right !important;
}

/* Bulk Nurse Modal*/
.BulkNurseAlign {
    margin-right: 15px !important;
    margin-left: unset !important;
}

/*Patient Search Modal*/
.modal-body .dropdown-menu {
    right: auto !important;
    left: auto !important;
}

/* Grid Data Text-Align Style */
.bootstrap-table .fixed-table-container .table td[style*="text-align: left"], 
.bootstrap-table .fixed-table-container .table th[style*="text-align: left"] {
    text-align: right !important;
}

.bootstrap-table .fixed-table-container .table td[style*="text-align: right"],
.bootstrap-table .fixed-table-container .table th[style*="text-align: right"] {
    text-align: left !important;
}

.RTLMaxColumnErr {
    left: 0 !important;
    right: unset !important;
    margin-left: 60px !important;
    margin-right: unset !important;
}

.RTLNavBarStyling {
    padding-right: 5px !important;
    padding-left: unset !important;
}

/*Inpatient View Style Changes End*/

/* Pending Discharge View Style Changes*/
#ContentPlaceHolder_Body_frame_dropdown1 > div:not(.dropdown) {
    padding-left: 10px !important;
    padding-right: unset !important;
}
/* Pending Discharge View Style Changes End*/

/* Administration View/Screen Style Changes*/
.AdminSettingUpdate {
    left: 5px !important;
    right: unset !important;
}

/* Closed Beds Pill and Inpatient Wards Pill etc*/
.AdminSelectAllOuter {
    padding-right: 20px !important;
    padding-left: unset !important;
}

.AdminSelectAllInner {
    padding-right: 15px !important;
    padding-left: unset !important;
}

/* Outlier Pill*/
.AdminOutlierSelectAll {
    padding-right: 25px !important;
    padding-left: unset !important;
}

/* Administration View/Screen Style Changes End*/

/* Draft Approvals Style Changes*/
.DraftApprovalsError {
    margin-right: 25% !important;
    margin-left: unset !important;
}
/* Draft Approvals Style Changes End*/

/* Progress Notes Style Changes*/
.ProgressNotesError {
    margin-right: 25% !important;
    margin-left: unset !important;
}
/* Progress Notes Style Changes End*/

/* IQ Notes DnD Config Style Changes*/
.removeControlIcon {
    left: 10px !important;
    right: unset !important;
}

.editControlIcon {
    left: 30px !important;
    right: unset !important;
}

.editChildControlIcon {
    left: 10px !important;
    right: unset !important;
}

.ui-droppable {
    margin-right: -10px !important;
    margin-left: unset !important;
}

.arrow-down:after {
    margin-right: -15px !important;
    margin-left: unset !important;
}

.childControlStyle {
    margin-right: -10px !important;
    margin-left: unset !important;
}

.hiddenBootstrapTableColumn {
    display: none !important;
}

.hiddenBootstrapTableColumn {
    display: none !important;
}

.IQNotesDnDColourDropdown {
    float: right !important;
    margin-left: 10px !important;
    margin-right: unset !important;
}

.IQNotesDnDColumnMargin {
    margin-right: 12px !important;
    margin-left: unset !important;
}

.IQNotesDnDTabContainer {
    padding-right: 10px !important;
    padding-left: unset !important;
}

/*IQ Notes DnD Config Style Changes End*/
