


.Right-Nav {
  padding-left: 0 !important; padding-right: 0 !important;
}

.Gray-Color {
	background-color: #e6e7e8;
}

.Main-Content {
	background-color: #f7f8fa; min-height: 100%; height: 100%; padding: 10px;
}

.Form-Element {
	padding-right: 5px; padding-left: 5px; padding-bottom: 10px;
}







#loading-overlay {
    background: radial-gradient(ellipse closest-corner at 50% 50% , rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
}
#loading span:before {
    background: url("../img/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: " ";
    display: inline-block;
    height: 21px;
    margin-left: 10px;
    position: relative;
    top: 5px;
    width: 56px;
}
#loading {
    background-color: #ccc;
    height: 40px;
    left: 50%;
    margin-left: -140px;
    margin-top: -88.5px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 280px;
    z-index: 999;
    border-radius: 5px;
}

#loading span {
    direction: rtl;
    display: inline-block;
    font-family: tahoma,arial;
    font-size: 14px;
    position: relative;
    left: 11px;
    color: #3C3C3C;
    font-weight: bold;
    margin-top: 5px;
}
#Loading { display: none; }
.clear{clear:both;}