/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2014/10/08, 15:45:56
    Author     : uchino
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    /* padding-top: 80px; */ 
    margin-bottom: 20px;
    font-family: BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

.page-padding-top1 {
    padding-top: 110px;
}

.page-padding-top2 {
    /* padding-top: 60px; */
    padding-top: 56px;
}

.font-sm {
    font-size: 12px;
}

.font-md {
    font-size: 14px;
}

.font-lg {
    font-size: 16px;
}

.font-xl {
    font-size: 20px;
}

.font-icon-md {
    font-size: 24px;
}

.font-icon-lg {
    font-size: 32px;
}

a:hover {
    opacity:0.6;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 20px; */
}

.footer > .container p,
.footer > .container span {
    margin: 0;
}
/*
.dropdown-toggle > .small {
    font-size: 98%;
}
*/
.dropdown-button {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
    text-align: right;
}

.dropdown-panel {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
}

.dropdown-panel .panel {
    min-width: 200px;
    margin: 0;
    box-shadow: rgba(90, 99, 100, 0.6) 0px 0px 4px 0px;
    -webkit-box-shadow: rgba(90, 99, 100, 0.6) 0px 0px 4px 0px;
    -moz-box-shadow: rgba(90, 99, 100, 0.6) 0px 0px 4px 0px;
}

