﻿/*メニューボタン*/
.btn-standard-menu {
    background: rgba(42, 100, 150, 1);
}

    .btn-standard-menu:hover {
        background: rgba(42, 100, 150, 1);
        color: white;
    }

.btn-standard-menu:focus {
    color: white;
}

.btn-standard-menu-report::before {
    font-family: 'Glyphicons Halflings';
    content: url(../Content/img/report.png);
    margin-right: 3px;
    vertical-align: sub;
    background: rgba(42, 100, 150, 1);
}

.btn-standard-menu, .btn-year-menu {
    border: 2px solid lightgray;
    color: white;
    width: 580px;
    height: 60px;
    font-size: 20px;
    margin-top: 9px;
    font-weight: bold;
}

.btn-standard-menu-sm {
    width: 375px !important;
}

.menu-block {
    background: #f0f8ff;
    border: 1px solid #cccccc;
    height: 300px;
    padding: 7px;
    margin-top: 2px
}

.menu-block2 {
    height: 100%;
    float: left;
    width: 25%;
    padding: 2px;
}

table > thead > .code{
    width:80px;
}

.sample {
    background: #969696;
    background-image: -webkit-linear-gradient(top, #c9c7c9, #969696);
    background-image: -moz-linear-gradient(top, #c9c7c9, #969696);

    background-image: -o-linear-gradient(top, #c9c7c9, #969696);
    background-image: linear-gradient(to bottom, #c9c7c9, #969696);
}

.sample input {
    display: none;
}

/*セレクトボックス(絞り込みあり)の設定*/
.select2-selection__rendered {
    line-height: 23px !important;
}

.select2-container .select2-selection--single {
    height: 23px !important;
}

.select2-selection__arrow {
    height: 23px !important;
}

.select2-selection__rendered {
    font-size: 12px;
}

.select2-results__options {
    font-size: 12px;
}
/*ここまで*/

/*ローディング*/
.dots-loader {
    margin-left: auto;
    margin-right: auto;
}

@-moz-keyframes dots-loader {
    0% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    8.33% {
        -moz-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    16.67% {
        -moz-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px 14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px 14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    25% {
        -moz-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    33.33% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae -14px -14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae -14px -14px 0 7px;
    }

    41.67% {
        -moz-box-shadow: #00008b 14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    50% {
        -moz-box-shadow: #00008b 14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    58.33% {
        -moz-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    66.67% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px -14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px -14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    75% {
        -moz-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    83.33% {
        -moz-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae 14px 14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae 14px 14px 0 7px;
    }

    91.67% {
        -moz-box-shadow: #00008b -14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    100% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }
}

@-webkit-keyframes dots-loader {
    0% {
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    8.33% {
        -webkit-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    16.67% {
        -webkit-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px 14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px 14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    25% {
        -webkit-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    33.33% {
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae -14px -14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae -14px -14px 0 7px;
    }

    41.67% {
        -webkit-box-shadow: #00008b 14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    50% {
        -webkit-box-shadow: #00008b 14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    58.33% {
        -webkit-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    66.67% {
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px -14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px -14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    75% {
        -webkit-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    83.33% {
        -webkit-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae 14px 14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae 14px 14px 0 7px;
    }

    91.67% {
        -webkit-box-shadow: #00008b -14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    100% {
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }
}

@keyframes dots-loader {
    0% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    8.33% {
        -moz-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        -webkit-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    16.67% {
        -moz-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px 14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        -webkit-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px 14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px 14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    25% {
        -moz-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px 14px 0 7px, #4ae -14px 14px 0 7px;
        -webkit-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    33.33% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae -14px -14px 0 7px;
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae -14px -14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae -14px -14px 0 7px;
    }

    41.67% {
        -moz-box-shadow: #00008b 14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        -webkit-box-shadow: #00008b 14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    50% {
        -moz-box-shadow: #00008b 14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        -webkit-box-shadow: #00008b 14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    58.33% {
        -moz-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        -webkit-box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee -14px 14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    66.67% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px -14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px -14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee -14px -14px 0 7px, #0000ff -14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    75% {
        -moz-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px -14px 0 7px, #4ae 14px -14px 0 7px;
        -webkit-box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px -14px 0 7px, #4ae 14px -14px 0 7px;
        box-shadow: #00008b 14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px -14px 0 7px, #4ae 14px -14px 0 7px;
    }

    83.33% {
        -moz-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae 14px 14px 0 7px;
        -webkit-box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae 14px 14px 0 7px;
        box-shadow: #00008b 14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae 14px 14px 0 7px;
    }

    91.67% {
        -moz-box-shadow: #00008b -14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        -webkit-box-shadow: #00008b -14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px 14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }

    100% {
        -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
        box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    }
}
/* :not(:required) hides this rule from IE9 and below */
.dots-loader:not(:required) {
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: transparent;
    border-radius: 100%;
    -moz-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    box-shadow: #00008b -14px -14px 0 7px, #afeeee 14px -14px 0 7px, #0000ff 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -moz-animation: dots-loader 5s infinite ease-in-out;
    -webkit-animation: dots-loader 5s infinite ease-in-out;
    animation: dots-loader 5s infinite ease-in-out;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}


