@charset "utf-8";

/********************
  Tools
********************/

/* --- Normalize --- */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
}

a {
    background: 0 0
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ffff00;
    color: #000000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 10px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*******************
    Elements
********************/

/* --- Resets --- */
img {
    border: 0;
}

p, ul {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

strong, b {
    font-weight: 600;
}

iframe {
    border: none;
}

/* --- Text --- */
body {
    font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    color: #444444;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
    line-height: 1.4em;
}

h1, .h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 10px 0;
    color: #444444;
}

h2, .h2 {
    color: #444444;
    font-size: 18px;
}

/* Low level title elements are not styles by default (too many collisions with old styles) */
.h3 {
    color: #444444;
    font-size: 16px;
}

.h4 {
    color: #444444;
    font-size: 14px;
    font-weight: 600;
}

.h5 {
    color: #444444;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 3px 0;
    font-weight: 600;
}

/* Tablet portrait */
@media only screen  and (max-width: 984px) {
}

/* Mobile landscape */
@media only screen and (max-width: 767px) {
    h1, .h1 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 8px 0;
    }
}

/* Mobile portrait */
@media only screen and (max-width: 479px) {
}

/* --- Links --- */
a, a:link, a:visited {
    text-decoration: none;
    color: #444444;
}

a:hover, a:active {
    cursor: pointer;
    color: #444444;
}

/* --- Other --- */
hr {
    border: none;
    border-bottom: solid 1px #999999;
    clear: both;
}

hr.double {
    border: none;
    border-bottom: double 4px #999999;
}

/*********************
    Helpers
*********************/

/* --- Text --- */
.text-bold,
.bold {
    font-weight: 600;
}

.green {
    color: #7ab51d;
}

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

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

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

.text-middle {
    vertical-align: middle;
}

.text-top {
    vertical-align: top;
}

.text-bottom {
    vertical-align: bottom;
}

.align-center,
.center {
    margin: 0 auto;
}

.align-middle
.middle {
    vertical-align: middle;
}

.no-linebreaks,
.no-wrap {
    white-space: nowrap;
}

/* --- Borders --- */

.border-bottom {
    border-bottom: 1px solid #cccccc;
}

.border-top {
    border-top: 1px solid #cccccc;
}

/* --- Responsive --- */

