/*:focus{
  background: red !important;
  color: green !important;
}
*/

body {
  line-height: 24px;
}

/*Overrides*/
.md-errors-spacer {
  display: none;
}

md-dialog-actions {
  border-top: 1px solid #EBEBEB;
}

/*Overrides*/

/*Utility Classes*/
.margin-top-32 {
  margin-top: 32px;
}

.margin-top-bottom-16 {
  margin: 16px 0;
}

.margin-top-16 {
  margin-top: 16px;
}

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

.margin0 {
  margin: 0;
}

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

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

.side-by-side > * {
  margin: 16px 16px 16px 0;
}

.side-by-side > *:last-child {
  margin: 16px 0px;
}

.toast-template.error md-icon {
  color: #c52a2a; 
  margin-right: 8px;
}

.toast-template.success md-icon {
  color: #0EA261; 
  margin-right: 8px;
}

.toast-template.warn md-icon {
  margin-right: 8px;
}
/*Utility Classes*/


/*Icons*/
.md-dark md-icon {
  color: rgba(0, 0, 0, .56) !important;
}
/*Icons*/

/*Buttons*/
.full-width{
  width: 100%
}
/*Buttons*/

/*Header*/
.main-toolbar {
  box-shadow: 0 7px 15px -10px #333333;
}

.logo {
  height: 32px;
}

.slogan {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .010em;
  line-height: 12px;
}

.worker-group-filter-desktop {
  width: 420px;
  font-size: 16px;
}

.worker-group-filter-desktop md-input-container{
  width: 100%;
}

/*Header*/

/*WebCare-Signin-Main*/
.signin-main {
  position: relative;
  width: 90%;
  margin-top: 60px;
  margin-bottom: 16px;
}

.signin-main md-content {
  background: #FFFFFF;
}
/*WebCare-Signin-Main*/

/*Workers*/
.worker-group-list {
  overflow: auto;
}

.worker-group-list-inner {
  padding: 0 16px;
}
/*Workers*/

/*tables*/
table.custom {
  width: 100%;
  text-align: left;
}

.custom td {
  border-bottom: 1px solid #f1f1f1;
  padding: 12px 0;
}

.custom tr:last-child > td {
  border-bottom: none;
}
/*tables*/

/*Skip Link*/
ul.skip-links {
  margin: 0;
  padding: 0;
}

ul.skip-links li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.skip-links li a {
  background-color: #FFFFFF;
  display: block;
  margin: .5em 0 .5em .5em;
  opacity: 0;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 92%;
  -webkit-transition: opacity .15s linear;
     -moz-transition: opacity .15s linear;
          transition: opacity .15s linear;
}

ul.skip-links li a:focus {
  background-color: #FFFFFF !important;
  opacity: 1;
  z-index: 2;
}
/*Skip Link*/

/*Sidenav*/
.main-sidenav md-list-item > .md-button {
  font-weight: 600 !important;
}

.main-sidenav md-divider {
  border-top-color: rgba(255, 255, 255, .13);
}

.md-sidenav-logo-button {
  padding: 0;
  max-width: 80%;
  line-height: 0;
}

.sidenav-logo {
  max-width: 100%;
}

.menu-section-worker {
  padding: 16px;
}

.active .md-button {
  background: rgba(206, 206, 206, .14);
}
/*Sidenav*/

/*Header*/
.main-toolbar h1 {
  font-weight: 500;
}

.main-toolbar {
  box-shadow: 0 7px 15px -10px #333333;
}

.logo {
  height: 32px;
}

.slogan {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .010em;
  line-height: 12px;
}

.menu-logo {
  max-width: 225px;
}
/*Header*/

/*Add Client*/
.find-client-result {
  padding: 12px 8px;
}

.find-client-result-item:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.add-client-dialog-search-mode-radio-group {
  padding-top: 16px;
}

/*Add Client*/

/*Hide the asterisk created by angular*/
md-input-container label:not(.md-container-ignore).md-required:after, md-input-container:not(.md-input-has-value) md-select.ng-required:not(.md-no-asterisk) .md-select-value span:first-child:after, md-input-container:not(.md-input-has-value) md-select[required]:not(.md-no-asterisk) .md-select-value span:first-child:after, md-select.ng-required.ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after, md-select[required].ng-invalid:not(.md-no-asterisk) .md-select-value span:first-child:after {
  content: "";
}

/*xs*/
@media only screen and (max-width: 599px) {

}
/*gt-xs*/
@media only screen and (min-width: 600px) {
  .signin-main {
    max-width: 420px;
    min-width: 400px;
  }

  .content-wrapper {
    box-shadow: 0 8px 25px -10px #333333;
    margin: 16px;
  }
}
/*up to sm*/
@media only screen and (max-width: 959px) {

}

@media only screen and (min-width: 0) and (max-width: 959px) and (orientation: landscape) {
}

/*sm*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

}

/*gt-sm*/
@media only screen and (min-width: 960px) {

}

/*md*/
@media only screen and (min-width: 960px) and (max-width: 1279px) {

}

/*gt-md*/
@media only screen and (min-width: 1280px) {

}

/*lg*/
@media only screen and (min-width: 1280px) and (max-width: 1279px) {

}

/*gt-lg*/
@media only screen and (min-width: 1920px) {

}

@media print {
  @page {
    size: 265.9mm 355.6mm;
    margin: 20mm 20mm 20mm 20mm;
  }
}

/*Only for IE*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

}
