body {
  background-color:#eee;
  font-family:Lato;
  font-size:16px;
  height:100%;
 }

.clear {
  clear:both;
 }

h3 {
  margin-bottom:15px;
 }

.container {
  max-width:500px;
 }

.navbar-header {
  width:100%;
 }

.navbar-default {
  height:54px;
  background-image: -webkit-linear-gradient(3deg, #395878, #032039);
	background-image: -moz-linear-gradient(3deg, #395878, #032039);
	background-image: -o-linear-gradient(3deg, #395878, #032039);
	background-image: -ms-linear-gradient(3deg, #395878, #032039);
	background-image: linear-gradient(3deg, #395878, #032039);
  border:0;
  border-bottom:2px solid #fff;
  border-radius:0;
  margin:0;
 }

.navbar-default .navbar-toggle {
  height:40px !important;
  border:0;
  color:#fff;
  margin:-2px 0;
  display:block;
  font-size:39px;
  padding:0px 17px;
 }

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background:none;
 }

.navbar-default .navbar-toggle .icon-bar {
  background-color:#fff;
 }

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  padding:11px 15px;
  color:#fff !important;
  font-size:30px;
 }

label {
  font-size:14px;
 }

#wrapper {
  padding-left: 0;
  position:relative;
}

#wrapper.toggled {
  padding-right:250px;
}

#sidebar-wrapper {
  z-index: 1000;
  width: 0;
  height:100%;
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  /*background: #1294fd;*/
  background: #4c8fcc;
  box-shadow:1px -1px 6px #0e508c inset;
  -moz-box-shadow:1px -1px 6px #0e508c inset;
  -webkit-box-shadow:1px -1px 6px #0e508c inset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width:250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom:20px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-left: -250px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Sidebar Styles */

.sidebarInside {
  width:250px;
  height:100%;
 }

.sidebar-nav {
  list-style-type:none;
  margin:0;
  padding:0;
 }
 
#sidebar-wrapper {
  color:#fff;
 }

.sidebar-nav li {
  text-indent: 5px;
  line-height: 35px;
  margin:5px 0;
}

.sidebar-nav li a {
  background-color:rgba(255, 255, 255, 0.1);
  display: block;
  text-decoration: none;
  color: #fff;
  font-size:14px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color:#fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.nav-tabs > li > a {
  background-color:#222;
  border-radius:0;
  border:0;
  margin-right:0;
  color:#fff;
 }
 
.nav > li > a:focus, 
.nav > li > a:hover {
 background-color:#0088ff;
 }

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
  background-color:#0088ff;
  color:#fff;
  border:0;
 }

body.login-page {
  background-color:#4c8fcc;
  /*background:url(../img/login-bg.png) center top no-repeat;*/
 }

.login-box {
  width:98%;
  margin:0 auto;
  max-width:380px;
  text-align:center;
  padding:10% 0;
 }

.login-box-body {
  background-image: -webkit-linear-gradient(3deg, #032039, #395878);
	background-image: -moz-linear-gradient(3deg, #032039, #395878);
	background-image: -o-linear-gradient(3deg, #032039, #395878);
	background-image: -ms-linear-gradient(3deg, #032039, #395878);
	background-image: linear-gradient(3deg, #032039, #395878);
  padding:12% 8%;
  margin:15px 0;
  color:#fff;
  text-align:center;
  border-bottom:4px solid rgba(255, 255, 255, 0.7);
 }

.login-box-body .form-control {
  font-size:18px;
  height:inherit;
  /*-webkit-border-radius: 41px 42px 42px 41px/42px;
	-moz-border-radius: 41px 42px 42px 41px/42px;
	border-radius: 41px 42px 42px 41px/42px;*/
	background-color: #fff;
	-webkit-box-shadow: 3px 5px 9px rgba(0,0,0,.57);
	-moz-box-shadow: 3px 5px 9px rgba(0,0,0,.57);
	box-shadow: 3px 5px 9px rgba(0,0,0,.57);
	padding:8px 12px;

 }
 
.login-box-body .signInBtn {  
  /*background-color:#d22a68;
   border:0;
  border-radius:40px;
  -moz-border-radius:40px;
  -webkit-border-radius:40px;
  */
 
  font-size:18px;
  padding:6px 24px;
 }

.loginScreenFooterText {
  font-size:14px;
  color:#ddd;
 }

.loginScreenFooterText a {
  color:#fff;
 }

.welcomeText {
  font-size:13px;
  color:#ddd;
  margin-top:25px;
 }

.copyright {
  position:absolute;
  bottom:0;
  font-size:13px;
  margin-top:25px;
  color:#ddd;
 }

.copyright a {
  color:#fff;
  font-weight:bold;
 }

.panel-primary .panel-heading a.name {
  color:#fff;
  font-weight:900;
 }

.panel-primary {
  border:0;
 }

.detailTtl {
  margin-bottom:0px;
 }

.idNum {
  font-size:14px;
 }

.panel-primary .panel-heading .idNum {
  font-size:13px;
 }

.panel-primary .panel-heading {
  background-color:#4c8fcc;
  padding:5px 10px;
 }

.dT {
  font-size:14px;
 }

.dT span {
  font-weight:700;
  color:#888;
 }

.small em {
  color:#888;
  font-weight:900;
 }

.btn {
  padding:6px 5px;
  font-size:15px;
 }

.btn.btn-xs {
  padding:1px 5px;
  font-size:12px;
 }

.btn-group-sm > .btn, 
.btn-sm {
  padding:5px 8px;
 }

.btn.btn-lg {
  font-size:18px;
 }

hr {
  border-color:#ddd;
  border-width:2px;
 }

.languageToggle .active {
  background-color:#5cb85c;
  /*background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
  background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
  background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat:repeat-x;*/
  border-color:#419641;
  color:#fff;
 }

.btn-hide {
  display:none;
}

label.error {
  font-weight:normal;
  color:#cc0000;
  font-size:12px;
}

.patientEditView .notApplicable input,
.patientEditView .form-control {
  width:auto;
  float:left;
 }

.patientEditView .input-group {
  float:left;
  width:225px;
 }

.patientEditView input[type="submit"] {
  float:none;
 }

.notApplicable {
  float:left;
  padding:6px 0 0 10px;
 }

.notApplicable input {
  vertical-align:middle;
 }

.notApplicable label {
  font-weight:normal;
  padding-left:4px;
  padding-top:2px;
  font-size:12px;
  vertical-align:top;
 }

.notApplicableLst {
  padding:5px 0;
 }

.notApplicableLst label {
  font-weight:normal;
  padding-left:4px;
  padding-top:2px;
  font-size:12px;
  vertical-align:top;
 }

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default,
.ui-state-active, 
.ui-widget-content, 
.ui-state-active, 
.ui-widget-header, 
.ui-state-active {
  background:none !important;
  border:0;
 }
 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  color:inherit;
  font-weight:normal;
}

.ui-widget {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
 }

.ui-accordion .ui-accordion-content {
  padding:0.2rem;
 }

.list-group-item:first-child {
  border-radius:0;
 }

.list-group-item {
  border-left:0;
  border-right:0;
  border-top:0;
  border-bottom:1px solid #eee;
  margin-bottom: 1px;
 }

.ui-accordion-content .list-group-item {
  font-size:14px;
 }

.accor_header_div{
  border-bottom:1px solid #ddd;
  line-height:17px;
}

.detail_heading_span {
  font-weight:900;
  font-size:14px;
}

.detail_date_span {
  font-size:85%;
}

.detail_date_span em {
  display:block;
  color: #888;
  font-weight: 900;
 }

.detial_detail_ul {
  max-height:300px;
  overflow:verticle-scroll;
}

/*.ui-state-hover {
background-color:#ecf2f9 !important;
background:none;
}
.ui-state-active  .ui-accordion-header-active .ui-state-active .ui-corner-top .ui-state-focus {
background-color:#ecf2f9 !important;
background:none !important;
}

*/

@media (max-width: 667px) {

.patientEditView input[type="text"],
.patientEditView .input-group,
.patientEditView .form-control {
  width:inherit;
 }

.notApplicable {
  padding: 3px 0 0 2px;
 }

 
}
 .error {
  font-weight: normal;
  color: #C9302C;
  font-family: sans-serif;
  font-size: 12px;
  padding-top: 5px;
}
