@charset "UTF-8";
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #FBFCFD;
  color: #666666;
  /* Margin bottom by footer height */
  margin-bottom: 75px;
}
@media (min-width:768px){
  body {
    background-color: #FBFCFD;
    color: #666666;
    /* Margin bottom by footer height */
    margin-bottom: 85px;
  }
  .jumbotron{
    padding-top: 20px;
  }
}

@media (min-width:1200px){
  /*.container {
    width: 100%;
    padding-left:45px;
  }*/
  .flex-wrap {
    width: 100%;
    padding-left:45px;
  }
}
p {
  margin: 0px;
  padding: 0px;
}
a {
  color: #29AAE1;
  text-decoration: none;
}
a:visited {
  color: #29AAE1;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #29AAE1;
  text-decoration: underline;
}
.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  min-height: 48px;
  color: #FFF;
}
.navbar-text {
  margin-bottom: 0px;
  margin-top: 15px;
  margin-right: 0px;
  color: #fff;
  font-size: 13px;
}
.navbar-blue .navbar-text {
  color: #fff;
}
.navbar-text a {
  color: #E5E5E5;
}
.navbar-text a:visited {
  color: #E5E5E5;
  text-decoration: none;
}
.navbar-text a:hover, .navbar-text a:focus, .navbar-text a:active {
  color: #FFF;
  text-decoration: underline;
}
.navbar-blue {
  background-color: #004F99;
  border-style: none;
  background-image: none;
}

@media (min-width:768px){
  .navbar-blue {
    background-color: #004F99;
    border-style: none;/*
    background-image: url(../img/logo.png);
    background-size:145px 40px;
    background-repeat: no-repeat;
    background-position:center 7px;*/
  }
}
.navbar-blue .navbar-toggle {
  border-color: #004187;
  background-color: #004187;
  margin-bottom: 0px;
  position:absolute;
  top:0;
  right:0;
}
.navbar-blue .navbar-toggle:hover, .navbar-blue .navbar-toggle:focus {
  border-color: #004187;
  background-color: #004187;
}
.navbar-blue .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-blue .navbar-collapse, .navbar-blue .navbar-form {
  border-color: #004187;
  padding-left: 40px;
  padding-right: 40px;
}
.navbar-blue #navbar.navbar-collapse{
  background-color:#3f7ab2;
  /*width: 100%;*/
}
.navbar-blue .navbar-collapse > .navbar-right{
  /* margin-top:-15px; */
  /* margin-bottom:15px; */
}

@media (max-width:1024px){
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand,.navbar-blue .navbar-collapse > .navbar-right{
    /* width:100%; */
  }
}
@media (min-width:1025px){
  .navbar-blue .navbar-collapse > .navbar-right{
    margin-top:0;
    margin-bottom:0;
  }
}
.navbar-blue .navbar-collapse .navbar-right .navbar-text{
  float: none;
}
.nav > li > a {
  padding-left:9px;
  padding-right:9px;
  color: #E5E5E5;
  text-decoration: none;
}
.nav > li > a:hover, .nav > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #004F99;
}
.navbar-nav{
  float:none;
}
#navbar > .navbar-nav.posright {
  justify-content: flex-end;
}

#navbar > .navbar-nav.navmenu > li{
  float:none;
  flex-grow: 1;
  width: 100%;
}
#navbar > .navbar-nav.navmenu{
  display: flex;
  display:-webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width:768px){
  #navbar > .navbar-nav.navmenu{
    flex-direction: row;
    align-items: center;
    position: relative;
    /*padding-left: 120px;*/
  }
  #navbar > .navbar-nav.navmenu > li {
    width: auto;
    max-width: 130px;
  }
  #navbar > .navbar-nav.navmenu > li.dashboard {
    /*position: absolute;*/
    top: 0;
    left: 0px;
  }
/*  #navbar .dropdown-menu{
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    top: 100%;      display: block;
  }*/
  #navbar .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
@media (min-width:1200px){
  #navbar > .navbar-nav.navmenu{
    /*justify-content: space-between;*/
  }
}
.navbar-blue .navbar-nav.navbar-right > li > a {
  color: #fff;
  font-size: 13px;
  padding: 7px;
  display: inline-block;
}
.navbar-blue .navbar-nav.navbar-right > li > a i{
  margin-right:5px;
}
.chat-info {
  background: #fff;
  color: #d1302c;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  position: relative;
  margin-right:10px;
}
.chat-info::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
}
.navbar-nav > li > a {
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 18px;
  padding-right: 17px;
}


