html {
  font-size: 62.5%;
  line-height: 1.4;
  background-color: white;
}
body {
    font-size: 1.4rem;
    background-color: white !important;
}
.md-autocomplete-suggestions li{font-size:12px;line-height:38px;height:38px;}
md-option { height: 38px; }
.md-virtual-repeat-container.md-autocomplete-suggestions-container { min-width: 350px !important; }
.md-headline { font-size:20px; line-height: 28px; }

.md-autocomplete-suggestions.md-contact-chips-suggestions li{
    font-size:14px !important;
    line-height: 48px !important;
    height:56px !important;
}

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

.md-button.md-raised.tick {
    background-color: rgb(0, 128, 0);
    color: rgb(250, 250, 250);
}

.popover-base {
    position:relative;
    display:inline;
}

.popover-wrapper {
    position: absolute;
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 5px;
    padding: 7px;
    width: auto;
    display: inline-block;
    z-index: 101;
    transform:translate(-50%, -100%);
}

.md-button.md-raised.tick:not([disabled]):hover {
    background-color: rgba(0, 128, 0, 0.8);
}

.md-button.md-raised.cross {
    background-color: rgb(232, 58, 52);
    color: rgb(250, 250, 250);
}

.md-button.md-raised.cross:not([disabled]):hover {
    background-color: rgba(232, 58, 52, 0.8);
}

.md-button.md-icon-button.small-icon-button {
    margin: 0px 6px;
    height:30px;
    min-height:30px;
    min-width:0;
    line-height:18px;
    padding:6px;
    border-radius:50%;
    width:30px;
    min-width:30px;
}

.md-button.md-icon-button.tiny-icon-button {
    margin: 0;
    height:20px;
    min-height:20px;
    min-width:0;
    line-height:18px;
    padding: 0;
    border-radius:50%;
    width:20px;
    min-width:20px;
}

.file-load-fail-message-box {
    padding:12px;
    font-size: 20px;
}

.ellipsis {
    text-overflow: clip;
    white-space: nowrap;
    overflow:hidden;
}

.multimedia-container{
    width:300px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    padding:16px;
    margin:12px;
}

.pointer {
    cursor:pointer;
}

.multimedia-container-name{
    font-size:20px;
    padding-bottom: 8px;
}

.multimedia-container-type{
    text-transform: capitalize;
    font-size:15px;
    padding-top: 4px;
}

.multimedia-container-media {
}

.home-page-title{
    font-size:60px;
    font-weight:bold;
    color:#5aae58;
}

.home-page-subtitle{
    font-size:20px;
    font-weight: 300;
    color: rgb(232, 58, 52);
}

.signature-box > div{
    margin:12px;
    height: 60px;
    width: calc(100% - 24px);
    border: 1px solid #e83a34;
    border-radius: 2px;
    color:red;
    cursor:pointer;
}

.signature-box > div.signed{
    border-color: green;
    background-color: rgba(50,200,50,0.5);
    color: #5aae58;
}

.signature-box > div > span{
    padding: 6px;
}

.home-page-link{
    /*border: 1px solid #3d4145;*/
    background-color: white;
    height:150px;
    font-weight:bold;
    font-size:20px;
    color: #5aae58;
    cursor:pointer;
}

.home-page-link > i{
    font-size:50px;
}

.search-bar{
    width:100%;
    height:47px;
    background-color:#5aae58;
    padding-left: 16px;
}

.node-tree{
    padding-left:8px;
    color:white;
    background-color: #5aae58;
}

.node-tree > div > div{
    height:35px;
    cursor: pointer;
}

.node-tree > div > div > div{
    height:35px;
    cursor: pointer;
}

.highlight{
    border-bottom: 2px solid rgb(232, 58, 52);
}

.quick-search {
    border:none;
    background-color: rgba(255,255,255,0.1) !important;
    padding-left:10px;
    height: 33px;
    width: 240px;
    margin: 7px 0 !important;
    color:white;
}

.fa-quick-search{
    border:none;
    background-color: rgba(255,255,255,0.1) !important;
    padding-left:10px;
    height: 33px;
    width: 240px;
    margin: 7px 0 !important;
    color:white;
    font-family: Arial, FontAwesome;
    margin-right: 4px;
}

.job-progress-shell{
    height:47px;
    background-color: #aaaaaa;
}

.job-progress-complete{
    height:47px;
    background-color: green;
}

.details-progress{
    height:47px;
    background-color: darkgreen;
}

.content-scrollable{
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    height:100%;
    width:100%;
    padding-right: 20px;
}

