﻿@charset "utf-8";
/* CSS Document */



/* -------------------------*/
/* General declaration */
/* -------------------------*/
html {
    font-size: 14px;
}

body {
    font-size: inherit !important;
    padding-top: 3.571em;
    font-family: segoe UI;
    background: #F4F4F4;
}

h1 {
    font-size: 2rem;
    color: #6BAFBD;
}

.ovr-hid {
    overflow: hidden;
}

::placeholder {
    color: #ccc;
}

hr.gray {
    border-color: #ccc;
}

.mrg-auto {
    margin: auto;
}

.pointer {
    cursor: pointer;
}

.bigger {
    font-size: 1.3rem;
}
/*html {font-size:1.3rem;}*/

/* -------------------------*/
/* תפריט ניווט עליון */
/* -------------------------*/
.navbar.x-top-navbar {
    background: #415160;
    box-shadow: 0px 2px 6px #00000029;
    padding: 0 0px 0 15px;
    color: #fff;
}

.x-hamburger {
    padding: 15px 0;
    cursor: pointer;
}

    .x-hamburger div {
        background: #fff;
        height: 4px;
        width: 25px;
        border-radius: 3px;
        margin-bottom: 4px;
    }

        .x-hamburger div:last-of-type {
            margin-bottom: 0px;
        }

.navbar .x-phone {
    margin: 7px 10px 7px 10px;
    border-left: solid 1px #CCCCCC6E;
    padding-left: 10px;
}

    .navbar .x-phone a {
        color: #fff;
        font-size: 24px;
    }


.navbar .x-user-details {
    color: #72B6C4;
    line-height: 1.285rem;
    padding: 0.428em 0.428em 0.428em 0;
}

    .navbar .x-user-details .name {
        font-size: 1.285rem;
        font-weight: bold;
    }

.x-main-nav {
    background: #495B6C;
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 100;
    box-shadow: 0px 2px 6px #00000029;
}

    .x-main-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .x-main-nav ul li {
            height: 3.857em;
            line-height: 3.857em;
            padding-right: 15px;
            border-right: solid 5px #495B6C;
        }

            .x-main-nav ul li a {
                color: #BECFE0
            }

            .x-main-nav ul li i {
                margin-left: 10px;
            }

            .x-main-nav ul li.x-active {
                border-right: solid 5px #FBFBA0;
                background: #425261;
            }

                .x-main-nav ul li.x-active a {
                    color: #ffffff
                }



/* -------------------------*/
/* ריווחים */
/* -------------------------*/
.pad-6 {
    padding: 6px;
}

.no-mrg-b {
    margin-bottom: 0 !important;
}

.mrg-b-30 {
    margin-bottom: 30px !important;
}

.mrg-b-20 {
    margin-bottom: 20px !important;
}

.mrg-b-15 {
    margin-bottom: 15px !important;
}

.mrg-b-10 {
    margin-bottom: 10px !important;
}

.mrg-b-5 {
    margin-bottom: 5px !important;
}


.mrg-r-10 {
    margin-right: 10px;
}

.no-mrg-t {
    margin-top: 0 !important;
}

.mrg-t-50 {
    margin-top: 50px;
}

.no-pad {
    padding: 0 !important;
}


/* -------------------------*/
/* TEXT - טקסטים */
/* -------------------------*/

.x-txt-elps {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: break-word;
    min-width: 1px;
}

.text-sm {
    font-size: 0.857rem;
}

.text-u {
    text-decoration: underline;
}

.x-lh-16 {
    line-height: 16px;
    line-height: 1.142rem
}

.x-txt-grn {
    color: #5CB85C;
}

/* -------------------------*/
/* INPUT WITH ICON */
/* -------------------------*/

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .fas,
    .inner-addon .far,
    .inner-addon .fal {
        position: absolute;
        padding: 10px;
     /*   pointer-events: none;*/
    }

/* align icon */
.left-addon .fas,
.left-addon .far,
.left-addon .fal {
    left: 0px;
}