@media (max-width: 767px) {
    .dropdown-button .btn {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .dropdown-panel .panel {
        min-width: 200px;
        margin: 0;
        border-width: 1px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    .panel-body {
        word-break: break-all;
        word-wrap: break-word;
        white-space: normal;
    }

    .table-responsive > .table > thead > tr > th.text-field,
    .table-responsive > .table > tbody > tr > th.text-field,
    .table-responsive > .table > tfoot > tr > th.text-field,
    .table-responsive > .table > thead > tr > td.text-field,
    .table-responsive > .table > tbody > tr > td.text-field,
    .table-responsive > .table > tfoot > tr > td.text-field {
        white-space: normal;
    }
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.table-center > thead > tr > th,
.table-center > thead > tr > td,
.table-center > tbody > tr > th,
.table-center > tbody > tr > td,
.table-center > tfoot > tr > th,
.table-center > tfoot > tr > td {
    text-align: center;
}

.table-center > thead > tr > th.text-start,
.table-center > thead > tr > td.text-start,
.table-center > tbody > tr > th.text-start,
.table-center > tbody > tr > td.text-start,
.table-center > tfoot > tr > th.text-start,
.table-center > tfoot > tr > td.text-start {
    text-align: left;
}

.table-center > thead > tr > th.text-end,
.table-center > thead > tr > td.text-end,
.table-center > tbody > tr > th.text-end,
.table-center > tbody > tr > td.text-end,
.table-center > tfoot > tr > th.text-end,
.table-center > tfoot > tr > td.text-end {
    text-align: right;
}

.text-field {
    word-wrap: break-word;
    white-space: normal;
    max-width: 300px;
    min-width: 200px;
}

.text-field-narrow {
    max-width: 200px;
    min-width: 0px;
}

.table .label {
    vertical-align: 12.5%;
    line-height: 1.42857143;
}

.table .btn {
    margin: 3px;
}

.table .checkbox {
    margin: 4px;
}

.table .row {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -4px;
    margin-right: -4px;
}

.table .row > *[class*="col-"] {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    float: left;
}

.table .row > .col-sm-2,
.table .row > .col-md-2,
.table .row > .col-lg-2 {
    min-width: 16%;
}

.table .row > .col-sm-10,
.table .row > .col-md-10,
.table .row > .col-lg-10 {
    min-width: 84%;
}

.table .row > .col-sm-6,
.table .row > .col-md-6,
.table .row > .col-lg-6 {
    min-width: 50%;
}

table.dataTable tbody td {
  word-break: break-all;
}

.input-group-btn .btn {
    margin: 0;
    width: 100%;
}

.form-inline *[class*="col-"] .btn {
    margin: 0;
    width: 100%;
}

.panel-body {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.panel-body > * {
    margin-bottom: 20px;
}

.panel-body > *:last-child {
    margin-bottom: 0;
}

.form-inline .table td > input,
.form-inline .table td > select,
.form-inline .table td > textarea,
.form-inline .table td > .input-group {
    width: 100%;
}

img {
    border-width: 1px;
    border-style: solid;
}

.panel-body .table img {
    max-width: 290px;
}

textarea {
    resize: vertical;
}

.timepicker .btn {
    color: #5a6364;
}

.timepicker .btn:hover {
    background: #d4d8d9;
}

.btn {
    box-shadow: inset rgba(255, 255, 255, 0.2) 0px 10px 10px 0px;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.2) 0px 10px 10px 0px;
    -moz-box-shadow: inset rgba(255, 255, 255, 0.2) 0px 10px 10px 0px;
}

.btn:focus,
.btn:hover {
    outline: none;
}

.btn:active:focus,
.btn.active:focus {
    outline: none;
    box-shadow: inset rgba(200, 200, 200, 0.2) 0px 6px 10px 0px;
    -webkit-box-shadow: inset rgba(200, 200, 200, 0.2) 0px 6px 10px 0px;
    -moz-box-shadow: inset rgba(200, 200, 200, 0.2) 0px 6px 10px 0px;
}

.navbar-brand:focus {
    outline: none;
}

.no-link {
    cursor: pointer;
}

.text-bg-operation {
    padding: 0.5em 1.5em;
}

/* 災害ごとの色指定 */
.intensity-5- {
    color: #ffe600;
}

.intensity-5 {
    color: #ff9900;
}

.intensity-6- {
    color: #ff2800;
}

.intensity-6 {
    color: #a50021;
}

.intensity-7 {
    color: #b40068;
}

.tsunami-51 {
    color: #ff2800;
}

.tsunami-52 {
    color: #c800ff;
}

.weather-30 {
    color: #ff2800;
}

.weather-50 {
    color: #c800ff;
}

.eruption-02 {
    color: #ffaa00;
}

.eruption-01 {
    color: #c800ff;
}
.kirokuame-1 {
    color: #c800ff;
}

.date-picker {}
.time-picker {}
.current-date{}
.current-time{}

#condition-rows .form-select {
    padding: 0.5rem 0.5rem;
}

.area-code-col {
    width: 220px;
}

/* 2018/06 add */
.hidden_box {
    margin: 0.5em 0 0 0;
    padding: 0;
}

.hidden_box label {
    padding: 3px 20px;
    font-weight: bold;
    background: #efefef;
    border-radius: 5px;
    cursor :pointer;
    transition: .5s;
}

.hidden_box label:before {
    display: inline-block;
    content: '\025bc';
    font-family: 'FontAwesome';
    padding-right: 5px;
    transition: 0.5s;
}

.hidden_box label:hover {
    background: silver;
}

.hidden_box input:checked + label:before {
     content: '\025b2';
     -ms-transform: rotate(360deg);
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked + label + .hidden_show {
    padding: 5px 0;
    height: auto;
    opacity: 1;
}

#content-frame {
    font-size: 0.7rem;
    width: 100%;
    height: 50vh;
    overflow-y: scroll;
    border: 1px solid #DDD;
}

/* 2018/08 add */
.form-check-edit, .form-check-noedit {
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
}

.form-check-edit input[type="radio"] {
    top: 0.2rem;
}

.form-check-noedit input[type="radio"] {
    display:none;
}

.form-check-edit span {
    display:inline-block;
    color:#000;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.form-check-edit input[type="radio"]:checked + span {
    color:#fff;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

b,
strong {
    word-wrap: break-word;
}

.text-bg-mismatch {
    color: #000;
    background-color: #f9ff00;
}

.ao-bg-color {
    background-color: #2A579A;
    color: #fff;
}

.ao-color {
    color: #2A579A;
}

.ao-table {
    background-color: #fff;
}

.ao-table > tbody > tr > td {
    word-break: break-all;
}

.ao-bg-primary {
    background-color: #2A579A;
    color: #fff;
}

table .ao-bg-primary {
    background-color: #2A579A;
    color: #fff;
}

.description {
    background-color: #FFF6E9;
    border-radius: 1rem;
}

.title-description {
    padding: 0.5rem 1.25rem;
}

.dropdown-menu.right {
    left:initial;
    right:0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.login-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.0rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.search-title {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 1.0rem;
    transition: all 0.15s ease-in-out;
}

.tooltip-inner {
    background-color: #d8efdd;
    color: #000;
    max-width: 100%;
}

.tooltip-description {
    padding: 1.5rem 1.5rem;
    font-size: 0.7rem;
    /* background-color: #fdeb81;
    color: #000; */
    word-wrap: break-word;
    text-align: left;
    border-radius: 1rem;
}

.table .del-account {
    margin-left: 10px;
}
