/*---------------------------------------------------
    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;
}
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;
  min-height: 800px;
  background: #fff;
  margin-left: 240px;
  border-left: 1px solid #cccccc;
  padding: 15px 15px 0px 15px;
}
.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 0em -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: #efefef;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e2e2), color-stop(1, #fafafa));
  background: -ms-linear-gradient(bottom, #e2e2e2, #fafafa);
  background: -moz-linear-gradient(center bottom, #e2e2e2 0%, #fafafa 100%);
  background: -o-linear-gradient(bottom, #e2e2e2, #fafafa);
  filter: progid:dximagetransform.microsoft.gradient(startColorStr='#e3e3e3', EndColorStr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#e2e2e2')";
}
.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;
}
.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: 240px;
  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 {
  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.collapsed .fa-collapse::before {
  content: "\f078";
}
.sidebar-nav .nav-header .fa-collapse::before {
  content: "\f077";
}
.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;
}
.sidebar-nav .nav-list {
  margin: 0px;
  border: 0px;
  background: #fafafa;
}
.sidebar-nav .nav-list  > li > a:hover {
  background: #d2d2dd;
}
.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;
}

.btn-primary {
  background-color: #414959;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c5568), to(#414959));
  border: 1px solid #363d4a;
  font-weight: normal;
}
.btn-primary:hover {
  background-color: #414959;
  *background-color: #414959;
}

.btn-primary a {
	color: #fff;
}

.btn-danger {
  background-color: #ff0000;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9b0000), to(#ff0000));
  border: 1px solid #452929;
  font-weight: normal;
}
.btn-danger:hover {
  background-color: #9b0000;
  *background-color: #9b0000;
}
.btn-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#49a749), to(#5cb85c));
  border: 1px solid #495857;
  font-weight: normal;
}
.btn-success:hover {
  background-color: #5cb85c;
  *background-color: #5cb85c;
}
.btn-warning {
  background-color: #aaaa55;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b366), to(#aaaa55));
  border: 1px solid #99994d;
  font-weight: normal;
}
.btn-warning:hover {
  background-color: #aaaa55;
  *background-color: #aaaa55;
}
.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: 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;
}
/*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;
}
.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: 768px) {
  .content {
    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-blue .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-orange .navbar {
  background: #B5AE9F;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #B5AE9F), color-stop(1, #D4D0C8));
  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-red .navbar {
  background: #fc9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f93), color-stop(1, #fc9));
  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')";
}

/* 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;
}

/* -----------3c original */
label.hissu:after {
	content: "※";
	color: #f00;
	font-weight: bold;
}

.tctop {
	margin-top: 24px;
}
.tctop2 {
	margin-top: 13px;
}
.tctop3 {
	margin-top: 20px;
}

.abtn {
	padding: 0;
}
.abtn a {
	display: block;
	padding: 7px 12px;
}

.datepick[readonly] {
  cursor: not-allowed;
  background-color: #fff;
  
}

input.ssize {
	width: 80px;
}

strong.lg {
	font-size: 150%;
}

p.emph {
	font-size: 150%;
	font-weight: bold;
}
span.emph {
	font-size: 150%;
	font-weight: bold;
}


table.kihontable {
	border-collapse: collapse;
}
table.kihontable td {
	vertical-align: top;
}
table.kihontable td.field {
	letter-spacing: 1px;
}

.adminedit {
	color: #f00;
}

#pickcalendar0 {
	width: 430px;
	border-collapse: collapse;
	border: 1px solid #555;
}
#pickcalendar0 td {
	width: 45px;
	padding: 2px;
	border: 1px solid #555;
	border-width: 1px 1px 0;
	text-align: right;
}
#pickcalendar0 td.ybox {
	border-right: 1px solid #555;
}

#pickcalendar0 td.chkbx {
	background: #ddd;
	cursor: pointer;
}
#pickcalendar0 td.activebtn {
	background: red;
}

#pickcalendar {
	width: 430px;
	margin: 10px 0 10px;
	border-collapse: collapse;
	border: 1px solid #555;
}

