﻿.wrapper {
	direction: rtl;
}
.text-right {
	text-align: left;
}
.text-left {
	text-align: right;
}

#header .navbar-nav>li:first-child {
	border-right: none;   
}
#header .navbar-nav>li:last-child {
}
#header .navbar-nav {
	/*border-left: 1px solid #daba5b;   */
}
#header .navbar-nav>li {
    border-left: 1px solid #9a7914;
    border-right: 1px solid #daba5b;
}
#header .navbar-nav > li:first-child {
	border-right: 0px;
}
#header #main-menu .RadMenu > ul {
	border-right: 0px solid #9a7914;
}
#header #main-menu .navbar-nav + .RadMenu {
	/* border-right: 1px solid #daba5b    */
}
#header #main-menu .RadMenu > ul > li {
	 border-left: 1px solid #9a7914;
    border-right: 1px solid #daba5b;
}
#header #main-menu .RadMenu > ul > li:first-child {
	/*border-left: 1px solid #daba5b;
	border-right: none;       */
}
#header #main-menu .RadMenu > ul > li:last-child {
	border-left: none;
}
#innerPageLayout .innerBreadcrumb ul li:before {
	content: "/";
	padding-left: 5px;
}
#NewFooter {
	direction: rtl;
}
.footer-border {
	border-left: 1px solid #efefef;
}
.footer-1 ul li:first-child a {
	border-right: 0 !important;
}
.footer-1 ul li:last-child a {
	border-left: 0 !important;
}
.radiobtn-style input[type="radio"] + label {
	padding: 8px 25px 0 0;
	margin-left: 15px;
}
table#tblFilesConf tbody tr {
	float: right;
}
table#tblFilesConf tbody tr:nth-child(odd) {
	padding-right: 0px !important
}
table#tblFilesConf tbody tr:nth-child(even) {
	padding-left: 0px !important
}
table#tblFilesConf tbody tr[align="center"] td {
	text-align: left !important;
}

.grid-container .Grid td .required-star, .grid-container .table td .required-star, .grid-container .table td span[style="color:Red;"]{left:3px;}
.form-text i{ margin-left:5px}


div#requests_wrapper {    
    overflow-x: auto;

}

.RadComboBoxDropDown_Default,
.RadComboBoxDropDown .rcbScroll{
    height: 100% !important;
    height: 400px !important;
    width: 100% !important
}