.container,
.container.width-content,
.container.width-page {
    position: relative;
    margin: 0 auto;
    width: 985px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Available visibility helpers:
 *  no-mobile (no-mobilePortrait, no-mobileLandscape),
 *  no-tablet (no-tabletPortrait, no-tabletLandscape),
 *  no-desktop
 *  only-mobile (only-mobilePortrait, only-mobileLandscape),
 *  only-tablet (only-tabletPortrait, only-tabletLandscape),
 *  only-desktop
 */

.no-mobile,
.noMobile,
.noSmartphone {
}

.no-mobilePortrait,
.noPortraitSmartphone {
}

.no-mobileLandscape {
}

.no-tablet {
    display: none;
}

.no-tabletPortrait {
}

.no-desktop,
.no-tabletLandscape {
    display: none;
}

.only-mobile {
    display: none;
}

.only-mobilePortrait {
    display: none;
}

.only-mobileLandscape {
    display: none;
}

.only-tablet {
}

.only-tabletPortrait {
    display: none;
}

.only-desktop,
.only-tabletLandscape {
    /*display: none;*/
}

/* Tablet portrait */
@media only screen  and (max-width: 984px) {
    .container,
    .container.width-page {
        width: 768px;
    }

    .container.width-content,
    .container.width-page {
        width: 768px;
    }

    .container.width-content{
        padding-left: 9px;
        padding-right: 9px;
    }

    .no-tabletPortrait, div.no-tabletPortrait {
        display: none;
    }

    .no-desktop,
    .no-tabletLandscape {
        display: inline-block;
    }

    div.no-desktop,
    div.no-tabletLandscape {
        display: block;
    }

    .only-tabletPortrait {
        display: inline-block;
    }

    div.only-tabletPortrait {
        display: block;
    }

    .only-desktop, div.only-desktop,
    .only-tabletLandscape, div.only-tabletLandscape {
        display: none;
    }
}

/* Mobile landscape */
@media only screen and (max-width: 767px) {
    .container {
        width: 450px;
    }

    .container.width-content,
    .container.width-page {
        width: 480px;
    }

    .container.width-content{
        padding-left: 15px;
        padding-right: 15px;
    }

    .no-mobile,
    .noMobile,
    .noSmartphone {
        display: none;
    }

    .no-mobileLandscape, div.no-mobileLandscape {
        display: none;
    }

    .no-tablet {
        display: inline-block;
    }

    div.no-tablet {
        display: block;
    }

    .no-tabletPortrait {
        display: inline-block;
    }

    div.no-tabletPortrait {
        display: block;
    }

    .only-mobile {
        display: inline-block;
    }

    div.only-mobile {
        display: block;
    }

    .only-mobileLandscape {
        display: inline-block;
    }

    div.only-mobileLandscape {
        display: block;
    }

    .only-tablet, div.only-tablet {
        display: none;
    }

    .only-tabletPortrait, div.only-tabletPortrait {
        display: none;
    }
}

/* Mobile portrait */
@media only screen and (max-width: 479px) {
    .container {
        width: 300px;
    }

    .container.width-content,
    .container.width-page {
        min-width: 320px;
        width: 100%;
    }

    .container.width-content.not-fluid,
    .container.width-page.not-fluid {
        min-width: 0;
        width: 320px;
    }

    .container.width-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .no-mobilePortrait, div.no-mobilePortrait,
    .noPortraitSmartphone, div.noPortraitSmartphone {
        display: none;
    }

    .no-mobileLandscape {
        display: inline-block;
    }

    div.no-mobileLandscape {
        display: block;
    }

    .only-mobilePortrait {
        display: inline-block;
    }

    div.only-mobilePortrait {
        display: block;
    }

    .only-mobileLandscape, div.only-mobileLandscape {
        display: none;
    }
}

/* Mobile portrait */
@media only screen and (min-width: 1200px) {
    .supports-xl .container,
    .supports-xl .container.width-content,
    .supports-xl .container.width-page  {
        width: 1170px;
    }
}

/* --- Other --- */
.overflow {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.floatLeft, .float-left {
    float: left;
}

.floatRight, .float-right {
    float: right;
}

.hidden {
    display: none !important;
}

.width-full {
    width: 100%;
    min-width: 0;
    max-width: none;
}

/* --- Clearfix --- */

/* Use clearfix class on parent to clear nested columns, */
.row:before,
.row:after,
.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.row:after,
.container:after,
.clearfix:after {
    clear: both;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

div.clearBefore, p.clearBefore {
    clear: both;
}

/*********************
    Grid
*********************/
.row.layout-1,
.row.layout-1-3,
.row.layout-3-1,
.row.layout-1-2,
.row.layout-2-1,
.row.layout-1-1,
.row.layout-1-1-1,
.row.layout-custom {
    margin: 0 -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row.layout-1 > *,
.row.layout-1-3 > *,
.row.layout-3-1 > *,
.row.layout-1-2 > *,
.row.layout-2-1 > *,
.row.layout-1-1 > *,
.row.layout-1-1-1 > *,
.row.layout-custom > * {
    float: left;
    padding: 0 5px;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row.layout-1 > * {
    width: 100%;
}

.row.layout-1-3 > *:first-child {
    width: 25%;
}

.row.layout-1-3 > *:last-child {
    width: 75%;
}

.row.layout-3-1 > *:first-child {
    width: 75%;
}

.row.layout-3-1 > *:last-child {
    width: 25%;
}

.row.layout-1-2 > *:first-child {
    width: 33.33333333%;
}

.row.layout-1-2 > *:last-child {
    width: 66.66666666%;
}

.row.layout-2-1 > *:first-child {
    width: 66.66666666%;
}

.row.layout-2-1 > *:last-child {
    width: 33.33333333%;
}

.row.layout-1-1 > * {
    width: 50%;
}

.row.layout-1-1-1 > * {
    width: 33.33333333%;
}

/* Tablet portrait */
@media only screen  and (max-width: 984px) {
}

/* Mobile landscape */
@media only screen and (max-width: 767px) {
    .row.layout-1-3.layout-responsive > *,
    .row.layout-3-1.layout-responsive > *,
    .row.layout-1-2.layout-responsive > *,
    .row.layout-2-1.layout-responsive > *,
    .row.layout-1-1.layout-responsive > *,
    .row.layout-1-1-1.layout-responsive > *,
    .row.layout-custom.layout-responsive > * {
        width: 100%;
    }
}

/* Mobile portrait */
@media only screen and (max-width: 479px) {
}
@charset "utf-8";

/* Contains common page elements (forms, containers,...) */

/*********************
    Containers
*********************/

/* --- Blocks --- */

.section {
    margin-bottom: 20px;
}

.section.margin-medium {
    margin-bottom: 10px;
}

.section.margin-none {
    margin: 0;
}

/* --- Boxes --- */

/* Grey */
.box.greybox,
.box.style-gray {
    position: relative;
    background: #eeeeee;
    margin-bottom: 10px;
    border-radius: 7px;
    padding: 2px;
    border: 4px solid #eeeeee;
}

.box.greybox > .boxHeader,
.box.style-gray > .boxHeader {
    padding: 5px;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box.greybox > .boxContent,
.box.style-gray > .boxContent {
    background: #eeeeee;
    padding: 5px;
    border-radius: 4px;
}

/* Border */
.box.style-border,
.box.style-border-italic {
    position: relative;
    margin-bottom: 30px;
    border-radius: 7px;
    border: 4px solid #eeeeee;
}

.box.style-border.margin-medium,
.box.style-border-italic.margin-medium {
    margin-bottom: 10px;
}

.box.style-border > .boxHeader,
.box.style-border-italic > .boxHeader {
    padding: 30px 10px 6px 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
}

.box.style-border > .boxHeader:after,
.box.style-border-italic > .boxHeader:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    background: #eeeeee;
    height: 1px;
}

.box.style-border > .boxHeader:first-child,
.box.style-border-italic > .boxHeader:first-child {
    padding-top: 12px;
}

.box.style-border > .boxHeader:first-child:after,
.box.style-border-italic > .boxHeader:first-child:after {
    display: none;

}

.box.style-border-italic > .boxHeader {
    font-family: Georgia, Verdana, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.box.style-border > .boxContent,
.box.style-border-italic > .boxContent {
    padding: 6px 10px 12px 10px;
    border-radius: 4px;
}

/* Primary */

.box.style-primary {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 4px solid #cccccc;
    position: relative;
}

.box.style-primary > .boxHeader {
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 18px;
    line-height: 20px;
    color: #a4be59;
    font-weight: 600;
}

.box.style-primary > .boxContent {
    border-top: 1px solid #cccccc;

    padding-top: 10px;
}

.box.style-primary > .boxFooter {
    margin-top: 15px;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}

/* Content only */
.box.style-border > .boxContent:first-child,
.box.style-border-italic > .boxContent:first-child {
    padding-top: 12px;
}

.box.style-border > .boxFooter,
.box.style-border-italic > .boxFooter {
    background: #ffffff;
    border-top: 1px solid #cccccc;
    margin: 2px 8px 12px 8px;
    padding: 6px 0 0 0;
}

.box .boxContent > .data-row div.name {
    float: left;
    width: 33.333333333%;
    display: block;
    margin-bottom: 5px;
}

.box .boxContent > .data-row div.data {
    float: left;
    width: 66.666666666%;
    display: block;
    margin-bottom: 5px;
}

/* Mobile portrait */
@media only screen and (max-width: 479px) {

    .box .boxContent > .data-row div.name {
        width: 50%;
    }

    .box .boxContent > .data-row div.data {
        width: 50%;
    }

}

/* --- Table --- */
table.table {
    border-collapse: separate;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

table.table th {
    padding: 15px 10px;
    border-bottom: 1px solid #eeeeee;
    font-weight: bold;
}

table.table td {
    padding: 10px 10px;
}

table.table.hover tr:hover {
    background: #fafafa;
    cursor: pointer;
}

table.table.hover thead tr:first-child:hover {
    background: none;
    cursor: default;
}

/*********************
    Forms
*********************/

/* --- Controls --- */

/* Tags */
.control > input {
    width: 100%;
}

.controlGroup {
    margin-bottom: 13px;
    line-height: normal;
}

.controlGroup > * {
    display: block;
    margin-left: 25%;
    width: 75%;
}

.controlGroup > label {
    display: block;
    float: left;
    margin-left: 0;
    width: 25%;
    vertical-align: middle;
    padding: 10px 3px 10px 0;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.controlGroup > label > .addition {
    display: block;
    font-size: 10px;
}

.controlGroup > label.size-small {
    padding: 7px 3px 7px 0
}

/* Multiple controls per group */
.controlGroup .controls {
    overflow: hidden;
}

.controlGroup .controls.style-choice {
    overflow: hidden;
}

.controlGroup .controls.style-choice > div {
    float: left;
    padding-right: 15px;
}

/* Layouts */
.controlGroup.layout-1-2 > * {
    margin-left: 33.33333333%;
    width: 66.66666666%;
}

.controlGroup.layout-1-2 > label {
    margin-left: 0;
    width: 33.33333333%;
}

.controlGroup.layout-1-1 > * {
    margin-left: 50%;
    width: 50%;
}

.controlGroup.layout-1-1 > label {
    margin-left: 0;
    width: 50%;
}

/* Tags */

.controlGroup.always-multiline > *,
.controlGroup.no-label > * {
    float: none;
    width: 100%;
    margin-left: 0;
}

.controlGroup.always-multiline > label {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 6px 3px 5px 0;
}

.controlGroup.always-multiline > .validate-errorContainer,
.controlGroup.no-label > .validate-errorContainer {
    width: 100%;
    margin-left: 0;
}

/* Tablet portrait */
@media only screen  and (max-width: 984px) {
}

/* Mobile landscape */
@media only screen and (max-width: 767px) {
}

/* Mobile portrait */
@media only screen and (max-width: 479px) {

    .controlGroup:not(.never-multiline) > *,
    .controlGroup.layout-1-1:not(.never-multiline) > *,
    .controlGroup.layout-1-2:not(.never-multiline) > * {
        width: 100%;
        margin-left: 0;
    }

    .controlGroup:not(.never-multiline) > label,
    .controlGroup.layout-1-1:not(.never-multiline) > label,
    .controlGroup.layout-1-2:not(.never-multiline) > label {
        float: none;
        width: 100%;
        padding: 6px 3px 5px 0;
    }

    .controlGroup:not(.never-multiline) > .validate-errorContainer,
    .controlGroup.layout-1-1:not(.never-multiline) > .validate-errorContainer,
    .controlGroup.layout-1-2:not(.never-multiline) > .validate-errorContainer {
        width: 100%;
        margin-left: 0;
    }
}

/* --- Dropdown --- */
div.dropdown {
    position: relative;
}

div.dropdown:after {
    content: '';
    position: absolute;
    display: none \9; /* IE10 hack to hide styled arrow - necessary because IE10 and previous versions do not support pointer-events:none! */
    pointer-events: none;
    top: 1px;
    right: 1px;
    background: url('../img/sprite-dropdown.png?v=20170714') no-repeat right 13px #ffffff;
    width: 27px;
    height: 32px;
    overflow: hidden;

}

div.dropdown:hover, div.dropdown:hover * {
    cursor: pointer;
}

div.dropdown:hover:after {
    background: url('../img/sprite-dropdown.png?v=20170714') no-repeat right -7px #ffffff;
}

div.dropdown select {
    width: 100%;
    height: 34px;
    /*background: -moz-linear-gradient(top, #ffffff 1%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 1%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 1%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 1%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 1%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);*/
    color: #444444;
    padding: 5px 0;
    text-indent: 4px;
    font-size: 12px;
    line-height: 18px;

    /* Resets */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #cccccc;
    background: #ffffff;
}

div.dropdown select option {
    background: none;
}

div.dropdown select:focus {
    outline: 0;
    box-shadow: inset 0 0 2px #dddddd;
}

div.dropdown.disabled select {
    background: #ffffff;
}

/* Also remove appearance if fully disabled (needed to remove background on disabled elements) */
div.dropdown.disabled select[disabled] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

div.dropdown.disabled:after {
    background: #ffffff;
    border: none;
}

div.dropdown.disabled:hover * {
    cursor: default;
}

/* Size: Small */
div.dropdown.size-small {
    height: 28px;
}

div.dropdown.size-small:after {
    height: 26px;
    background: url('../img/sprite-dropdown.png?v=20170714') no-repeat 8px 8px #ffffff;
}

div.dropdown.size-small:hover:after {
    background: url('../img/sprite-dropdown.png?v=20170714') no-repeat 8px -12px #ffffff;
}

div.dropdown.size-small select {
    height: 28px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.dropdown.disabled.size-small:after {
    background: #ffffff;
}

/* Style: Rounded */
div.dropdown.style-rounded select {
    border-radius: 4px;
}

div.dropdown.style-rounded:after {
    border-radius: 0 2px 2px 0;
}

/* Mobile landscape */
@media only screen and (max-width: 479px) {
}

/* --- Textboxes --- */

.textbox > input,
input.textbox,
textarea.textbox,
textarea.textarea {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, Verdana, Geneva, sans-serif;
    padding: 7px 6px;
    border: 1px solid #cccccc;

    /* Resets */
    background: #ffffff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.textbox {

}

textarea.textbox,
textarea.textarea {

}

textarea.textarea {
    height: 5em;
}

.textbox > input[disabled],
.textbox > input[readonly],
input.textbox[disabled],
input.textbox[readonly],
textarea.textbox[disabled],
textarea.textarea[disabled],
textarea.textbox[readonly],
textarea.textarea[readonly] {
    box-shadow: none;
    color: #999999;
    background-color: #fafafa;
    outline: 0;
}

.textbox > input:focus,
input.textbox:focus,
textarea.textbox:focus,
textarea.textarea:focus {
    box-shadow: inset 0 0 2px #dddddd;
    outline: 0;
}

div.textbox > label {
    display: block;
    margin-left: 35px;
    vertical-align: middle;
    padding: 10px 0 9px 5px;
}

div.textbox > input {
    display: block;
    float: left;
    vertical-align: middle;
    width: 35px;
    margin: 1px 0;
}

/* State: Disabled */
div.textbox.disabled > label,
div.textbox.readonly > label {
    color: #999999;
}

/* Size: Small */
.textbox.size-small > input,
input.textbox.size-small,
textarea.textbox.size-small,
textarea.textarea.size-small {
    padding: 4px 6px;
}

/* --- Radio/Checkboxes --- */
input.radio,
div.radio > input,
input.checkbox,
div.checkbox > input {
    cursor: pointer;
    padding: 0;
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;

}

input.radio[disabled],
div.radio > input[disabled],
input.checkbox[disabled],
div.checkbox > input[disabled] {
    cursor: default;
}

input.radio:focus,
div.radio > input:focus,
input.checkbox:focus,
div.checkbox > input:focus {
    outline: 0;
    border-radius: 5px;
}

div.radio,
div.checkbox {
    padding: 9px 0;
}

div.radio > label,
div.checkbox > label {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 0 0 22px;
    line-height: 14px;
}

div.radio.disabled > label,
div.checkbox.disabled > label {
    cursor: default;
}

div.radio > input,
div.checkbox > input {
    display: block;
    float: left;
    vertical-align: middle;
    margin: 0 0 0 1px;
}

/* State: Disabled */
div.radio.disabled > label,
div.checkbox.disabled > label {
    color: #999999;
}

/* Size: Small */
div.radio.size-small,
div.checkbox.size-small {
    padding: 7px 0 6px 0;
}

/* --- Buttons --- */
/* Base styles */
.button,
a.button,
input.button,
button.button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.button:focus,
button.button:focus {
    outline: 0;
    box-shadow: 0 0 2px #444444;
}

/* Violet button */
.button,
a.button,
input.button,
button.button {
    background: #a22959;
    color: #ffffff;
    padding: 7px 12px 7px 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    min-width: 200px;
}

.button.disabled,
.button[disabled],
.button.loading {
    cursor: default;
    color: rgb(233, 184, 210); /* white with opacity 0.7 */
}

.button:hover {
    background: #871f47;
}

a.button.disabled:hover,
.button[disabled]:hover,
.button.loading:hover,
a.button.loading:hover {
    background: #a22959;
    filter: none;
}

a.button.disabled,
.button[disabled]:hover,
.button.loading:hover,
a.button.loading:hover {

}

input.button.width-full,
a.button.width-full,
button.button.width-full {
    min-width: 0;
    max-width: none;
    width: 100%;
}

/* Size: Small */
.button.size-small,
a.button.size-small,
input.button.size-small,
button.button.size-small {
    padding: 4px 6px;
    font-size: 14px;
    min-width: 120px;
}

/* Style: Gray */
.button.style-gray,
a.button.style-gray,
input.button.style-gray,
button.button.style-gray {
    background: #999999;
}

.button.style-gray:hover {
    background: #888888;
}

a.button.style-gray.disabled,
a.button.style-gray.disabled:hover,
.button.style-gray[disabled],
.button.style-gray[disabled]:hover,
.button.style-gray.loading:hover,
a.button.style-gray.loading:hover {
    background: #b5b5b5;
    filter: none;
}

/* Style: Secondary */
.button.style-secondary,
a.button.style-secondary,
input.button.style-secondary,
button.button.style-secondary {
    background: #b6c874;
}

.button.style-secondary:hover {
    background: #9aaa62;
}

a.button.style-secondary.disabled,
a.button.style-secondary.disabled:hover,
.button.style-secondary[disabled],
.button.style-secondary[disabled]:hover,
.button.style-secondary.loading:hover,
a.button.style-secondary.loading:hover {
    background: #b6c874;
}

/* State: Disabled */
.button.disabled,
.button[disabled],
.button.loading {
    color: #dddddd;
}

/* Style: Cart */

button.button.style-cart:before,
a.button.style-cart:before {
    content: '';
    background: url('../img/icon-cart.png?v=20170714') no-repeat 0 0;
    display: inline-block;
    margin-top: -3px;
    padding-right: 5px;
    width: 20px;
    height: 18px;
    vertical-align: middle;
}

button.button[disabled].style-cart:before,
a.button.disabled.style-cart:before {
    opacity: 0.7;
}

/* Loading */
.button.loading,
a.button.loading {
    position: relative;
    color: transparent;
}

.button.loading *,
a.button.loading * {
    visibility: hidden !important;
}

.button.loading:before,
button.button.loading:before,
a.button.loading:before {
    content: '';
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../img/loading-small.gif?v=20170714') no-repeat center center;
    opacity: 0.7;
}

/* Mobile portrait */
@media only screen and (max-width: 479px) {
    .button.width-auto {
        max-width: 276px;
        width: 100%;
    }

    input.button.width-full,
    a.button.width-full,
    button.button.width-full {
        min-width: 0;
        max-width: none;
        width: 100%;
    }
}

/* Mobile landscape */
@media only screen and (max-width: 767px) {

    .textbox > input,
    input.textbox,
    textarea.textbox,
    textarea.textarea {
        font-size: 16px;
    }

    div.dropdown select {
        font-size: 16px;
    }
}

/* ---- Validation ---- */

.validate-errorContainer > .validate-error {
    padding: 1px;
    /*background-color: #df2218;*/
    /*background: url('/assets/img/icons/error.png?v=20170714') no-repeat 5px 3px;*/
    /*text-indent: 25px;*/
    position: relative;
    margin: 2px 0 5px 0;
    color: #df2218;
    display: block;
}

.validate-errorContainer > .validate-error {
    border-radius: 3px;
}

div.dropdown.validate-error > select,
input.textbox.validate-error,
textarea.textbox.validate-error,
textarea.textarea.validate-error {
    border: 1px solid #df2218;
}

.controlGroup.validate-error > label {
    /*color: #df2218;*/
}

/* Form level errors */

.form-error,
.form-success {
    margin-bottom: 10px;
    padding: 10px 10px 10px 30px;
    position: relative;
    overflow: hidden;
}

.form-error {
    border: 1px dashed #df2218;
    color: #df2218;
}

.form-success {
    border: 1px dashed #79b51d;
    color: #444444;
}

.form-success:before,
.form-error:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
    background-image: url('../img/sprite-form.png?v=20170714');
    background-repeat: no-repeat;
    padding-right: 8px;
    width: 16px;
    height: 16px;
}

.form-success:before {
    background-position: 0 0;
}

.form-error:before {
    background-position: 0 -20px;
}

/*********************
    Lists
*********************/
ul.list.style-links {
    padding: 5px 0;
}

ul.list.style-links > li {
    padding-top: 10px;
}

ul.list.style-links > li:first-child {
    padding-top: 0;
}

ul.list.style-text {
    list-style: circle;
}

ul.list.style-text > li {
    padding-top: 3px;
    margin-left: 15px;
}

/*********************
    Other elements
*********************/

/* --- Separators --- */
.separator-xsmall,
.separator-small,
.separator-medium,
.separator-large,
.separator-xlarge {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
}

.separator-xsmall {
    height: 3px;
}

.separator-small {
    height: 7px;
}

.separator-medium {
    height: 15px;
}

.separator-large {
    height: 30px;
}

.separator-xlarge {
    height: 40px;
}

.separator-xsmall.style-line:after,
.separator-small.style-line:after,
.separator-medium.style-line:after,
.separator-large.style-line:after,
.separator-xlarge.style-line:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    background: #cccccc;
    width: 100%;
    height: 1px;
}

/* --- Links --- */
/* Basic */
a.link {
}

a.link:hover, a.link:active {
    color: #7ab51d;
}

a.link.style-box {
    display: block;
    position: relative;
    padding: 15px 10px 15px 25px;
    background: #eeeeee;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
}

a.link.style-box:before {
    content: '';
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-image: url('../img/sprite-shop.png?v=20170714');
    background-repeat: no-repeat;
    background-position: -97px -197px;
}

a.greenLink, a.greenLink:visited,
a.link.style-green, a.link.style-green:visited {
    color: #7ab51d;
}

a.link.style-green:hover, a.link.style-green:active,
a.greenLink:hover, a.greenLink:active {
    text-decoration: underline;
}

a.link.style-gray, a.link.style-gray:visited {
    color: #999999;
}

a.link.style-gray:hover, a.link.style-gray:active {
    color: #7ab51d;
}

a.link.style-arrow {
    position: relative;
    padding-left: 16px;
}

a.link.style-arrow:before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-image: url('../img/sprite-shop.png?v=20170714');
    background-repeat: no-repeat;
    background-position: -97px -197px;
}

a.link.style-arrow:hover, a.link.style-arrow:active {
    color: #7ab51d;
}

/*******************
   Clearfixes
*******************/
/* Use clearfix class on parent to clear nested columns, */
.controlGroup:before,
.controlGroup:after,
div.checkbox:before,
div.checkbox:after,
div.radio:before,
div.radio:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}

.controlGroup:after,
div.checkbox:after,
div.radio:after {
    clear: both;
}/* --- Tooltips --- */
.tooltip.style-default {
    text-align: center;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, 1));
    background: -ms-radial-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, 1));
    background: linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, 1));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #ffffff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .9);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, .9);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .9);
    position: absolute;
    z-index: 100;
    padding: 7px;
}