#pickcalendar tr.caption0 th {
	background: #fcc;
	border-bottom: 1px solid #555;
}
#pickcalendar tr.caption0 th.ybox {
	background: #fcc;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

#pickcalendar td {
	width: 45px;
	padding: 2px;
	border: 1px solid #555;
	text-align: right;
	background: #fff;
	
}
#pickcalendar td.chkbx {
	background: #ddd;
	cursor: pointer;
}

#pickcalendar td.cell {
	cursor: pointer;
}

.mbtn {
	width: 3.5em;
}

input.checkbox {
	
}

.nw {
	white-space: nowrap;
}


input.coupon {

	margin-bottom: 5px;
}



table.basic {
	border: 1px solid #ccc;
}
table.basic td {
	border: 1px solid #ccc;
}
table.basic td.field {
	background: #e6e6e6;
}

input.coupon {

	margin-bottom: 5px;
}
input.coupon:focus {
	border-color: #ff0000;
}

.formparts {
	margin-right: 10px;
}

div.sline {
	margin-top: 10px;
}

td.thtotd {
	border-bottom: 2px solid #ddd;
}
span.errmsg {
	color: #f00;
	font-weight: bold;
}
span.sucmsg {
	color: #090;
	font-weight: bold;
}

input.ssize {
	width: 80px;
}
input.lsize {
	width: 300px;
}
div.col550 {
	float: left;
	width: 600px;
	
}
div.col450 {
	float: left;
	width: 450px;
	margin-bottom: 5px;
}
div.col430 {
	float: left;
	width: 430px;
	margin-bottom: 5px;
}
div.col340 {
	float: left;
	width: 340px;
	margin-bottom: 5px;
}
div.col320 {
	float: left;
	width: 320px;
	margin-bottom: 5px;
}
div.col300 {
	float: left;
	width: 300px;
	margin-bottom: 5px;
}
div.col250 {
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
div.col220 {
	float: left;
	width: 220px;
	margin-bottom: 5px;
}
div.col180 {
	float: left;
	width: 180px;
	margin-bottom: 5px;
}
div.col140 {
	float: left;
	width: 140px;
	margin-bottom: 5px;
}
div.col100 {
	float: left;
	width: 100px;
	margin-bottom: 5px;
}

span.made {
	padding: 25px 0 0 10px;
}

button.ui-datepicker-current {
	display: none;
}

table.calendartbl {
	width: 100%;
	margin: 0;
	border: 1px solid #000;
}
table.calendartbl th {
	padding: 2px 6px;
	border: 1px solid #000;
	background: #e6e6e6;
	text-align: center;
}
table.calendartbl td {
	padding: 2px 6px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: top;
	line-height: 1.1em;
}
table.calendartbl td.has {
	background: #cfc;
}

table.calendartbl td p {
	margin: 0;
	padding: 0;
}

p.montitle {
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 120%;
}



.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cf {
	display: inline-block;
}
 
html[xmlns] .cf {
	display: block;
}
 
* html .cf {
	height: 1%;
}

div.cb {
	float: left;
	width: 240px;
	margin-right: 30px;
}

.tablePagination {
    padding-left: 0;
    margin-top: 1em;
}
.tablePagination:before {
    content:"Page: ";
}
.tablePagination li {
    cursor: pointer;
    display: inline-block;
    list-style: none;
    padding: 2px 9px;
}
.tablePagination li:hover {
    background: #eee;
}
.tablePagination .current {
    background: #26b;
    color: #fff;
}

#hotel_dum {
	visibility: hidden;
}

td.color0 {
	background: #fff;
}
td.color1 {
	background: #e6e6e6;
}
td.color2 {
	background: #cfc;
}
td.color3 {
	background: #fc9;
}
td.color4 {
	background: #9cf;
}

#tlogo {
	margin: 40px 0 0;
	text-align: center;
	font-size: 120%;
	
}
#tlogo img {
	
}

#mlogo {
	margin: 100px 0 0;
	text-align: center;
	font-size: 180%;
	font-weight: bold;
}

