﻿body {
    font-family: 'Assistant', serif;
    font-size: 18px;
    direction: rtl;
    background: #fefbf9;
    margin-bottom: 45px;
    min-height: 650px;
    min-width: 350px;
    overflow-x: hidden;
}

#all {
    height: 100%;
}

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    direction: rtl;
}

body > #all {
    height: auto;
    min-height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
}

p {
    font-size: 14px;
    direction: rtl;
}

a:focus, a:hover {
    color: initial;
    text-decoration: none;
}

.minheightfix {
    min-height: 95vh;
}

.container {
    max-width: 970px;
}

.row {
    position: relative;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/header1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.top {
    width: 100%;
    background: #cd0000;
    border: none;
}

.navbar-header {
    height: 94px;
}

.navbar-brand {
    padding: 0 15px;
}

.navbar-inverse .navbar-toggle {
    border: none;
    margin-top: 28px;
    margin-right: 10px;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

.navbar-toggle .icon-bar {
    width: 27px;
    height: 5px;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-title {
    padding: 10px 15px 0 0;
}

img {
    max-width: 100%;
    height: auto;
}
.modalTitle img { filter: saturate(0.75); }
.row_t {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}


.landing-header {
    height: 132px;
}

.landing-logo {
    width: 220px;
}

hr {
    border: none;
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.15);
    height: 1px;
    margin: 0;
}

h1 {
    font-size: 25px;
    font-weight: bold;
}

.strip1 {
    height: 75px;
    background: #bd2837;
}

    .strip1 a {
        color: #FFF; font-size: 14px;
    }

        .strip1 a:hover {
            text-decoration: underline;
        }

.land_left {
    border-radius: 9px;
    position: relative;
    top: -22px;
    width: 390px;
    height: 480px;
    margin-left: 30px;
    direction: rtl;
    color: #000;
    padding: 10px 10px;
    margin-bottom: 5px;
    animation-name: bounceInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.01) 1%, rgba(0,0,0,0.05) 27%, rgba(0,0,0,0.06) 51%, rgba(0,0,0,0.05) 74%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.05) 27%,rgba(0,0,0,0.06) 51%,rgba(0,0,0,0.05) 74%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0%,rgba(0,0,0,0.01) 1%,rgba(0,0,0,0.05) 27%,rgba(0,0,0,0.06) 51%,rgba(0,0,0,0.05) 74%,rgba(0,0,0,0) 100%);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.land_left select {
    width: 120px;
    text-align: center;
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 30px;
    background: #fffbf9;
}

.land_left input[type='text'], .land_left input[type='password'], #contentMain_landinglevel2_divLevel2 input[type='text'], #contentMain_landinglevel2_divLevel2 input[type='password'] {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background: #fffbf9;
    width: 100%;
    height: 34px;
}



#logo_land {
    float: right;
    margin-right: 0px;
    margin-top: 10px;
    width: 220px;
}

    #logo_land h1 {
        color: #FFF;
        font-size: 20px;
        text-align: right;
        margin: 0;
    }

h2 {
    font-size: 21px;
    direction: rtl;
    margin-bottom: 0;
    float: right;
    font-weight: bold;
    width: 100%;
}

h3 {
    font-weight: bold;
    font-size: 1.17em;
    margin-bottom: 0;
}