/* Arrow */
.tooltip.style-default:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 1);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -10px;
    z-index: 101;
}

.tooltip.style-default.align-left {
    text-align: left;
}

.tooltip.style-default.align-right {
    text-align: right;
}

.tooltip.style-default.position-top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #ffffff;
    border-bottom-color: rgba(255, 255, 255, .85);
    top: -19px;
    bottom: auto;
}

.tooltip.style-default.position-left:after {
    left: 10px;
    margin: 0;
}

.tooltip.style-default.position-right:after {
    right: 10px;
    left: auto;
    margin: 0;
}

/*******************
  Plugins
*******************/

/* --- Magnific Popup CSS --- */

/* ---- Overlay ---- */

/* --- Magnific Popup CSS --- */
.popup.style-default .mfp-container {
    padding: 0;
}

.popup.style-default.mfp-ready .mfp-content {
    /* Only set when content is ready (loading!) */
    border-color: #999999; /* IE */
    border: 5px solid rgba(255, 255, 255, 0.5);
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding; /* Firefox 3.6 */
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
    background-color: white;
}

.popup.style-default .mfp-image-holder .mfp-content-wrap {
    /* Remove border padding (leads to invalid height calculation when using images) */
    margin: -5px;
}

.popup.style-default .mfp-inline-holder .mfp-content-scroller,
.popup.style-default .mfp-ajax-holder .mfp-content-scroller {
    padding: 10px;
}

