﻿html {
    background-color: #f7f7f7;
}

body {
    background-color: #f2f2f2;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    height: 100vh; /*calc(100vh - 70px);*/
    touch-action: none;
    overflow-y: auto;
    font-size: 9.5pt;
}

.sidebar {
    top: 63px;
    right: 9px;
    height: calc(100% - 69px);
    width: 0;
    position: fixed;
    z-index: 1;
    background-color: whitesmoke;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    z-index: 10000;
}

    .sidebar.w100 {
        width: 240px;
        background-color: white;
        border-left: 2px solid #878787;
        box-shadow: -5px 5px 15px 5px #878787;
    }

    .sidebar > i.fa-close {
        font-size: 16pt;
        margin: 0;
        right: 21px;
        position: absolute;
        top: 21px;
        color: #276195;
    }

    .sidebar a {
        padding: 5px 5px 5px 8px;
        margin-right: 40px;
        text-decoration: none;
        font-size: 9pt;
        color: #242424;
        display: block;
        transition: 0.3s;
        white-space: nowrap;
    }

    .sidebar p {
        margin: 10px 20px 0 0;
        color: #276195;
        font-size: 9.5pt;
        font-weight: 400;
    }

        .sidebar p:first-child {
            margin: 0px 20px 0 0;
        }

.layout-header > i.fa-bars, .layout-header > i.fa-close {
    font-size: 20pt;
    margin: 0;
    right: 10px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    color: #276195;
}

.mobileEnv {
    bottom: 0;
    background: #f2f2f2;
    border-radius: 0;
    margin: -5px auto 0 auto;
    /*height: 100vh;*/
}

.mobileContent {
    margin: 0 auto !important;
    border: 2px solid lightgray;
    padding: 5px;
    margin: 5px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 600px;
}

.mobileTop {
    height: 50px;
    position: absolute;
    left: 6px;
    right: 6px;
    z-index: 2;
    border-bottom: 1px solid #d9dee4;
    box-shadow: 0px 2px 4px 2px rgb(170 170 170);
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -5px;
    background: white;
}

    .mobileTop i.fa-bars, .mobileTop i.fa-close {
        font-size: 20pt;
        margin: 0;
        right: 1px;
        position: absolute;
        top: 1px;
        cursor: pointer;
        color: #276195;
        padding: 10px;
    }

.mobileTitle {
    position: absolute;
    top: 50px;
    font-weight: 500;
    font-size: 12pt !important;
    padding: 10px;
    margin: 6px 4px;
    border: 0;
    color: #76933d !important;
    background: unset !important;
    left: 0;
    right: 0;
    /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
}

.mobileBody {
    position: absolute;
    top: 110px;
    left: 5px;
    right: 5px;
    bottom: 0;
    background: #f2f2f2;
    overflow-y: overlay;
}

.input-group .form-control {
    z-index: 1;
}

.site_title {
    height: 50px;
    line-height: 49px;
}

    .site_title a._close {
        position: sticky;
        top: 8px;
        left: 13px;
        color: #878787;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 2px;
        float: left;
        font-size: 18pt;
        font-weight: 600;
        padding-top: 3px;
    }

        .site_title a._close > i {
            font-size: 18pt;
            border: 0px;
        }

ul.nav.child_menu li:after {
    border-right: 1px solid #425668;
    bottom: 0;
    content: "";
    right: 27px;
    position: absolute;
    top: 0
}

.nav.child_menu > li > a {
    font-size: 9.5pt !important;
}

.form-control {
    font-size: 9.5pt !important;
}

.input-group > input {
    font-size: 9.5pt !important;
}

.editApply .btn {
    font-size: 9.5pt !important;
    margin: 10px 15px;
}

.btn {
    /*background-color: #878787;
    color: white;*/
    font-weight: normal;
    font-size: 9.5pt;
}

.formTable {
    width: 100%;
    max-width: 600px;
    margin: 5px auto 0;
}

    .formTable > tbody > tr label {
        color: #276195;
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0;
        text-align: left !important;
        margin-bottom: -10px;
        font-weight: 500;
        padding-right: 3px;
    }

    .formTable > tbody > tr:first-child label {
        margin-top: 0px !important;
    }

    .formTable > tbody > tr > td {
        padding: 3px 3px !important;
    }

    .formTable td > input {
        text-align: center;
    }

    .formTable table {
        width: 100%;
    }

.entryTable {
    color: #276195;
}

.datePart {
    text-align: center;
    font-weight: 500;
    margin: 0;
    background: #276195CC;
    color: white;
    padding: 2px 0 1px 0;
}

.pageBack {
    margin-left: 8px !important;
}

.picture.fa-plus {
    left: 25px;
}

.picture.fa-camera {
    left: 40px;
}

.column-title.pictureHeader > span:first-child {
    /*float: right;*/
    margin-right: 30px !important;
}

.IOS_pic {
    font-size: 12pt;
    display: none;
    float: right;
    margin-right: 5px;
}

    .IOS_pic.iOS {
        display: unset;
    }

.wizard_panel {
    text-align: center;
    /*background: #E0E0E0;*/
    padding: 0 5px;
    /*border: 1px solid gray;*/
    margin: 1px;
}

    .wizard_panel:not(:first-child) {
        display: none;
    }

input::placeholder {
    color: #878787;
}

.timer {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    border: 0;
    color: #242424;
}

#divList table tbody td {
    color: #242424 !important;
    font-size: 9.5pt;
    padding-top: 5px !important;
}

/*slider owl*/
#owl-example .item {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

    #owl-example .item img {
        width: auto;
        margin: 0 auto;
        display: block;
    }

    #owl-example .item h3 {
        font-size: 28px;
        font-weight: 300;
        margin: 25px 0 0;
    }

    #owl-example .item h4 {
        margin: 5px 0 0;
        font-size: 18px;
    }

.owl-controls {
    height: 20px !important;
    margin-top: -40px !important;
}

#owl-example .item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#picSlider {
    position: absolute;
    left: 0;
    right: 0;
    background: #f2f2f2;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
    display: none;
}

    #picSlider div {
        height: 100%;
    }

        #picSlider div.item {
            height: calc(100% - 20px);
        }

.shareAttchment {
    padding: 10px;
    margin: -10px;
    position: relative;
}

    .shareAttchment > img {
        width: 24px;
        left: 10px;
        position: absolute;
        top: 5px;
    }
