﻿.leaflet-popup-content {
    font-family: myFont;
    text-align: center;
}
#scrollBot {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 17px;
    border: none;
    outline: none;
    background-color: #ffb507 !important;
    color: white;
    cursor: pointer;
    padding: 13px;
    border-radius: 10px;
}

    #scrollBot:hover {
        background-color: #555;
    }


.s-back-to-top::before {
    display: block;
    font-size: .75rem;
    font-style: normal;
    font-family: themify;
    color: #fff;
    line-height: 3rem;
    content: "\E627";
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}
.s-back-to-top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 3.125rem;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
    display: block;
    z-index: 9;
    background: #4baa6e;
    text-align: center;
}
@media only screen and (min-width:768px) {
    .panel {
        border: 0px !important;
        border-right: 7px #ccc solid !important;
        transition: .6s;
    }

        .panel:hover {
            border: 0px !important;
            border-right: 7px #f28c08 solid !important;
            transition: .6s;
        }
}
  

    .jqx-notification-close-button-info, .jqx-notification-close-button-success, .jqx-notification-close-button-mail, .jqx-notification-close-button-time, .jqx-notification-close-button-error {
        background-image: url('../../JGrid/images/close.png') !important;
    }

    .aNotif {
        color: #111 !important;
        font-size: 15px !important;
    }

        .aNotif:hover {
            color: #111 !important;
            font-size: 15px !important;
            text-decoration: none;
        }

    @media only screen and (min-width:280px) and (max-width:575px) {
        #Div_Paging {
            margin-top: 25% !important;
        }
    } 
    @media only screen and (min-width:210px) and (max-width:279px) {
        #Div_Paging {
            margin-top: 35% !important;
        }
    }

    @media only screen and (min-width:260px) and (max-width:390px) {
        .myImages {
            height: 60% !important;
        }
    }

    @media only screen and (min-width:391px) and (max-width:460px) {
        .myImages {
            height: 50% !important;
        }
    }

    @media only screen and (min-width:461px) and (max-width:560px) {
        .myImages {
            height: 40% !important;
        }
    }

    @media only screen and (min-width:561px) and (max-width:575px) {
        .myImages {
            height: 38% !important;
        }
    }

    @media only screen and (min-width:310px) and (max-width:575px) {
        .myPanels {
            max-height: 480px !important;
            height: auto !important;
        }
    }

    @media only screen and (min-width:360px) and (max-width:400px) {
        .jqx-notification-container {
            top: 0 !important;
        }
    }

    @media only screen and (min-width:360px) and (max-width:370px) {
        .mytels {
            width: 93%;
            margin: 0px auto;
        }

        .select2 {
            margin-top: 0% !important;
        }

        .select2-results {
            width: 170px !important;
        }
    }

    @media only screen and (min-width:500px) and (max-width:767px) {
        .mybtss {
            width: 50% !important;
            /*margin-right: -43% !important;*/
        }

        .amlaki {
            margin-left: 23% !important;
            width: auto !important;
        }
    }

    @media only screen and (min-width:295px) and (max-width:499px) {
        .select2-results {
            width: 170px !important;
        }

        .select2 {
            margin-top: 0% !important;
        }

        .mybtss {
            width: 100% !important;
            /*margin-right: -43% !important;*/
        }



        .mytels {
            width: 85%;
            margin: 0px auto;
        }

        .Metrazh {
            padding: 22px 20px 5px 17px !important;
            background-position-x: 50%;
        }

        .adds {
            text-align: center !important;
        }
    }

    #loading {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        display: none;
        opacity: 0.5;
        background-color: #fff;
        z-index: 99;
        text-align: center;
    }

    #loading-image {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 100;
    }

    .noMaghaze {
    }

    .noDaftar {
    }





    /***/
    :root {
        --text: "Select values";
    }

    .multiple_select {
        height: 18px;
        width: 90%;
        overflow: hidden;
        -webkit-appearance: menulist;
        position: relative;
    }

        .multiple_select::before {
            content: var(--text);
            display: block;
            margin-left: 5px;
            margin-bottom: 2px;
        }

    .multiple_select_active {
        overflow: visible !important;
    }

    .multiple_select option {
        display: none;
        height: 18px;
        background-color: white;
    }

    .multiple_select_active option {
        display: block;
    }

    .multiple_select option::before {
        content: "\2610";
    }

    .multiple_select option:checked::before {
        content: "\2611";
    }

    .multipleSelection {
        width: 300px;
        background-color: #BCC2C1;
    }

    .selectBox {
        position: relative;
    }

        .selectBox select {
            width: 100%;
            font-weight: bold;
        }

    .overSelect {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #checkBoxes {
        display: none;
        max-height: 100px;
        overflow-y: auto;
        background-color: #c4c4c4;
    }

        #checkBoxes label {
            display: block;
        }

            #checkBoxes label:hover {
                background-color: #4F615E;
            }
    /***/
    @media only screen and (min-width:1200px) {
        .btnvorod {
            margin-left: -16% !important;
        }

        .liss {
            width: 132px !important;
        }

        .amlaki {
            width: 120px !important;
        }

        .select2 {
            margin-top: -25% !important;
            max-width: 135px !important;
            min-width: 130px !important;
        }

        .select2-container--open .select2-dropdown--below {
            width: 170px !important;
            height: auto;
        }

        .select2-results {
            width: 170px !important;
        }

        .select2-container--open .select2-dropdown {
            right: -135px;
        }

        .select2-results {
            width: auto !important;
        }
    }
