﻿/*  E$@lQp

    Document   : style-responsive.scss
    Created on : 01/03/2014
    Authors    : Eric Gomoll, egomoll@liquidprint.com,
    Description: Workload Assist Responsive Styles

*/
/*==================== TABLET LANDSCAPE ====================*/
@media only screen and (max-height: 768px) {
  .mfp-container {
    padding-top: 0.25%;
  }
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    padding-top: 50px;
  }
  .mfp-content button.mfp-close {
    background-size: 40px auto;
    height: 50px;
    padding-bottom: 2px;
    padding-right: 32px;
  }
  .mfp-content p {
    margin-top: -30px;
  }
  .mfp-content h1 {
    padding: 10px 0;
  }
  /* end mfp-content */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-height: 768px) {
  button.mfp-close {
    padding-right: 32px;
  }
}

@media only screen and (max-width: 1200px) {
  header .large-1.columns.hideTablet {
    display: none;
  }
  header .large-2.columns {
    width: 23%;
  }
  header .large-8.columns {
    height: auto;
    width: 77%;
  }
  /* end header */
  nav.top-bar .f-dropdown.right {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    margin-top: -1px !important;
  }
  nav.top-bar .f-dropdown.right li:first-of-type:hover, nav.top-bar .f-dropdown.right li:first-of-type a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
  }
  /* end nav.top-bar .f-dropdown right */
  .container {
    padding: 1% 6%;
  }
}

@media only screen and (max-width: 1100px) {
  /*========== SITE-WIDE STYLE SETTINGS =========== */
  .hideTablet {
    display: none;
  }
  .showTablet {
    display: block;
  }
  a.remove {
    padding: 6px 8px 8px;
  }
  /* Forms */
  input[type="checkbox"] {
    height: 21px;
    width: 21px;
  }
  input[type="submit"], a.submit {
    font-size: 14px;
    line-height: 18px;
    padding: 0.6em;
  }
  select {
    font-size: 14px;
    padding: 2px;
  }
  /* Modal Windows */
  .mfp-container {
    padding: 1.5% 0 0 0;
  }
  /***** PAGE HEADER *****/
  header .columns {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  header .large-1.columns.hideTablet {
    display: none;
  }
  header .large-2.columns {
    width: 23%;
  }
  header .large-8.columns {
    height: auto;
    width: 77%;
  }
  header .logo img.left {
    margin: 0;
  }
  /* end header */
  /***** MAIN CONTENT *****/
  .container {
    padding-left: 0.25%;
    padding-right: 0.25%;
  }
  p.search label:first-of-type {
    min-width: 100px;
  }
  /***** RIGHT COLUMN *****/
  .progressBar.vertical + p {
    margin-right: 10px;
  }
  /***** PAGE FOOTER *****/
  .mission p {
    padding: 1% 13%;
  }
  .footer {
    padding: 0 0 2%;
  }
  /*===== CONTENT PAGE =========== */
  .generalPage {
    min-height: 507px;
  }
  /*=========== HOME PAGE ============ */
  .welcomeBox {
    top: 7%;
  }
  .homeSplash {
    height: 400px;
  }
  .homeTestimonial h2 {
    font-size: 22px;
  }
  table th.shortCell {
    width: 12%;
  }
  table td.diagnosis {
    font-size: 0.7rem;
  }
}

/*==================== END TABLET LANDSCAPE ====================*/
/*==================== TABLET PORTRAIT ====================*/
@media only screen and (max-width: 925px) {
  /*========== SITE-WIDE STYLE SETTINGS =========== */
  .hidePortrait {
    display: none;
  }
  .showPortrait {
    display: block;
  }
  /* Forms */
  /***** PAGE HEADER *****/
  header .large-2.columns {
    width: 30%;
  }
  header .large-8.columns {
    width: 70%;
    position: relative;
  }
  header .large-8.columns ul.left {
    float: right !important;
    margin: 14% 0 2% 2.5%;
  }
  header .large-8.columns ul.right {
    margin-top: 0;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  /* end header .large-8.columns */
  .logo a {
    margin-top: 27px;
  }
  header .logo img.left {
    margin-top: 7px;
  }
  nav li a {
    padding: 0 9px;
  }
  nav li a.dropDown:hover, nav li a.dropDown.active {
    padding-bottom: 0;
  }
  nav .f-dropdown {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    margin-top: -1px !important;
  }
  nav .f-dropdown li:first-of-type:hover, nav .f-dropdown li:first-of-type a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
  }
  /* end nav */
  nav.innerNav li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  nav.innerNav li:first-of-type {
    padding: 5px 6px 5px;
    width: 100%;
  }
  /* end innerNav */
  nav.top-bar .right.forgotten {
    margin-top: -11.5%;
    margin-right: 75px;
  }
  nav.top-bar .right input[type="text"], nav.top-bar .right input[type="password"] {
    font-size: 13px;
    width: 175px;
  }
  .mission p {
    padding: 1% 4%;
  }
  .footer {
    /*padding: 0 0 5%;*/
  }
  /*===== CONTENT PAGE =========== */
  .generalPage {
    min-height: 200px;
  }
  /*=========== HOME PAGE ============ */
  .welcomeBox {
    left: 10%;
    top: 15%;
    width: 55%;
  }
  .homeSplash {
    height: 581px;
  }
  .homeTestimonial {
    padding: 2% 10%;
  }
  /*=========== INNER PAGES ============ */
  .container .column, .container .columns {
    width: 100% !important;
  }
  .container .rightCol {
    margin-top: 0;
  }
  .progressBar.vertical + p {
    margin-top: 60px;
  }
  section h1.multiline {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.231em;
    text-align: left;
  }
}

@media only screen and (max-width: 725px) {
  .hideSmallMobile {
    display: none !important;
  }
  table tr th {
    font-size: 0.9rem;
    padding: 0.4rem 0.3rem;
  }
  table tr td {
    font-size: 0.8rem;
    padding: 0.4rem 0.3rem;
  }
  .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 660px;
  }
  .mfp-content .record input[type="text"], .mfp-content .record input[type="password"], .mfp-content .record input[type="time"],
  .mfp-content .record input[type="number"], .mfp-content .record input[type="date"], .mfp-content .record input[type="email"],
  .mfp-content .record input[type="datetime"], .mfp-content .record input[type="datetime-local"], .mfp-content .record input[type="range"],
  .mfp-content .record input[type="color"], .mfp-content .record input[type="tel"], .mfp-content .record input[type="url"],
  .mfp-content .record input[type="search"], .mfp-content .record input[type="time"], .mfp-content .record input[type="week"],
  .mfp-content .record input[type="text"].datepicker, .mfp-content .record input[type="date"].datepicker, .mfp-content .record input[type="month"].datepicker,
  .mfp-content .record input[type="text"].week-picker, .mfp-content .record input[type="week"].week-picker, .mfp-content
.record input[type="date"].week-picker {
    font-size: 13px;
    width: 160px;
  }
  .mfp-content .record select {
    font-size: 13px;
  }
  .mfp-content .record label.extendedWidth {
    width: 79.6%;
  }
  button.mfp-close {
    padding-right: 35px;
  }
}

/*==================== END TABLET PORTRAIT ====================*/

/*# sourceMappingURL=style-responsive.css.map */