html,
body {
    height: 100%;
	font-family: arial;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.cell-tt {
	border: 1px solid #f5f5f5;
	padding: 10px;	
	height: 56px;
	display: flex;
	align-items:center;
}
#dieu_tri_kh .cell-tt{
	border: 1px solid #d6cdcd;
}
.cell-tt-label {
	font-weight:bold;
}
.title-dieu-tri {
	font-size: 16pt;
	font-weight: bold;
	margin-top:10px;
}


#dieu_tri_kh { width:100%;}

.field-khachhang-upload {
	margin-top:20px;
	padding-top:10px;
	background:#dce2ed;
}
pre {
	background: none !important;
	border: none !important;
	padding: 2px !important;
    margin: 0px !important;
}
.row-dieu-tri:nth-child(even) {
	background-color:#fbfcfc;
}
.row-dieu-tri:nth-child(odd){
	background-color:#f9f9f9;
}
.panel-default > .panel-heading {
	background:none !important;
}
.container-items .item:nth-child(even){
	background-color:#f5f5f5;
}
.container-items .item:nth-child(odd){
	background-color:#f4e4f3;
}
.btn-xs, .btn-group-xs > .btn {
	padding: 5px 15px;
}
.panel-body {
	padding-bottom:0px;
}
.glyphicon .them{
	font-family: arial !important;
}

/*******/
/******** image view********/
/******/

.hinh-anh, .hinh-anh * {
	 box-sizing: border-box;
}
.hinh-anh .imgview_row > .imgview_column {
  padding: 0 8px;
}

.hinh-anh .imgview_row:after {
  content: "";
  display: table;
  clear: both;
}

.hinh-anh .imgview_column {
  float: left;
  width: 15%;
}

/* The Modal (background) */
.hinh-anh .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  margin-top: 20px;
}

/* Modal Content */
.hinh-anh .modal-content {
  position: relative;
  /* background-color: #fefefe; */
  background: none;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.hinh-anh .imgview_close {
  color: white;
  position: absolute;
  top: 35px;
  right: 40px;
  font-size: 35px;
  font-weight: bold;
}

.hinh-anh .imgview_close:hover,
.hinh-anh .imgview_close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.hinh-anh .mySlides {
  display: none;
  justify-content: center;
  align-items: center;
}

.hinh-anh .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.hinh-anh .prev,
.hinh-anh .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.hinh-anh .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.hinh-anh .prev:hover,
.hinh-anh .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.hinh-anh .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.hinh-anh img {
  margin-bottom: -4px;
}

.hinh-anh .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.hinh-anh .demo {
  opacity: 0.6;
}

.hinh-anh .active,
.hinh-anh .demo:hover {
  opacity: 1;
}

.hinh-anh img.hover-shadow {
  transition: 0.3s;
}

.hinh-anh .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align:middle;
}
.wraptext {
	font-family:Arial,Helvetica,sans-serif;
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	/* white-space: pre;*/
	white-space: pre-line;
	/* white-space: pre-wrap; */      /* css-3 */
	/* word-wrap: break-word;       /* Internet Explorer 5.5+ */
	word-break: break-word;	
	overflow-wrap: break-word;	
	display:block;
	}


.row-tt {
  /* display:flex; */
  margin: 0px;
}
#view_kh {width: 100%;}
#chan_doan, #dieu_tri {table-layout:fixed;}
#dieu_tri {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#thong_tin_kh {
  width:100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.view-money {text-align:right;}

.my-navbar {background-color:#668cff; color:#ffffff; border-color: #fcfcfc;}
.navbar-inverse { border-color: #fcfcfc; }
.my-navbar a {color: #ffffff;}
.my-navbar .btn-link {color:#e5e7ef;}
.navbar-inverse .navbar-brand { color: #ffffff;}
.navbar-inverse .navbar-nav > li > a { color: #ffffff;}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #0867b2;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #075594;
}

.breadcrumb {
  margin-top: 50px;
}