/**
 * Llama Commerce Platform
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Llama Commerce Platform License
 * that is bundled with this package in the file LICENSE_LC.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.llamacommerce.com/license
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to support@llamacommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Llama Commerce Platform
 * to newer versions in the future. If you wish to customize Llama Commerce
 * Platform for your needs please refer to http://www.llamacommerce.com
 * for more information.
 *
 * cls_customeradvanced.scss
 *
 * @category   CLS
 * @package    CustomerAdvanced
 * @copyright  Copyright (c) 2014 Classy Llama Studios, LLC (http://www.classyllama.com)
 * @license    http://www.llamacommerce.com/license
 */
/* ============================================ *
 * LlamaCommerce CustomerAdvanced Style Rules
 * ============================================ */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
@media only screen and (max-width: 770px) {
  #header-account li .quick-user-access .inner-wrapper {
    border: 0 solid #CCCCCC;
    padding: 25px;
  }
  #header-account li .quick-user-access.quick-account-create .inner-wrapper {
    border-bottom-width: 1px;
  }
  #header-account li .quick-user-access.quick-account-login .inner-wrapper {
    border-top-width: 1px;
  }
  #header-account li .quick-user-access a {
    border: none;
    color: #3399CC;
    padding: 0;
    text-transform: none;
  }
  #header-account li .quick-user-access a:hover {
    color: #2e8ab8;
    background: none;
    text-decoration: underline;
  }
  #header-account li .quick-user-access .buttons-set {
    max-width: 365px;
  }
  #header-account li .quick-user-access .alt-access-link {
    clear: both;
    display: block;
    text-align: right;
    max-width: 365px;
  }
}
@media only screen and (max-width: 479px) {
  #header-account li .quick-user-access .buttons-set .button {
    margin-bottom: 0;
    width: auto;
  }
}
.quick-user-access form {
  max-width: 365px;
  overflow: auto;
}
.quick-user-access .buttons-set {
  border: none;
  float: right;
  text-align: left;
}
.quick-user-access p.required {
  float: left;
  line-height: 30px;
  margin-top: 10px;
  padding-top: 10px;
}
.quick-user-access .alt-access-link {
  clear: both;
  display: block;
  margin-top: 10px;
  padding-top: 10px;
  text-align: right;
  max-width: 365px;
}
.quick-user-access .quick-access-alert {
  border-left: 5px solid #DF280A;
  display: none;
  margin-bottom: 10px;
  position: relative;
  padding: 7px 10px 7px 20px;
  background: #F4F4F4;
}
.quick-user-access .quick-access-alert:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #DF280A;
  border-right: none;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.quick-user-access .quick-access-alert.show {
  display: block;
}
.quick-user-access .captcha-image {
  display: none;
}
.quick-user-access .captcha-image.show {
  display: block;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
  padding: 50px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxClose {
  background: none;
  border: 0;
  color: #ccc;
  cursor: pointer;
  font-size: 2em;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 5px;
  width: 50px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxClose:active {
  outline: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

/* Colorbox excess markup to get rid of entirely */
#cboxLoadingGraphic,
#cboxLoadingOverlay,
#cboxTitle,
#cboxCurrent,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxNext,
#cboxPrevious {
  display: none;
}
