 *,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}
body{
    background-image : url(../images/login-bg.webp) ;  
}
 .body {
//	width: 900px;
	margin: 0px auto;
}
.main {
	width: 90%;
	margin: 50px auto 10px auto;
	position: relative;
  height:235px;
}
.logo {
    margin: 40px auto 0px auto;
    width: 150px;  
} 

.morph {  
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;     
}

.morph:hover {  
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);   
          transform: rotate(360deg);      
}

.error_message{
    position: relative;                           
    background: rgba(255,126,126,1);
    padding: 1em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    margin:1% auto ;
    text-align:center;
    color: white ;
    font : bold 1.2em/20px Traditional Arabic ;
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
}
.secssus_message{
    position: relative;
    background: rgba(172,245,181,1);
    padding: 1em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    margin:1% auto ;
    text-align:center;
    color: 87a6f6 ;
    font : bold 1.2em/20px Traditional Arabic ;
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
}
.idle{
    position: relative;
    background: rgba(255,255,255,1);
    padding: 1em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;                                    
    border-radius: 5px;
    margin:1% auto ;
    text-align:center;
    color: #ff1414 ;
    font : bold 1.2em/20px Traditional Arabic ;
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
}

.form-1 {
    /* Size & position */
   width: 300px;
margin: 0px auto 30px;
padding: 10px;
position: relative;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255,255,255,1), inset 0 -3px 2px rgba(0,0,0,0.25);
border-radius: 5px;
background: white;
background: -moz-linear-gradient(#eeefef, #ffffff 10%);
background: -ms-linear-gradient(#eeefef, #ffffff 10%);
background: -o-linear-gradient(#eeefef, #ffffff 10%);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
background: linear-gradient(#eeefef, #ffffff 10%);
}

.form-1 .field {
    position: relative; /* For the icon positioning */
}

.form-1 .field i {
    /* Size and position */
    left: 0px;
    top: 4px;
    position: absolute;
    height: 36px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.form-1 input[type=text],
.form-1 input[type=password] {
    font-family: 'Lato', Calibri, Traditional Arabic, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 100%;
    padding: 10px 45px 10px 18px;
    text-align: right;
    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;  
    color: #605f5f;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.form-1 input[type=text] {
    margin-bottom: 10px;
}

.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
    color: #52cfeb;
}

.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
    color: #42A2BC;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 button[type=submit]:focus {
    outline: none;
}

.form-1 .submit {
    /* Size and position */
   width: 65px;
height: 65px;
position: absolute;
top: 23.5px;
right: -24.8px;
padding: 10px;
z-index: 2;
background: #fff;
border-radius: 50%;
box-shadow: 0 0 2px rgba(0,0,0,0.1), 0 0px 2px rgba(0,0,0,0.1), inset 0 -3px 2px rgba(0,0,0,0.2);
}

.form-1 .submit:after {
    /* Size and position */
content: "";
width: 10px;
height: 10px;
position: absolute;
top: -2px;
left: 30px;
background: rgba(251, 251, 251, 0.24);
    
    /* Other masks trick */

}

.form-1 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.4em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.form-1 button:hover,
.form-1 button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.form-1 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}
.top-bar {
	height: 45px;
	background-color: #bbbbbb69;
	border: none;
	box-shadow: 0px 0px 3px #000;
}
.logout {
	width: 38px;
	top: 2px;
	position: absolute;
	right: 5px;
	fill: #ae0a29;
}
.setting {
	width: 45px;
	top: -1px;
	position: absolute;
	left: 5px;
	fill: #5a5b5e;
}
.logo2 {
	margin: 20px auto 0px auto;
	width: 100px;
	height: auto;
}
#search {
	position: relative;
	display: inline-block;
	width: 95%;
	margin: 20px auto 10px auto;
}
#searchBar {
	height: 40px;
	padding: 10px;
	border-radius: 7px;
	border: none;
	box-shadow: 0px 0px 3px #000;
	width: 100%;
	text-align: center;
    direction: rtl;
    font-size: 1.2em;
}
.reset {
	position: absolute;
	left: 18px;
	width: 20px;
	margin-top: 30px;
	cursor: pointer;
}
.reset:active{
    opacity: 0.7;
}
#results {
	background-color: #fff;
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 3px -1px #000;
	min-width: 300px;
	max-width: 600px;
	overflow: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	height: calc(100% - 235px);
	position: fixed;
	left: 0;
	right: 0;
}
#results-loader {
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
	min-width: 300px;
	max-width: 600px;
	height: calc(100% - 235px);
	position: fixed;
	left: 0;
	right: 0;
    background-image: url('../images/loader.gif');
    background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
    display: none;
}
.result {
	background-color: #eee;
	height: 35px;
	line-height: 35px;
	text-align: right;
    direction: rtl;
	padding: 0px 10px;
	overflow: hidden;
	margin: 5px auto;
	width: 97%;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0px 0px 3px 0px #000;
    cursor: pointer;
}
.result:nth-child(2n+1) {
	background-color: #c7c7c7 !important;
}
.popup {
	position: fixed;
	top: 50px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 95%;
	height: calc(100% - 70px);
	background-color: #fff;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 0px #000;
	text-align: right;
	padding: 10px 10px 25px 10px;
	display: none;
	z-index: 999;
	overflow-y: auto;
}
.pop-title {
	margin: 0 auto;
	width: 150px;
	position: relative;
	display: block;
	padding: 10px;
	background-color: #c7c7c7;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 0px #000;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}
.popup span {
	background-color: #29a2a2;
	padding: 10px;
	width: 100%;
	display: block;
	border-radius: 3px;
	color: #fff;
	margin-top: 3px;
	direction: rtl;
	position: relative;
	overflow: hidden;
}
.popup img {
	right: 0;
	left: 0;
	position: relative;
	border: 2px #fff dashed;
	top: 0px;
	background-color: #fff;
	margin: 0px auto 10px auto;
	width: 100px;
    height: 100px;
	display: block;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 0px #000;
}
.close {
	width: 70px;
	height: 30px;
	background-color: #c7c7c7;
	padding: 5px 10px;
	margin: 0 auto;
	position: fixed;
	bottom: 5px;
	right: 0;
	left: 0;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 0px #000;
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
}
.settings {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 5px;
	border: none;
	box-shadow: 0px 0px 3px -1px #000;
	min-width: 300px;
	max-width: 600px;
	overflow: auto;
	padding: 20px;
    position: fixed;
    top: 0;
    height: calc(100% - 40px);
    text-align: right;
    right: 0;
    left: 0;
    display: none;
    z-index: 999;
}
#currency {
	height: 35px;
	padding: 5px;
	text-align: center;
	width: 100px;
	border: none;
	border-radius: 5px;
	box-shadow: 0px 0px 3px -1px #000;
	margin: 0 10px 0 0px;
}
.btn {
	width: 60px;
	height: 35px;
	padding: 10px;
	line-height: 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 3px -1px #000;
	background-color: #5f9ea0;
	color: #fff;
	font-weight: 500;
}
.btn:active{
    background-color: #76a2a4;
}
.picker{
	width: 115px;
	display: inline-block;
	line-height: 13px;
	text-align: right;
	background-color: chocolate;
}
.picker svg {
	width: 30px;
	position: absolute;
	margin-top: -8px;
	margin-right: 6px;
}
#alert {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 9999999999;
	height: 100px;
	top: calc((100% - 100px)/2);
	border-radius: 5px;
	border: 2px solid #0000007d;
	box-shadow: 0px 0px 7px 0px #888;
	margin: 0 auto;
	width: 250px;
	line-height: 100px;
	font-size: 1.2em;
    display: none; 
	background-color: #6eaea2;
	color: #fff;
	text-shadow: 0px 0px 3px #000;
}

.hiddenPrice{
    display: none; 
}
.hiddenRealPrice{
    display: none; 
}
.showPrice, .showRealPrice {
	background-image: url('../images/show.webp');
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff9c;
	width: 40px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}
.hidePrice,.hideRealPrice {
	background-image: url('../images/hide.webp');
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff9c;
	width: 40px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
    display: none;
}
.stars,.realStars{
    bottom: -5px;
    position: relative;
}
