@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);

@import url(//fonts.googleapis.com/css?family=Kaushan+Script);

@font-face {
	font-family: 'GE_SS_Unique_Light';
	src: url('../fonts/GE SS Unique Light.eot');
	src: url('../fonts/GE SS Unique Light.woff') format('woff'), url('../fonts/GE SS Unique Light.ttf') format('truetype'), url('../fonts/GE SS Unique Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GE_SS_Unique_Medium';
	src: url('../fonts/GE SS Unique medium.eot');
	src: url('../fonts/GE SS Unique medium.woff') format('woff'), url('../fonts/GE SS Unique medium.ttf') format('truetype'), url('../fonts/GE SS Unique medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GE_SS_Unique_Bold';
	src: url('../fonts/GE SS Unique Bold.eot');
	src: url('../fonts/GE SS Unique Bold.woff') format('woff'), url('../fonts/GE SS Unique Bold.ttf') format('truetype'), url('../fonts/GE SS Unique Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'GESSTOW_Light';
    src: url('../fonts/GE_SS_Two_Light.eot');
    src: url('../fonts/GE_SS_Two_Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GE_SS_Two_Light.woff') format('woff'),
         url('../fonts/GE_SS_Two_Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GESSTOW_Medium';
    src: url('../fonts/GE_SS_Two_Medium.eot');
    src: url('../fonts/GE_SS_Two_Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GE_SS_Two_Medium.woff') format('woff'),
         url('../fonts/GE_SS_Two_Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GESSTOW_Bold';
    src: url('../fonts/GE_SS_Two_Bold.eot');
    src: url('../fonts/GE_SS_Two_Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GE_SS_Two_Bold.woff') format('woff'),
         url('../fonts/GE_SS_Two_Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'naskh';
    src: url('../fonts/droidnaskh-regular.eot');
    src: url('../fonts/droidnaskh-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/droidnaskh-regular.woff') format('woff'),
         url('../fonts/droidnaskh-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: '3Of9Barcode';
	src: url('3Of9Barcode.eot?') format('eot'), 
	     url('3Of9Barcode.woff') format('woff'), 
	     url('3Of9Barcode.ttf')  format('truetype'),
	     url('3Of9Barcode.svg#3Of9Barcode') format('svg');
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;  
}
::selection{
    background: yellow;
}
.break{
	padding: 1px;
	clear: both;
	display: block;
}
.clear{
	clear: both;
	display: block;
}
.title{
    padding: 3px 5px;
    margin: -5px;        
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 1px dashed #ddd;
    background-color: #C0C0C0 !important; 
    font-size: 17px;
}
hr{
    border-bottom: 1px solid #eee;
}
a{
    text-decoration: none;
    color: #E65D1F;
}
td,table,input,select{
    color: inherit;
    background: inherit;
    font-family: inherit;
}
.content li{
    margin: 0 20px;
}
input[type="text"],input[type="submit"], input[type="password"], textarea,select{
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 1px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100%;    
}
input[type="submit"]{
    background: #888;
    color: white;
}
/*html{
    background-image: url('../../../images/transparent.gif');
}*/
body{
    height: 100%;
    background: rgba(240,240,240,1);
    margin: 0;
 
    font-family: 'sakkal',tahoma, sans-serif, sans-serif;
}
.warp{
    margin-left:auto;
    margin-right:auto;
    padding-top: 20px;
    width: 1000px;
}
.box{
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
}
.box .box{
	padding: 0;
}
.radius{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
table{
    direction: rtl;
}
.title_co{
    background: #ddd;
    color: #666;   
    padding: 5px;
}
#done {
    padding: 5px;
    border:1px solid #AFC9A0;
	background-color: #E6FFE6;
	font-weight: bold;
    display: block;
    margin-bottom: 5px;
-moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
#error {
    padding: 5px;
    border:1px solid #A65C5C;
	background-color: #FAC7C7;
	font-weight: bold;
    display: block;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom: 5px;

}
#list_pages{
    list-style-type: none;
    height: auto;
    clear: both;
}
#list_pages li{
    display: inline-block;
    float: right;
}
#list_pages li a{
    display: block;
    padding: 2px 8px;
    border-right: 1px dashed #e5e5e5;
    text-align: center;
}
#list_pages li:first-child a{
    border: 0;
}
#search_box{
    float: left;
    vertical-align: bottom;
}
.tools{
    width: 35px;
    background: white;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
    z-index: 9000;
}
.tools_page{
    display: none;
    width: 0;
    background: white;
    float: left;
    position: fixed;
    margin-left: 60px;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;  
    overflow: auto;
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .4);
}
.left_arrow{
    height: 0;
    width: 5px ;
    border-right: 5px solid black;
    float: left;
    position: relative;
    margin-left: -10px;
}
.tools ul{
    padding: 5px; 
}
.tools ul li{
    display: block;
    list-style-type: none;
    border-top: 1px solid #ddd ;
    padding: 5px 0;
}
.tools ul li:first-child{
    border: 0;
}
.add_icon,.theme_icon,.setting_icon,.logout_icon,.gallery_icon,.panel_icon{
    display: block;
    width: 25px;
    height: 25px;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.add_icon:hover,.theme_icon:hover,.setting_icon:hover,.logout_icon:hover,.gallery_icon:hover,.panel_icon:hover{
    opacity:1;
    filter:alpha(opacity=100);
}
.add_icon{ background: url(../images/add_icon.png) no-repeat center;}
.gallery_icon{ background: url(../images/gallery.png) no-repeat center;}
.panel_icon{ background: url(../images/panel.png) no-repeat center; cursor: default;}
.theme_icon{ background: url(../images/theme_icon.png) no-repeat center;}
.setting_icon{ background: url(../images/setting_icon.png) no-repeat center;}
.logout_icon{ background: url(../images/logout_icon.png) no-repeat center; cursor: default;}
#form_tool{
    direction: rtl;
}
#form_tool label{
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
#form_tool label .setting_name{
    width: 120px;
    display: inline-block;
}
#form_tool label .property_name{
    width: 150px;
    display: inline-block;
}
#form_tool button{
    padding: 3px 5px;
    float: left;
    font-family: tahoma;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;  
}
#form_tool select{
    border: 1px solid #DDD;
    width: 80px;
}
#cancel_theme{
    float: left;
    width: 40px;
    text-align: center;
}
#form_tool #save_theme{
    margin-left: 5px;
}
.popup_slid{
    display: none;
    background: white;
    width: 235px;
    position: absolute;
    padding: 10px;
    margin-left: 10px;
    margin-top: 0;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;        
}
.arrow_popup_slide{
    background: url(../images/arrow_popup_slide.png);
    width: 21px;
    height: 12px;
    position: absolute;
    bottom: 100%;
    left: 10px;
}
.close_popup_slide{
    background: url(../images/close_popup_slide.png);  
    width: 20px;
    height: 15px;
    position: absolute;
    bottom: 100%;
    right: 5px;
    cursor: pointer;
}
.popup_slid::before{
    content: "";
}
.color_but{
    width: 35px;
}
.bg_footer{
    margin-bottom: 10px;
}
.Left_side > .box,#main_content > .box,.Top_side > .box,.Buttom_side > .box,.Head_side > .box,.Right_side  > .box,.Foot_side > .box{
    -webkit-box-shadow:  0px 0px 4px 0 rgba(0, 0, 0, .4);
    box-shadow:  0px 0px 4px 0 rgba(0, 0, 0, .4);
    margin-bottom: 10px;
    
}
.bg_footer{
	-webkit-box-shadow: 0 -8px 10px -10px rgba(0, 0, 0, .4);
    box-shadow:  0 -8px 10px -10px rgba(0, 0, 0, .4);
}
.bg_logo{
	display: block
}
.head_tools {
	display: inline-block;
	width: auto;
	border-radius: 0px;
	margin: 0 -5px; 
}
.Left_side_td{
    padding-right: 10px;
    vertical-align: top;
}
.Buttom_side,#main_content,.Top_side,.Left_side,.Right_side{
    margin-bottom: 10px;
}
.Right_side_td {
    padding-left: 10px;
    vertical-align: top;
}

.Head_side {
    margin-bottom: 5px;
    vertical-align: top;
}

.Foot_side {
    margin-bottom: 10px;
}

.contactTable input[type="text"] , .contactTable textarea {
    width: 100%;
}
.mooor_news{
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 13px;
}
.mooor_news{
    background: #fdf;
    
}
.bx-wrapper img{
    border-radius: 0;
}
.SliderContaner{
	border-radius: 5px !important;
	border: 5px solid #fff !important;
	margin: -5px !important;	
}

ul#main_menu_ul_bottom {
display: inline;
}
#main_menu_ul_bottom li a {
background: transparent;
color: #555 !important;
padding: 0;
margin-left: 4px;
line-height: normal;
}

.menu_container{
    position: relative;
}

.the_tools{
    position: absolute;
    top: 0;
    left: 0;
    background: #E8262E;
    padding: 5px 8px;
    border-radius: 5px;
    
}
.the_tools a{
    color: #fff;
    margin: 0 3px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,.title {
  font-family: GE_SS_Unique_Light;
}
.lang_content {
    float: left;
    margin: 0 5px 0 0;
}

.to_validate{
    position: absolute;
    left: 15px;
    bottom: -34px;
    z-index: 1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 4px;
    background: rgb(250, 233, 233);
    border-radius: 5px;
    border: 1px solid rgb(221, 192, 192);
    color: rgb(196, 24, 24);
    display: block;
    margin: 5px 0;
    clear: both;
    float: left;
}