.progress-bar-text{
    color:white;
    width:100%;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size:15px;
    top:-35px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-flex{
    flex: auto;
    justify-content: space-between;
}

.justify-left{
    justify-self: start;
}
.justify-right{
    justify-self: end;
}
.no-focus:focus{
    outline: none;
    border:none;
}

.no-focus-with-border:focus{
    border: 1px solid #e83a34;
    outline: none;
}

.arrow-up{
    width:0;
    height:0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1e1e1;
    position:relative;
    top:-8px;
}

.arrow-down{
    width:0;
    height:0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #e1e1e1;
    position: relative;
    top: -55px;
}

.task-header{
    font-weight: bold;
}

.upload-drag-area{
    min-height:120px;
    border: 2px dashed black;
    cursor:pointer;
}

.file-dragover {
    color:green;
    border-color: green;
}

job-task-header{
    font-weight: bold !important;
}

.bold{
    font-weight:bold;
}

table.job-table {
  border-collapse: collapse;
}
table.job-table > thead > tr> td{
    border-top:0px !important;
}
table.job-table td, table.job-tabl th {
  border: 1px solid #cccccc;
}
table.job-table tr:first-child th {
  border-top: 0;
}
table.job-table tr:last-child td {
  border-bottom: 0;
}
table.job-table tr td:first-child,
table.job-table tr th:first-child {
  border-left: 0;
}
table.job-table tr td:last-child,
table.job-table tr th:last-child {
  border-right: 0;
    border-left:0; 
    border-top: 0;
}

table.job-table tr td:nth-last-child(2),
table.job-table tr th:nth-last-child(2) {
    border-right: 0;
}

table.job-table tr td{
    padding:10px 10px;
}

.thumbnail{
    width:130px;
    margin:10px;
    cursor:pointer;
}

.table-heading{
    color: #5aae58;
    font-weight: bold;
}

.edited{
    color:white !important;
    background-color: green !important;
}

.custom-label{
    border: 1px solid;
    border-radius: 6px;
    color:white;
    padding:1px 6px;
    display:inline-block;
}

.custom-label-danger{
    background-color: #e83a34;
    border-color: #e83a34;
}

.custom-label-success{
    background-color: green;
    border-color: green;
}

.job-data-pairs > div > span:nth-child(odd){
    text-align:right;
    padding-right: 5px;
    color: #777777;
    width:55%;
}

.job-data-pairs > div > span:nth-child(even){
    text-align:left;
    color: #5aae58;
    width:45%;
}

@media (min-width: 1280px){
.job-data-pairs > div.flex-gt-md-25 > span:nth-child(odd){
    text-align:left;
    padding-right: 5px;
    color: #777777;
    width:auto;
    }
    
    .job-data-pairs > div.flex-gt-md-25 > span:nth-child(even){
    text-align:left;
    color: #5aae58;
    width:auto;
}

}

.data-pairs > div > span:nth-child(odd){
    text-align:right;
    padding-right: 5px;
    color: #777777;
}

.data-pairs  > div > span:nth-child(even){
    text-align:left;
    color: #5aae58;
}

div.current > .nav-button,
div.current > .md-menu > .nav-button {
    background-color: #B70068;
    color: white !important;
}

md-slider[md-discrete] .md-sign,
md-slider[md-discrete] .md-sign:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/*Allows floating label look and feel while having no text in label*/
md-autocomplete.no-label > md-autocomplete-wrap > md-input-container > label {
  display: none;
}

md-input-container.md-input-focused label:not(.md-no-float), 
md-input-container.md-input-has-placeholder label:not(.md-no-float), 
md-input-container.md-input-has-value label:not(.md-no-float) {
    -webkit-transform: translate3d(0,6px,0) scale(.95);
    transform: translate3d(0,6px,0) scale(.95);
    color:#323232 !important;
}

label.label-float-above {
    -webkit-transform: translate3d(0,6px,0) scale(.95) !important;
    transform: translate3d(0,6px,0) scale(.95) !important;
    color:#323232 !important;
}

.extra-top-space {
    margin-top: 12px;
}

.max-allowable {
    text-align: right;
    display: inline-block;
    float: right;
    font-size: 13px !important;
    font-weight: 500 !important;
}

md-input-container.md-input-focused > label,
md-input-container.md-input-focused label:not(.md-no-float), 
md-input-container.md-input-has-placeholder label:not(.md-no-float), 
md-input-container.md-input-has-value label:not(.md-no-float) {
    color:#323232 !important;
    transform: translate3d(0, 6px, 0) scale(0.95) !important;
    -webkit-transform: translate3d(0, 6px, 0) scale(0.95) !important;
}

md-input-container.md-input-focused md-select .md-select-value.md-select-placeholder > span {
        color:#4a5070 !important;
        font-size:15px !important;
}

.md-button.md-small {
  width: 20px;
  padding-left:0px;
  padding-right:0px;
  margin-left:0px;
  margin-right:0px;

}

.vehicle-image {
    max-width:100%;

}

.calculation-header {
    margin-top:20px;
    margin-left:8px;
}

.calculation-header > md-autocomplete {
    background-color:white;
}

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

.red {
    color:red;
}

.yellow{
    color:yellow;
}
.green {
    color:green;
}

i.fa-1-3x{
    font-size: 1.3em;
}

.font-sm{
    font-size: 0.8em;
}

md-input-container.actionbar-dropdown {
    width:300px;
    font-size:1.2rem;
    color:rgba(0, 0, 0, 0.870588);
}

md-input-container.actionbar-dropdown > md-select {
        color:rgba(0, 0, 0, 0.870588) !important;
}

md-input-container.actionbar-dropdown > md-select {
    margin-bottom:0px;
}

md-input-container.actionbar-dropdown > md-select:not([disabled]):focus md-select-value {
    border-bottom-color:rgba(0,0,0,0.870588);
    border-bottom-width:1px;
}

md-input-container.small-input {
    width:60px;
}

md-input-container.small-input .md-input {
    width:60px;
}

md-input-container .md-input.no-line {
    padding-bottom:2px;
    border-bottom:0px;
}

.no-padding-table > tbody > tr > td {
    vertical-align:top;
}

.row-invalid > td {
    background-color:rgba(255,0,0,0.1) !important;
}

.comment-content {
    white-space:pre-line;
}

 .comment-wrap-100 {
    width: 100em; 
    word-wrap:hyphenate;
}
  .comment-wrap {
word-break: break-word;
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.comment-header-unimportant {
    opacity:0.7;
}

.record-failed {
    background-color: red;
}

.record-complete {
    background-color: green;
}

.record-pending {
    background-color: yellow;
}

.record-retry {
    background-color: orange;
}

.queue-status-colour {
    width: 10px;
    height: 100%;
    display: table-cell;
}

/* Unauthorised page*/
.unauthorised {
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    color: black;
}

/* Exclude from hamburger @ 1024 px*/
@media screen and (max-width: 1024px) {
    /* Custom Widget Action Toolbar */
    .find-text-box {
        font-size: 10px !important;
    }
}


/*upload care nooying so very precise styling*/
.uploadcare-widget-button.uploadcare-widget-button-open {
    background-color: #01a7e1 !important;
}

    /*upload care nooying so very precise styling*/
    .uploadcare-widget-button.uploadcare-widget-button-open:hover {
        background-color: #188D8B !important;
    }

.upload-panel {
    min-height: 200px;
}

.panel-primary {
    border: 1px solid rgb(139,195,74);
    border-radius: 4px;
}

.panel-primary > .panel-heading {
    border-color: rgb(139,195,74);
    background-color: rgb(139,195,74);
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: rgb(139,195,74);
    border-color: rgb(139,195,74);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-success {
    border-color: green;
}

.panel-success > .panel-heading {
    border-color: green;
    background-color: green;
    color: white;
}

.upload-data-section {
    padding-bottom: 20px;
}

.panel-body {
    padding: 15px;
}


.ng-cloak {
    display: none !important;
}

small {
    font-size: 11px;
}

.text-subtle {
    color: #b7b7b7;
}

.page-title-subtle {
    color: #0055a5;
}

h2 span.page-title-subtle {
    color: rgb(139,195,74);
    font-size: 14px;
    padding-left: 20px;
}

.page-title {
    color: #08405e;
    font-weight: 600;
    font-size: 22px;
    margin-right: 12px;
}

.page-title-subtlenew {
    color: #08405e;
    font-weight: 600;
    font-size: 16px;
    margin-right: 12px;
    margin-left: 5px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.main-content-wrapper {
    margin:0 20px;
}
.md-dialog-container .main-content-wrapper {
    margin : 0;
}

.widget-content .padd:hover {
    cursor: pointer;
    color: white;
    background-color: #52b9e9;
}

.widget-content .padd:hover * {
    color: white;
}

div.modal-content-wrapper md-card {
    box-shadow:none;
}
div.modal-content-wrapper md-card md-card-header {
    display:none;
}

div.modal-content-wrapper md-card.show-card {
    box-shadow:1px 2px 2px 1px #888888;
}
div.modal-content-wrapper md-card.show-card md-card-header {
    display:inline;
}




div.modal-content-wrapper > md-tabs.hide-tabs-in-modal md-tabs-wrapper {
    display: none;
}
 
/* Custom Widget Action Toolbar */
.widget-actionbar-wrapper {
    display: flex;
    display: -webkit-flex;
}

.widget {
    background: none !important;
}

.widget .widget-head {
    border: none !important;
    background-color: none !important;
}

.widget .widget-actionbar {
}

.widget .widget-actionbar .date-range-picker {
    width: auto;
    line-height: 0px;
    padding: 8px;
    margin-right: -8px;
}

.widget .widget-actionbar .md-toolbar-tools {
    height: 42px;
    max-height: 42px;
    margin-top: 4px;
    margin:auto;
}

.widget .widget-actionbar select {
    background-position: right center;
    background-color: rgba(0,0,0,0.1) !important;
    /*background-image: url("../content/images/white-updown-arrows.png") !important;*/
    border: none !important;
    width: auto;
    display: inline-block;
    font-family: robotolight;
    font-size: initial !important;
    padding: 5px 15px !important;
}

.refresh-btn-container {
    width: 4%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: auto; /*47px;*/
    display: flex;
    display: -webkit-flex;
}

.refresh-btn-container .spinner-right {
    position: absolute;
    right: 0;
    left: 0;
    top:-8px;
    vertical-align: middle;
    margin: auto;
    padding: 0;
}

.filter-picker-wrapper {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}
.filter-dropdown {
    margin: 7px 0;
}

input.quick-search::-webkit-input-placeholder {
    color: white !important;
    font-family: robotolight;
}

input.quick-search:-moz-placeholder { /* Firefox 18- */
    color: white !important;
    font-family: robotolight;
}

input.quick-search::-moz-placeholder { /* Firefox 19+ */
    color: white !important;
    font-family: robotolight;
}

input.quick-search:-ms-input-placeholder {
    color: white !important;
    font-family: robotolight;
}

.quick-search {
    margin-right: 4px;
}

    .quick-search::-webkit-input-placeholder::before {
        font-family: fontAwesome;
        content: '\f002';
        color: #69f;
    }

    .quick-search::-moz-placeholder::before {
        font-family: fontAwesome;
        content: '\f002';
        color: #69f;
    }

:-ms-input-placeholder.quick-search::before {
    font-family: fontAwesome;
    content: '\f002';
    color: #69f;
}

input:-moz-placeholder.quick-search::before {
    font-family: fontAwesome;
    content: '\f002';
    color: #69f;
}

.search-query {
    margin: 2px auto 8px auto !important;
}

.empty-list-message {
    color: #515151;
}

.form-search {
    min-height: 2em;
}

.auto-margin{
    margin: auto;
}

.user .user-pic {
    display: block;
    margin: auto;
}

.user .user-details {
    margin-left: 100px;
    margin-right: 10px;
}

.date-range-picker {
    font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #333333;
    /*padding: 8px;*/
    cursor: pointer;
    /*max-width: 360px;*/
}

    .date-range-picker span {
        padding-left: 6px;
    }

    .date-range-picker .caret {
        margin-top: 8px;
        margin-left: 6px;
    }

    .date-range-picker .well {
        margin-bottom: 0;
    }

.daterangepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.daterangepicker .table-condensed > tbody > tr > td {
    padding: 5px 5px 2px 5px;
}

.daterangepicker .calendar th, .daterangepicker .calendar td  {
    min-width:19px !important;
}

.daterangepicker.opensright:after, .daterangepicker.opensright:before {
    display:none !important;
}

.report-filters .nav.nav-pills {
    padding-top: 8px;
}

.report-filters .nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.report-filters .nav-pills > li:not(.active) a {
    background-color: #0055a5;
    color: white;
}

.report-filters .nav-pills > li.active > a {
    font-weight: bold;
}

.report-filters .nav-pills > li:not(.active) a:hover {
    background-color: #e1e1e1;
}

.report-box-item .alert {
    font-size: 22px;
}

.report-box-item span {
    font-size: 15px;
}

.widget-content {
    padding: 0;
}

thead > tr > th.action-col {
    width:60px;
    max-width:60px;
}
tbody > tr > td > a.md-button {
    width: 60px;
    min-width: 60px;
}

/* This is based on Material Angular Dialog Action Bar */
.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-right: 8px;
    padding-left: 16px;
    min-height: 52px;
    overflow: hidden;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.12);
}

.stacked {
    float: none !important;
    display: block;
    margin: auto;
}

.today-datas li {
    padding: 20px 14px;
}

.badge {
    font-size: 11px !important;
    font-weight: 300;
    text-align: center;
    background-color: #e02222;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.badge-help {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: #428bca;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpBlue {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: #428bca;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpGreen {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: rgb(0, 128, 0);
    height: 18px;
    padding: 3px 6px 3px 6px;

    text-align: center;
    vertical-align: middle;
    color: white;
}

.helpOrange {
    font-size: 11px !important;
    font-weight: 500;
    text-align: center;
    background-color: orange;
    height: 18px;
    padding: 3px 6px 3px 6px;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    text-align: center;
    vertical-align: middle;
    color: white;
}
/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    height: 100%;
    /* This must be a base64 or svg encoded image */
    background: url('data:image/png;base64,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') no-repeat center;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.icon-asterisk.icon-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.icon-asterisk.icon-asterisk-alert {
    color: #F58A00;
}

.icon-asterisk-inline {
    padding: 0 4px 0 0;
}


/*.progress,*/

.spinner {
    margin: 10px auto 0 auto;
    left: auto;
    top: auto !important;
}

.spinner-mid-page {
    position: fixed;
    top: 40%;
    left: 50%;
}

/*#endregion*/
a {
    cursor: pointer;
}

/* #endregion */

/*#region wrapper for angular ng-include and ng-view animations*/
.view-container {
    position: relative;
    overflow: hidden;
}
/*#endregion */

/*#region Angular ng-include, ng-view, ng-repeat shuffle animations*/

.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.1s 0.1s;
    -o-transition: ease-out all 0.1s 0.1s;
    -webkit-transition: ease-out all 0.1s 0.1s;
    transition: ease-out all 0.1s 0.1s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.1s ease-out all;
    -o-transition: 0.1s ease-out all;
    -webkit-transition: 0.1s ease-out all;
    transition: 0.1s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }
/*#endregion*/

/*#region Angular ng-include, ng-view, ng-repeat fader animation */
.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    /*position: relative;*/
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity: 0.5;
}

    .fader-animation.ng-move.ng-move-active {
        opacity: 1;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }
/*#endregion */

/*#region toastr */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/*#endregion */

/*#region Responsive */

@media (max-width: 1270px) {

    .page-splash-message {
        font-size: 300%;
    }
}

@media (max-width: 767px) {

    /* CUSTOM - RSS*/

    .page-splash-message {
        font-size: 200%;
        margin: 40% auto 0 auto;
    }

        .page-splash-message.page-splash-message-subtle {
            font-size: 150%;
        }

    .hide-on-small-screen {
        display: none;
    }

    /* Custom Logsims Classes*/

    .widget .table {
        font-size: 9px;
    }

    .table-filters {
        display: none;
    }

    body {
        padding-top: 45px!important;
    }

}

@media (max-width: 1270px) {

    /** Custom Navbar **/

    .settings-image, .settings-image:after {
        top: 3px !important;
    }

    .user-settings {
        height: 50px !important;
    }

    .login-area {
        height: 50px !important;
    }

    .nav-add-button {
        margin-top:6px !important;
    }

    .custom-pixels {
        height: 50px !important;
    }
}

@media (max-width: 320px) {

    .user .user-details {
        margin-left: 7em;
        margin-right: .5em;
    }

    h3 {
        font-size: 1.5em !important;
        line-height: 1.2em !important;
    }
}

.button-fa-green {
    color: #77c76d;
    background: none;
    font-size: 26px !important;
}

    .button-fa-green:hover {
        color: #37c76d;
    }

