/***************************** GENERAL *********************************************/
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

* {
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans Hebrew', sans-serif;
    direction: rtl;
    line-height: 1.3;
    background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.5, #d8e0e7), color-stop(0.5, #cbd5df));
    background: -webkit-linear-gradient(-75deg, #d8e0e7 50%, #cbd5df 50%);
    background: -moz-linear-gradient(-75deg, #d8e0e7 50%, #cbd5df 50%);
    background: -o-linear-gradient(-75deg, #d8e0e7 50%, #cbd5df 50%);
    background: linear-gradient(-75deg, #d8e0e7 50%, #cbd5df 50%);
}

@media only screen and (min-device-width: 900px) {
    html {
        background-image: url('../img/main_bg.jpeg');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }

    body {
        background: transparent!important;
    }
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

input {
    font-size: 22px;
}

.form-control::-webkit-input-placeholder {
    color: #505050;
}

.form-control:-moz-placeholder {
    color: #505050;
}

.form-control::-moz-placeholder {
    color: #505050;
}

.form-control:-ms-input-placeholder {
    color: #505050;
}

/***************************** PAGES *********************************************/

.hide-page {
    display: none;
}

.blue-text {
    color: #014bad;
    font-size: 16px;
}

.btn {
    padding: 1px 12px;
}

.btn-login, .btn-login:focus, .btn-login:hover {
    width: 100px;
    background: #014bae;
    color: #fff;
    font-size: 22px;
    outline: 0;
    border: 0;
}

.login-from-text {
    text-align: center;
    padding: 0px 15px 15px 15px;
}

/***************************** HEADER *********************************************/

.top-header {
    background: #ecf3fd;
}

.red-strip {
    background: #d72525;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

.logo {
    padding: 0;
}

.status-line {
    padding: 5px 0;
    background: #7b7b7b;
}

/*****************************terms***********************************/
.termsWrap {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    padding: 30px 15px;
}

.termsx {
    width: 19px;
    height: 21px;
    background-image: url('../img/x-cancel.png');
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 15px;
    background-repeat: no-repeat;
}


/********************************** MEDIA QUERY ***********************************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
}

@media only screen and (min-device-width: 360px) and (max-device-width: 374px) {
}

@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
}

@media only screen and (min-device-width: 414px) and (max-device-width: 479px) {
}

@media only screen and (min-device-width: 480px) and (max-device-width: 599px) {
}

@media only screen and (min-device-width: 600px) {
}
