/* Styles for the WANE pricing pages.

   developer:   marionm, yhechler
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

/* ==========================================================================
   setup the environment
   ========================================================================== */

html {
    font-family: 'Source Sans Pro', Arial, sans-serif;
}
.page-wrapper {
    padding-bottom: 3.75rem;
}
/* ==========================================================================
   header
   ========================================================================== */

#pricing-header {
    margin-bottom: 0.5rem;
    margin-top: 3.125rem;
}
#pricing-header .breadcrumb {
    font-size: 1.1rem;
    font-weight: 400;
}
#pricing-header .breadcrumb a {
    color: #666;
}
#pricing-header .breadcrumb a:after, #pricing-header .breadcrumb a:hover {
    color: #f77700;
}
#pricing-header h1 {
    color: #dd1100;
    font-size: 2.8rem;
    font-weight: 400;
}
#pricing-header p {
    font-size: 1.5rem;
    font-weight: 300;
}
/* country picker
   ========================================================================== */

.country-wrap {
    color: #666;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    max-width: 355px;
    position: relative;
    top: 0;
}
#options #country {
    float: right;
    line-height: 1;
    margin: 7px 0 0 0;
    overflow: visible;
    padding: 0 41px 0 0;
    position: relative;
    text-align: right;
}
#country-name {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.2;
}
#country-name span {
    color: #aaa;
    display: block;
    font-size: .72rem;
    font-weight: 400;
}
#country:hover #country-name span {
    color: #dd1100;
}
#options #country img.flag {
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0;
    position: absolute;
    right: 0;
    top: 6px;
    vertical-align: middle;
}
.country-wrap img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
#options #input-box {
    display: none;
    width: 300px;
}
#options #input-box input.text {
    border: 1px solid #C1C1C1;
    color: #333;
    font-style: italic;
    height: 25px;
    padding: 0 9px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 300px;
}
#options #input-box input.text:focus {
    border: 1px solid #5B9DD9;
    outline: none;
}
.country-wrap input {
    line-height: normal;
}
#dropdown-box {
    display: none;
    position: relative;
}
#dropdown-box select {
    position: absolute;
    right: 0;
    top: 10px;
}
.ui-widget {
    font-size: 13px;
}
.ui-widget .ui-widget {
    font-size: 13px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 13px;
}
.ui-widget-content {
    background-color: #FFFFFF;
    color: #211922;
    margin: 0;
}
.ui-widget-content a {
    color: #211922;
}
.ui-widget-header {
    background: #F2F0F0;
    border: 1px solid #E78F08;
    color: #FFFFFF;
    font-weight: bold;
}
.ui-widget-header a {
    color: #524D4D;
}
ul.ui-autocomplete {
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    box-shadow: 0 3px 8px #ccc;
    color: #524D4D;
    width: 300px;
    overflow: auto;
    max-height: 200px;
    padding: 0px;
    position: absolute;
    z-index: 99999 !important;
}
#no-results ul.ui-autocomplete {
    overflow: hidden;
    top: 34px;
    width: 300px;
}
.ui-menu li.ui-menu-item {
    list-style: none;
    background-image: none;
    padding-bottom: 0px;
    cursor: pointer;
    padding-left: 0;
}
.ui-menu .ui-menu-item a {
    color: #524D4D;
    display: block;
    overflow: hidden;
    padding: 8px;
    border-top: 0px;
}
.ui-menu .ui-menu-item a:hover, .ui-menu .ui-menu-item a.ui-state-hover {
    background-color: #F2F0F0;
    color: #221919;
    text-decoration: none;
    display: block;
    overflow: hidden;
}
.AutocompletePhoto {
    border: 1px solid #ccc;
    height: 20px;
    margin-right: 7px;
    vertical-align: middle;
    width: 35px;
}
.AutocompleteName {
    text-align: left;
    vertical-align: middle;
    width: 200px;
}
#countries {
    display: none;
}
#see-more-results, .bottom.ui-menu-item a {
    border-top: 1px solid #C1C1C1;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.load-wrapper {
    display: inline-block;
}
.load .square {
    display: inline;
    animation-name: loading;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}
.square {
    float: left;
    color: #777;
    font-size: 8px;
}
.compact-prices .square {
    color: #fff;
}
.l-1 {
    animation-delay: 0.48s;
    margin-right: 4px;
}
.l-2 {
    animation-delay: 0.6s;
    margin-right: 4px;
}
.l-3 {
    animation-delay: 0.72s;
}
@keyframes loading {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
}
/* ==========================================================================
   footer
   ========================================================================== */

#pricing-footer {
    margin-top: 2.5rem;
}
#pricing-footer a {
    color: #545454;
    display: inline-block;
    font-size: 1.125rem;
    vertical-align: middle;
}
#pricing-footer a:hover {
    color: #f77700;
}
html.home #pricing-footer a:first-child {
    display: none;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {}