﻿/*************************
    RTL STYLE
*************************/
body{text-align:right;direction:rtl}
.form-label-group-custome,.form-label-group,
.form-label-group input,.select2-search input, .select2-results li,.btn-step,.title
{text-align:right}
.form-label-group input.btn{text-align:center}
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child),
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}

.input-group > .form-control:not(:first-child),.btn-group > .btn:not(:last-child):not(.dropdown-toggle){
    border-radius:0
}
.input-group > .custom-select:last-child, .input-group > .form-control:last-child,
.btn-group > .btn-group:last-child > .btn, .btn-group > .btn:last-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.title {
    border-left: 0px;
    border-right: 10px solid transparent;
}
.title span.line{right:auto;left:0}
.title span {padding: 0px 5px 0 15px;}
.custom-control-input label {
    padding-left: 0;
    padding-right: 2px;
}
header ul.sub-menu li a span{
    padding-left: 0;
    padding-right: 5px;
}
.validation{
    right: auto;
left: 5px;
}
.custom-control-inline td{
    padding-left: 5px;
    padding-right: 0px;
}

/********** LTR MENU ************/
header.bottom-logo nav.navbar.menu-active ul.navbar-nav{
    direction: ltr;
    text-align:left;
}

/********** LTR MENU ************/