.popup.style-default .mfp-inline-holder .mfp-content,
.popup.style-default .mfp-ajax-holder .mfp-content {
    width: 320px;
    max-width: 100%;
    max-height: 100%;
    border-width: 5px;
    overflow: auto;
}

.popup.style-default .mfp-figure:after {
    box-shadow: none;
    background-color: white;
}

.popup.style-default img.mfp-img {
    padding: 5px;
}

.popup.style-default.mfp-close-btn-in .mfp-close,
.popup.style-default.mfp-close-btn-in .mfp-image-holder .mfp-close,
.popup.style-default.mfp-close-btn-in .mfp-iframe-holder .mfp-close {
    top: 0;
    right: 0;
    margin: 0;
    width: 48px;
    height: 48px;
    color: transparent;
    background: transparent;
    opacity: 1;
}

.popup.style-default.mfp-close-btn-in .mfp-close:after,
.popup.style-default.mfp-close-btn-in .mfp-image-holder .mfp-close:after,
.popup.style-default.mfp-close-btn-in .mfp-iframe-holder .mfp-close:after {
    content: '×';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #999999;
    -moz-background-clip: padding; /* Firefox 3.6 */
    -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
    background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
    opacity: 1;
    color: white;
    line-height: 26px;
    width: 26px;
    height: 26px;
    font-size: 32px;
    border-radius: 14px;
    border: 1px solid white;
    border-color: rgba(255, 255, 255, 0.7);
    padding: 0;
    text-align: center;
}

