@charset "UTF-8";

html, body {height:100%;}

#imagecheck {height:82%;}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.btn-logout {
	margin-top: -50px;
	margin-right: 30px;
}

.picker-button {
    color: #FFF;
    display: inline-block;;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background-color: #869791;
    opacity: 0.5;
    cursor: pointer;
}

.warning-mesaage {
	color: #c90000
}

#top-area {
    height: 203px;
}

#picker-top .item {
    margin: 3px;
}

#picker-top .item img {
    display: block;
    width: auto;
    height: 160px;
}

#picker-top .selected img{
    border: solid 4px #CCC;
}

#middle-area {
    height: -webkit-calc(100% - 440px);
    height: calc(100% - 440px);
}

#picker-middle{
    height: 100%;
}

#picker-middle .owl-wrapper-outer {
    height: -webkit-calc(100% - 60px - 10px);
    height: calc(100% - 60px - 10px);
}

#picker-middle .owl-wrapper{
    height: 100%;
}

#picker-middle .owl-item {
    height: 100%;
}

#picker-middle .item {
    margin: 3px;
    height: 100%;
}

#picker-middle .item img {
    display: block;
    width: auto;
    height: 100%;
}

#picker-middle .item video {
    display: block;
    width: auto;
    height: 100%;
}

#bottom-area {
    height: 236px;
    text-align: center;
}

#picker-bottom {
    height: 203px;
    display: block;
}

#picker-bottom .item {
    margin: 3px;
}

#picker-bottom .item img {
    display: block;
    width: auto;
    height: 160px;
}

#imagecheck {
    display: none;
}
