﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.time-picker {
  background-size: 32px 32px;
  background-position: right center;
  background-image: url("../img/common/time-picker.png");
  background-repeat: no-repeat;
  padding-right: 32px;
  max-width: 130px;
  background-color: #fff !important;
  cursor: pointer !important;
}
.time-picker::-ms-clear {
  display: none;
}
.time-picker[disabled],
fieldset[disabled] .time-picker {
  cursor: not-allowed !important;
  background-color: #eeeeee !important;
  opacity: 1 !important;
}


.margin-bottom-sm {
  margin-bottom: 5px !important;
}
.margin-top-sm {
  margin-top: 5px !important;
}
.margin-left-sm {
  margin-left: 5px !important;
}
.margin-right-sm {
  margin-right: 5px !important;
}
.margin-sm {
  margin: 5px !important;
}
.margin-bottom-md {
  margin-bottom: 10px !important;
}
.margin-top-md {
  margin-top: 10px !important;
}
.margin-left-md {
  margin-left: 10px !important;
}
.margin-right-md {
  margin-right: 10px !important;
}
.margin-md {
  margin: 10px !important;
}
.margin-bottom-lg {
  margin-bottom: 20px !important;
}
.margin-top-lg {
  margin-top: 20px !important;
}
.margin-left-lg {
  margin-left: 20px !important;
}
.margin-right-lg {
  margin-right: 20px !important;
}
.margin-lg {
  margin: 20px !important;
}
.margin-bottom-xl {
  margin-bottom: 30px !important;
}
.margin-top-xl {
  margin-top: 30px !important;
}
.margin-left-xl {
  margin-left: 30px !important;
}
.margin-right-xl {
  margin-right: 30px !important;
}
.margin-xl {
  margin: 30px !important;
}
.padding-bottom-sm {
  padding-bottom: 5px !important;
}
.padding-top-sm {
  padding-top: 5px !important;
}
.padding-left-sm {
  padding-left: 5px !important;
}
.padding-right-sm {
  padding-right: 5px !important;
}
.padding-sm {
  padding: 5px !important;
}
.padding-bottom-md {
  padding-bottom: 10px !important;
}
.padding-top-md {
  padding-top: 10px !important;
}
.padding-left-md {
  padding-left: 10px !important;
}
.padding-right-md {
  padding-right: 10px !important;
}
.padding-md {
  padding: 10px !important;
}
.padding-bottom-lg {
  padding-bottom: 20px !important;
}
.padding-top-lg {
  padding-top: 20px !important;
}
.padding-left-lg {
  padding-left: 20px !important;
}
.padding-right-lg {
  padding-right: 20px !important;
}
.padding-lg {
  padding: 20px !important;
}
.padding-bottom-xl {
  padding-bottom: 30px !important;
}
.padding-top-xl {
  padding-top: 30px !important;
}
.padding-left-xl {
  padding-left: 30px !important;
}
.padding-right-xl {
  padding-right: 30px !important;
}
.padding-xl {
  padding: 30px !important;
}

.navbar-bg {
  background: none;
  background-color: #346998;
  border-color: #EEEEEE;
}
.navbar-title-text {
  font-size: 20px;
  color: #FFFFFF;
  vertical-align: middle;
  opacity: .8;
  font-weight: bold;
}
.navbar-ibtn-text {
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  opacity: .8;
  padding-right: 15px;
}
.navbar-ibtn {
  padding: 1px !important;
}
.navbar-ibtn img {
  width: 48px;
  height: 48px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #4687c1;
}
.navbar-header a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
.navbar-inverse .navbar-toggle {
  border-color: #78C0EB;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #78C0EB;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #4687c1;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #78C0EB;
}
.navbar-sub-bg {
  background: none;
  background-color: #EEEEEE;
  border-bottom: 1px solid #DDDDDD;
}
.navbar-sub-text {
  padding-top: 6px;
  padding-bottom: 6px;
  /*margin-bottom: 10px;*/
  font-size: 20px;
  vertical-align: middle;
}
a.nav-home-btn {
  width: 90%;
  text-decoration: none;
  color: #666666;
  background-color: #4CACE6;
  border: 1px solid #cccccc;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 5px;
}
a.nav-home-btn .img-area {
  height: 96px;
}
a.nav-home-btn .img {
  height: 96px;
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all 0.2s ease-out;
}
a.nav-home-btn:hover .img {
  transform: perspective(100px) rotateY(-30deg) scale(1.15);
}
a.nav-home-btn:hover,
a.nav-home-btn:focus {
  text-decoration: none;
  color: #666666;
  background-color: #78C0EB;
    /* ReSharper disable once RequiresFallbackColor */
  box-shadow: 0 0 8px rgba(102, 102, 102, 0.5);
  transition: all 0.2s ease-out;
}
a.nav-home-btn .label-area {
  text-align: center;
  background-color: #FFFFFF;
  min-height: 60px;
  line-height: 60px;
}
a.nav-home-btn .label-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
/* ------------------------------------------------------------------------------ */
a.nav-home-btn.setting-btn {
  width: 95%;
  max-width: 500px;
  background-color: #FFFFFF;
}
.setting-btn .img-area {
  height: 96px;
  width: 104px;
  background-color: #4CACE6;
}
a.nav-home-btn.setting-btn .label-area {
  text-align: left;
  background-color: #FFFFFF;
  padding: 0 10px 0 114px;
  line-height: 96px;
}
.setting-btn .label-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.setting-btn .label-comment {
  font-weight: normal;
}
.footer {
  background-color: #555555;
}
.text-footer {
  color: #cccccc;
}
.text-footer a {
  color: #4CACE6;
}
.text-footer a:hover,
a:focus {
  color: #78C0EB;
}
@media (max-width: 767px) {
  .nopull-right-xs {
    float: none !important;
  }
}

.hr-md {
  border-color: #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hr-sm {
  border-color: #ccc;
  margin-top: 5px;
  margin-bottom: 5px;
}
.msg-error {
  min-height: 100px;
  line-height: 100px;
  background-color: #eee;
  border-radius: 4px;
  padding: 0 20px;
  margin: 20px 0;
}
.msg-error span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 1.5em;
}
@media (max-width: 520px) {
  .page-title {
    margin-left: 20px;
    font-size: 1.3em;
  }
  .text-hidden-xxs {
    display: none;
  }
}
@media (max-width: 767px) {
  .text-right-sm {
    text-align: inherit;
  }
}
@media (min-width: 521px) and (max-width: 767px) {
  .page-title {
    margin-left: 15px;
    font-size: 1.3em;
  }
}
/* ------------------------------------------------------------------ */
.health-section {
    color:#333333;
    font-size:16px;
    font-weight:700;
}

.health-title {
    color: #666666;
}

.health-setting-value {
    color: #3398DA;
    /*font-weight:700;*/
}

.health-setting-value-error {
    color: #ED6D3D;
    /*font-weight:700;*/
}

.health-title-row {
    margin-top: 20px;
}
/* ------------------------------------------------------------------ */
.btn {
min-width: 100px;
}

.btn-action {
background-image: none;
color: #FFFFFF;
background-color: #5BB6E7;
border-color: #5BB6E7;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active:focus,
.btn-action.active:focus {
    color: #FFFFFF;
    background-color: #4687c1;
    border-color: #4687c1;
}

.btn-action-simple {
background-image: none;
color: #5BB6E7;
border-color: transparent;
}

.btn-action-simple:hover,
.btn-action-simple:focus,
.btn-action-simple:active:focus,
.btn-action-simple.active:focus {
    color: #5BB6E7;
    text-decoration: underline;
    opacity: 0.7;
    box-shadow: 0px 0px 0px 0px;
}
/* ------------------------------------------------------------------ */
.data-table {
border-collapse: separate;
border: solid #ccc 1px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
font-size: .85714em;
width: 100%;
background-color: #FFFFFF;
}

.data-table td,
.data-table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.data-table th {
    background: linear-gradient(to bottom, #FFFFFF, #F9F9F9, #F4F4F4);
    border-top: none;
}

.data-table td:first-child,
.bordered th:first-child {
    border-left: none;
}

.data-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
    border-left: none;
}

.data-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.data-table th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.data-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.data-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}