﻿

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 11px;
    height: 5px;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: rgba(33, 53, 163, 0.91);
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #0c7c9b;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(48, 78, 207, 0.88), inset 0 -1px 0 rgba(60, 109, 174, 0.97);
}
    ::-webkit-scrollbar-thumb:hover {
        background: #16afd9;
    }
#Processing {
    position: fixed;
    z-index: 99999;
    padding: 100%;
    text-align: center;
    display: block;
    /*background-color: rgba(189, 193, 180, 0.29);*/
    background-color: #0000000f;
    width: 100%;
    height: 100%;
    top: 0;
}

.hide{
    display:none !important;
}
form.search {
    font-family: helv;
}

.rtl {
    direction: rtl;
}

form.search label {
    display: flex !important;
}
 form.search a {
    border-right: solid 1px #eee;
}
form.search span, form.search a, form.search button {
    margin-right: -40px;
    padding: 10px 12px;
    cursor: pointer;
}

form.search input {
    padding-left: 40px;
    width: 100% !important;
}

form.search {
    width: 90%;
}

    form.search.inner {
        width: 90%;
    }

form select {
    display: block;
    width: 100%;
    height: calc(1.7em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid burlywood;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    form select:hover{
        border-color:skyblue;
        cursor:pointer;
    }

.form-filter label {
    font-family: moh;
    font-size: 14px;
    color: #939aa0;
}

textarea#Answer {
    font-family: hacenc;
}


.btn-primary {
    border-color: #1861ac;
}
.badge-primary, .btn-primary {
    color: #fff;
    background-color: #0b77c3;
}

ul.multiselect-container
{
    right: 0;
    left: initial !important;
    text-align:right;
    width:311px;
}
    option.main, ul.multiselect-container li.main {
        color: #117d9a;
    }

    option.asal, ul.multiselect-container li.asal {
        background-color:aliceblue;
    }
    ul .multiselect-container li.main-10 {
        margin-right: 10px;
        color: #117d9a;
    }
option.main-20,ul.multiselect-container li.main-20 {
    margin-right: 20px;
   color:#117d9a;
}
    option.main-30, ul.multiselect-container li.main-30 {
        margin-right: 30px;
        color: #13a5cc;
    }
    option.main-40, ul.multiselect-container li.main-40 {
        margin-right: 40px;
        color: #13a5cc;
    }
    option.main-50, ul.multiselect-container li.main-50 {
        margin-right: 50px;
        color: #2bb7dc;
    }
    option.main-60, ul.multiselect-container li.main-60 {
        margin-right: 60px;
        color: #2bb7dc;
    }
    option.main-70, ul.multiselect-container li.main-70 {
        margin-right: 70px;
        color: #46cbef;
    }
    option.main-80, ul.multiselect-container li.main-80 {
        margin-right: 80px;
        color: #46cbef;
    }
    option.main-90, ul.multiselect-container li.main-90 {
        margin-right: 90px;
        color: #76dbf7;
    }
    option.main-100, ul.multiselect-container li.main-100 {
        margin-right: 100px;
        color: #76dbf7;
    }
    option.main-120, ul.multiselect-container li.main-120 {
        margin-right: 120px;
    }
    button.multiselect {
        border: solid 1px #ced4da;
    }

.multiselect-native-select{
    width:100%;
}
    .multiselect-native-select .btn-group {
        width: 100%;
        text-align:right;
    }
    .multiselect-native-select .btn-group button {
        text-align: right;
    }
.multiselect-native-select .dropdown-toggle::after {
    left: 3px;
    right: auto;
    position: absolute;
    top: 15px;
}

audio {
    width: 100%;
    border-radius: 90px;
    transform: scale(1.05);
    height: 42px;
}
audio:not(.homeScreen) {
    box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
}

ul.pagination li.disabled a {
    /*background-color: #dadada !important;*/
    background-color: #efefef !important;
    cursor: not-allowed;
} 

ul.pagination li.disabled {
    cursor: not-allowed;
} 

input[type=checkbox] {
    height: 17px !important;
    width: 18px !important;
    margin: 0 10px;
    cursor:pointer;
}
/*media*/
@media (min-width: 991px) {
    form input.search {
        width: 95% !important;
    }

    form.search span, form.search a, form.search button {
        padding: 6px 12px !important;
    }
} @media (min-width: 992px) {
    form.search.main {
        width: 70%;
        height: 45px;
    }
    form.search {
        height: 45px;
    }

        form.search.inner {
            width: 100%;
        }
}
