/*
    The File is for bundling the differnece less files together.
    To have one place the determine global business styles.
*/
/*
    Form controls definitions and styles, always should here
    

    We should follow the bootstrap approaches for name.

  */
.form-control.search-typefield {
  -webkit-appearance: caret;
  /* remove gray top border shadow on Ipad. */
}
.disable-resize {
  resize: none;
}
.search-typefield {
  margin-top: 10px;
  font-family: Helvetica;
  /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
.search-typefield[placeholder] {
  text-align: center;
  color: #8e8e93;
  font-size: 15px;
}
.search-typefield[type="search"] {
  /*border: 1px solid #d1d1d1;*/
  font: bold 12px Arial, Helvetica, Sans-serif;
  color: #ffffff;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 6px !important;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.search-typefield[type="search"]:focus {
  width: 150%;
  margin-left: -25%;
}
.center-field {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: -20px;
}
.date-tab-text {
  font-style: italic;
  color: GrayText;
}
input[type="text"] {
  -webkit-appearance: none;
}
html,
body {
  height: 100%;
  overflow: hidden;
  font-family: 'Open Sans', Helvetica, Roboto;
  -webkit-font-smoothing: antialiased;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-style: solid none;
  border-width: 1px 0;
  margin: 8px 0;
}
.app-content {
  width: 95%;
  margin: 0 auto;
  margin-top: 1%;
}
.header-patient-name-cell h4 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.header-logout-cell {
  margin-top: 8px !important;
}
.pad {
  padding-left: 28px;
  padding-right: 31px;
}
a.corner-menu {
  border-radius: 6px;
}
a.corner-menu.menu-left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -0.5px;
}
a.corner-menu.menu-right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.5px;
}
.app-content {
  background: #fff;
}
a.middel-menu {
  margin-right: -0.5px;
  margin-left: -0.5px;
  border-radius: 0 !important;
}
/* Loading container*/
.progress-bar.animate {
  width: 100%;
}
/* partial containers */
.img-pic {
  display: block;
  max-width: 230px;
  max-height: 230px;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 8px 6px -6px #000000;
  -moz-box-shadow: 0 8px 6px -6px #000000;
  box-shadow: 0 8px 6px -6px #000000;
}
.div-pic-small {
  margin-left: -20px;
  margin-right: 20px;
}
.img-pic-small {
  display: block;
  max-width: 64px;
  max-height: 64px;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0 8px 6px -6px #000000;
  -moz-box-shadow: 0 8px 6px -6px #000000;
  box-shadow: 0 8px 6px -6px #000000;
}
.list-group {
  background: #fbfbfb;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.list-group-item {
  height: auto;
  border-bottom: none;
  border-top: none;
  border-right: 3px #dedede solid;
  border-left: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2px 6px;
  border-top: solid 1px #efefef;
}
.list-group-item-heading {
  font-weight: bold;
}
.list-group-item-text {
  font-size: 12px;
  color: #444;
}
.searchResults {
  border: #ccc solid 1px;
  background: white;
  z-index: 1000;
  white-space: nowrap;
  overflow-y: auto;
  max-height: 250px;
  border-radius: 2px;
  position: absolute;
}
.search-width {
  width: -webkit-calc(71%);
}
.list-group-item {
  border: none;
  border-bottom: 1px solid #0074bc;
  padding: 9px;
}
.badge {
  margin-top: 2px;
  border-radius: 2px;
}
.page-container {
  height: 70%;
  width: 100%;
  position: relative;
  margin-top: 7px !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.modalSearch {
  width: 100%;
  height: 100%;
  z-index: 222;
  position: absolute;
}
.gridStyle {
  height: 100%;
}
/* Frozen column angular grid*/
.ngHeaderScroller {
  position: fixed;
}
.ngViewport {
  overflow-y: auto !important;
  min-height: 20px;
}
/*end*/
/* grid row styles*/
.ui-widget-header {
  color: black !important;
  border: 1px #F1F1F1 !important;
  background: #F1F1F1 !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: black !important;
  border: 1px #F1F1F1 !important;
  background: #F1F1F1 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: black !important;
  border: 1px #F1F1F1 !important;
  background: #FFFFFF !important;
}
.numberCell {
  text-align: right;
  padding-right: 10px !important;
}
.labSampleNameClass {
  background: #F1F1F1 !important;
  font-weight: bold;
}
/*end*/
.ui-widget-content {
  border: 0px !important;
}
.panel-body {
  padding: 0px;
}
.panel-heading {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  width: auto;
}
.ngHeaderText {
  padding-left: 15px !important;
}
.ngCellText {
  padding-left: 15px !important;
}
.ui-widget-header {
  text-transform: none !important;
  font-size: 15px !important;
}
.ngVerticalBarVisible {
  visibility: hidden;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 1px;
}
.bold {
  font-weight: bold;
}
.panel-heading {
  padding: 5px 15px;
}
.panel-default > .panel-heading {
  height: 30px;
}
.padding-10 {
  padding: 15px;
}
.logo-app-img {
  height: 47px;
  margin-top: 15px;
}
.remove-padding-left {
  padding-left: 0px !important;
}
.remove-padding-right {
  padding-right: 0px !important;
}
/*stamdata*/
.stamdata-cell {
  margin: 2px;
}
.stamdata-label {
  font-weight: bold;
}
/*end*/
.fixHeader > .dataTables_scrollHeadInner table {
  margin-left: -15px !important;
}
.DTFC_Cloned tr,
.dataTables_scrollHeadInner table tr {
  text-align: center;
  color: #595959;
  text-shadow: 0 1px 0 #fff;
  background: #F3F0EB;
  vertical-align: middle;
}
.DTFC_Cloned tr th,
.sorting_disabled {
  text-align: center;
}
.data-picker-appointment {
  width: 100%;
  height: 34px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
}
.time-picker-appointment {
  width: 100%;
  height: 34px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 12px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .data-picker-appointment {
    width: 355px;
    padding: 0;
  }
  .time-picker-appointment {
    width: 107px;
    padding: 0;
  }
  .searchResults {
    top: 62px;
    width: 445px;
    margin-right: -62px;
    -webkit-overflow-scrolling: touch;
    margin-top: -30px;
  }
  .page-container {
    height: 75%;
  }
  .list-group {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .fixHeader .dataTables_scrollHeadInner table {
    margin-left: 0px !important;
  }
  input[type="text"] {
    -webkit-appearance: caret;
  }
}
.event-search-patient-delete {
  color: #e3000f;
  font-size: 24px;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.view-animate-container {
  position: relative;
  height: 100%;
}
.view-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.animateIn {
  -moz-animation: animateIn 300ms ease-in-out;
  -o-animation: animateIn 300ms ease-in-out;
  -webkit-animation: animateIn 300ms ease-in-out;
  animation: animateIn 300ms ease-in-out;
}
@-moz-keyframes animateIn {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes animateIn {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animateIn {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.animateIn {
  -webkit-animation-name: animateIn;
  animation-name: animateIn;
}
.color-small-box {
  width: 20px;
  height: 20px;
  border-radius: 2px 2px;
  float: left;
}
.color-picker {
  height: 30px;
  margin-top: 5px;
  margin-bottom: 2px;
  border-bottom: 2px solid #dedede;
}
.color-picker-scroll {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.col-table {
  display: table;
}
.col-table-col {
  display: table-cell;
  vertical-align: middle;
}
.col-table-col-color {
  width: 30px;
  vertical-align: middle;
  text-align: left;
}
.col-table-col-content {
  width: 300px;
  vertical-align: middle;
  text-align: left;
}
.col-table-col-caret {
  vertical-align: middle;
  width: 20px;
}
.fc-event-inner {
  display: table;
}
.fc-event-title {
  font-size: 13px !important;
  padding-left: 10px !important;
  display: table-cell;
  vertical-align: middle;
}
.fc-event-time {
  font-size: 13px !important;
  padding-left: 40px !important;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
.fc-event-edit-inner {
  height: 100%;
  display: table;
  margin-left: 10px;
}
.fc-event-edit-btn {
  display: table-cell;
  vertical-align: middle;
}
.fc-event {
  border-left-width: 10px !important;
  border-right-width: 10px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-radius: 7px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc-event-edit {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
}
/* scheduler */
.xmo-scheduler {
  display: table-cell;
  width: 94%;
}
.calendar-header {
  margin-top: 1em;
  /*margin-bottom: 1em;*/
}
#calendarHeader .text-right {
  padding-right: 0px;
}
#calendarHeader .text-left {
  padding-left: 0px;
}
.calendar-side-span {
  display: table-cell;
  vertical-align: middle;
}
.calendar-side-span-right {
  text-align: right;
}
.calendar-center-headline {
  font-weight: bold;
}
.calendar-bottom {
  margin-top: 1em;
}
/* Full calendar */
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td,
.fc-agenda-slots th,
.fc-agenda-axis {
  /*removing side borders and putting top one for solid*/
  border-top-style: solid;
  border-right-style: none;
  border-left-style: none;
}
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 0px !important;
}
tr:nth-child(odd) {
  /*striped table*/
  background-color: #FAFAFB;
}
tr:nth-child(even) {
  /*striped table*/
  background-color: #ffffff;
}
.fc-first,
.fc-last {
  height: 0px !important;
  background: transparent;
}
.fc-header tr {
  height: 0px !important;
  background: transparent;
}
.fc-agenda-slots td div {
  height: 50px !important;
}
.fc-state-highlight {
  background: transparent;
}
/* end fullcalendar */
.dataTables_wrapper .row {
  display: none;
}
.dataTables_wrapper,
.dataTables_wrapper,
.pageAnimationClass,
.dataTables_scroll,
.fixHeader,
.DTFC_ScrollWrapper {
  height: 100%;
}
.dataTables_scrollHeadInner {
  padding-left: 0px !important;
}
.dataTables_scrollBody,
.iscroll {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
.panel-content-full {
  overflow-x: hidden;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  margin-top: 5px;
}
.dataTables_scrollHeadInner table tr {
  background: #EEEEEE;
}
.highlight {
  font-weight: bold;
}
.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
  padding-left: 18px;
}
/* menu*/
.nav > li > a {
  padding: 7px 15px;
}
.tabbable.custom-tabs > .nav-pills,
.tabbable.custom-tabs > .nav-pills > li,
.tabbable.custom-tabs > .nav-pills > li > a:hover {
  cursor: pointer;
}
/* Menu group */
.tabbable.custom-tabs > .nav-pills,
.tabbable.custom-tabs > .nav-pills > li,
.tabbable.custom-tabs > .nav-pills > li > a {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}
.tabbable.custom-tabs > .nav-pills,
.tabbable.custom-tabs > .nav-pills > li,
.tabbable.custom-tabs > .nav-pills > li > a:hover {
  cursor: pointer;
}
.tabbable.custom-tabs > .nav-pills > li > a {
  background-color: #0074bc;
  border: 1px solid #0074bc;
  height: 36px;
}
.tabbable.custom-tabs > .nav-pills > li[disabled="disabled"] > a {
  background: #cdcdcd;
  color: #333333;
}
.tabbable.custom-tabs > .nav-pills > li {
  min-width: 13%;
}
.tabbable.custom-tabs > .nav-pills > li.active > a {
  color: #0074bc;
  background-color: #ffffff;
  border-color: #0074bc;
  font-weight: bold;
}
/* Tabs */
.tabbable.custom-tabs > .nav-tabs,
.tabbable.custom-tabs > .nav-tabs > li,
.tabbable.custom-tabs > .nav-tabs > li > a {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 13px;
  border: 0;
}
.tabbable.custom-tabs > .nav-tabs > li.active {
  margin: 0;
  padding: 0;
  outline: none;
  background-color: none;
  background-image: none;
  border-bottom: none;
}
.tabbable.custom-tabs > .nav-tabs > li {
  border-style: solid;
  border-width: thin;
  border-color: #696969;
  border-bottom: none;
  background-color: #e6e6e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 125px;
}
.tabbable.custom-tabs > .nav-tabs > li > a {
  padding: 10px 9px;
  margin-right: 3px;
  background-color: #e6e6e6;
  color: black;
  outline: thick;
  -o-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -ms-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -o-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -8px 7px -9px rgba(0, 0, 0, 0.4);
  -moz-transition-duration: .15s;
  -o-transition-duration: .15s;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
}
.tabbable.custom-tabs > .nav-tabs > li.active,
.tabbable.custom-tabs > .nav-tabs > li.active > a {
  background-color: white;
  font-weight: bold;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -moz-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -ms-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff 1px 1px #fff;
  text-shadow: 0 1px 1px #fff 1px 1px #fff;
}
/*End menu*/
/*Modal dialog*/
.ixmo-modal-table {
  display: table;
  width: 100%;
  height: 100%;
}
.ixmo-modal-dialog {
  margin: 0;
  vertical-align: middle;
  display: table-cell;
  top: -50px;
  text-align: center;
  text-align: -webkit-center;
}
.ixmo-modal-content {
  text-align: left;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  height: auto;
}
.modal-sm {
  margin-top: 15%;
}
/*Loading rectangle*/
.modal-rec {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 110px;
  height: 100px;
  background-color: rgba(70, 70, 70, 0.7);
  margin: auto;
  text-align: center;
}
.modal-rec img {
  margin-top: 18px;
}
.modal-rec-desc {
  margin-top: 4px;
  color: #9e9e9e;
  font-size: 10px;
  letter-spacing: 2px;
  margin-left: 8px;
}
/*End Loading rectangle*/
/*Datepicker fix for Ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ixmo-datapicker-width-haft-modal {
    width: 335px;
  }
}
/*End of Datepicker fix for Ipad*/
.modal-footer {
  margin-top: 0;
}
.modal-body {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.dialogs-default {
  margin-top: 12em;
}
.modal-footer .btn + .btn {
  margin: 0px;
}
/*End Modal dialog*/
.dataTables_scrollHeadInner {
  padding-left: 0px !important;
}
#journal .dataTables_scroll table tr td:nth-child(3),
#journal .dataTables_scroll table tr th:nth-child(3),
#journal .dataTables_scroll table tr td:nth-child(4),
#journal .dataTables_scroll table tr th:nth-child(4) {
  text-align: center;
  vertical-align: middle;
}
#selectJournalDetails {
  width: auto;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
/*Laboratory*/
#laboratory .dataTables_scrollBody table tr td:nth-child(n+2) {
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
}
.ixmo-modal-content {
  width: 46%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .ixmo-modal-content {
    width: 85%;
  }
}
#billing {
  /*changing the rich text editor height.*/
}
#billing .dataTables_scrollHeadInner {
  padding-left: 0px !important;
}
#billing .dataTables_scroll table tr td:nth-child(3),
#billing .dataTables_scroll table tr th:nth-child(3),
#billing .dataTables_scroll table tr td:nth-child(4),
#billing .dataTables_scroll table tr th:nth-child(4) {
  text-align: center;
  vertical-align: middle;
}
#billing #selectJournalDetails {
  width: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}
#billing .ixmo-modal-content {
  width: 46%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #billing .ixmo-modal-content {
    width: 85%;
  }
}
#billing .ta-scroll-window.form-control {
  min-height: 150px;
}
#billing .btn-right,
#billing .btn-left {
  width: 40px;
  font-weight: bold;
  font-size: 18px;
  float: left;
}
#billing .ta-scroll-window > .ta-bind {
  min-height: 150px;
}
#billing .form-control-number {
  float: left;
  width: 80px;
  height: 39px;
  text-align: center;
}
#billing .margin-top-5 {
  margin-top: 5px;
}
#medicin .dataTables_scroll table tr td:nth-child(3),
#medicin .dataTables_scroll table tr th:nth-child(3),
#medicin .dataTables_scroll table tr td:nth-child(4),
#medicin .dataTables_scroll table tr th:nth-child(4) {
  text-align: center;
  vertical-align: middle;
}
#patient .ui-widget-header {
  color: black !important;
  border: 1px #F1F1F1 !important;
  background: #FFFFFF !important;
}
#patient .ui-state-active,
#patient .ui-widget-content .ui-state-active,
#patient .ui-widget-header .ui-state-active {
  color: black !important;
  border: 1px #F1F1F1 !important;
  background: #FFFFFF !important;
}
#patient .ui-state-default,
#patient .ui-widget-content .ui-state-default,
#patient .ui-widget-header .ui-state-default {
  color: black !important;
  border: 1px #F1F1F1 !important;
  background: #F1F1F1 !important;
}
#patient .dataTables_scrollHeadInner {
  padding-left: 0px !important;
}
#patient .table.dataTable {
  margin-top: 0px !important;
}
#patient .panel-body {
  margin: 0px;
}
#patient .block {
  height: 250px;
}
#patient .tableTitle {
  font-weight: 600;
  color: #666;
}
#patient h5 {
  font-weight: bold;
}
/*Common*/
.text-left {
  text-align: left;
}
/*changing the rich text editor height.*/
.ta-scroll-window.form-control {
  min-height: 150px;
}
.btn-right,
.btn-left {
  width: 40px;
  font-weight: bold;
  font-size: 18px;
  float: left;
}
.ta-scroll-window > .ta-bind {
  min-height: 150px;
}
.form-control-number {
  float: left;
  width: 80px;
  height: 39px;
  text-align: center;
}
.margin-top-5 {
  margin-top: 5px;
}
