@media print{

    td.hidden-xs, th.hidden-xs {
        display: table-cell !important
    }


#page-wrapper{
	top:5px!important;
}

thead{
display: table-header-group;
}
tfoot{
display: table-footer-group;

}

table{
-webkit-border-horizontal-spacing:0px;
-webkit-border-vertical-spacing:0px;
margin:0px;
padding:0px;
}
tr,td{
margin:0px;
padding:0px;
}
}




.cgid{
display:none;
}

.printa4 table{
white-space	: normal;
}

.printa4 .row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:  flex;
  flex-wrap: wrap;
}

.printa4 .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.printa4{
width:595pt;

}

div1{
width:100%;
display:inline-block;
float:left;
position:relative;
box-sizing:border-box;
}
.printlogo{
width:20%;
height:75%;
background:#eeeeee;
}
.printheading{
width:80%;
height:75%;
background:#aaaaaa;
text-align:center;
}
.printheading2{
width:100%;
height:25%;
background:#888;
}

.printbarcode{
width:25%;
height:100%;

background:#eeeeee;
}

.printtitle{
width:100%;
height:25pt;
background:#C5CAE9;
text-align:center;
box-shadow:0px -2px 3px 0px rgba(50,50,50, 0.6) inset;

}

.printbody{
width:100%;
height:auto;
background:#484;
box-shadow:0px 4px 3px -2px rgba(50,50,50, 0.6);
z-index:2;
}

#header{
width:100%;
box-shadow:0px 4px 3px -2px rgba(50,50,50, 0.6);
height:89.5pt;
z-index: 1;
background:red;
}

/*---Widget Style ---*/
.panel-widget{
max-width: 180px;
max-height:200px;
}

.panel-widget>.panel-heading{
max-height:30px;
padding: 0px 3px;
text-align: center;
}

@media(min-width:768px) {
.panel-widget>.panel-body{
overflow:hidden;
opacity:0;
height:0px;
padding :3px 3px;
transition: height 1s linear 1s, opacity 1.3s linear 1s;

}
}
.panel-widget:hover >.panel-body{

height:90px;
transition: height 0.3s linear, opacity 0.5s linear;
opacity:1;


}

.panel-widget>.numdata{
background-color:#fff;
font-size:52px;
}
 
.beddetails{
height:150px;
overflow-y:scroll;
}


.ward-view  > .bedpanel:hover{
	z-index:2;
}

/*---Widget Style ---*/












