﻿.upFields {
    width: 100%;
}
.divFields {
    width: 100%;
    text-align: right;
    direction: rtl;
    
}
    .divFields > span {
        display: inline-block;
        margin-top: 15px !important;
        width:100%;
    }
.textbox {
    margin-top:5px;
    width: 100%;
    border-radius: 5px;
}
.dropdown {
    margin-top: 5px;
    height: 34px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-right: 2px;
    border: 1px solid #ddd;
    /*    -webkit-appearance: none;*/
    -webkit-border-radius: 5px;
    azimuth: 10px;
    border-radius: 5px;
    color: darkgrey;
}

.txtprc {
    /* background-image: url('<%=ResolveUrl("/img/close20.png") %>');*/
    margin-top: 5px;
    background-position: 0px 0px;
    height: 34px;
    width: 80%;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-right: 2px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
    azimuth: 10px;
    border-radius: 5px;
}

.closediv {
    float: right;
    display: none;
    background-image: url('/img/close20.png');
    background-repeat:no-repeat  ;
    background-position: 0px 0px;
    height: 30px;
    width: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 15px;
    top: 5px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0d0808;
}


    input:checked + .slider:before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

/* Rounded sliders */
.slider.round {
    border-radius: 14px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: right !important ;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    text-align: right !important;
    width:90%;
}
.btnFilter {
    background-color:gray ;
    font-size: 14px;
    border-radius: 12px;
    border: 3px solid rgba(176, 190, 197, 0.2);
    background-clip: padding-box;
    padding: 10px 20px;
    color: var(--white);
    font-weight: bold;
    box-shadow: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-right: -2px;
    transition: all 0.4s;
}