@media (min-width:768px){
  #navbar .navbar-nav > li > a {
    text-align: center;
  }
}
#navbar .dropdown-menu {
  background-color: #004187;
  border: 1px solid #004187;
}
#navbar .nav .open a, #navbar .nav .open a:focus, #navbar .nav .open a:hover {
  background-color: #004187;
  border-color: #004187;
}
#navbar .navbar-nav .open .dropdown-menu {
  background-color: #004187;
}
#navbar .dropdown-menu > li > a {
  color: #E5E5E5;
}
#navbar .dropdown-menu > li > a:hover {
  color: #FFF;
  background-color: #004187;
}

@media (min-width:768px){
  .dropdown-menu {
    min-width:130%;
    left: -15%;
  }
}
#navbar .navbar-nav > li > a{
  position:relative;/*
  padding-left: 8px;
  padding-right: 7px;*/
  padding-left: 5px;
  padding-right: 11px;
}
#navbar .navbar-nav > li.sub-menu > a{
}
#navbar .navbar-nav > li.dashboard > a{
  padding-left: 18px;
  padding-right: 17px;
}
.navbar-blue .navbar-nav > .active > a,
.navbar-blue .navbar-nav > .active > a:hover,
.navbar-blue .navbar-nav > .active > a:focus,
#navbar .navbar-nav > li.dashboard.active > a{
  background:#004f99;
}
#navbar .navbar-nav > li > a:before{
  content:"";
  width:24px;
  height:17px;
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
/*
  position:absolute;
  left:-10px;
  top:50%;
  margin-top:-8.5px;*/
}
#navbar .navbar-nav > li .chat-num {
  font-size: 10px;
  display: inline-block;
  margin: 0 0 0 5px;
  background: #fff;
  color: #c00;
  padding: 1px 5px;
  border-radius: 3px;
  line-height: 1.5;
  position: relative;
  top: -2px;
}
#navbar .navbar-nav > li.sub-menu{
  padding:0px 15px;
}
#navbar .navbar-nav > li.sub-menu > a{
  display:inline-block;
  font-size: 11px;
  padding:0 2px 5px 2px;
  color:#fff;
}
#navbar .navbar-nav > li.sub-menu > a:before,
#navbar .navbar-nav > li.sub-menu > a i{
  display:none;
}
#navbar .navbar-nav > li.dashboard > a::before {
  display:none;
}
.nav01 > a:before{
  background: url(../img/nav01.png) no-repeat 50% 50%;
}
.nav02 > a:before{
  background: url(../img/nav02.png) no-repeat 50% 50%;
}
.nav03 > a:before{
  background: url(../img/nav03.png) no-repeat 50% 50%;
}
.nav04 > a:before{
  background: url(../img/nav04.png) no-repeat 50% 50%;
}
.nav05 > a:before{
  background: url(../img/nav05.png) no-repeat 50% 50%;
}
.nav06 > a:before{
  background: url(../img/nav06.png) no-repeat 50% 50%;
}
.nav07 > a:before{
  background: url(../img/nav07.png) no-repeat 50% 50%;
}
.nav08 > a:before{
  background: url(../img/nav08.png) no-repeat 50% 50%;
}
.nav09 > a:before{
  background: url(../img/nav09.png) no-repeat 50% 50%;
}
.nav10 > a:before{
  background: url(../img/nav10.png) no-repeat 50% 50%;
}
.admin > a:before{
  background: url(../img/icon_admin_n.png) no-repeat 50% 50%;
  background-size:9px auto;
}

.navmenu li {
  font-size:12px;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  height: auto;
  line-height: 20px;
  padding-top: 17px;
  padding-left: 14px;
  padding-right: 0px;
  padding-bottom: 10px;
}

/*.navbar-brand:before {
  content:"";
  display:block;
  float:left;
  width:183px;
  height:48px;
  margin-top: -5px;
  background-image: url(../img/logo.png);
  background-size:183px 48px;
  background-repeat: no-repeat;
  background-position:center center;
  margin-right: 42px;
}*/
#brand_logo {
  display: block;
  float: left;
  width: 183px;
  height: 48px;
  margin-top: -5px;
  size: 183px 48px;
  margin-right: 42px;
}

