#home,
#home > div,
#home #AllMap,
#map,
#practice,
#practice > div,
#survey,
#survey > div,

#areaMap > div,
#areaMap #map,
#mapView
{
    height: 100%;
    width: 100%;
}

#home
{
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
}

#home .map-btn-area{
    z-index: 999;
    position: absolute;
    top: 6em;
    left: 10%;
    width: 180px;
}

#home .map-btn-area .btns{
    margin-left: -50%;
}

#area,
#practice,
#survey
{
    height: -webkit-calc(100% - 109px);
    height: calc(100% - 109px);
}

#area > .columns,
#practice > .columns,
#survey > .columns
{
    height: 100%;
}

#map > div{
    height: 100%;
}

#home .btns .column
{
    width: 100%;
}

#content > .area
{
    padding: 0;
}

#history-info
{
    overflow-y: auto;
    overflow-x: hidden;
}

.area > .columns
{
    margin: 0;
}

.area .column .columns
{
    margin-left: 0;
    margin-right: 0;
}

.area .tabs
{
    margin-bottom: 0;
}

.area .tabs .column
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    border-bottom: 2px solid #209cee;
}

.area .tabs .column a
{
    background: whitesmoke;
    border-bottom-color: whitesmoke;
}

.area .tabs .column a:hover
{
    border-bottom-color: #209cee;
}

.area .tabs .column a.is-active
{
    background: #209cee;
    border-bottom-color: #209cee;
    color: #FFF;
}

.area .history .select,
.area .history .select select
{
    width: 100%;
}

.area .area-info
{
    padding: 10px;
    background: whitesmoke;
    margin-bottom: 12px;
}

.area .area-info table,
.area .area-info tr,
.area .area-info th,
.area .area-info td
{
    border: none;
    background: whitesmoke;
}

.area .area-info th
{
    font-weight: normal;
}

.area #map
{
    position: relative;
}

.area #map button
{
    position: absolute;
    left: 10px;
    top: 60px;
    width: 150px;
}

.area #map button:nth-child(2)
{
    top: 60px;
}

.area #map button:nth-child(3)
{
    top: 110px;
}

.area #map button:nth-child(4)
{
    top: 160px;
}

.area #map button:nth-child(5)
{
    top: 210px;
}

.area #map button:nth-child(6)
{
    top: 260px;
}

.area #map button:nth-child(7)
{
    top: 310px;
}

.area #map div > button
{
	top: auto;
    bottom: 30px;
}

.area #map #pictureBtn button
{
    position: absolute;
    left: auto;
    right: 10px;
    top: 60px;
    width: 150px;
}

.area #map #pictureBtn > div button:nth-child(1)
{
    top: 110px;
}

.area #map #pictureBtn button:nth-child(3)
{
    top: 160px;
}

.history
{
    margin-top: 1.5rem;
}

.history .column
{
    padding: 0;
}

.area h3
{
    font-size: 1.25rem;
    padding: 10px 20px;
    background: #00d1b2;
    color: #FFF;
    margin-bottom: 1rem !important;
}

.history h3 .icon
{
    font-size: 1rem;
}

.history .select
{
    margin-bottom: 1rem;
}

.history table
{
    margin-bottom: 0;
}

.history table th
{
    text-align: center;
    vertical-align: middle;
}

.edit
{
	margin-bottom: 0 !important;
}

.edit table th,
.edit table td
{
    text-align: center;
    vertical-align: middle;
}

.serach-modal table
{
    width: 100%;
}

.serach-modal table tbody td
{
    cursor: pointer;
}

.tabs-title
{
    position: relative;
}

.tabs-title li
{
    padding: 10px 0;
    font-size: 1.5em;
}

.tabs-title > a.button.left
{
    position: absolute;
    left: 0;
    top: 12px;
}

.tabs-title > a.button.right
{
    position: absolute;
    right: 0;
    top: 12px;
}

.serach-modal td
{
    text-align: center;
    cursor: normal;
}

table.customer-detail{
    margin-bottom: 2em;
}

.map-picture{
	position: absolute;
	left: 170px;
	top: 10px;
	background: #FFF;
	border-radius: 5px;
	max-width: calc(100% - 340px);
	height: calc(100% - 20px);
	padding: 0.7em;
}

.map-picture .image-viwer{
	position: relative;
	height: 100%;
}

.map-picture .image-viwer p{
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.map-picture .image-list{
	overflow-y: auto;
	padding-top: 35px;
	height: 100%;
	overflow-y: auto;
}

.map-picture .image-list div:nth-child(1) p{
	margin-top: 0;
}

.map-picture .close-header{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	text-align: right;
	background: #FFF;
	padding-bottom: 5px;
}

.map-picture .close-header button{
	position: relative !important;
	top:0 !important;
	bottom:0 !important;
	left:0 !important;
}

.map-picture #close-btn{

}

.map-picture img{
	max-width: 100%;
	margin: 0 auto;
}

#iframe iframe{
	width: 100%;
    height: calc(100% - 41px);
}

.area #map div > button.edit-practice{
	bottom: 80px;
}

#map-image p{
display: inline-block !important;
}

#map-image .delete-btn{
	position: inherit !important;
	display: inline-block !important;
	margin-right: 1em;
	width: 70px !important;
}

.picture-comment-input{
    width: 100%;
}