.navbar-brand {
	padding-left: 0;
}

#signinbox .dialog {
	margin-top: 1em;
}

.nologo {
	padding-left: 0;
	background-image: none;
}


@media (max-width: 640px) {

  .navbar-brand {
    
	padding-left:0;
	background-image: none;
		
  }
}


table.formtable {
	width: 95%;
	margin: 20px;
}
table.formtable td {
	padding: 8px 12px;
	border-bottom: 1px dashed #ccc;
}

table.formtable td.field {
	width: 120px;
}
table.formtable td.field2 {
	width: 150px;
}
table.formtable th {
	padding: 4px;
	background: #e6e6e6;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
div.submitbtn {
	text-align: center;
}

div.searchbox {
	
}
div.searchbox table {
	width: 100%;
	margin: 20px 0;
}
div.searchbox table td {
	padding: 8px 12px;
	border-bottom: 1px dashed #ccc;
}


div.searchbox table td.field {
	width: 140px;
}

.table td.num {
	text-align: center;
}
.table td.price {
	text-align: right;
}

td.cn {
	padding: 2px 4px;
	background: #ffe8ff;
	
}

i.winebtn {


	background: #fff;
	cursor: pointer;
}
td.edtbtn i {
	padding: 2px;
	
	background: #fff;
}
tr.winerow {
	display: none;
}
.hissu {
	color: #f00;
}

p.st2 {
	margin-top: 0.5em;
}
table.table th {
	text-align: center;
/* 	border: 1px solid #e6e6e6; */
}
table.table th span {
	font-weight: normal;
}
table.table td {
	/* border: 1px solid #e6e6e6; */
}
table.table td.mark {
	text-align: center;
}
table.table td.haveinner {
	padding: 0;
}
table.inner {
	width: 100%;
	margin: 0;
	padding: 0;
}
table.inner td {
	padding: 4px 8px;
	border-bottom: 1px dashed #e6e6e6;
}
table.table td.inttl {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
table.inner td.c1 {
	width: 90px;
}
table.inner td.c3 {
	width: 110px;
}
table.inner td.c4 {
	width: 50px;
}


em.chui {
	color: #ff0000;
}
em.emph {
	font-style: normal;
	color: #f00;
}
p.emph {
	font-size: 120%;
	font-weight: bold;
}
p.emph2 {
	color: #f00;
	font-weight: bold;
}

#useradd {
	padding: 4px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.userdel {
	padding: 4px;
	cursor: pointer;
	font-size: 120%;
}
.userdel:hover {
	color: #f00;
}
#useradd:hover {
	color: #f00;
}

#childlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
#childlist li {
	margin: 0;
	padding: 0;
}
table.inlist {
	width: auto;
	margin: 0;
}
table.inlist td {
	border: none;
}

td.hasinner {
	padding: 0;
}

ul.childlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.childlist li {
	margin: 0;
	padding: 0;
}

.white{ color: #000000; font-size: 250%;}
.red{ color: #F5B090; font-size: 250%;}
.yellow{ color: #FCD7A1; font-size: 250%;}
.lime{ color: #FFF9B1; font-size: 250%;}
.aqua{ color: #D7E7AF; font-size: 250%;}
.blue{ color: #A5D4AD; font-size: 250%;}
.fuchsia{ color: #A2D7D4; font-size: 250%;}
.maroon{ color: #9FD9F6; font-size: 250%;}
.olive{ color: #A3BCE2; font-size: 250%;}
.green{ color: #A59ACA; font-size: 250%;}
.teal{ color: #CFA7CD; font-size: 250%;}
.navy{ color: #F4B4D0; font-size: 250%;}
.purple{ color: #F5B2B2; font-size: 250%;}
.orange{ color: #A7381D; font-size: 250%;}
.black{ color: #93B447; font-size: 250%;}
.gray{ color: #808080; font-size: 250%;}
.silver{ color: #c0c0c0; font-size: 250%;}



#tblcalendar {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
}
#tblcalendar th {
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
#tblcalendar th.sat {
	background: #fcf;
}
#tblcalendar th.sun {
	background: #ffc;
}
#tblcalendar td {
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
}

#tblcalendar td:first-child:before {
  display: block;
  float: left;
  height: 5em;
  content: "";
}

#tblcalendar td p {
	margin: 0;
	padding: 0;
}
#tblcalendar td.daybtn {
	cursor: pointer;
}
#tblcalendar td.has_data {
	background: #ddf;
}

#tblcalendar td.dayhasydata {
	cursor: pointer;
	/* background: #ddf; */
}


#tblcalendar2 {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid #ccc;
}
#tblcalendar2 th {
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
#tblcalendar2 th.sat {
	background: #fcf;
}
#tblcalendar2 th.sun {
	background: #ffc;
}
#tblcalendar2 td {
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
}

#tblcalendar2 td:first-child:before {
  display: block;
  float: left;
  content: "";
}

#tblcalendar2 td p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#tblcalendar2 td.daybtn {
	cursor: pointer;
}
#tblcalendar2 td.has_data {
	background: #ddf;
}

#tblcalendar2 td.dayhasydata {
	cursor: pointer;
	background: #ddf;
}

