﻿html {
    position: relative;
    min-height: 100%;
    direction:rtl;
}

body {
    height: 100%;
    /*display: -ms-flexbox;*/
    /*display: flex;*/

    background-color: #202020;
    margin-bottom: 150px; /* Margin bottom by footer height */


    background-image: url('images/header_bar.jpg');
    background-repeat: repeat-x;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*height: 60px; !* Set the fixed height of the footer here *!*/
    /*line-height: 60px; !* Vertically center the text there *!*/
    /*background-color: #f5f5f5;*/

    height: 150px;
    text-align: center;
    color: White;
    background-color: #202020;
    /*background-color: #181818;*/

    text-align: center;
}


.footer1 {
    background-color: #202020;
    height: 10px;
    box-shadow: 0px 5px 5px #0b0b0b;
}




/*Main Menu*/
.navbars-logo {
    margin: -07px 7px -7px 7px;
}


.logo_rndsky_light {
    width: 160px;
    height: 53px;
    background-image: url('images/icons.png');
    background-position: -0px -0px;
    background-repeat: no-repeat;
}

.logo_rndsky_dark {
    width: 160px;
    height: 53px;
    background-image: url('images/icons.png');
    background-position: -168px -0px;
    background-repeat: no-repeat;
}









#navbars-ghran li {
    /*margin: -15px 0px 0px 0px;*/
    background: url('images/button_back_split.png') no-repeat left top;
}

    #navbars-ghran li a {
        margin: 0px 10px 0px 10px;
    }

        #navbars-ghran li a:hover {
            color: #54AC04;
        }


.navbars-ghran-user {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}


    .navbars-ghran-user a {
        text-decoration: none;
        color: #54AC04;
    }


        .navbars-ghran-user a:hover {
            text-decoration: none;
            color: #333333;
        }

.navbars-ghran-logout {
    margin: 0px 15px 0px 15px;
    text-align: center;
}


#navbars-ghran-language a {
    color: #C0C0C0;
    text-decoration: none;
}

    #navbars-ghran-language a:hover {
        color: #333333;
        text-decoration: none;
    }





.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }



/*خلفية برنامج الصادر*/
.rndsky-bg-sader {
    background-color: #99cc66;
}




/*خلفية برنامج السيارات*/
.rndsky-bg-carfix {
    background-color: #cd9c00;
}




/*خلفية برنامج المتجر*/
.rndsky-bg-skymarket {
    background-color: #217346;
}



/*خلفية برنامج لوتس*/
.rndsky-bg-lotus {
    background-color: #d53b71;
}



/*خلفية برنامج حاضر*/
.rndsky-bg-hader {
    background-color: #217346;
}



/*خلفية برنامج عقاري*/
.rndsky-bg-aqari {
    background-color: #008aff;
}



/*خلفية برنامج مقاولات*/
.rndsky-bg-mokawlat {
    background-color: #9a5b02;
}




/* The message box is shown when the user clicks on the password field */
#tns_login_message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    font-size: 16px;
}



/* Add a green text color and a checkmark when the requirements are right */
.tns_valid {
    color: green;
}

    .tns_valid:before {
        position: relative;
        /*left: -35px;*/
        padding-right: 35px;
        padding-left: 35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.tns_invalid {
    color: red;
}

    .tns_invalid:before {
        position: relative;
        padding-right: 35px;
        padding-left: 35px;
        /*left: -35px;*/
        content: "✖";
    }


.tns_selectone {
    border-width: 3px;
    border-style: solid;
    border-color: rgba(240, 240,240, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 100,100, 0.6);
}

.tns_arrow a {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

    .tns_arrow a:hover {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }


/*غروض الفيديو ..تحت التجارب*/
.responsiveRapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    position: relative;
}

    .responsiveRapper iframe,
    .responsiveRapper object,
    .responsiveRapper embed {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }
