﻿html,
body {
    font-family: "メイリオ", "Yu Gothic" , sans-serif;
    background-color: #fff;
}

body#seisan{}

#wrapper {
    width: 100%;
    background-color: #fff;
}

.header-wrap{width: 1260px;margin: auto;display: table;}
#top-navigation{width: 100%;height: 50px; margin: auto;background-color: #0086cc;}/*画面最大幅最大幅*/
#top-navigation .navbar-brand{padding: 6px 30px 6px 0;color: #fff;}
#top-navigation .navbar-brand img{display: inline-block;vertical-align: middle;}
#top-navigation .navbar-brand span{display: inline-block;margin-left: 1em;vertical-align: middle;padding-top: 8px;}

#page-wrapper .inner {
    width: 1260px;/*画面最大幅最大幅*/
    padding: 0 0 15px 0;
    margin: auto;
    min-height: 1000px;
}
#page-wrapper .row{margin-left: 0;margin-right: 0;}
footer{width: 100%;margin: auto;height: 42px;vertical-align: middle;background-color: #0086cc;}
footer .copyright{text-align: right;width: 1260px;padding: 1em 0;margin: auto;}
footer .copyright span{display: inline-block;color: #fff;margin-right: 0;}

ul#breadcrumbs {width: 1260px;margin-top: 0.3em;margin-bottom: 0.3em;text-align: left;padding-left: 0;list-style: none;}
ul#breadcrumbs li{display: inline-block;padding: 0.5em 0;}
ul#breadcrumbs li::after{content: ">";display: inline-block;margin-left: 0.5em;color: #333;}
ul#breadcrumbs li:last-child::after{content: " ";}
ul#breadcrumbs li a{display: inline-block;color: #767676;}
#header-right-menu li.dropdown{position: relative;margin-right: 2em;}
#header-right-menu ul.dropdown-menu::before{content: "";}
#header-right-menu ul.dropdown-menu::before
{
    z-index: 999;
    position: absolute;
    width: 0;
    height: 0;
}
#header-right-menu ul.dropdown-menu::before
{
   border: 20px solid transparent;
   border-bottom: 20px solid #fff;
   top:-30px;
   left:4.55em;
}
#header-right-menu li.dropdown ul li a{color: #000;}
#header-right-menu .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-color: #0086cc;}
#header-right-menu li.dropdown ul li a:hover{
   background-color: #ddd;
}

#page-wrapper .panel{
    border: none;
}
#page-wrapper .form-group{margin-bottom: 0;}
#page-wrapper  table{margin:0 auto;}

#page-wrapper .single th{ background-color: #ecfaeb;}

#page-wrapper .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    vertical-align: middle;
    text-align: center;

}
#page-wrapper .table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>th{
    text-align: center;

}
#single .table>tbody>tr:nth-child(1) th{border-right: 1px dashed #ddd;}
#single .table>tbody>tr:nth-child(1) td{border-left:none;}

#page-wrapper .table-bordered>tbody>tr>td span, .table-bordered>tbody>tr>th span, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th span, .table-bordered>thead>tr>td span, .table-bordered>thead>tr>th span
{
    display: block;
    text-align: left;
}


#header-right-menu li.dropdown a > img {display: inline-block;padding-right: 0.5em;}


#tbl-list{
    border-left: 1px solid #ddd;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;padding-bottom: 1em;overflow: hidden;

    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
}
#tbl-list table.table-striped {
   border-collapse: collapse;
   border-spacing: 0;
   white-space: nowrap;
   display: block;
   padding: 0 1em;
   border: none;
}

#tbl-list table.table-striped thead {
    display: block;
   /* border-bottom: 2px solid #ddd;*/
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 1200px;
    background-color: #ecfaeb;
    vertical-align: middle;
    margin: auto;
}


#tbl-list table.table-striped tbody{
    display: block;
    overflow-y:scroll;
     width: 1200px;
     padding-right: 10px;
    height: 480px;/* 適宜*/
    border-right:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: auto;
}

#tbl-list h3.tbl-header{
    text-align: left;
    margin: 1em;
    font-size: 1.2em;font-weight: bold; background-color: #ECFAEB;padding: 0.7em 1em;color: #333;
   border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#tbl-list table th{padding: 0.7em 0;border-bottom-width: 2px;height: 44px;}
/*
#tbl-list table th:nth-child(1){ width:  60px;}
#tbl-list table th:nth-child(2){ width:  218px; position: relative; }
#tbl-list table th:nth-child(3){ width:  80px; }
#tbl-list table th:nth-child(4){ width:  70px; }
#tbl-list table th:nth-child(5){ width:  428px; }
#tbl-list table th:nth-child(6){ width:  90px; }
#tbl-list table th:nth-child(7){ width:  90px; }
#tbl-list table th:nth-child(8){ width:  70px; }
#tbl-list table th:nth-child(9){ width:  70px; }


#tbl-list table td:nth-child(1){ width:  60px; }
#tbl-list table td:nth-child(2){ width:  218px; }
#tbl-list table td:nth-child(2) .form-control{width: 200px;}
#tbl-list table td:nth-child(3){ width:  80px; }
#tbl-list table td:nth-child(3) .form-control{width: 60px;}
#tbl-list table td:nth-child(4){ width:  70px; }
#tbl-list table td:nth-child(4) .form-control{width: 53px;}
#tbl-list table td:nth-child(5){ width:  428px; }
#tbl-list table td:nth-child(5) .form-control{ width:  410px; }
#tbl-list table td:nth-child(6){ width:  90px; }
#tbl-list table td:nth-child(7){ width:  90px; }
#tbl-list table td:nth-child(8){ width:  70px; }
#tbl-list table td:nth-child(9){ width:  70px; }
*/