h4 {
    font-weight: bold;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

.btn-landing1 {
    color: #fff;
    background-color: #bd2837;
    border-color: #bd2837;
    border-radius: 25px;
    font-size: 22px;
    padding: 10px 15vw !important;
    margin-bottom: 0 !important;
    margin-top: 10px;
    outline: 0 !important;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 5.5s;
    -webkit-animation-duration: 5.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

    .btn-landing1:hover {
        filter: brightness(108%);
    }

@keyframes pulse {
    0% {transform: scale(0.9);opacity: 0.9;}
    15% {transform: scale(1);opacity: 1;}   
    85% {transform: scale(1);opacity: 1;}
    100% {transform: scale(0.9);opacity: 0.9;}          
}

button.close {
    float: left;
    margin-left: 3px;
    width: 32px;
    height: 32px;
    font-size: 26px;
    margin-top: -7px !important;
    opacity: 0.75;
    text-align: center;
    line-height: 29px;
}

    button.close:hover {
        opacity: 1;
    }

.modal-header {
    padding: 0;
    border: none;
}

.modal-footer {
    text-align: left;
}

a {
    color: #000;
}

p {
    font-size: 18px;
    direction: rtl;
}

.begin-button {
    height: auto;
    position: relative;
    left: -25%;
    padding: 10px;
    margin: 0 auto;
    background: rgba(255,255,255,0.85);
    border-radius: 11px;
    width: 85%; height: min-content;
    box-shadow: 1px 1px 55px rgba(0,0,0,0.55);
    border: 2px solid rgba(255,255,255,0.66);
    max-width: 430px;
    animation-name: bounceInUp;
    animation-duration: 0.66s;
    -webkit-animation-duration: 0.66s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    height: 620px;
}

/*landing page fixes */

.landing-spacer1 {
    height: 16vh;
}

.landing-spacer2 {
    display: block;
    margin-bottom: -35px;
}

.landing-spacer3 {
    height: 27vh;
}

.cont_home p {
    font-size: 18px;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 2px 2px 0;
    accent-color: #bd2837b8;
}


/* --- signin.ascx --- */

h1.homepage-title {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: -5px;
    text-align: center;
}

.param {
    width: 94px;
    float: right;
    font-weight: bold;
    display: inline;
    font-size: 18px;
    text-align: right;
    color: #000;
    font-weight: 700; 
}

.param1 {
    font-weight: 700;
    text-align: right;
    color: #000;
}

.opt {
    text-align: right; width: 100%;
    display: inline-block; 
}

    .opt > select {
        width: 31.75%;
        text-align: center;
        border: 0;
        border-bottom: 1px solid #ccc;
        background: transparent;
    }

    .opt > select:focus {outline:0; border:0}

label {
    font-weight: normal;
}

.btn {
    color: #fff;
    background-color: #bd2837;
    border:0;
    border-radius: 25px;
    font-size: 22px;
    padding: 6px 2.35em;
    margin-bottom: 25px;
    margin-top: 10px;
    outline: 0 !important;
}

.btn-default { margin-bottom: 0 !important; }

.btnLogIn {
    color: #fff;
    background-color: #bd2837;
    border-color: #bd2837;
    border-radius: 25px;
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 25px;
    margin-top: 10px;
    outline: 0 !important;
    width: 75%; border:0;
}

/* --- alert.ascx, customerInfo.ascx --- */

.alertpop {
    text-align: right;
}

    .alertpop .modal-footer {
        text-align: left;
        padding: 10px 15px;
        border: none;
    }

    .alertpop .modal-content {
        background-color: #fffaed;
    }

    .alertpop .modal-header {
        padding-right: 15px;
        border-bottom: 1px solid #EEB756;
        color: #cd0000;
    }

    .alertpop .btn { padding: 4px 2em }
    .alertpop .btn:hover { background-color: #bd2837; filter: brightness(1.07); color:#fff }

.modal-title {
    padding: 10px 15px 0 0;
}

.modal-open {
    padding-right: 0 !important;
}

#myModalCustomerInfo .modal-content {
    width: 230px;
    margin: 0 auto;
}

.col-xs-12 { padding:0 ; padding-right: 5px; padding-left:15px; }
.footer-links {text-align:center; top: 20px;color:#fff}


.landing-header {
    display: none;
}

#bgdiv {
    background-size: /*100% auto*/ cover; 
    background-position:100%;
    background-repeat: no-repeat;
    margin-bottom: 0px; 
    position: relative; 
    padding-right: 20px;
}


.strip1 a { margin-left: 3px; margin-right: 3px }

.modal-content { background-color: #fffbf9; }

/* MEDIA QUERIES */
/*--------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 992px) {

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        width: 240px;
        margin-top: 7px;
    }
}

/*-------------------------------------------------------------------- Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .col-xs-12 { padding:0 15px }
    
    .container-fluid {
        background-position: -33%;
    }

    .strip1 {
        height: 60px;
        padding-top: 6px;
    }

    .begin-button {
        position: relative;
        left: 0px; height: auto;
    }

    .land_left {
        width: 88%;
        min-height: 355px;
        padding: 0px;
        margin: auto;
        font-size: 80%;
        padding-top: 10px;
        padding-right: 5px;        
    }

    #logo_land {
        float: none;
        margin: auto;
        margin-top: 10px;
    }

    .strip1 {
        margin-top: 1px;
    }

    h2 {
        font-size: 22px;
        direction: rtl;
        margin-bottom: -35px;
        float: right;
        width: 100%;
    }
}


/*------------------------------------------------------------- Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    
    
    body { margin-bottom: -10px !important }
    .footer-links { top: 5px }
    .strip1 {bottom: 0; position: relative !important;padding-top: 28px;padding-right: 14px; }
    .strip1 a { margin-left: 1px; margin-right: 1px }
    .cont_home { padding-right: 15px }
    #bgdiv { background-size: 100% auto; background-repeat: no-repeat;
        margin-bottom: 0px; position: relative; padding-right: 20px; background-position:initial }
    .container { padding: 0 0.5em 0 0 !important }
            
   
    
    
    .strip1 a {
        color: #FFF; font-size: 18px;
    }

    .landing-spacer1 {
        height: 50vh;
    }

    .minheightfix {
        min-height: 620px;
    }

    .container-fluid {
        background-position: 25%;
    }

    .landing-logo {
        width: 160px;
    }

    .textLanding {
        filter: saturate(0.75);
    }

    .landing-header {
        height: 90px;
        position: relative;
        top: 0px;
        z-index: 10;
    }

    #logo_land h1 {
        font-size: 15px;
    }

    .begin-button {
        width: 92%;
        left: 10px;
    }

    .minheightfix {
        min-height: 620px;
        top: -35px;
    }

    .land_left {
        height: 445px;
    }

    .strip1 {
        position: absolute;
        bottom: 0px;
    }

    .modal-dialog {
        margin: 5px;
    }

    button.close {
        margin-top: 5px !important;
    }

    h1 {
        font-size: 23px;
    }

    .row_t p {
        font-size: 14px;
    }

    .navbar-brand {
        max-width: 80%;
    }

    .cont_home p {
        font-size: 18px;
    }

    .strip1 {
        margin-top: 15px; height: 145px;
    }

    h2 {
        font-size: 22px;
        direction: rtl;
        text-align: center;
        margin-bottom: -15px;
        float: right;
        width: 100%;
    }
    
     .footer-links { padding: 0; line-height: 2em; }
}


/*------------------------------------------------------------- Extra Small Devices, Phones */
@media only screen and (max-width : 320px) {

    .strip1 {
        width: 110%;
    }

    .minheightfix {
        min-height: 620px;
    }
}

/* ------------------------------------------------------------------------Handheld Landscape */
@media handheld and (orientation:landscape) {

    #bgdiv {
        min-height: 125vh;
    }
}

/*--------------------------------------------------------------------------------------------*/

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

    #bgdiv {
        min-height: 115vh;
        background-size: 125% !important;
        background-position: 30% 10%;
        min-height: 600px;
    }
}

/*--------------------------------------------------------------------------------------------*/
@media (orientation:landscape) {

    body {
        min-height: 530px;
        margin-bottom: 0px;
    }

    .landing-spacer1 {
        height: 15vh;
    }

    #bgdiv {
        background-size: cover;
    }
    
    .landing-spacer1 {
        height: 5vh;
    }
}
