﻿.tab_box {
    height: calc(100% - 30px);
    margin: -1px 0px 10px;
    border: 1px solid #c04c1d;
    z-index: 100;
    overflow: auto;
    align-content: flex-start;
    padding: 0
}

.tab_box li {
    width: 100%;
    display: flex;
}

.tab_box li:nth-child(2n+1) {
    padding: 5px 5px 5px;
    background: #f5f8fa;
}

.tab_box li:nth-child(2n) {
    padding: 5px 5px 5px;
    background: #fff;
}

.tab_box .p_title {
    width: 120px;
    color: #4e6d96;
    font-weight: bold;
}

.tab_box .p_value {
    width: calc( 100% - 125px);
    margin-left: 5px;
}

select {
    padding: 5px 25px 5px 5px;
    background: url(../../../images/misbox/i_arrow_d.png) #fff center right 5px no-repeat;
    background-size: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.ul_flex li a.tab_spec {
    background: #fef8f4;
    color: #c04c1d;
    border: 1px solid #c04c1d;
}

.ul_flex li a {
    padding: 5px;
    text-align: center;
    background: #fff;
    border: 1px solid #ececec;
    border-bottom: 1px solid #c04c1d;
    color: #9ea2ac;
    font-weight: bold;
    display: block;
}

.ul_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 0;
}

.ul_flex li {
    width: 50%;
    list-style: none;
}

.ss-open {
    z-index: 1052;
}

.btn_1 {
    margin: 1px 3px;
    width: 32px;
    height: 28px;
    padding-top: 5px;
    background: #c04c1d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.btn_2 {
    margin-top: 20px;
    width: 100%;
    height: 40px;
    padding: 5px 0;
    background: #c04c1d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.btn_upload {
    margin: 1px 3px;
    width: 32px;
    height: 28px;
    padding-top: 5px;
    background: #30394f;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.l-layerselector-box {
    width: 150px;
    position: absolute;
    top: 62px;
    left: 60px;
    z-index: 1054;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.5rem;
    padding-left: 15px;
    display: none;
}

.l-layerselector-box li {
    list-style: none;
    margin: 10px 5px;
    height: 30px;
}

.l-layerselector-box li.icon-empty {
    padding-left: 23px;
}

/* basemap */

.o-box__content .divOpacity {
    display: none;
}

.o-box__content .img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    border-radius: 3px;
    transition: .5s;
}

.o-box__content .img img {
    transform: translateY(-30%);
	transition: .3s;
	width: 100%;
}

.o-box__content .img:hover img {
    transform: translateY(-30%);
	transform: scale(1.5);
}

.o-box__content .item:last-child .img img{
	width: 100%;
	left: 16%;
	position: relative;
}

.o-box__content .item:last-child .img:hover img {
    transform: scale(1);
}

.o-box__content .item {
    position: relative;
    margin-bottom: 5px;
}

.o-box__content .item.selected .img {
	border: 3px solid #0a5ad1;
	border-radius: 6px;
}

.o-box__content .item .content {
	position: absolute;
    bottom: 4px;
    text-align: center;
    width: 95%;
    background-color: rgba(13, 39, 70, 0.8);
    color: white;
    border-radius: 3px;
    left: 50%;
    transform: translate(-50%, 0);
	pointer-events: none;
}