﻿/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*Standard Elements*/
body {
  background: #fafafa;
  background-position: initial initial;
  background-repeat: initial initial;
  margin: 0px;
  padding: 0px;
  word-break: break-all;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
a:hover {
  text-decoration: none;
}
h1 {
  color: #4d5b76;
  font-size: 3em;
}
h2 {
  font-size: 1.75em;
  color: #3a4a53;
}
h3 {
  font-size: 1.25em;
}


hr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #fff;
}
label {
  font-weight: normal;
}
.text-sm {
  font-size: .8em;
}
.padding-top {
  padding-top: 1em;
}
.padding-bottom {
  padding-bottom: 1em;
}
.padding-right {
  padding-right: 1em;
}
.padding-left {
  padding-left: 1em;
}
.padding-top-small {
  padding-top: .5em;
}
.padding-bottom-small {
  padding-bottom: .5em;
}
.padding-right-small {
  padding-right: .5em;
}
.padding-left-small {
  padding-left: .5em;
}
.label.header-label {
  display: block;
  margin-bottom: 1em;
}
.label.img-label {
  display: block;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/*Navbar*/
.navbar-collapse {
  position: relative;
  z-index: 9999;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  color: #eee;
  background-color: #eee;
}
.navbar {
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  padding: 0em 1em;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border-bottom: none;
}
.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbar .nav > li:hover {
  background-color: #444;
}
.navbar .nav > li > a:hover {
  color: #fff;
}
.navbar .dropdown-menu a:hover {
  background: none;
  color: #000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #444;
  color: #fff;
}
.navbafr {
  position: relative;
  z-index: 20;
  margin: 0px;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  -moz-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  padding: 0em 1em;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px;
  border-bottom: none;
}
.navbafr .brand {
  text-shadow: none;
}
.navbafr .nav {
  margin-right: -2em;
}
.navbafr .nav > li > a {
  color: #fff;
  text-shadow: none;
}
.navbafr .nav > li:hover {
  background-color: #444;
}
.navbafr .nav > li > a:hover {
  color: #fff;
}
.navbafr .dropdown-menu a:hover {
  background: none;
  color: #000;
}
.navbafr .nav li.dropdown.open > .dropdown-toggle {
  background-color: #444;
  color: #fff;
}
.content {
  position: relative;
  background: #fff;
  margin-left: 300px;
  border-left: 1px solid #cccccc;
  padding: 15px 15px 0px 15px;
  max-width: 920px; /*2015-01-07*/
}

.content02 {
  position: relative;
  max-width: 960px; /*2015-01-09*/
  margin:0px auto;
  background: #fff;
  padding: 15px 15px 0px 15px;
}

.content03 {
  position: relative;
  background: #fff;
  padding: 15px 15px 0px 15px;
}

@media (min-width: 768px) {
  .content {
   min-height: 800px;
  }   
.content02 {
   min-height: 800px;
  }   
.content03 {
    min-height: 1000px;
  }   
}

.header {
  background: #fff;
  /*
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ffffff;
  padding: .5em 0em 1em 0em;
  */
  margin: 0px 0em 2em 0em;
}
.header h1 {
  margin: 0em 0em .5em 0em;
  padding: 0em;
  line-height: 1em;
  font-size: 1.5em;
  font-weight: normal;
}
.breadcrumb {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
  margin-bottom: .5em;
  margin-bottom: 0em;
  padding-left: 0em;
  padding-right: 0em;
  font-size: .75em;
}
.page-content {
  padding: 1em;
}
footer {
  padding: 1em;
  margin-top: 4em;
  color: #666;
  font-size: .85em;
  line-height: 1.3em;
  margin: 4em -3px 65px -3px;
}
@media (min-width: 768px) {
  footer {
    margin: 4em -3px 0px -3px;
  }
}


footer hr {
  margin: 2em -2em;
}
.nav-tabs > li {
  margin-bottom: -2px;
}
/*Quick Toolbar*/
.btn-toolbar.quick-toolbar {
  float: right;
}
.btn-toolbar.quick-toolbar .btn {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.btn-toolbar.list-toolbar {
  margin-bottom: 1em;
}
.stats {
  float: right;
}
.stats p.stat {
  margin: 1em 0em 0em 1em;
}
.stats .stat {
  float: left;
  margin-left: 1em;
  line-height: 2.5em;
  font-size: .9em;
}
.stats .stat .label {
  font-size: 1em;
}
.stats .stat .number {
  font-weight: bold;
  margin-right: .5em;
  padding: .5em;
  border: 1px solid #ccc;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3e3e3), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e3e3e3, #ffffff);
  background: -moz-linear-gradient(center bottom, #e3e3e3 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #e3e3e3, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e3e3e3')";
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
  text-shadow: 1px 1px 1px #fff;
}
.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*Blocks*/
.panel {
  border: 1px solid #ccc;
  background: white;
  border-radius: 3px;
}
.dialog .panel {
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
}
/*
.panel .panel-heading {
  border-bottom: 1px solid #ccc;
  border-left: none;
  color: #333;
  display: block;
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;
  font-size: .85em;
  line-height: 1.5em;
  background: #efefef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efefef), color-stop(1, #fafafa));
  background: -ms-linear-gradient(bottom, #efefef, #fafafa);
  background: -moz-linear-gradient(center bottom, #efefef 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #efefef, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#efefef')";
  box-shadow: inset 0px 1px 1px white;
}

.panel .panel-heading:not(.no-collapse):hover {
  background: #ffefdf;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2e2d2), color-stop(1, #ffefdf));
  background: -ms-linear-gradient(bottom, #f2e2d2, #ffefdf);
  background: -moz-linear-gradient(center bottom, #f2e2d2 0%, #ffefdf 100%);
  background: -o-linear-gradient(bottom, #f2e2d2, #ffefdf);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#f3e3d3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffefdf',EndColorStr='#f2e2d2')";
}
*/
.panel .panel-heading .panel-icon {
  border-right: 1px solid #AAA;
  box-shadow: 1px 0px 1px #fff;
  border-left: none;
  text-align: center;
  padding-left: 1em;
  line-height: 2em;
  margin-top: -0.25em;
}
.panel .panel-heading .panel-icon a {
  padding: 0em;
}
.panel .panel-heading .panel-icon [class*="icon-"] {
  padding: 0em 1em;
  line-height: 1em;
}
.panel .panel-heading .panel-icon.pull-right {
  border-left: 1px solid #AAA;
  border-right: none;
  box-shadow: inset 1px 0px 1px #fff;
}
.panel .panel-heading .label {
  float: right;
  line-height: 1.5em;
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
}
p.panel-heading,
a.panel-heading,
.panel-heading a {
  color: #505050;
  display: block;
  outline: none;
}
a.panel-heading:hover,
.panel-heading a:hover {
  color: #505050;

}
.panel-body {
  min-height: .25em;
  word-wrap: break-word;
}
.panel-body h1,
.panel-body h2,
.panel-body h3,
.panel-body h4,
.panel-body h5,
.panel-body h6,
.panel-body table {
  margin-top: 12px;
}
.panel-body.collapse {
  margin-top: 0em;
  margin-bottom: 0em;
}
/*Navigation*/
.sidebar-nav {
  width: 300px;
  position: absolute;
  float: left;
  border-top: none;
  border-left: none;
  margin: 0em;
}
.sidebar-nav ul {
  list-style: none;
  padding-left: 0px;
}
.sidebar-nav li a .fa-caret-right {
  color: #666;
  padding-right: .25em;
}
.sidebar-nav .nav-header {
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #c8c8cb;
  background: #efeff0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #fafafa));
  background: -ms-linear-gradient(bottom, #efeff0, #fafafa);
  background: -moz-linear-gradient(center bottom, #efeff0 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #efeff0, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#efeff0')";
  border-left: none;
  color: #444;
  display: block;
  font-weight: normal;
  font-size: 1em;
  line-height: 2.5em;
  padding: .25em .25em .25em 1em;
  margin-bottom: 0px;
  text-shadow: none;
  text-transform: none;
  /*Change the arrow direction if the item is collapsed*/

}
.sidebar-nav .nav-header .label {
  float: right;
  margin-top: .5em;
  margin-right: .25em;
  line-height: 1.5em;
}
.sidebar-nav .nav-header:hover {  /*2015-01-26*/
   background: #e5e5ea;  
  /*
  background: #efeff0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
  background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
  background: -o-linear-gradient(bottom, #efeff0, #ffffff);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
  */
}
.sidebar-nav .nav-header .fa-collapse::before {
  content: "\e114";
}

.sidebar-nav .nav-header .fa-collapse,
.sidebar-nav .nav-header .fa-collapse {
  float: right;
}
.sidebar-nav .nav-header .label {
  float: right;
  margin-top: .7em;
  line-height: 1.5em;
}
.sidebar-nav .nav-header i[class*="fa-"] {
  line-height: 2.25em;
  padding-right: .75em;
}

@media (min-width: 768px) {
  #main-menu >li.active > a{  /*2019-03-27*/
     background: #e5e5ea;
  }
}
@media (max-width: 767px) {
  #main-menu >li.active > a{  /*2019-03-27*/
     font-weight: bold;
  }
}
.sidebar-nav >ul >li.active > a{  /*2015-01-26*/
   background: #e5e5ea;
}

.sidebar-nav .nav-list {
  margin: 0px;
  border: 0px;
  background: #fafafa;
}
.sidebar-nav .nav-list  > li > a:hover {
  background: #d2d2dd;
}
.nav-list  > .active > a,
.sidebar-nav .nav-list  > .active > a,
.sidebar-nav .nav-list  > .active > a:hover {
  text-shadow: none;
  background: #e5e5ea;
  border-top: 1px solid #d0d0d6;
  border-bottom: 1px solid #d0d0d6;
}
.sidebar-nav .nav-list li:first-child.active a {
  border-top: 0px;
}
.sidebar-nav .nav-list li:last-child.active a {
  border-bottom: 0px;
}
.sidebar-nav .nav-list  > li:hover {
  border-left: 4px solid #8989a6;
  overflow: hidden;
}
.sidebar-nav .nav-list  > li:hover a {
  margin-left: -4px;
}
.sidebar-nav .nav-list  > .active {
  overflow: hidden;
  border-left: 4px solid #909096;
}
.sidebar-nav .nav-list  > .active a {
  margin-left: -4px;
}
.sidebar-nav .nav-list  > .active > a:hover {
  background: #c3c3d2;
}
.sidebar-nav .nav-list  > li > a {
  color: #222;
  padding: .5em 1em;
}
.sidebar-nav .nav-list.collapse.in {
  border-bottom: 1px solid #ccc;
}
/*Buttons*/
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: normal;
}
.input-group-btn .btn{
  white-space: nowrap;
}
.btn-primary {
  background-color: #0064a8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#05a7d9), to(#0064a8));
  border: 1px solid #0064a8;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.btn-primary:hover {
  background-color: #0064a8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0064a8), to(#005594));
  border: 1px solid #0064a8;
  font-weight: bold;
}
/*
.btn-danger {
  background-color: #553333;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#653d3d), to(#553333));
  border: 1px solid #452929;
  font-weight: normal;
}
.btn-danger:hover {
  background-color: #553333;
  *background-color: #553333;
}
.btn-success {
  background-color: #556665;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#617473), to(#556665));
  border: 1px solid #495857;
  font-weight: normal;
}
.btn-success:hover {
  background-color: #556665;
  *background-color: #556665;
}
.btn-warning {
  background-color: #cfcf61;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cfcf61), to(#8b8b3e));
  border: 1px solid #cfcf61;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.btn-warning:hover {
  background-color: #99994d;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99994d), to(#818136));
  border: 1px solid #99994d;
  font-weight: bold;
}
*/
/*.well {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 0px #ffffff;
  -moz-box-shadow: 1px 1px 0px #ffffff;
  box-shadow: 1px 1px 0px #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
*/
/*Faq*/
.faq-content ul,
.faq-content ol {
  padding-left: 1.5em;
}
.faq-content ul .top,
.faq-content ol .top {
  float: right;
  line-height: 1.25em;
  padding: .75em 0em;
}
/*Gallery*/
.gallery {
  text-align: center;
}
.gallery  > img {
  margin: .5em .5em .5em .5em;
}
.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}
.dialog {
  margin: 0px auto;
  margin-top: 1.5em;
  float: none;
  max-width: 400px;
}
.dialog input[type="checkbox"] {
  margin: 0px;
}
.dialog .alert {
  margin-bottom: 1em;
}
.dialog form {
  margin-bottom: 0px;
}
.dialog .remember-me {
  padding: .5em 0em 0em 0em;
}

.column1 {
  margin: 0px auto;
  margin-top: 1.5em;
  float: none;
  max-width: 1200px;
}


/*input[type="text"], input[type="password"] {*/
/*.rounded(0px);*/
/*}*/
/*Alerts*/
/*
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: .5em 1em;
  margin-top: 1em;
  border: 1px solid #f2e187;
  background: #f7ecb5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5), color-stop(1, #fcf8e3));
  background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
  background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
}
.alert .close {
  right: -0.25em;
}
.alert.alert-error {
  border: 1px solid #712d2d;
  background: #963b3b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #963b3b), color-stop(1, #b84c4c));
  background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
  background: -moz-linear-gradient(center bottom, #963b3b 0%, #b84c4c 100%);
  background: -o-linear-gradient(bottom, #963b3b, #b84c4c);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b84c4c',EndColorStr='#963b3b')";
  color: white;
  text-shadow: none;
}
.alert.alert-info {
  border: 1px solid #85c5e5;
  background: #afd9ee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
  background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
  background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
  background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
}
.alert.alert-success {
  border: 1px solid #a3d48e;
  background: #c1e2b3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8));
  background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
  background: -moz-linear-gradient(center bottom, #c1e2b3 0%, #dff0d8 100%);
  background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
}
*/
.knob-container > div {
  display: block !important;
  margin: auto;
}
/*Error Pages*/
.http-error {
  margin-top: 5em;
  text-align: center;
  color: #444;
}
.http-error h1 {
  font-size: 5em;
  line-height: 1em;
  text-shadow: 1px 1px 0px #fff;
  color: #444;
}
.http-error p {
  margin: 0px;
}
.http-error .info {
  font-size: 2em;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.http-error i {
  font-size: 3em;
  line-height: .75em;
  text-shadow: 1px 1px 0px #fff;
}
/*Model*/
.modal {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 11000;
}
.modal.small .modal-dialog {
  width: 370px;
}
.modal.small .modal-dialog .modal-body {
  padding: 1em;
  margin-top: 1em;
}
.modal .modal-icon {
  vertical-align: middle;
  font-size: 3em;
  float: left;
  margin-right: .25em;
}
.modal:focus {
  outline: none;
}
.modal .modal-header h3 {
  font-size: .95em;
  padding: 0em;
  margin: 0em;
}
.modal .modal-footer {
  padding: .75em;
}
.modal .modal-body {
  padding: 2em;
}
.modal p {
  margin: 0em;
  line-height: 1.5em;
}
/*Search*/
.search-well form {
  margin: 1em 0em 1.5em 0em;
}
.search-well label {
  margin-bottom: 0px;
  vertical-align: middle;
}
/*Table of Contents*/
.toc {
  margin-bottom: 2em;
}
.toc h3 {
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
}
.toc h4 {
  color: #555;
  font-size: 1em;
  margin-top: 0em;
  padding-top: 0em;
  line-height: 1.4em;
  margin-bottom: 0em;
  padding-bottom: 0em;
}
/*Dashboard Stats*/
.stat-widget-container {
  text-align: center;
}
.stat-widget-container .stat-widget {
  width: 25%;
  float: left;
}
.stat-widget-container .stat-widget .stat-button {
  position: relative;
}
.stat-widget-container .stat-widget .stat-button .title {
  font-size: 2em;
  font-weight: bold;
  color: #999;
}
.stat-widget-container .stat-widget .stat-button .detail {
  font-size: 1.5em;
  color: #555;
}
table.table.list tr:first-child td {
  border-top: 0px;
}
.table-first-column-check td:first-child,
.table-first-column-number td:first-child,
.table-first-column-check th:first-child,
.table-first-column-number th:first-child {
  width: 16px;
  text-align: center;
}
/* Tweaks for mobile */
@media (max-width: 767px) {
  .content {
    margin: 0em;
  }
  .content02 {
    margin: 0em;
  }
  
  .content03 {
    margin: 0em;
  }
  
  .sidebar-nav {
    float: none;
    width: auto;
    position: relative;
  }
  h1 {
    text-align: center;
  }
  .stats {
    text-align: center;
    margin-top: .5em;
    margin-bottom: 2em;
    float: none;
  }
  .stats .stat {
    float: none;
    display: inline;
  }
  .stat-widget-container .stat-widget {
    font-size: .5em;
  }
}
@media (max-width: 851px) {
  .stat-widget-container .stat-widget {
    font-size: .75em;
  }
}
@media (max-width: 767px) {
  footer hr {
    margin-left: 0em;
    margin-right: 0em;
  }
  .navbar .nav > li > ul {
    margin-left: 1.65em;
  }
  .navbar .nav > li:hover {
    background-color: transparent;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: transparent;
  }
  .sidebar-nav {
    display: none;
  }
}
@media (max-width: 604px) {
  body.http-error {
    font-size: .5em;
  }
  .dialog,
  .row .dialog {
    max-width: 300px;
  }
}

.theme-01 .navbar {
background:#dea906;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#dea906),color-stop(1,#f55c00));
background:-ms-linear-gradient(bottom,#dea906,#f55c00);
background:-moz-linear-gradient(center bottom,#dea906 0,#f55c00 100%);
background:-o-linear-gradient(bottom,#dea906,#f55c00);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#dea906',EndColorStr='#f55c00')"
}

.theme-01 .btn-theme {
background:#dea906;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#dea906),color-stop(1,#f55c00));
background:-ms-linear-gradient(bottom,#dea906,#f55c00);
background:-moz-linear-gradient(center bottom,#dea906 0,#f55c00 100%);
background:-o-linear-gradient(bottom,#dea906,#f55c00);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#dea906',EndColorStr='#f55c00')"

  border: 1px solid #dea906;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}

/* 大見出し */
.theme-01 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#dea906;
    border-radius:2px;
}
 
/* 中見出し */
.theme-01 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#dea906;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-01 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-02 .navbar {
background:#0d932d;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#09661f),color-stop(1,#0d932d));
background:-ms-linear-gradient(bottom,#0d932d,#09661f);
background:-moz-linear-gradient(center bottom,#0d932d 0,#09661f 100%);
background:-o-linear-gradient(bottom,#0d932d,#09661f);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#0d932d',EndColorStr='#09661f')"
}

.theme-02 .btn-theme {
background:#0d932d;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#09661f),color-stop(1,#0d932d));
background:-ms-linear-gradient(bottom,#0d932d,#09661f);
background:-moz-linear-gradient(center bottom,#0d932d 0,#09661f 100%);
background:-o-linear-gradient(bottom,#0d932d,#09661f);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#0d932d',EndColorStr='#09661f')"

  border: 1px solid #0d932d;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}

/* 大見出し */
.theme-02 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#0d932d;
    border-radius:2px;
}
 
/* 中見出し */
.theme-02 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#0d932d;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-02 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-03 .navbar {
background:#510054;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#510054),color-stop(1,#fd6cff));
background:-ms-linear-gradient(bottom,#fd6cff,#510054);
background:-moz-linear-gradient(center bottom,#510054 0,#fd6cff 100%);
background:-o-linear-gradient(bottom,#fd6cff,#510054);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#510054',EndColorStr='#fd6cff');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#510054',EndColorStr='#fd6cff')"
}

.theme-03 .btn-theme {
background:#510054;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#510054),color-stop(1,#fd6cff));
background:-ms-linear-gradient(bottom,#fd6cff,#510054);
background:-moz-linear-gradient(center bottom,#510054 0,#fd6cff 100%);
background:-o-linear-gradient(bottom,#fd6cff,#510054);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#510054',EndColorStr='#fd6cff');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#510054',EndColorStr='#fd6cff')"

  border: 1px solid #510054;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}


/* 大見出し */
.theme-03 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#510054;
    border-radius:2px;
}
 
/* 中見出し */
.theme-03 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#510054;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-03 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-04 .navbar {
background:#ff0067;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ff0067),color-stop(1,#ffc3b1));
background:-ms-linear-gradient(bottom,#ffc3b1,#ff0067);
background:-moz-linear-gradient(center bottom,#ff0067 0,#ffc3b1 100%);
background:-o-linear-gradient(bottom,#ffc3b1,#ff0067);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#ff0067',EndColorStr='#ffc3b1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0067',EndColorStr='#ffc3b1')"
}

.theme-04 .btn-theme {
background:#ff0067;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ff0067),color-stop(1,#ffc3b1));
background:-ms-linear-gradient(bottom,#ffc3b1,#ff0067);
background:-moz-linear-gradient(center bottom,#ff0067 0,#ffc3b1 100%);
background:-o-linear-gradient(bottom,#ffc3b1,#ff0067);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#ff0067',EndColorStr='#ffc3b1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff0067',EndColorStr='#ffc3b1')"

  border: 1px solid #ff0067;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}


/* 大見出し */
.theme-04 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#ff0067;
    border-radius:2px;
}
 
/* 中見出し */
.theme-04 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#ff0067;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-04 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-05 .navbar {
background:#534a37;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#534a37),color-stop(1,#817355));
background:-ms-linear-gradient(bottom,#534a37,#817355);
background:-moz-linear-gradient(center bottom,#534a37 0,#817355 100%);
background:-o-linear-gradient(bottom,#534a37,#817355);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#817355',EndColorStr='#534a37')"
}

.theme-05 .btn-theme {
background:#534a37;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#534a37),color-stop(1,#817355));
background:-ms-linear-gradient(bottom,#534a37,#817355);
background:-moz-linear-gradient(center bottom,#534a37 0,#817355 100%);
background:-o-linear-gradient(bottom,#534a37,#817355);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#817355',EndColorStr='#534a37')"

  border: 1px solid #534a37;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}

/* 大見出し */
.theme-05 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#534a37;
    border-radius:2px;
}
 
/* 中見出し */
.theme-05 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#534a37;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-05 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-06 .navbar {
background:#444;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#444),color-stop(1,#6a6a6a));
background:-ms-linear-gradient(bottom,#444,#6a6a6a);
background:-moz-linear-gradient(center bottom,#444 0,#6a6a6a 100%);
background:-o-linear-gradient(bottom,#444,#6a6a6a);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#6a6a6a',EndColorStr='#444444')"
}

.theme-06 .btn-theme {
background:#444;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#444),color-stop(1,#6a6a6a));
background:-ms-linear-gradient(bottom,#444,#6a6a6a);
background:-moz-linear-gradient(center bottom,#444 0,#6a6a6a 100%);
background:-o-linear-gradient(bottom,#444,#6a6a6a);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#6a6a6a',EndColorStr='#444444')"

  border: 1px solid #444;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}

/* 大見出し */
.theme-06 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#444;
    border-radius:2px;
}
 
/* 中見出し */
.theme-06 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#444;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-06 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-07 .navbar {
background:#334a78;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#334a78),color-stop(1,#4a6bae));
background:-ms-linear-gradient(bottom,#334a78,#4a6bae);
background:-moz-linear-gradient(center bottom,#334a78 0,#4a6bae 100%);
background:-o-linear-gradient(bottom,#334a78,#4a6bae);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#4a6bae',EndColorStr='#334a78')"
}

.theme-07 .btn-theme {
background:#334a78;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#334a78),color-stop(1,#4a6bae));
background:-ms-linear-gradient(bottom,#334a78,#4a6bae);
background:-moz-linear-gradient(center bottom,#334a78 0,#4a6bae 100%);
background:-o-linear-gradient(bottom,#334a78,#4a6bae);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#4a6bae',EndColorStr='#334a78')";

  border: 1px solid #334a78;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}



/* 大見出し */
.theme-07 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#334a78;
    border-radius:2px;
}
 
/* 中見出し */
.theme-07 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#334a78;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-07 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-08 .navbar {
background:#0cdb00;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#0cdb00),color-stop(1,#169900));
background:-ms-linear-gradient(bottom,#0cdb00,#169900);
background:-moz-linear-gradient(center bottom,#0cdb00 0,#169900 100%);
background:-o-linear-gradient(bottom,#0cdb00,#169900);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#0cdb00',EndColorStr='#169900')"
}

.theme-08 .btn-theme {
background:#0cdb00;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#0cdb00),color-stop(1,#169900));
background:-ms-linear-gradient(bottom,#0cdb00,#169900);
background:-moz-linear-gradient(center bottom,#0cdb00 0,#169900 100%);
background:-o-linear-gradient(bottom,#0cdb00,#169900);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#0cdb00',EndColorStr='#169900')"

  border: 1px solid #0cdb00;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}


/* 大見出し */
.theme-08 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#0cdb00;
    border-radius:2px;
}
 
/* 中見出し */
.theme-08 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#0cdb00;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-08 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-09 .navbar {
background:#0b6b79;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#0b6b79),color-stop(1,#13b7d0));
background:-ms-linear-gradient(bottom,#0b6b79,#13b7d0);
background:-moz-linear-gradient(center bottom,#0b6b79 0,#13b7d0 100%);
background:-o-linear-gradient(bottom,#0b6b79,#13b7d0);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#0b6b79',EndColorStr='#13b7d0')"
}

.theme-09 .btn-theme {
background:#0b6b79;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#0b6b79),color-stop(1,#13b7d0));
background:-ms-linear-gradient(bottom,#0b6b79,#13b7d0);
background:-moz-linear-gradient(center bottom,#0b6b79 0,#13b7d0 100%);
background:-o-linear-gradient(bottom,#0b6b79,#13b7d0);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#0b6b79',EndColorStr='#13b7d0')"

  border: 1px solid #0b6b79;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}

/* 大見出し */
.theme-09 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#0b6b79;
    border-radius:2px;
}
 
/* 中見出し */
.theme-09 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#0b6b79;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-09 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-10 .navbar {
background:#ff3600;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ff3600),color-stop(1,#cd0000));
background:-ms-linear-gradient(bottom,#ff3600,#cd0000);
background:-moz-linear-gradient(center bottom,#ff3600 0,#cd0000 100%);
background:-o-linear-gradient(bottom,#ff3600,#cd0000);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff3600',EndColorStr='#cd0000')"
}

.theme-10 .btn-theme {
background:#ff3600;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#ff3600),color-stop(1,#cd0000));
background:-ms-linear-gradient(bottom,#ff3600,#cd0000);
background:-moz-linear-gradient(center bottom,#ff3600 0,#cd0000 100%);
background:-o-linear-gradient(bottom,#ff3600,#cd0000);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff3600',EndColorStr='#cd0000')"

  border: 1px solid #ff3600;
  font-weight: bold;
  color: #fff;
}

/* 大見出し */
.theme-10 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#ff3600;
    border-radius:2px;
}
 
/* 中見出し */
.theme-10 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#ff3600;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-10 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}

.theme-00 .navbar {
background:#777;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#777),color-stop(1,#9d9d9d));
background:-ms-linear-gradient(bottom,#777,#9d9d9d);
background:-moz-linear-gradient(center bottom,#777 0,#9d9d9d 100%);
background:-o-linear-gradient(bottom,#777,#9d9d9d);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#9d9d9d',EndColorStr='#777777')"
}

.theme-00 .btn-theme {
background:#777;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#777),color-stop(1,#9d9d9d));
background:-ms-linear-gradient(bottom,#777,#9d9d9d);
background:-moz-linear-gradient(center bottom,#777 0,#9d9d9d 100%);
background:-o-linear-gradient(bottom,#777,#9d9d9d);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#9d9d9d',EndColorStr='#777777')"

  border: 1px solid #777;
  font-weight: bold;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  color: #fff;
}


/* 大見出し */
.theme-00 h2 {
    color: #fff;
    font-size:120.5%;
    font-weight:bold;
    line-height: 1.5em;
    padding:5px 20px 5px 20px;
    background:#777;
    border-radius:2px;
}
 
/* 中見出し */
.theme-00 h3 {
	font-size:115.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#777;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 5px 10px;
}
 
/* 小見出し */
.theme-00 h4 {
	font-size:110.5%;
	font-weight:bold;
	line-height: 1.5em;
	border-color:#cacaca;
	border-width:0 0 1px 10px;
	border-style:solid;
	background:#fff;
	padding:7px 10px 7px 10px;
}




.theme-001 .navbar {
  background: #4d5b76;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4d5b76), color-stop(1, #6f80a1));
  background: -ms-linear-gradient(bottom, #4d5b76, #6f80a1);
  background: -moz-linear-gradient(center bottom, #4d5b76 0%, #6f80a1 100%);
  background: -o-linear-gradient(bottom, #4d5b76, #6f80a1);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6f80a1',EndColorStr='#4d5b76')";
}

.theme-004 .navbar {
background:#4b648b;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#4b648b),color-stop(1,#718ab2));
background:-ms-linear-gradient(bottom,#4b648b,#718ab2);
background:-moz-linear-gradient(center bottom,#4b648b 0,#718ab2 100%);
background:-o-linear-gradient(bottom,#4b648b,#718ab2);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#718ab2',EndColorStr='#4b648b')"
}

.theme-006 .navbar {
background:#252c38;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#252c38),color-stop(1,#435066));
background:-ms-linear-gradient(bottom,#252c38,#435066);
background:-moz-linear-gradient(center bottom,#252c38 0,#435066 100%);
background:-o-linear-gradient(bottom,#252c38,#435066);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#435066',EndColorStr='#252c38')"
}

.theme-008 .navbar {
background:#616055;
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#616055),color-stop(1,#8a8879));
background:-ms-linear-gradient(bottom,#616055,#8a8879);
background:-moz-linear-gradient(center bottom,#616055 0,#8a8879 100%);
background:-o-linear-gradient(bottom,#616055,#8a8879);
filter:progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76',EndColorStr='#6f80a1');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#8a8879',EndColorStr='#616055')"
}


/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout-right {
  border-right: 5px solid #eee;
  border-left: 0px;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

.navbar-collapse .nav-header .fa-collapse::before {
  content: "\e114";
}

.navbar-collapse .nav-header .fa-collapse,
.navbar-collapse .nav-header .fa-collapse {
  float: right;
}


#footer {
}

#footer .foot-btn {
border-left:1px solid #fff;
padding:10px 0 0 0;
margin:0;
height:65px;
}

#footer .foot-btnend {
border-left:1px solid #fff;
border-right:1px solid #fff;
padding:10px 0 0 0;
margin:0;
height:65px;
}

#footer .active {
border-top:3px solid #0FF;
}

#footer .nonactive {
border-top:3px solid #000;
}


#footer a {
color:#fff;
font-size:60%;
display: block; /*2015-01-13*/
}

#footer i {
font-size:200%;
display:block;
margin-bottom:4px; */ /*2015-01-13*/
}

h5.media-heading {
font-weight:bold;
margin-bottom:0.5em;
font-size:130%;
}

/*bootstarp上書き*/
.form-group .control-label{	/*2015-01-06*/
	font-weight:bold;
	/*left:15px;   2023-08-31削除*/
}
.dropdown-menu{
	z-index:10000;
}
.dropdown-menu li{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.dropdown-menu li:last-child{
  border-bottom: 0px solid #e5e5e5;
  margin-bottom: 0px;
}

.navbar-collapse {
  max-height: 1000px;
}

.navbar-toggle {
  display:block;
  width:100%;
  clear: both;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;  
}
@media (max-width: 767px) {
  .navbar-nav > li > a {
    border-bottom:1px solid #eaeaea;
  }
}


/*モバイル用テーブルの項目*/
.xs-th{
  font-weight:bold;
}



@media (max-width: 767px) {
  .head-logo .row {
  margin:0px 15px;
  }

  #logo {
  width:100%;
  text-align:center;
  margin:0 auto;
  padding:5px 0;
  }

  #logo img {
  text-align:center;
  margin:0 auto;
  }

  .member-btn {
    margin:5px 0;
    text-align:center;

  }
  .member-btn .btn{
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
  }
}

@media (min-width: 768px) {
.member-btn {
margin:13px 0;
text-align:right;
}

#logo {
padding:5px 0;
}

.head-logo .row {
margin:0;
padding:0;
}

}

/* --------------- */
/* ダークテーマ */
/* --------------- */

/*グローバルナビ*/
.dark_theme .navbar-default .active > a,
.dark_theme .navbar-default .navbar-nav > .active > a,
.dark_theme .navbar-default .navbar-nav > .active > a:hover,
.dark_theme .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #333;
}
.dark_theme .nav-list .active > a ,
.dark_theme .nav-list .active > a:hover {
	background: #444;
	border:none;
}
@media (max-width: 767px) {
.dark_theme.navbar-nav li > a {
	border-bottom: 1px solid #444;
	color: #fff;
}
}

body.dark_theme,
.dark_theme .breadcrumb,
.dark_theme .content,
.dark_theme .content02,
.dark_theme .header {
	background: #181818;
}

.dark_theme a:hover, .dark_theme a:focus {
	text-decoration: none;
	outline: none;
}

.dark_theme a,
.dark_theme .breadcrumb > .active,
.dark_theme .content,
.dark_theme .content02 {
	color: #fff;
}

.dark_theme .breadcrumb,.dark_theme .content {
	border: none !important;
}
.dark_theme .well {
	color: #fff;
	background-color: #666;
	border: none;
}
.dark_theme hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.dark_theme .text-danger {
    color: #f00;
}

/*panel*/

.dark_theme .panel {
    border: none;
    background: #333;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}

.dark_theme .panel-default>.panel-heading {
    color: #fff;
    background-color: #303030;
    border: none;
}

.dark_theme p.panel-heading,.dark_theme a.panel-heading,.dark_theme .panel-heading a,
.dark_theme .panel-body a {
    color: #fff;
}

/*サポートデスクアイコン*/
.dark_theme .panel .glyphicon {
	color: #fff !important;
}

/*form-control*/
.dark_theme .form-control {
    color: #fff;
    background-color: #333;
    border: 1px solid #666;
}
.dark_theme .head-logo .btn-default,
.dark_theme .dropdown-menu,
.dark_theme .dropdown-menu>li>a,
.dark_theme .btn,
.dark_theme .input-group-addon  {
    color: #fff;
    background-color: #303030;
    border-color: #666;
}
.dark_theme .dropdown-menu li {
    border-bottom: 1px solid #666;
}

.dark_theme .v-table th,
.dark_theme .table .table,
.dark_theme .table>thead>tr>td.active, .dark_theme .table>tbody>tr>td.active, .dark_theme .table>tfoot>tr>td.active, .dark_theme .table>thead>tr>th.active, .dark_theme .table>tbody>tr>th.active, .dark_theme .table>tfoot>tr>th.active, .dark_theme .table>thead>tr.active>td, .dark_theme .table>tbody>tr.active>td, .dark_theme .table>tfoot>tr.active>td, .dark_theme .table>thead>tr.active>th, .dark_theme .table>tbody>tr.active>th, .dark_theme .table>tfoot>tr.active>th {
    background-color: #333;
}

.dark_theme .table-bordered,
.dark_theme .v-table th,.dark_theme  .v-table td,
.dark_theme .table>thead>tr>th, .dark_theme .table>tbody>tr>th, .dark_theme .table>tfoot>tr>th, .dark_theme .table>thead>tr>td, .dark_theme .table>tbody>tr>td, .dark_theme .table>tfoot>tr>td,
.dark_theme .table-bordered>thead>tr>th, .dark_theme .table-bordered>tbody>tr>th, .dark_theme .table-bordered>tfoot>tr>th, .dark_theme .table-bordered>thead>tr>td, .dark_theme .table-bordered>tbody>tr>td, .dark_theme .table-bordered>tfoot>tr>td {
    border: 1px solid #444;
}

/*見出し*/
.dark_theme h2 {
    
}
.dark_theme h3,.dark_theme h4 {
    background: #333;
    padding: 7px 20px 5px 10px;
}
/*フォーラム検索窓*/
.dark_theme #form1 .alert-info {
	background-color: #333;
	border-color: #333;
}
/*リンクカードのテキスト*/
.dark_theme .linkcard-items .panel-body span.linkcard-items-title {
	color: #fff;
}
.dark_theme .linkcard-items a:hover {
    background-color: #777;
}

/*タブナビ*/
.dark_theme .nav-tabs li.active a {
	background: #999 !important;
	color: #fff !important;
}
.dark_theme .nav-tabs > li > a:hover,
.dark_theme .nav-tabs > li > a:focus {
    text-decoration: none;
    background-color: #aaa;
}

/*サイドナビ*/
.dark_theme .sidebar-nav a,
.dark_theme .sidebar-nav .nav-header {
	border: none !important;
	background: #333 !important;
	color: #fff !important;
}

.dark_theme .sidebar-nav .active a,
.dark_theme .sidebar-nav .nav-list a:hover,
.dark_theme .sidebar-nav .nav-header:hover {
	background: #666 !important;
	outline: none;
}
.dark_theme .sidebar-nav .nav-list.collapse.in {
    border-bottom: none;
}




