/* Mobile Vision CSS*/

._mobile_top_nav{
    position: absolute;
    right: 0;
    left: 0;
    top:0px;
    min-height: 100px;
    
    z-index: 999;
}

._mobile_top_nav .show-nav{
    margin-top: -140px;
}
._mobile_top_nav .first_bar{
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    position: relative;
    
    z-index: 1;
    display: flex;
    height:30px;
    flex-wrap: nowrap;
}
._mobile_top_nav .first_bar .form-title{
    
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 15px;
    color: rgb(112, 112, 112);
    
}
._mobile_top_nav .first_bar .top_button{
    display: flex;
    width: 50px;
    cursor: pointer;
    align-items: center;
    border: 1px solid rgb(78, 171, 111);
    margin: 0px 0px 0px 10px;
    padding:5px 5px;
    border-radius: 10px;
    font-size: 15px;
    color: rgb(112, 112, 112);
}
._mobile_top_nav .first_bar >.opacity_bar{
    width: 30%;
    position: relative;
    margin: 0px 20px;
}
._mobile_top_nav .first_bar .opacity_bar .form-opacity-transparent-label {
    margin-bottom: 15px;
    color: rgb(96, 98, 102);
    font-size: 12px;
    vertical-align: top;
    display: inline;
}

._mobile_top_nav .first_bar .opacity_bar .form-opacity-opaque-label {
    color: rgb(96, 98, 102);
    font-size: 12px;
    float: right;
    vertical-align: top;
    display: inline;
}
._mobile_top_nav .first_bar .btn_bar{
    position: relative;
    right: 0px;
}
.top_button:hover{
    background-color: #f1f1f1;
}

._mobile_top_nav .second_bar{
    padding: 0px 10px 10px 10px;
    background-color: #fff;
    position: relative;
    z-index: 0;
    top:-90px;
    height:80px;
    transition: all 0.2s;
}
._mobile_top_nav .second_bar.show-nav{
    position: relative;
    top:135px;
}
._mobile_top_nav .second_bar .search-box {
    margin-top: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    padding: 5px 0;
    padding-left: 7px;
    display: flex;
    /* border: 1px solid rgb(78, 171, 111);  */
    height:30px;
}
._mobile_top_nav .second_bar .search-box > input {
    flex: 1;
    color: rgb(96, 98, 102);
    font-weight: bold;
    background-color: #f1f1f1;
    font-size: 15px;
    outline: none;
    border: none;
}

._mobile_top_nav .second_bar .search-box > input:focus {
    
    outline: none;
}
._mobile_top_nav .second_bar .dateSearch{
    margin-top: 10px;
    height:30px;
}
._mobile_top_nav .second_bar .dateSearch .search-text > span{
    margin:0px 10px;
    flex: 1;
    color: rgb(96, 98, 102);
    font-weight: bold;
    font-size: 15px;
}
._mobile_top_nav .second_bar .dateSearch .search-btn {
    cursor: pointer;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: rgb(0, 78, 27);
    height: 30px;
    border-radius: 5px;
    color: #fff;
}
._mobile_top_nav .second_bar .move-search-bar{
    cursor: pointer;
    float: right;
    background-color: #fff;
    padding:5px;
    margin-top: 10px;
    border-radius: 0px 0px 10px 10px;
}
._mobile_top_nav  .form-map_group > select {
    border: 1px solid rgb(78, 171, 111); 
    border-radius: 10px;
    padding: 5px 5px;
    height: 30px;
    color: rgb(96, 98, 102);
    font-size: 14px;
    text-align: center;
}
._mobile_top_nav  .form-map_group > select:hover {
    background-color: #f1f1f1;
}

._mobile_search_nav{
    position: absolute;
    align-items: center;
    right: 0;
    left: 0;
    top:0px;
    min-height: 40px;
    background-color: #fff;
    display: flex;
    box-shadow:none ;
    border-radius: 0px;
    z-index: 998;
    transition: all .2s;
}

