﻿body{
    padding-top: 50px;
    padding-bottom: 10px;
}
 
.ap-body-content {
    margin-top:51px;
}

.page-title {
    margin: 10px 0;
}
    .page-title > * {
        margin: 0;
    }

.search-list {
    font-size: 12px;
}

/* LogView */
.search-condition label {
    display:inline;
}

.search-result-kensho {
    padding-top: 10px;
}

.search-result-goguchi {
    padding-top: 10px;
}

.editmap{
    width: 100%;
}
    .editmap .pointval {
        width: 250px;
    }
    .editmap .map {
        position: relative;
        height: 200px;
        width: 100%;
    }

.summarymap{
    position: relative;
    height: 400px;
    width: 100%;
}

.item-label {
    font-weight: bold;
}

.con-det-col2{
    height: auto;
    margin: 0 !important;
    width: 100%;
}
.con-det-col3{
    /*height: auto;*/
    /*margin: auto !important;*/
    width: 100%;
}

.con-mt-list .thumb {
    height: 80px;
    width: auto;
    cursor: pointer;
}

.con-mt-list audio{
    width:150px;
}

/* jquery ui と bootstrap の競合解決*/
.ui-widget input, .ui-widget select{
    width:auto;
    height:auto;
    padding:initial;
}

/* datetimepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/* bootstrap css 上書き */
.navbar-brand{
    font-size: 14px;
}

.pagination{
    margin: 0;
}

/* pagingのアクティブなページを無効化する */
    .pagination ul > .active > a,
    .pagination ul > .active > span {
        pointer-events: none;
        cursor: default;
    }

/* bootstrap datetimepicker 上書き */
.bootstrap-datetimepicker-widget > ul {
    padding: 0 !important;
}

/* 検索エリアの調整 */
#cond, #form-ul-csv {
    margin-bottom: 6px;
}

#cond .panel-heading .accordion-toggle {
    text-decoration: none;
}

/* ピン表記の調整 */
.pinloc div {
    color: white !important;
    font-weight: bold !important;
    font-size: 10px !important;
}

/* Validation Errorの設定 */
form .field-validation-error {
    display: block;
    color: red;
    font-weight: bold;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

ul > li, ol > li {
  list-style: none;
}