﻿.M132 {
    border-style: solid;
    border-color: #c5c5c5;
    height: 125px;
}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
    .M132 {
        border-style: solid;
        border-color: #c5c5c5;
        height: 140px;
    }
}

.scfDropListGeneralPanel {
    width: 100%;
    border: 1px solid #b1b3b3;
    padding: 0;
    -webkit-appearance: none;
    border-radius: 0;
    overflow: hidden;
    background: url(https://cloud.gs1jo.org.jo/cloud/Uploads/GS1_Jordan/Photo/Site/default/arrow-down.png) 98% center no-repeat #fff;
}

.scfDropListGeneralPanel select {
        float: left;
        width: 100%;
        height: auto;
        border: none;
        background: 0 0;
        padding: 10px;
        font-size: 14px;
        color: #454545;
        -webkit-appearance: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
}
