﻿@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensanshebrew-regular-webfont.eot');
    src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype'), url('../fonts/opensanshebrew-regular-webfont.svg#open_sans_hebrewregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensanshebrew-light-webfont.eot');
    src: url('../fonts/opensanshebrew-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrew-light-webfont.woff') format('woff'), url('../fonts/opensanshebrew-light-webfont.ttf') format('truetype'), url('../fonts/opensanshebrew-light-webfont.svg#open_sans_hebrewlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensanshebrew-extrabold-webfont.eot');
    src: url('../fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrew-extrabold-webfont.woff') format('woff'), url('../fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype'), url('../fonts/opensanshebrew-extrabold-webfont.svg#open_sans_hebrewextra_bold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../fonts/opensanshebrew-bold-webfont.eot');
    src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'), url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype'), url('../fonts/opensanshebrew-bold-webfont.svg#open_sans_hebrewbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
/* General reset */
* {
    font-size: 100.01%;
}

html {
    font-size: 62.5%;
}

body {
    margin: 0;
    color: #000;
    background: #fff;
    font: 400 16px/1.0625 'Open Sans Hebrew', sans-serif;
    direction: rtl;
}


img {
    border-style: none;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    a:hover, a:active, a:focus {
        color: #000;
        text-decoration: none;
    }

input,
textarea,
select {
    background: #fff;
    color: #000;
    vertical-align: middle;
    font: 1.6em/ 'Open Sans', sans-serif;
}

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.pl::-moz-placeholder {
    color: #a5a5a5;
    opacity: 1;
}

.pl:-ms-input-placeholder {
    color: #a5a5a5;
}

.pl::-webkit-input-placeholder {
    color: #a5a5a5;
}

.pl {
    color: #a5a5a5;
}

blockquote,
q {
    quotes: none;
}

    q:before {
        content: "";
    }

    q:after {
        content: "";
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

button:focus {
    outline: dotted thin;
}

.container {
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
}



    .container:after,
    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }

#wrapper {
    position: relative;
    overflow: hidden;
}
/*header*/
#header .top .like {
    float: left;
}

    #header .top .like img {
        display: block;
        width: 100%;
    }

#header .bottom {
    padding: 25px 0 0;
}

.logo {
    float: right;
    width: 108px;
    height: 94px;
    background: url(../images/logo.png) no-repeat;
    font-size: 0;
    line-height: 0;
}

    .logo a {
        display: block;
        height: 100%;
    }

#main-nav {
    padding: 65px 0 0;
    float: right;
}

    #main-nav ul {
        margin: 0;
        padding-right: 70px;
        list-style: none;
        float: left;
    }

        #main-nav ul li {
            float: right;
            font-size: 1.125em;
            line-height: 1.112em;
            margin-right: 35px;
            padding-bottom: 12px;
            position: relative;
        }

            #main-nav ul li.active {
                font-weight: 700;
            }

            #main-nav ul li:before {
                content: '';
                height: 3px;
                width: 100%;
                background-color: #ececec;
                position: absolute;
                bottom: 0;
                right: 0;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

            #main-nav ul li.active:before,
            #main-nav ul li:hover:before {
                height: 5px;
                background-color: #f78f1e;
            }

            #main-nav ul li + li:after {
                content: '';
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #ececec;
                position: absolute;
                bottom: 0;
                right: -15px;
            }

            #main-nav ul li .drop {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                position: absolute;
                top: 100%;
                right: -10px;
                -webkit-box-shadow: 0 0 5px rgba(3, 4, 4, .25);
                box-shadow: 0 0 5px rgba(3, 4, 4, .25);
                display: none;
                z-index: 130;
                width: 150px;
                margin-right: 10px;
                min-height: 0;
                background-color: #f78f1e;
                padding: 5px;
            }

            #main-nav ul li:hover .drop {
                display: block;
            }

            #main-nav ul li .drop a {
                color: white !important;
            }

                #main-nav ul li .drop a div {
                    margin-top: 4px;
                    margin-bottom: 6px;
                    height: 1px;
                    width: 100%;
                    background-color: white;
                }




    #main-nav .social {
        display: none;
    }


/* modal */


.modal-header .close {
    border: none;
    background: none;
    padding: 0;
    font-size: 1.375em;
    line-height: 1.182em;
    color: #000;
    position: absolute;
    top: 13px;
    left: 20px;
}

.modal-header strong {
    font-size: 1.5em;
    line-height: 1.25em;
    color: #000;
    margin: 0;
}

    .modal-header strong .fa {
        color: #fa8714;
    }



.mainFrom {
    padding: 0 10% 0 16%;
}