#page-wrapper .form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}


#tbl-list table td{
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
 border-top: 2px solid #eee;
 height: 44px;
}

#tbl-list table td .form-control{}

/*   通常ボタン   */
#tbl-list .btn-default{background-color: #eee;color: #333;}
#page-wrapper .btn-default {
  color: #333;
  background-color: #eee;
  border-color: #ccc;
  padding: 0 0.1em;
  border-radius:0;
}
#page-wrapper .btn-default:hover {
  background-color: #ddd;
}
/* 親あり相対的 */
/*
#page-wrapper #tbl-list table.table-striped th:nth-child(2) .btn-default{position: absolute;right: 1em;top:0.5em;}
*/
#page-wrapper .single{margin: auto;}
#page-wrapper .single table.table-striped{
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#page-wrapper .single table .form-group{width: 100%; display: table; text-align: left;}
#page-wrapper .single table .form-control{display: inline-block;padding-left: 7px;padding-right: 7px;}
#page-wrapper .single table .form-group span{display: inline-block;margin-left: 1em;margin-right: 0;}
#page-wrapper .single table .form-group span.title{width: 230px;}
#page-wrapper .single table tr{height: 43px;}
#page-wrapper .single table th{padding-top: 0;padding-bottom: 0;}
/*
#page-wrapper .single .checkbox{display: inline-block;}
#page-wrapper .single table td:nth-child(2){}
#page-wrapper .single table td:nth-child(3){}
#page-wrapper .single table td:nth-child(4){width: 207px;}
#page-wrapper .single table td:nth-child(5){width: 180px;}
#page-wrapper .single table td:nth-child(6){}
#page-wrapper .single table th:nth-child(1){width: 107px;}
#page-wrapper .single table th:nth-child(3){width: 107px;}
*/


#page-wrapper .single table td{background-color: #fff; text-align: left;padding-top: 0;padding-bottom: 0;}

#page-wrapper .single table td div.title{background-color: #eee;color: #333;display: inline-block;}
#page-wrapper .single table td div.form-group > div{display: table-cell;line-height: 3em;}
#page-wrapper .single table td div.form-group > div:nth-child(1){width: 180px; text-align: left;}


#page-wrapper .single table td div.form-group > div:nth-child(2){text-align: left;width: 272px;}
#page-wrapper .single table td button{text-align: center;}
#page-wrapper .single .box{width: 24px;height: 24px;margin-left: 0;vertical-align: middle;}

#page-wrapper .message{font-size: 14px;display: block;margin:auto;text-align: left;padding: 0 1em;}
#page-wrapper .center{text-align: center!important;}



h4.allow-header{
  width: 1260px;
    height: 40px;
    margin: 1em auto;
    text-align: left;
    background-color: #ECFAEB;
    padding: 0.5em 0.5em 0.5em 1em;
    color: #333;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

h4.std-header{font-weight: bold; margin: 1em auto;text-align: left;background-color: #ECFAEB;padding: 0.7em 0.5em 0.7em 1em;color: #333;
   border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;}

h4.allow-header span{display: inline-block;font-weight: bold;}
h4.allow-header span i{
    color: #333;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
}
h4.allow-header ul{display: inline-block;margin: 0;padding: 0;}
h4.allow-header ul li{display: inline-block;font-weight: bold; padding-left: 1em;padding-right: 0;}
h4.allow-header ul li:first-child{padding-left: 0;}
h4.allow-header ul li::after{content: "-";display: inline-block;margin-left: 1em;margin-right:0;}
h4.allow-header ul li:last-child::after{content: '';padding: 0;}

h4.allow-header .option-button{display: inline-block;margin: 0 0.5em;padding: 0;}
h4.allow-header .option-button button{display: inline-block;margin-left: 0.3em;}


.navbar-top-links {
   display: table-cell;
    margin-right: 0;
    width: 280px;
    margin-left: 0;
    float: none!important;
    vertical-align: top;
}
#top-navigation .navbar-header{
    float: none;
    width: 380px;
    display: table-cell;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
   /* margin-right: 15px;*/
   margin-right: 0;
}

.navbar-top-links li a {
    padding: 8px 0 0 0 ;
    min-height: 44px;
    color: #fff;
}
.navbar-top-links li a:hover{background-color: #2292c4;}

.navbar-top-links .dropdown-menu li {
    display: inline-block;/*ヘッダーメニュー右側*/
    text-align: center;
    vertical-align: top;
    width: 32.100%;
    padding: 0;
}

.navbar-top-links .dropdown-menu li a img{
    max-width: 99px;
    height: auto;
    max-height: 99px;
}
.navbar-top-links .dropdown-menu li a span{display: block;margin: 0 auto;text-align: center;}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 0;
    min-height: 0;
    display: block;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {

    min-width: 0;
    padding: 1em;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}


.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}





.wide{width: 440px;}
.mini{width: 351px;}


#overlay_field .row{margin-left: 0;margin-right: 0;}
#overlay_field .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
{
    vertical-align: middle;
    text-align: center;

}


.bdr,
#tbl9{
border: 1px solid #ddd !important;
}

.bdr tr th,
.bdr tr td{
border-left:none !important;
}

.bdr2 tbody{
	border-left:1px solid #ddd !important;
}

.bdr2 tbody tr td{
border-left:none !important;
}
