/*

    All properties common
    like colors, font definitions whatever we need

    Example: IF u need another Reset for example, should be here.
    */
body,
html {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
text-angular {
  -webkit-user-select: auto;
}
.app-name {
  color: #003366;
}
.app-name .label-patient-name {
  color: #000000;
  margin-top: 10px;
}
.header-company-name {
  font-weight: bolder;
}
.icon-top-menu {
  width: 30px;
  height: 22px;
  /*display: inline-block;
   vertical-align: middle;*/
}
.icon-scheduler {
  width: 30px;
  height: 22px;
  /*display: inline-block;
   vertical-align: middle;*/
  background-size: 22px 22px !important;
  display: inline-block;
  vertical-align: middle;
  background: url(/Assets/ixmo/Images/icon-aftalebog@2x.png) no-repeat top left;
}
.btn-blue {
  background-color: #0074bc;
  color: white;
}
.btn-green {
  background-color: #94c11c;
  color: white;
}
.btn-yellow {
  background-color: #ffcc00;
  color: black;
}
.icon {
  margin-top: -4px;
  height: 24px;
}
.icon-stamdata {
  margin-top: -4px;
  width: 24px;
  height: 24px;
}
.icon-billing {
  margin-top: -1px;
  height: 24px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-60 {
  margin-top: 60px;
}
.field-cgm-main-color {
  color: #0074bc;
}
.tdVHCenter {
  text-align: center;
  vertical-align: middle;
}
.overflow-full-calendar {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: white;
}
.journalNote {
  line-height: 7;
}
.dialog-header-error {
  background-color: #e3000f;
}
.dialog-header-wait {
  background-color: #428bca;
}
.dialog-header-notify {
  background-color: #eeeeee;
}
.dialog-header-confirm,
.btn-red {
  background-color: #e3000f;
}
.confirm-black .dialog-header-confirm,
.confirm-black .btn-red {
  background-color: #333333;
}
.confirm-black .btn-red:hover {
  border: solid 1px #333;
  background: white;
  color: #333;
}
.dialog-header-error span,
.dialog-header-error h4,
.dialog-header-wait span,
.dialog-header-wait h4,
.dialog-header-confirm span,
.dialog-header-confirm h4 {
  color: #ffffff;
}
.pad {
  padding: 25px;
}
/*.modal-sm {
    width: 400px;
    margin-top: 25%;
}*/
.columnSelection,
.selected td {
  background: #99c7e4 !important;
  color: black !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.lab-result-red {
  color: #e3000f;
}
.lab-result-blue {
  color: #0074bc;
}
#offline-information-dec {
  position: absolute;
  top: 0px;
  background: white;
  font-size: 18px;
  padding: 5px;
  height: 40px;
  width: 100%;
}
.offline-disabled {
  text-decoration: line-through;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.height-100 {
  height: 100%;
}
.remove-overflow {
  overflow: hidden !important;
}
.help-block {
  margin-top: 2px;
  margin-bottom: 2px;
}
.modal-ios {
  position: absolute;
}
.panel {
  border-radius: 0;
}
.panel-default > .panel-heading {
  background: #EEEEEE;
  height: 37px;
}
.panel-heading {
  padding: 8px 15px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
