html, body {
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  height:100%;
  margin: 0px;
  padding: 0px;
}

/* Toolbar area */
* {
    -webkit-transition: none !important;
    transition: none !important;
}
.menu {
  background-color: transparent;
  border: none;
  height: 38px;
  margin: 16px;
  width: 36px;
}


md-toolbar h3 {
  margin: auto;
  font-weight: 500;
}

/* Sidenav area */

md-list-item > button {
  width:100%;
  text-align:left !important;
}

  md-list .md-button.selected {
    color: #03a9f4;
  }

  md-sidenav  md-list {
    padding: 0px 0px 8px 0px;
  }


/* Primary content area */

#content {
  overflow: hidden;
}

#content  {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
}

#content .md-button.share {
  background-color: transparent;
  border: none;
  width: 48px;
  height: 48px;
  margin: 8px auto 16px 0;
  position: absolute;
  top: 10px;
  right: 25px;
}

#content md-icon.avatar {
  margin-top: 10px;
}

#content .md-button.share > md-icon {
  fill:black;
  width:36px;
  height:36px;
}

md-button.menuBtn > md-icon {
  fill:white;
  width:24px;
  height:24px;
}

#content .md-button.share:active > md-icon {
  background-color: #dadada;
  border-radius: 75%;
  padding:4px;
  transition: all 100ms ease-out 30ms;
}

#content img {
  display: block;
  height: auto;
  max-width: 500px;
}

/* Utils */

.content-wrapper {
  position: relative;
}

/* Typography support coming in 0.8.0 */

md-toolbar h1 {
  font-size: 1.250em;
  font-weight: 400;
}

.avatar {
  position: relative;
  width: 128px;
  height: 128px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin: 0px;
  vertical-align: middle;
  zoom:0.70;
  transform: translateZ(0);
  -webkit-transform: scale(0.70);
  -moz-transform:scale(0.70);
}


md-bottom-sheet  md-icon {
  margin-right:20px;
}

span.name {
  font-weight: bold;
  font-size:1.1em;
  padding-left:5px;
}

md-toolbar.global{
  background-color: #0078ab !important;
  text-align: center;
  color:white !important;
  letter-spacing: 0.4px;
}
.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3{
  text-align: center;
  width: 100%;
  letter-spacing: 0.7px;
}
.md-toolbar-tools h2{
  color: #666;
}
.container{
  max-width: 700px;
  margin:20px auto;
  border:1px solid #ccc;
  border-radius: 5px;
  padding: 0;
}

md-toolbar.inner{
  background:transparent !important;
  color:#ae2573;
}
md-toolbar.inner h2{

  font:125.9% Georgia;
  color:#ae2573;
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon{
  color:#1A95E3;
}
.md-subhead{
 background: #f7f9f8;
    margin-top: 0;
    text-align: center;
    padding: 10px;
    color: #444;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    border-bottom:1px solid #d0d0d0
}
md-content{
  width:100%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.md-subhead p{
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-weight: normal;
    color: #A09F9F;
}
md-input-container .md-input{
  padding:2px 0px;
  font-size: 14px;
   border:1px solid #dadada;
  padding:3px;
  height: 29px;
  font-family: Arial;
}
md-input-container label:not(.md-no-float):not(.md-container-ignore), md-input-container .md-placeholder{
  font-size:16px;
  color: #8F8F8F;
}
.md-button{
  margin:0;
}
.form-padding{
  padding:16px 0px
}
.form-padding md-input-container.md-block{
  padding:0px 16px;
}
.form-padding md-input-container label:not(.md-no-float):not(.md-container-ignore), .form-padding md-input-container .md-placeholder{
  padding-left:16px;
}
.form-padding md-input-container.md-input-focused label:not(.md-no-float),.form-padding md-input-container.md-input-has-placeholder label:not(.md-no-float),.form-padding md-input-container.md-input-has-value label:not(.md-no-float)
  {
    transform:translate3d(2px, 5px, 0) scale(0.8);
}
.form-padding .md-button.md-raised:not([disabled]){
  margin-left:15px;
}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input{
   border:1px solid #dadada;
       outline-style: dotted;
    outline-offset: -2px;
    outline-width: 1px;
}
md-input-container textarea.md-input{
  border:1px solid #dadada;
  padding:3px;
  height: 29px;

}
md-input-container.md-input-focused .md-input{
  border:1px solid #dadada;
  padding:3px;
  height: 29px;
         outline-style: dotted;
    outline-offset: -2px;
    outline-width: 1px;
}
md-input-container.md-input-focused .md-input, md-input-container .md-input.ng-invalid.ng-dirty{
  border:1px solid #dd2c00;
  padding:3px;
  height: 29px;

}
md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label, md-input-container:not(.md-input-invalid).md-input-has-value label{
  color:#444;
}
md-input-container label:not(.md-container-ignore),md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label{
  color: #444444;
  font-family: Arial;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  top: -5px;

}
.review md-input-container{
  margin:5px 0;
}
.login md-tabs-wrapper{
  display: none !important;
}
.md-button{
  min-height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-family: arial;
  min-width: 125px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0.8px;
}
.md-button.md-raised:not([disabled]){
  box-shadow: none;
}
.md-button.md-raised{
  box-shadow: none;
}
a.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, a.md-button.md-primary.md-raised:not([disabled]):hover, a.md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, a.md-button.md-primary.md-fab:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, .md-button.md-primary.md-raised:not([disabled]):hover, .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover, .md-button.md-primary.md-fab:not([disabled]):hover{
    border: 1px solid #0079c2;
    background-image: linear-gradient(to bottom,#005c99 0,#004977 100%)!important;
    background-color: #005c99!important;
    box-shadow: none;
}
/* TODO:wlp change
a.md-button.md-primary.md-raised, .md-button.md-primary.md-raised.loginButtonEnterId.wlp-state{
    background-color: #c20000;
     border: 1px solid #c20000;
    background-image: -ms-linear-gradient(top,#c20000 0,#c20000 100%)!important;
    background-image: -moz-linear-gradient(top,#c20000 0,#c20000 100%)!important;
    background-image: -o-linear-gradient(top,#c20000 0,#c20000 100%)!important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c20000),color-stop(1,#c20000))!important;
    background-image: -webkit-linear-gradient(top,#c20000 0,#c20000 100%)!important;
    background-image: linear-gradient(to bottom,#c20000 0,#c20000 100%)!important;
    box-shadow: none;
} */

a.md-button.md-default-theme.md-primary.md-raised, a.md-button.md-primary.md-raised, a.md-button.md-default-theme.md-primary.md-fab, a.md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised, .md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab{
    background-color: #0079c2;
     border: 1px solid #0079c2;
    background-image: -ms-linear-gradient(top,#0079c2 0,#005c99 100%)!important;
    background-image: -moz-linear-gradient(top,#0079c2 0,#005c99 100%)!important;
    background-image: -o-linear-gradient(top,#0079c2 0,#005c99 100%)!important;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0079c2),color-stop(1,#005c99))!important;
    background-image: -webkit-linear-gradient(top,#0079c2 0,#005c99 100%)!important;
    background-image: linear-gradient(to bottom,#0079c2 0,#005c99 100%)!important;
    box-shadow: none;
}

.editButton{
  background-color: #d4e5fb;
      border: 1px solid #ddebfc;
      margin-right: 15px;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear,left top,left bottom,from(#d4e5fb),to(#a0c6f7));
    background-image: -moz-linear-gradient(#d4e5fb,#a0c6f7);
    background-image: -ms-linear-gradient(#d4e5fb,#a0c6f7);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d4e5fb),color-stop(100%,#a0c6f7));
    background-image: -webkit-linear-gradient(#d4e5fb,#a0c6f7);
    background-image: -o-linear-gradient(#d4e5fb,#a0c6f7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4E5FB',endColorstr='#A0C6F7 ',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4E5FB', endColorstr='#A0C6F7 ', GradientType=0)";
    background-image: linear-gradient(#d4e5fb,#a0c6f7);
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon{
      color: #0079c2;
}
md-checkbox.md-default-theme.md-checked .md-icon, md-checkbox.md-checked .md-icon{
  background-color: #0079c2;
}
md-checkbox.md-default-theme.md-checked .md-icon:after, md-checkbox.md-checked .md-icon:after{
  border-color: white;
}
md-input-container{
     height: 53px;
}

.error{
    padding: 0 16px;
    color: red;
}

md-select.md-default-theme .md-select-value.md-select-placeholder, md-select .md-select-value.md-select-placeholder{
    color: #8F8F8F;
    font-size: 16px;
}
.md-body-2{
  padding: 0px 16px;
  font-family: arial;
  font-weight:  normal;
  font-size: 14px;
}
.md-title{
      padding: 0px 16px;
    color: #444;
        font-size: 14px;
    font-weight: bold;
    font-family: arial;
    line-height:22px;
}
.md-subheader .md-subheader-inner {
    display: block;
    padding: 16px;
    font-size: 16px;
    color: #444;
}
.describe{
  margin:16px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.describe textarea{
      height: 80px !important;
}
.md-ripple-container{
  background-color:transparent !important;
}
md-checkbox .md-icon{
  border-width: 1px;
}

.userSelect{
  display: block;
    height: 29px;
    border-color: #dadada;
    margin-top: 0px;
    width: 100%;
}
.userSelect:focus{
  outline-style: dotted;
    outline-offset: -2px;
    outline-width: 1px;
}
.layout-gt-sm-row .flex-gt-sm{
  padding-right: 0px;
}
.checkboxContainer{
 height: 30px;
 margin-top: 0px;
}
md-tabs-canvas.md-center-tabs .md-tab{
  color: #0078ab;
  font-family: arial;
  font-size: 14px;
  text-decoration: underline;
  text-transform: none;
  opacity: 1;
}
md-input-container.md-default-theme .md-input[disabled], md-input-container .md-input[disabled], md-input-container.md-default-theme .md-input [disabled], md-input-container .md-input [disabled]{
  border:1px solid #e6e6e6;
  background-image: none;
}
md-checkbox .md-label{
  font-size: 13px;
}
md-checkbox.md-checked .md-icon:after {
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 5.66667px;
    top: 2.22222px;
    display: table;
    width: 5.66667px;
    height: 9.33333px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: '';
}

md-checkbox .md-icon {
    box-sizing: border-box;
    transition: 240ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
}
md-list .md-subheader{
  font-family: arial;
  font-weight: bold;
  color:#444;
}

md-tabs-canvas.md-center-tabs{
  background: #ececec
}
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon{
  color: #ad2672;
  font-family: arial;
  font-size: 14px;
  background:#c7e4f6;
  text-transform: none;
  text-decoration:none;
}

md-tabs.md-default-theme .md-tab[disabled], md-tabs .md-tab[disabled], md-tabs.md-default-theme .md-tab[disabled] md-icon, md-tabs .md-tab[disabled] md-icon{
  color: #0078ab;
  font-family: arial;
  font-size: 14px;
  text-decoration: underline;
  text-transform: none;
  opacity: 1;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
    color: #ad2672 !important;
    background-color:#ad2672 !important;
}

md-pagination-wrapper,md-tabs-canvas{
  height: 30px;
}
md-tabs-canvas.md-center-tabs .md-tab{
    padding-bottom: 3px;
    padding-top: 3px;
}

.col-xs-2 {
    width: 19.4%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.time-picker-list ul {
    margin: 0;
    text-align: center;
}
.time-picker-day {
    font-weight: 500;
    font-size: 14px;
    color: #3C4348;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.time-picker-list ul > li:not(.time-picker-day) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f7f7f7;
    border-radius: 3px;
    padding: 4px 0;
    cursor: pointer;
    font-size: 14px;
    color: #3C4348;
    transition: .2s all ease;
    border: 2px solid transparent;
    margin-top: 5px;
}
.time-picker-list ul > li:not(.time-picker-day):hover {
    border: 2px solid #0078ab;
}

.time-picker-times {
    padding: 10px 15px 5px 15px;
}
.time-picker-times .row {
    text-align: center;
}
.time-picker-times .row .col-xs-2 {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align:top;
}
.time-picker-controls {
    position: relative;
    background: #F8FAFB;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0px;
    display: inline-block;
    font-size: 13px;
    margin-top: -10px;
    color: #3C4348;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.time-picker-jumpto {
    background: transparent;
    border: 0;
    border-radius: 3px;
    padding: 5px 24px 5px 35px;
    position: relative;
}
.time-picker-jumpto:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -12px;
    background: url("../images/md.svg") 100% 100% no-repeat;
    width: 24px;
    height: 24px;
}
.time-picker-jumpto:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    //background: url("../images/sm.svg") 50% 0 no-repeat;
    width: 16px;
    height: 16px;
}
.width50{
  width: 45%;
  float: left;
}
.width100{
  width: 90%;
}
.imageClass{
  margin-top: 20px;
}
.form-padding md-input-container.md-block.norightpadding{
  padding-right: 0px;
}
.successMessage{
  margin-top: -30px;
}
.mobileShow{
  display: none;
}
.mobileHide{
  display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
  .container{
    width: 100%;
    border-right: 0px;
    border-left:0px;
    border-bottom: 0px;
    border-radius: 0px;
    text-align: center;
    padding: 0;
  }
  md-tabs[md-border-bottom] md-tabs-wrapper{
    height: 45px;
  }
  .md-tab{
    padding:12px 30px;
    color: #2a8eb9 !important;
  }
  md-toolbar.inner h2{
    font:110.9% Georgia;
  }
  md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon{
    background:transparent;
    color: #ad2672 !important;
  }
  md-tabs-canvas.md-paginated{
    height: 45px;
  }
  md-pagination-wrapper, md-tabs-canvas{
    height: 45px;
  }
  md-tabs.md-default-theme .md-tab[disabled], md-tabs .md-tab[disabled], md-tabs.md-default-theme .md-tab[disabled] md-icon, md-tabs .md-tab[disabled] md-icon{
    text-decoration: none;
  }
  md-icon{
    height: 30px;
    width: 30px;
  }
  .md-subheader .md-subheader-inner{
    font-size:15px;
    line-height: 26px;
  }
  md-content{
    text-align: left;
  }
  .md-padding{
    padding:0px 10px;

  }
  .form-padding{
    padding: 16px 0px;
  }
  .form-padding md-input-container.md-block.norightpadding{
    padding-right: 16px;
  }
  .col-xs-2{
    width: 33.3%;
    margin-top:10px;
  }
  .successMessage{
    margin-top: 0px;
  }
  md-tab-item span:after{
    display: none;
    content: "1";
  }
  .md-title{
    font-size: 15px;
    line-height: 26px;
  }
  .md-subhead{
    font-size: 14px;
  }
  .width50{
    width: auto;
    float: none;
  }
  .mobileShow{
    display: block;
  }
  .mobileHide{
    display: none;
  }
  md-list-item{
    margin-bottom: 15px;
  }
  md-list-item > p, md-list-item > .md-list-item-inner > p, md-list-item .md-list-item-inner > p, md-list-item .md-list-item-inner > .md-list-item-inner > p{
    flex:0.8;
    -webkit-flex: 0.8;
    -ms-flex: 0.8;
  }
  .time-picker-list ul > li:not(.time-picker-day){
	   font-size:11px !important;
  }
  [data-tip].checkboxContainer:after {
        top: 35px !important;
        width: 100%;
        white-space: normal;
        height: auto;
    }
}

@media only screen and (min-device-width : 650px) and (max-device-width : 767px) {
  md-tabs-canvas.md-center-tabs{
    background:transparent;
  }
  .md-tab{
    margin-top:5px;
  }
  .col-xs-2{
    width: 19.4%;
    margin-top:10px;
  }
}