.right-addon .fas,
.right-addon .far,
.right-addon .fasl {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


.inner-addon-lg input {
    height: 3.285rem;
    padding: 0.714em 1.142em;
    font-size: 1.285rem;
    line-height: 1.3333333;
    border-radius: 6px;
}

.inner-addon-lg .fas,
.inner-addon-lg .far,
.inner-addon-lg .fal {
    font-size: 22px;
    top: 3px
}

.inner-addon-lg .fas, .inner-addon-lg .far, .inner-addon-lg .fal {
    font-size: 1.571rem;
    top: 0.214em;
}

/* -------------------------*/
/* button - כפתור ברירת מחדל */
/* -------------------------*/
.btn-x1 {
    background-color: #6BAFBD;
    border-color: #519DAD;
    color: #fff;
}

    .btn-x1:hover,
    .btn-x1:focus,
    .btn-x1:active,
    .btn-x1.active {
        background-color: #59a5b5;
        border-color: #4c99a9;
        color: #fff;
    }

    .btn-x1.disabled:hover,
    .btn-x1.disabled:focus,
    .btn-x1.disabled:active,
    .btn-x1.disabled.active,
    .btn-x1[disabled]:hover,
    .btn-x1[disabled]:focus,
    .btn-x1[disabled]:active,
    .btn-x1[disabled].active,
    fieldset[disabled] .btn-x1:hover,
    fieldset[disabled] .btn-x1:focus,
    fieldset[disabled] .btn-x1:active,
    fieldset[disabled] .btn-x1.active {
        background-color: #6BAFBD;
        border-color: #519DAD;
        color: #fff;
    }

.btn-hlf-1 {
    background: #D9534F;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    -webkit-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.1);
}

.btn-hlf-2 {
    background: #6BAFBD;
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    -webkit-box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.1);
    box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.1);
}

    .btn-hlf-1:hover, .btn-hlf-2:hover {
        color: #fff;
        text-decoration: none;
    }

.btn-lg {
    font-size: 1.285rem;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.071em 0.357em;
    font-size: 0.857rem;
    line-height: 1.5;
    border-radius: 3px;
}


/* -------------------------*/
/* FLEX */
/* -------------------------*/
.flx-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flx-aut {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.flx-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flx-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flx-clmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flx-non {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}


/* -------------------------*/
/* SWIPE UP MENU */
/* -------------------------*/
.x-swip-menu {
    padding: 7px 0 5px 0;
    font-size: 0.714rem;
    line-height: 0.785em;
    background: #fff;
    box-shadow: 0px 2px 6px #00000029;
    z-index: -10;
    color: #415160;
}

    .x-swip-menu .x-item {
        text-align: center;
        border-left: solid 1px #ccc;
        padding: 2px 2px;
    }

        .x-swip-menu .x-item:last-of-type {
            border-left: none;
        }

        .x-swip-menu .x-item i {
            font-size: 1.571rem;
            margin-bottom: 5px;
        }


/* -------------------------*/
/* logo */
/* -------------------------*/
.img-logo-lg {
    margin: auto;
    text-align: center;
    margin-top: 30px;
    max-width: 80%;
}



/* -------------------------*/
/* full-input - SPECIAL INPUT (with label inside) */
/* -------------------------*/
.full-input {
    align-items: center;
    padding: 0.142em 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    position: relative;
    margin-bottom: 0.428em;
}

    .full-input:focus-within {
        border: solid 1px #66AFE9;
    }

    .full-input:focus {
        border: solid 1px #66AFE9;
    }

    .full-input i {
        font-size: 1.428rem;
        float: left;
        order: 2;
        padding-left: 0.214em;
        padding-right: 0.714em;
    }

    .full-input label {
        font-size: 0.857rem;
        font-weight: normal;
        margin-bottom: 0px !important;
        color: #555;
        overflow: hidden;
        white-space: nowrap;
    }

    .full-input input {
        outline: none;
        border: none;
        display: block;
        background: none;
        margin-top: -0.214em;
        font-size: 1.142rem;
        width: 100%;
    }

    .full-input.disabled {
        background: #eee;
    }

        .full-input.disabled * {
            cursor: not-allowed;
            pointer-events: none;
        }

    .full-input label .x-rmrk {
        color: tomato;
        font-size: 0.785rem;
    }

    .full-input.x-focus {
        border: solid 1px #66AFE9;
    }

    .full-input.collapsed {
        border: 1px solid #ccc;
    }
    /* dropdown */

    .full-input .x-dd-box {
        position: absolute;
        border: solid 1px #ccc;
        background: #fff;
        z-index: 200;
        width: 100%;
        right: 0;
        top: 3.214em;
        border-radius: 5px;
        box-shadow: 0px 3px 6px #00000029;
        padding: 5px;
        overflow: auto;
        max-height: 160px;
    }

        .full-input .x-dd-box ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .full-input .x-dd-box ul li a {
                color: inherit;
                display: block;
                padding: 5px 2px;
                text-decoration: none;
            }

                .full-input .x-dd-box ul li a:hover {
                    background: #EFF9FB;
                    cursor: pointer;
                }

    .full-input.dd-full-input.dd-up .x-dd-box {
        top: auto;
        bottom: 45px;
    }

/* -------------------------*/
/* remove all bootstrap focus glow */
/* -------------------------*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    /*border-color: rgba(126, 239, 104, 0.8);*/
    border-color: #66AFE9;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
    box-shadow: none;
    outline: 0 none;
}