._mobile_search_nav.top-nav-show-all {
    min-height: 40px;
    top: 180px;
    box-shadow:2px 2px 2px 2px rgba(50,50,50,0.2) ;
}
._mobile_search_nav .top-nav-label {
    margin: 0px 25px 0 15px;
    white-space: nowrap;
}
._mobile_search_nav .top-nav-list {
    display: flex;
    flex-wrap: wrap;
}
._mobile_search_nav .nav-item {
    white-space: nowrap;
    margin: 2px;
    display: flex;
    align-items: center;
    padding: 3px;
    border-radius: 15px;
    border: 1px solid rgb(206, 206, 206);
    background-color: rgb(235, 235, 235);
}

._mobile_search_nav .nav-item > .item-icon {
    width: 20px;
    height: 20px;
    background: rgb(146, 146, 146);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

._mobile_search_nav  .nav-item > .item-title {
    flex: 1;
    margin: 0 5px;
    color: rgb(30, 30, 30);
    font-size: 10px;
}

._mobile_search_nav   .nav-item > .item-close {
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: rgb(94, 94, 94);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.mobile_bottom_nav{
    position: absolute;
    right: 0;
    left: 0px;
    bottom: 0px;
    min-height: 100px;
    background-color: #fff;
    box-shadow: none;
    z-index: 999;
    transition: all 0.5s;
}
.mobile_bottom_nav.show-nav{
    bottom: -183px;
}

.mobile_bottom_nav .mobile_timeline .nav-btns{
    cursor: pointer;
    position: absolute;
    display: flex;
    padding: 5px 5px;
    left: 0px;
    background-color: #fff;
    z-index: 999;
    font-size: 30px;
    color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.mobile_bottom_nav .mobile_timeline .nav-btns div{
    margin: 0px 5px -5px 5px;
}
.mobile_bottom_nav .move-timeline-bar{
    position: absolute;
    right: 10px;
    top: -30px;
    z-index: 999;
    cursor: pointer;
    float: right;
    background-color: #fff;
    padding:5px;
    border-radius: 10px 10px 00px 00px;
}
._mobile_filter_Nav{
    position: absolute;
    top:0px;
    right: 0;
    left: 110%;
    bottom: 0px;
    min-height: 100px;
    background-color: #fff;
    box-shadow: none;
    z-index: 1999;
    padding: 10px;
    font-size:30px;
    transition: all .2s;
}
._mobile_filter_Nav.show-nav{
    left: 0%;
}
._mobile_filter_Nav .close_icon{
    cursor: pointer;
}
._mobile_filter_Nav .form-box {
    margin-bottom: 15px;
}
._mobile_filter_Nav .form-box .form-title{
    margin-top:5px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    color: rgb(112, 112, 112);
}
._mobile_filter_Nav .form-box .box-line {
    margin-top: 20px;
    border-top: 1px solid rgb(221, 220, 215);
    height: 1px;
    background-color: rgb(182, 182, 178);
}
._mobile_filter_Nav .form-box > .form-tree {
    user-select: none;
}
._mobile_filter_Nav .form-box > .form-type {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
._mobile_filter_Nav .form-box > .form-type > .type-item {
    cursor: pointer;
    margin-bottom: 20px;
    width: 50%;
    display: flex;
    align-items: center;
}
._mobile_filter_Nav .form-box > .form-type > .type-item > .type-item-icon {
    margin-right: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(5, 78, 27);
}
._mobile_filter_Nav  .form-box > .form-type > .type-item > .type-item-text {
    color: rgb(96, 98, 102);
    font-size: 20px;
}
._mobile_filter_Nav  .confirm-btn{
    position: relative;
    cursor: pointer;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: rgb(0, 78, 27);
    height: 40px;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
}
#startDateMobile, #endDateMobile{
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    outline: 0px;
    border: none;
    text-align: center;
    width: 100px;
    color: rgb(112, 112, 112);
}