.button-fa-red {
    color: red;
    background: none;
    font-size: 26px !important;
}

.button-fa-del {
    color: #e1e1e1;
    background: none;
    font-size: 26px !important;
}

.btn-green {
    background-color: green;
    color: white;
    font-weight: 600;
}

.btn-orange {
    background-color: #fed12f;
    color: white;
}

.extra-small-button {
    font-size: 14px !important;
}

.display-parent-hover {
    display: none !important;
}

.parent-hover:hover .display-parent-hover,
li:hover .display-parent-hover {
    display: inline-block !important;
}

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

.spacing-above {
    margin-top: 5px;
}

.big-spacing-above {
    margin-top: 10px;
}

.reduced-panel-spacing {
    margin-bottom: 10px;
}

.spacing-left {
    margin-left: 5px;
}

.spacing-small-right {
    margin-right: 4px;
}

.pull-down {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

.pull-text-bottom {
    vertical-align: text-bottom;
}

.row2-box {
    min-height: 115px;
}

.medium-icon {
    font-size: 25px;
    height: 25px;
    vertical-align: middle;
}

.small-icon {
    font-size: 15px;
    height: 15px;
    vertical-align: middle;
}

a.editable-click {
    border-bottom: none !important;
}

a.editable-click:hover {
    color: #47a447;
}

md-input-container {
    margin: 9px 0;
}
md-input-container > md-select {
    margin: 0 0 26px 0;
}
md-input-container > md-radio-group {
    margin-bottom: 30px;
}

md-input-container.readonly-data span {
    padding-top: 0px;
    display: block;
    margin-bottom: 9px;
}
md-input-container.readonly-data label {
    transform: scale(0.75) !important;
}

md-input-container span.read-only-field-value {
    padding-top: 0px;
    display: block;
    margin-bottom: 9px;
}

md-dialog {
    min-width: 500px;
}

md-dialog.wide-modal {
    width:80%;
}
md-dialog.medium-modal {
    width:60%;
}

md-tabs-canvas {
    background-color: white;
}

md-pagination-wrapper md-ink-bar {
    color: #B70068;
    background-color: #B70068;
}

/* Responsive Table */
@media screen and (max-width: 768px)  {

		/* Force table to not be like tables anymore */
		table.responsive, 
        table.responsive thead, 
        table.responsive tbody, 
        table.responsive th, 
        table.responsive td, 
        table.responsive tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		table.responsive thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		table.responsive tr { border: 1px solid #ccc; margin-bottom: 12px; }

		table.responsive td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 50%;
            text-align:left !important;
		}

		/*table.responsive td:before {
			position: absolute;
			top: 6px;
			left: 6px;
			width: 45%;
			padding-right: 10px;
			white-space: nowrap;
		}*/
}

.table-grid td .input-field.as-cell {
    height:22px;
    line-height:20px;
}

md-select.as-cell {
    margin: 0;
}

.small-button {
    margin: 0px 6px;
    height:30px;
    min-height:30px;
    line-height:18px;
    padding:6px;
}

@media (max-width: 480px) {
    .widget .widget-actionbar .date-range-picker {
        font-size: 10.5px;
        line-height: normal !important;
    }

    .widget-actionbar .quick-search {
        width: 100% !important;
    }

}
/*#endregion */

.fontlarger {
    font-size: 18px;
    font-weight: bold;
}

.fontmedium {
    font-size: 15px;
}

.fontsmaller {
    font-size: 11px;
    line-height: 15px;
    word-break: break-all;
}

.border-row {
    border-bottom: 0px solid #fff;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

.addbinbutton {
    margin-top: 30px;
}

.table-hover thead tr:hover>th.can-sort {
    cursor: pointer;
}

.st-sort-ascent:after {
    padding-left: 5px;
    content: '\25B2';
}

.st-sort-descent:after {
    padding-left: 5px;
    content: '\25BC';
}

.table-filters th select {
    height: 24px;
    font-size: 12px !important;
    line-height: 24px;
    /*font-weight: normal;*/
    padding: 0px !important;
    color: #000;
    font-weight: 700;
}

.table-filters th input {
    height: 24px;
    font-size: 12px !important;
    line-height: 24px;
    font-weight: normal;
    padding: 0px !important;
    color: #f1b622;
}

.search-choice-clear:after {
    padding-right: 20px;
    float: right;
    color: gray;
    font-family: fontAwesome;
    content: '\f057';
    cursor: pointer;
}

.button-fa-download {
    color: #e1e1e1;
    background: none;
    font-size: 26px !important;
}

.list-boolean-true:before {
    font-family: FontAwesome;
    color: green;
    content: "\f00c";
    padding: 20px;
}

.list-boolean-no:before {
    content: "NO";
    padding: 20px;
}

.list-boolean-attention:before {
    font-family: FontAwesome;
    color: red;
    content: "\f071";
    padding: 20px;
}

.error {
    color: #a94442 !important;
}

/** Custom md-chips error messages **/

.errors {
    color:rgb(221,44,0);
    font-size:12px;
    padding-top:5px;
}

.activity-type-title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.selected {
    /*background-color: steelblue !important;*/
    color: white;
    font-weight: bold;
}

    .selected label {
        color: white !important;
    }

.row-space {
    margin-top: 15px;
}

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

.label-red {
    color: red;
}

.tab-has-errors,
.card-has-errors {
    color: red;
}

.label-green {
    color: limegreen;
}

.label-orange {
    color:orange;
}

.label-back-green {
    background: #77c76d !important;
    font-weight: normal !important;
}

.label-back-red {
    background: red !important;
    font-weight: normal !important;
}

.left-margin {
    margin-left: 10px;
}

/* Data Report - Just big Wide List */
div.data-report {
    overflow-x: auto;
}

.data-report table {
    display: inline-block;
}

.data-report thead,
.data-report tbody {
    display: inline-block;
}

.data-report thead {
}

.data-report tr td {
}

.data-report tbody {
    overflow-y: scroll;
    max-height: 420px;
}

div.data-report table tr th,
div.data-report table tbody tr td {
    min-width: 150px;
    max-width: 150px;
}

.green-text {
    color: green;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.comment-icon::before {
    font-family: fontAwesome;
    content: '\f086';
}

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

.nopadding {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.full-height {
    height: 100%;
    min-height: 100%;
}

.panel-default > .panel-heading {
    border-radius: 0;
    padding: 0px 15px;
    color: #727171;
    background-color: #ffffff;
    border-color: #ececec;
}

.panel-data {
    background-color: #ededed;
    margin-bottom: 15px;
}

.panel-data > .panel-heading {
    border-radius: 0;
    padding: 5px 15px;
    color: #9e9e9e;
    border-color: #01a7e1;
}

div.event {
    color:#515151;
    font-size:14px;
}

div.event span {
    opacity: 0.5;
}

.user-settings {
    width: 90px;
    height: 70px;
    background-color: #c9cdcf !important;
}

.user-settings-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

    .user-settings-image:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 25%;
        text-align: center;
    }

.action-bar {
    right: 0px;
    left: 350px;
    top: 54px;
    z-index: 998;
    position: fixed;
    padding: 6px 4px 4px 4px;
    margin-bottom: 6px;
    border-bottom: 8px solid #ececec;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
    background-image: -webkit-linear-gradient(left,#fff,#f3f3f3);
    background-image: -moz-linear-gradient(left,#fff,#f3f3f3);
    background-image: -o-linear-gradient(left,#fff,#f3f3f3);
    background-image: linear-gradient(to right,#fff,#f3f3f3);
    -webkit-box-shadow: 0px 2px 4px #b1b1b1;
    -moz-box-shadow: 0px 2px 4px #b1b1b1;
    box-shadow: 0px 2px 4px #b1b1b1;
}

.action-desc {
    line-height: 10px;
    display: block;
    padding: 0 5px;
    font-size: 10px;
    color: #a5a5a5;
}

.action-bar-date-filter-wrapper {
    display:none;
    background-color:rgba(0,0,0,0.1) !important;
    margin-left:10px;
    padding:0 10px;
}
.action-bar-date-filter-label {
    font-size:small;
    opacity:0.4;
    display:inline-block;
}
.action-bar-date-filter-wrapper .date-range-picker {
   /* display:inline-block;*/
}

.action-filters-mobile,
.action-buttons-mobile {
    display:flex;
}
.action-button-desktop.md-button {
    display:block;
}
@media screen and (max-width: 1400px) {
    .navbar-logo,
    .nav-image-div,
    .user-icon {
        display:none !important;
    }
    .navbar-fixed {
        font-size: 12px !important;
    }
    .nav-button {
        font-size: 12px !important;
        padding: 0;
    }

    .md-toolbar-tools .button-group .md-button {
        font-size: 12px;
        padding: 3px 5px;
    }
    .action-filters-mobile,
    .action-buttons-mobile {
        display:flex;
    }
    .action-filters-desktop,
    .action-button-desktop,
    .action-button-desktop .md-button,
    .action-button-desktop.md-button {
        display:none !important;
    }
    .md-button.is-active {
        font-weight: bold ;
    }
    section.content.full-height {
        padding-top:66px !important;
    }
    .top-nav-logo-container {
        line-height: 30px !important;
    }
}
.fa-caret-right-icon:before {
    content: "\f0da"; /* FontAwesome char code for caret right button (>) */
    font-family: FontAwesome;
    padding-right: 8px;
}

.fa-caret-down-icon:before {
    content: "\f0d7"; /* FontAwesome char code for caret down button (v) */
    font-family: FontAwesome;
    padding-right: 8px;
}

.btn-circle.btn-lg {
    width: 35px;
    height: 35px;
    padding: 2px 1px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}


.bg-warning {
    background-color: #f4b400 !important;
}

.bg-green {
    background-color: green;
}

.dropdown-menu.dropdown-notifications li {
    border-bottom: 1px solid #f3f3f3;
}

.label, .badge {
    display: inline-block;
    font-weight: 300;
    text-shadow: none !important;
}

.rd-display-created-modified {
    font-size: 12px;
    color: #b1b1b1;
}
.widget-pager {
    padding: 0 0 10px 10px;
    font-size: 14px;
    color: #616161;
}

/* UploadCare Overrides */
.upload-widget {
}

.uploadcare-widget-button-remove:before {
    font-family: FontAwesome;
    content: "\f00d";
}

.uploadcare-widget-button-remove {
    padding: .3em .4em;
}

.uploadcare-widget-button-open {
    margin-top: 3px;
}

.uploadcare-widget-dragndrop-area {
    margin-top: -15.3em !important;
    line-height: 15.6 !important;
    width: 150px !important;
}

div.attachment {
    clear: left;
    position: relative;
}

    div.attachment img {
        display: inline-block;
    }

img.icon-small {
    width:120px;
    height:120px;
}

ul.attachments li {
    height: auto;
    margin: 3px;
    padding: 6px;
    border-bottom: 1px solid #f1f1f1;
}

    ul.attachments li:hover {
        background-color: #d1d1d1;
    }

span.att-noimage {
    font-size: 40px;
    padding: 10px 0;
    color: lightblue;
    vertical-align: middle;
    display: inline-block;
}

div.attachment span {
    word-wrap: break-word;
    padding-left: 10px;
    vertical-align: middle;
    display: inline-block;
}

div.attachment button.button-fa-del {
    position: absolute;
    top: -2px;
    right: 0px;
}

div.attachment button.button-fa-download {
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.fr {
    float: right;
}

.margin-left-74 {
    margin-left: 74px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.primary-text {
    display: inline-block;
    font-weight: bold;
}

.push-down-10 {
    margin-bottom: 10px !important;
}

.no-margin{
    margin: 0 !important;
}

.bgyellow {
    background: #ffe795 !important;
    font-weight: bold !important;
}

.full-height {
    height:100%;
}

.hint {
    font-size:smaller;
}

.stamp-placed {
    background: url('../content/images/Rubber_Stamp-Green.png');
    width:48px;
    height: 48px;
}
.stamp-not-placed {
    background: url('../content/images/Rubber_Stamp-Grey.png');
    width:48px;
    height: 48px;
}

.compliance-achieved label,
.compliance-achieved md-select-value {
    color:green !important;
    font-weight: bold;
}


/* Query Builder and Summary */
div.query-summary,
div.query-summary span,
div.query-summary span span {
    font-family: sans-serif !important;
    font-size: 16px;
}

div.query-summary {
    padding: 12px 0 6px 5px;
}

div.query-sum-line {
    display: inline-block;
}

    div.query-sum-line:hover {
        text-decoration: line-through;
    }

span.query-val {
    font-weight: bold;
}

span.query-field {
    color: dodgerblue;
}

span.data-label span {
    opacity: 0.7;
}

/* Maps */
.clusterimg {
    height: 16px;
    width: 16px;
}

.clusterimg1 {
    height: 12px;
    width: 12px;
}

.markerimg {
    height: 8px;
    width: 8px;
}

.tabMapLegend label {
    text-align: center;
    font-family: 'Comic Sans MS';
    font-size: 10px;
    color: darkslategray;
    font-weight: 500;
}

.infoWindowContent {
    font-size: 14px !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

/* Label colors */

.label.label-success,
.badge.badge-success {
    background: #77c76d !important;
}

.label.label-warning,
.badge.badge-warning {
    background: #f1b622 !important;
}

.label.label-important,
.badge.badge-important {
    background: #fa3031 !important;
}

.label.label-info,
.badge.badge-info {
    background: #52b9e9 !important;
}

/* Natural Fertility Specific styles */
.top-nav-common {
    background-color: #f6f6f6; /*F3F9E9*/
    color: white;
}
.top-nav-logo-container {
    background-color: #f6f6f6;
    color: #B70068 !important;
    line-height: 60px;
}
.top-nav-logo {
    
    color: #B70068 !important;
    white-space: nowrap;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.top-nav-pink-line {
    background-color: #B70068;
    min-height: 6px;
    max-height: 6px;
    box-shadow: #919191 0 1px 8px;
}
.top-nav-green-line {
    background-color: #5aae58;
    min-height: 6px;
    max-height: 6px;
}

.force-label-above-span {
    color:#323232 !important;
    transform: translate3d(0, 6px, 0) scale(0.95) !important;
    -webkit-transform: translate3d(0, 6px, 0) scale(0.95) !important;
}
.force-label-padding {
    padding-bottom: 2em;
}

div.prescription-line:hover {
    background-color: #eeeeee;
}

.middle-td-checkbox {
    margin: 0 !important;
}

div.order-item:hover {
    background-color: #eeeeee;
}

.orange-product {
    background-color: #F9D49B;
}

.table-striped > tbody > tr:nth-child(odd).orange-product > td,
.table-striped > tbody > tr:nth-child(odd).orange-product > th {
    background-color: #F9D49B;
}

.event-td {
    padding-bottom: 0;
}
.event-sub-span {
    font-size: 10px; 
    color: #888888;
}
.action-button-padding {
    padding-left: 12px;
    padding-right: 12px;
}
.home-toolbar-title {
    color: white !important;
}
.loading-spinner {
    color: #54CA93 !important;
}
/* $mdDialog - fullscreen dialog styling for mobile */
@media screen and (max-width: 760px) {
    .md-dialog-fullscreen {
       height:100%;
       width:85%;
       max-height:100%;
       max-width: 100%;
       position: absolute;
       top: 0;
       left: 0;
       border-radius: 0;
   }
}

/* Alternative Product */
.alternative-container {
    font-size: 10px;
}

.alternative-no-margin {
    margin-bottom: 0;
}

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

.vertical-top {
    vertical-align: top !important;
}

/* Navigation Menu */
.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
section.content.full-height {
    padding-top:100px;
    padding-bottom:20px;
}
.lr-sticky-header {
    z-index: 3;
}
.md-button.nav-button {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 60px;
    color: #717171; /*717274*/
}
.md-button.nav-button md-icon {
    color:#717171 !important;
}

.nav-button.md-button.md-button.md-primary:not([disabled]) md-icon md-icon {
    color:#949494;
}

.nav-menu-section {

    padding: 4px 0 7px 0;
}
    .nav-menu-section > div {
        border-right: 1px solid white; /*717274*/
    }
        .nav-menu-section > div.no-right-border {
            border-right: none;
        }

.nav-image-div {
    height:25px;
    margin-top:10px;

}
.user-image {
    color: #B70068 ;
}
.nav-text {
    height:auto;
}

/* Collasped Side Menu */
.md-sidenav-left .md-button.nav-button {
    color: #313131;
}

md-menu-content.nav-menu-content {
    max-height: 600px;
    min-width: 250px;
}

a.list-select {
    font-size:10px;
    padding: 0;
    margin: 0;
}

/* Group Buttons*/
.button-group .md-button {
    font-size: 16px;
    margin: 20px 0;
    padding: 3px 15px 3px 15px;
    color: rgb(49, 46, 46);
    background-color: rgba(224, 224, 224, 0.96);
    text-transform: none;
    font-weight: 400;
    min-width:50px;
}

.md-button.left {
    border-radius: 10px 0 0 10px;
}

.md-button.middle {
    border-radius: 0;
    border-left: 1px solid rgba(230, 230, 230, 0.96);
    border-right: 1px solid rgba(230, 230, 230, 0.96);
}

.md-button.right {
    border-radius: 0 10px 10px 0;
}

.md-button.md-small {
    min-width:30px;
}

.md-button.md-thin {
        font-size: 10px;
        min-height: 20px;
        line-height:0;
}

.md-button.md-raised.md-thin:not([disabled]){
    box-shadow:0 1px 1px 0 rgba(0,0,0,0.26);
}

.button-group .md-button:not([disabled]):hover {
    background-color: rgba(193, 193, 193, 0.96);
    color: rgba(44, 65, 164, 0.96);
    transition: 0.3s;
}

.button-group .is-active {
    background-color: rgba(193, 193, 193, 0.96);
    color: rgba(44, 65, 164, 0.96);
    transition: 0.3s;
}

/* #region responsie table */
.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
/* -- Material Design Table style -------------- */
.table {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
  background-color: #ffffff;
}
.table .no-border {
  border: 0;
}

.table > tbody > tr > td {
    vertical-align: middle;    
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eeeeee;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table-responsive-vertical > .table > thead,
  .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  .table-responsive-vertical > .table > tbody {
    display: block;
  }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #ffffff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
  .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td,
  .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #ffffff;
  }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f1f8e9;
  }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #ffffff;
  }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}

/* #endregion */

/* #region Order and Confirmation Pages */

.order-page-container, .confirmation-page-container {
    /*max-width: 1150px;*/
    max-width: 965px;
    margin: 0px auto;
    padding: 30px 10px;
    font-size: 16px;
}

.logo-image {
    width: 200px;
}

.main-header {
    color: #F1C3A9;
    font-weight: bold;
    font-size: 33px;
}

.order-was-colour {
    color: #7FCCBB;
}

.order-change-border {
    border: solid 2px #79C696;
    border-radius: 10px;
    padding: 12px;
}

.order-border {
    border: solid 5px #79C696;
    border-radius: 20px;
    padding: 24px;
}

.order-items-container {
    background-color: #e5fcee;
}

.order-headers {
    color: grey;
    font-weight: 500;
    font-size: 16px;
    font-family: sans-serif;
}

.order-headers, .order-items {
    margin-bottom: 20px;
    line-height: 16px;
}

.order-message {
    margin-bottom: 35px;
}

.welcome-message {
    margin-bottom: 15px;
    font-size: 25px;
}

.order-banner, .practioner-container, .address-container {
    margin-bottom: 30px;
}

.update-button {
    box-shadow: none !important;
    text-transform: none;
    background-color: #bff7bf !important;
    width: 200px;
    margin: 0;
}

.submit-button {
    margin: 0;
    box-shadow: none !important;
    font-weight: bold;
    font-size: 25px;
    background-color: #54cA93 !important;
    color: white !important;
    padding: 11px 15px;
}

.submit-button[disabled] {
    background-color: rgba(0,0,0,0.12) !important;
}

.cancel-order {
    text-decoration: underline;
    color: black;
    font-size: 12px;
    margin-top: 10px;
}

.total-container h2 {
    font-weight: normal;
}

.table > thead > tr > th {
    border-bottom: none;
}

.table-responsive-vertical {
    border: none !important;
}

/* Possibly Delete */

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

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

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

/* Responsive Table */

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

.line-height-adjust {
    line-height: 35px;
}

.table-column-40 {
    width: 40%;
}

.table-column-10 {
    width: 10%;
}

.table-column-15 {
    width: 15%;
}

.table-column-35 {
    width: 35%;
}

@media screen and (max-width: 768px) {
    .table-responsive-vertical > .table > tbody > tr > td {
        background-color: #e9f5de;
    }

    .table-responsive-vertical > .table > tbody > tr {
        border: none;
    }

    .table > tbody > tr > td.text-center, .table > thead:first-child > tr:first-child > th.text-center {
        text-align: right;
    }

    .update-button {
        width: 100%;
    }

    .order-headers, .order-items {
        line-height: 20px;
    }

    .table-column-40, .table-column-10, .table-column-15, .table-column-35 {
        width: auto !important;
    }

    .main-header {
        font-size: 27px;
    }

    body {
        padding-top: 0 !important;
    }

    .credit-card-spinner .sr-only {
        display: none !important;
    }
}

/* Responsive Dialog */

@media screen and (max-width: 550px) {
    md-dialog {
        min-width: 85%;
    }
}

.md-dialog-container {
    height: 100% !important;
    position: fixed !important;
    top: 0px !important;
}

/* Checkbox */
md-checkbox.md-checked .md-icon:after {
    left: 5.66667px;
}

md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon {
    background-color: white;
}

md-checkbox.md-checked .md-icon, md-checkbox.md-default-theme:not(.md-checked) .md-icon, md-checkbox:not(.md-checked) .md-icon {
    border: 1px solid black;
}

    md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after {
        border-color: green;
    }

/* Eway Fixes */

.eway-input {
    height: 35px;
}

/* Credit Card Processing Spinner */
.credit-card-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.credit-card-spinner .fa-spinner {
    color: #54cA93
}

.credit-card-wrapper {
    position: relative;
}

/* #endregion */