.popup.style-default.mfp-close-btn-in .mfp-close:hover:after,
.popup.style-default.mfp-close-btn-in .mfp-image-holder .mfp-close:hover:after,
.popup.style-default.mfp-close-btn-in .mfp-iframe-holder .mfp-close:hover:after {
    background-color: #7ab51d;
}

/* smartphone landscape */
@media only screen and (min-width: 480px) {
    .popup.style-default .mfp-inline-holder .mfp-content,
    .popup.style-default .mfp-ajax-holder .mfp-content {
        width: 470px;
        max-width: 100%;
    }
}

/* special size for removing small borders and fullscreen */
@media only screen and (min-width: 500px) {
    .popup.style-default.mfp-ready .mfp-content {
        border-width: 10px;
    }

    .popup.style-default .mfp-inline-holder .mfp-content,
    .popup.style-default .mfp-ajax-holder .mfp-content {
        width: 480px;
        max-width: none;
        max-height: none;
    }

    .popup.style-default .mfp-inline-holder .mfp-content-scroller,
    .popup.style-default .mfp-ajax-holder .mfp-content-scroller {
        padding: 10px;
    }

    .popup.style-default .mfp-image-holder .mfp-content-wrap {
        margin: -10px;
    }

    .popup.style-default img.mfp-img {
        padding: 10px;
    }
}

/* tablet portrait */
@media only screen and (min-width: 768px) {
    .popup.style-default .mfp-inline-holder .mfp-content,
    .popup.style-default .mfp-ajax-holder .mfp-content {
        width: 750px;
    }
}

/* tablet landscape / desktop */
@media only screen and (min-width: 985px) {
    .popup.style-default .mfp-inline-holder .mfp-content,
    .popup.style-default .mfp-ajax-holder .mfp-content {
        width: 985px;
    }

}

