﻿.popup-background{
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
    z-index: 1042;
    overflow: hidden;
    background-color: #0b0b0b;
    height: 100%;
    width: 100%;
    position:fixed;
    left: 0;
    top: 0;
    display:none;
}

.popup-search{
    overflow-x: auto;
    background-color: #fff;
    z-index: 1043;
    height: 100%;
    width: 100%;
    position:fixed;
    left: 0;
    top: 0;
    display:none;
}

.popup-search-body{
    background-color: #fff;
    height: 100%;
    width: 100%;
    position:absolute;
    left: 0;
    top: 0;
}

.popup-search-body .panel-group .panel-body ul{list-style-type:none;}
.popup-search-body .panel-group .panel-body .list-option li{clear: both;}
.popup-search-body .panel-group .panel-body .glyphicon {line-height: 2.5; display: none;}
.popup-search-body .panel-group .panel-body .selected .glyphicon {color: #002c5e; display: block;}
.popup-search-body .panel-group .panel-body .list-option .selected{text-decoration: none; color: #002c5e;}

.popup-search-btn{
    position:fixed;
    bottom: 0;
    width: 100%;
    text-align:center;
}

.popup-search-btn a{
	color: #fff!important;
}

.popup-search-btn a:hover{
	text-decoration: none;
}

.popup-search-btn .row{background-color: #002c5e; padding: 15px 0;}
.popup-search-btn .row .col-01, .popup-search-btn .row .col-02{font-size: 21px;}
.popup-search-btn .row .col-01{float:left; width:80%; color: #fff;}
.popup-search-btn .row .col-02{float:left; width:20%; padding-right: 10px; color: #508bce; }
.popup-search-btn .row .col-02 i{color: #508bce; }
.popup-search-close{width:20px; height:20px;}