p.getcal {
	margin: 5px 0;
	cursor: pointer;
	color: #8989a6;
}

div.con_calendar2 {
	width: 50%;
	margin: 20px;
}

#tblcalendar_m {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
}
#tblcalendar_m th {
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f2f2f2;
}
#tblcalendar_m th.sat {
	background: #fcf;
}
#tblcalendar_m th.sun {
	background: #ffc;
}
#tblcalendar_m td {
	padding: 4px;
	border: 1px solid #ccc;
	vertical-align: top;
}

#tblcalendar_m td:first-child:before {
  display: block;
  float: left;
  content: "";
}

#tblcalendar_m td p {
	margin: 0;
	padding: 0;
}
#tblcalendar_m td.daybtn {
	cursor: pointer;
}
#tblcalendar_m td.has_data {
	background: #ddf;
}

#tblcalendar_m td.dayhasydata {
	cursor: pointer;
	/* background: #ddf; */
}


#calhead {
	width: 100%;
	margin: 0 0 5px;
	table-layout: fixed;
	border: 1px solid #ccc;
}

#calhead td {
	text-align: center;
	border: 1px solid #ccc;
}
#calhead td a {
	display: block;
	padding: 4px;
}


#calhead2 {
	width: 840px;
	margin: 0 0 5px;
	table-layout: fixed;
	border: 1px solid #ccc;
}

#calhead2 td {
	text-align: center;
	border: 1px solid #ccc;
}
#calhead2 td a {
	display: block;
	padding: 4px;
}

table.timelist td {
	padding: 4px;
	vertical-align: middle;
}

#selecttime td {
	padding: 0 10px;
	vertical-align: top;
}

input.chkbox {
	width: 25px;
	height: 25px;
}

input.chkbox2 {
	width: 20px;
	height: 20px;
}

.pbtn {
	margin: 3px 0 0;
	text-align: center;
}

#modal {
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: none;
  width: 80%;
	max-height: 500px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	z-index: 20000;
}
#modal .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#modal .modal-header .plainmodal-close {
  margin-top: -2px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
#modal .modal-header .plainmodal-close:hover {
  opacity: 0.5;
}
#modal .modal-title {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
  margin: 0;
}
#modal .modal-body {
	max-height: 300px;
  overflow: auto;
	padding: 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
	
}
#modal .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#modal .modal-footer button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border: 1px solid transparent;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  font-family: inherit;
  min-width: 0;
}
#modal .modal-footer button:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
#modal .modal-footer button.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
#modal .modal-footer button.btn-primary:hover {
  background-color: #286090;
  border-color: #204d74;
}

table.modaltable {
	width: 100%;
	border: 1px solid #ccc;
}
table.modaltable th {
	padding: 4px;
	background: #ffc;
	border: 1px solid #ccc;
}
table.modaltable td {
	padding: 4px;
}

#modalbox #udk {
	max-width: 800px;
	max-height: 300px;
	overflow: auto;
}