/***login****/
.his-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .his-none-767 {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .his-none-991 {
    display: none !important;
  }
}
/*========================================================================
Animation
=========================================================================*/
.his-animation {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.his-animation .his-transformY-50 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.loaded.his-animation {
  opacity: 1;
}
.loaded.his-animation .his-transformY-50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.loaded.his-animation .his-transition-delay-1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.loaded.his-animation .his-transition-delay-2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.loaded.his-animation .his-transition-delay-3 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.loaded.his-animation .his-transition-delay-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.loaded.his-animation .his-transition-delay-5 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.loaded.his-animation .his-transition-delay-6 {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.loaded.his-animation .his-transition-delay-7 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.loaded.his-animation .his-transition-delay-8 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.loaded.his-animation .his-transition-delay-9 {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.loaded.his-animation .his-transition-delay-10 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.loaded.his-animation .his-transition-delay-11 {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.loaded.his-animation .his-transition-delay-12 {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.loaded.his-animation .his-transition-delay-13 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.loaded.his-animation .his-transition-delay-14 {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.loaded.his-animation .his-transition-delay-15 {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.loaded.his-animation .his-transition-delay-16 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.loaded.his-animation .his-transition-delay-17 {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.loaded.his-animation .his-transition-delay-18 {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.loaded.his-animation .his-transition-delay-19 {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.loaded.his-animation .his-transition-delay-20 {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}
/*========================================================================
Body
=========================================================================*/
.his-layout {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #011f42;
}
.his-layout .his-bg-overlay {
  background-position: left;
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding: 60px 30px;
}
@media only screen and (max-width: 767px) {
  .his-layout .his-bg-overlay {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.his-layout .his-content {
  max-width: 460px;
  width: 100%;
  margin-left: 15vw;
}
@media only screen and (max-width: 767px) {
  .his-layout .his-content {
    margin-left: 0;
  }
}
.his-layout .his-header {
  text-align: center;
  margin-bottom: 50px;
}
.his-layout .his-logo {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 40vw;
}
@media only screen and (max-width: 991px) {
  .his-layout .his-logo {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .his-layout .his-logo {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .his-layout .his-logo {
    margin-bottom: 40px;
  }
}
.his-layout .his-form p {
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .his-layout .his-form p {
    text-align: center;
  }
}
.his-layout .his-form .form-group {
  position: relative;
  z-index: 1;
}
.his-layout .his-form .form-group .field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}
.his-layout .his-form .form-group .field-icon:before {
  padding: 17px 10px;
}
.his-layout .his-form .form-control {
  min-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(241, 241, 241, 0.25);
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
}
.his-layout .his-form input::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.his-layout .his-form input::-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.his-layout .his-form input:-moz-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.his-layout .his-form input:-ms-input-placeholder {
  color: #bebebe;
  font-size: 18px;
  font-weight: 300;
}
.his-layout .his-btn-fill {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 0;
  color: #fff;
  border-radius: 3px;
  background-color: #4285F4;
  padding: 10px 36px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.his-layout .his-btn-fill:hover {
  background-color: #DB4437;
  border-color: #DB4437;
}
.his-layout .his-btn-fill:focus {
  outline: none;
}
.his-layout .switcher-text {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.his-layout .switcher-text:hover {
  color: #ffffff;
}
.his-layout .switcher-text2 {
  color: #d4d4d4;
  text-decoration: underline;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.his-layout .switcher-text2.inline-text {
  margin-left: 3px;
}
.his-layout .switcher-text2:hover {
  color: #ffffff;
}
.his-layout .his-style-line {
  overflow: hidden;
  text-align: center;
}
.his-layout .his-style-line h3 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
  color: #a4a4a4;
  display: inline-block;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.his-layout .his-style-line h3:before {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.his-layout .his-style-line h3:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #a4a4a4;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
}
.his-layout ul.his-socials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}
.his-layout ul.his-socials li {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .his-layout ul.his-socials li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 350px) {
  .his-layout ul.his-socials li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.his-layout ul.his-socials li a {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  height: 45px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.his-layout ul.his-socials li a i {
  border-radius: 2px 0 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
}
.his-layout ul.his-socials li a span {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.his-layout ul.his-socials li.his-facebook a {
  background-color: #3b5998;
}
.his-layout ul.his-socials li.his-facebook a i {
  background-color: #4867aa;
}
.his-layout ul.his-socials li.his-facebook a:hover {
  background-color: #5676bb;
}
.his-layout ul.his-socials li.his-twitter a {
  background-color: #00acee;
}
.his-layout ul.his-socials li.his-twitter a i {
  background-color: #33ccff;
}
.his-layout ul.his-socials li.his-twitter a:hover {
  background-color: #3dc5f3;
}
.his-layout ul.his-socials li.his-google a {
  background-color: #CC3333;
}
.his-layout ul.his-socials li.his-google a i {
  background-color: #db4437;
}
.his-layout ul.his-socials li.his-google a:hover {
  background-color: #e75042;
}
.his-layout .his-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.his-layout .checkbox {
  padding-left: 5px;
  margin-right: 30px;
  margin-bottom: 5px;
}
.his-layout .checkbox label {
  padding-left: 20px;
  color: #b9b9b9;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
.his-layout .checkbox label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.his-layout .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}
.his-layout .checkbox input[type="checkbox"] {
  display: none;
}
.his-layout .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}
.his-layout .checkbox input[type="checkbox"]:checked + label::before {
  background-color: #1fbe66;
  border-color: #1fbe66;
}
.his-layout .his-footer {
  text-align: center;
}
.his-layout .his-footer p {
  color: #b6b6b6;
}

.his-layout img {
  max-width: 100%;
  height: auto;
}

.page .header-head-logo img {
width: 100%;
    object-fit: contain;
}