.navbar > .container-fluid {
  padding-left:0;
  padding-right:0;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width:768px){
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    /* min-width:768px; */
    min-width:510px;
  }
}

@media (max-width:480px){
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 60px;
    padding-top: 13px;
    padding-bottom: 5px;
    margin-top: -5px;
    font-size: 12px;
    line-height: 1.4;
  }
  #navbar .navbar-nav > li {
    font-size: 12px;
  }
}

.statement {
  float: left;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
}
.navbar-logo {
  padding-top: 5px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.navbar-default {
  background-color: #004F99;
  border-style: none;
}
.nav-header {
  background-color: #FFF;
  border-style: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color: #004F99;
  color: #FFF;
}
.navbar-default .navbar-nav > li > a {
  color: #E5E5E5;
}

@media (max-width:767px){
/*  .navbar-brand::before {
    display: block;
    float: none;
    width: 91px;
    height: 24px;
    margin-top: -5px;
    background-size: 91px auto;
    margin: 0 0 7px 0;
    display: block;
  }*/
  #brand_logo {
    display: block;
    float: none;
    width: 91px;
    height: 24px;
    margin-top: -5px;
    size: 91px auto;
    margin: 0 0 7px 0;
    display: block;
  }

  .navbar-nav > li > a {
    padding: 3px 0;
  }
  #navbar .dropdown-menu > li > a {
    padding: 2px 30px;
  }
}
.breadcrumb {
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 0px;
  color: #F1F1F1;
  padding: 7px 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d4dde6;
  position:relative;
  background:#fff;
  height:40px;
}
.breadcrumb li {
  position:relative;
  font-size:12px;
}
.breadcrumb>li+li:before {
  content: "";
}
.breadcrumb:before{
  content:"";
  width:1px;
  height:100%;
  position:absolute;
  top:-1px;
  left:30px;
  background:#d4dde6;
}
.breadcrumb li:before{
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #d4dde6;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -13px;
  left: 100%;
  z-index: 2;
}
.breadcrumb li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: -14px;
  left: 100%;
  z-index: 5;
}
.breadcrumb li.pull-right:before,
.breadcrumb li.pull-right:after {
  display:none;
}
@media (max-width:767px){
  .breadcrumb li.pull-right{
    margin-top:12px;
  }
  .breadcrumb::before,
  .breadcrumb li::before,
  .breadcrumb li::after {
    display:none;
  }
  .breadcrumb li::after {
    content: ">";
    display: inline-block;
    top: 0;
    margin: .1em 0 0 10px;
    position: absolute;
    border: none;
    left:-1em;
    top:0;
    height: 1em;
  }
  .breadcrumb li:first-child:after {
    display:none;
  }
  .breadcrumb{
    padding: 7px 0px;
    height:auto;
  }
  .breadcrumb li.pull-right {
    margin-top: 5px;
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width:480px){
  .breadcrumb .pull-right .btn-primary{
    padding: 3px 1.7em;
    margin: 0 5% 7px 5%;
  }
  .breadcrumb li.pull-right {
    text-align: center;
  }
}
h3 {
  color: #004F99;
  font-size: 17px;
  font-weight: bold;
}
.jumbotron {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fafafb;
  margin-bottom: 0px;
}
.jumbotron p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.panel {
  background-color: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.panel-info {
  border-color: #DFDFDF;
  padding: 0 15px 15px;
  overflow: hidden;
}
.panel-info > .panel-heading {
  background-color: #FFF;
  border-color: #DFDFDF;
}
.panel-heading {
  border-bottom: 1px solid #DFDFDF;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding:10px 15px;
}
.flex-wrap .panel-heading{
  padding: 10px 0;
}
.flex-wrap .panel-info{
  padding-top: 10px;
  padding-bottom: 10px;
}
#panel_tutorial .panel-heading {
  border-color: #76c15f;
}
#panel_tutorial .panel-title{
  background: url(../img/icon_panel_tutorial.png) no-repeat 0% 50%;
}
#panel_log .panel-heading {
  border-color: #e94a4a;
}
#panel_log .panel-title{
  background: url(../img/icon_panel_log.png) no-repeat 0% 50%;
}
#panel_report .panel-heading {
  border-color: #ffd200;
}
#panel_report .panel-title{
  background: url(../img/icon_panel_report.png) no-repeat 0% 50%;
}
#panel_report_monthly1 .panel-heading {
  border-color: #ffd200;
}
#panel_report_monthly1 .panel-title{
  background: url(../img/icon_panel_report.png) no-repeat 0% 50%;
}
#panel_graph .panel-heading {
  border-color: #f69b5e;
}
#panel_graph .panel-title{
  background: url(../img/icon_panel_graph.png) no-repeat 0% 50%;
}
#panel_business_administration .panel-heading {
  border-color: #004f99;
}
#panel_business_administration .panel-title{
  background: url(../img/icon_panel_business_administration.png) no-repeat 0% 50%;
}
#panel_subledger .panel-heading {
  border-color: #e94a4a;
}
#panel_subledger .panel-title{
  background: url(../img/icon_panel_subledger.png) no-repeat 0% 50%;
}
/*
 * #panel_notification .panel-heading {
 *   border-color: #76c15f;
 * }
 * #panel_notification .panel-title{
 *   background: url(../img/icon_panel_notification.png) no-repeat 0% 50%;
 * }
 */