#modalbox #udk2 {
	max-width: 100%;
	max-height: 280px;
	overflow: auto;
}




#modalbox #scheduledetail {
	width: 100%;
	
	table-layout: fixed;
	border: 1px solid #ccc;
	
	
}
#modalbox #scheduledetail th {
	padding: 4px;
	border: 1px solid #ccc;
	background: #ffc;
	text-align: center;
}
#modalbox #scheduledetail td {
	padding: 4px;
	border: 1px solid #ccc;
}

#modalbox #scheduledetail td.mark {
	text-align: center;
}


table.normal {
	width: 100%;
	border: 1px solid #ccc;
	
	
}
table.normal th {
	padding: 4px;
	border: 1px solid #ccc;
	text-align: center;
	background: #ffc;
}
table.normal td {
	padding: 4px;
	border: 1px solid #ccc;
	
}

i.disp_detail {
	cursor: pointer;
	color: #909096;
}

i.disp_detail:hover {
	color: blue;
}

i.disp_target {
	margin-left: 15px;
	cursor: pointer;
	color: #909096;
}
i.disp_target:hover {
	color: blue;
}


#syokubox {
	margin: 15px 0;
}

#tblcalendar2 table.timelist2 td {
	padding: 0;
	border: none;
}
#tblcalendar2 table.timelist2 td {
	padding: 0;
	border: none;
}


.child_dum {
	visibility: hidden;
	height: 0;
	width: 0;
}
.child_dum_2 {
	visibility: hidden;
	height: 0;
	width: 0;
}

.child_dum_3 {
	visibility: hidden;
	height: 0;
	width: 0;
}

.timecell {
	white-space: nowrap;
}

.hname {
	width: 160px;
}
.hname_2 {
	width: 160px;
}
.hname_3 {
	width: 160px;
}

td.selectcell {
	padding-right: 20px !important;
}

ul.seitolist {
	margin: 4px;
	padding: 0;
	list-style: none;
}
li.seito {
	margin: 0 0 3px;
	padding: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #cfc;
}

li.seito2 {
	margin: 0 0 3px;
	padding: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #cfc;
}
li.seito3 {
	margin: 0 0 3px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #cfc;
}
li.seitowed {
	margin: 0 0 3px;
	padding: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
	background: #cfc;
}
li.seitonodrag {
	margin: 0 0 3px;
	padding: 3px;
	border: 1px solid #ccc;
	
	background: #FFE1E1;
}

li.addwaku {
	border-color: #f00;
}

li.mode_1 {
	background: #cfc;
}
li.mode_2 {
	background: #e6e6e6;
}

li.wedmode_1 {
	background: #FFE1E1;
}
li.wedmode_2 {
	background: #e6e6e6;
}


p.addreserve {
	padding: 1px;
	border: 1px solid #ccc;
	cursor: pointer;
	text-align: center;
}
#tblcalendar_drag td.rp {
	width: 3em;
	overflow: hidden;
}


td.wakuari {
	background: #FFE4CA !important;
	border: 1px solid red;
}

td.bg1 {
	background: #FFE4CA;
}

#tuikabox {
	padding: 4px;
	border: 1px solid #ccc;
	
}
#tuikabox p {
	text-align: center;
}

#tblcalendar_drag {
	width: 840px;
	table-layout: fixed;
	border: 1px solid #ccc;
}
#tblcalendar_drag th {
	height: 20px;
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f2f2f2;
	line-height: 1em;
}
#tblcalendar_drag th.sat {
	background: #fcf;
}
#tblcalendar_drag th.sun {
	background: #ffc;
}
#tblcalendar_drag td {
	border: 1px solid #ccc;
	vertical-align: top;
}


#tblcalendar_drag td p {
	margin: 4px;
	padding: 0;
}
#tblcalendar_drag table.iline {
	width: 100%;
	height: auto;
	border: none;
}
#tblcalendar_drag table.iline td {
	padding: 0;
	height: 0;
	border: none;
}
#tblcalendar_drag table.iline td.ebtn {
	width: 15px;
}
#tblcalendar_drag table.iline td.ebtn span.tokesseki {
	cursor: pointer;
	color: #f00;
}
span.tokessekimark {
	color: #f00;
}
#tblcalendar_drag table.iline td.ebtn span.towedkesseki {
	cursor: pointer;
	color: #f00;
}