.trackTable {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    width: 95%;
    border-color: gainsboro;
}

td, th {
    padding: 4px;
}

.trackTable thead {
    /* head takes the height it requires, 
    and it's not scaled when table is resized */
    flex: 0 0 auto;
    width: 100%;
    HEIGHT: 35px;
    border: none;
}

.trackTable tbody {
    /* body takes all the remaining available space */
    flex: 1 1 auto;
    display: block;
}

    .trackTable tbody tr {
        width: 100%;
    }

        .trackTable tbody tr:hover {
            background: #FEF4E9;
        }

    .trackTable thead,
    .trackTable tbody tr {
        display: table;
        table-layout: fixed;
    }

    .trackTable tbody td {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        font-size: 14px;
        vertical-align: middle;
    }

    .trackTable thead tr th,
    .trackTable tbody tr td {
        text-align: center;
    }

th {
    padding: 8px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    padding: 3px 6px 5px;
    border: none;
    color: #fff;
    background: #f5911e;
    font-size: 1.125em;
    line-height: 1.25em;
    font-weight: 700;
    min-width: 95px;
}

    .btn:hover {
        background: #f9ad5a;
    }

.ltr {
    direction: ltr;
}

.error {
    border-color: red;
}

.padding {
    padding: 0px;
}


.imgIcon img {
    background: #f5911e;
    max-height: 34px;
}


.visualSlider img {
    max-height: 75px;
}

.ico img {
    max-height: 66px;
}

.imgIconSmall {
    text-align: center;
    background-color: black;
}

    .imgIconSmall img {
        max-width: 50px;
        max-height: 40px;
    }

.caruselImg {
    height: 50px;
}

.icons {
    height: 22px;
    width: 22px;
    padding-top: 5px;
    border-radius: 2px;
    text-align: center;
    background: #ECECEC;
}

.iconDisabeld {
    opacity: 0.5;
}

.btn[disabled]:hover {
    background-color: #FEF4E9;
}

.bannerImg {
    height: 400px;
    width: 107px;
}

.bannerDiv {
    width: 330px;
}

    .bannerDiv .header {
        padding-bottom: 20px;
    }

.iconBaner div:first-child {
    margin-top: -190px;
}

.iconBanerSmall {
    margin-top: 34px;
}

.BannerT {
    width: 350px;
    float: right;
    margin-left: 40px;
}

.contactGrid {
    margin: 0 5% 0 5%;
}

.tabIcon {
    font-size: 28px;
}

/*Date Picker*/
.date-wrapper {
    direction: rtl !important;
    /*float: right; !important;*/
    position: relative;
}


.date-default::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.date-default {
    border: none;
    outline: none;
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 2px;
    /*padding-left: 5px;*/
}

.date-override {
    text-align: -webkit-left;
    position: absolute;
    width: calc(100% - 50px);
    border: none;
    outline: none;
    margin-top: 1px;
    height: 28px !important;
    box-shadow: none;
    top: 0;
    /*padding-left: 5px;*/
}

    .date-override:focus {
        box-shadow: none !important;
        border-color: transparent !important;
    }

.invalid-date {
    border: 1px solid red;
    border-radius: 4px;
}

.btn:disabled {
    background: #f9ad5a;
}

.widthDiv {
    width: 50%;
    margin-right: 25%;
}

.divImg {
    border: 1px solid #f5911e;
    border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
}

#userExsit {
    padding-top: 65px;
    font-size: 1.125em;
}

.loginlogo {
    text-align: center;
}

    .loginlogo img {
        margin-top: -200px;
    }

.LoginTop {
    background-color: white;
    height: 290px;
}

.LoginContainer {
    background-color: #ebebeb;
    height: 800px;
    position: relative;
}

.LoginForm {
    position: relative;
    margin: auto;
    width: 35%;
}

.gridCell .btn {
    margin-top: 5px;
    margin-left: 27%;
}

.rowModal {
    margin: 0 10px;
}

.noborder {
    border: none !important;
}

.editMessageDiv {
    border: 1px solid #f5911e;
    border-radius: 9px;
    padding: 10px;
    width: 50%;
    margin: auto;
    margin-top: 25px;
}

    .editMessageDiv .labelTtl {
        margin: 10px 0;
    }

#uploud .btn {
    min-width: 111px;
}

.removeBtn {
    min-width: 70px;
}

.btnPdf {
    float: left;
    margin-right: 10px;
}

.gridPdf a {
    color: #337ab7;
}

.widthtext {
    width: 70%;
    margin-right: 25%;
}

.prices .btn {
    margin: 0 5px;
    line-height: initial;
}

.prices .form-group {
    margin: 0 5px;
}