#panel_notification_admin .panel-heading {
  border-color: #004f99;
}
#panel_notification_admin .panel-title{
  background: url(../img/icon_notification.png) no-repeat 0% 50%;
}
#panel_message .panel-heading {
  border-color: #e94a4a;
}
#panel_message .panel-title{
  background: url(../img/icon_panel_message.png) no-repeat 0% 50%;
}
#panel_guarantee .panel-heading {
  border-color: #ffd200;
}
#panel_guarantee .panel-title{
  background: url(../img/icon_panel_guarantee.png) no-repeat 0% 50%;
}
#panel_news .panel-heading {
  border-color: #f69b5e;
}
#panel_news .panel-title{
  background: url(../img/icon_panel_news.png) no-repeat 0% 50%;
}
#panel_file_management .panel-heading {
  border-color: #004f99;
}
#panel_file_management .panel-title{
  background: url(../img/icon_panel_file_management.png) no-repeat 0% 50%;
}
#panel_suggestion .panel-heading {
  border-color: #76c15f;
}
#panel_suggestion .panel-title{
  background: url(../img/icon_panel_suggestion.png) no-repeat 0% 50%;
}
.flex-wrap .panel-title:before {
  content:"";
  width:1em;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.flex-wrap .panel-title {
  position:relative;
  color: #004F99;
  padding-left:30px;
}
.flex-wrap .panel-body {
  padding: 15px 0 15px 0;
}
.flex-main .panel-title {
  font-size:20px;
}
/*
.flex-sub .panel-title {
  font-size:16px;
}
*/
.flex-wrap .col-md-1, .flex-wrap .col-md-10, .flex-wrap .col-md-11, .flex-wrap .col-md-12, .flex-wrap .col-md-2, .flex-wrap .col-md-3, .flex-wrap .col-md-4, .flex-wrap .col-md-5, .flex-wrap .col-md-6, .flex-wrap .col-md-7, .flex-wrap .col-md-8, .flex-wrap .col-md-9{
  width:100%;
  float:none;
  padding-bottom:20px;
}
.flex-wrap{
  display: flex;
  display:-webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  box-sizing: border-box;
  flex-direction:column;
}
.flex-wrap > .flex-main,
.flex-wrap > .flex-sub{
  width:100%;
  margin-bottom:45px;
}
.flex-wrap > .flex-sub .panel {
  /* height: 300px; */
  height: 450px;
}
.flex-wrap > .flex-sub .panel-body {
  /* height: 260px; */
  height: 410px;
}
.flex-wrap > .flex-sub figure{
  text-align: center;
  padding:0 14px;
}
.flex-wrap > .flex-sub figure img{
  max-width:250px;
}
figure img{
  max-width:100%;
  height:auto;
}
@media (min-width:1200px){
  .flex-wrap{
    flex-direction:row;
  }
  .flex-wrap > .flex-main{
    width:75%;
  }
  .flex-wrap > .flex-sub{
    width:22%;
  }
}
.no-message{
  position:relative;
  text-align: center;
}
.no-message:before{
  content:"";
  width:100%;
  height:100px;
  display:block;
  margin:55px auto 15px;
  position:relative;
  background: url(../img/icon_panel_log_display.png) no-repeat center center;
}
@media (min-width:1200px){
  .no-message{
  }
}
.well {
  background-color: #EFEFEF;
  border: 1px solid #DFDFDF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #E0EEFC;
}
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #CAE6FC;
}

.btn-blue {
  background: rgb(0, 79, 153);
  color: #FFF;
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-blue:hover, .btn-blue:focus {
  background: rgb(1, 70, 127);
  color: #FFF;
}
.btn-blue:active {
  background: rgb(0, 54, 119);
  color: #FFF;
}

.btn-normal {
  background-color: #55BFCA;
  color: #FFF;
  border: 1px solid #21BCCC;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-normal:hover, .btn-normal:focus {
  background-color: #0BABB7;
  color: #FFF;
  border: 1px solid #06A2B2;
}
.btn-normal:active {
  background-color: #0BABB7;
  color: #FFF;
  border: 1px solid #06A2B2;
}

.btn-white {
  background-color: #FFF;
  color: #29AAE1;
  border: 1px solid #AAABAB;
}
.btn-white:hover, .btn-white:focus {
  background-color: #F3F6FA;
  color: #29AAE1;
  border: 1px solid #AAABAB;
}
.btn-white:active {
  background-color: #F3F6FA;
  color: #29AAE1;
  border: 1px solid #AAABAB;
}

.btn-green {
  background-color: #5ED18D;
  color: #FFF;
  border: 1px solid #32C984;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-green:hover, .btn-green:focus {
  background-color: #28BC67;
  color: #FFF;
  border: 1px solid #36BF7A;
}
.btn-green:active {
  background-color: #28BC67;
  color: #FFF;
  border: 1px solid #36BF7A;
}
.btn-red {
  background-color: #F76973;
  color: #FFF;
  border: 1px solid #F76371;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-red:hover, .btn-red:focus {
  background-color: #ED545B;
  color: #FFF;
  border: 1px solid #E84D5D;
}
.btn-red:active {
  background-color: #ED545B;
  color: #FFF;
  border: 1px solid #E84D5D;
}
.btn-gray {
  background-color: #A3A3A3;
  color: #FFF;
  border: 1px solid #939393;
}
.btn-gray:hover, .btn-gray:focus {
  background-color: #939393;
  color: #FFF;
  border: 1px solid #848484;
}
.btn-gray:active {
  background-color: #939393;
  color: #FFF;
  border: 1px solid #848484;
}
.btn {
  font-family: "メイリオ", sans-serif;
}
.btn-lg-narrow {
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 10px;
}
.btn-lg-narrow-14px {
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.33333;
  padding: 13px 10px;
}
.btn-14px {
  font-size: 14px;
  line-height: 1.33333;
  padding: 13px 16px;
}
.breadcrumb .pull-right .btn-primary {
  background-color: #fff;
  border-color: #004f99;
  border-radius: 1.5em !important;
  color: #004f99;
  padding: 3px 1.7em;
  margin: 0 12px 5px 0;
}
.breadcrumb .pull-right .btn-primary:hover,
.breadcrumb .pull-right .btn-primary:focus {
  background-color:#81a9d0;
}
.breadcrumb .pull-right .btn-primary i{
  margin-right:5px;
}
.breadcrumb .pull-right .btn-default,
.breadcrumb .pull-right .btn-info {
  border:none;
  background: none;
  padding: 0;
  margin: 0 0 5px;
}

i.user{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 13px;
  height: 16px;
  left: 0;
  bottom: -6px;
  background: url(../img/icon_user.png) no-repeat;
}
i.logout{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 13px;
  height: 13px;
  left: 0;
  bottom: -6px;
  background: url(../img/icon_loguout.png) no-repeat;
}
i.chat{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 14px;
  height: 13px;
  left: 0;
  bottom: -6px;
  background: url(../img/icon_chat.png) no-repeat;
}
i.logout{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 13px;
  height: 13px;
  left: 0;
  bottom: -6px;
  background: url(../img/icon_logout.png) no-repeat;
}
i.admin{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 11px;
  height: 13px;
  left: 0;
  bottom: -6px;
  background: url(../img/icon_admin.png) no-repeat;
}
i.display{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 13px;
  height: 11px;
  left: 0;
  bottom: -5px;
  background: url(../img/icon_display.png) no-repeat;
}
i.report{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 12px;
  height: 12px;
  left: 0;
  bottom: -6px;
  background: url(../img/icon_report.png) no-repeat;
}

.breadcrumb .pull-right .btn-default i:before,
.breadcrumb .pull-right .btn-info i:before{
  display:none;
}
i.information,.breadcrumb .pull-right .btn-default i,
i.information,.breadcrumb .pull-right .btn-info i{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 24px;
  height: 24px;
  left: 0;
  bottom: -12px;
  background: url(../img/icon_info.png) no-repeat;
}
i.close{
  content: "";
  vertical-align:middle;
  display:inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  bottom: -8px;
  background: url(../img/icon_close.png) no-repeat;
}
@media (max-width:480px){
  i.information {
    width: 18px;
    height: 18px;
    background-size: 18px auto !important;
    bottom: -9px;
  }
}
.breadcrumb .pull-right .fuel-time{
  float: none !important;
  display: inline-block;
  font-size: 12px !important;
  margin: 0 5px;
  color:#888;
}
@media (max-width:480px){
  .btn-primary {
    padding: 2px 1em;
    margin: 0 5px 0 0;
  }
  .breadcrumb .pull-right .fuel-time {
    font-size: 9px !important;
    margin: 0 5px 0 0;
  }
}
.flex-bnr-wrap{
    background-color: #fafafb;
}
.flex-bnr{
  display: flex;
  display:-webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  text-align: center;
  margin: 0 auto;
  padding: 25px 25px 45px;
}
.flex-bnr > *{
  width:32%;
}
.flex-bnr *{
  max-width:100%;
}
@media (max-width:767px){
  .flex-bnr{
    flex-direction: column;
    align-items: flex-start;
  }
  .flex-bnr > * {
    width: 100%;
    margin: 10px auto;
  }
}
.footer {
  color: #fff;
  padding-top: 15px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px;
  background-color: #004f99;
}
@media (min-width:768px){
  .footer {
    color: #fff;
    padding-top: 12px;
    overflow: hidden;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    background-color: #004f99;
  }
  .footer .copyright{
    position: absolute;
    color: #fff;
    right: 0;  
    font-size: 12px;
  }
}
.f-link {
  float: left;
  margin: 0;
  text-align: left;
  font-size: 14px;
  padding: 0;
  z-index: 1;
  display: block;
  list-style: outside none none;
}
.f-link li {
  display: inline-block;
  margin: 0;
  padding-top: 0;
  padding-right: 0.75em;
  padding-bottom: 0;
  padding-left: 0.75em;
  color: #fff;
}
.f-link a {
  color: #fff;
  text-decoration: none;
  position:relative;
}
.f-link a:before {
  top: 50%;
  left: -10px;
  margin-top: -3px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #2c79c1;
  transition: all .4s;
}
.f-link a:hover {
  color: #98999C;
  text-decoration: underline;
}
@media (max-width:767px){
  .f-link {
    font-size: 11px;
  }
}
.left-15 {
  margin-left: -15px;
}
.footer-l {
  width: auto;
  overflow: hidden;
}
@media (min-width:768px){
  .footer-l {
    float: none;
    width: auto;
    overflow: hidden;
  }
}
.footer-r {
  width: auto;
  overflow: hidden;
}
@media (min-width:768px){
  .footer-r {
    float: none;
    width: auto;
    overflow: hidden;
    margin-top:15px;
  }
}
.panel-danger > .panel-heading {
  background-color: #FFF;
  border: 1px solid #F76973;
  color: #F76973;
}

.breadcrumb li.nocontent:before {
  content:'';
}
.breadcrumb li.content {
  float:left;
  padding: 3px 18px;
}
.breadcrumb li.nocontent {
  float:right;
  text-align:right;
}

/* dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.shortcut_label {
  font-size: 6pt;
  margin-left: 5px;
}
.copyText {
  cursor: pointer;
}

/* sticky */
#sticky_area{ position: sticky; display: block; top: 220px; z-index: 10; height: 0; }
#sticky_area.has_height{ height: auto; margin-bottom: 10px; }
#sticky_inner{ position: sticky; border-radius: 5px; background-color: rgba(200,230,250,0.8); padding: 10px; top: 10px; margin-right: 10px; line-height: 26px; }