#tblcalendar_parent {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #ccc;
}
#tblcalendar_parent  th {
	height: 20px;
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f2f2f2;
	line-height: 1em;
}
#tblcalendar_parent  th.sat {
	background: #fcf;
}
#tblcalendar_parent  th.sun {
	background: #ffc;
}
#tblcalendar_parent  td {
	border: 1px solid #ccc;
	vertical-align: top;
}
#tblcalendar_parent  td p {
	margin: 4px;
	padding: 0;
}
#tblcalendar_parent  table.iline {
	width: 100%;
	height: auto;
	border: none;
}
#tblcalendar_parent  table.iline td {
	padding: 0;
	height: 0;
	border: none;
}
#tblcalendar_parent  table.iline td.ebtn {
	width: 15px;
}
#tblcalendar_parent  table.iline td.ebtn span.tokesseki {
	cursor: pointer;
	color: #f00;
}

#tblcalendar_parent  table.iline td.ebtn span.towedkesseki {
	cursor: pointer;
	color: #f00;
}

div.calbox {
	display: inline-block;
	margin: 15px 15px 15px 0;
	vertical-align: top;
}
#tblcalendar_s {
	width: 250px;
	table-layout: fixed;
	border: 1px solid #ccc;
}
#tblcalendar_s  th {
	height: 20px;
	padding: 4px;
	text-align: center;
	border: 1px solid #ccc;
	background: #f2f2f2;
	line-height: 1em;
}
#tblcalendar_s  th.sat {
	background: #fcf;
}
#tblcalendar_s  th.sun {
	background: #ffc;
}
#tblcalendar_s td {
	padding: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
#tblcalendar_s td.holiday {
	background-color: #f00;
}
#tblcalendar_s  td.clickday {
	cursor: pointer;
}
#tblcalendar_s  td p {
	margin: 4px;
	padding: 0;
}

td.sep {
	padding: 0 10px;
	vertical-align: top;
}

#sendlistbox {
	width: 80%;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#sendlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sendlist li {
	display: inline-block;
	margin: 0;
	padding: 3px 5px;
}

#sendlistbox2 {
	width: 80%;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#sendlist2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sendlist2 li {
	display: inline-block;
	margin: 0 10px 5px;
	padding: 3px 8px;
	background: #ccc;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 14px;
	border-radius: calc(0.5em + 3px);
	cursor: pointer;
}

#sendlistbox3 {
	width: 80%;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#sendlist3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sendlist3 li {
	display: inline-block;
	margin: 0 10px 5px;
	padding: 3px 8px;
	background: #ccc;
	border: 1px solid #aaa;
	font-size: 14px;
	line-height: 14px;
	border-radius: calc(0.5em + 3px);
	cursor: pointer;
}

table.nbtbl td {
	border: none;
}

.childname {
	width: 100px;
}
.kana {
	width: 140px;
}
.childname_2 {
	width: 70px;
}

span.isnet {
	color: #f00;
}


@media (max-width: 640px) {

table.formtable {
	width: 100%;
	margin: 10px 0;
}
table.formtable td {
	padding: 8px 12px;
	border-bottom: 1px dashed #ccc;
}

table.formtable td.field {
	width: 120px;
}
table.formtable td.field2 {
	width: 150px;
}
table.formtable th {
	padding: 4px;
	background: #e6e6e6;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}

#modal {
	width: 100%;
}

}

table.formtable td.nb {
	border: none;
}
#allopen{
	width: 5em;
	padding: 4px 8px;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	
}


ul.maillist {
	list-style: none;
}
ul.maillist li {
	display: inline-block;
	margin-right: 15px;
}

p.emsg {
	padding: 15px;
}

td.holiday {
	background: #fdf !important;
}
