/* Custom CSS for Apptivate */
.view-container {
  left: 0;
}

.main-menu {
  color: #039;
  font-size: 1.5vw;
  padding: 5px;
}

.menu-item {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

/* color scheme */
/* Background */
.bg-white {
  background: white !important;
}

.bg-black {
  background: black !important;
}

.bg-lightgrey {
  background: #f5f5f5 !important;
}

.bg-none {
  background: rgba(0, 0, 0, 0.7) !important;
}

.bg-main {
  background: #2196f3 !important;
}

.bg-sec {
  background: #4e4e4e !important;
}

.bg-grey {
  background: #727272 !important;
}

.bg-compli {
  background: #ffad17 !important;
}

.bg-header {
  background: #2196f3 !important;
}

.bg-dark {
  background: #207de8 !important;
}

.bg-footer {
  background: #1f2229 !important;
}

.bg-accept {
  background: #3aff77 !important;
}

.bg-reject {
  background: #fe4b47 !important;
}

.bg-disable {
  background: #c5c9d2 !important;
}

/* Border Color */
.border-main {
  border-color: #2196f3 !important;
}

.border-sec {
  border-color: #4e4e4e !important;
}

/* Text */
.txt-white {
  color: white !important;
}

.txt-black {
  color: black !important;
}

.txt-grey {
  color: #727272 !important;
}

.txt-main {
  color: #2196f3 !important;
}

.txt-sec {
  color: #4e4e4e !important;
}

.txt-lightgrey {
  color: #727272;
}

.txt-disable {
  color: #c5c9d2 !important;
}

.txt-upper {
  text-transform: uppercase;
}

.txt-bold {
  font-weight: bold !important;
}

.txt-normal {
  font-weight: normal;
}

.txt-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.txt-header {
  color: #2196f3;
}

.txt-accept {
  color: #3aff77;
}

.txt-reject {
  color: #fe4b47;
}

.txt-compli {
  color: #ffad17 !important;
}

/* Fill */
.fil-header {
  fill: #2196f3;
}

.fil-white {
  fill: white;
}

.fil-black {
  fill: black;
}

.fil-compli {
  fill: #ffad17;
}

.fil-main {
  fill: #2196f3;
}

.fil-sec {
  fill: #4e4e4e;
}

.fil-lightgrey {
  fill: #f5f5f5;
}

.fil-disable {
  fill: #c5c9d2;
}

.fil-accept {
  fill: #3aff77;
}

.fil-reject {
  fill: #fe4b47;
}

/* Button */
.rad-btn {
  border-radius: 5px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.sqr-btn {
  border-radius: 0 !important;
  text-align: center;
  height: 35px;
  line-height: 35px;
}

.btn-shadow {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.box-shadow, .hmButton {
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.box-shadow-btm {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

/* Side-menu */
/*  side menu */
.sidebar {
  background: #1d1f22;
}

.sidebar .list .item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  color: #FFFFFF;
  height: 50px;
  background-repeat: no-repeat;
  padding-left: 60px;
  background-position: 20px center;
  background: #191a1d;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar .sidebar-divider-text {
  color: #FFFFFF;
  font-size: 10px;
  padding: 15px 0 15px 15px;
  padding: 15px 0 15px 15px;
}

.br-0 {
  border-radius: 0px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-15 {
  border-radius: 15px !important;
}

.br-20 {
  border-radius: 20px !important;
}

.br-top-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.txt-cap {
  text-transform: capitalize;
}

.fs-5 {
  font-size: 5px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.f-display-1 {
  font-size: 112px;
  line-height: 114px;
}

.f-display-2 {
  font-size: 56px;
  line-height: 58px;
}

.f-display-3 {
  font-size: 45px !important;
  line-height: 47px !important;
}

.f-header {
  font-size: 20px;
  line-height: 22px;
}

.f-title-1 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 600;
}

.f-title-2 {
  font-size: 21px;
  line-height: 23px;
  font-weight: 600;
}

.f-title-3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.f-subtitle-1 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

.f-subtitle-2 {
  font-size: 19px;
  line-height: 21px;
  font-weight: 400;
}

.f-subtitle-3 {
  font-size: 12px;
  line-height: 16px;

}

.f-body {
  font-size: 14px;
  line-height: 16px;
}

.f-footer {
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.f-caption-1 {
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  opacity: 0.7;
}

.f-button-1 {
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-1 {
  font-weight: 100 !important;
}

.valignB {
  vertical-align: bottom;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.pad-0 {
  padding: 0px !important;
}

.pad-0-0 {
  padding: 0px 0px !important;
}

.pad-0-5 {
  padding: 0px 5px !important;
}

.pad-0-10 {
  padding: 0px 10px !important;
}

.pad-0-15 {
  padding: 0px 15px !important;
}

.pad-0-20 {
  padding: 0px 20px !important;
}

.pad-10 {
  padding: 10px !important;
}

.pad-10-0 {
  padding: 10px 0px !important;
}

.pad-10-5 {
  padding: 10px 5px !important;
}

.pad-10-10 {
  padding: 10px 10px !important;
}

.pad-10-15 {
  padding: 10px 15px !important;
}

.pad-10-20 {
  padding: 10px 20px !important;
}

.pad-20 {
  padding: 20px !important;
}

.pad-20-0 {
  padding: 20px 0px !important;
}

.pad-20-5 {
  padding: 20px 5px !important;
}

.pad-20-10 {
  padding: 20px 10px !important;
}

.pad-20-15 {
  padding: 20px 15px !important;
}

.pad-20-20 {
  padding: 20px 20px !important;
}

.pad-30 {
  padding: 30px !important;
}

.pad-30-0 {
  padding: 30px 0px !important;
}

.pad-30-5 {
  padding: 30px 5px !important;
}

.pad-30-10 {
  padding: 30px 10px !important;
}

.pad-30-15 {
  padding: 30px 15px !important;
}

.pad-30-20 {
  padding: 30px 20px !important;
}

.pad-40 {
  padding: 40px !important;
}

.pad-40-0 {
  padding: 40px 0px !important;
}

.pad-40-5 {
  padding: 40px 5px !important;
}

.pad-40-10 {
  padding: 40px 10px !important;
}

.pad-40-15 {
  padding: 40px 15px !important;
}

.pad-40-20 {
  padding: 40px 20px !important;
}

.pad-5 {
  padding: 5px !important;
}

.pad-15 {
  padding: 15px;
}

.mgn-a {
  margin: auto;
}

.mgn-b-10 {
  margin-bottom: 10px;
}

.mgn-b-20 {
  margin-bottom: 20px;
}

.mgn-b-30 {
  margin-bottom: 30px;
}

.mgn-t-10 {
  margin-top: 10px;
}

.mgn-t-20 {
  margin-top: 20px;
}

.mgn-t-30 {
  margin-top: 30px;
}

.no-pad {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.margin-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.page-header-tmp {
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.pade-header-txt {
  float: left;
  width: 50%;
}

.page-header-img {
  float: right;
  width: 50%;
}

.g5 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 20%;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-rcol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-rrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.itemS {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.itemE {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.itemC {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.just-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.just-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexS {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flexE {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexC {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.inline {
  display: inline-block;
}

.inline2 {
  display: inline;
}

.inL {
  float: left;
}

.inR {
  float: right;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: calc(100%/3);
}

.w-75 {
  width: 75%;
}

.w-95 {
  width: 95%;
}

.card-tmp {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #DFDFDF;
}

.li-img {
  width: 100%;
  height: auto;
}

.img-40 {
  width: 30%;
}

.transition, .img-40 {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.tmpHide {
  visibility: hidden;
}

.md-button.md-icon-button {
  height: auto;
  width: auto;
  min-weight: 0;
  line-height: initial;
  padding: 5px;
}

.md-button.md-icon-button {
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
}

.slider-pager .slider-pager-page {
  color: #2196f3;
}

.md-dialog-container {
  background: rgba(0, 0, 0, 0.5);
}

md-tabs md-ink-bar {
  color: #ffffff;
  background: #2196f3;
}

md-checkbox ._md-icon{
  border: 1px solid #ffad17;
}


md-tabs .md-tab.md-active, md-tabs .md-tab.md-focused {
  color: white;
  font-weight: 700;
  background: #ffad17;
}

md-tabs .md-tab {
  color: white;
  font-weight: 300;
}

md-ink-bar {
  height: 3px;
}

.footer-active {
  background: #2196f3;
  color: white;
}

.deconone {
  text-decoration: none !important;
}

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.img-cropper {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 4px solid white;
  overflow: hidden;
  margin-bottom: 5px;
}

.img-cropper-small {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.img-cropper-med {
  border-radius: 50%;
  overflow: hidden;
}

.product-cropper {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 1px solid lightgrey;
  padding: 2px;
}

.homeContent {
  width: 100%;
}

.hmBtnContainer {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.hmBtnContainer2 {
  width: 33%;
  float: left;
  padding: 0 10px;
}
.hmButton {
  width: 100%;
  border-radius: 5px;
  background: white;
  float: left;
  padding: 10px;
  margin-bottom: 15px;
  height: 125px;
  overflow: hidden;
}

.hmButton2 {
  width: 100%;
  border-radius: 5px;
  /*background: white;*/
  float: left;
  padding: 10px;
  margin-bottom: 15px;
  height: 55px;
  overflow: hidden;
}

.hmButton md-icon {
  height: 35px;
  min-height: 35px;
  width: 35px;
}

.titleS {
  color: white;
  font-size: 1em;
}

.titleB {
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

.titleBCompli{
  color: #ffad17;
  font-size: 1em;

}

.titleBBlack{
  color: black;
  font-size: 1.2em;
  font-weight: bold;
}

.heroBg {
  width: 100%;
  background: #1c33c9;
  background: -webkit-gradient(linear, left bottom, left top, from(#069de6), to(#2196f3));
  background: linear-gradient(to top, #069de6 0%, #2196f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#069de6', endColorstr='#2196f3',GradientType=0 );
  position: relative;
  color: white;
  height: 200px;
}

.heroBg2 {
  width: 100%;
  background: #1c33c9;
  background: -webkit-gradient(linear, left bottom, left top, from(#069de6), to(#2196f3));
  background: linear-gradient(to top, #069de6 0%, #2196f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#069de6', endColorstr='#2196f3',GradientType=0 );
  position: relative;
  color: white;
}

.bg-gradient {
  width: 100%;
  background: #1c33c9;
  background: -webkit-gradient(linear, left bottom, left top, from(#069de6), to(#2196f3));
  background: linear-gradient(to top, #069de6 0%, #2196f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#069de6', endColorstr='#2196f3',GradientType=0 );
}

.btnsContainer {
  width: 100%;
  text-align: left;
  display: inline-block;
}

.cardContainer {
  width: 100%;
  position: absolute;
  top: 155px;
  left: 0;
  padding: 10px;
}

._md-text{
  color: #ffad17 !important;
}

.cardContainer1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 85px;
  padding: 10px;
}

.cardContainer2 {
  width: 100%;
  position: absolute;
  top: 160px;
  left: 0;
  padding: 10px;
}

.statusChip {
  border-radius: 50px;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background: #515151;
}

.statusChip.updated {
  fill: #3aff77;
}

.statusChip.outstanding {
  fill: #ffad17;
}

.statusChip.Critical {
  fill: #fe4b47;
}

.statusChip.released {
  fill: #3aff77;
}

.statusChip.onhold {
  fill: #fe4b47;
}

.statusChip.Pending {
  fill: #ffad17;
}

.activeFilter {
  background: #ffad17;
}

md-tabs-wrapper md-next-button md-icon {
  fill: white;
}

md-tabs-wrapper md-prev-button md-icon {
  fill: white;
}

.md-tab {
  overflow: visible;
}

.bg-transmain {
  background: rgba(33, 150, 243, 0.07);
}

@media only screen and (max-width: 320px) {
  .img-cropper-small {
    width: 40px;
    height: 40px;
  }
  .hmButton {
    height: 155px;
  }
  .heroBg {
    height: 155px;
  }
}

@media only screen and (min-width: 360px) {
  .img-cropper-small {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 414px) {
  .img-cropper-small {
    width: 60px;
    height: 60px;
  }
}

/* ================ The Timeline ================ */
.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 20px;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(8%, white), color-stop(92%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 8%, white 92%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline;
  text-align: center;
}

.flag {
  position: relative;
  display: inline-block;
  background: #f8f8f8;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #ffad17;
  border-radius: 10px;
  border: 2px solid white;
  z-index: 10;
  left: -40px;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: #fa5050;
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: #f8f8f8;
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 0.77777em;
  font-style: italic;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */
@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 1em 0;
  }
  .timeline li {
    padding-bottom: 15px;
    padding-left: 50px;
    padding-top: 0;
  }
  .direction-l, .direction-r {
    float: left;
    width: 90%;
    text-align: left;
  }
  .flag-wrapper {
    text-align: center;
  }
  .flag {
    background: white;
    z-index: 15;
  }
  .direction-l .flag:before, .direction-r .flag:before {
    position: absolute;
    top: 50%;
    left: -31px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-left: -9px;
    background: #ffad17;
    border-radius: 10px;
    border: 2px solid white;
    z-index: 10;
  }
  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }
  .direction-l .time-wrapper, .direction-r .time-wrapper {
    float: none;
  }
  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: whitesmoke;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }
  .direction-l .desc, .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
}

.ionic_datepicker_popup .popup-body .selected_date_full {
  background: #2196f3 !important;
}

.ionic_datepicker_popup .popup-buttons button {
  background: #2196f3 !important;
}

.popup-container.active .popup {
  border-radius: 8px !important;
  overflow: hidden;
}

.ionic_datepicker_popup .selected_date {
  background: #ffad17 !important;
  border: none !important;
}

.ionic_datepicker_popup .popup-body .show_nav {
  margin: 0 !important;
  width: 100%;
}

.ionic_datepicker_popup .popup-body .button-clear {
  color: #2196f3 !important;
}

.ionic_datepicker_popup .popup-body .select_section {
  margin: 0 !important;
}

.row {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-select select {
  direction: ltr;
}

.ionic_datepicker_popup .popup-body .month_select, .ionic_datepicker_popup .popup-body .year_select {
  border-bottom: 1px solid #2196f3 !important;
}

.ionic_datepicker_popup .popup-body .month_select:after, .ionic_datepicker_popup .popup-body .year_select:after {
  color: #2196f3 !important;
}

.ionic_datepicker_popup .calendar_grid .weeks_row {
  color: #2196f3 !important;
}

md-dialog .md-dialog-content {
  padding: 0 !important;
  padding-bottom: 48px !important;
}

md-dialog .md-actions, md-dialog md-dialog-actions {
  padding: 0 !important;
  min-height: 48px !important;
}

.clockTime {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.clockTime:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.addBtn {
  position: absolute;
  bottom: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: 10px;
  background: #4e4e4e;
}

.salesCard {
  width: 100%;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
  overflow: hidden;
}

.salesCard:last-child {
  margin-bottom: 0;
}

md-tabs .md-tab.md-active, md-tabs .md-tab.md-focused {
  background: rgba(0, 0, 0, 0.3);
}

.calendar {
  width: 100%;
  color: black;
  padding-bottom: 20px;
}

.calendar .monthCont {
  width: 100%;
  background: transparent;
  padding: 20px;
  margin-bottom: 10px;
}

.calendar .monthCont .goprevMonth {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  fill: white;
}

.calendar .monthCont .monthName {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 500;
  color: white;
}

.calendar .monthCont .year {
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 400;
  color: white;
}

.calendar .monthCont .gonextMonth {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  fill: white;
}

.calendar .weekdays {
  margin: 0;
  padding: 10px;
  background-color: transparent;
}

.calendar .weekdays li {
  display: inline-block;
  width: calc(100% / 7);
  color: white;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
}

.calendar .calendarRow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 5px;
}

.calendar .calendarRow .dateCont {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100%/7);
}

.calendar .calendarRow .dateCont .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: white;
}

.calendar .calendarRow .dateCont .status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 7px;
  margin-top: 3px;
}

.calendar .calendarRow .dateCont .status .attn {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffad17;
  margin: 0 2px;
}

.calendar .calendarRow .dateCont .status .roster {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: white;
  margin: 0 2px;
}

.calendar .calendarRow .dateCont .current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  color: white;
}

.calendar .calendarRow .dateCont .hastask {
  background: #0d5a92;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
}

.calendar .calendarRow .dateCont .attended {
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0d5a92;
}

.calendar .calendarRow .dateCont .lastmonth {
  color: rgba(255, 255, 255, 0.5);
}

.calendar .calendarRow .dateCont .nextmonth {
  color: rgba(255, 255, 255, 0.5);
}

.rosterDate {
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 800;
}

.rosterMonth {
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
}

.loginLogo {
  width: 60%;
}

.h70v {
  margin-top: 30px;
}

@media only screen and (min-device-width: 320px) {
  .loginLogo {
    width: 30%;
  }
  .h70v {
    margin-top: 0;
  }
}
/*# sourceMappingURL=custom.css.map */