/* -------------------------*/
/* toggle */
/* -------------------------*/
.x-toggle .outer {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    width: 30px;
    height: 19px;
    background: #5cb85c;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    border: solid 1px #4cae4c;
    cursor: pointer;
}

.x-toggle .inner {
    background: #fff;
    position: absolute;
    height: 17px;
    width: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.5);
}

.x-toggle.off .outer {
    background: #e2e2e2;
    border: solid 1px #cccccc;
}

.x-toggle.off .inner {
    right: 1px;
    left: initial;
}

.anima {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* -------------------------*/
/* TABLE - td v align */
/* -------------------------*/
table.table.v-align-m td {
    vertical-align: middle
}

/* -------------------------*/
/* TABLE - tr - hover */
/* -------------------------*/
.table-tr-hvr tr {
    cursor: pointer;
}



/* -------------------------*/
/* BACKDROP + POPUP (orange) */
/* -------------------------*/
.x-backdrop {
    justify-content: center;
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0;
    background: #00000099;
    bottom: 0;
    z-index: 100;
}

.x-popup-orange {
    position: absolute;
    padding: 10px;
    top: 2.428em;
    min-width: 250px;
    background: #F89406;
    color: #fff;
    line-height: 1em;
    border-radius: 6px;
    border: solid 1px #d68005;
    margin: auto;
    box-shadow: 0px 3px 6px #00000029;
}

    .x-popup-orange .x-inner-right {
        align-items: center;
        padding: 7px 0 0 2px;
    }



/* -------------------------*/
/* bootstrap - modal backdrop */
/* -------------------------*/
.modal-backdrop {
    top: 50px;
}



/* -------------------------*/
/* דשבורד - התורים הבאים */
/* -------------------------*/
.x-next-appnt {
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    position: relative;
    padding: 10px 20px;
}

    .x-next-appnt .remove {
        position: absolute;
        top: 5px;
        left: 10px;
    }

        .x-next-appnt .remove i {
            color: #D9534F;
        }

    .x-next-appnt .date {
        font-size: 2.142rem;
        float: right;
        width: 55%
    }

    .x-next-appnt .time {
        font-size: 2.142rem;
        float: right;
        width: 45%;
        color: #6BAFBD;
    }

    .x-next-appnt .x-test {
        float: right;
        width: 55%;
    }

    .x-next-appnt .x-doctor {
        float: right;
        width: 45%
    }

    .x-next-appnt .x-label {
        font-size: 0.857rem;
    }

    .x-next-appnt .x-data {
        font-weight: bold;
        font-size: 1.142rem;
    }


/* -------------------------*/
/* דשבורד - תפריט תיבות */
/* -------------------------*/
.x-btn-menu {
    display: flex;
    flex-wrap: wrap; /*padding: 7px 0 5px 0; background: #fff; */
}

    .x-btn-menu .x-item1 {
        box-shadow: 0px 2px 6px #00000029;
        color: #415160;
        background: #fff;
        border-radius: 10px;
        cursor: pointer;
        margin: 2%;
        margin-bottom: 10px;
        width: 21%;
        text-align: center;
        padding: 7px 5px;
        font-size: 0.714rem;
        line-height: 0.785em;
    }

        .x-btn-menu .x-item1 i {
            font-size: 1.57rem;
            margin-bottom: 5px;
        }

    .x-btn-menu .x-item2 {
        box-shadow: 0px 2px 6px #00000029;
        color: #415160;
        background: #fff;
        border-radius: 10px;
        cursor: pointer;
        margin: 2%;
        margin-bottom: 10px;
        width: 29%;
        text-align: center;
        padding: 7px 5px;
        font-size: 0.714rem;
        line-height: 0.785em;
    }

        .x-btn-menu .x-item2 i {
            font-size: 1.57rem;
            margin-bottom: 5px;
        }

/* -------------------------*/
/*  shoshana addon */
/* -------------------------*/
.w-500 {
    max-width: 500px;
}

.w-800 {
    max-width: 800px;
}

.modal {
    top: 50px;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}
