/* Packages Extra */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700,600);
.table, .table th, .table td {
  border: none;
  box-sizing: border-box;
}

.table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

.table.bordered > thead > tr,
.table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

.table.striped > tbody > tr:nth-child(odd) {
  background-color: #efefef;
}

.table.striped > tbody > tr > td {
  border-radius: 0px;
}

.table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

.table.highlight > tbody > tr:hover {
  background-color: #efefef;
}

.table.centered thead tr th, .table.centered tbody tr td {
  text-align: center;
}

.table thead {
  border-bottom: 1px solid #d0d0d0;
}

.table td, .table th {
  padding: 10px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 960px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

table.table.multi-level-table.md-table.data-table tbody p {
  margin: 0;
}

table.table.multi-level-table.md-table.data-table tbody tr.md-row.first-level {
  height: 65px;
}

table.table.multi-level-table.md-table.data-table tbody td {
  border-radius: 0px;
}

table.table.multi-level-table.md-table.data-table tbody tr.second-level {
  height: 85px;
}

table.table.multi-level-table.md-table.data-table tbody tr.second-level td {
  border-color: white;
}

table.table.multi-level-table.md-table.data-table tbody tr.second-level td:first-child {
  padding-left: 14px !important;
}

table.table.multi-level-table.md-table.data-table tbody tr.second-level.sub-row {
  height: 48px;
}

table.table.multi-level-table.md-table.data-table tbody tr.second-level.main-row {
  background-color: #eeeff0;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level {
  height: 24px;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level td {
  border: none;
  background-color: #eeeff0;
  padding: 0 !important;
  height: inherit;
  margin: 0;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level td .content-cell {
  background-color: #dedede;
  height: 100%;
  padding-left: 5px;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level td pre {
  margin: 0;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level td:first-child {
  padding-left: 14px !important;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level td:first-child p {
  padding-left: 14px;
  font-weight: 700;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level.first-child td p {
  padding-top: 20px;
  padding-bottom: 6px;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level.last-child td {
  padding-bottom: 24px !important;
}

table.table.multi-level-table.md-table.data-table tbody tr.third-level.last-child td .content-cell {
  padding-bottom: 24px;
}

table.table.multi-level-table.md-table.data-table tbody tr.row-padding-bottom {
  height: 24px;
}

table.table.multi-level-table.md-table.data-table tbody tr.row-padding-bottom td {
  border: none;
  height: inherit;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* Common */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/* Material - Font Icons */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/* Sticky*/
/* Breadcrumb */
.breadcrumb {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  display: inline-block;
  padding: 10px 0;
  background: transparent;
}

.breadcrumb:before, .breadcrumb:after {
  display: table;
  content: " ";
}

.breadcrumb:after {
  clear: both;
}

.breadcrumb, .breadcrumb * {
  box-sizing: border-box;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li {
  float: left;
  background: transparent;
}

.breadcrumb li:first-child a {
  padding-left: 20px;
}

.breadcrumb li:first-child a:before {
  border: none;
}

.breadcrumb li:last-child a {
  margin-right: 0;
  padding-right: 20px;
  background-color: #c8c8c8;
}

.breadcrumb li:last-child a:before {
  border-top-color: #c8c8c8;
  border-right-color: #c8c8c8;
  border-bottom-color: #c8c8c8;
}

.breadcrumb li:last-child a:after {
  display: none;
}

.breadcrumb li a {
  margin-right: 23px;
  padding: 0 10px 0 5px;
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: white;
  background: #054F91;
}

.breadcrumb a:before, .breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #054F91;
  border-width: 20px 10px;
  width: 0;
  height: 0;
  display: block;
}

.breadcrumb a:before {
  left: -20px;
  border-left-color: transparent;
}

.breadcrumb a:after {
  left: 100%;
  border-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #054F91;
}

.breadcrumb a:hover {
  background-color: #054F91;
}

.breadcrumb a:hover:before {
  border-color: #054F91;
  border-left-color: transparent;
}

.breadcrumb a:hover:after {
  border-left-color: #054F91;
}

.breadcrumb md-icon {
  color: white;
}

.breadcrumb.hide-gt-xs li:first-child a {
  padding-left: 10px;
  margin-right: 3px;
}

.breadcrumb.hide-gt-xs a:before {
  left: -15px;
}

.breadcrumb.hide-gt-xs md-icon {
  font-size: 2rem;
  height: 20px;
  line-height: 20px;
}

.page-actions {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  display: inline-block;
  padding: 10px 0;
}

.page-actions:before, .page-actions:after {
  display: table;
  content: " ";
}

.page-actions:after {
  clear: both;
}

.page-actions, .page-actions * {
  box-sizing: border-box;
}

.page-actions li {
  float: left;
}

.page-actions .md-button {
  margin: 0 5px;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 600px) {
  .page-actions .md-button {
    padding: 0 10px;
    min-width: inherit;
  }
}

.page-actions .md-button.md-submit {
  padding: 0 16px;
}

@media screen and (max-width: 600px) {
  .page-actions .md-button.md-submit {
    padding: 0 10px;
  }
}

.page-actions .md-button > md-icon {
  font-size: 16px;
  height: 16px;
}

.page-header {
  overflow: visible;
  transition: background 0.3s linear;
}

.sticky-wrapper {
  overflow: visible;
  transition: background 0.3s linear;
}

.is-stuck {
  margin: 0 -8px;
  padding: 0 8px;
  position: fixed;
  top: 0;
  z-index: 9;
  background-color: #c8c8c8;
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 960px) {
  .is-stuck {
    margin: 0 -16px;
    padding: 0 16px;
  }
}

.is-stuck .breadcrumb {
  padding: 10px 0;
}

.is-stuck .breadcrumb li:last-child a {
  background-color: #dbdbdb;
}

.is-stuck .breadcrumb li:last-child a:before {
  border-top-color: #dbdbdb;
  border-right-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
}

/* Main Menu */
ul.main-menu {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.main-menu:before, ul.main-menu:after {
  display: table;
  content: " ";
}

ul.main-menu:after {
  clear: both;
}

ul.main-menu:before, ul.main-menu:after {
  display: table;
  content: " ";
}

ul.main-menu:after {
  clear: both;
}

ul.main-menu, ul.main-menu * {
  box-sizing: border-box;
}

ul.main-menu li {
  float: left;
}

ul.main-menu li {
  float: left;
}

.main-menu {
  width: 100%;
}

.page-header .main-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.main-menu li:first-child .md-button {
  padding-left: 0;
}

.main-menu .md-button {
  margin: 0;
  line-height: 40px;
  min-height: 40px;
  text-transform: capitalize;
  min-width: 0;
  background: none !important;
  color: #555 !important;
}

.main-menu .md-button.md-primary {
  color: #222222 !important;
  border-bottom: 1px solid #222222;
  border-radius: 0;
}

@media screen and (max-width: 600px) {
  .main-menu .md-button {
    padding: 0 5px;
  }
}

.main-menu .md-button .material-icons, .main-menu .md-button .md-ripple-container {
  display: none !important;
}

.main-menu md-menu-item {
  height: 40px;
  min-height: 40px;
}

.main-menu md-menu-item .md-button {
  padding: 0 15px;
}

.main-menu md-menu > .md-button > md-icon {
  margin-right: 0;
}

/* Misc */
.md-undo-padding {
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 960px) {
  .md-undo-padding {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.no-transition {
  transition: none !important;
}

*:focus {
  outline: none;
}

/* Helpers */
.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-middle {
  vertical-align: middle;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.clickable {
  cursor: pointer;
}

tr.clickable:hover {
  background-color: #f4f4f4;
}

tr.prevent-click:not(.active):hover {
  background-color: inherit !important;
}

tr.prevent-click:not(.active):hover td {
  color: rgba(0, 0, 0, 0.87) !important;
}

.nl2br {
  white-space: pre-line;
}

/* Fix transparent datepicker */
.md-datepicker-calendar, .md-datepicker-input-mask-opaque {
  background: white;
}

.md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator,
.md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #2196f3;
  color: white;
  border-color: transparent;
}

.md-calendar-date-selection-indicator:hover {
  background: #e0e0e0;
}

.md-calendar-day-header {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.md-calendar-date-disabled, .md-calendar-month-label-disabled {
  color: rgba(0, 0, 0, 0.26);
}

/* Error */
error-block {
  display: block;
  max-width: 100%;
}

.error-msg {
  padding: 15px 15px 15px 30px;
  border-radius: 4px;
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442;
  font-size: 1.4rem;
}

.error-msg li {
  line-height: 24px;
}

.input-msg {
  font-size: 1.4rem;
}

.input-msg-error {
  color: #dd2c00;
}

.input-msg-success {
  color: green;
}

.form-dialog {
  min-width: 75%;
  max-width: 100%;
}

.map-dialog {
  min-width: 75%;
  max-width: 100%;
}

.angular-google-map-container {
  height: 400px;
}

.upload-selector {
  cursor: pointer;
  display: inline-block;
}

img.thumb {
  width: 200px;
}

form .actions {
  text-align: center;
}

form .actions .md-button {
  min-width: 250px;
  max-width: 100%;
}

form .actions .md-button + md-progress-linear {
  max-width: 250px;
  margin: 0 auto;
}

.layout-view md-input-container label.md-no-float {
  text-transform: uppercase;
  color: #054F91;
}

.layout-view md-input-container label.md-no-float.inline {
  margin-right: 10px;
  position: relative;
}

.layout-view md-input-container .data {
  padding: 5px 0;
  min-height: 20px;
}

md-input-container .input-hint {
  position: relative;
  left: 2px;
  font-size: 12px;
  line-height: 14px;
  color: grey;
}

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

/* Data Personal Block */
.my-photo {
  padding: 20px 0;
}

.my-photo:before, .my-photo:after {
  display: table;
  content: " ";
}

.my-photo:after {
  clear: both;
}

.my-photo * {
  box-sizing: border-box;
}

.my-photo .my-photo-item {
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 2px 3px #444;
  position: relative;
  display: block;
  overflow: hidden;
  width: 170px;
  height: 170px;
  z-index: 1;
}

.my-photo .my-photo-item img {
  border: 10px solid #054F91;
  border-radius: 50%;
  width: 170px;
}

.my-photo .my-photo-item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #054F91;
  text-align: center;
  font-size: 16px;
  opacity: 0;
  padding-top: 10px;
  height: 0;
  transition: height 0.2s ease-in-out;
}

.my-photo .my-photo-item:hover .caption,
.my-photo .my-photo-item .caption.show {
  padding-top: 10px;
  height: 50px;
  opacity: 1;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .data-personal md-content {
    overflow: visible;
  }
}

.moe-bar {
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  max-height: 55px;
  background-color: #ddd;
  box-sizing: border-box;
  padding: 15px 20px;
}

.moe-bar span {
  font-size: 16px;
  line-height: 25px;
  height: 25px;
  color: #666666;
}

.main-data-block, .sub-data-block {
  padding-right: 10px;
  padding-bottom: 10px;
}

.main-data-block .md-toolbar-tools, .sub-data-block .md-toolbar-tools {
  padding: 0 16px;
  height: 40px;
  max-height: 40px;
  background-color: #c8c8c8;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.005em;
}

.main-data-block .md-toolbar-tools button, .sub-data-block .md-toolbar-tools button {
  margin: 0 0 0 5px;
  min-width: 0;
  color: #054F91;
  text-decoration: underline;
}

.main-data-block md-content, .sub-data-block md-content {
  background-color: #f4f4f4;
}

@media screen and (max-width: 600px) {
  .main-data-block, .sub-data-block {
    padding: 0;
  }
}

.main-data-block .md-toolbar-tools {
  height: 60px;
  padding: 25px;
  max-height: 60px;
  font-size: 2rem;
}

.main-data-block md-content {
  background-color: white;
}

.main-data-block.background-grey md-content {
  background-color: #f4f4f4;
}

.page-header > md-toast {
  top: 60px;
  transition: none;
  height: 60px;
}

md-toast.success .md-toast-content {
  background-color: #27ae60;
}

md-toast {
  position: fixed;
}

.switch-box {
  padding-top: 18px;
  padding-left: 5px;
}

.form-create-consultation-image md-grid-tile-footer {
  background-color: #054F91;
  text-align: center;
}

.form-create-consultation-image md-grid-tile-footer figcaption {
  margin: 0 auto;
}

.form-create-consultation-image md-grid-tile-footer a {
  color: #fff;
}

#contextmenu {
  border: 1px solid black;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  background: #fff;
}

#contextmenu li {
  margin: 0;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 1.6rem;
}

#contextmenu li:hover {
  background-color: #eee;
}

#contextmenu li a {
  text-decoration: none;
  color: #000;
}

.well {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  color: #fff;
  background-color: #ddd;
}

.well-done {
  background-color: #43A047;
}

.well-warn {
  background-color: #054F91;
}

billing-state {
  display: none;
}

billing-state.active {
  display: block;
}

.theme-item .title {
  margin-top: 0;
  margin-bottom: 10px;
}

.theme-item .theme-picker {
  display: block;
  background-color: #c8c8c8;
  height: 60px;
  cursor: pointer;
  max-width: 100%;
}

.theme-item .theme-picker.original {
  background-color: #054F91;
}

.theme-item .theme-picker.green {
  background-color: #27ae60;
}

.theme-item .theme-picker.blue {
  background-color: #2980b9;
}

.theme-item .theme-picker.purple {
  background-color: #9b50ba;
}

.theme-item .theme-picker.deepblue {
  background-color: #2c3e50;
}

md-icon.icon-offset-left {
  margin-left: -15px;
}

md-icon.icon-offset-right {
  margin-right: -15px;
}

md-radio-group.layout-row md-radio-button.fix-margin-bottom {
  margin-bottom: 16px;
}

md-select.text-white md-select-value {
  border-color: white !important;
}

md-select.text-white span {
  color: white !important;
}

moe-table-step .table table tr.active {
  background-color: #054F91 !important;
}

moe-table-step .table table tr.active td {
  color: white;
  font-weight: bold;
}

.table-striped table tbody tr:nth-child(even) {
  background-color: white;
}

.table-striped table tbody tr:hover {
  background-color: #f4f4f4;
}

.table-striped.striped-grey table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

.table-striped.striped-grey table tbody tr:hover {
  background-color: #054F91;
}

.table.table-no-border table tr td {
  border: none;
  border-radius: 0;
}

.text-normal {
  text-transform: none;
}

.input-label-hide.md-input-focused label, .input-label-hide.md-input-has-value label {
  opacity: 0;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s, opacity cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s !important;
}

.no-padding-horizontal {
  padding-left: 0px;
  padding-right: 0px;
}

.no-padding-vertical {
  padding-top: 0px;
  padding-bottom: 0px;
}

.no-padding-bottom {
  padding-bottom: 0px;
}

.border-highlight {
  border: 1px solid #054F91;
  border-radius: 3px;
}

.border-color-material {
  border: 1px solid #fff;
  border-radius: 3px;
}

.border-color-material.border-highlight {
  border: 1px solid #054F91;
  border-radius: 3px;
}

.tr-no-height {
  height: auto;
}

.tr-no-height td {
  height: auto !important;
}

.md-icon-button-background-white {
  border: 1px solid transparent;
}

.md-icon-button-background-white md-icon {
  margin-top: -1px;
  margin-left: -1px;
}

.md-icon-button-background-white:hover {
  border: 1px solid #054F91;
  background-color: white;
}

.md-icon-button-background-white:hover md-icon {
  color: #054F91;
}

ul.horizontal-list {
  list-style-type: none;
}

/* shopping cart */
.bg-shoppingcart {
  background: #fff;
  border-top: 2px solid #f4f4f4;
  margin-bottom: 0 !important;
}

.bg-shoppingcart > span:first-child {
  text-align: right;
}

.bg-shoppingcart > span:last-child {
  padding-right: 50px;
}

.tblShoppingCart .itemShoppingCart {
  border-bottom: 1px solid #f4f4f4;
}

.tblShoppingCart .itemShoppingCart:last-child {
  border-bottom: none;
}

.tblShoppingCart .itemShoppingCart:nth-child(2n) {
  background: #fafafa;
}

.tblShoppingCart .itemShoppingCart .block-row-high {
  padding: 5px 25px 5px 20px;
  height: 60px;
}

.tblShoppingCart .itemShoppingCart .new-sales-button {
  margin-left: 20px;
}

.md-toolbar-tools .md-button.nav-step-sale {
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

.nav-step-sale.md-button:not([disabled]):hover {
  /*background:rgba(223,101,64,1);*/
  background: #f4511e;
}

.nav-step-sale.md-button .material-icons {
  color: #fff !important;
}

.nav-step-sale.md-button > * {
  font-weight: 500;
}

.nav-step-sale.md-button[disabled] {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.38);
}

.nav-step-sale.md-button[disabled] .material-icons {
  color: rgba(0, 0, 0, 0.38) !important;
}

/* table-new-sale-customer */
.table-new-sale-customer table tbody tr {
  /*transition: background ease-in-out 0.3s;*/
  /*
        td{
          transition: color ease-in-out 0.3s;
        }*/
}

.table-new-sale-customer table tbody tr:hover {
  background-color: #054F91;
}

.table-new-sale-customer table tbody tr:hover td {
  color: #fff;
}

.background-grey-dark {
  background-color: #ccc;
}

.background-in-stock {
  background-color: #009688;
  color: #fff;
}

.background-in-stock td {
  color: #fff !important;
}

.button-outlet {
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
  text-align: left;
  background-color: rgba(158, 158, 158, 0.2);
}

.md-container-round-edge {
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 20px;
}

.margin-15 {
  margin: 15px;
}

.mg-l-1 {
  margin-left: 1rem;
}

.mg-r-1 {
  margin-right: 1rem;
}

.mg-0 {
  margin: 0;
}

.max-width-gt-900-60 {
  max-width: 60%;
}

@media (max-width: 900px) {
  .max-width-gt-900-60 {
    max-width: none;
  }
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.md-chips-readonly .md-chips {
  box-shadow: 0 0px !important;
}

.cell-multiple-line dl {
  line-height: 24px;
}

.cell-multiple-line md-icon {
  font-size: 18px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

/* RESET */
h1, h2, h3, h4, h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin: 0 0 10px 0;
}

ul {
  margin: 10px 0;
}

body {
  color: #333;
}

/* HEADER */
md-toolbar.main-nav {
  background-color: #222;
}

md-toolbar.md-short {
  height: 55px;
  min-height: 55px;
  max-height: 55px;
}

md-toolbar.sub-toolbar {
  background-color: white;
  color: black;
}

md-toolbar.sub-toolbar button, md-toolbar.sub-toolbar span, md-toolbar.sub-toolbar md-icon {
  font-weight: bold;
}

md-toolbar.sub-toolbar button {
  background-color: #054F91;
  border-radius: 0;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 16px;
  height: 84%;
}

md-toolbar.sub-toolbar span {
  text-transform: none;
}

h2.site-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

md-menu > .md-button {
  margin-right: 8px;
}

md-menu > .md-button > md-icon {
  margin-right: 8px;
}

/* BODY */
.body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  background-color: #F3F3F3;
}

.page-loading-body {
  height: 100vh;
  padding-top: 30vh;
  text-align: center;
}

/* FOOTER */
footer {
  padding: 15px 0;
  min-height: 60px;
  background-color: #F3F3F3;
}

footer p {
  margin: 0;
}

.md-subheader {
  font-size: 2.0rem;
}

.dialog-consultation-image {
  width: 70%;
  max-width: 100%;
}

.md-button {
  padding-left: 15px;
  padding-right: 15px;
}

md-input-container textarea.md-input {
  min-height: 120px;
  max-height: 200px;
  overflow-y: auto;
}

md-input-container textarea.non-override.md-input {
  min-height: 30px;
}

md-input-container .md-errors-spacer {
  min-height: 0;
}

table.md-table th.md-column {
  font-size: 1.4rem;
}

table.md-table td.md-cell {
  font-size: 14px;
  /*font-size: 1.6rem;*/
}

table.md-table td.md-cell.md-sort {
  font-weight: 700;
}

table.md-table td.md-cell > a {
  color: rgba(0, 0, 0, 0.87);
}

table.md-table.data-table thead.md-head > tr.md-row {
  height: 40px;
}

table.md-table.data-table tbody.md-body > tr.md-row {
  height: 36px;
}

table.md-table.data-table th.md-column {
  padding: 5px !important;
  font-size: 14px;
  /*font-size: 1.6rem;*/
  font-weight: 700;
}

table.md-table.data-table td.md-cell {
  padding: 5px 5px !important;
  vertical-align: top;
}

table.md-table.data-table .actions {
  text-align: center;
  width: 90px;
}

.md-no-float.float-style {
  padding-left: 3px;
  padding-right: 0;
  transform: translate3d(0, 6px, 0) scale(0.75);
  color: rgba(0, 0, 0, 0.54);
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: left top;
}

.md-no-float + md-radio-group {
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 600px) {
  .md-table-pagination {
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .md-table-pagination > md-select + span {
    margin-left: 5px;
  }
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #054F91;
}

.picker__select--month, .picker__select--year {
  padding: .3rem;
}

.no-box-shadow .md-whiteframe-1dp, .no-box-shadow .md-whiteframe-z1 {
  box-shadow: none;
}

table.md-table.table-no-divider td.md-cell {
  border-top: none;
}

.override-anchor-link {
  color: rgba(0, 0, 0, 0.87);
}

.circle-3x {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.background-grey {
  background-color: #f4f4f4;
}

.text-white {
  color: white;
}

.text-grey {
  color: #666666;
}

.text-primary {
  color: #054F91;
}

.button-span {
  display: inline;
  min-height: 0;
  min-width: 0;
  height: auto;
  line-height: 16px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.text-bold {
  font-weight: bold;
}

.background-grey-f1 {
  background-color: #f1f1f1;
}

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

.block-row, .block-row-high {
  height: 60px;
  padding: 20px;
  margin-bottom: 2px;
}

.block-row span, .block-row-high span, .block-row button, .block-row-high button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.block-row-high {
  height: 75px;
  margin-bottom: 5px;
}

.background-black {
  background-color: black;
  color: white;
}

.border-grey {
  border: 2px solid #666666;
}

.border-primary {
  border: 2px solid #054F91;
}

.new-sales-block {
  padding-top: 4px;
  padding-bottom: 4px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.disabled-pointer {
  pointer-events: none;
}

.text-line-through {
  text-decoration: line-through;
}

.overflow-auto {
  overflow: auto;
}

/* Newsale button by Helen */
.md-new-sale {
  min-width: 180px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
}

.md-new-sale[disabled] span {
  color: rgba(0, 0, 0, 0.38);
}

.md-new-sale.md-primary {
  border: 1px solid #bbb;
  color: inherit;
}

.md-new-sale.border-primary {
  border: 1px solid #bbb;
}

.md-new-sale.active-button {
  background: #054F91 !important;
  color: #fff !important;
  border-color: #054F91;
}

.md-new-sale.active-button span {
  color: #fff !important;
}

.padding-horizontal-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Pages */
.portal-intro h1 {
  border-bottom: 1px solid #054F91;
}

.portal-intro h2 {
  color: #838385;
}

.portal-intro p {
  margin-bottom: 20px;
  padding-right: 10px;
}

.portal-login {
  padding: 30px;
  /*.inputs-container {
    margin-bottom: 20px;
  }*/
}

.portal-login .form-intro {
  margin-top: 10px;
  margin-bottom: 20px;
}

.portal-login .md-button {
  margin: 0;
  line-height: 40px;
  min-height: 40px;
}

.portal-login .link-suggest {
  margin-top: 20px;
  color: #838385;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.portal-login .link-suggest > a {
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
}

.page-404 {
  text-align: center;
}

.page-404 h1 {
  font-size: 12rem;
}

.page-404 h1 span {
  display: block;
  font-size: 4rem;
}

.page-404 h1 + p {
  font-size: 3rem;
}

h3.md-subhead {
  font-weight: 700;
  color: #054F91;
}

.block-data-content {
  position: relative;
}

@media screen and (max-width: 960px) {
  .block-data-content {
    overflow: hidden;
    overflow-y: visible;
  }
}

#block-order .block-data-content {
  height: auto;
}

.page-customer-overview .block-data-column {
  height: 0%;
}

@media screen and (min-width: 1280px) {
  .page-customer-overview .block-data-content {
    max-height: 350px;
  }
}

.page-customer-overview .block-data-content.no-max-height {
  max-height: inherit;
}

.page-customer-overview #block-logs .block-data-content {
  max-height: 200px;
}

.page-customer-overview td.actions .md-icon-button {
  padding: 0;
  width: 20px;
}

.page-customer-overview td.actions.default-width .md-icon-button {
  width: 36px;
}

.page-customer-overview td.actions md-icon.custom-size {
  font-size: 19px;
  position: relative;
  bottom: 1px;
}

.page-customer-overview td.actions md-icon.custom-size.copy {
  font-size: 20px;
  left: -2px;
}

.page-customer-overview td.actions md-icon.custom-size.trash {
  font-size: 21px;
}

@media screen and (min-width: 1280px) {
  .page-customer-overview .prescription-overview {
    font-size: 1.4rem;
  }
}

.page-customer-personal .btn-link-vend:disabled {
  color: #ddd !important;
}

.md-toolbar-tools > span {
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .md-toolbar-tools > span {
    cursor: pointer;
  }
}

.md-toolbar-tools > span > md-icon {
  height: 27px;
  line-height: 27px;
  transform: rotate(0deg);
  transition: transform .3s ease-in-out;
  display: none;
}

@media screen and (min-width: 960px) {
  .md-toolbar-tools > span > md-icon {
    display: none;
  }
}

.expanded .md-toolbar-tools > span > md-icon {
  transform: rotate(90deg);
}

.data-row {
  padding: 5px 0;
}

.data-row label {
  font-weight: 700;
  width: 100px;
  display: inline-block;
}

.data-address label {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.data-address label + span {
  margin-bottom: 10px;
  display: block;
}

md-toolbar .vend-logo {
  margin-left: 5px;
  display: inline-block;
  height: 25px;
  vertical-align: middle;
}

.vend-logo {
  margin-left: 5px;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
}

.block-data-content table td {
  padding: 5px 5px;
  height: 36px;
}

th.actions {
  padding: 0 5px !important;
  width: 170px;
  text-align: center;
}

td.actions {
  padding: 0 5px !important;
  text-align: center;
  width: 170px;
}

td.actions .md-icon-button {
  margin: 0;
  height: 18px;
  width: 36px;
  display: inline;
}

td.actions md-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
}

th.datetime {
  width: 105px;
}

th.full-name {
  width: 150px;
}

.pre-src-acronym {
  border-radius: 50%;
  padding: 5px;
  line-height: 30px;
  background-color: #777;
  color: #fff;
}

.prescription-overview {
  margin: 0;
}

.prescription-overview > span {
  display: block;
}

.data-image {
  overflow: hidden;
  border: 5px solid #fff;
  background-color: rgba(0, 0, 0, 0.18);
}

.data-image > figure > img {
  max-height: 100%;
  cursor: pointer;
  display: block;
}

.upload-preview {
  max-height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
}

.upload-preview img {
  height: 100%;
  width: 100%;
}

.upload-preview p {
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  word-break: break-word;
}

.data-image-selected {
  border-color: #054F91;
}

.block-data-images md-content {
  max-height: 350px;
  overflow-y: visible;
}

.eye-sample {
  border: 1px solid #ccc;
  padding: 3px;
  max-height: 450px;
  max-width: 100%;
}

.btn-user-address {
  padding-left: 30px;
  padding-right: 30px;
}

.dob-box {
  position: relative;
}

.dob-box.md-has-icon {
  padding-left: 0;
}

.dob-box.md-has-icon > label {
  left: 0;
  right: auto;
}

.dob-box .dob-trigger {
  position: absolute;
  right: 5px;
  top: -5px;
}

md-input-container.icon-box {
  position: relative;
}

md-input-container.icon-box.md-has-icon {
  padding-left: 0;
}

md-input-container.icon-box.md-has-icon > label {
  left: auto;
  right: auto;
}

md-input-container.icon-box .trigger,
md-input-container.icon-box .icon-trigger {
  position: absolute;
  right: 5px;
  top: -5px;
}

.page-create-customer .data-block > md-content {
  overflow: visible;
}

.first-name-min-width {
  min-width: 140px;
  padding-right: 10px !important;
}

.update-at-min-width {
  min-width: 140px;
  padding-right: 10px !important;
}

.date-consultations-min-width {
  min-width: 155px;
  padding-right: 10px !important;
}

.source-style .pre-src-acronym {
  min-width: 20px;
  line-height: 20px;
}

.type-min-width {
  min-width: 105px;
}

table.md-table tr.valign-middle td.md-cell {
  vertical-align: middle;
}

/* Contact len page */
.frm-contact-lens-data {
  width: 75% !important;
}

.frm-contact-lens-data .sub-data-block {
  padding-right: 0;
}

.frm-contact-lens-data .md-raised.md-button {
  margin-left: 0;
}

.page-staff-create form md-content {
  overflow: visible;
}

.page-staff-create form .md-select-ctn {
  height: 58px;
}

.page-staff-list tr.disabled {
  background-color: #f4f4f4;
  font-style: italic;
}

/* Responsive */
.button-staff-create .md-container {
  margin-top: 5px;
}

.button-staff-create .md-label {
  padding-top: 3px;
}

/* Consultation */
.page-consultation md-input-container textarea {
  max-height: 500px;
  min-height: 120px;
  overflow-y: auto;
  resize: vertical;
}

.page-consultation md-input-container textarea.big {
  min-height: 120px;
}

.page-consultation md-input-container textarea.mid {
  min-height: 80px;
}

.page-consultation md-input-container textarea.low {
  min-height: 50px;
}

.page-consultation md-input-container textarea.tiny {
  min-height: 30px;
}

.page-consultation .consultation-report label {
  font-weight: 700;
}

.page-consultation .consultation-report label + p {
  margin-bottom: 20px;
}

.page-consultation .table-consultation-type {
  margin-bottom: 10px;
  width: 100%;
}

.page-consultation .table-consultation-type tr > td:first-child {
  color: #054F91;
  min-width: 70px;
  text-transform: uppercase;
}

.page-consultation .table-consultation-type td {
  height: 40px;
}

.page-consultation .data-consultation-images md-content {
  white-space: nowrap;
}

.page-consultation .consultation-image {
  display: inline;
}

.page-consultation .consultation-content {
  padding-top: 26px;
}

.page-consultation .consultation-content md-input-container {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 600px) {
  .page-consultation .consultation-content md-input-container {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.page-consultation .consultation-content md-input-container label,
.page-consultation .consultation-content md-input-container .md-placeholder {
  padding-left: 11px;
}

@media screen and (max-width: 600px) {
  .page-consultation .consultation-content md-input-container label,
  .page-consultation .consultation-content md-input-container .md-placeholder {
    padding-left: 3px;
  }
}

.recall-content-section {
  padding-left: 12px;
}

.recall-content-section h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 15px;
}

.recall-content-section md-radio-button > .md-container {
  top: 12px;
}

.recall-content-section md-radio-button .md-label {
  margin-left: 34px !important;
}

.recall-content-section md-datepicker {
  display: block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.recall-content-section md-datepicker .md-datepicker-input-container {
  left: 0px;
  right: 10px;
  position: absolute;
  margin-left: 52px;
  top: 50%;
  transform: translateY(-50%);
}

.recall-footer {
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.page-prescription md-content.data-additional {
  overflow: visible;
}

.page-prescription md-autocomplete {
  min-width: inherit;
}

.page-prescription md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
}

.form-prescription-note md-input-container.md-has-icon {
  padding: 2px;
}

.prescription-notes-list {
  margin-bottom: 15px;
}

.prescription-notes-list .note-content {
  margin-bottom: 10px;
  white-space: pre-line;
}

.prescription-notes-list .timestamp {
  color: #c8c8c8;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 24px;
  vertical-align: middle;
}

.print-only {
  display: block !important;
  height: 0px;
  overflow: hidden;
}

.prescription-block-data-content {
  min-height: 30px;
  max-height: 264px;
}

@media print {
  .page-header,
  .page-content,
  header,
  footer {
    display: none !important;
  }
  .print-only {
    height: auto;
  }
  .print-only > table {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 3px solid #000;
  }
  .print-only h1, .print-only h2, .print-only h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
  }
  .print-only .title h1 {
    margin-top: 0;
  }
  .print-only .logo {
    text-align: right;
  }
  .print-only .logo > img {
    width: 200px;
  }
  .print-only table.store .material-icons {
    position: relative;
    top: 6px;
  }
  .print-only table.customer .customer-data > td {
    width: 33.3333333%;
  }
  .print-only table.prescription > tbody > tr > td {
    padding-bottom: 10px;
  }
  .print-only table.sign {
    margin-top: 50px;
    border-bottom: 0;
  }
  .print-only table.sign .info-email {
    margin-right: 15px;
  }
  .print-only table.sign .digital-sign {
    height: 100px;
  }
  .print-only table.sign .signature-placeholder {
    margin-top: 50px;
  }
}

.source-option span {
  padding-left: 30px;
}

.source-option[selected]::before {
  position: absolute;
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f005";
}

.select-source[aria-expanded=false] .source-option span {
  padding-left: 0px;
}

.page-customer-pd .switch-box {
  padding: 0;
}

.page-customer-pd .switch-box label {
  line-height: 30px;
  margin-right: 10px;
}

.product-list-item {
  list-style: none;
  z-index: 1;
}

ul.steps-progress {
  border-left: 4px solid #666666;
  padding-left: 14px;
  margin-left: 10px;
}

ul.steps-progress li {
  list-style: none;
  position: relative;
  line-height: 10px;
  margin-bottom: 16px;
}

ul.steps-progress li:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -24px;
  width: 16px;
  height: 16px;
  background-color: #666666;
  border-radius: 50%;
}

ul.steps-progress li:last-child {
  margin-bottom: 0;
}

ul.steps-progress li:last-child:before {
  top: 0;
}

ul.steps-progress li.active:before {
  background-color: #054F91;
}

ul.customers-list {
  padding-left: 0;
}

ul.customers-list li {
  list-style: none;
}

ul.customers-list .customer-filter-btn {
  background-color: white;
  height: 100%;
}

ul.customers-list .customer-filter-btn span {
  color: #666666;
  font-weight: 600;
}

ul.customers-list .customer-filter-btn .customer-icon {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 40px;
  height: 40px;
  font-size: 40px;
  margin-right: 10px;
  color: #666666;
}

ul.customers-list .customer-filter-btn.active span {
  color: #054F91;
}

ul.customers-list .customer-filter-btn.active .customer-icon path {
  fill: #054F91;
}

md-input-container .text-greyinput, md-input-container .text-greylabel, md-input-container .text-grey.md-placeholder {
  color: #666666;
}

md-input-container .text-grey md-select-value span {
  color: #666666;
}

.new-sales-page {
  font-family: "Open Sans";
}

.new-sales-button {
  margin: 0;
  padding: 0;
  margin-left: 10px;
  width: auto;
  height: 30px;
  min-width: 0;
  min-height: 0;
}

.new-sales-button md-icon {
  vertical-align: top;
}

.add-btn {
  width: 110px;
  height: 110px;
  border: 1px solid #bbb;
  border-radius: 50%;
  padding: 20px 0;
  color: #666;
  overflow: hidden;
}

.add-btn .add-btn-plus-sign {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 50px;
  font-weight: 100;
  font-family: "Roboto";
  margin-top: 7px;
}

.add-btn .add-btn-text {
  display: block;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  white-space: pre-wrap;
  margin-top: 10px;
}

.add-btn .md-ripple-container {
  border-radius: 50%;
}

.product-btn-span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: pre-wrap;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #666;
}

.product-preview {
  position: relative;
  border: 5px solid #054F91;
  box-sizing: border-box;
  height: 238px;
  overflow: hidden;
}

.product-preview .product-preview__price {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 5px;
  background-color: #054F91;
  color: white;
  font-weight: bold;
}

.product-preview svg {
  width: 100%;
  height: auto;
}

.product-preview span {
  text-align: center;
}

.product-preview-btn {
  border: 1px solid #666666;
  color: #222;
  font-size: 15px;
  text-transform: none;
  font-family: "Open Sans";
  margin: 6px 4px;
}

.sales-color-btn {
  width: 185px;
  text-align: left;
}

.group-radio-btn {
  background-color: #c8c8c8;
  color: white;
}

.group-radio-btn:before, .group-radio-btn:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #c8c8c8;
  width: 28px;
  height: 28px;
}

.group-radio-btn:before {
  left: -11px;
}

.group-radio-btn:after {
  right: 11px;
}

div[md-tabs-template="::tab.template"].ng-scope {
  overflow: auto;
}

md-tabs md-ink-bar {
  color: #054F91;
  background-color: #054F91;
}

md-tab-item span {
  font-weight: bold;
}

md-tab-content {
  transition: none;
}

button.md-button.lock-open-btn, button.md-button.lock-btn {
  min-width: 0px;
  padding: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #054F91;
}

button.md-button.lock-open-btn md-icon, button.md-button.lock-btn md-icon {
  color: white;
  padding-bottom: 2px;
  padding-right: 1px;
  transition: 0.3s ease-out;
}

button.md-button.lock-open-btn .md-ripple-container, button.md-button.lock-btn .md-ripple-container {
  border-radius: 50%;
}

button.md-button.lock-open-btn:hover md-icon, button.md-button.lock-btn:hover md-icon {
  color: #054F91;
}

button.md-button.lock-btn {
  background-color: rgba(158, 158, 158, 0.2);
}

button.md-button.lock-btn md-icon {
  color: #054F91;
}

button.md-button.lock-btn:hover {
  background-color: #054F91;
}

button.md-button.lock-btn:hover md-icon {
  color: white;
}

.inline-table {
  display: inline-table;
  text-decoration: underline;
}

.inline-table:hover {
  color: #054F91;
}

.hover-link-default:hover {
  color: #054F91;
}

button.btn-transparent-style {
  width: 100%;
}

button.btn-transparent-style .circle-3x {
  width: 28px;
  height: 28px;
}

button.btn-transparent-style input {
  border: none;
  background: transparent;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.87);
  position: relative;
  z-index: 3;
  height: 30px;
  font-size: 14px;
  text-transform: uppercase;
}

/*  new sale column */
.layout-column-right {
  width: 250px;
  padding-left: 0;
  padding-top: 15px;
}

.product-preview-btn {
  font-size: 14px;
}

.site-title {
  font-size: 0px !important;
}

.site-title a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("/images/logo-io.svg");
  background-size: 100%;
}

.main-nav .new-sale-header .add-btn-text {
  font-size: 14px !important;
}

@media screen and (max-width: 1023px) {
  .responsive-version .layout-column-right {
    width: 188px;
    padding-left: 0;
    padding-right: 4px;
    padding-top: 15px;
  }
  .responsive-version .layout-column-right .product-preview-btn {
    padding: 0 12px;
    max-width: 84px;
  }
  .responsive-version .layout-column-right .product-preview {
    height: 172px;
    border-width: 4px;
  }
}

.lens-header-icon {
  margin-left: 0;
  transform: rotate(90deg);
}

.override-md-chips .md-chips {
  box-shadow: none;
}

.sortable {
  cursor: pointer;
}

.sortable md-icon {
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}

.sortable.sort-asc md-icon {
  opacity: 1;
  transform: translate(-2px, -2px) rotate(-90deg);
}

.sortable.sort-desc md-icon {
  opacity: 1;
  transform: translate(-2px, -2px) rotate(90deg);
}

.presets-config {
  padding: 0;
  cursor: pointer;
}

.customize-buttons {
  margin-bottom: 45px;
  max-width: 600px;
  position: relative;
  left: 50%;
}

@media screen and (max-width: 960px) {
  .customize-buttons {
    left: 0;
  }
}

.new-sales-page .new-sales-block .customize-refactored .customize-buttons {
  transform: translateX(-50%) !important;
}

@media screen and (max-width: 960px) {
  .new-sales-page .new-sales-block .customize-refactored .customize-buttons {
    transform: none !important;
  }
}

.customize-product-component {
  position: relative;
  width: 48%;
  margin-bottom: 5px;
}

@media screen and (max-width: 960px) {
  .customize-product-component {
    width: 100%;
  }
}

.customize-product-component md-input-container {
  display: block;
  height: 30px;
  margin-top: 5px;
  padding-right: 10px;
  padding-bottom: 0;
}

.customize-product-component md-input-container > label {
  float: left;
}

.customize-product-component md-input-container > md-radio-group {
  float: left;
}

.customize-product-component md-radio-group {
  position: relative;
  top: -6px;
}

.customize-product-component md-radio-group md-radio-button .md-label {
  margin-left: 14px !important;
  margin-top: 3px;
}

md-radio-group.layout-row md-radio-button {
  margin-right: 10px;
}

md-radio-button .md-label {
  margin-left: 23px !important;
}

.lock-customize {
  position: absolute;
  right: 15px;
  z-index: 1;
  width: 25px;
  height: 25px;
}

.lock-customize button.md-button.lock-open-btn, .lock-customize button.md-button.lock-btn, .lock-customize button.md-button.lock-btn {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  padding: 0;
  line-height: 25px;
  min-height: 0;
  background: #054F91;
}

.lock-customize button.md-button.lock-open-btn md-icon, .lock-customize button.md-button.lock-btn md-icon, .lock-customize button.md-button.lock-btn md-icon {
  font-size: 12px;
  width: 10px;
  height: 14px;
  color: #fff !important;
}

.temple-left-right md-input-container {
  height: 40px;
  padding-bottom: 0;
}

.temple-left-right md-input-container > label {
  min-width: 49px;
  margin-right: 10px;
}

.temple-size-both, .temple-size-right, .temple-size-left {
  margin-left: 10px;
}

.temple-size-both {
  margin-right: 6px;
}

.temple-size-right {
  margin-right: 20px;
}

.temple-size-left {
  margin-right: 30px;
}

.frame-size-customize {
  margin: 0;
}

.frame-size-customize > label {
  display: inline-block;
  float: left;
  width: 50px;
}

.frame-size-customize > md-radio-group {
  width: 200px;
}

.steps-container {
  background-color: #f1f1f1;
  overflow: visible;
}

.bar-draggable {
  width: 100%;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.drag-lock {
  color: #acacac;
  pointer-events: none;
}

.drag-lock span {
  color: #acacac;
}

.draggable-icon {
  background-color: #b9b9b9;
  cursor: move;
}

.draggable-icon md-icon {
  color: white;
  transform: rotate(90deg);
}

.custom-md-autocomplete md-input-container {
  margin: 0;
  padding-bottom: 0 !important;
}

.no-box-shadow md-chips .md-chips {
  box-shadow: none;
}

.custom-chips .md-chips {
  padding-bottom: 0;
  margin-right: 10px;
}

.vegetablechip {
  position: relative;
  height: 24px;
  width: 24px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

/* product by Helen */
.product-update > .layout-row {
  margin: 10px 0;
}

.product-detail > .layout-row {
  margin: 10px 0;
}

.orders-table-header {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.orders-table-content {
  padding-left: 20px;
}

.orders-table-cell {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 25px;
}

.orders-table-cell--has-icon-button {
  margin-left: 50px;
}

.orders-table-cell__icon-button {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -56%);
}

.orders-table-cell--icon-button-wrapper {
  position: relative;
}

.order-detail-wrapper {
  background-color: #f5f5f5;
}

.order-detail-wrapper .order-items:first-child {
  padding-top: 0px;
}

.order-detail-wrapper .order-items:last-child {
  padding-bottom: 0px;
}

.span-in-icon {
  position: absolute;
  margin-top: -25px;
  margin-left: 2px;
  font-size: 11px;
  display: block;
  width: 20px;
}

.clickable-span {
  text-decoration: underline;
  cursor: pointer;
}

.item-detail {
  background-color: #e9e9e9;
  line-height: 25px;
  border-left-style: solid;
  border-left-color: #f5f5f5;
}

.bundle-items-wrapper {
  line-height: 25px;
}

.product-glasses-image {
  height: 100%;
}

.sortable {
  cursor: pointer;
}

.sortable md-icon {
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}

.sortable.sort-asc md-icon {
  opacity: 1;
  transform: translate(-2px, -2px) rotate(-90deg);
}

.sortable.sort-desc md-icon {
  opacity: 1;
  transform: translate(-2px, -2px) rotate(90deg);
}

/* Order by Helen */
.tbl-order-header.orders-table-header {
  margin-bottom: 0;
}

.tbl-order-style {
  padding-left: 0px;
}

.tbl-order-style > .in-order {
  padding: 0 20px;
  /*border-top: 1px solid #f0f0f0;*/
}

.tbl-order-style > .in-order:first-child {
  border-top: none;
}

.tbl-order-style > .in-order > .layout-row .orders-table-cell {
  padding: 15px 5px;
}

.tbl-order-style .clickable-span:hover {
  color: #054F91;
}

.tbl-order-style .order-items {
  /*border-top: 1px solid #f0f0f0;*/
}

.tbl-order-style .order-items:first-child {
  padding-top: 0 !important;
}

.tbl-order-style .order-items .orders-table-cell {
  padding: 15px 5px;
}

.item-detail {
  margin-bottom: 20px;
}

/* fake background */
.background-fake {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
}

.background-fake > .in {
  width: 100%;
  height: 100%;
  background-color: #eee;
  overflow: hidden;
}

.background-fake.bg-level-1 > .in {
  background-color: transparent;
}

.background-fake.bg-level-2 > .in {
  background-color: #eee;
}

.background-fake.bg-level-3 > .in {
  background-color: #e8cfcf;
}

.order-items {
  position: relative;
  overflow: hidden;
}

.row-order-item {
  position: relative;
}

.od-detail-product {
  margin-bottom: 30px;
}

.od-detail-product > div {
  background-color: #e9e9e9;
  z-index: 9;
  position: relative;
  color: #444;
  line-height: 1.5em;
}

.line-row {
  width: 100%;
}

.line-row > .in {
  background-color: rgba(0, 0, 0, 0.12);
  height: 1px;
  position: relative;
}

.order-items:last-child {
  margin-bottom: 30px;
}

.order-items.order-level-1 {
  border-bottom: none;
}

.order-items.order-level-1 .line-row .in {
  background-color: #fff;
}

.order-items.order-level-2 {
  color: rgba(0, 0, 0, 0.87);
}

.order-items.order-level-2 .line-row .in {
  background-color: #f5f5f5;
}

/*.active-button {
  background-color: #2196F3 !important;
}*/
/* order comment tab */
.inner-list-comment {
  padding: 15px;
}

.inner-list-comment .md-block {
  margin-right: 8px;
}

.inner-list-comment .product-preview-btn {
  font-size: 14px;
}

.area-add-comment {
  background: #f0f0f0;
  padding: 0 15px !important;
  font-size: 14px;
}

.item-comment {
  padding: 0 15px 0 0;
  font-size: 0px;
}

.item-comment p {
  padding: 15px 0;
  display: block;
  font-size: 14px;
}

.fix-overlap-comment {
  padding-right: 140px;
  margin-bottom: 0;
}

.md-3-line.comment-submited {
  padding-right: 120px;
}

.md-3-line.comment-submited .item-comment p {
  white-space: normal;
}

/* Edit responsive */
/*.full-width-order{
  width:100%;
  padding:0!important;
}
.min-width-customer-name-order{
  min-width:140px!important;
  padding-left:20px!important;
  padding-right:10px!important;
}
.min-width-date-order{
  max-width:100px!important;
  padding-right:10px!important;
}
.min-width-invoice-number{
  min-width:140px!important;
  padding-right:10px!important;
}
.min-width-ori-disp{
  min-width:130px!important;
  padding-right:10px!important;
}
.min-width-status-order{
  min-width:140px!important;
  padding-right:10px!important;
}
.min-width-price-order{
  max-width:55px!important;
  padding-right:10px!important;
}*/
.order-lens-dialog {
  font-size: 12px;
  line-height: 2em;
}

.order-lens-dialog .sub-title {
  width: 85px;
}

.order-lens-dialog hr {
  margin: 1em 0;
}

.order-lens-dialog .divide {
  height: 1px;
  background: rgba(102, 102, 102, 0.8);
  margin: 1em 0;
}

.order-lens-dialog .message-success {
  background: #27ae60;
  color: #fff;
  padding: .5em;
  border-radius: .25em;
}

.order-lens-dialog .message-error {
  background: #f2dede;
  color: #a94442;
  padding: .5em;
  border-radius: .25em;
}

.order-lens-dialog .mg-0 {
  margin: 0;
}

.order-lens-dialog .row-height {
  height: 3em;
}

.order-lens-dialog .row-height-2 {
  height: 4em;
  line-height: 1em;
}

.search-clear-button {
  font-size: 16px;
  height: 16px;
  width: 16px;
  opacity: 0.5;
  top: 50%;
  transform: translateY(-50%);
}

.search-clear-button:hover {
  cursor: pointer;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-right:last-child {
  padding-bottom: 0;
}

/**/
.itemsAdd {
  background: #eee;
  height: 40px;
  padding: 0px 10px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 40px;
}

.right_choice {
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  padding-bottom: 90px;
  min-width: 40%;
}

.right_choice ul {
  display: block;
  margin: 0 0 10px;
  position: absolute;
  top: 50px;
  bottom: 75px;
  overflow: auto;
  box-sizing: border-box;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
  padding-right: 10px;
}

.right_choice ul li {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding: 10px 0px 10px 25px;
  display: block;
}

.right_choice ul li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.87);
  top: 17px;
  left: 10px;
  z-index: 2;
}

.right_choice ul li .inli-add {
  width: 100%;
  padding-right: 30px;
  position: relative;
  box-sizing: border-box;
}

.right_choice ul li .inli-add .del-btn {
  position: absolute;
  right: 0;
  top: -10px;
}

.right_choice ul li .inli-add .del-btn .material-icons {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.right_choice ul li:hover {
  background-color: #f4f4f4;
}

.right_choice .btn-choice {
  position: absolute;
  right: 0px;
  bottom: 30px;
  left: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 10px;
}

.right_choice .actions {
  text-align: center !important;
}

.tbl-bundle.md-table thead tr th {
  padding: 0 10px !important;
}

.tbl-bundle.md-table thead tr th.actions {
  width: 70px !important;
}

.tbl-bundle.md-table tbody tr td.md-cell {
  padding: 5px 10px !important;
}

.tbl-bundle.md-table tbody tr td.actions {
  width: 70px !important;
}

.tbl-bundle.md-table tbody tr td.actions .md-icon-button {
  min-width: 0;
  margin: 0;
  height: 18px;
  width: 36px;
  display: inline;
  padding-top: 6px;
}

.link-text {
  color: blue;
}

.link-text:hover {
  text-decoration: underline;
}

.filter-product-bundle md-input-container.md-block {
  margin-left: 0;
}

.noItems {
  text-align: center;
  padding: 20px 0;
  display: block;
}

.region-default-contact-input {
  width: 33%;
  min-width: 200px;
}

.medicare-dialog {
  min-width: 460px;
  max-width: 460px;
}

.medicare-dialog-content {
  /* Add styles for md-dialog-content */
}

.medicare-title {
  font-size: 16px;
  font-weight: 700;
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}

.medicare-badge {
  background: #E3F6DC;
  border-radius: 100px;
  padding: 6px 10px 6px 6px;
  color: #01880C;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 3px;
  margin-top: 3px;
}

.medicare-badge.not {
  background: #FFF6E8;
  color: #FF6B00;
}

.medicare-badge.waiting {
  background: #F6F6F6;
  color: #7F7F81;
}

.medicare-badge.reason-check {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 10px;
}

.medicare-badge.demand-error {
  background: #3F6DAB;
  color: #FFFFFF;
}

.medicare-badge-icon {
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #01880C;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.medicare-badge-icon.not {
  background: #FF6B00;
}

.medicare-badge-icon.waiting {
  background: #7F7F81;
}

.medicare-badge-icon.demand-error {
  background: #FFFFFF;
}

.medicare-badge-text {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}

.medicare-input {
  border: 1px solid #DFDFDF;
  padding: 12px 10px 12px 10px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.medicare-input-text {
  border: none;
  width: 100%;
}

.medicare-arrow-icon {
  /* Add styles for the arrow icon */
}

.medicare-flex-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 100%;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
}

.medicare-bill-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  cursor: pointer;
}

.medicare-checkbox {
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  width: 18px;
  background: #C6C6C6;
  border-radius: 100px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.medicare-checkbox.active {
  background: #2B82FC !important;
}

.medicare-bill-text {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  color: #C6C6C6;
}

.medicare-bill-text.active {
  color: #2B82FC !important;
}

.medicare-button {
  background: #C6C6C6;
  padding: 12px 10px 12px 10px;
  border: none;
  width: 160px;
  color: #fff;
}

.medicare-button.active {
  background: #2B82FC !important;
}

.medicare-statuses-container {
  border-right: 1px solid #DFDFDF;
  padding: 10px;
  border-left: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  max-height: 150px;
  overflow-y: auto;
  display: block;
}

.medicare-statuses-container > div {
  border-bottom: 1px solid #F2F8FF;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.medicare-statuses-container > div p {
  margin: 0;
  font-size: 14px;
  color: #747474;
}

.medicare-statuses-container > div p:nth-child(2) {
  margin-top: 5px;
  font-size: 12px;
  color: #747474;
}

.medicare-statuses-container > div:last-child {
  border-bottom: none;
}

.health-fund-eligibility-check {
  margin-left: 20px;
}

.health-fund-eligibility-check.active {
  opacity: 0.6;
}

.health-fund-eligibility-check .check-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  cursor: pointer;
}

.health-fund-eligibility-check .check-icon {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: #65A5FF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.health-fund-eligibility-check .check-text {
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.01em;
}

/* Partials */
.moe-checkmark, .moe-checkmark-top-right {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: -4px;
  background-color: grey;
  border-radius: 50%;
  border: 1px solid white;
  width: 30px;
  height: 30px;
}

.moe-checkmark div, .moe-checkmark-top-right div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.moe-checkmark div:after, .moe-checkmark-top-right div:after {
  content: '';
  display: block;
  width: 3px;
  height: 15px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.moe-checkmark-top-right {
  top: 5px;
  right: 5px;
  left: initial;
  background-color: white;
  width: 40px;
  height: 40px;
}

.moe-checkmark-top-right div:after {
  border-color: grey;
  width: 7px;
  height: 19px;
}

.moe-product {
  position: relative;
  width: 110px;
  height: 110px;
  border: 5px solid;
  border-radius: 50%;
  border-color: #666666;
  box-sizing: border-box;
  overflow: hidden;
}

.moe-product.active-product {
  border-color: #054F91;
}

.product-glasses-image {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-glasses-background {
  position: relative;
  background-image: url("../images/glasses-background.jpg");
}

.moe-bundle {
  position: relative;
  height: 110px;
  background-color: #666666;
  color: #f4f4f4;
  border-top: 5px solid #666666;
  border-bottom: 5px solid #666666;
  margin: 0px 60px;
  white-space: nowrap;
  box-sizing: border-box;
}

.moe-bundle.active-bundle {
  border-color: #054F91;
}

.moe-bundle.active-bundle .bundle-half-circle-left, .moe-bundle.active-bundle .bundle-half-circle-right {
  border-color: #054F91;
}

.moe-bundle .bundle-half-circle-left {
  left: 0 !important;
  transform: translateX(-50%) !important;
}

.moe-bundle span {
  display: inline-block;
  width: 50px;
  font-size: 12px;
  font-weight: 500;
  white-space: pre-wrap;
  color: white;
}

.moe-bundle button {
  display: inline-block;
  position: relative;
  height: auto;
  transform: translate(50%, 0);
  margin: 0 5px;
  padding: 0;
  z-index: 10;
}

.moe-bundle button:hover {
  background: none !important;
}

.moe-bundle .moe-product {
  width: 90px;
  height: 90px;
  border-color: #c8c8c8;
}

.moe-bundle .moe-product.active-product {
  border-color: #054F91;
}

.bundle-half-circle, .moe-bundle .bundle-half-circle-right, .moe-bundle .bundle-half-circle-left {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 110px;
  width: 110px;
  background-color: #666666;
  border: 5px solid #666666;
  transform: translateX(50%);
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -5px;
  z-index: -1;
}

.product-button {
  margin: 8px 8px;
  padding: 0;
  overflow: visible;
  border-radius: 50%;
}

.product-button:hover {
  background: none !important;
}

.product-button svg {
  height: 100%;
}

.moe-table-color-picker-glasses {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1280px) {
  .moe-table-color-picker-glasses {
    max-width: 550px;
  }
}

.moe-glasses .transparent {
  stroke: black;
  stroke-width: 1px;
}

.moe-glasses .active {
  stroke: #054F91;
  stroke-width: 1px;
}

.panel-menu {
  background: white;
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  width: 256px;
}

.panel-menu-item {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 0 16px;
  position: relative;
  transition: background 0.15s linear;
  width: auto;
}

.panel-menu-item:hover,
.panel-menu-item:focus {
  background-color: #eeeeee;
}

.panel-menu-item.selected {
  color: #054F91;
}

.customer-icon-small {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 30px;
  height: 30px;
  font-size: 20px;
  margin-right: 3px;
  color: white;
  vertical-align: middle;
}

.customer-icon-small path {
  fill: white;
}

.frame-dimensions-legend {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  margin-top: 0px;
  margin-bottom: 25px;
  height: 20px;
}

.frame-dimensions-legend:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.frame-dimensions-legend.red-ball:before {
  background-color: #FF001F;
}

.frame-dimensions-legend.green-ball:before {
  background-color: #00FF7C;
}

.frame-dimensions-legend.blue-ball:before {
  background-color: #0084F7;
}

.frame-dimensions-legend.gray-ball:before {
  background-color: #969696;
}

.frame-dimensions-legend.for-input input {
  border: none;
  border-bottom: solid 1px #ccc;
  background: none;
  padding-bottom: 10px;
}

.frame-dimensions-responsive {
  width: 620px;
}

@media (max-width: 900px) {
  .frame-dimensions-responsive {
    width: auto;
  }
}

.frame-dimensions-button-thumbnail.moe-product {
  display: inline-block;
  top: 14px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-width: 3px;
  border-color: #f4511e;
  margin: 0 6px;
}

.frame-dimensions-button {
  background-color: #f4511e;
}

.frame-dimensions-button md-icon {
  color: white;
}

.frame-dimensions-button:hover {
  background-color: #f4511e !important;
}

.recall-status {
  border-radius: 4px;
  padding: 6px;
  color: white;
}

.recall-status.pending {
  background-color: rgba(5, 79, 143, 0.1);
  color: #054f8f;
}

.recall-status.canceled {
  background-color: rgba(210, 38, 48, 0.1);
  color: #d22630;
}

.recall-status.completed {
  background-color: rgba(0, 150, 117, 0.1);
  color: #009675;
}

.recall-status.disabled {
  background-color: rgba(136, 136, 136, 0.1);
  color: #888888;
}

.add-fund-provider-button {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
}

.card-wrapper {
  border: 1px solid #666;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 3px 3px 6px 1px #aaa;
  margin: 20px;
  max-width: 480px;
}

.card-wrapper h1 {
  line-height: 1em;
  font-size: 15px;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.card-wrapper h1, .card-wrapper h2, .card-wrapper h3 {
  margin: 0;
}

.card-padding {
  padding: 15px 20px;
}

.card-detail-number {
  width: 100%;
}

.card-detail-number .total-number {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 34px;
  font-size: 34px;
}

.card-detail-number .total-number.small-font-size {
  font-size: 19px;
  line-height: 19px;
}

.card-detail-number .more-number {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  line-height: 14px;
  color: green;
}

.card-detail-number .more-number.change-negative {
  color: red;
}

.card-detail-number .change, .card-detail-number .relative {
  display: block;
  vertical-align: top;
}

.chart-canvas {
  padding: 20px;
  box-sizing: border-box;
}

.period-selector {
  margin-right: 25px;
  margin-bottom: 9px;
  margin-top: 9px;
}

.period-selector button {
  background-color: white;
  margin: 0;
  color: #9c9c9c;
  font-weight: bold;
}

.period-selector button[disabled] {
  background-color: #fdfdfd;
}

.period-selector button.selected {
  background-color: #044F91;
  color: white;
}

.period-selector button.selected span {
  color: white;
}

.period-selector button.md-button:not([disabled]):hover {
  background-color: steelblue;
  color: white;
}

.period-selector button.md-button:not([disabled]):hover span {
  color: white;
}

.period-selector span {
  color: #9c9c9c;
  font-weight: bold;
}

.white-box-selector {
  background-color: white;
  padding: 4px 4px 4px 10px;
}

.white-box-selector .md-select-value {
  border-color: white;
}

.region-selector {
  margin-top: 9px;
  margin-bottom: 9px;
}

.time-selector-wrapper {
  height: 36px;
  margin-bottom: 9px;
  margin-top: 9px;
}

.time-selector-wrapper .time-range {
  display: inline-block;
  background-color: white;
  height: 36px;
  vertical-align: top;
  line-height: 36px;
  padding: 0 10px;
  margin: 0 10px;
}

.time-selector-wrapper .button-wrapper {
  display: inline-block;
  width: 38px;
  height: 36px;
  vertical-align: top;
}

.time-selector-wrapper .button-wrapper button {
  background-color: white;
  border: none;
  height: 36px;
}

.dashboard-title {
  margin-bottom: 20px;
}

.refund-content-wrapper {
  position: relative;
  padding: 30px 10px;
}

.refund-content-inputs {
  padding: 15px 75px;
}

.refund-error {
  color: #dd2c00;
  text-align: center;
  margin: 0;
}

/* Components */
.moe-component-sign-btn {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-family: Roboto;
  font-size: 26px;
  font-weight: 100;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
}

.moe-component-sign-btn:hover {
  cursor: pointer;
}

.pac-container {
  z-index: 10000 !important;
  /* Keep high z-index to stay above modal */
  position: fixed !important;
  /* Change to absolute for proper positioning */
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  max-height: 200px !important;
  /* Add max height */
  overflow-y: auto !important;
  /* Make it scrollable */
  overflow-x: hidden !important;
}

.pac-container:after {
  display: none;
}

.pac-item {
  padding: 8px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid #e6e6e6;
}

.pac-item:first-child {
  border-top: none;
}

.pac-item:hover {
  background-color: #f5f5f5;
}

.pac-item-selected {
  background-color: #f5f5f5;
}

/*# sourceMappingURL=main.css.map */
