/* header */

/* menu */
.dr-menu{
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dr-menu > .dr-logout {
    margin-left: auto;
}

.dr-menu > .dr-top {
    margin-right: auto;
}

/* footer */

/* body */
body {
    font: 14px 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
}

/* form */
.dr-form-label {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: #2868AC;
    margin-bottom: 0px;
    float: left;
}

.dr-form-table-label {
    width: 35%;
    color: #FFF;
    background-color: #2868AC;
    border: solid 2px #2868AC;
    text-align: center;
}

.dr-form-table-label-2cam {
    width: 27%;
    color: #FFF;
    background-color: #2868AC;
    border: solid 2px #2868AC;
    text-align: center;
}


.dr-form-table-label-history-search {
    width: 27%;
    color: #FFF;
    background-color: #2868AC;
    border: solid 2px #2868AC;
    text-align: center;
}

.dr-form-table-label-serial {
    width: 35%;
    color: #FFF;
    background-color: #2868AC;
    border: solid 2px #2868AC;
    text-align: center;
}

.dr-form-table-cell {
    border-collapse: separate;
    border-spacing: 0;
}

.dr-form-table-text {
    width: 26%;
    text-align: center;
}

.dr-form-table-text-2cam{
    width: 5%;
    text-align: center;
}

.dr-form-input-text {
    display: table-cell;
    width: 40%;
    height: 100%;
    float: left;
    text-align: center;
    vertical-align: middle;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 6px 12px; */
}

.dr-form-input-no-border{
    height: 100%;
}

/* button */

/* text */
.dr-main-content .text-danger {
    color: #F56363;
}

/* image */

.dr-img-imei {
    max-width: 40%;
    height: auto;
}

.dr-img-serial {
    max-width: 100%;
    height: auto;
}

.dr-error {
    background-color: #fce4d6;
}

.dr-margin-0 {
    margin: 0px;
}

.dr-padding-0 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

label {
    margin-bottom: 0px;
}

.dr-li-none {
    list-style-type: none;
}

.error-message ul {
    padding: 0 !important;
    list-style-type: none !important;
}

/* 登録履歴 入力項目 */

.search_fieldset {
    margin-top: 20px;
}
.search_fieldset_title {
    font-weight: bold;
     font-size: 1.1em;
    padding-left: initial;
    text-decoration: underline;
    cursor: pointer;
}

.form_description {
    text-align: left;
}
.form_description_text {
    padding-left: initial;
}

.form_fieldset span,label {
    font-weight: initial;
}

.form_fieldset_content_row >  label{
    display: flex;
}
.form_fieldset_content_row > .registration_date_row{
    display: flex;
}
.form_fieldset_content_row > .registration_date_row label{
    height: 100%;
}

.form_textbox_wrap {
    flex: 1;
}
.form_fieldset_content_row {
    margin-top: 10px;
}

.form_fieldset_content_row select{
    padding: 4px 8px;
    height: 100%;
}
.form_fieldset_content_row .registration_date_y_text,.registration_date_m_text{
    margin-right:20px;
}
.form_fieldset_content {
    padding-left: initial;
}

.form_textbox_title {
    float: left;
    color: #FFF;
    padding: 5px 16px;
    background: #2868AC;
    text-align: center;
}
.form_textbox_prepend {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
}
.form_textbox {
    overflow: hidden;
}
.form_textbox_wrap {
    overflow: hidden;
}

.form_fieldset_content_row .form-control {
     border-radius: initial;
     padding: 4px 12px;
}
.form_submit {
    display: flex;
}
.form_submit > .left_button {
    text-align: left;
    width: 50%;
}
.form_submit > .right_button {
    text-align: right;
    width: 50%;
}

.form_fieldset select:disabled {
    background-color: #999;
    cursor: not-allowed;
}

/* 登録履歴 検索結果 */
.container-fluid.history_result_not_found > .not_found_data {
    text-align: center;
}

.container-fluid.history_result .header {
    background: #2868AC;
}

.container-fluid.history_result .row{
    display: flex;
}

.container-fluid.history_result .row.data_content_close > div:last-child {
    border-bottom-style: none;
}
.container-fluid.history_result .header > div{
    color: #FFF;
    text-align: center;
}
.container-fluid.history_result .date > div{
    background: #bce2e8;
}


.container-fluid.history_result .data > div.view_corporate_id, div.view_vehicle_id, div.view_communication_state{
    background: #ccd4d7;
}
.container-fluid.history_result .data_detail > .data_detail_text{
    background: #f1f1f2;
}

.container-fluid.history_result .row.data_content > div {
    /*width: calc(100% - 2px);*/
    border-top-style: none;
}
.container-fluid.history_result .data > div.data_content_close {
    border-bottom-style: none;
}
.container-fluid.history_result .data_content_open,.data_content_close {
    cursor: pointer;
}
.container-fluid.history_result .row.data_detail > div:first-child {
    text-align: right;
}

.container-fluid.history_result .row.data > div,
.container-fluid.history_result .row.data_detail > div{
     display: flex;
     align-items: center;
}
.container-fluid.history_result .row.data > div{
     justify-content: center;
}
.container-fluid.history_result .row.data_detail > div:first-child{
     justify-content:  flex-end;
}
.container-fluid.history_result .row.data_detail > div:last-child{
     justify-content:  flex-start;
}

/* TOPに戻る */
.pagetop{
    text-align: right;
}
/* ページャー */
.pager-content{
    text-align: right;
}