﻿.normal-color { color: #333 !important; }
.disabled-color { color: #999 !important; }

/* Theme Colors: */
.theme-default { background-color: #333333 !important; }
.theme-blue { background-color: #124f94 !important; }
.theme-brown { background-color: #623f18 !important; }
.theme-purple { background-color: #701584 !important; }
.theme-grey { background-color: #6d6d6d !important; }
.theme-light { background-color: #ffffff !important; }
.theme-darkgrey { background-color: #333333 !important; }
.theme-darkblue { background-color: #133c55 !important; }
.theme-darkgreen { background-color: #2b5329 !important; }
.theme-darkpurple { background-color: #3c1361 !important; }
.theme-darkbrown { background-color: #482218 !important; }
.theme-darkyellow { background-color: #6d5800 !important; }

/* Template Colors: */
.color-default { color: #d8d8d8 !important; }
.color-dark { color: #222222 !important; }
.color-blue { color: #4d90fe !important; }
.color-green { color: #35aa47 !important; }
.color-red { color: #e02222 !important; }
.color-yellow { color: #ffb848 !important; }
.color-purple { color: #852b99 !important; }

.bg-color-default { background-color: #d8d8d8 !important; color: #000 !important; }
.bg-color-dark { background-color: #222222 !important; color: #fff !important; }
.bg-color-blue { background-color: #4d90fe !important; color: #fff !important; }
.bg-color-green { background-color: #35aa47 !important; color: #fff !important; }
.bg-color-red { background-color: #e02222 !important; color: #fff !important; }
.bg-color-yellow { background-color: #ffb848 !important; color: #fff !important; }
.bg-color-purple { background-color: #852b99 !important; color: #fff !important; }
.bg-color-grey { background-color: #eee !important; color: #000 !important; }

.no-border { border: 0 none !important; }
.grey-border { border: solid 1px #d8d8d8 !important; }
.dark-border { border: solid 1px #222222 !important; }
.blue-border { border: solid 1px #4d90fe !important; }
.yellow-border { border: solid 1px #ffb848 !important; }
.purple-border { border: solid 1px #852b99 !important; }
.green-border { border: solid 1px #35aa47 !important; }
.red-border { border: solid 1px #e02222 !important; }

/* Accent Colors: */
.accent-lime { color: #a4c400 !important; }
.accent-green { color: #60a917 !important; }
.accent-emerald { color: #008a00 !important; }
.accent-teal { color: #00aba9 !important; }
.accent-cyan { color: #1ba1e2 !important; }
.accent-cobalt { color: #0050ef !important; }
.accent-indigo { color: #6a00ff !important; }
.accent-violet { color: #aa00ff !important; }
.accent-pink { color: #f472d0 !important; }
.accent-magenta { color: #d80073 !important; }
.accent-crimson { color: #a20025 !important; }
.accent-red { color: #e51400 !important; }
.accent-orange { color: #fa6800 !important; }
.accent-amber { color: #f0a30a !important; }
.accent-yellow { color: #e3c800 !important; }
.accent-brown { color: #825a2c !important; }
.accent-olive { color: #6d8764 !important; }
.accent-steel { color: #647687 !important; }
.accent-mauve { color: #76608a !important; }
.accent-sienna { color: #a0522d !important; }

.bg-accent-lime { background-color: #a4c400 !important; color: #fff !important; }
.bg-accent-green { background-color: #60a917 !important; color: #fff !important; }
.bg-accent-emerald { background-color: #008a00 !important; color: #fff !important; }
.bg-accent-teal { background-color: #00aba9 !important; color: #fff !important; }
.bg-accent-cyan { background-color: #1ba1e2 !important; color: #fff !important; }
.bg-accent-cobalt { background-color: #0050ef !important; color: #fff !important; }
.bg-accent-indigo { background-color: #6a00ff !important; color: #fff !important; }
.bg-accent-violet { background-color: #aa00ff !important; color: #fff !important; }
.bg-accent-pink { background-color: #f472d0 !important; color: #fff !important; }
.bg-accent-magenta { background-color: #d80073 !important; color: #fff !important; }
.bg-accent-crimson { background-color: #a20025 !important; color: #fff !important; }
.bg-accent-red { background-color: #e51400 !important; color: #fff !important; }
.bg-accent-orange { background-color: #fa6800 !important; color: #fff !important; }
.bg-accent-amber { background-color: #f0a30a !important; color: #fff !important; }
.bg-accent-yellow { background-color: #e3c800 !important; color: #fff !important; }
.bg-accent-brown { background-color: #825a2c !important; color: #fff !important; }
.bg-accent-olive { background-color: #6d8764 !important; color: #fff !important; }
.bg-accent-steel { background-color: #647687 !important; color: #fff !important; }
.bg-accent-mauve { background-color: #76608a !important; color: #fff !important; }
.bg-accent-sienna { background-color: #a0522d !important; color: #fff !important; }

.border-accent-lime { border: solid 1px #a4c400 !important; }
.border-accent-green { border: solid 1px #60a917 !important; }
.border-accent-emerald { border: solid 1px #008a00 !important; }
.border-accent-teal { border: solid 1px #00aba9 !important; }
.border-accent-cyan { border: solid 1px #1ba1e2 !important; }
.border-accent-cobalt { border: solid 1px #0050ef !important; }
.border-accent-indigo { border: solid 1px #6a00ff !important; }
.border-accent-violet { border: solid 1px #aa00ff !important; }
.border-accent-pink { border: solid 1px #f472d0 !important; }
.border-accent-magenta { border: solid 1px #d80073 !important; }
.border-accent-crimson { border: solid 1px #a20025 !important; }
.border-accent-red { border: solid 1px #e51400 !important; }
.border-accent-orange { border: solid 1px #fa6800 !important; }
.border-accent-amber { border: solid 1px #f0a30a !important; }
.border-accent-yellow { border: solid 1px #e3c800 !important; }
.border-accent-brown { border: solid 1px #825a2c !important; }
.border-accent-olive { border: solid 1px #6d8764 !important; }
.border-accent-steel { border: solid 1px #647687 !important; }
.border-accent-mauve { border: solid 1px #76608a !important; }
.border-accent-sienna { border: solid 1px #a0522d !important; }

/* Gray Colors: */
.black { color: #000 !important; }
.gray-1 { color: #111 !important; }
.gray-2 { color: #222 !important; }
.gray-3 { color: #333 !important; }
.gray-4 { color: #444 !important; }
.gray-5 { color: #555 !important; }
.gray-6 { color: #666 !important; }
.gray-7 { color: #777 !important; }
.gray-8 { color: #888 !important; }
.gray-9 { color: #999 !important; }
.gray-a { color: #aaa !important; }
.gray-b { color: #bbb !important; }
.gray-c { color: #ccc !important; }
.gray-d { color: #ddd !important; }
.gray-e { color: #eee !important; }
.white { color: #fff !important; }

.bg-black { background-color: #000 !important; }
.bg-gray-1 { background-color: #111 !important; }
.bg-gray-2 { background-color: #222 !important; }
.bg-gray-3 { background-color: #333 !important; }
.bg-gray-4 { background-color: #444 !important; }
.bg-gray-5 { background-color: #555 !important; }
.bg-gray-6 { background-color: #666 !important; }
.bg-gray-7 { background-color: #777 !important; }
.bg-gray-8 { background-color: #888 !important; }
.bg-gray-9 { background-color: #999 !important; }
.bg-gray-a { background-color: #aaa !important; }
.bg-gray-b { background-color: #bbb !important; }
.bg-gray-c { background-color: #ccc !important; }
.bg-gray-d { background-color: #ddd !important; }
.bg-gray-e { background-color: #eee !important; }
.bg-white { background-color: #fff !important; }

.border-black { border: solid 1px #000 !important; }
.border-gray-1 { border: solid 1px #111 !important; }
.border-gray-2 { border: solid 1px #222 !important; }
.border-gray-3 { border: solid 1px #333 !important; }
.border-gray-4 { border: solid 1px #444 !important; }
.border-gray-5 { border: solid 1px #555 !important; }
.border-gray-6 { border: solid 1px #666 !important; }
.border-gray-7 { border: solid 1px #777 !important; }
.border-gray-8 { border: solid 1px #888 !important; }
.border-gray-9 { border: solid 1px #999 !important; }
.border-gray-a { border: solid 1px #aaa !important; }
.border-gray-b { border: solid 1px #bbb !important; }
.border-gray-c { border: solid 1px #ccc !important; }
.border-gray-d { border: solid 1px #ddd !important; }
.border-gray-e { border: solid 1px #eee !important; }
.border-white { border: solid 1px #fff !important; }
.border-none { border: none !important; }

.border-top-gray { border-top: solid 1px #eee !important; }
.border-top-blue { border-top: solid 1px #4d90fe !important; }
.border-top-green { border-top: solid 1px #35aa47 !important; }
.border-top-red { border-top: solid 1px #e02222 !important; }
.border-top-yellow { border-top: solid 1px #ffb848 !important; }
.border-top-purple { border-top: solid 1px #852b99 !important; }
.border-bottom-gray { border-bottom: solid 1px #eee !important; }
.border-bottom-blue { border-bottom: solid 1px #4d90fe !important; }
.border-bottom-green { border-bottom: solid 1px #35aa47 !important; }
.border-bottom-red { border-bottom: solid 1px #e02222 !important; }
.border-bottom-yellow { border-bottom: solid 1px #ffb848 !important; }
.border-left-yellow { border-left: solid 1px #ffb848 !important; }
.border-bottom-purple { border-bottom: solid 1px #852b99 !important; }

/* Bootstrap Extensions: */
.col-480-1, .col-480-2, .col-480-3, .col-480-4, .col-480-5, .col-480-6, .col-480-7, .col-480-8, .col-480-9, .col-480-10, .col-480-11, .col-480-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

@media (min-width: 480px) {
    .col-480-1, .col-480-2, .col-480-3, .col-480-4, .col-480-5, .col-480-6, .col-480-7, .col-480-8, .col-480-9, .col-480-10, .col-480-11 { float: left; }
    .col-480-1 { width: 8.333333333333332%; }
    .col-480-2 { width: 16.666666666666664%; }
    .col-480-3 { width: 25%; }
    .col-480-4 { width: 33.33333333333333%; }
    .col-480-5 { width: 41.66666666666667%; }
    .col-480-6 { width: 50%; }
    .col-480-7 { width: 58.333333333333336%; }
    .col-480-8 { width: 66.66666666666666%; }
    .col-480-9 { width: 75%; }
    .col-480-10 { width: 83.33333333333334%; }
    .col-480-11 { width: 91.66666666666666%; }
    .col-480-12 { width: 100%; }
}

.col-640-1, .col-640-2, .col-640-3, .col-640-4, .col-640-5, .col-640-6, .col-640-7, .col-640-8, .col-640-9, .col-640-10, .col-640-11, .col-640-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; }

@media (min-width: 640px) {
    .col-640-1, .col-640-2, .col-640-3, .col-640-4, .col-640-5, .col-640-6, .col-640-7, .col-640-8, .col-640-9, .col-640-10, .col-640-11 { float: left; }
    .col-640-1 { width: 8.333333333333332%; }
    .col-640-2 { width: 16.666666666666664%; }
    .col-640-3 { width: 25%; }
    .col-640-4 { width: 33.33333333333333%; }
    .col-640-5 { width: 41.66666666666667%; }
    .col-640-6 { width: 50%; }
    .col-640-7 { width: 58.333333333333336%; }
    .col-640-8 { width: 66.66666666666666%; }
    .col-640-9 { width: 75%; }
    .col-640-10 { width: 83.33333333333334%; }
    .col-640-11 { width: 91.66666666666666%; }
    .col-640-12 { width: 100%; }
}

ul.responsive-container { margin: 0; padding: 0; display: block; width: 100%; }
ul.responsive-container > li { list-style: none; padding: 0 0 5px 0; }
ul.responsive-container.xs { column-count: 1; }
ul.responsive-container.sm { column-count: 2; }
ul.responsive-container.md { column-count: 3; }
ul.responsive-container.lg { column-count: 4; }
ul.responsive-container.xl { column-count: 5; }
ul.responsive-container .checker { margin-left: -25px; }
ul.responsive-container label { display: inline-block; margin-left: 25px; }

ul.list-info { list-style: none; margin-left: -40px; }

/* Common Styles: */ 
.cursor-default { cursor: default !important; }
.cursor-pointer { cursor: pointer !important; }
.cursor-move { cursor: move !important; }
.cursor-text { cursor: text !important; }
.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-x-auto { overflow-x: auto; overflow-y: hidden; }
.overflow-y-auto { overflow-y: auto; overflow-x: hidden; }
.position-absolute { position: absolute !important; }
.position-relative { position: relative !important; }
.position-fixed { position: fixed !important; }
.display-none { display: none !important; }
.display-inline { display: inline !important; }
.display-block { display: block !important; }
.display-inline-block { display: inline-block !important; }
.display-table { display: table; }
.display-table-row { display: table-row; }
.display-table-cell { display: table-cell; }
.text-decoration-underline { text-decoration: underline !important; }
.text-decoration-underline:hover { text-decoration: underline !important; }
.text-decoration-none { text-decoration: none !important; }
.text-decoration-none:hover { text-decoration: none !important; }
.line-through { text-decoration: line-through; }
.font-arial { font-family: Arial, Sans-Serif !important; }
.font-weight-bold { font-weight: 600 !important; }
.font-weight-normal { font-weight: normal !important; }
.font-style-italic { font-style: italic !important; }
.font-size-xsmall { font-size: 10px !important; }
.font-size-small { font-size: 12px !important; }
.font-size-medium { font-size: 16px !important; }
.font-size-large { font-size: 18px !important; }
.font-size-xlarge { font-size: 20px !important; }
.text-transform-uppercase { text-transform: uppercase !important; }
.no-wrap { white-space: nowrap !important; }
.wrap { white-space: normal !important; }
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.align-center { text-align: center !important; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.valign-text-top { vertical-align: text-top; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.clear-both { clear: both !important; }
.position-left { position: absolute !important; left: 0 !important; }
.position-right { position: absolute !important; right: 0 !important; }
.list-style-none { list-style: none; }
.line-height-0 { line-height: 0 !important; }
.line-height-normal { line-height: normal !important; }
.break-word { word-break: break-word; }
.border-radius-0 { border-radius: 0 !important; }
.border-radius-5 { border-radius: 5px !important; }
.border-radius-10 { border-radius: 10px !important; }
.opacity-10 { opacity: .1; }
.opacity-25 { opacity: .25; }
.opacity-30 { opacity: .3; }
.opacity-40 { opacity: .4; }
.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }
.opacity-100 { opacity: 1; }
.width-auto { width: auto !important; }
.width-10-percent { width: 10%; }
.width-20-percent { width: 20%; }
.width-25-percent { width: 25%; }
.width-30-percent { width: 30%; }
.width-40-percent { width: 40%; }
.width-50-percent { width: 50%; }
.width-60-percent { width: 60%; }
.width-70-percent { width: 70%; }
.width-75-percent { width: 75%; }
.width-80-percent { width: 80%; }
.width-90-percent { width: 90%; }
.width-100-percent { width: 100%; }
.width-0 { width: 0; }
.width-10 { width: 10px; }
.width-20 { width: 20px; }
.width-30 { width: 30px; }
.width-40 { width: 40px; }
.width-50 { width: 50px; }
.width-75 { width: 75px; }
.width-100 { width: 100px; }
.width-125 { width: 125px; }
.width-150 { width: 150px; }
.width-180 { width: 180px !important; }
.width-200 { width: 200px; }
.width-250 { width: 250px; }
.width-300 { width: 300px; }
.width-350 { width: 350px; }
.width-400 { width: 400px; }
.width-450 { width: 450px; }
.width-500 { width: 500px; }
.min-width-50 { min-width: 50px; }
.min-width-100 { min-width: 100px; }
.min-width-150 { min-width: 150px; }
.min-width-200 { min-width: 200px; }
.min-width-250 { min-width: 250px; }
.min-width-300 { min-width: 300px; }
.min-width-350 { min-width: 350px; }
.min-width-400 { min-width: 400px; }
.min-width-450 { min-width: 450px; }
.min-width-500 { min-width: 500px; }
.height-auto { height: auto; }
.height-25-percent { height: 25%; }
.height-50-percent { height: 50%; }
.height-75-percent { height: 75%; }
.height-100-percent { height: 100%; }
.height-0 { height: 0; }
.height-10 { height: 10px; }
.height-20 { height: 20px; }
.height-30 { height: 30px; }
.height-40 { height: 40px; }
.height-50 { height: 50px; }
.height-75 { height: 75px; }
.height-100 { height: 100px; }
.height-150 { height: 150px; }
.height-200 { height: 200px; }
.height-250 { height: 250px; }
.height-300 { height: 300px; }
.height-350 { height: 350px; }
.height-400 { height: 400px; }
.height-450 { height: 450px; }
.height-500 { height: 500px; }
.height-700 { height: 700px; }
.height-900 { height: 900px; }
.min-height-0 { min-height: 0 !important; }
.min-height-50 { min-height: 50px; }
.min-height-100 { min-height: 100px; }
.min-height-150 { min-height: 150px; }
.min-height-200 { min-height: 200px; }
.min-height-250 { min-height: 250px; }
.min-height-300 { min-height: 300px; }
.min-height-350 { min-height: 350px; }
.min-height-400 { min-height: 400px; }
.min-height-450 { min-height: 450px; }
.min-height-500 { min-height: 500px; }
.margin-auto { margin: auto; }
.margin-0 { margin: 0 !important; }
.margin-0-auto { margin: 0 auto; }
.margin-1 { margin: 1px; }
.margin-5 { margin: 5px; }
.margin-0-5 { margin: 0 5px !important; }
.margin-5-0 { margin: 5px 0 !important; }
.margin-0-10 { margin: 0 10px !important; }
.margin-10-0 { margin: 10px 0 !important; }
.margin-5-10 { margin: 5px 10px !important; }
.margin-10-5 { margin: 10px 5px !important; }
.margin-0-15 { margin: 0 15px !important; }
.margin-15-0 { margin: 15px 0 !important; }
.margin-5-15 { margin: 5px 15px !important; }
.margin-15-5 { margin: 15px 5px !important; }
.margin-0-20 { margin: 0 20px !important; }
.margin-20-0 { margin: 20px 0 !important; }
.margin-0-30 { margin: 0 30px !important; }
.margin-30-0 { margin: 30px 0 !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-top-1 { margin-top: 1px; }
.margin-top-2 { margin-top: 2px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-n-5 { margin-top: -5px; }
.margin-top-n-10 { margin-top: -10px; }
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-1 { margin-bottom: 1px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-left-0 { margin-left: 0 !important; }
.margin-left-1 { margin-left: 1px; }
.margin-left-5 { margin-left: 5px; }
.margin-right-0 { margin-right: 0 !important; }
.margin-right-1 { margin-right: 1px; }
.margin-right-5 { margin-right: 5px; }
.margin-10 { margin: 10px; }
.margin-top-10 { margin-top: 10px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-left-10 { margin-left: 10px; }
.margin-right-10 { margin-right: 10px; }
.margin-15 { margin: 15px; }
.margin-top-15 { margin-top: 15px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-left-15 { margin-left: 15px; }
.margin-right-15 { margin-right: 15px; }
.margin-20 { margin: 20px; }
.margin-top-minus-20 { margin-top: -20px; }
.margin-top-20 { margin-top: 20px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-left-20 { margin-left: 20px; }
.margin-right-20 { margin-right: 20px; }
.margin-25 { margin: 25px; }
.margin-top-25 { margin-top: 25px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-left-25 { margin-left: 25px; }
.margin-right-25 { margin-right: 25px; }
.margin-30 { margin: 30px; }
.margin-top-30 { margin-top: 30px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-left-30 { margin-left: 30px; }
.margin-right-30 { margin: 30px; }
.margin-40 { margin: 40px; }
.margin-top-40 { margin-top: 40px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-left-40 { margin-left: 40px; }
.margin-right-40 { margin: 40px; }
.margin-50 { margin: 50px; }
.margin-top-50 { margin-top: 50px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-left-50 { margin-left: 50px; }
.margin-right-50 { margin: 50px; }
.padding-0 { padding: 0 !important; }
.padding-1 { padding: 1px; }
.padding-5 { padding: 5px; }
.padding-0-5 { padding: 0 5px !important; }
.padding-5-0 { padding: 5px 0 !important; }
.padding-0-10 { padding: 0 10px !important; }
.padding-10-0 { padding: 10px 0 !important; }
.padding-5-10 { padding: 5px 10px !important; }
.padding-10-5 { padding: 10px 5px !important; }
.padding-0-15 { padding: 0 15px !important; }
.padding-15-0 { padding: 15px 0 !important; }
.padding-5-15 { padding: 5px 15px !important; }
.padding-15-5 { padding: 15px 5px !important; }
.padding-0-20 { padding: 0 20px !important; }
.padding-20-0 { padding: 20px 0 !important; }
.padding-0-30 { padding: 0 30px !important; }
.padding-30-0 { padding: 30px 0 !important; }
.padding-top-0 { padding-top: 0 !important; }
.padding-top-5 { padding-top: 5px; }
.padding-top-8 { padding-top: 8px; }
.padding-bottom-0 { padding-bottom: 0 !important; }
.padding-bottom-5 { padding-bottom: 5px; }
.padding-left-0 { padding-left: 0 !important; }
.padding-left-5 { padding-left: 5px; }
.padding-right-0 { padding-right: 0 !important; }
.padding-right-5 { padding-right: 5px; }
.padding-10 { padding: 10px; }
.padding-top-10 { padding-top: 10px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-left-10 { padding-left: 10px; }
.padding-right-10 { padding-right: 10px; }
.padding-15 { padding: 15px; }
.padding-top-15 { padding-top: 15px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-left-15 { padding-left: 15px; }
.padding-right-15 { padding-right: 15px; }
.padding-20 { padding: 20px; }
.padding-top-20 { padding-top: 20px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-left-20 { padding-left: 20px; }
.padding-right-20 { padding-right: 20px; }
.padding-25 { padding: 25px; }
.padding-top-25 { padding-top: 25px; }
.padding-bottom-25 { padding-bottom: 25px; }
.padding-left-25 { padding-left: 25px; }
.padding-right-25 { padding-right: 25px; }
.padding-30 { padding: 30px; }
.padding-top-30 { padding-top: 30px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-left-30 { padding-left: 30px; }
.padding-right-30 { padding-right: 30px; }
.padding-40 { padding: 40px; }
.padding-top-40 { padding-top: 40px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-left-40 { padding-left: 40px; }
.padding-right-40 { padding-right: 40px; }
.padding-50 { padding: 50px; }
.padding-top-50 { padding-top: 50px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-55 { padding-bottom: 55px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-65 { padding-bottom: 65px; }
.padding-bottom-70 { padding-bottom: 70px; }
.padding-bottom-75 { padding-bottom: 75px; }
.padding-left-50 { padding-left: 50px; }
.padding-right-50 { padding-right: 50px; }

/* Template Overrides: */
body { font-size: 14px; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { line-height: 1.5em; }

@media (max-width: 480px) {
    body,
    label,
    .form-control,
    .dropdown-menu,
    .page-sidebar-menu > li > a,
    .page-sidebar-menu > li > span > a,
    .page-sidebar-menu > li > ul.sub-menu > li > a,
    .page-sidebar-menu > li > span > ul.sub-menu > li > a,
    .page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a,
    .page-sidebar-menu > li > span > ul.sub-menu li > ul.sub-menu > li > a { font-size: 12px; }
}

body.cms-page { }
a.aspNetDisabled { cursor: not-allowed; }
[class^='icon-'], [class*=' icon-'] { line-height: 1em; }
.icon-x-large { font-size: 52px; margin-top: 30px; vertical-align: top; }
.alert .icon-xsmall { font-size: 12px !important; line-height: 12px; }
.alert .icon-small { font-size: 24px !important; line-height: 24px; }
.alert .icon-normal { font-size: 36px !important; line-height: 36px; }
.alert .icon-large { font-size: 48px !important; line-height: 48px; }
.alert .icon-xlarge { font-size: 60px !important; line-height: 60px; }
.header .navbar-brand { padding: 8px 15px 0 0; min-height: 42px; font-size: 24px; text-indent: 20px; width: auto; }
.header a.navbar-toggle:link, .header a.navbar-toggle:active, .header a.navbar-toggle:hover, .header a.navbar-toggle:visited { padding: 4px 10px; text-decoration: none; }
.header a.navbar-toggle i.icon-bars { font-size: 20px; }
.page-sidebar-menu > li > ul.sub-menu > li > a,
.page-sidebar-menu > li > ul.sub-menu > li > span > a { padding-left: 24px !important; }
.page-sidebar-menu > li a i { min-height: 20px !important; float: left !important; }
.page-sidebar-closed .page-sidebar-menu > li > a > .badge,
.page-sidebar-closed .page-sidebar-menu > li > span > a > .badge { position: absolute; top: 1px; right: 1px; }
.page-sidebar-closed .page-sidebar-menu > li:hover > a > .badge,
.page-sidebar-closed .page-sidebar-menu > li:hover > span > a > .badge { position: static; }
.page-sidebar-closed .page-sidebar-menu > li:hover > a,
.page-sidebar-closed .page-sidebar-menu > li:hover > span > a,
.page-sidebar-closed .page-sidebar-menu > li:hover > ul.sub-menu > li > a,
.page-sidebar-closed .page-sidebar-menu > li:hover > span > ul.sub-menu > li > a,
.page-sidebar-closed .page-sidebar-menu > li:hover > ul.sub-menu li > ul.sub-menu > li > a,
.page-sidebar-closed .page-sidebar-menu > li:hover > span > ul.sub-menu li > ul.sub-menu > li > a { font-size: 12px; }

.tiles { display: inline-block; margin: 0 auto; }
.tile { text-align: left; }
div.tile { display: inline-block; float: none; cursor: default; }
a.tile, a.tile:link, a.tile:visited, a.tile:hover, a.tile:active { text-decoration: none; }
.tile .tile-body h1,
.tile .tile-body h2,
.tile .tile-body h3,
.tile .tile-body h4,
.tile .tile-body h5,
.tile .tile-body h6,
.tile .tile-body p { line-height: normal; overflow: hidden; }
.tile .tile-body h3 { min-height: 26px; }
.tile .tile-body p { font-size: 12px; line-height: 16px; }
.tile-placeholder { display: inline-block; vertical-align: middle; border: solid 1px #ccc; background: #eee; }
.tile-add-remove { right: 3px; position: absolute; z-index: 1; }
.sub-menu span { margin-left: 0; }
.sub-menu span.title { margin-left: 5px; }
.label a { color: #eee; text-decoration: underline; }
.label a.btn { text-decoration: none; }
.label a:hover { color: #fff; }
.label.label-light { background: #ddd; color: #333; }
.label.label-dark { background: #333; color: #fff; }
.label.label-sm { font-size: 12px; padding: 5px 10px; }
.btn-group { padding-left: 10px; }
.btn-group .btn { margin: 0 10px 10px 0; }
.btn-group[data-toggle=buttons] .btn { margin: 0 0 10px 0; }
.btn-group.pull-right .btn:last-child, .btn-group.float-right .btn:last-child { margin-right: 0; }
.btn-group.align-center .btn { float: none; }
.btn-online-help, .btn-online-help:link, .btn-online-help:active, .btn-online-help:hover { background: #0050ef; color: #fff; }

@media (max-width:480px) {
    .btn { font-size: 11px; }
    .btn-online-help span { display: none; }
}

.has-error .icon-exclamation-sign { position: absolute; top: 10px; left: 0; color: #b94a48; border-color: #b94a48; cursor: default; }
ul.dropdown-menu li a i { margin-right: 5px; }
ul.dropdown-menu li.divider { margin: 2px 0; }
.page-header-my-theme { display: block; cursor: default; padding: 6px 0 6px 13px; }
.theme-div { text-align: center; }
.theme-div .theme-ul { display: inline-block; padding: 0 3px; margin: 0; padding-bottom: 10px; }
.theme-div .theme-ul li { list-style: none; display: inline-block; float: left; margin: 2px; }
.theme-div .theme-ul li a { display: block; width: 25px; height: 25px; border: solid 1px #333 !important; }
.theme-div .theme-ul li a.current { border: solid 1px #f00 !important; }
.alert > i { display: inline-block; font-size: 56px; line-height: 56px; vertical-align: top; margin: 0 25px 5px 0; float: left; }
.alert > ul { display: block; width: 85%; }
.alert > ul, .alert > div { vertical-align: top; min-height: 56px; }
.alert > div.clearfix { min-height: 0; }
.alert .form-group:last-child { margin-bottom: 0; }
.page-content { min-height: 880px; }
.breadcrumb a { margin-left: 5px; }
.breadcrumb .dropdown-menu { min-width: 200px; }
.breadcrumb .dropdown-menu a { margin-left: 0; padding-right: 20px; white-space: normal !important; }
.breadcrumb .btn { margin: 0; }
.page-content .page-breadcrumb.breadcrumb { padding-right: 0; padding-bottom: 0; min-height: 36px; }
.page-content .page-breadcrumb.breadcrumb .btn-group { position: static; float: right; right: 0; }

@media (max-width:768px) {
    .page-breadcrumb.breadcrumb > li { margin-bottom: 8px; }
    .page-breadcrumb.breadcrumb > li > a { font-size: 11px !important; padding-top: 3px; }
    .page-breadcrumb.breadcrumb > li > i { font-size: 11px !important; }
    .page-breadcrumb.breadcrumb > li.btn-group { margin-bottom: 0; }
    .page-breadcrumb.breadcrumb > li.btn-group > a { font-size: 14px !important; padding-top: 8px; }
    .page-breadcrumb.breadcrumb > li.btn-group > i { font-size: 14px !important; }
}

@media (max-width:480px) {
    .page-content .page-breadcrumb.breadcrumb > .btn-group .btn { padding-top: 10px; padding-bottom: 10px; }
}

.timeline-content .icon-x-large { margin-top: 0; float: left; }
.sale-info { text-transform: uppercase; }
.bootstrap-timepicker-hour, .bootstrap-timepicker-minute, .bootstrap-timepicker-meridian { border: solid 1px #aaa; }
.timezone-picker-infowindow { color: #333; text-align: left; }
.timezone-picker-infowindow h2 { white-space: nowrap; margin: 0 5px 5px 0; }
.time-zone-label { display: inline-block; margin-top: 4px; margin-right: 40px; text-align: right; height: 40px; padding: 3px 10px; }
#timezone_picker_infowindow_GroupDiv > div { display: none !important; }
#timezone_picker_infowindow_GroupDiv > div.olFramedCloudPopupContent, #timezone_picker_infowindow_GroupDiv > div.olPopupCloseBox { display: block !important; }
#timezone_picker_infowindow_GroupDiv > div.olFramedCloudPopupContent { position: static !important; height: auto !important; padding: 0 15px !important; }
#timezone_picker_infowindow_GroupDiv > div.olPopupCloseBox { top: 10px !important; right: 10px !important; }
#timezone_picker_infowindow_GroupDiv > div.olPopupCloseBox:before { position: static !important; }

@media (max-width:991px) {
    .time-zone-label { font-size: .8em; }
}

.sidebar-toggler.hidden-phone { margin-bottom: 15px; }
.record-number { font-size: 80%; color: #333; background: #ddd; border: solid 1px #aaa; padding: 2px 5px; font-style: normal !important; white-space: nowrap; }
.record-number.green { color: #333; background: #9c9; border: solid 1px #090; }
.record-number.red { color: #333; background: #faa; border: solid 1px #c00; }
.record-number.blue { color: #333; background: #9ac; border: solid 1px #36a; }
.record-number.yellow { color: #333; background: #cc0; border: solid 1px #990; }
.record-label { font-size: 80%; color: #fff; background: #d8a800; border: solid 1px #d8a800; padding: 2px 5px; font-style: normal !important; white-space: nowrap; }
.pac-opt-out-label { position: absolute; top: 2px; left: 25px; color: #f00; background: #fff; font-size: .8em; padding: 0 5px; }
.addthisevent-drop { z-index: 9 !important; }
th > .popover { font-weight: normal !important; }

@media (max-width:480px) {
    .security-legend > div { float: none !important; }
    .security-legend > span, .security-legend > div > span { display: block; }
    .security-legend > div > span { margin-left: 5px; }
    .security-buttons { float: right; }
    .security-buttons input[type='submit'] { display: block !important; clear: both; }
}

.form-section { margin-top: 30px; padding: 15px 30px; }
label[for], input[type='checkbox'], input[type='radio'] { cursor: pointer; }
.form-group > input[type='checkbox'], .form-group > input[type='radio'] { margin-right: 10px; }
.profile ul.profile-nav a span { margin: 1px 0; }
.input-group { width: 100%; }
.form-control.inline { display: inline-block; width: auto; }
.form-control,
.select2-container .select2-choice,
.select2-search input, .select2-container-multi .select2-choices { border: 1px solid #ccc !important; }
.form-control.error { border: 1px solid #f00 !important; }
.form-control.success { border: 1px solid #35aa47 !important; }
.select2-hidden-accessible { display: none !important; }
.select2-container .select2-choice .select2-arrow { border: none !important; }
.select2-container-disabled .select2-choice span { cursor: not-allowed; }
.select2-drop-active { border-color: #ccc; }
.select2-choice .select2-chosen { padding-left: 5px; }
.select2-chosen { white-space: normal !important; }
.select2-choice { height: auto !important; min-height: 34px; }
.select2-results { max-height: 300px; }
.fileupload .uneditable-input { overflow: hidden !important; }
.fileupload .uneditable-input .fileupload-filename { }
.radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] { margin-left: 0; cursor: pointer; }
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 0; text-align: left; }
.control-label.required:after { content: "\f069"; font-family: 'Font Awesome 5 Free'; font-size: .75em; vertical-align: super; color: #e02222; padding-left: 5px; }
.has-switch > div { margin: -1px 0; }

.date.date-picker { position: relative; }
.datepicker-days, .datepicker-months, .datepicker-years { float: left; }
.day.today:not(.active) { background: #fff !important; border: solid 1px #35aa47 !important; }
.datepicker-runtime-text { display: none; pointer-events: none; position: absolute; left: 0; top: 0; padding: 10px; }
.datepicker-runtime-dates { display: none; float: left; border: solid 1px #ddd; }
.datepicker-runtime-dates-title { display: block; background: #ddd; color: #000; text-align: center; font-size: 12px; }
.datepicker-runtime-dates-btn-group { display: block; margin: 0 2px 1px 2px; width: 192px; }
.datepicker-runtime-dates-btn-group .btn { margin-right: 2px; display: inline-block !important; width: 190px; }
.datepicker-runtime-dates-btn-group .btn.inline { width: 62px; }

.checkbox-list,
.radiobutton-list { list-style: none; padding: 0 0 10px 0; }
.checkbox-list > li,
.radiobutton-list > li { list-style: none; display: block; padding: 7px 15px 7px 0; }
.checkbox-list > li > input[type='checkbox'],
.radiobutton-list > li > input[type='radio'] { display: inline; margin-right: 5px; }
.checkbox-list > li > label,
.radiobutton-list > li > label { display: inline; vertical-align: top; margin-top: 0; }
.radiobutton-list > .toggle-btn { margin-right: 5px; margin-bottom: 5px; }
.radiobutton-list > .toggle-btn-horizontal { display: inline-block; }
.radiobutton-list > .toggle-btn-vertical { display: block; text-align: left; }
.radiobutton-list > br { display: none; }

.checkboxstyle tbody tr td { width: 500px; }

@media (max-width:480px) {
    .radiobutton-list > .toggle-btn-horizontal { display: block; text-align: left; }
}

.code-editor { }
.ace-editor { width: 100%; height: 100%; border: solid 1px #ccc; }

.admin-design-container { position: relative; border: solid 1px #ccc; min-height: 50px; }
.admin-design-container a.admin-design-add-link, .admin-design-container a.admin-design-edit-link { position: absolute; font-size: 10px; }
.admin-design-container a.admin-design-add-link:hover, .admin-design-container a.admin-design-edit-link:hover { text-decoration: none; }
.admin-design-container a.admin-design-add-link { top: 0; left: 0; color: #008a00; }
.admin-design-container a.admin-design-edit-link { top: 0; right: 0; color: #0050ef; }
.admin-design-container > .admin-content { position: relative; border: solid 1px #ccc; min-height: 50px; }

.page-header-link { }
.page-header-link i { vertical-align: -1px; }
.page-header-link span { padding: 0 15px 0 2px; }
.page-header-country-image { margin-right: 10px; }
.login-status { }
.login-status .navbar-nav { float: right; margin: 0; padding: 0; margin-right: 5px; }
.login-status .username { display: inline-block; margin-left: 5px; color: #aaa !important; }
.login-status .record-number { margin-left: 5px; }
.login-status .nav > li > .dropdown-menu:after,
.login-status .nav > li > span > .dropdown-menu:after { position: absolute; top: -6px; right: 10px; display: inline-block !important; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; content: ''; }

@media (max-width:480px) {
    .login-status .navbar-nav > .dropdown .dropdown-toggle > i { font-size: 16px; }
    .login-status .page-header-user-image-link { height: auto; max-height: 42px; }
    .login-status .username { font-size: 12px; }
}

.login-status .navbar-nav > li.dropdown > span { }
.login-status .navbar-nav > li.dropdown > span > .dropdown-toggle { position: relative; display: block; }
.login-status .navbar-nav > li.dropdown > span > .dropdown-toggle:hover,
.login-status .navbar-nav > li.dropdown > span > .dropdown-toggle:focus { text-decoration: none; }
.login-status .navbar-nav > li.dropdown > span > .dropdown-menu { right: 0; left: auto; }
.login-status .navbar-nav > li.dropdown.user > ul.dropdown-menu { width: 200px; }
.login-status .navbar-nav > li.dropdown.user .dropdown-toggle.page-header-user-image-link { display: inline-block; padding-left: 4px !important; padding-right: 7px !important; height: 42px; }
.page-header-user-image { /* position and top are set in order to hide the quick resizing, they will be set through javascript later */ position: absolute; top: -1000px; vertical-align: middle; margin: auto 6px; }
.page-header-user-image-placeholder { width: 0; height: 29px; }
.page-toolbar { }
.page-toolbar .col-md-12 { padding: 0; }
.footer-inner-right { float: right; color: #fff; }
.footer-inner-right .footer-tools { margin-left: 20px; }
.footer-menu { display: inline-block; padding: 0; }
.footer-menu li { list-style: none; display: inline; }
.footer-menu li a { color: #fff; }

.form-error { display: block; color: #e02222; margin-bottom: 10px; }
.tooltip-label { word-wrap: break-word; -ms-word-wrap: break-word; }
.tooltip-label label { display: inline !important; }
.tooltip-label-icon { margin-right: 5px; cursor: default; color: #4d90fe; vertical-align: 0; }
.tooltips { }
.inline-arrow { display: inline; margin: 0 10px; }
.list-ul { margin: 0; padding: 0; }
.list-li { list-style: none; display: block; margin: 0; padding: 10px 5px 5px 10px; border-top: solid 1px #eee; }
.list-li.editable { padding: 5px 0 15px 15px; margin-right: -15px; }
.list-li:hover { background: #eee; }
.list-ul .list-li:first-child { border-top: none; }
.message-box { display: block; margin-bottom: 10px; padding: 10px; }
.message-box .form-group { display: inline-block; color: #000; margin: 0; }
/*.message-box i { vertical-align: top; margin: 10px 15px 10px 0; }*/
.content-container { display: block; text-align: center; }

.report-viewer { width: 100%; }
.report-viewer > table { width: 100%; }

.page-tooltip { background: #222; color: #fff; padding: 2px 5px; }
.page-tooltip-title { display: block; text-align: center; }
.page-tooltip-content { display: block; text-align: center; font-size: 14pt; }

/*.feedback-toggler { top: 65px; right: 20px; width: 45px; height: 38px; padding: 0; border: none; cursor: pointer; position: fixed; background: #3d3d3d; opacity: .5; z-index: 1000000; }
.feedback-toggler:before { font-family: 'Font Awesome 5 Free'; font-size: 24px; color: #fff; content: "\f0e5\0020\0020\0020"; }
.feedback-toggler:hover { background-color: #3d3d3d !important; opacity: 1; }
.feedback-footer { background: #fff !important; border-top: none !important; height: auto !important; }
.feedback-footer:after { content: "\0020"; clear: both; }
@media (max-width: 768px) {
    .feedback-toggler { display: none; }
}*/
.site-feedback-link { position: absolute; display: inline; z-index: 1000; padding: 10px 10px 8px 10px !important; margin: 0; }
.site-feedback-link i { font-size: 22px; font-weight: 700; margin: 0; }

.portlet-title.default { border-bottom: 1px solid #d8d8d8 !important; }
.portlet-title.default > .caption, .portlet > .portlet-title.default > .caption i { color: #d8d8d8 !important; }
.portlet-title.dark { border-bottom: 1px solid #222222 !important; }
.portlet-title.dark > .caption, .portlet > .portlet-title.dark > .caption i { color: #222222 !important; }
.portlet-title.blue { border-bottom: 1px solid #4d90fe !important; }
.portlet-title.blue > .caption, .portlet > .portlet-title.blue > .caption i { color: #4d90fe !important; }
.portlet-title.green { border-bottom: 1px solid #35aa47 !important; }
.portlet-title.green > .caption, .portlet > .portlet-title.green > .caption i { color: #35aa47 !important; }
.portlet-title.red { border-bottom: 1px solid #e02222 !important; }
.portlet-title.red > .caption, .portlet > .portlet-title.red > .caption i { color: #e02222 !important; }
.portlet-title.yellow { border-bottom: 1px solid #ffb848 !important; }
.portlet-title.yellow > .caption, .portlet > .portlet-title.yellow > .caption i { color: #ffb848 !important; }
.portlet-title.purple { border-bottom: 1px solid #852b99 !important; }
.portlet-title.purple > .caption, .portlet > .portlet-title.purple > .caption i { color: #852b99 !important; }

.lookup-add-menu { }
.lookup-add-menu li a { display: block; padding: 6px 20px 6px 20px; }

/* Tabs: */
.active-tab-link { display: none; float: none; cursor: pointer; margin: 0; }
.active-tab-link:hover { text-decoration: none; }
.active-tab-link span { display: inline-block; }
.active-tab-link i { margin-right: 5px; }
.tabbable-custom { padding-top: 20px; }
.nav-tabs > li { margin-bottom: -2px !important; }
.tabbable.tabs-left .nav-tabs { padding-right: 0; margin-right: 0; }
.tabbable.tabs-left .nav-tabs > li { border-left: solid 3px transparent; margin-right: -1px; border-top: none; }
.tabbable.tabs-left .nav-tabs > li.active { border-left: 3px solid #d12610; }
.tabbable.tabs-left .nav-tabs > li.active > a { border-top: solid 1px #ddd; }
.tabbable.tabs-left .nav-tabs > li.active > a:hover { border-bottom: solid 1px #ddd; border-right: none; }
.tabbable.tabs-left > .tab-content { }
.tabbable.tabs-left > .tab-content > .tab-pane { float: left; padding: 0 20px; }
.tabbable-custom.tabs-bottom .nav-tabs > li { border-top: none; border-bottom: solid 3px transparent; margin-top: -1px; }
.tabbable-custom.tabs-bottom .nav-tabs > li.active { border-top: none; border-bottom: 3px solid #d12610; }
.nav-tabs > li > a > i { margin-right: 5px; }
.ver-inline-menu { max-height: 2000px !important; }
.ver-inline-menu li { white-space: nowrap; overflow: hidden; }
.ver-tab-header { margin-bottom: 20px; }
.ver-tab-header li a { height: 37px; vertical-align: middle; }
.ver-inline-menu li.active:after { display: none !important; }

/* Fix for iPad since the width is exactly 768px */
@media (max-width: 769px) { .ver-tab-header { margin-bottom: 0; }
    .active-tab-link { display: block; background: #eee; border: solid 1px #eee; }
    .tabbable-custom { margin-top: 0; margin-bottom: 0; }
    .tabbable-custom .navbar-header { float: none; }
    .tabbable-custom .navbar-collapse { padding: 0 0 1px 0 !important; border: solid 1px #eee; border-top: none; }
    .tabbable-custom .tab-content { padding: 10px; border: solid 1px #eee; }
    .tabbable-custom .nav-tabs { margin-bottom: 0; padding-bottom: 0; }
    .tabbable-custom .nav-tabs > li { display: block !important; float: none !important; background: #F0F6FA; border-top: solid 1px #fff; }
    .tabbable-custom .nav-tabs > li a { color: #557386; display: block; background: #f0f6fa; border-left: solid 2px #c4d5df; padding: 0; }
    .tabbable-custom .nav-tabs > li i { width: 37px; height: 37px; display: inline-block; color: #b9cbd5; font-size: 15px; padding: 12px 10px 10px 8px; margin: 0 8px 0 0; text-align: center; background: #e0eaf0 !important; }
    .tabbable-custom .nav-tabs > li:hover a { background: #e0eaf0; text-decoration: none; border-left: solid 2px #c4d5df; }
    .tabbable-custom .nav-tabs > li:hover i { /*background: #e0eaf0;*/ text-decoration: none; color: #fff; background: #c4d5df !important; }
    .tabbable-custom .nav-tabs > li.active { background: #169EF4; border-top: solid 1px #fff; }
    .tabbable-custom .nav-tabs > li.active a { background: #169ef4; text-decoration: none; color: #fff; border-left: solid 2px #0c91e5; border-right: none; }
    .tabbable-custom .nav-tabs > li.active i { color: #fff; background: #0c91e5 !important; text-decoration: none; }
    .tabbable-custom .nav-tabs > li.active:hover a { background: #169ef4; text-decoration: none; color: #fff; border-left: solid 2px #0c91e5; border-right: none; }
    .tabbable-custom .nav-tabs > li.active:hover i { color: #fff; background: #0c91e5 !important; text-decoration: none; }
}
/* Fix for iPad since the width is exactly 768px */
@media (min-width: 769px) {
    .tabbable-custom .navbar-collapse.collapse { display: block !important; }
}

@media (max-width: 769px) {
    .tabbable-custom .navbar-collapse.collapse { display: none !important; }
}

/* List Controls: */
.list-results { display: flex; flex-flow: row wrap; margin: 0; padding: 0; }
.list-result { list-style: none; display: inline-block; flex-flow: column; vertical-align: top; margin: 5px; padding: 15px; width: 30%; }
.list-result .list-image { min-height: 150px; }
.list-result .list-image img { display: inline-block; width: 150px; }

@media (min-width: 641px) and (max-width: 1200px) {
    .list-result { width: 45%; }
}

@media (max-width: 640px) {
    .list-result { width: 100%; }
    .list-result .list-image img { width: 250px; }
}

/* Web Search: */
.web-search-result { }
.web-search-result a { display: inline-block; font-size: 1.4em; color: #0050ef; text-decoration: none; margin-bottom: 3px; }
.web-search-result a:hover { text-decoration: underline; }
.web-search-result .web-search-url { color: #35aa47; margin-bottom: 5px; }

/* CMS: */
.cms-treeview-container { }
.cms-page-layout { display: block; padding: 0; margin: 20px 0; }
.cms-page-layout li { list-style: none; display: inline-block; float: left; width: 200px; text-align: center; }
.cms-page-layout li label { display: inline-block; font-size: .8em; cursor: pointer; }
.cms-page-layout li label img { pointer-events: none; }
.cms-layout-grids { margin-top: 30px; }
.cms-layout-grids h4 { color: #4b8df8; }

.cms-content { width: 100%; padding: 0; margin: 0; min-height: 38px; }
.cms-content li { list-style: none; display: block; min-height: 38px; margin-bottom: 3px; border: solid 1px #ccc; background: #eee; }
.cms-content li.published { border: solid 1px #d6e9c6; background: #dff0d8; }
.cms-content li .cms-content-item { display: inline-block; }
.cms-content li .cms-content-item .cms-reorder { display: inline-block; padding: 8px 10px; margin: 0; border-right: solid 1px #ccc; background: #ddd; cursor: move; }
.cms-content li .cms-content-item .cms-reorder i { color: #666; }
.cms-content li .cms-content-item .cms-label-container { display: inline-block; vertical-align: middle; }
.cms-content li .cms-content-item .col-md-3 { width: 100% !important; padding-left: 10px; padding-right: 10px; }
.cms-content li .cms-content-buttons { float: right; padding: 4px; }
.cms-movable { padding-right: 3px; background: #fff; border: solid 1px #999; box-shadow: #333 2px 2px 10px 0; cursor: move; }
.cms-placeholder { display: inline-block; vertical-align: middle; border: solid 1px #eed3d7; background: #f2dede; }

/* Login: */
.login-form a.login-help { margin-top: 25px; }
.login-form a.login-help,
.login-form a.forgot-password-help { display: inline-block; float: right; }
.login-form a.login-help:link, .login-form a.login-help:hover, .login-form a.login-help:active, .login-form a.login-help:visited,
.login-form a.forgot-password-help:link, .login-form a.forgot-password-help:hover, .login-form a.forgot-password-help:active, .login-form a.forgot-password-help:visited { text-decoration: none; }
.login-form a.login-help i,
.login-form a.forgot-password-help i { font-size: 20px; color: #4b8df8; background: #fff; border-radius: 10px !important; padding: 0 2px; }
.forgot-password { border-top: 1px dotted #eee; margin-top: 0; padding-top: 15px; }
.forgot-password h4 { margin-top: 0; }
.form-actions { margin-top: 0; }
.login-form .form-group,
.forgot-form .form-group { margin-left: 0; margin-right: 0; }
.create-account { font-size: 14px; border-top: 1px dotted #eee; padding-top: 15px; margin-top: 15px; }
.external-login-container { border-top: 1px dotted #eee; padding: 15px 0; }
.external-login-container h4 { margin-top: 0; }
.external-login-list { margin: 0; padding: 0; text-align: center; }
.external-login-list li { list-style: none; display: inline-block; padding: 5px; }

.login-organizations { display: block; padding: 0; margin: 0; }
.login-organizations li { list-style: none; display: block; }
.login-organizations li label { display: inline-block; margin-left: 10px; }

.login-validation ul { padding-left: 20px; }
.validation-summary-errors ul { padding-left: 10px; }

.login .content .note { padding-top: 15px !important; }
.login .content .note p, .login .content .note label { color: #000; }

@media (max-width: 800px) {
    .body-signup.login .page-container { width: 100% !important; }
    .body-signup.login .content, .body-signup .login-container { width: 100% !important; }
}

@media (min-width: 800px) {
    .body-signup.login .page-container { width: 780px !important; }
    .body-signup.login .content, .body-signup .login-container { width: 760px !important; margin: 0 auto; }
}

/* Inline Login: */
.login-container { padding-bottom: 50px; }
.login-container .login-form { width: 380px; margin: 0 auto; padding: 0 30px; border: solid 1px #ccc; }
.login-container .forgot-form { width: 380px; margin: 0 auto; padding: 0 30px; border: solid 1px #ccc; }
.login-container .register-form { width: 760px; margin: 0 auto; padding: 0 30px; border: solid 1px #ccc; }
.login-container h3 { padding-bottom: 20px; }
.login-container .form-group { margin: 0 0 15px 0; }
.login-container .form-actions { background: transparent; border: 0; padding: 20px 0; }
.login-container .form-actions label { padding-left: 0; display: inline-block; }
.login-container .copyright { display: none; }

.login-container.login-container-inline { width: 100% !important; }
.login-container.login-container-inline .login-form,
.login-container.login-container-inline .forgot-form,
.login-container.login-container-inline .register-form { border: none; width: 100% !important; }
.login-container.login-container-inline .visible-inline { display: block !important; text-align: left; }
.login-container.login-container-inline .login-form .input-icon,
.login-container.login-container-inline .forgot-form .input-icon { max-width: 400px; }
.login-container.login-container-inline .form-actions a,
.login-container.login-container-inline .form-actions input[type=submit] { float: left !important; margin-right: 10px; }
.login-container.login-container-inline .form-actions .checkbox { display: block; margin-bottom: 30px; }
.login-container.login-container-inline .form-actions .pull-right { float: left !important; }

@media (max-width: 480px) {
    .login-container .login-form { width: 100%; }
    .login-container .forgot-form { width: 100%; }
}

@media (max-width: 800px) {
    .login-container .register-form { width: 100%; }
}

/* Lock Screen: */
.lock-screen { position: absolute; top: 50%; left: 50%; margin-top: -140px; margin-left: -260px; z-index: 1000000; }
.lock-screen .lock-screen-logo { margin-bottom: 15px; }
.lock-screen .lock-screen-body { width: 500px; padding: 10px; background: url('/assets/img/bg-white-lock.png') repeat; }
.lock-screen .lock-screen-body:after,
.lock-screen .lock-screen-body:before { display: table; content: ""; line-height: 0; }
.lock-screen .lock-screen-body:after { clear: both; }
.lock-screen .lock-screen-footer { margin-top: 10px; text-align: left !important; font-size: 12px; color: #eaeaea; }
.lock-screen img.lock-screen-img { float: left; width: 200px; height: auto; }
.lock-screen .lock-screen-info { padding-left: 10px; float: right; width: 280px; }
.lock-screen .lock-screen-info h1 { margin-top: -5px; font-weight: 300; color: #fff; font-size: 28px; line-height: 32px; margin-bottom: 5px; }
.lock-screen .lock-screen-info .email { color: #eee; display: block; font-size: 14px; line-height: 14px; margin-bottom: 10px; }
.lock-screen .lock-screen-info .locked { color: #333; font-size: 14px; line-height: 14px; font-style: normal; }
.lock-screen .lock-screen-info form { margin: 28px 0; }
.lock-screen .lock-screen-info input { background: #fff; }
.lock-screen .relogin { margin-top: 10px; }
.lock-screen .relogin a { color: #e1e1e1; }

@media (max-width: 768px) {
    .lock-screen { top: 0; width: 280px; margin-top: 20px; margin-left: -140px; }
    .lock-screen .lock-screen-body { padding: 10px; text-align: center; width: 280px; }
    .lock-screen img.lock-screen-img { float: none !important; display: block; margin: 0 auto; text-align: center; margin-bottom: 15px; }
    .lock-screen .lock-screen-info { float: none !important; width: 260px; margin: 0 auto; }
    .lock-screen .lock-screen-info input { width: 200px !important; }
}

/* Dialogs: */
.modal-dialog { margin-top: 20px; padding-top: 0; padding-bottom: 0; min-height: 150px; background: #fff; border: solid 1px #999; box-shadow: #333 2px 2px 10px 0; }

@media (max-width: 768px) {
    .modal-dialog { margin-top: 0; }
}

@media (min-width: 1024px) {
    .modal-xwide { width: 80% !important; }
}

@media (max-width: 1024px) {
    .modal-xwide { width: 100% !important; }
}

.modal-header { background: #fff; }
.modal-body { height: auto; background: #fff; padding: 0; margin-left: -1px; /*pointer-events: none;*/ }
.dialog-body,
.dialog-body form { background: #fff !important; border: 0 #fff !important; }
.dialog-body .page-container { margin: 0; }
.dialog-body .page-content { min-height: 0 !important; margin: 0; margin: 0 10px 10px 10px !important; border: 0; }
.dialog-button { text-decoration: none; width: auto; height: 9px; cursor: pointer; float: right; margin: -4px 20px 0 0; color: #000; opacity: .2; }
.dialog-button:focus { color: #000; opacity: .2; text-decoration: none; }
.dialog-button:hover { color: #000; opacity: .5; text-decoration: none; }
.dialog-button i { font-size: 16px; font-weight: 300; }

/*#region Split button dropdowns */
.btn-group.open .dropdown-menu { left: auto; right: 10px; margin-top: -5px; }
ul.dropdown-menu > li > a { text-align: start; }
.caret.white { border-top: 4px solid #fff }
.btn-group.btn-group-dropdown > .btn { margin-right: 2px; }
.btn-group.btn-group-dropdown > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.btn-group.btn-group-dropdown > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; }
/*#endregion Split button dropdowns */

/* GridViews: */
.grid-container { display: block; }
.grid-container > div > table { width: 100%; }
.grid-container > div > table > tr, .grid-container > div > table > tr > td { display: block; }
.tabbable.tabs-left .grid-container > div > table { width: 90%; }
/* Due to issue with grids in vertical tabs */
.grid-container .grid-pagination { }
.grid-container .grid-pagination table { display: inline-block; width: auto; height: 30px; margin: 0 0 5px 0; padding: 0; float: left; }
.grid-container .grid-pagination table td { border: none; text-align: center; padding: 8px; }
.grid-container .grid-pagination table td span { display: inline-block; border: solid 1px #ddd; min-width: 35px; padding: 0 5px; text-align: center; background: #f9f9f9; cursor: default; }
.grid-container .grid-pagination table td a,
.grid-container .grid-pagination table td a:link,
.grid-container .grid-pagination table td a:visited { display: inline-block; border: solid 1px #ddd; min-width: 35px; padding: 0 5px; text-align: center; background: #fff; text-decoration: none; }
.grid-container .grid-pagination table td a:hover,
.grid-container .grid-pagination table td a:active { background: #e8f6fc; border-color: #57b5e3; text-decoration: none; }
.grid-container .grid-pagination table .active > a,
.grid-container .grid-pagination table .active > a:hover { background: #eee; border-color: #ddd; color: #333; }
.grid-container .grid-pagination .grid-count { display: inline-block; vertical-align: top; margin-top: 10px; padding-left: 20px; white-space: nowrap; }
.grid-container .grid-pagination .grid-count span { display: inline-block; vertical-align: 0; font-size: .75em; }
/* Hide scrollbar of lookup grid below lookup textbox */
.table { background: #fff; }
.table-responsive { overflow-x: auto; }
.grid-filter-link { display: inline-block; padding: 6px 10px; }
.grid-alpha-container { display: block; margin-top: 5px; }
.grid-alpha-container ul { display: inline-block; float: left; margin: 0; padding: 0 5px; }
.grid-alpha-container ul li { list-style: none; display: inline-block; float: left; padding: 0 5px; }

.list-nav { display: block; text-align: right; margin-top: -25px; }
.list-nav > div { display: inline-block; }
.list-nav table { display: inline-block; width: 100%; height: 30px; margin: 0 0 5px 0; padding: 0; float: left; }
.list-nav table tr { display: inline-block; }
.list-nav table td { display: inline-block; border: none; text-align: center; padding: 8px 0; }
.list-nav table td span { display: inline-block; border: solid 1px #ddd; min-width: 40px; padding: 2px 10px; text-align: center; background: #f9f9f9; cursor: default; }
.list-nav table td a,
.list-nav table td a:link,
.list-nav table td a:visited { display: inline-block; border: solid 1px #ddd; min-width: 40px; padding: 2px 10px; text-align: center; background: #fff; text-decoration: none; }
.list-nav table td a:hover,
.list-nav table td a:active { background: #e8f6fc; border-color: #57b5e3; text-decoration: none; }
.list-nav table .active > a,
.list-nav table .active > a:hover { background: #eee; border-color: #ddd; color: #333; }
.list-nav .list-nav-label { display: inline-block; vertical-align: top; white-space: nowrap; }

/* Ajax Progress: */
.progress-background { position: fixed !important; display: block !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 1000% !important; overflow: hidden !important; z-index: 10100 !important; background-color: #333 !important; -ms-opacity: .5 !important; -moz-opacity: .5 !important; -webkit-opacity: .5 !important; opacity: .5 !important; filter: alpha(opacity=50) !important; }
.progress-foreground { position: fixed !important; display: block !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; z-index: 10101 !important; }
.progress-foreground table { width: 100% !important; height: 100% !important; }
.progress-foreground table, .progress-foreground table tr td { border: none !important; }
.progress-container { display: inline-block !important; background: #4b8df8; border: solid 1px #4b8df8; padding: 10px 15px 10px 17px !important; }
.progress-container table, .progress-container table tr td { border: none !important; padding: 0 !important; margin: 0 !important; }
.progress-container table tr td:last-child { position: relative !important; }
/*.progress-image { }
.ie-progress-image { display: inline-block; width: 37px; height: 37px; background: url('/images/progress.gif') 0 0 no-repeat; }*/
.progress-icon { font-size: 48px !important; margin: 5px !important; color: #333; }
.progress-icon.icon-small { font-size: 12px !important; margin: 0 !important; }
.progress-text { font-size: .9em !important; padding-left: 5px !important; white-space: nowrap !important; color: #fff !important; display: none !important; }
a.progress-cancel { position: absolute !important; top: -9px !important; right: -14px !important; font-size: 1px !important; background: #4b8df8; padding: 2px 3px !important; }
/*.public-body a.progress-cancel { display: none; }*/
a.progress-cancel:hover { background: #e02222; text-decoration: none !important; }
a.progress-cancel i { font-size: 8px !important; color: #85b3ff; }
a.progress-cancel:hover i { color: #fff; }

.cover { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 10100; }
.card-swipe { position: absolute; background-color: transparent; border: 0 none transparent; }

/* Toolbar and Context Menus: */
ul.toolbar { display: block; margin: 0; padding: 0; background: #eee; }
ul.toolbar li { list-style: none; display: inline-block; }
ul.toolbar li a { display: block; padding: 10px 15px; color: #333; }
ul.toolbar li a:hover { background: #4d90fe; color: #fff; text-decoration: none; }
ul.menu { position: absolute; display: block; width: 250px; height: auto; padding: 0 5px 5px 5px; border: solid 1px #999; background: #eee; z-index: 5; box-shadow: #333 2px 2px 10px 0; }
ul.menu li { list-style: none; display: block; }
ul.menu li.separator { display: none; }
ul.menu li span { display: block; }
ul.menu li span.menu-title { color: #333; font-size: 12pt; font-weight: 600; padding: 7px 10px 10px 10px; }
ul.menu li span.menu-text { color: #333; font-size: 10pt; font-weight: normal; padding: 7px 10px 10px 10px; }
ul.menu li span.disabled { background: #fff; border: 1px solid #ccc; margin-bottom: 3px; color: #aaa; padding: 7px 15px 10px 15px; cursor: default; }
ul.menu li a { display: block; background: #fff; border: 1px solid #ccc; margin-bottom: 3px; color: #333; padding: 7px 15px 10px 15px; cursor: pointer; }
ul.menu li a:hover { background: #4d90fe; border: 1px solid #4d90fe; color: #fff; text-decoration: none; }

/* Profiles: */
.profile-more-nav { margin-top: -4px; }
.profile-images-container { padding: 0; margin: 5px 2px; }
.profile-images-container li { display: inline-block; list-style: none; margin-bottom: 5px; }
.profile-image-link-large { background: none !important; border: none !important; padding: 0 !important; margin: 0 !important; }
.profile-image-link-large label { top: 0; right: 0; margin: 0; color: #fff; opacity: 0.75; border: none; padding: 3px 9px; font-size: 12px; background: #000; position: absolute; filter: alpha(opacity=75); }
.profile-image-link { display: inline-block; width: 45px; height: 45px; line-height: 35px; padding: 5px; text-align: center; border: solid 1px #ccc; }
.profile-image-link:hover { border: solid 1px #4d90fe; }
.profile-image-link img { display: inline-block; vertical-align: middle; }

a.profile-button, a.profile-add, a.profile-edit, a.profile-remove { margin: 0; color: #fff !important; border: none; padding: 3px 9px; margin-left: 5px; font-size: 12px; white-space: nowrap; text-decoration: none; }
a.profile-button:hover, a.profile-add:hover, a.profile-edit:hover, a.profile-remove:hover { text-decoration: underline; }
a.profile-button { background: #000; opacity: 0.6; filter: alpha(opacity=60); /*for ie*/ }
a.profile-add { background: #35aa47; }
a.profile-edit { background: #4b8df8; }
a.profile-remove { background: #e02222; }
a.profile-button i, a.profile-add i, a.profile-edit i, a.profile-remove i { font-size: 12px; font-weight: normal; color: #fff !important; }
a.profile-button:hover i, a.profile-add:hover i, a.profile-edit:hover i, a.profile-remove:hover i { text-decoration: none; }

.profile-action-button { display: block; text-align: left; }
.profile-action-button span { float: right; }

/* Timelines: */
.timeline > li .timeline-time span.time { font-size: 24px; font-weight: 300; }
.timeline li.timeline-blue .timeline-body { background: #fff; border: solid 1px #4b8df8; color: #000; padding: 0; }
.timeline li.timeline-yellow .timeline-body { background: #fff; border: solid 1px #ffb848; color: #000; padding: 0; }
.timeline li.timeline-green .timeline-body { background: #fff; border: solid 1px #35aa47; color: #000; padding: 0; }
.timeline li.timeline-red .timeline-body { background: #fff; border: solid 1px #e02222; color: #000; padding: 0; }
.timeline li.timeline-purple .timeline-body { background: #fff; border: solid 1px #852b99; color: #000; padding: 0; }
.timeline li.timeline-blue .timeline-container { border-left: solid 10px #4b8df8; padding: 10px; }
.timeline li.timeline-yellow .timeline-container { border-left: solid 10px #ffb848; padding: 10px; }
.timeline li.timeline-green .timeline-container { border-left: solid 10px #35aa47; padding: 10px; }
.timeline li.timeline-red .timeline-container { border-left: solid 10px #e02222; padding: 10px; }
.timeline li.timeline-purple .timeline-container { border-left: solid 10px #852b99; padding: 10px; }
.timeline > li .timeline-body a.nav-link { color: #000; }

/* Wizards: */
.form-wizard .progress { margin-bottom: 20px; }
.wizard-title { margin: 0 0 20px 0; }
.wizard-title h3 { margin: 0; }
.wizard-title h3 p, .wizard-title h3 span { font-size: 14px; }
.wizard-title h3 > div { margin-top: 10px; }
.wizard-table, .wizard-table > tbody, .wizard-table > tbody > tr, .wizard-table > tbody > tr > td { display: block; }

a.wizard-accordion-header { display: block; margin-top: 5px; text-decoration: none; background: #647687; padding: 5px 10px; font-size: 1.2em; color: #fff; }
a.wizard-accordion-header:hover { color: #fff; text-decoration: none; }
.wizard-accordion-header i { font-size: 1em; color: #fff; width: 25px; display: inline-block; text-align: center; }
.wizard-accordion-body { padding: 30px 20px 20px 20px; }

.panel-title span { font-size: 14px; }
.panel-title ul { }
.panel-title ul li { list-style: none; display: inline-block; }
.panel-title .accordion-toggle { vertical-align: middle; }
.panel-title .accordion-toggle span { font-size: 20px; }
.panel-title .accordion-toggle .label.label-sm { font-size: 12px; }
.panel-title .accordion-toggle:hover { text-decoration: none; }
.panel-title .accordion-toggle .timeline-description { font-size: 14px; color: #000; display: block; margin: 5px 0 0 25px; }
.panel-title .accordion-toggle .options-link { font-size: 12px; display: inline-block; margin-top: 5px; }
.panel-title .accordion-toggle:hover .options-link { text-decoration: underline; }
.panel-title .accordion-toggle:hover .options-link i { text-decoration: none; }
.panel-title .timeline-title { display: inline-block; }
.panel-title .timeline-title span { display: inline-block; font-size: 20px; vertical-align: middle; }
.panel-title .timeline-title .label.label-sm { font-size: 12px; }
.panel-title .timeline-title span.timeline-description { font-size: 14px; color: #000; display: block; margin: 5px 0 0 25px; }
.panel-title .timeline-details { }

.related-products { margin: 0 0 20px 0; padding: 0; }
.related-products li { list-style: none; }

.panel-group .timeline li .timeline-icon, .panel-group .timeline:before { left: 30px; }
.panel-group .timeline li .timeline-body { padding: 0; margin-left: 75px; font-weight: 400; color: #000; }
.panel-group .timeline li .timeline-body .panel-collapse { border: solid 1px #ddd; border-top: none; }
.panel-group .timeline li.timeline-blue .timeline-body .panel-collapse { border: none; }
.panel-group .timeline li.timeline-yellow .timeline-body .panel-collapse { border: none; }
.panel-group .timeline li.timeline-green .timeline-body .panel-collapse { border: none; }
.panel-group .timeline li.timeline-red .timeline-body .panel-collapse { border: none; }
.panel-group .timeline li.timeline-purple .timeline-body .panel-collapse { border: none; }

.panel-group .timeline li .timeline-body .timeline-price { float: right; margin: 0; }
.panel-group .timeline li .timeline-body .caption { display: block; background: #35aa47; color: #fff; padding: 0 10px; margin-bottom: 10px; }
.panel-group .timeline li.timeline-date { height: 40px; margin-bottom: 20px; }
.panel-group .timeline li.timeline-date .timeline-body:after { display: none; }
.panel-group .timeline li.timeline-date .timeline-date-label { padding-top: 10px; }

@media (max-width: 768px) {
    .panel-group .timeline:before { display: none; }
    .panel-group .timeline li .timeline-body { margin-left: 0; }
    .panel-group .timeline li .timeline-body .timeline-price { float: none; text-align: right; margin: 5px 0 0 0; }
    .panel-group .timeline li .timeline-date-label { float: left; }
    .panel-group .timeline li .timeline-date-label h2 { font-size: 14px; }
    .panel-group .timeline li .timeline-icon { position: relative; float: right; left: auto; margin: 0 5px 0 0; }
    .panel-group .timeline li .timeline-body:after { border-right-color: transparent; border-bottom-color: #4b8df8; }
}

/* Shopping: */
.customer-selection { display: flex; flex-flow: row wrap; }
.customer-selection > div { display: inline-block; flex-flow: column; margin: 5px; }

.products .input-group .input-group-btn .dropdown-menu { width: 200px; }
.products .input-group .input-group-btn .dropdown-menu li a { white-space: normal; padding-right: 15px; }
.img-product-featured { float: left; position: absolute; }
.pricing-image { text-align: center; height: 120px; line-height: 100px; padding: 10px; }
.pricing-image img { display: inline-block; vertical-align: middle; float: none; }
.pricing-item { }
.pricing-head h4 { white-space: nowrap; text-transform: uppercase; }
.product-strikeout-amount { font-size: 16px; color: #666; text-decoration: line-through; }
.pricing-head h4 .product-strikeout-amount { padding-right: 20px; }
.product-currency { left: 12px !important; }
.product-decimals { left: -12px !important; }
.product-frequency { text-transform: none; font-size: 14px; padding: 0 10px; }
.product-amount-override { font-size: 24px; text-transform: none; white-space: normal; word-wrap: break-word; padding: 0 10px; }
.product-description { float: left; text-align: left; margin-bottom: 30px; }
.pricing-footer { display: block; text-align: center; }
.pricing-footer .btn { float: none; }
.btn-group.pricing-footer { padding: 20px 20px 10px 20px; }
.btn-group.pricing-footer .btn { display: block; margin: 0 0 10px 0; }
.shopping-button-space { min-height: 38px; }
.shopping-button-space-small { min-height: 28px; }
.strikeout-amount-small { text-decoration: line-through; font-size: 11px; color: #666; padding: 0 10px; }
.amount-override-text-small { }
.sessions-timeline-header { padding-left: 5px; }

.product-booth { text-align: left; padding: 20px; }
.product-booth-sizes { display: table; }
.product-booth-sizes > div { display: table-row; }
.product-booth-sizes > div > div { display: table-cell; width: 125px; padding: 0 5px 5px 0; }
.product-booth-sizes > div > div > select { font-size: 12px; }
.product-booth-sizes-header > div > small { font-size: 12px; text-transform: uppercase; }
.product-booth-subtotal { text-align: right; }
.product-booth-subtotal > small { font-size: 12px; text-transform: uppercase; }
.product-booth-subtotal > span { font-size: 16px; }
.booth-application-purchases > li:last-child > hr { display: none; }

@media (min-width: 420px) and (max-width: 1280px) {
    .products .col-md-3 { width: 100%; }
    .products .col-md-offset-4 { margin-left: auto; }
    .pricing-image { float: left; width: 120px; height: auto; }
    .pricing-head h3 { height: auto; text-align: left; }
    .pricing-head h4 { text-align: right; }
    .pricing-head { height: auto; }
    .pricing-content { height: auto; }
    .pricing-item { margin-left: 120px; border-left: solid 3px #ccc; }
    .pricing-item.no-image { margin-left: 0; border-left: none; }
    .pricing:hover .pricing-item { border-left: solid 3px #4b8df8; }
    .pricing:hover .pricing-item.no-image { border-left: none; }
    .pricing.selected .pricing-item { border-left: solid 3px #008a00; }
    .pricing.selected .pricing-item.no-image { border-left: none; }
    .product-frequency { padding-right: 25px; }
    .pricing-footer { margin-bottom: 0; text-align: right; }
    .btn-group.pricing-footer .btn { display: inline-block; }
    .shopping-button-space { display: none; }
    .shopping-button-space-small { display: none; }
}

.product-categories { }
.product-categories .portlet-body { padding: 1px !important; }
.product-categories .portlet-body a { display: block; padding: 3px 8px; margin: 1px; border: solid 1px transparent; }
.product-categories .portlet-body a:hover { background: #d9edf7; border: solid 1px #bce8f1; }
.product-categories .portlet-body a, .product-categories .portlet-body a:link, .product-categories .portlet-body a:visited, .product-categories .portlet-body a:hover { text-decoration: none; }
.sub-categories-ul { display: block; padding: 0; margin: 0; }
.sub-categories-ul li { display: block; list-style: none; }
.all-categories-link { background: #eee !important; border: solid 1px #ddd !important; font-weight: 600; margin-bottom: 3px !important; }
.all-categories-link:hover { background: #eee !important; border: solid 1px #ddd !important; }
.product-category-nav-toggle { margin: 0 5px; padding: 0; }
.product-category-nav-toggle, .product-category-nav-toggle:link, .product-category-nav-toggle:visited, .product-category-nav-toggle:hover { text-decoration: none; color: #fff; }

@media (min-width: 768px) {
    .product-category-nav { max-height: 10000px; }
}

.related-product { white-space: nowrap; }
.donation-amounts { list-style: none; padding: 0 5px 5px 0; }
.donation-amounts > li { list-style: none; display: block; padding: 3px 0 0 0; }
.donation-amounts > li > input[type='radio'] { margin-right: 5px; }
.donation-amounts > li > label { vertical-align: top; margin-top: 0; font-size: 12px; }

/* Cart: */
.login-status .navbar-nav > li.dropdown .dropdown-toggle.current-page .badge { display: none !important; }
.page-sidebar-user-cart.current-page { cursor: default !important; }
.page-sidebar-user-cart.current-page .badge { display: none !important; }
.cart-popup-title { padding-bottom: 0; }

.cart-container { }
.cart-image { width: 100px; height: 100px; display: inline-block; float: left; text-align: center; margin-right: 10px; }
.cart-details { display: block; }
.cart-details h3 { margin-top: 0; font-weight: 400 !important; }
.cart-related-message, .cart-related-message i { font-size: .85em; padding-bottom: 5px; }
.cart-related-name { color: #008a00; }
.cart-quantity { min-width: 100px; float: right; }
.cart-quantity input.form-control { font-size: 20px; width: 75px; height: 40px; text-align: right; }
.cart-quantity .input-group { width: auto; }
.cart-quantity .input-group-btn { width: auto; }
.cart-quantity .input-group-btn .btn { width: 25px; height: 40px; padding: 5px !important; line-height: 1em; background: #eee; border: solid 1px #ddd; }
.cart-quantity .input-group-btn .btn:hover { background: #ccc; }
.cart-quantity .input-group-btn .quantity-up { border-left: none; }
.cart-quantity .input-group-btn .quantity-down { border-right: none; }
.cart-quantity .input-group-btn .btn i { font-size: 10px; }
.cart-price { min-width: 175px; float: right; }
.cart-price input.form-control { font-size: 20px; width: 150px; height: auto; text-align: right; display: inline-block; }
.cart-delete-button { }
.cart-delete-button:hover, .cart-delete-button:active, .cart-delete-button:focus { text-decoration: none; }
.cart-delete-button i { display: inline-block; margin-top: 3px; font-size: 1.8em; color: #e02222; }
.cart-delete-button:hover i, .cart-delete-button:active i, .cart-delete-button:focus i { color: #b94a48; }
.cart-number { font-size: 20px; display: inline; }
.cart-total { display: inline-block; float: right; text-align: right; margin: 10px 0; width: auto; }
.cart-total .cart-subtotal { font-size: 20px; text-align: right; padding: 5px 10px 5px 20px; }
.cart-total p { font-size: 13px; margin-right: 10px; }
.cart-total-price { border-top: solid 1px #999; }
.cart-total-price .cart-number { color: #e02222; }
tr.cart-child td { background: #f6f6f6 !important; }
.cart-promo-code-message { float: right; }

.dropdown-menu-list { background: #fff; }
.dropdown-menu.extended.cart li.page-header-cart-link { background: #eee; padding-top: 5px; }
.dropdown-menu.extended.cart li a.cart-menu-button,
.dropdown-menu.extended.cart li a.cart-menu-remove-button { clear: none !important; }
.dropdown-menu.extended.cart li a.cart-menu-remove-button, .dropdown-menu.extended.cart li span.cart-menu-remove-button { position: absolute; left: 0; top: 0; padding: 0 !important; }

@media (max-width: 640px) {
    .dropdown-menu.extended.cart { left: 0 !important; right: auto !important; }
    .header .nav > li > .dropdown-menu.extended.cart:before { right: auto; }
    .nav.pull-right > li > .dropdown-menu.extended.cart:before, .nav > li > .dropdown-menu.extended.cart.pull-right:before { right: auto; left: 12px; }
    .login-status .nav > li > .dropdown-menu.extended.cart:after, .login-status .nav > li > span > .dropdown-menu.extended.cart:after { right: auto; }
    .header .nav > li > .dropdown-menu.extended.cart:after { right: auto; }
    .nav.pull-right > li > .dropdown-menu.extended.cart:after, .nav > li > .dropdown-menu.extended.cart.pull-right:after { left: 13px; right: auto; }
}

.cart-menu-button { margin-left: 25px; }
.cart-menu-button:hover { background: #dff0d8; text-decoration: none; }
.cart-menu-remove-button { width: 25px; text-align: center; overflow: hidden; }
a.cart-menu-remove-button:hover { background: #f2dede; text-decoration: none; }
span.cart-menu-remove-button:hover { background: #ddd; }
.cart-menu-remove-button i { vertical-align: middle; }
.cart-menu-remove-button i:before, .cart-menu-remove-button i:after { vertical-align: middle; }
a.cart-menu-remove-button i { color: #e02222; }
span.cart-menu-remove-button i { color: #aaa; -moz-transform: scale(-1, 1); -webkit-transform: scale(-1, 1); -o-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.navbar-inverse .navbar-nav > li > span > a { color: #999; }
.navbar-nav > li > span > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; }

@media (min-width: 768px) {
    .navbar-nav > li > span > a { padding-top: 15px; padding-bottom: 15px; }
}

.nav > li > span > a { position: relative; display: block; padding: 10px 15px; }

.dropdown-menu li .menu-caption { float: left; }
.dropdown-menu li .menu-option { float: right; }
.dropdown-menu li .menu-caption,
.dropdown-menu li .menu-option { padding: 10px; }
.dropdown-menu li .menu-option.menu-option-toggle { padding: 8px; }
.dropdown-menu li .menu-caption,
.dropdown-menu li .menu-option,
.dropdown-menu li .menu-option a { color: #000; }
.dropdown-menu li .menu-option a:link,
.dropdown-menu li .menu-option a:active,
.dropdown-menu li .menu-option a:visited,
.dropdown-menu li .menu-option a:hover { text-decoration: none; }
.dropdown-menu li .menu-option.menu-option-toggle a i { font-size: 24px; }

/* Payment: */
.payment { }
.payment .portlet-title { border-bottom: solid 1px #4b8df8; }
.payment .portlet-title .caption, .payment .portlet-title .caption i { color: #4b8df8 !important; }
.payment .portlet-title .caption.required, .payment .portlet-title .caption.required a, .payment .portlet-title .caption.required i, .sale-summary li.required .sale-info, .sale-summary li.required .sale-num { color: #e02222 !important; }
.payment .portlet-title .caption i { font-size: 20px !important; text-align: center; width: 25px; margin: 0 5px 0 0; }
.payment .portlet-title .caption span { margin-left: 15px; }
.payment .portlet-title .caption span i { font-size: 14px !important; display: inline; vertical-align: -1px; }
.payment .portlet-title .caption span a { font-size: 14px !important; color: #4b8df8 !important; }
.payment-options, .payment-address, .payment-shipping, .payment-account { display: block; padding: 0; margin: 0; }
.payment-address li { list-style: none; display: block; }
.payment-options li, .payment-shipping li, .payment-account li { list-style: none; display: inline-block; padding-right: 50px; }
.payment-options { margin-bottom: 15px; }
.payment-icons { margin-bottom: 25px; }
.portlet.sale-summary { margin: 20px 0; }
.payment a.cvv-help { margin: 5px 0 0 3px; display: inline-block; text-decoration: none; }
.payment a.cvv-help:link, .payment a.cvv-help:hover, .payment a.cvv-help:active, .payment a.cvv-help:visited { text-decoration: none; }
.payment a.cvv-help i { font-size: 20px; color: #4b8df8; background: #fff; border-radius: 10px !important; padding: 0 2px; }

/* Order/Invoice: */
.invoice { position: relative; margin-top: 20px; }
.invoice .invoice-logo { }
.invoice .invoice-logo p { padding: 5px 0; font-size: 26px; line-height: 28px; text-align: right; }
.invoice .invoice-logo p span { display: block; font-size: 14px; }
.invoice .invoice-logo-space { margin-bottom: 15px; }
.invoice .invoice-payment strong { margin-right: 5px; }
.invoice .invoice-block { text-align: right; float: right; margin-right: 20px; }
.invoice .invoice-block .amounts { margin-top: 20px; font-size: 20px; }
.void-label { color: #e02222; background: #ffdddd; border-color: #e02222; }
.warning-label { color: #ffb848; background: #fff5e6; border-color: #ffb848; }
.info-label { color: #4b8df8; background: #dbe8ff; border-color: #4b8df8; }
.void-label, .warning-label, .info-label { font-size: 48px; text-transform: uppercase; border-width: 5px; border-style: solid; padding: 0 30px; }

@media (max-width: 480px) {
    .void-label, .warning-label, .info-label { font-size: 36px; padding: 0 20px; }
}

/* One-Page-Checkout: */
.one-page-checkout .products > .products-list { padding-left: 0 !important; padding-right: 0 !important; }
.one-page-checkout .products > .products-list > .col-md-3 { width: 100% !important; padding: 0 !important; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing { border: none !important; margin-bottom: 0; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .img-product-featured { position: static; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .corner,
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .check,
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-footer { display: none !important; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-head { padding-left: 15px; padding-right: 15px; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-head > h3 { padding: 0; background: transparent !important; color: #333; float: left; text-align: left; font-size: 36px; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-head > h4 { background: transparent; color: #333; border: none; float: right; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-head > small { position: absolute; top: 75px; right: 25px; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-head > .product-description { margin-bottom: 0; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-content > ul > li:last-child { border-bottom: none; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-item > .pricing-content > ul > li > .related-product { float: left; }
.one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-image { float: none; height: auto; }
.one-page-checkout .related-products-header { font-size: 14px; }
.one-page-checkout .pricing-content li label, .one-page-checkout .pricing-content li span { font-size: 16px; }
.one-page-checkout .pricing-content li p { display: block; white-space: normal !important; font-size: 14px; color: #000; margin: 10px 20px; }
.one-page-checkout .sessions-timeline-header { font-weight: 400 !important; }
.one-page-checkout .panel-group .timeline li.timeline-date { margin-bottom: 10px; }
.one-page-checkout .timeline > li .timeline-body h2 { font-size: 18px; }
.one-page-checkout .cart-promo-code { display: block; margin: 0; float: none; text-align: left; }
.one-page-checkout .cart-promo-code .input-group { width: 1%; }
.one-page-checkout .cart-promo-code-caption { display: none; }
.one-page-checkout .cart-promo-code-message { float: none; }

@media (min-width: 420px) and (max-width: 1280px) {
    .one-page-checkout .products > .products-list > .col-md-3 > .pricing > .pricing-image { float: none; width: auto; }
    .pricing .pricing-item, .pricing:hover .pricing-item, .pricing.selected .pricing-item { margin-left: 0; border: none; }
}

/* Custom Fields: */
.form-builder-toolbar-button { color: white; }
.form-builder-toolbar-button:hover { color: white; text-decoration: none; }
.categoryHeader { padding: 3px 5px; Margin: 5px 0; background: #666; color: #fff; cursor: pointer; }
.categoryContainer { }
.fieldContainer { margin: 4px 0; }
.form-builder-properties .portlet-body div { border-bottom: solid 1px #ccc; }
.form-builder-fields { }
.form-builder-fields .fieldRepresentationDiv { display: none; }
.form-builder-accordion-toggle { padding: 0 5px; }
.form-builder-panel .fieldHeader { display: none; }
.form-builder-panel .field-place-holder { background: #ddd; border: solid 1px #bbb; min-height: 55px; }
.form-builder-panel .fieldRepresentationDiv { padding: 5px 10px; border: solid 1px #ccc; background: #fff; cursor: pointer; }
.form-builder-panel .fieldRepresentationDiv.selected { border: solid 1px #bce8f1; background: #d9edf7; }
.form-builder-panel .fieldRepresentationDiv .form-group { margin-bottom: 0; padding: 5px 0; }
.form-builder-panel .fieldRepresentationDiv .form-group .field-remove-button { padding: 2px 15px; }
.form-builder-panel .fieldRepresentationDiv .field-remove-button { float: right; margin: 7px 10px 0 0; }
.form-builder-panel .fieldRepresentationDiv .field-remove-button a:hover { text-decoration: none; }
.form-builder-panel .fieldRepresentationDiv .field-remove-button i { font-size: 1.4em; color: #e51400; }
/*.form-builder-panel .fieldContainer[data-itemized-id] .fieldRepresentationDiv { background: #FCF8E3; border-color: #f5e79e; }*/
.form-builder-panel .fieldContainer[data-disabled] .fieldRepresentationDiv { opacity: .35; pointer-events: none; background: #eeeeee; }
.fieldHeader { text-align: left !important; padding: 3px 10px; }
.properties-container > div > .form-group > .properties-caption { display: inline-block; padding: 0 15px; width: 50%; text-align: left; vertical-align: top; }
.properties-container > div > .form-group > .properties-input { display: inline-block; padding: 0 15px; width: 50%; text-align: right; vertical-align: top; }

@media (min-width: 992px) and (max-width: 1280px) {
    .properties-container > div > .form-group > .properties-caption { display: block; width: 100%; text-align: left; vertical-align: top; }
    .properties-container > div > .form-group > .properties-input { display: block; width: 100%; text-align: left; vertical-align: top; }
}

/* Queries: */
div.query { }
div.query select, div.query input, div.query button, div.query a { display: inline-block; margin: 3px; }
div.query-filter { display: block; }
div.query-sub-filter-container { margin-left: 45px; vertical-align: middle; }
div.query-sub-filter { border-left: solid 3px #c00; margin: 0 5px; padding-left: 5px; }
div.query-select, div.query-groupby { display: inline; margin: 0 7px 0 3px; white-space: nowrap; }
div.query-select a, div.query-groupby a { display: inline-block; margin: 3px -4px 3px 0; }
div.query-orderby { display: inline; margin: 0 7px 0 3px; white-space: nowrap; }
div.query-orderby a, div.query-orderby select { display: inline-block; margin: 3px -4px 3px 0; }
div.query-fields { position: relative; height: 400px; overflow-x: hidden; overflow-y: auto; padding: 0 !important; }
div.query-fields a.query-field:first-child { border-top: none; }
div.query-fields-slider { position: absolute; top: 0; left: 0; width: 100%; }
a.query-field { display: block; padding: 10px; border-top: solid 1px #ccc; text-decoration: none; }
a.query-field:hover { text-decoration: none; background: #eee; }
a.query-field span { margin-top: -4px; }
.query-movable { padding-right: 3px; background: #fff; border: solid 1px #999; box-shadow: #333 2px 2px 10px 0; cursor: move; }
.query-placeholder { display: inline-block; vertical-align: middle; border: solid 1px #ccc; background: #eee; }
.sub-query-container { padding: 15px 30px 20px 30px; }
.sub-query-title { display: inline-block; padding: 0 25px; margin-bottom: 15px; color: #333; border-bottom: solid 1px #ccc; }
.sub-query-title small { font-size: .8em; }
.query-movable-handle { cursor: move; }
.custom-query-help { padding: 0 20px; }
.custom-query-help small { line-height: 1.6em; }

/* Carousel: */
.block-carousel .carousel-inner { padding-top: 70px; padding-bottom: 60px; }
.block-carousel .carousel-control i { display: none; position: absolute; top: 40%; }
.block-carousel .carousel-control.left i { right: 30%; }
.block-carousel .carousel-control.right i { left: 30%; }
.block-carousel .carousel:hover .carousel-control i { display: inline-block; }
.block-carousel .carousel-indicators li { background-color: #666; }
.block-carousel .carousel-indicators li.active { background-color: #333; }

/* ApplicationsCarousel */
.applications-carousel .carousel-inner { padding: 0 10px; }
.applications-carousel .carousel-control { width: 20px; }
.applications-carousel .carousel-control [class^=icon] { position: relative; top: 40%; }

/* Badge Templates: */
.badge-template-ul { }
.badge-template-ul li { list-style: none; display: inline-block; margin-right: 10px; margin-bottom: 30px; }
.badge-template { width: 384px; height: 287px; background: #fff; background-repeat: no-repeat; }
.badge-text { padding: 15px; overflow: hidden; }
.badge-text-large { font-size: 24px; height: 43px; white-space: nowrap; overflow: hidden; }
.badge-text-medium { font-size: 18px; height: 33px; white-space: nowrap; overflow: hidden; }
.badge-text-citystate { font-size: 16px; height: 20px; margin-top: 3px; white-space: nowrap; overflow: hidden; }
.badge-text-event { background: #0050ef; color: #fff; font-size: 28px; font-weight: 600; text-align: center; white-space: nowrap; overflow: hidden; }
.badge-qr-code-image { width: 98px; height: 98px; }
.badge-template-no-qr .badge-text { text-align: center; }
.badge-template-has-background-image .badge-text-event { display: none; }
.badge-template-customized .badge-text { text-align: center; }

@media (max-width: 480px) {
    .badge-text { padding: 5px; }
    .badge-template { width: 190px; height: 148px; }
    .badge-text-large { font-size: 15px; height: 25px; }
    .badge-text-medium { font-size: 10px; height: 17px; }
    .badge-text-citystate { font-size: 8px; height: 10px; margin-top: 1px; }
    .badge-text-event { font-size: 14px; }
    .badge-qr-code-image { width: 48px; height: 48px; }
}

.small-quote { display: block; line-height: 1.428571429; color: #999999; }
.tile .tile-body > i.upload-file-type { position: absolute; bottom: 0; font-size: 12px !important; line-height: 30px; }
.tile .tile-body > i.upload-security-type { position: absolute; bottom: 0; right: 10px; font-size: 12px !important; line-height: 30px; }

/* Event Calendar: */
.fc-today-button { text-transform: uppercase; }
.fc-event-time { display: none; }
.fc-event-title { font-size: 18px !important; padding: 5px 10px !important; }

/* jSignature: */
.jSignature { text-align: center; }
.jSignature .jSignaturePad { border: 2px dotted #000000; background-color: #ffffff; color: #000000; margin: 10px; }

.text-fn12 { font-size: 13px; }

/* PaaS */
.paas-frame-container { position: relative; }
.paas-frame { position: relative; border-width: 0; width: 100%; z-index: 1; }
.paas-frame-spinner { position: absolute; text-align: center; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; }
.paas-frame-spinner > i { display: inline-block; margin-top: 25px !important; }

/* Cookies */
body.cookie-page { }
body.cookie-page .header { position: relative; top: 0; }
body.cookie-page.page-header-fixed .page-container { margin-top: 0; }
.cookie-header { position: static; display: block; z-index: 10000 !important; width: 100%; margin: 0; border: 0; padding: 0px; box-shadow: none; background-color: #f0a30a; /*height: 42px; min-height: 42px;*/ }
.cookie-header-inner { display: table; width: 100%; text-align: center; padding: 15px; }
.cookie-header-text { display: table-cell; }
.cookie-header-text span { display: inline-block; color: #fff; padding: 0 10px; }
.cookie-header-close { display: table-cell; text-align: right; vertical-align: top; }
.cookie-header-close a { display: inline-block; color: #fff; padding: 0 10px; }
.cookie-header-close a:hover { text-decoration: none; background-color: #e51400; color: #fff; }

/* Impersonation Bar */
body.impersonate-page { }
body.impersonate-page .header { position: relative; top: 0; }
body.impersonate-page.page-header-fixed .page-container { margin-top: 0; }
.impersonate-header { position: static; display: block; z-index: 10000 !important; width: 100%; margin: 0; border: 0; padding: 0px; box-shadow: none; background-color: #4d90fe;}
.impersonate-header-inner { display: table; width: 100%; text-align: right; padding: 5px; }
.impersonate-header-inner .btn { font-size: 12px }
.impersonate-header-text { float: left; color:white ; font-size: 15px}
.impersonate-header-text h3{ margin: 0; display:inline-block }
.impersonate-header-text h4{ margin: 0; display:inline-block }
.impersonate-header-text span { display: inline-block; color: #fff; padding: 0 10px; }

a.quick-books-login { display: inline-block; height: 34px; width: 103px; background-image: url('../Images/QuickBooks/C2QB_green_btn_med_default.png'); background-size: 100% 100%; }
a.quick-books-login:hover { background-image: url('../Images/QuickBooks/C2QB_green_btn_med_hover.png'); }

#timezone_picker_infowindow_GroupDiv > div { display: none !important; }
#timezone_picker_infowindow_GroupDiv > div.olFramedCloudPopupContent, #timezone_picker_infowindow_GroupDiv > div.olPopupCloseBox { display: block !important; }
#timezone_picker_infowindow_GroupDiv > div.olFramedCloudPopupContent { position: static !important; height: auto !important; padding: 0 15px !important; }
#timezone_picker_infowindow_GroupDiv > div.olPopupCloseBox { top: 10px !important; right: 10px !important; }
#timezone_picker_infowindow_GroupDiv > div.olPopupCloseBox:before { position: static !important; }

.easy-autocomplete { width: 100% !important; }

.quicksearch-item-selected { color: #aaa; text-decoration: none; font-style: normal; padding: .5rem; font-size: 0.80em; padding-left: 2rem; }
.quicksearch-item-selected:hover { background-color: #ebebeb; color: #aaa; text-decoration: none; font-style: normal; padding: .5rem; padding-left: 2rem; }

.eac-category .quick-search { padding-top: .5rem; }

.easy-autocomplete-header { border-bottom: 1px solid #666; margin: 0 0 .5rem 0; font-style: normal; color: #333 !important; font-size: 1em; }
a.easy-autocomplete-item { text-decoration: none; padding: .2rem 0 .3rem 0; cursor: pointer; }
.easy-autocomplete-item > i { color: #333 !important; }
.easy-autocomplete-item > span { margin-left: .2rem; color: #333 !important; }
.easy-autocomplete-item > span > label.menu-name { font-size: 0.9em; color: #333; cursor: pointer; }
.easy-autocomplete-item > span > label.global-name { font-size: 1em; color: #333; cursor: pointer; }
.easy-autocomplete-item .menu-category-name { font-size: 0.8em; color: #aaa; }
.easy-autocomplete-container ul li.selectedItem { background: none repeat scroll 0 0 #eee !important; cursor: pointer; }

.menu-name.text-muted { color: #999 !important; font-style: italic; }

/* Scoring Info */
.scoring-info { display: inline-block; padding-top: 0; padding-bottom: 10px; white-space: nowrap; }
.scoring-info > a { margin-left: 3px; vertical-align: top; }
.scoring-info > div { display: inline-block; padding: 3px 6px; color: #fff; line-height: 1; float: left; }
.scoring-info > div.green { background: #008a00; }
.scoring-info > div.red { background: #a20025; }
.scoring-info > div.grey { background: #647687; }
.scoring-info > div > span { text-transform: uppercase; margin-right: 5px; }
.scoring-info > div > i { }

/* queryresults grid with Datatable */
table.dataTable thead th, table.dataTable thead td { border-bottom: none; }
table.dataTable, table.dataTable th, table.dataTable td { box-sizing: border-box !important; }
table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control { background: transparent; }
table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before { -ms-top: 1.5em !important; top: 50% !important; left: 50% !important; height: 0px !important; width: 0px !important; display: block; position: absolute; color: #4d90fe !important; border: 0; border-radius: 0; box-shadow: 0px 0px 0px transparent; box-sizing: content-box; text-align: center; text-indent: 0px !important; font-family: "Font Awesome 5 Free" !important; line-height: 14px; font-size: 1.5rem !important; content: "\f067" !important; background-color: transparent; }
table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before { content: '\f068' !important; vertical-align: middle; }
table.dataTable > tbody > tr.child ul.dtr-details { width: 100%; }

@media only screen and (max-width: 395px) {
    table [id^=pagination_table_] table tr { display: flex; flex-wrap: wrap; }
    table[id^=pagination_table_] span.grid-count { float: right !important; margin-top: 4rem !important; }
}

/* Btn fixed styles */
.btn-opacity-30-percent { opacity: .3 !important; }

/* FulfillProduct.ascx */
.row.fulfillment-item .form-group { margin-bottom: 5px; }
.row.fulfillment-item { padding-left: 10px; margin-left: -9px; margin-top: 5px; margin-right: 0; border-bottom: 1px solid #ddd; }
.row.fulfillment-item:first-child { margin-top: auto; }
.row.fulfillment-item:last-child { border-bottom: none; }

.ellipsis-toggle-button { text-decoration: none; cursor: pointer; }
.ellipsis-toggle-button:hover { text-decoration: none; cursor: pointer; }

.responsive-gridview tr td > span { word-wrap: break-word; word-break: break-all; display: inline-block; }
.responsive-gridview tr td > a { word-wrap: break-word; word-break: break-all; display: inline-block; }
.responsive-gridview thead tr th:first-child { width: 1px !important; }

/*#region NeedReleaseNotes */
.release-note-name { font-size: 50px; }
.release-note-code { font-size: 20px; color: grey; }
.release-note-date { display: block; color: gray; }
.release-header { margin-bottom: 10px; }
.release-container { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eeeeee; }
.release-note-container { margin-bottom: 5px; }
.release-body > div { margin-bottom: 10px; }
/*#endregion */

/*#region CertificationRequiremens*/
.requirements-container .table-header { font-style: oblique; border-bottom: 0.5px solid darkgrey; padding-bottom: 5px; }
.requirements-container .table-row { border-bottom: 1px solid #f4f4f4; padding-bottom: 5px; }
/*#endregion */

/*#region CustomFormHistory.ascx */
.custom-field-log-header { font-size: x-small; font-style: italic; border-bottom: 1px solid #e6e6e6; margin-left: -10px; }
/*#endregion */

/* Minesweeper: Copyright 1998-2016, Andrew D. Birrell */
#sqTable { margin-top: 1em; margin-bottom: 1em; border-spacing: 0px; background-color: #666666; color: #000000; user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; -webkit-user-select: none; }
.sq, .score { margin: 0px; border: 2px solid; border-color: #eeeeee #999999 #999999 #eeeeee; background-color: #cccccc; padding: 0px; vertical-align: middle; text-align: center; }
.sq { box-sizing: border-box; /* avoids jumpiness when zoomed */ width: 24px; max-width: 24px; /* avoids being resized if text is too long (iOS) */ min-width: 24px; height: 24px; min-height: 24px; max-height: 24px; font-size: 16px; font-weight: bold; line-height: 18px; cursor: pointer; }
.progress-container table tr td.sq { border: 2px solid !important; border-color: #eee #999 #999 #eee !important; }
.sqExposed { background-color: #bbbbbb; border-width: 1px; border-color: #999999; padding: 1px; cursor: default; }
.sqExploded, .sqIncorrect { color: #ff0000; }
.sq1 { color: #3333cc; }
.sq2 { color: #006600; }
.sq3 { color: #cc0000; }
.sq4 { color: #660066; }
.sq5 { color: #006666; }
/* sq0, sq6, sq7, and sq8 use basic black */
div.counter { margin: 10px; border: 1px inset #eeeeee; padding-right: 3px; width: 1.75em; background-color: #000000; color: #ff6666; font-size: 24px; font-weight: bold; line-height: 1; text-align: right; }
#mines { float: left; }
#timer { float: right; }
#smiley { /*width: 24px; height: 24px;*/ margin: 2px; border: 3px groove #eeeeee; padding: 6px; vertical-align: middle; cursor: pointer; }

/*#region FileUploadButton*/
.FileUploadButton button.btn.green.dropdown-toggle { border-left: none; }
.FileUploadButton span.caret { border-top-color: white; }
.FileUploadButton .btn-group { padding-left: 0 !important; }
/*#endregion*/


#divProductCurrency {
    background-image: none;
    background-color: #ffffff;
}

#divProductCurrency .carousel {
    height: 150px;
    margin-bottom: 10px;
}

#divProductCurrency .carousel-inner {
    padding-left: 30px;
    padding-right: 30px;
}
#divProductCurrency .carousel-caption {
    z-index: 10;
}

#divProductCurrency .carousel .item {
    width: 100%;
    height: 150px;
}

#divProductCurrency .carousel-control.right,
#divProductCurrency .carousel-control.left {
    width: 0;
}

#divProductCurrency .carousel-control > .glyphicon-chevron-left,
#divProductCurrency .carousel-control > .glyphicon-chevron-right {
    color: #000000;
    top: 40%;
}

#divProductCurrency .caption-currency-name {
    font-size:15px;
    font-weight:bold;
    margin-bottom:5px;
}

.campaign-carousel {
    margin: 0 -25px;
}

.campaign-carousel > .carousel-inner {
    padding: 0 25px;
}

.campaign-carousel > .carousel-control.right {
    right: 20px;
}
/**Gr Party Icons*/
.politicalPartyIcon {
    width: 30px;
    text-align: center;
    color: white;
    display: inline-block;
}

.independent-Icon {
    background-color: #888;
}

.republican-Icon {
    background-color: #db3923;
}

.democrat-Icon {
    background-color: #004c81;
}

/*#region IconList */

.list-icons { list-style: none; padding-left: 10px; }
.list-icons .list-item-icon { vertical-align: middle; margin-right: 5px; }
.list-icons .btn { margin-left: 15px; }
.list-icons li + li { margin-top: 5px; }

/*#endregion */

/*Balance Profile Date*/
.balance-date {
    color: #646464;
    font-size: 12px !important;
    font-style: italic;
}

.overflow-wrap {
    overflow-wrap: break-word;
}

/*Tags in queries, customers and products*/
.btn-tags.main {
    border: 1px solid #76608a !important;
    background: #76608a !important;
    color: #fff !important;
    text-transform: uppercase;
}

.label-tags.default {
    border: 1px solid #676464 !important;
    cursor: default !important;
    margin-top: 10px;
    text-transform: uppercase;
}

.btn-tags.green {
    border: 1px solid #0a480a !important;
    text-transform: uppercase;
}

.btn-tags.cancel {
    border: 1px solid #d84a38 !important;
    background: #d84a38 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.flowContainer iframe {
    width: 100% !important;
    min-height: 800px;
    border: none;
    overflow: hidden;
}

.btn-copyclipboard.default {
    border: 1px solid #676464 !important;
    text-transform: uppercase;
}

/*Peek Password functionality*/
::-ms-reveal {
    display: none;
}