.popup-main-class{
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
    position: fixed;
    background: rgba(255,255,255,0.7);
    display:none;
}
.popup-child-class {
    background: #0d0e12;
    box-shadow: 2.5px 4.33px 9px 0px rgba(0, 0, 1, 0.45);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    top:15%;
    left: 0;
    right: 0;
    width: 40%;
    position: fixed;
}
.popup-close-class {
    background: #FFF url(../close-button.png) no-repeat scroll 7px 7px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 35px;
    padding: 1px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    text-indent: -9999px;
    cursor: pointer;
}
.popup-child-class .search_column{
    width: 160px;
    float: left;
    margin-right: 7px;
}
.popup-child-class .text-label {
    width: 15%;
    float: left;
}

.popup-child-class .search_column2{
    width: 68%;
    float: left;
    margin-right: 2%;
}
.popup-child-class .text-label2 {
    width: 30%;
    float: left;
}
.popup-child-class p {
    margin: 10px 0px 10px 0px;
    width: 100%;
    float: left;
}
.popup-child-class .export-submit-button{
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0px 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: #939395;
    box-shadow: 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.2), inset 0.5px 0.866px 0px 0px rgba(255, 255, 255, 0.38);
    color: #121317;
    transition: background 0.5s ease;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0;
}
.popup-child-class .dropdown dd,.dropdown dt {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.popup-child-class .dropdown ul {
    margin: -1px 0 0 0;
}
.popup-child-class .dropdown dd {
    position: relative;
}
.popup-child-class .dropdown a,.dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}
.popup-child-class .dropdown dt a {
    background-color: #4F6877;
    display: block;
    padding: 8px 20px 5px 10px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
}
.popup-child-class .dropdown dt a span,.multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}
.popup-child-class .dropdown dd ul {
    background-color: #4F6877;
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 2px;
    list-style: none;
    max-height: 150px;
    overflow: auto;
}
.popup-child-class .dropdown span.value {
    display: none;
}
.popup-child-class .dropdown dd ul li a {
    padding: 5px;
    display: block;
}
.popup-child-class .dropdown dd ul li a:hover {
    background-color: #fff;
}
.popup-child-class .dropdown dd ul li {
    width: 47%;
}