@charset "UTF-8";


.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px;
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap;
}
.select2-container .select2-search--inline {
float: left;
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051;
}
.select2-results {
display: block;
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0;
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
cursor: pointer;
}
.select2-container--open .select2-dropdown {
left: 0;
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-search--dropdown {
display: block;
padding: 4px;
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
display: none;
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0);
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white;
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none;
}
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white;
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb;
}
body,
html {
height: 100%;
}
.am-layout {
min-height: 100%;
margin: 0 0 -30px 0;
padding: 0;
}
@media all and (min-width: 800px) {
.am-layout {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAABCAYAAAAmaMpmAAAAIUlEQVR42u3XQREAAAgDIPt3XBZ3hvAHLZgkCwAA8O3uUboOc2mO8R9BAAAAAElFTkSuQmCC) repeat-y top center #ededed;
}
}
.am-credits {
margin-top: -2em;
color: #333;
height: 2em;
text-align: center;
font-size: 0.8rem;
opacity: .5;
}
.am-credits a {
color: #3f7fb0 !important;
}
.am-common {
font-family: Tahoma, Arial, san-serif;
color: #303030;
}
.am-common legend {
color: #303030;
}
.am-common h1 {
font-size: 1.5rem;
font-weight: normal;
line-height: 1em;
height: auto;
margin: 0 0 0.6em;
}
.am-common h2 {
font-size: 1.2rem;
line-height: 1em;
height: auto;
margin: 0 0 0.6em;
}
.am-common h3 {
font-size: 1rem;
line-height: 1em;
height: auto;
font-weight: bold;
margin: 0 0 0.6em;
}
.am-common em {
font-style: italic;
}
.am-common p {
padding-bottom: 0.6em;
line-height: 1.5em;
}
.am-common strong {
font-weight: bold;
}
.am-common hr {
background-color: #dbdbdb;
border: 0;
width: 100%;
height: 1px;
}
.am-common a {
color: #3f7fb0;
}
.am-common pre {
line-height: 150%;
white-space: pre-wrap;
word-wrap: break-word;
}
.am-common a:focus {
outline: none;
}
.am-common a:hover {
text-decoration: none;
}
.am-common ul {
margin: 0 0 1em 2em;
}
.am-common ul li {
list-style-type: disc;
margin-bottom: .4em;
}
.am-common ol {
margin: 0 0 1em 2em;
}
.am-common ol li {
list-style-type: decimal;
margin-bottom: .4em;
}
.am-main { padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
text-align: left;
width: 100%;
max-width: 800px;
box-sizing: border-box;
}
@media all and (max-width: 320px) {
.am-main {
padding-left: 10px;
padding-right: 10px;
}
}
.am-header {
overflow: hidden;
background: #325069;
}
.am-header .am-header-content-wrapper {
border-width: 0 1px;
border-style: solid;
border-color: #688296;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAlCAYAAACDKIOpAAAAl0lEQVR42i3HWQsBARhG4fdHWQZZIvt2aV8yoTSEYewRRVnKHv7s65uam6dzkJ3/iMzsa5GefgTjTSRNUuMXER89iZj+IBL6TXZ4lx1IRftXoXchIt0zEdZOREg7Ch2z2gci2NoT/taOCDS3UqqUT90Q3sbawlNfEe7aknBVF4RSmUuVBaU0IZxFg3AUxoQ9P5IyseV0/gEOJ1D+HN2CXgAAAABJRU5ErkJggg==) repeat-x top left #355873;
}
.am-header .am-header-content {
padding: 10px 0;
overflow: hidden;
}
.am-header .am-header-content .am-header-content-logo {
float: left;
margin-right: 1em;
}
.am-header-line {
height: 12px;
background: #9c9c9c;
border-top: 1px solid #bdbdbd;
border-bottom: 1px solid #ebebeb;
}
@media all and (min-width: 800px) {
.am-body {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAAYUlEQVR42u3EtxHEMBAEMPbfIb33pgUquWDn1cGPEIBxzi/7SQiBSSkppdQrrTVljKGstZhzDvPeUyGEy2KMWEqJyjlTpRSq1vqqtXZZ7x0bY2BzTmythe29sXPO19df9QBs/+3+S5sxywAAAABJRU5ErkJggg==) repeat-x left top #ededed;
}
}
.am-body .am-body-content-wrapper {
text-align: left;
background: white;
padding-bottom: 50px;
padding-top: 1em;
}
@media all and (min-width: 800px) {
.am-body .am-body-content-wrapper {
border-color: #dbdbdb;
border-width: 0 1px;
border-style: solid;
}
}
.am-body .am-body-content-top::after {
content: " ";
display: block;
clear: both;
}
.am-footer {
color: #919191;
height: 30px;
}
.am-footer .am-footer-content-wrapper {
background: #325069;
color: white;
height: 30px;
}
.am-footer .am-footer-content {
padding-top: 0.5em;
}
.am-footer .am-footer-content a {
color: white;
}
.am-footer .am-footer-actions {
float: right;
}
.am-footer .am-footer-actions #am-action-move-to-top {
display: inline-block;
width: 20px;
height: 20px;
text-align: center;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAKUlEQVR42mNgGDTgPxSQpYkkzeiKidKMrAgXm6AmZHGcmrFpIiRGNgAAoUR3idpv4oAAAAAASUVORK5CYII=) center center no-repeat;
vertical-align: middle;
}
.am-footer .am-footer-content-content {
display: flex;
justify-content: space-between;
}
.am-footer .am-footer-sm {
white-space: nowrap;
}
.am-footer .am-footer-sm a {
margin-right: .4em;
}
.am-footer .am-footer-sm a:last-of-type {
margin-right: 0;
}
@media all and (max-width: 500px) {
.am-footer .am-footer-content-content {
display: block;
}
.am-footer .am-footer-text {
margin-bottom: 1em;
text-align: center;
}
.am-footer .am-footer-sm {
text-align: center;
margin-bottom: 1em;
}
}
.am-member-payment-history-amount {
text-align: right;
}
@media all and (max-width: 500px) {
.am-member-payment-history-items {
display: none;
}
}
@media all and (max-width: 600px) {
.am-member-payment-history-paysys {
display: none;
}
}
.am-member-payment-history-row-refund td,
.am-member-payment-history-row-refund td a {
color: #ba2727;
}
ul.am-breadcrumbs {
font-size: 90%;
margin: 0 0 0.5em;
overflow: hidden;
padding: 0 1em 0 0;
}
ul.am-breadcrumbs .am-breadcrumbs-item,
ul.am-breadcrumbs .am-breadcrumbs-separator {
float: left;
margin: 0 0.5em 0 0;
padding: 0;
list-style: none;
}
.am-thanks-awaiting-refresh {
margin-top: 20px;
color: gray;
}
.am-thanks-status-success {
padding-bottom: 1em;
color: green;
}
.am-thanks-payment-details {
padding-bottom: 1em;
}
.am-thanks-login-offer {
padding-bottom: 1em;
} .am-check-all-offer {
padding: 0.5em;
border-bottom: 1px solid #c2c2c2;
}
.am-filter-wrap {
color: #333;
background: #e7e8e9;
padding: 0.5em;
text-align: right;
margin-bottom: 1em;
overflow: hidden;
border-radius: 3px;
}
.am-filter-wrap .filter-title {
float: right;
margin-right: 1em;
line-height: 2em;
}
.am-filter-wrap .filter-inputs {
float: right;
margin-right: 0.5em;
text-align: left;
}
.am-filter-wrap .filter-button {
float: right;
text-align: left;
}
.am-filter-wrap .filter-button input[type=submit],
.am-filter-wrap .filter-button input[type=submit]:hover,
.am-filter-wrap .filter-button input[type=submit]:active {
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cGF0aCBkPSJNMCw4IEwwLDEwIEwxNSwxMCBMNywxOCBMOSwxOCBMMTgsOSBMOSwwIEw3LDAgTDE1LDggWiIgc3R5bGU9ImZpbGw6IzU1NTk2MDsgc3Ryb2tlLXdpZHRoOjAiLz48L3N2Zz4=") no-repeat center center transparent;
vertical-align: middle;
}
.am-filter-wrap .filter-button input[type=submit]:hover,
.am-filter-wrap .filter-button input[type=submit]:active {
background-color: #dedede;
border-color: #c2c2c2;
box-shadow: 0 0 5px #0000001d;
}
.am-filter-wrap form.filter {
float: none;
margin: 0;
}
.am-filter-wrap form.filter input[type=text] {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAABeElEQVQ4y83TPYsTURjF8f+ZDL4UWlgFSeNWvmAjqBC9M/gNBCstd82nUKzExl6QsIpsl04stBvmTsimdP0AsmCpu9VqEdZ7bIyExTjBQjzVvQ+XHw8HLvxv0dHBeDw+lVK6DxTAMUkfgGEI4ePKUIzxCvAGOAvsSjqwfR74LmkQQthaBmXzw3Q6PQ28Bg5t3yiK4lwI4bLtNWDb9ssY47VWaDabbQA923fLspzM52VZfsrz/A7w2fbDVkjSTWB3EZmn3+/vA+8khVYopXRS0sHSMqWvwIlWKMuyHdsXqqrqHX00Go06tm/Zft8KAUPgsNPpbE0mkzPzYVVVebfbfQpclPR46caLl7qu70l6JWnP9lvb3ySVwCXgC/AohPBcUvojBNA0zfWU0oOfxR63vZNl2RPbPeCZ7RdFUQx+h60U21ld15sxRtd1vWl7sRbyVSFJyfYgxoik9Rgjtn9tplWhxc1ijENJtyVdbfuDrVjTNGt/DfyT/ACg8aXpx984kwAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 25px;
}
.am-filter-wrap form.filter input[type=text].datepicker {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAA0UlEQVQ4y9WSMW4CMRBF36x8Ay6wBQ1ScgS8zaaGMn1OgVIjDrVI1tr0aZBoc4Gc4achKDGxWBAg8SrPyP9r/mggI4RQp5RaCqSU2hDCOO9XR42qepXUlYwkdc65t7xvP4++7yfA0syegTGwLni1wKekD+C9aZodgDs4mq2AWSYoUZtZvU80z6ONOJ+DprpA/C8uqzfe++kQYYwx/a6vNtHNopVi6FT8B43G3yvfXmzkvX85Z6IvoIkxdqdEe56A/mhHkhaSwtCdSAqSFkP/359vAvc+6N1WlFsAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 25px;
}
.am-filter-wrap form.filter input,
.am-filter-wrap form.filter select,
.am-filter-wrap form.filter .select2-container--default .select2-selection--single {
background-color: #f2f1f0;
}
.am-group-wrap,
.am-norecord-actions {
margin-bottom: 1em;
}
.am-group-wrap .link,
.am-norecord-actions .link {
display: inline-block;
margin: 0.4em 1em;
}
.am-grid-back-wrapper {
display: inline-block;
vertical-align: middle;
position: relative;
}
.am-grid-back-wrapper::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
border-radius: 9999px;
background: #e7e8e9;
transition: opacity .3s, transform .3s;
transform: scale(0);
opacity: 0;
}
.am-grid-back-wrapper:hover::before {
transform: scale(1);
opacity: 1;
}
.am-grid-back {
display: inline-block;
width: 32px;
height: 32px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAALxJREFUSMdjYBgFo2BAQFhUQkNIREIHMWoZyTH8/3+GegaG/3/+MTAYrF2+8Co+9UzkGc7wl+E/YzwhwxkYGBiYyTH8P+P/+DXLFy6jWhBhGL5s4VJiHUbQAkoMZ2AgLg6+wxX/ZyI5URCMg6uXLxzV0TP4wcDA4MbAwOCvo2t47+qVC5eoZgGllhCdisi1hGgLkCxhZGBgcGRg+O+nqWuw7vqVi6+pZgHUkgNQSw6uWb5wDan6R8EoIB0AAAgHZZisT9HbAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE5LTExLTI3VDEzOjMwOjAxKzAwOjAwUAIurgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOS0xMS0yN1QxMzozMDowMSswMDowMCFflhIAAAAodEVYdHN2ZzpiYXNlLXVyaQBmaWxlOi8vL3RtcC9tYWdpY2stX05Tdko1b0gBhKYfAAAAAElFTkSuQmCC) no-repeat center center;
vertical-align: middle;
position: relative;
}
.am-grid-title-text {
vertical-align: middle;
}
.am-grid-total {
padding: .5em;
text-align: right;
}
.am-grid-container {
border: 1px solid #c2c2c2;
box-shadow: 0 2px 4px #d6d6d6aa;
margin-bottom: 1em;
overflow-x: auto;
}
.am-grid-title-desc {
font-size: 1.2rem;
opacity: .8;
}
.am-grid {
margin: 0;
width: 100%;
}
.am-grid tr.am-grid-row.expanded, .am-grid tr.am-grid-row.even, .am-grid tr.am-grid-row.odd {
border-bottom: none;
}
.am-grid tr.am-grid-row.odd td {
background-color: #d3dce3;
}
.am-grid tr.am-grid-row.odd td.sorted {
background-color: #bed4e2;
}
.am-grid tr.am-grid-row.selected {
background: #ffc;
}
.am-grid tr.am-grid-row.selected td {
background: none !important;
}
.am-grid tr.am-grid-row.emphase {
background-color: #ffc;
}
.am-grid tr.am-grid-row.emphase td {
background: none !important;
}
.am-grid tr.am-grid-row > td {
padding: .8em .5em;
vertical-align: top;
}
.am-grid tr.am-grid-row > td.break {
word-break: break-word;
word-wrap: break-word;
}
.am-grid th {
padding: .6em .5em;
font-size: 90%;
font-weight: normal;
font-variant: small-caps;
text-transform: lowercase;
background: url(data:image/gif;base64,R0lGODlhAQABAIABAMLCwv///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAAQABAAACAkQBADs=) #e7e8e9 repeat-y right top;
background: url(data:image/gif;base64,R0lGODlhAQABAIABAMLCwv///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAAQABAAACAkQBADs=) repeat-y right top, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) #e8e8e8 repeat-x top left;
border-bottom: 1px solid #c2c2c2;
color: #313131;
}
.am-grid th a {
display: block;
color: #313131;
text-decoration: none;
white-space: nowrap;
}
.am-grid th a span {
display: block;
margin-right: 20px;
}
.am-grid th a::before {
content: "\f362";
transform: rotate(90deg);
font-family: "Font Awesome 5 Free";
font-weight: 900;
float: right;
opacity: .3;
}
.am-grid th a.sorted-asc {
color: black;
}
.am-grid th a.sorted-asc::before {
content: "\f160";
transform: none;
opacity: 1;
}
.am-grid th a.sorted-desc {
color: black;
}
.am-grid th a.sorted-desc::before {
content: "\f884";
transform: none;
opacity: 1;
}
.am-grid th:last-child {
background: #e7e8e9;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) #e8e8e8 repeat-x top left;
}
.am-grid tr.am-grid-row:hover > td.actions a {
filter: grayscale(0%);
}
.am-grid tr.am-grid-row > td {
background: #f6f7f8;
}
.am-grid tr.am-grid-row > td.sorted {
background: #d9e6ee;
}
.am-grid tr.am-grid-row > td.actions {
text-align: center;
}
.am-grid tr.am-grid-row > td.actions a {
filter: grayscale(80%);
transition: all 300ms ease;
}
.am-grid tr.am-grid-row > td.record-sort {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAYAAAAGAB4TKWmAAAAM0lEQVRIx2NgGAXUAAcOHPh/4MCB/7j4+ADTQDt+mIDROBh4MBoHAw9G42DgwWgcDG0AAL7xQPddBGBsAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: center center;
cursor: move;
}
.am-grid tr.am-grid-row > td.expandable-data {
background: #eef;
}
.am-grid tr.am-grid-row > td.expanded {
background: #eef !important;
border-bottom-color: #eef;
}
.am-grid tr.am-grid-row > td.expandable {
cursor: pointer;
}
.am-grid tr.am-grid-row > td.expandable div.placeholder {
margin-right: 18px;
}
.am-grid tr.am-grid-row > td.expandable::before {
content: "\20\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 70%;
color: #909090;
float: right;
}
.am-grid .editable {
display: inline-block;
width: 8px;
height: 8px;
overflow: hidden;
float: right;
margin: 0px;
padding-left: 10px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAqUlEQVR42mWOMQqEMBREA3sI75M7WG9jmyqIEMQLWCRY2dooErQSBBsrLxDsFCxzCCFjloUF3de+P3+GkAdKqaD2SCldlmXvpydaaz5NE6qqQpIkuMmmafJt22CMQVEUYIzxm7TWnsdxoO97pGnKwzB8EV8XdF3H933HRw7DcPrX+S85jmO9LAvWdYU/RBzH+a23bVs3zzPKsoRfzf9WU0pdFEUQQnw7H1yxJmJ11gCzkAAAAABJRU5ErkJggg==) no-repeat right;
}
.am-grid .live-edit,
.am-grid .live-select,
.am-grid .live-date {
cursor: pointer;
}
.am-grid .disabled > td {
opacity: .75;
filter: Alpha(Opacity=75);
}
.am-grid th.required {
color: #a94442;
text-shadow: none;
}
.am-grid tr.am-grid-row > td.selected {
background: #d9e6ee;
}
.am-grid.am-grid-small {
font-size: 80%;
}
.am-grid.am-grid-small th {
border: none;
background: #f1f1f1;
border-bottom: 1px solid #c2c2c2;
color: inherit;
}
.am-grid-container.am-grid-container-small {
box-shadow: none;
border-color: #d7d7d7;
}
.grid-action-export-preset-list {
margin: 1em;
}
.grid-action-export-preset-list .grid-action-export-preset-list-item {
padding-bottom: .5em;
}
.grid-action-export-preset-list .grid-action-export-preset-list-item:hover .grid-action-export-preset-list-action {
display: inline;
}
.grid-action-export-preset-list .grid-action-export-preset-list-action {
display: none;
}
.grid-action-export-preset-list .grid-action-export-preset-list-action a,
.grid-action-export-preset-list .grid-action-export-preset-list-action a:visited {
color: #BA2727;
}
.live-edit-placeholder {
font-style: italic;
opacity: .4;
}
.am-grid-storage a.local {
text-decoration: none;
}
.am-grid-storage a.local:hover {
text-decoration: underline;
text-decoration-style: dashed;
text-decoration-color: #a7b3bd;
}
.am-grid-storage .am-grid-storage-name img {
vertical-align: middle;
}
.am-grid-storage .am-grid-row {
border-bottom: 1px solid #ddd;
} .am-account-toolbar {
position: relative;
margin-bottom: 1em;
}
.am-account-toolbar-items {
overflow: hidden;
}
.am-tabs-narrow-switch {
line-height: 24px;
cursor: pointer;
float: left;
padding-right: 8px;
display: none;
text-decoration: none;
}
.am-tabs-narrow-switch::before {
content: "\f0c9";
color: #333333;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.am-tabs-narrow-dashboard {
line-height: 24px;
float: left;
padding-right: 8px;
display: none;
text-decoration: none;
}
.am-tabs-narrow-dashboard::before {
content: "\f015";
color: #333333;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
@media all and (max-width: 500px) {
.am-tabs-narrow-switch,
.am-tabs-narrow-dashboard {
display: block;
}
.am-lang-title {
display: none;
}
.am-account-toolbar {
margin-bottom: 0.5em;
overflow: visible;
z-index: 10;
}
.am-account-toolbar .am-account-toolbar-items {
padding: 0.5em;
background: #eee;
}
.am-account-toolbar-fixed {
position: fixed;
width: 100%;
top: 0;
left: 0;
box-shadow: 0 1px 5px grey;
}
}
.am-user-identity-block {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbFJREFUeNpi/P//PwO1AWNGeYvM9ssvTx689/U/CIPYIDGQHIZiLAbwbTzz8JCAkIg+suCHd28u+pvI2wGZn5DFmbAYII2uGQSgYtLo4tgMEMblN1f/cD10PdgMYLh99eI7dLFbVy68371x5VtiDHhbkRK8/Mq5Ez9gAiB2ZWrICiDzJRD/IxiIQGwKxD7yKuomD+/c/AYyA4i3AfFp9ECEG1TSOlly/cl780DRtu/2x89uARFhIG8DsZN7UFQISAwkB1IDFONEN4Bn1ZEbW2DxDsJL9l7YDRQXAkXA0n0XdyHLrTl2azNQnAukkRmIWTvnrUvX0DXKQzaRX1BYiZuH96yZnYuypZNnBbIcNw+fmqa+yes9G1eeYwHZIC2vFI/NX2HJeatwRSlUzzJQLIjJKqoakpreoXrEQAYIUJBvBEAGsFJgACvIgD/YUh4hANXzBxQL3Mf2bWMXlZDSFJOUYWNjZ2fEp/Hr50//j+ze/Lm9NG3xt69fDjFCUx4oQFyAWAfKZ8Kh/x80JYJS5h4gPs8ITc7cQCwBxCJAzI4jiYMAqPj6CcRvgPgFyEEAAQYACdCrtuWvL4kAAAAASUVORK5CYII=) no-repeat left center;
font-weight: bold;
padding-left: 25px;
line-height: 24px;
float: left;
}
.am-user-identity-block a {
text-decoration: none;
font-weight: normal;
}
@media all and (max-width: 500px) {
.am-user-identity-block {
background: none;
padding-left: 0;
}
.am-user-identity-block .am-user-identity-block_login {
max-width: 100px;
max-height: 24px;
white-space: nowrap;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
float: left;
margin-right: .4em;
}
}
.am-user-identity-block-avatar {
font-weight: bold;
overflow: hidden;
line-height: 24px;
float: left;
}
.am-user-identity-block-avatar a {
text-decoration: none;
font-weight: normal;
}
@media all and (max-width: 500px) {
.am-user-identity-block-avatar .am-user-identity-block_login {
max-width: 100px;
max-height: 24px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
float: left;
margin-right: .4em;
}
}
.am-user-identity-block-avatar-pic {
overflow: hidden;
width: 24px;
height: 24px;
border-radius: 50%;
margin-right: 0.5em;
float: left;
}
.am-user-identity-block-avatar-pic img {
width: 24px;
height: 24px;
}
@media all and (max-width: 500px) {
.am-user-identity-block-avatar-pic {
display: none;
}
} .am-layout-two-coll {
border: 1px solid #d9d9d9;
border-radius: 3px;
box-shadow: 0 1px 3px #e3e3e3;
background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
.am-layout-two-coll {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAEUlEQVR42mN4+vTpfxBggDEAiIAPVUtYC1IAAAAASUVORK5CYII=) repeat-y top center #f5f5f5;
}
}
.am-layout-two-coll .am-layout-two-coll-bottom {
clear: both;
height: 20px;
background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
.am-layout-two-coll .am-layout-two-coll-bottom {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAUCAYAAACnOeyiAAAAcUlEQVR42l3KSQ7DIBBEUe5/T8ZAwNhMZqi0Q1ZZlPSk+oxzjrUWmBBiQ0r5B6UU5pxgWusNYwzGGAT7Qp8Eay1672DOeQI17h3Qbrq892itEY6AehNCPDZijKi1gp3n+UO6UNqDKyMXalIqKF/kimcfEwiaRNKi/UEAAAAASUVORK5CYII=) repeat-y top center;
}
}
.am-layout-two-coll .am-layout-two-coll-top {
clear: both;
height: 20px;
background-color: #f5f5f5;
}
@media all and (min-width: 750px) {
.am-layout-two-coll .am-layout-two-coll-top {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAUCAYAAACnOeyiAAAAc0lEQVR42k3KSQ7DIBBEUe5/T8bggMFMZqh0TBZZlPSk+izliu9YSgWlNLB4ZeQH6UJpdMUYUSshhLDhw4l6U+NO/4NzaI1wvD3aPQiHQ+8TzFpL6GDGvtAnXcYYjEHQWmNOapRSG1JKrLX+IITY4Jw/+ABaS5pEmUKNPAAAAABJRU5ErkJggg==) repeat-y top center;
}
}
@media all and (min-width: 750px) {
.am-layout-two-coll .am-coll-left,
.am-layout-two-coll .am-coll-right {
float: left;
width: 50%;
}
}
.am-layout-two-coll .am-coll-left .am-coll-content {
margin: 0 1em;
}
.am-layout-two-coll .am-coll-right .am-coll-content {
margin: 0 1em;
} .am-pagination {
clear: both;
font-size: 100%;
padding: 0.5em 0;
margin: 0.5em 0;
}
.am-pagination a {
text-decoration: none;
color: #5e6e7a;
background: #d3dce3;
}
.am-pagination a, .am-pagination span {
padding: .4em 1em;
margin-right: 2px;
margin-bottom: 5px;
}
.am-pagination .am-pagination-current {
background: #97b1c2;
color: #fff;
}
.am-pagination .am-pagination-current.am-pagination-prev,
.am-pagination .am-pagination-current.am-pagination-next {
color: #afb5ba;
background: #e3e6e8;
}
@media all and (max-width: 360px) {
.am-pagination {
text-align: center;
}
.am-pagination span.am-pagination-dots {
padding: 0.6em 0.1em;
}
.am-pagination .am-pagination-prev,
.am-pagination .am-pagination-next {
display: none;
}
} ul.am-tabs {
display: block;
overflow: hidden;
margin: 0 0 1em 0;
padding: 0;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 3px;
text-align: left;
}
ul.am-tabs .menu-item-alert {
border-radius: 1.2em;
margin-left: .2em;
min-width: 1.2em;
height: 1.2em;
line-height: 1.2em;
padding: 0.2em;
font-size: 70%;
background: #fafafa;
display: inline-block;
text-align: center;
color: #333;
}
ul.am-tabs #menu-member {
width: 1em;
overflow: hidden;
}
ul.am-tabs #menu-member::before {
content: "\f015";
font-family: "Font Awesome 5 Free";
font-weight: 900;
float: left;
margin-right: 2em;
}
ul.am-tabs li {
display: block;
margin: 0;
padding: 0;
white-space: nowrap;
position: unset;
}
ul.am-tabs > li {
float: left;
background: #e8e8e8;
background: linear-gradient(to bottom, #f6f6f6, #e8e8e8);
}
ul.am-tabs a {
display: block;
box-sizing: content-box;
margin: 0;
height: 1.5em;
vertical-align: middle;
line-height: 1.5em;
padding: 0.5em 1em;
border-right: 1px solid #ccc;
color: #555960;
text-decoration: none;
}
ul.am-tabs li.active > a,
ul.am-tabs li.normal > a:hover {
border-color: #c7665b;
color: white;
}
ul.am-tabs li.active,
ul.am-tabs li.normal:hover {
background: #e34b3d;
background: linear-gradient(to bottom, #f1826f, #e34b3d);
}
ul.am-tabs li.active .menu-item-alert,
ul.am-tabs li.normal:hover .menu-item-alert {
color: #e34b3d;
}
ul.am-tabs li ul {
visibility: hidden;
position: absolute;
transform: translate(0, 10px);
margin: 0;
padding: 0;
z-index: 5;
opacity: 0;
transition: opacity .3s, transform .3s;
}
ul.am-tabs li > ul ul {
top: 0;
left: 100%;
margin-left: -2px;
}
ul.am-tabs li > ul ul.am-tabs-flip {
right: 100%;
left: unset;
}
ul.am-tabs li:hover > ul {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
margin-left: -1px;
}
ul.am-tabs .has-children .has-children {
position: relative;
}
ul.am-tabs .has-children ul {
background: #e8e8e8;
border-radius: 3px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border: 1px solid #ccc;
min-width: 150px;
box-shadow: 0 3px 3px #0000001a;
}
ul.am-tabs .has-children li {
margin: 0;
border-radius: 0;
}
ul.am-tabs .has-children ul a {
-webkit-border-radius: 0;
border-radius: 0;
border: none;
}
ul.am-tabs .has-children > a:hover {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
ul.am-tabs .has-children > a::after {
content: "\20\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 70%;
}
ul.am-tabs .has-children .has-children > a::after {
content: "\20\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 70%;
float: right;
margin-left: 1em;
}  .am-tabs-narrow-stuff {
display: none;
}
.am-tabs-narrow-wrapper {
display: none;
clear: both;
position: absolute;
width: 100%;
}
.am-tabs-narrow-wrapper.am-tabs-narrow-wrapper-open {
animation-name: tabs-narrow;
animation-duration: .5s;
}
.am-tabs-narrow-wrapper .am-tabs-narrow-wrapper-tail {
width: 18px;
height: 18px;
transform: rotate(45deg);
background: #dbdbdb;
position: absolute;
top: -5px;
left: 2em;
}
@keyframes tabs-narrow {
from {
transform: translateY(10px);
}
to {
transform: translateY(0px);
}
}
ul.am-tabs-narrow {
position: relative;
margin: 0;
padding: 1em;
background: #dbdbdb;
text-align: left;
}
ul.am-tabs-narrow ul {
margin: 0;
padding: 1em;
display: none;
position: absolute;
min-height: 100%;
box-sizing: border-box;
left: 0;
top: 0;
width: 100%;
background: #dbdbdb;
}
ul.am-tabs-narrow ul div.am-tab-close {
color: #303030;
font-size: 1.1rem;
float: right;
cursor: pointer;
}
ul.am-tabs-narrow ul div.am-tab-close::after {
content: "\2715";
}
ul.am-tabs-narrow li.am-tab-opened > ul {
display: block;
}
ul.am-tabs-narrow li {
list-style-type: none;
}
ul.am-tabs-narrow a {
padding-bottom: .4em;
display: block;
}
ul.am-tabs-narrow li.active > a {
font-weight: bold;
}
@media all and (max-width: 500px) {
.am-tabs-wrapper {
display: none;
}
.am-tabs-narrow-wrapper {
display: block;
}
}
@media all and (max-width: 600px) {
ul.am-tabs a {
padding: 0.4em 0.5em;
}
}  .am-receipt {
border: 1px solid #E0E0E0;
border-radius: 3px;
margin-bottom: 1em;
padding: 0.5em;
border-collapse: collapse;
box-shadow: 0 1px 1px #e0e0e0;
}
.am-receipt table.am-receipt-table {
width: 100%;
border: none;
}
.am-receipt td {
background-color: #ededed;
padding: 0.5em;
border: 1px solid white;
border: 1px solid #ffffff55;
}
.am-receipt th {
font-weight: bold;
padding: 0.5em;
border: none;
}
@media all and (max-width: 500px) {
.am-receipt th {
padding: 0;
font-weight: normal;
font-size: 80%;
}
.am-receipt .am-receipt-terms {
font-size: 80%;
}
}
.am-receipt td.am-receipt-total {
background-color: #d3dce3;
}
.am-receipt td.am-receipt-terms {
background: none;
}
.am-receipt td.am-receipt-indent {
background: none;
}
.am-receipt .am-receipt-row-delimiter td {
background: none;
}
.am-receipt .am-receipt-price {
width: 20%;
text-align: right;
}
.am-receipt .am-receipt-unit-price {
width: 20%;
text-align: right;
}
.am-receipt .am-receipt-qty {
width: 10%;
text-align: right;
}
.am-receipt .am-receipt-discounted-price {
text-decoration: line-through;
color: #F44336;
} .am-admin input, .am-admin textarea, .am-admin select, .am-admin button,
.am-body-content input,
.am-body-content textarea,
.am-body-content select,
.am-body-content button,
.am-popup input,
.am-popup textarea,
.am-popup select,
.am-popup button {
max-width: 100%;
line-height: 1.25em;
font-family: Tahoma, Arial, san-serif;
box-sizing: border-box;
vertical-align: middle;
display: inline-block;
}
.am-admin a.button,
.am-body-content a.button,
.am-popup a.button {
display: inline-block;
}
.am-admin a.button,
.am-admin a.button:hover,
.am-admin a.button:active,
.am-body-content a.button,
.am-body-content a.button:hover,
.am-body-content a.button:active,
.am-popup a.button,
.am-popup a.button:hover,
.am-popup a.button:active {
text-decoration: none;
}
.am-admin a.button,
.am-admin button,
.am-admin input[type=button],
.am-admin input[type=submit],
.am-body-content a.button,
.am-body-content button,
.am-body-content input[type=button],
.am-body-content input[type=submit],
.am-popup a.button,
.am-popup button,
.am-popup input[type=button],
.am-popup input[type=submit] {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
border: 1px solid #ced4da;
padding: 0.5em 1.2em;
margin: 0;
border-radius: 3px;
color: #555960;
}
.am-admin a.button:hover,
.am-admin button:hover,
.am-admin input[type=button]:hover,
.am-admin input[type=submit]:hover,
.am-admin a.button:active,
.am-admin button:active,
.am-admin input[type=button]:active,
.am-admin input[type=submit]:active,
.am-body-content a.button:hover,
.am-body-content button:hover,
.am-body-content input[type=button]:hover,
.am-body-content input[type=submit]:hover,
.am-body-content a.button:active,
.am-body-content button:active,
.am-body-content input[type=button]:active,
.am-body-content input[type=submit]:active,
.am-popup a.button:hover,
.am-popup button:hover,
.am-popup input[type=button]:hover,
.am-popup input[type=submit]:hover,
.am-popup a.button:active,
.am-popup button:active,
.am-popup input[type=button]:active,
.am-popup input[type=submit]:active {
cursor: pointer;
border-color: #688296;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEZJREFUeNpi3nD1I9OdR8+Z/v//D8UMQPyP6R+I/e8/mIawgWJgPpRG4UPYf//B2EhqsKqH8EH2gdj/YXb8/we1/z9AgAEAtNVuw630018AAAAASUVORK5CYII=);
background-color: #4e80a6;
color: white;
}
.am-admin button:disabled,
.am-admin input[type=button]:disabled,
.am-admin input[type=submit]:disabled,
.am-body-content button:disabled,
.am-body-content input[type=button]:disabled,
.am-body-content input[type=submit]:disabled,
.am-popup button:disabled,
.am-popup input[type=button]:disabled,
.am-popup input[type=submit]:disabled {
color: #ccc;
border: 1px solid #ced4da;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
text-shadow: none;
}
.am-admin input:disabled,
.am-admin input[readonly],
.am-admin input[type=email][readonly]:focus,
.am-admin input[type=number][readonly]:focus,
.am-admin input[type=text][readonly]:focus,
.am-body-content input:disabled,
.am-body-content input[readonly],
.am-body-content input[type=email][readonly]:focus,
.am-body-content input[type=number][readonly]:focus,
.am-body-content input[type=text][readonly]:focus,
.am-popup input:disabled,
.am-popup input[readonly],
.am-popup input[type=email][readonly]:focus,
.am-popup input[type=number][readonly]:focus,
.am-popup input[type=text][readonly]:focus {
background: #e8e8e8;
border: 1px solid #ced4da;
color: #ccc;
box-shadow: none;
}
.am-admin input[type=file],
.am-body-content input[type=file],
.am-popup input[type=file] {
background: transparent;
cursor: pointer;
}
.am-admin select,
.am-admin textarea,
.am-admin input[type=email],
.am-admin input[type=number],
.am-admin input[type=text],
.am-admin input[type=password],
.am-body-content select,
.am-body-content textarea,
.am-body-content input[type=email],
.am-body-content input[type=number],
.am-body-content input[type=text],
.am-body-content input[type=password],
.am-popup select,
.am-popup textarea,
.am-popup input[type=email],
.am-popup input[type=number],
.am-popup input[type=text],
.am-popup input[type=password] {
padding: .5em .75em;
margin: 0;
border: 1px solid #ced4da;
border-radius: 3px;
}
.am-admin select,
.am-body-content select,
.am-popup select {
height: calc(2.25em + 2px);
}
.am-admin button:focus,
.am-admin textarea:focus,
.am-admin select:focus,
.am-admin input:focus,
.am-body-content button:focus,
.am-body-content textarea:focus,
.am-body-content select:focus,
.am-body-content input:focus,
.am-popup button:focus,
.am-popup textarea:focus,
.am-popup select:focus,
.am-popup input:focus {
outline: none;
}
.am-admin textarea:focus,
.am-admin input[type=email]:focus,
.am-admin input[type=number]:focus,
.am-admin input[type=text]:focus,
.am-admin input[type=password]:focus,
.am-body-content textarea:focus,
.am-body-content input[type=email]:focus,
.am-body-content input[type=number]:focus,
.am-body-content input[type=text]:focus,
.am-body-content input[type=password]:focus,
.am-popup textarea:focus,
.am-popup input[type=email]:focus,
.am-popup input[type=number]:focus,
.am-popup input[type=text]:focus,
.am-popup input[type=password]:focus {
border-color: #c1def5;
box-shadow: 0 0 6px #c1def5;
}
.am-admin select:focus,
.am-body-content select:focus,
.am-popup select:focus {
border-color: #c1def5;
box-shadow: 0 0 2px #c1def5;
}
.am-admin textarea.am-error,
.am-admin input.am-error,
.am-admin select.am-error,
.am-body-content textarea.am-error,
.am-body-content input.am-error,
.am-body-content select.am-error,
.am-popup textarea.am-error,
.am-popup input.am-error,
.am-popup select.am-error {
background-color: #fce6e6;
border: 1px solid #a94442;
}
.select2-disabled {
color: #bbb;
}
.select2-dropdown {
z-index: 10001;
}
.select2-container .select2-selection--single {
border: 1px solid #ced4da;
}
.select2-container .select2-selection--single:focus {
outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 1.25em;
padding: .5em .75em;
}
.select2-container .select2-selection--single {
height: 2.25em;
height: calc(2.25em + 2px);
border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 100%;
top: 0;
right: 0;
}  .am-form {
margin-bottom: 1em;  }
.am-form input, .am-form textarea, .am-form select {
background: white;
}
.am-form input, .am-form textarea, .am-form select, .am-form button {
line-height: 1.25em;
display: inline-block;
max-width: 100%;
}
.am-form input[type="text"], .am-form input[type="password"], .am-form textarea, .am-form select, .am-form button {
height: auto;
}
.am-form input[type=radio],
.am-form input[type=checkbox] {
width: auto;
}
.am-form form {
border-radius: 3px;
border: 1px solid #ddd;
box-shadow: 0 1px 1px -1px #b0b0b0;
background: #fff;
margin: 0;
padding: 0;
text-align: left;
}
.am-form.am-form-noborder form {
border: none;
box-shadow: none;
}
.am-form.am-form-vertical form {
border: none;
box-shadow: none;
}
.am-form fieldset {
display: block;
border: none;
padding: 0;
margin: 0;
}
.am-form fieldset legend {
width: 100%;
display: block;
margin: 0;
padding: .5em 1rem;
font-size: 1.2rem;
box-sizing: border-box;
background: #f8f9f9;
border-bottom: 1px solid #d5d5d5;
}
.am-form fieldset.am-adv-fieldset > legend {
cursor: pointer;
color: #3f7fb0;
}
.am-form fieldset.am-adv-fieldset > legend:hover {
background: #f1f1f1;
}
.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable {
position: relative;
}
.am-form fieldset.am-adv-fieldset > legend .am-adv-fieldset-lable::after {
border-bottom: 1px #9aa9b3 dashed;
content: '';
height: 0;
left: 0;
right: 0;
bottom: 1px;
position: absolute;
}
.am-form fieldset.am-adv-fieldset-closed > legend .am-adv-fieldset-lable {
font-weight: bold;
}
.am-form .am-row:first-child .am-element-title:first-child {
border-radius: 3px 3px 0 0;
}
.am-form .am-row.disabled {
opacity: .5;
}
.am-form .am-row.am-row-highlight {
background: #ffe;
}
.am-form .am-row.am-row-head {
background: #f8f9f9;
}
.am-form .am-row.am-row-head .am-element-title {
text-align: left;
}
.am-form div.reqnote {
clear: both;
font-size: 80%;
margin: 0.5em 0 0 1em;
}
.am-form div.am-row {
margin: 0;
}
.am-form.am-form-nolines div.am-row {
border: none;
}
@media all and (max-width: 499px) {
.am-form div.am-row-buttons {
text-align: center;
}
}
.am-form div.am-element-title {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .5em 1em;
}
@media all and (min-width: 500px) {
.am-form div.am-element-title {
width: 35%;
float: left;
text-align: right;
padding: 1em 0.5em 1em 1em;
}
}
.am-form div.am-element-title label {
font-weight: bold;
margin-bottom: .4em;
display: block;
}
.am-form div.am-element-title .comment strong,
.am-form div.am-element-title .comment b {
opacity: .8;
}
.am-form div.am-element-title .comment {
font-size: 1rem;
line-height: 120%;
opacity: .8;
border: none;
padding: 0;
margin: 0;
background: none;
}
.am-form div.am-element {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .5em 1em;
}
@media all and (min-width: 500px) {
.am-form div.am-element {
margin-left: 35%;
padding: 1em 1em 1em 0.5em;
}
}
@media all and (max-width: 500px) {
.am-form div.am-element input[type=email],
.am-form div.am-element input[type=number],
.am-form div.am-element input[type=text],
.am-form div.am-element input[type=password],
.am-form div.am-element input[type=submit],
.am-form div.am-element button,
.am-form div.am-element textarea,
.am-form div.am-element select {
box-sizing: border-box;
width: 100%;
margin-bottom: 0.2em;
}
.am-form div.am-element .am-pass-indicator-wrap {
display: block;
}
.am-form div.am-element input.el-short {
width: auto;
}
}
.am-form.am-form-vertical div.am-element-title {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 1em 1em 0.3em;
font-size: 120%;
}
@media all and (min-width: 500px) {
.am-form.am-form-vertical div.am-element-title {
width: 100%;
float: left;
text-align: left;
}
}
.am-form.am-form-vertical div.am-element {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0.5em 1em 1em;
margin-left: 0;
width: 100%;
float: left;
text-align: left;
}
.am-form.am-form-nolabels div.am-element-title {
display: none;
}
.am-form.am-form-nolabels div.am-element {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0.5em 1em 1em;
margin-left: 0;
width: 100%;
float: left;
text-align: left;
}
.am-form div.am-row.am-no-label .am-element {
margin: 0;
padding: 1em 1em;
}
.am-form div.am-row.am-no-label div.am-element-title {
width: 0;
display: none;
}
.am-form div.am-row.am-row-wide .am-element {
margin: 0;
padding: .5em 1em;
}
.am-form div.am-row.am-row-wide .am-element-title {
float: none;
width: 100%;
text-align: left;
padding: .5em 1em;
}
.am-form textarea {
overflow: auto;
}
.am-form input[type=email],
.am-form input[type=number],
.am-form input[type=text],
.am-form input[type=password],
.am-form select,
.am-form textarea {
padding: .5em .75em;
}
.am-form span.error,
.am-form span.required {
color: #a94442;
}
.am-form span.am-error {
display: block;
}
.am-form input.am-error, .am-form textarea.am-error, .am-form select.am-error {
border: 1px solid #a94442;
}
.am-form select {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
}
.am-form span.mceEditor {
display: block;
}
.am-form .input_period {
display: inline-block;
}
.am-form input.datepicker,
.am-form input[type=text].datepicker {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAA0UlEQVQ4y9WSMW4CMRBF36x8Ay6wBQ1ScgS8zaaGMn1OgVIjDrVI1tr0aZBoc4Gc4achKDGxWBAg8SrPyP9r/mggI4RQp5RaCqSU2hDCOO9XR42qepXUlYwkdc65t7xvP4++7yfA0syegTGwLni1wKekD+C9aZodgDs4mq2AWSYoUZtZvU80z6ONOJ+DprpA/C8uqzfe++kQYYwx/a6vNtHNopVi6FT8B43G3yvfXmzkvX85Z6IvoIkxdqdEe56A/mhHkhaSwtCdSAqSFkP/359vAvc+6N1WlFsAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 25px;
}
.am-form .input_datetime {
border: 1px solid #c2c2c2;
display: inline-block;
vertical-align: middle;
border-radius: 3px;
}
.am-form .input_datetime input[type=text] {
border: none;
text-align: center;
}
.am-form .input_datetime .input_datetime-date {
border-radius: 3px 0 0 3px;
float: left;
display: block;
}
.am-form .input_datetime .input_datetime-time {
border-radius: 0 3px 3px 0;
float: left;
display: block;
background: #fafafa;
}
.am-form div.am-row::after {
content: ".";
visibility: hidden;
display: block;
height: 0;
font-size: 0;
clear: both;
}
.am-form input[type=checkbox] {
vertical-align: middle;
}
.am-el-wide {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
} .am-signup-form input.valid {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAyElEQVQ4y2NgGAWEADNZuv4zMDqLprXK+5ree7D1zAcGBgYGJrIMmZY6m4GBoYrp778AmDBpBsEM+c+YzPifoXFfzqwJMClGkgyZmjaHgYEhifE/Q+Oe3FkNyNLEGUTAEBSDHOYncDB9ZZvL9I+pZ0/ejPOkGIIaRp9ZRBgZGKz+M/3b7TIpw5AUQzC85jA9Q4H577/9DAwMfP+Y/rkx/WPKIsYQrGGEZJgMAwMDCzGG4AxsmGGM/xkWEmMIXuDQnyBAkQHDBwAAuE5agtL4c1UAAAAASUVORK5CYII=);
background-position: right center;
background-repeat: no-repeat;
}
.am-signup-form input.am-with-action.valid {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAyElEQVQ4y2NgGAWEADNZuv4zMDqLprXK+5ree7D1zAcGBgYGJrIMmZY6m4GBoYrp778AmDBpBsEM+c+YzPifoXFfzqwJMClGkgyZmjaHgYEhifE/Q+Oe3FkNyNLEGUTAEBSDHOYncDB9ZZvL9I+pZ0/ejPOkGIIaRp9ZRBgZGKz+M/3b7TIpw5AUQzC85jA9Q4H577/9DAwMfP+Y/rkx/WPKIsYQrGGEZJgMAwMDCzGG4AxsmGGM/xkWEmMIXuDQnyBAkQHDBwAAuE5agtL4c1UAAAAASUVORK5CYII=);
background-position: 90% center;
background-repeat: no-repeat;
}
.am-signup-form input.am-product-qty.valid {
background-image: none;
}
.am-signup-form .am-form-coupon-toggle {
text-align: center;
}
.am-aff-referred-by {
text-align: center;
color: #777;
}
.am-selected-product-row {
margin-bottom: .2em;
}
a.am-brick-product-remove {
text-decoration: none;
color: #303030;
}
a.am-brick-product-remove:hover {
color: #ba2727;
}
.am-form-container {
overflow: hidden;
}
@media all and (min-width: 800px) {
.am-form-container .am-form-form {
float: left;
width: 65%;
}
.am-form-container .am-form-sidebar {
display: block;
width: 35%;
float: right;
padding-left: 20px;
box-sizing: border-box;
}
}
.am-form-container .am-form-sidebar-sidebar {
border: 1px solid #ddd;
border-top-width: 1px;
border-radius: 3px;
padding: 1em;
box-shadow: 0 1px 1px -1px #b0b0b0;
} .am-body-content {
clear: both;
}
div.am-errors ul, ul.am-error, ul.am-errors {
margin: 0 0 1em 0;
padding: 0;
background: #fcbdbd;
border: 1px solid #faa7a7;
color: #ba2727;
border-radius: 3px;
}
div.am-errors ul li, ul.am-error li, ul.am-errors li {
margin: 0px;
padding: 0.5em 1em;
list-style: none;
text-align: left;
}
.am-error {
color: #ba2727;
}
.am-signup-link {
text-align: center;
margin-top: 1em;
}
.am-copyright {
margin: 1em 0 0 0;
text-align: center;
font-size: 75%;
}
.am-copyright a {
text-decoration: none;
} .am-lang-choice {
float: right;
line-height: 24px;
margin-left: .5em;
}
.am-lang-choice .am-lang-val-code {
display: none;
text-transform: uppercase;
}
.am-lang-choice .am-lang-val-code::before {
content: "\f57d\20";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.am-lang-choice .am-lang-val-text {
display: inline;
}
@media all and (max-width: 500px) {
.am-lang-choice .am-lang-val-code {
display: inline-block;
}
.am-lang-choice .am-lang-val-text {
display: none;
}
}
.am-lang-choice_list {
display: none;
}
.am-lang-choice_list select {
margin: 0 auto;
display: block;
} .am-signup-login-form-container {
z-index: 150;
position: absolute;
margin: 0 auto;
width: 754px;
background-color: white;
border: solid 3px #ccc;
padding: 20px;
}
.am-avatar-preview {
display: inline-block;
border-radius: 50%;
overflow: hidden;
}
.am-avatar-preview img {
display: block;
}
.am-auth-form {
margin-bottom: 1em;
margin: 0 auto;
max-width: 450px;
}
.am-auth-form form {
box-shadow: 0 1px 3px #ddd;
}
@media all and (min-width: 500px) {
.am-auth-form {
width: 450px;
}
}
.am-auth-form legend {
text-indent: 0;
text-align: center;
}
.am-auth-form div.am-element-title label {
font-weight: normal;
}
.am-auth-form div.am-element-title {
padding-top: 1.5em;
display: none;
}
@media all and (min-width: 500px) {
.am-auth-form div.am-element-title {
display: block;
}
}
.am-auth-form input[name=login],
.am-auth-form input[name=amember_login] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAA4ElEQVQ4y92RsWrCUBiFv9+KD3Az3KwBF8nkE+QtMhXayeLqEHAQEbcOHdu50ClvkSfoFDp2jcO9D1DQ66IQJZck4FLPeO7hXP7vwN1KfA9lWY6MMVvg8WR9BUGwiuP4ryk/9BVZazdAVrMya+0BWDblB74i59xTF6+1qK+8RSLy2cVrZaSUWhtjBtRgK6XWt7rAK+/8RVFMgYmIaADn3A74SZLku7Uoz/OHMAwXwByIPH/8Ah9VVb2labpvZKS1fgdmLVdEwKvWegy8nM2L1UTkuTOTq+z1/KMefPtk/7OOrao1U7u9SdUAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 30px;
width: 100%;
border-radius: 0;
line-height: 1.5em;
}
.am-auth-form input[name=amember_pass] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAABHUlEQVQ4y62TMWoDMRBF/1i2m5BT2OAuR1hZoCZHCG5yCHep0+UIqZ0D+ADLrlDpIos7p0npPikUdpg0a/CGXa2M80Ew0ny90QyIEFGe52Ol1B0AMHNljKn7vKO+hHNuqZQ6ANgB2CmlDs655UUg7/1MRLZE9CUiKxFZNfHWez9LBjHzGgBCCFZrvdFab0II9jyXBCKihYjsrbXH05m19igieyJaJINEZEJEdUeBWkQmncXPN2VZPgNYA5girh8AL1mWPfW9KAWCxtOa1ajDkKppDNSlz2ZFNQQqmHnOzHMAxTWgyhhTN1+jihnHA6DHoijeT/E1oFsieh2aT0pryfoL+rjgbsvbao2Z75VSDyJyEyMQ0Tczv/1XNy39ArO8b+29OU6nAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 30px;
width: 100%;
border-radius: 0;
line-height: 1.5em;
}
.am-auth-form input[type=submit],
.am-auth-form button {
line-height: 1.5em;
text-transform: uppercase;
}
@media all and (min-width: 500px) {
.am-auth-form input[type=submit],
.am-auth-form button {
text-transform: none;
}
}
.am-auth-form div.am-row {
background: #f9f9f9;
border-bottom: none;
}
.am-login-form-wrapper,
.am-sendpass-form-wrapper {
margin-top: 2em;
}
.am-row-sendpass-notice {
line-height: 1.5;
}
.am-page-login-no-label .am-popup .am-login-form-wrapper,
.am-page-login-no-label .am-popup .am-sendpass-form-wrapper,
.am-popup .am-login-form-wrapper,
.am-popup .am-sendpass-form-wrapper {
margin-top: 0;
}
.am-page-login-no-label .am-popup .am-login-form legend,
.am-page-login-no-label .am-popup .am-sendpass-form legend,
.am-popup .am-login-form legend,
.am-popup .am-sendpass-form legend {
display: none;
}
.am-page-login-no-label .am-popup .am-login-form form,
.am-page-login-no-label .am-popup .am-sendpass-form form,
.am-popup .am-login-form form,
.am-popup .am-sendpass-form form {
border: none;
box-shadow: none;
}
.am-page-login-no-label .am-popup .am-login-form .am-row,
.am-page-login-no-label .am-popup .am-sendpass-form .am-row,
.am-popup .am-login-form .am-row,
.am-popup .am-sendpass-form .am-row {
border: none;
}
.am-page-login-no-label .am-popup .am-login-form .am-row .am-element-title,
.am-page-login-no-label .am-popup .am-sendpass-form .am-row .am-element-title,
.am-popup .am-login-form .am-row .am-element-title,
.am-popup .am-sendpass-form .am-row .am-element-title {
background: none;
}
.am-page-login-no-label .am-popup .am-auth-form div.am-row,
.am-popup .am-auth-form div.am-row {
background: none;
}
.am-page-login-no-label .am-popup .am-form.am-auth-form,
.am-popup .am-form.am-auth-form {
max-width: 320px;
}
.am-page-login-no-label .am-popup .am-form.am-auth-form div.am-element,
.am-popup .am-form.am-auth-form div.am-element {
margin: 0;
padding: .5em;
}
.am-page-login-no-label .am-popup .am-form.am-auth-form div.am-element-title,
.am-popup .am-form.am-auth-form div.am-element-title {
width: auto;
text-align: left;
float: none;
padding: .5em .5em 0;
}
.am-page-login-no-label .am-popup .am-form.am-auth-form div.am-element-title label,
.am-popup .am-form.am-auth-form div.am-element-title label {
margin: 0;
}
.am-sendpass-form-wrapper {
display: none;
}
.am-form-login-switch {
margin-left: 0.5em;
}
@media all and (max-width: 499px) {
.am-form-login-switch {
display: inline-block;
margin: 1em 0 0;
}
}
#am-form-login-remember {
margin-top: 0.5em;
display: block;
} .agreement {
font-size: 8pt;
white-space: pre-wrap;
max-height: 300px;
overflow: auto;
}
#mask {
z-index: 100000;
position: fixed;
top: 0;
left: 0;
-moz-opacity: 0.7;
opacity: .70;
filter: alpha(opacity=70);
background-color: #CCC;
width: 100%;
height: 100%;
}
.am-active-invoice {
padding: 0.5em;
border: 1px solid #ededed;
margin-bottom: 0.5em;
}
.am-active-invoice .am-active-invoice-num {
font-weight: bold;
}
.am-active-invoice .am-active-invoice-terms {
font-style: italic;
}
.am-active-invoice .am-active-invoice-cancel {
color: gray;
}
.am-active-invoice .am-active-invoice-product {
color: gray;
}
.am-active-invoice .am-active-invoice-product-list {
margin: 0 0 0 2em;
}
.am-active-invoice .am-active-invoice-product-list li {
list-style-type: disc;
}
.am-active-invoice .am-active-invoice-manual-rebill,
.am-active-invoice .am-active-invoice-cancel,
.am-active-invoice .am-active-invoice-restore,
.am-active-invoice .am-active-invoice-update-cc {
margin-right: .5em;
}
.am-block ul.am-list,
ul.am-list {
margin-bottom: 1em;
margin-left: 2em;
}
.am-block ul.am-list li,
ul.am-list li {
list-style-type: disc;
}
ul.am-widget-list {
margin: 0;
padding: 0;
}
ul.am-widget-list li {
list-style-type: none;
margin-bottom: .4em;
}
.am-list-newsletters-item .am-list-newsletters-item_title {
font-weight: bold;
}
.am-list-newsletters-item .am-list-newsletters-item_desc {
display: block;
}
.small {
font-size: small;
font-style: italic;
}
.am-brick-product-popup-cats {
background: #eee;
padding: 0.5em;
margin-bottom: 1em;
}
.am-brick-product-popup-cat-active {
background: white;
}
.am-brick-product-popup-ok {
display: flex;
}
.am-brick-product-popup-ok button {
margin: .5em auto 0;
}
.am-product-title {
font-weight: bold;
}
.am-product-desc {
font-size: .9em;
font-style: italic;
display: block;
}
#row-paysys_id label {
display: block;
margin-bottom: .5em;
}
.am-paysystem-title {
font-weight: bold;
}
.am-paysystem-desc {
font-size: small;
font-style: italic;
display: block;
}
.ajax-link,
.local-link,
.local {
text-decoration-color: #9aa9b3;
text-decoration-style: dashed;
}
.cancel-subscription-popup-text {
margin-bottom: 1em;
}
.am-reuse-card-confirmation {
font-size: large;
}
.am-form div.am-element-recaptcha {
margin-left: 0;
text-align: center;
padding: 1em;
}
.am-form div.am-element-recaptcha > div {
display: inline-block;
} .glyph {
width: 16px;
height: 16px;
display: inline-block;
background-image: url(/amember/application/default/views/public/img/sprite/icon.png);
background-repeat: no-repeat;
background-position: left center;
vertical-align: middle;
}
#EmailCode {
background: #FFFFCF;
font-size: 1.2rem;
line-height: 150%;
}
.am-pass-indicator-wrap {
position: relative;
display: inline-block;
max-width: 100%;
}
.am-pass-indicator-bar {
background: #c2c2c2;
position: absolute;
width: 100%;
top: -6px;
}
.am-pass-indicator-bar_bar {
height: 2px;
transition: all 1s;
width: 0%;
}
.am-pass-indicator-bar_bar-weak {
background: #a94442;
}
.am-pass-indicator-bar_bar-good {
background: #ffd54f;
}
.am-pass-indicator-bar_bar-strong {
background: #388E3C;
}
.am-switch-reveal {
display: inline-block;
width: 16px;
height: 16px;
margin-left: -24px;
cursor: pointer;
vertical-align: middle;
}
.am-switch-reveal-off {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAABy0lEQVQ4y8WSsWsTYRjGf999KdaDTAnhHGwp6JROGnSJ9xlxFwWDqc66OLiIIroUFbEgujq4CFouU/bCeUciFKJTMzhV7ZDDP+AUzXevy125Uih28lm+4Xm/h+d5nxf+NxRAHMeXgGtJktzodrv20AJRFC0ppT4Am0mS9BqNxgWt9QsRWcpnvgEb1trXnU5na58AQBiGJ7TWE2Dguu71NE1fKaWWRcQBTgFHgQx46bru/Var9WdXIAgC7XneW6CX6/WTJOkVcUaj0aK1NgDO5PygVqt1m83m72IHj4DVnPwF/AA2rbUrWusHIjLWWm9lWfYFmAcQkSfGmIdOHMfHgHulWCMROQ9c0Vq/s9Y+VUq12u32d+DTbnal7kZRdNwRkQowVxKYN8ZsA1PgaiGSc1KamymlZo4xZkdE1krE6eFwuCAit4CdwkkQBFopNSk5eO77/tQBqNfrq8CgcJBlWb9SqUx8318QkZPAWc/z3s9ms9si8gZYn06nj/fUOB6P59I0fQbcARzgJ/A5f88BR4C+tXalWq2qPTWWEYbhstb6JnARWMxzf1VKbYjI5eLYior3CRyE0sV+9H2/R271n2GM2c4rXj/MvwPxF0i0wHUS5p2lAAAAAElFTkSuQmCC);
}
.am-switch-reveal-on {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAABN0lEQVQ4y92SMUtCURiGn3POTcxVx9QlaLhNIS3GEaHdSX9CNDYGRUMUNDZGP0En90DuIZeQJu8QtGiNuprYPee2nEKiLZf6xuc9zwuH74M/P+I76PV620qpA2AfKHs8Au6stbf1en34Y8FgMFibzWZXwBEggTfg0cc7wDrggOtcLndcqVTevwriOM5Mp9M20PDCg1KqVa1WRwD9fr9srW0Duz7v5vP5VhiGCwkwmUzOluS5lLKZJElojBkbY8ZJkoRSyiYw928a3kFEUVQUQjwDGR/2tdZ7xpgXYMOzV6110RhzD1Q9W6RpuilXsoUoii6EECdLX9iy1m4LIW4A0jQ9VEoNnXNPQNazy1qtdioBCoXCOdD1BVnnXCcIglhrXdJal4IgiJ1znU8Z6HpnRWv8zSH9g/kAGqGIbkATm0MAAAAASUVORK5CYII=);
}
.am-flash {
display: none;
}
.am-flash-mask {
position: fixed;
z-index: 500;
opacity: 0.8;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #eee;
}
.am-flash-content {
position: fixed;
z-index: 501;
top: 20%;
left: 50%;
margin-left: -140px;
width: 280px;
}
.am-flash-content-message {
background: #dfe8f0;
border: 1px solid #ccddeb;
border-radius: 3px;
padding: 0.5em 1em;
}
.am-flash-content-lock {
background: #dfe8f0 url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3Bpbm5lciIgd2lkdGg9IjY1cHgiIGhlaWdodD0iNjVweCIgdmlld0JveD0iMCAwIDY2IDY2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICA8c3R5bGU+Ci5zcGlubmVyIHsKICAtd2Via2l0LWFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgIGFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0b3IgewogIDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpOwogIH0KICAxMDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICB9Cn0KCkBrZXlmcmFtZXMgcm90YXRvciB7CiAgMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgfQogIDEwMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogIH0KfQoucGF0aCB7CiAgc3Ryb2tlLWRhc2hhcnJheTogMTg3OwogIHN0cm9rZS1kYXNob2Zmc2V0OiAwOwogIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogICAgICAgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogIC13ZWJraXQtYW5pbWF0aW9uOiBkYXNoIDEuNHMgZWFzZS1pbi1vdXQgaW5maW5pdGU7CiAgICAgICAgICBhbmltYXRpb246IGRhc2ggMS40cyBlYXNlLWluLW91dCBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIGRhc2ggewogIDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgfQogIDUwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogNDYuNzU7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgfQogIDEwMCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDE4NzsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICB9Cn0KQGtleWZyYW1lcyBkYXNoIHsKICAwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogMTg3OwogIH0KICA1MCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDQ2Ljc1OwogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogIH0KICAxMDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgfQp9Cjwvc3R5bGU+CiAgIDxjaXJjbGUgY2xhc3M9InBhdGgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGN4PSIzMyIgY3k9IjMzIiByPSIzMCI+PC9jaXJjbGU+Cjwvc3ZnPgo=) no-repeat 1em center;
background-size: 16px 16px;
border: 1px solid #ccddeb;
border-radius: 3px;
padding: 0.5em 1em 0.5em calc(2em + 16px);
}
.am-flash-content-error {
background: #fcbdbd;
border: 1px solid #faa7a7;
color: #ba2727;
border-radius: 3px;
padding: 0.5em 1em;
}
.am-upgrade-options {
margin-bottom: 1em;
}
.am-upgrade-coupon {
margin-bottom: 1em;
}
.am-link-del {
text-decoration: none;
}
.am-link-del:hover {
color: #a94442;
} .am-block {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 3px;
margin-bottom: 1em;
padding: 1em;
box-shadow: 0 1px 1px #e0e0e0;
}
.am-block ul {
margin: 0;
padding: 0;
}
.am-block li {
list-style-type: none;
margin: 0 0.3em 0 0;
}
.am-block#drop-me {
border-color: #e34b3d;
}
#drop-me-head {
color: #e34b3d;
} .am-info {
background: #dfe8f0;
border: 1px solid #ccddeb;
border-radius: 3px;
margin-bottom: 1em;
padding: 0.5em 1em;
}
.am-notice {
background: #FFFFCF;
border: 1px solid #d1d0ae;
color: #454430;
border-radius: 3px;
margin-bottom: 1em;
padding: 0.5em 1em;
}
.am-block-nodata {
text-align: center;
padding: 2em;
background: #f5f5f5;
font-size: 1.2rem;
margin-bottom: 1em;
}
.am-list-subscriptions .am-list-subscriptions-title:after {
content: " –";
}
.am-list-subscriptions .am-list-subscriptions-desc {
opacity: .7;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 1.6em;
}
.am-list-subscriptions_divider {
color: #e0e0e0;
}
.am-list-subscriptions_divider::after {
content: '|';
}
.am-list-resources-desc {
opacity: .7;
}
.am-input-filter-wrapper {
overflow: hidden;
padding: 0.4em;
border: 1px solid #e0e0e0;
margin-bottom: 1em;
background: #fff;
}
.am-input-filter-wrapper.am-input-filter-wrapper_focus {
box-shadow: 0 0 4px #00000022;
background: #fff;
}
.am-input-filter-wrapper .am-input-filter-inner-wrapper {
position: relative;
padding-right: 15px;
background: #fff;
}
.am-input-filter-wrapper .am-input-filter-empty {
display: none;
position: absolute;
top: 0;
right: 0;
width: 20px;
cursor: pointer;
display: none;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAnUlEQVQ4y+WTuw3DMAxETwEHyDppDLDMOMog8jgqBVzjdTyAAKZxAFuxFH9SJVceiQcccQT+Ryml65GdS7kgIgPJUIOQDCIylLAFSFVHM4sA/Bps8ryZRVUdP8YjGUjaHLbmzeVaMAAeQD9ZHkDfdd1jF6iAoQV5u9EZfS1aFbL32JsgW2aLaK9CmlmsRSAZnHP3nPOt2aWjL/LDegLsGX0NjiatxAAAAABJRU5ErkJggg==) no-repeat center center transparent;
}
.am-input-filter-wrapper .am-input-filter-empty:hover {
opacity: 1;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAAq0lEQVQ4y2NgGDngf0CCADlqmNAV/GH/efx3WFQfLkN+h0X1/WH/eRzdMBSDGDcs+MDwn3E7I8P/QmyG/Q6L6mNk+F/I8J9xO+OGBR8Ieu93WFTfn7DI/8iGYRNDcQQ+wxgZ/hf+Z2DshyiEsFlXLSsiySAUrzAwMOAzBCOMKAFU8xrVApsoQ4iRQ/EaLEEy/GfcjssLv8Oi+hgY/3uy/GS3xJuWyM0iwxgAAARneGlNvfu5AAAAAElFTkSuQmCC);
}
.am-input-filter-wrapper input[type=text].am-input-filter {
padding: 0;
margin: 0;
border: none;
width: 100%;
padding-left: 24px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAABeElEQVQ4y83TPYsTURjF8f+ZDL4UWlgFSeNWvmAjqBC9M/gNBCstd82nUKzExl6QsIpsl04stBvmTsimdP0AsmCpu9VqEdZ7bIyExTjBQjzVvQ+XHw8HLvxv0dHBeDw+lVK6DxTAMUkfgGEI4ePKUIzxCvAGOAvsSjqwfR74LmkQQthaBmXzw3Q6PQ28Bg5t3yiK4lwI4bLtNWDb9ssY47VWaDabbQA923fLspzM52VZfsrz/A7w2fbDVkjSTWB3EZmn3+/vA+8khVYopXRS0sHSMqWvwIlWKMuyHdsXqqrqHX00Go06tm/Zft8KAUPgsNPpbE0mkzPzYVVVebfbfQpclPR46caLl7qu70l6JWnP9lvb3ySVwCXgC/AohPBcUvojBNA0zfWU0oOfxR63vZNl2RPbPeCZ7RdFUQx+h60U21ld15sxRtd1vWl7sRbyVSFJyfYgxoik9Rgjtn9tplWhxc1ijENJtyVdbfuDrVjTNGt/DfyT/ACg8aXpx984kwAAAABJRU5ErkJggg==) no-repeat left center;
}
.am-input-filter-wrapper input[type=text].am-input-filter:focus {
border: none;
box-shadow: none;
outline: 0;
}
.am-cookie-notice {
position: fixed;
top: 0;
width: 100%;
text-align: center;
padding: 1em;
box-sizing: border-box;
background: #4149F2;
opacity: .8;
font-size: 1rem;
line-height: 1.4;
box-shadow: 0 0 20px #000a;
}
.am-cookie-notice .am-cookie-notice__msg {
color: white;
max-width: 600px;
margin: 0 auto 1em;
}
.am-cookie-notice .am-cookie-notice__link:hover,
.am-cookie-notice .am-cookie-notice__link {
color: white;
text-decoration: none;
border: 1px solid white;
border-radius: 3px;
padding: .6em 1.2em;
line-height: 1em;
display: inline-block;
}
.am-cookie-notice .am-cookie-notice__link:hover {
background: #fff5;
}
.am-cookie-notice .am-cookie-notice__link::before {
content: "\f00c";
margin-right: .5em;
display: inline;
font-family: "Font Awesome 5 Free";
font-weight: bold;
}
.am-notification {
border: 1px solid;
border-radius: 3px;
margin-bottom: 1em;
padding: 0.5em 1em;
background-color: #FFFFCF;
border-color: #d1d0ae;
color: #454430;
}
.am-notification.info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.am-notification.warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.am-notification.success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.am-notification.danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
} .am-invoice-summary {
background: #fff;
border: 1px solid #ddd;
border-radius: 3px;
margin-bottom: 1em;
padding: 1em;
box-shadow: 0 1px 1px -1px #b0b0b0;
}
.am-invoice-summary table {
width: 100%;
}
.am-invoice-summary td {
padding: 0.5em 0.4em;
}
.am-invoice-summary .am-invoice-summary-item-num {
color: #ededed;
}
.am-invoice-summary .am-invoice-summary-price {
text-align: right;
width: 20%;
}
.am-invoice-summary .am-invoice-summary-item-qty {
width: 1%;
}
.am-invoice-summary .am-invoice-summary-subtotal,
.am-invoice-summary .am-invoice-summary-discount,
.am-invoice-summary .am-invoice-summary-shipping,
.am-invoice-summary .am-invoice-summary-tax,
.am-invoice-summary .am-invoice-summary-total {
text-align: right;
font-size: 1.2rem;
}
.am-invoice-summary .am-invoice-summary-row-subtotal,
.am-invoice-summary .am-invoice-summary-row-discount,
.am-invoice-summary .am-invoice-summary-row-shipping,
.am-invoice-summary .am-invoice-summary-row-tax,
.am-invoice-summary .am-invoice-summary-row-total {
font-size: 1.2rem;
}
.am-invoice-summary .am-invoice-summary-item {
border-bottom: 1px solid #ededed;
}
.am-invoice-summary .am-invoice-summary-item.am-invoice-summary-item-last {
border-bottom: none;
}
.am-invoice-summary tr.am-invoice-summary-delimeter td {
padding: 0;
}
.am-invoice-summary tr.am-invoice-summary-delimeter hr {
background: #ededed;
margin-top: 0;
}
.am-popup {
margin: 0 auto;
padding: 10px 20px 20px 20px;
position: absolute;
text-align: left;
z-index: 100001;
display: none;
background-color: white;
border-width: 0;
overflow: hidden;
box-shadow: 0 0 50px #000000b3;
box-sizing: border-box;
}
@media all and (min-width: 321px) {
.am-popup {
min-width: 320px;
border-radius: 3px;
}
}
.am-popup .am-popup-close-icon {
display: inline-block;
float: right;
text-decoration: none;
}
.am-popup .am-popup-close-icon:after {
content: "\2715";
color: #303030;
font-size: 1.1rem;
}
.am-popup .am-popup-header {
font-size: 1.1rem;
font-weight: bold;
overflow: hidden;
margin: -10px -20px 1em -20px;
background: #eee;
padding: 1em;
} .upload-control {
display: inline-block;
}
.upload-control .upload-control-upload {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
border: 1px solid #ced4da;
padding: 0.5em 1.2em;
border-radius: 3px 0 0 3px;
color: #555960;
text-shadow: 0 -1px 1px #c7c8c9;
}
.upload-control .upload-control-upload.upload-control-reupload {
border-radius: 3px;
}
.upload-control .upload-control-browse {
display: inline-block;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
border: 1px solid #ced4da;
border-left: none;
padding: 0.5em 1.2em;
border-radius: 0 3px 3px 0;
color: #555960;
text-shadow: 0 -1px 1px #c7c8c9;
cursor: pointer;
}
.upload-control .upload-control-upload.hover, .upload-control .upload-control-browse.hover {
border-color: #688296;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEZJREFUeNpi3nD1I9OdR8+Z/v//D8UMQPyP6R+I/e8/mIawgWJgPpRG4UPYf//B2EhqsKqH8EH2gdj/YXb8/we1/z9AgAEAtNVuw630018AAAAASUVORK5CYII=);
background-color: #e34b3d;
color: white;
text-shadow: 0 -1px 1px #688296;
}
.upload-control span.uploading {
background: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3Bpbm5lciIgd2lkdGg9IjY1cHgiIGhlaWdodD0iNjVweCIgdmlld0JveD0iMCAwIDY2IDY2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICA8c3R5bGU+Ci5zcGlubmVyIHsKICAtd2Via2l0LWFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgIGFuaW1hdGlvbjogcm90YXRvciAxLjRzIGxpbmVhciBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIHJvdGF0b3IgewogIDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpOwogIH0KICAxMDAlIHsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMjcwZGVnKTsKICB9Cn0KCkBrZXlmcmFtZXMgcm90YXRvciB7CiAgMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7CiAgfQogIDEwMCUgewogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgyNzBkZWcpOwogIH0KfQoucGF0aCB7CiAgc3Ryb2tlLWRhc2hhcnJheTogMTg3OwogIHN0cm9rZS1kYXNob2Zmc2V0OiAwOwogIC13ZWJraXQtdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogICAgICAgICAgdHJhbnNmb3JtLW9yaWdpbjogY2VudGVyOwogIC13ZWJraXQtYW5pbWF0aW9uOiBkYXNoIDEuNHMgZWFzZS1pbi1vdXQgaW5maW5pdGU7CiAgICAgICAgICBhbmltYXRpb246IGRhc2ggMS40cyBlYXNlLWluLW91dCBpbmZpbml0ZTsKfQoKQC13ZWJraXQta2V5ZnJhbWVzIGRhc2ggewogIDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgfQogIDUwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogNDYuNzU7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDEzNWRlZyk7CiAgfQogIDEwMCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDE4NzsKICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICAgICAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoNDUwZGVnKTsKICB9Cn0KQGtleWZyYW1lcyBkYXNoIHsKICAwJSB7CiAgICBzdHJva2UtZGFzaG9mZnNldDogMTg3OwogIH0KICA1MCUgewogICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDQ2Ljc1OwogICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogICAgICAgICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgxMzVkZWcpOwogIH0KICAxMDAlIHsKICAgIHN0cm9rZS1kYXNob2Zmc2V0OiAxODc7CiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1MGRlZyk7CiAgfQp9Cjwvc3R5bGU+CiAgIDxjaXJjbGUgY2xhc3M9InBhdGgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGN4PSIzMyIgY3k9IjMzIiByPSIzMCI+PC9jaXJjbGU+Cjwvc3ZnPgo=) no-repeat left center;
background-size: 12px 12px;
padding-left: 20px;
}
.upload-control .upload-control-upload.upload-control-upload-single {
border-radius: 3px;
} .morris-hover {
position: absolute;
z-index: 1000;
}
.morris-hover.morris-default-style {
border-radius: 10px;
padding: 6px;
color: #666;
background: rgba(255, 255, 255, 0.8);
border: solid 2px rgba(230, 230, 230, 0.8);
font-family: sans-serif;
font-size: 12px;
text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
font-weight: bold;
margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
white-space: nowrap;
margin: 0.1em 0;
}
.am-donation {
padding: 0.5em 0;
}
.am-donation .am-donation-recurring {
padding-left: 1em;
}
.am-donation .smileyface {
width: 50px;
height: 50px;
position: relative;
border-radius: 50px;
display: block;
border: 1px solid #333;
background: rgba(255, 230, 50, 0.28);
}
.am-donation .eyes {
width: 4px;
height: 8px;
background: #333;
border-radius: 5px/10px;
position: absolute;
top: 10px;
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.am-donation .eyes.lefteye {
left: 12px;
}
.am-donation .eyes.righteye {
right: 12px;
}
.am-donation .smile {
width: 30px;
height: 20px;
box-sizing: border-box;
border: 2px solid #333;
border-top: none;
border-right: none;
border-left: none;
background: rgba(0, 0, 0, 0);
border-radius: 0 0 20px 20px;
position: absolute;
bottom: 10px;
left: 10px;
box-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}
.am-donation .am-donation-smile-wrap {
overflow: hidden;
}
.am-donation .am-donation-smile {
width: 60px;
float: right;
}
.am-donation .am-donation-slider {
margin-right: 80px;
padding: 0 1em 1em 1em;
}
.am-donation .ui-slider-range {
background: #71BD26 !important;
}
.am-donation .ui-slider-handle {
border-color: #71BD26 !important;
}
.am-donation .ui-slider-handle.ui-state-focus {
outline: none;
}
.am-donation a:focus {
outline: none;
}
.am-donation .am-donation-total {
font-size: 130%;
font-style: italic;
margin-bottom: 0.8em;
}
.am-donation .am-donation-total-amount {
font-weight: bold;
}
.am-donation .am-donation-smile-wrap .ui-slider {
height: 4px;
border: 0;
background: #eee;
}
.am-donation .am-donation-smile-wrap .ui-slider-handle {
height: 1.6em;
width: 1.6em;
top: -0.8em;
margin-left: -0.8em;
border-radius: 0.8em;
box-shadow: 0 1px 1px #eee;
cursor: move;
background: #fefefe;
}
.am-donation .am-donation-smile-wrap .ui-slider-handle:hover {
background: #fefefe;
}
.am-fb-signup-button-wrapper {
text-align: center;
padding: 1em;
}
.am-fb-signup-button {
line-height: 25px;
}
.am-fb-signup-button:before {
content: 'Do not want to fill in profile form? You can log in with your Facebook account – ';
}
.am-fb-login-button-wrapper.am-fb-login-form-after:before,
.am-fb-login-button-wrapper.am-fb-login-form-before:after {
content: "or";
background: white;
padding: .5em;
margin-left: -1em;
border-radius: 50%;
color: #555555;
font-style: italic;
text-transform: uppercase;
left: 50%;
position: absolute;
}
.am-fb-login-button-wrapper.am-fb-login-form-after:before {
top: -15px;
}
.am-fb-login-button-wrapper.am-fb-login-form-before:after {
bottom: -15px;
}
.am-fb-login-button-wrapper.am-fb-login-form-after {
margin: 2em auto 0;
padding: 1.5em 0 1em;
border-top: 1px solid #ddd;
}
.am-fb-login-button-wrapper.am-fb-login-form-before {
margin: 0 auto 2em;
padding: 1em 0 1.5em;
border-bottom: 1px solid #ddd;
}
.am-fb-login-button-wrapper {
text-align: center;
max-width: 450px;
position: relative;
}
.am-fb-login-button {
line-height: 25px;
}
.am-fb-login-button:before {
content: 'use your Facebook account – ';
}
.am-header-menu-toggle {
display: none;
padding: .5em;
}
.am-header-menu-toggle a {
text-decoration: none;
}
.am-common ul.am-header-menu-narrow,
ul.am-header-menu-narrow {
display: none;
margin: 0 .5em 1em;
}
.am-common ul.am-header-menu-narrow li,
ul.am-header-menu-narrow li {
list-style: none;
}
.am-common ul.am-header-menu-narrow ul,
ul.am-header-menu-narrow ul {
margin: .5em 0 1em 1em;
}
@media all and (max-width: 500px) {
ul.am-header-menu {
display: none;
}
.am-header-menu-toggle,
ul.am-header-menu-narrow {
display: block;
}
}
ul.am-header-menu {
margin: 0;
}
ul.am-header-menu ul {
text-align: left;
}
ul.am-header-menu li {
margin: 0;
}
ul.am-header-menu a {
display: block;
padding: .5em;
white-space: nowrap;
text-decoration: none;
}
ul.am-header-menu > li > a::after {
content: ' ';
display: block;
background: #7f7f7f;
width: 0;
height: 2px;
margin: 0 auto;
transition: width .3s;
}
ul.am-header-menu > li:hover > a::after {
width: 100%;
}
ul.am-header-menu > li.has-children > a:hover {
text-decoration: none;
}
ul.am-header-menu > li {
display: inline-block;
}
ul.am-header-menu li {
list-style: none;
position: unset;
}
ul.am-header-menu .has-children .has-children {
position: relative;
}
ul.am-header-menu .has-children ul {
min-width: 150px;
box-shadow: 0 3px 3px #0000001a;
}
ul.am-header-menu .has-children a:hover {
text-decoration: underline;
}
ul.am-header-menu li ul {
visibility: hidden;
position: absolute;
transform: translate(0, 10px);
background: #f2f2f2;
margin: 0;
padding: 0;
z-index: 5;
opacity: 0;
transition: opacity .3s, transform .3s;
}
ul.am-header-menu li:hover > ul {
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}
ul.am-header-menu li > ul ul {
top: 0;
left: 100%;
}
ul.am-header-menu li > ul ul.am-header-menu-flip {
right: 100%;
left: unset;
}
.am-video-wrapper {
text-align: center;
background: black;
font-size: 0;
}
.am-copy-to-clipboard-highlight {
background: #fcf2bf;
}
.am-copy-to-clipboard-trigger {
display: inline-block;
vertical-align: text-bottom;
opacity: .4;
margin-left: .6rem;
transition: opacity .2s;
text-decoration: none;
}
.am-copy-to-clipboard-trigger::before {
content: "\f0c5";
font-family: "Font Awesome 5 Free";
font-size: 70%;
}
.am-copy-to-clipboard-trigger:hover {
opacity: 1;
}
@keyframes plyr-progress {
to {
background-position: 25px 0;
background-position: var(--plyr-progress-loading-size, 25px) 0;
}
}
@keyframes plyr-popup {
0% {
opacity: .5;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes plyr-fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.am-body-content .plyr,
.am-popup .plyr {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
align-items: center;
direction: ltr;
display: flex;
flex-direction: column;
font-family: inherit;
font-family: var(--plyr-font-family, inherit);
font-variant-numeric: tabular-nums;
font-weight: 400;
font-weight: var(--plyr-font-weight-regular, 400);
height: 100%;
line-height: 1.7;
line-height: var(--plyr-line-height, 1.7);
max-width: 100%;
min-width: 200px;
position: relative;
text-shadow: none;
transition: box-shadow .3s ease;
z-index: 0;
}
.am-body-content .plyr audio, .am-body-content .plyr iframe, .am-body-content .plyr video,
.am-popup .plyr audio,
.am-popup .plyr iframe,
.am-popup .plyr video {
display: block;
height: 100%;
width: 100%;
}
.am-body-content .plyr button,
.am-popup .plyr button {
font: inherit;
line-height: inherit;
width: auto;
}
.am-body-content .plyr:focus,
.am-popup .plyr:focus {
outline: 0;
}
.am-body-content .plyr--full-ui,
.am-popup .plyr--full-ui {
box-sizing: border-box;
}
.am-body-content .plyr--full-ui *, .am-body-content .plyr--full-ui ::after, .am-body-content .plyr--full-ui ::before,
.am-popup .plyr--full-ui *,
.am-popup .plyr--full-ui ::after,
.am-popup .plyr--full-ui ::before {
box-sizing: inherit;
}
.am-body-content .plyr--full-ui a, .am-body-content .plyr--full-ui button, .am-body-content .plyr--full-ui input, .am-body-content .plyr--full-ui label,
.am-popup .plyr--full-ui a,
.am-popup .plyr--full-ui button,
.am-popup .plyr--full-ui input,
.am-popup .plyr--full-ui label {
touch-action: manipulation;
}
.am-body-content .plyr__badge,
.am-popup .plyr__badge {
background: #4a5464;
background: var(--plyr-badge-background, #4a5464);
border-radius: 2px;
border-radius: var(--plyr-badge-border-radius, 2px);
color: #fff;
color: var(--plyr-badge-text-color, #fff);
font-size: 9px;
font-size: var(--plyr-font-size-badge, 9px);
line-height: 1;
padding: 3px 4px;
}
.am-body-content .plyr--full-ui ::-webkit-media-text-track-container,
.am-popup .plyr--full-ui ::-webkit-media-text-track-container {
display: none;
}
.am-body-content .plyr__captions,
.am-popup .plyr__captions {
animation: plyr-fade-in .3s ease;
bottom: 0;
display: none;
font-size: 13px;
font-size: var(--plyr-font-size-small, 13px);
left: 0;
padding: 10px;
padding: var(--plyr-control-spacing, 10px);
position: absolute;
text-align: center;
transition: transform .4s ease-in-out;
width: 100%;
}
.am-body-content .plyr__captions span:empty,
.am-popup .plyr__captions span:empty {
display: none;
}
@media (min-width: 480px) {
.am-body-content .plyr__captions,
.am-popup .plyr__captions {
font-size: 15px;
font-size: var(--plyr-font-size-base, 15px);
padding: calc(10px * 2);
padding: calc(var(--plyr-control-spacing,10px) * 2);
}
}
@media (min-width: 768px) {
.am-body-content .plyr__captions,
.am-popup .plyr__captions {
font-size: 18px;
font-size: var(--plyr-font-size-large, 18px);
}
}
.am-body-content .plyr--captions-active .plyr__captions,
.am-popup .plyr--captions-active .plyr__captions {
display: block;
}
.am-body-content .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions,
.am-popup .plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
transform: translateY(calc(10px * -4));
transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
}
.am-body-content .plyr__caption,
.am-popup .plyr__caption {
background: rgba(0, 0, 0, 0.8);
background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
border-radius: 2px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
color: #fff;
color: var(--plyr-captions-text-color, #fff);
line-height: 185%;
padding: .2em .5em;
white-space: pre-wrap;
}
.am-body-content .plyr__caption div,
.am-popup .plyr__caption div {
display: inline;
}
.am-body-content .plyr__control,
.am-popup .plyr__control {
background: 0 0;
border: 0;
border-radius: 3px;
border-radius: var(--plyr-control-radius, 3px);
color: inherit;
cursor: pointer;
flex-shrink: 0;
overflow: visible;
padding: calc(10px * .7);
padding: calc(var(--plyr-control-spacing,10px) * .7);
position: relative;
transition: all .3s ease;
}
.am-body-content .plyr__control svg,
.am-popup .plyr__control svg {
display: block;
fill: currentColor;
height: 18px;
height: var(--plyr-control-icon-size, 18px);
pointer-events: none;
width: 18px;
width: var(--plyr-control-icon-size, 18px);
}
.am-body-content .plyr__control:focus,
.am-popup .plyr__control:focus {
outline: 0;
}
.am-body-content .plyr__control.plyr__tab-focus,
.am-popup .plyr__control.plyr__tab-focus {
outline-color: #00b3ff;
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
.am-body-content a.plyr__control,
.am-popup a.plyr__control {
text-decoration: none;
}
.am-body-content a.plyr__control::after, .am-body-content a.plyr__control::before,
.am-popup a.plyr__control::after,
.am-popup a.plyr__control::before {
display: none;
}
.am-body-content .plyr__control.plyr__control--pressed .icon--not-pressed, .am-body-content .plyr__control.plyr__control--pressed .label--not-pressed, .am-body-content .plyr__control:not(.plyr__control--pressed) .icon--pressed, .am-body-content .plyr__control:not(.plyr__control--pressed) .label--pressed,
.am-popup .plyr__control.plyr__control--pressed .icon--not-pressed,
.am-popup .plyr__control.plyr__control--pressed .label--not-pressed,
.am-popup .plyr__control:not(.plyr__control--pressed) .icon--pressed,
.am-popup .plyr__control:not(.plyr__control--pressed) .label--pressed {
display: none;
}
.am-body-content .plyr--full-ui ::-webkit-media-controls,
.am-popup .plyr--full-ui ::-webkit-media-controls {
display: none;
}
.am-body-content .plyr__controls,
.am-popup .plyr__controls {
align-items: center;
display: flex;
justify-content: flex-end;
text-align: center;
}
.am-body-content .plyr__controls .plyr__progress__container,
.am-popup .plyr__controls .plyr__progress__container {
flex: 1;
min-width: 0;
}
.am-body-content .plyr__controls .plyr__controls__item,
.am-popup .plyr__controls .plyr__controls__item {
margin-left: calc(10px / 4);
margin-left: calc(var(--plyr-control-spacing,10px)/ 4);
}
.am-body-content .plyr__controls .plyr__controls__item:first-child,
.am-popup .plyr__controls .plyr__controls__item:first-child {
margin-left: 0;
margin-right: auto;
}
.am-body-content .plyr__controls .plyr__controls__item.plyr__progress__container,
.am-popup .plyr__controls .plyr__controls__item.plyr__progress__container {
padding-left: calc(10px / 4);
padding-left: calc(var(--plyr-control-spacing,10px)/ 4);
}
.am-body-content .plyr__controls .plyr__controls__item.plyr__time,
.am-popup .plyr__controls .plyr__controls__item.plyr__time {
padding: 0 calc(10px / 2);
padding: 0 calc(var(--plyr-control-spacing,10px)/ 2);
}
.am-body-content .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .am-body-content .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .am-body-content .plyr__controls .plyr__controls__item.plyr__time:first-child,
.am-popup .plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.am-popup .plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.am-popup .plyr__controls .plyr__controls__item.plyr__time:first-child {
padding-left: 0;
}
.am-body-content .plyr__controls:empty,
.am-popup .plyr__controls:empty {
display: none;
}
.am-body-content .plyr [data-plyr=airplay], .am-body-content .plyr [data-plyr=captions], .am-body-content .plyr [data-plyr=fullscreen], .am-body-content .plyr [data-plyr=pip],
.am-popup .plyr [data-plyr=airplay],
.am-popup .plyr [data-plyr=captions],
.am-popup .plyr [data-plyr=fullscreen],
.am-popup .plyr [data-plyr=pip] {
display: none;
}
.am-body-content .plyr--airplay-supported [data-plyr=airplay], .am-body-content .plyr--captions-enabled [data-plyr=captions], .am-body-content .plyr--fullscreen-enabled [data-plyr=fullscreen], .am-body-content .plyr--pip-supported [data-plyr=pip],
.am-popup .plyr--airplay-supported [data-plyr=airplay],
.am-popup .plyr--captions-enabled [data-plyr=captions],
.am-popup .plyr--fullscreen-enabled [data-plyr=fullscreen],
.am-popup .plyr--pip-supported [data-plyr=pip] {
display: inline-block;
}
.am-body-content .plyr__menu,
.am-popup .plyr__menu {
display: flex;
position: relative;
}
.am-body-content .plyr__menu .plyr__control svg,
.am-popup .plyr__menu .plyr__control svg {
transition: transform .3s ease;
}
.am-body-content .plyr__menu .plyr__control[aria-expanded=true] svg,
.am-popup .plyr__menu .plyr__control[aria-expanded=true] svg {
transform: rotate(90deg);
}
.am-body-content .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip,
.am-popup .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
display: none;
}
.am-body-content .plyr__menu__container,
.am-popup .plyr__menu__container {
animation: plyr-popup .2s ease;
background: rgba(255, 255, 255, 0.9);
background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
border-radius: 4px;
bottom: 100%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
color: #4a5464;
color: var(--plyr-menu-color, #4a5464);
font-size: 15px;
font-size: var(--plyr-font-size-base, 15px);
margin-bottom: 10px;
position: absolute;
right: -3px;
text-align: left;
white-space: nowrap;
z-index: 3;
}
.am-body-content .plyr__menu__container > div,
.am-popup .plyr__menu__container > div {
overflow: hidden;
transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.am-body-content .plyr__menu__container::after,
.am-popup .plyr__menu__container::after {
border: 4px solid transparent;
border: var(--plyr-menu-arrow-size, 4px) solid transparent;
border-top-color: rgba(255, 255, 255, 0.9);
border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
content: '';
height: 0;
position: absolute;
right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
top: 100%;
width: 0;
}
.am-body-content .plyr__menu__container [role=menu],
.am-popup .plyr__menu__container [role=menu] {
padding: calc(10px * .7);
padding: calc(var(--plyr-control-spacing,10px) * .7);
}
.am-body-content .plyr__menu__container [role=menuitem], .am-body-content .plyr__menu__container [role=menuitemradio],
.am-popup .plyr__menu__container [role=menuitem],
.am-popup .plyr__menu__container [role=menuitemradio] {
margin-top: 2px;
}
.am-body-content .plyr__menu__container [role=menuitem]:first-child, .am-body-content .plyr__menu__container [role=menuitemradio]:first-child,
.am-popup .plyr__menu__container [role=menuitem]:first-child,
.am-popup .plyr__menu__container [role=menuitemradio]:first-child {
margin-top: 0;
}
.am-body-content .plyr__menu__container .plyr__control,
.am-popup .plyr__menu__container .plyr__control {
align-items: center;
color: #4a5464;
color: var(--plyr-menu-color, #4a5464);
display: flex;
font-size: 13px;
font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
padding-bottom: calc(calc(10px * .7)/ 1.5);
padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
padding-left: calc(calc(10px * .7) * 1.5);
padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
padding-right: calc(calc(10px * .7) * 1.5);
padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
padding-top: calc(calc(10px * .7)/ 1.5);
padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.am-body-content .plyr__menu__container .plyr__control > span,
.am-popup .plyr__menu__container .plyr__control > span {
align-items: inherit;
display: flex;
width: 100%;
}
.am-body-content .plyr__menu__container .plyr__control::after,
.am-popup .plyr__menu__container .plyr__control::after {
border: 4px solid transparent;
border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.am-body-content .plyr__menu__container .plyr__control--forward,
.am-popup .plyr__menu__container .plyr__control--forward {
padding-right: calc(calc(10px * .7) * 4);
padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
}
.am-body-content .plyr__menu__container .plyr__control--forward::after,
.am-popup .plyr__menu__container .plyr__control--forward::after {
border-left-color: #728197;
border-left-color: var(--plyr-menu-arrow-color, #728197);
right: calc((calc(10px * .7) * 1.5) - 4px);
right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}
.am-body-content .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .am-body-content .plyr__menu__container .plyr__control--forward:hover::after,
.am-popup .plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.am-popup .plyr__menu__container .plyr__control--forward:hover::after {
border-left-color: currentColor;
}
.am-body-content .plyr__menu__container .plyr__control--back,
.am-popup .plyr__menu__container .plyr__control--back {
font-weight: 400;
font-weight: var(--plyr-font-weight-regular, 400);
margin: calc(10px * .7);
margin: calc(var(--plyr-control-spacing,10px) * .7);
margin-bottom: calc(calc(10px * .7)/ 2);
margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
padding-left: calc(calc(10px * .7) * 4);
padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
position: relative;
width: calc(100% - (calc(10px * .7) * 2));
width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2));
}
.am-body-content .plyr__menu__container .plyr__control--back::after,
.am-popup .plyr__menu__container .plyr__control--back::after {
border-right-color: #728197;
border-right-color: var(--plyr-menu-arrow-color, #728197);
left: calc((calc(10px * .7) * 1.5) - 4px);
left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}
.am-body-content .plyr__menu__container .plyr__control--back::before,
.am-popup .plyr__menu__container .plyr__control--back::before {
background: #dcdfe5;
background: var(--plyr-menu-back-border-color, #dcdfe5);
box-shadow: 0 1px 0 #fff;
box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
content: '';
height: 1px;
left: 0;
margin-top: calc(calc(10px * .7)/ 2);
margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
overflow: hidden;
position: absolute;
right: 0;
top: 100%;
}
.am-body-content .plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .am-body-content .plyr__menu__container .plyr__control--back:hover::after,
.am-popup .plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.am-popup .plyr__menu__container .plyr__control--back:hover::after {
border-right-color: currentColor;
}
.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio],
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio] {
padding-left: calc(10px * .7);
padding-left: calc(var(--plyr-control-spacing,10px) * .7);
}
.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::after, .am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::after,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::before {
border-radius: 100%;
}
.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::before {
background: rgba(0, 0, 0, 0.1);
content: '';
display: block;
flex-shrink: 0;
height: 16px;
margin-right: 10px;
margin-right: var(--plyr-control-spacing, 10px);
transition: all .3s ease;
width: 16px;
}
.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]::after,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]::after {
background: #fff;
border: 0;
height: 6px;
left: 12px;
opacity: 0;
top: 50%;
transform: translateY(-50%) scale(0);
transition: transform .3s ease,opacity .3s ease;
width: 6px;
}
.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
background: #00b3ff;
background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
opacity: 1;
transform: translateY(-50%) scale(1);
}
.am-body-content .plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .am-body-content .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.am-popup .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
background: rgba(35, 40, 47, 0.1);
}
.am-body-content .plyr__menu__container .plyr__menu__value,
.am-popup .plyr__menu__container .plyr__menu__value {
align-items: center;
display: flex;
margin-left: auto;
margin-right: calc((calc(10px * .7) - 2) * -1);
margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
overflow: hidden;
padding-left: calc(calc(10px * .7) * 3.5);
padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
pointer-events: none;
}
.am-body-content .plyr--full-ui input[type=range],
.am-popup .plyr--full-ui input[type=range] {
-webkit-appearance: none;
background: 0 0;
border: 0;
border-radius: calc(13px * 2);
border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
color: #00b3ff;
color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
display: block;
height: calc((3px * 2) + 13px);
height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
margin: 0;
padding: 0;
transition: box-shadow .3s ease;
width: 100%;
}
.am-body-content .plyr--full-ui input[type=range]::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
background: 0 0;
border: 0;
border-radius: calc(5px / 2);
border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
height: 5px;
height: var(--plyr-range-track-height, 5px);
-webkit-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
-webkit-user-select: none;
user-select: none;
background-image: linear-gradient(to right, currentColor 0, transparent 0);
background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}
.am-body-content .plyr--full-ui input[type=range]::-webkit-slider-thumb,
.am-popup .plyr--full-ui input[type=range]::-webkit-slider-thumb {
background: #fff;
background: var(--plyr-range-thumb-background, #fff);
border: 0;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
height: 13px;
height: var(--plyr-range-thumb-height, 13px);
position: relative;
-webkit-transition: all .2s ease;
transition: all .2s ease;
width: 13px;
width: var(--plyr-range-thumb-height, 13px);
-webkit-appearance: none;
margin-top: calc(((13px - 5px)/ 2) * -1);
margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1);
}
.am-body-content .plyr--full-ui input[type=range]::-moz-range-track,
.am-popup .plyr--full-ui input[type=range]::-moz-range-track {
background: 0 0;
border: 0;
border-radius: calc(5px / 2);
border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
height: 5px;
height: var(--plyr-range-track-height, 5px);
-moz-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
user-select: none;
}
.am-body-content .plyr--full-ui input[type=range]::-moz-range-thumb,
.am-popup .plyr--full-ui input[type=range]::-moz-range-thumb {
background: #fff;
background: var(--plyr-range-thumb-background, #fff);
border: 0;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
height: 13px;
height: var(--plyr-range-thumb-height, 13px);
position: relative;
-moz-transition: all .2s ease;
transition: all .2s ease;
width: 13px;
width: var(--plyr-range-thumb-height, 13px);
}
.am-body-content .plyr--full-ui input[type=range]::-moz-range-progress,
.am-popup .plyr--full-ui input[type=range]::-moz-range-progress {
background: currentColor;
border-radius: calc(5px / 2);
border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
height: 5px;
height: var(--plyr-range-track-height, 5px);
}
.am-body-content .plyr--full-ui input[type=range]::-ms-track,
.am-popup .plyr--full-ui input[type=range]::-ms-track {
background: 0 0;
border: 0;
border-radius: calc(5px / 2);
border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
height: 5px;
height: var(--plyr-range-track-height, 5px);
-ms-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
-ms-user-select: none;
user-select: none;
color: transparent;
}
.am-body-content .plyr--full-ui input[type=range]::-ms-fill-upper,
.am-popup .plyr--full-ui input[type=range]::-ms-fill-upper {
background: 0 0;
border: 0;
border-radius: calc(5px / 2);
border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
height: 5px;
height: var(--plyr-range-track-height, 5px);
-ms-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
-ms-user-select: none;
user-select: none;
}
.am-body-content .plyr--full-ui input[type=range]::-ms-fill-lower,
.am-popup .plyr--full-ui input[type=range]::-ms-fill-lower {
background: 0 0;
border: 0;
border-radius: calc(5px / 2);
border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
height: 5px;
height: var(--plyr-range-track-height, 5px);
-ms-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
-ms-user-select: none;
user-select: none;
background: currentColor;
}
.am-body-content .plyr--full-ui input[type=range]::-ms-thumb,
.am-popup .plyr--full-ui input[type=range]::-ms-thumb {
background: #fff;
background: var(--plyr-range-thumb-background, #fff);
border: 0;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
height: 13px;
height: var(--plyr-range-thumb-height, 13px);
position: relative;
-ms-transition: all .2s ease;
transition: all .2s ease;
width: 13px;
width: var(--plyr-range-thumb-height, 13px);
margin-top: 0;
}
.am-body-content .plyr--full-ui input[type=range]::-ms-tooltip,
.am-popup .plyr--full-ui input[type=range]::-ms-tooltip {
display: none;
}
.am-body-content .plyr--full-ui input[type=range]:focus,
.am-popup .plyr--full-ui input[type=range]:focus {
outline: 0;
}
.am-body-content .plyr--full-ui input[type=range]::-moz-focus-outer,
.am-popup .plyr--full-ui input[type=range]::-moz-focus-outer {
border: 0;
}
.am-body-content .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
outline-color: #00b3ff;
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
.am-body-content .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track,
.am-popup .plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
outline-color: #00b3ff;
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
.am-body-content .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track,
.am-popup .plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
outline-color: #00b3ff;
outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
outline-offset: 2px;
outline-style: dotted;
outline-width: 3px;
}
.am-body-content .plyr__poster,
.am-popup .plyr__poster {
background-color: #000;
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
transition: opacity .2s ease;
width: 100%;
z-index: 1;
}
.am-body-content .plyr--stopped.plyr__poster-enabled .plyr__poster,
.am-popup .plyr--stopped.plyr__poster-enabled .plyr__poster {
opacity: 1;
}
.am-body-content .plyr__time,
.am-popup .plyr__time {
font-size: 13px;
font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.am-body-content .plyr__time + .plyr__time::before,
.am-popup .plyr__time + .plyr__time::before {
content: '\2044';
margin-right: 10px;
margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: calc(768px - 1)) {
.am-body-content .plyr__time + .plyr__time,
.am-popup .plyr__time + .plyr__time {
display: none;
}
}
.am-body-content .plyr__tooltip,
.am-popup .plyr__tooltip {
background: rgba(255, 255, 255, 0.9);
background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
border-radius: 3px;
border-radius: var(--plyr-tooltip-radius, 3px);
bottom: 100%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
color: #4a5464;
color: var(--plyr-tooltip-color, #4a5464);
font-size: 13px;
font-size: var(--plyr-font-size-small, 13px);
font-weight: 400;
font-weight: var(--plyr-font-weight-regular, 400);
left: 50%;
line-height: 1.3;
margin-bottom: calc(calc(10px / 2) * 2);
margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
opacity: 0;
padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
pointer-events: none;
position: absolute;
transform: translate(-50%, 10px) scale(0.8);
transform-origin: 50% 100%;
transition: transform .2s .1s ease,opacity .2s .1s ease;
white-space: nowrap;
z-index: 2;
}
.am-body-content .plyr__tooltip::before,
.am-popup .plyr__tooltip::before {
border-left: 4px solid transparent;
border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-right: 4px solid transparent;
border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-top: 4px solid rgba(255, 255, 255, 0.9);
border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
bottom: calc(4px * -1);
bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
content: '';
height: 0;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 0;
z-index: 2;
}
.am-body-content .plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr .plyr__control:hover .plyr__tooltip, .am-body-content .plyr__tooltip--visible,
.am-popup .plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr .plyr__control:hover .plyr__tooltip,
.am-popup .plyr__tooltip--visible {
opacity: 1;
transform: translate(-50%, 0) scale(1);
}
.am-body-content .plyr .plyr__control:hover .plyr__tooltip,
.am-popup .plyr .plyr__control:hover .plyr__tooltip {
z-index: 3;
}
.am-body-content .plyr__controls > .plyr__control:first-child .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
left: 0;
transform: translate(0, 10px) scale(0.8);
transform-origin: 0 100%;
}
.am-body-content .plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before,
.am-popup .plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
left: calc((18px / 2) + calc(10px * .7));
left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
}
.am-body-content .plyr__controls > .plyr__control:last-child .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:last-child .plyr__tooltip {
left: auto;
right: 0;
transform: translate(0, 10px) scale(0.8);
transform-origin: 100% 100%;
}
.am-body-content .plyr__controls > .plyr__control:last-child .plyr__tooltip::before,
.am-popup .plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
left: auto;
right: calc((18px / 2) + calc(10px * .7));
right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
transform: translateX(50%);
}
.am-body-content .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .am-body-content .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .am-body-content .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.am-popup .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.am-popup .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
transform: translate(0, 0) scale(1);
}
.am-body-content .plyr__progress,
.am-popup .plyr__progress {
left: calc(13px * .5);
left: calc(var(--plyr-range-thumb-height,13px) * .5);
margin-right: 13px;
margin-right: var(--plyr-range-thumb-height, 13px);
position: relative;
}
.am-body-content .plyr__progress input[type=range], .am-body-content .plyr__progress__buffer,
.am-popup .plyr__progress input[type=range],
.am-popup .plyr__progress__buffer {
margin-left: calc(13px * -.5);
margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
margin-right: calc(13px * -.5);
margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
width: calc(100% + 13px);
width: calc(100% + var(--plyr-range-thumb-height,13px));
}
.am-body-content .plyr__progress input[type=range],
.am-popup .plyr__progress input[type=range] {
position: relative;
z-index: 2;
}
.am-body-content .plyr__progress .plyr__tooltip,
.am-popup .plyr__progress .plyr__tooltip {
font-size: 13px;
font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
left: 0;
}
.am-body-content .plyr__progress__buffer,
.am-popup .plyr__progress__buffer {
-webkit-appearance: none;
background: 0 0;
border: 0;
border-radius: 100px;
height: 5px;
height: var(--plyr-range-track-height, 5px);
left: 0;
margin-top: calc((5px / 2) * -1);
margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
padding: 0;
position: absolute;
top: 50%;
}
.am-body-content .plyr__progress__buffer::-webkit-progress-bar,
.am-popup .plyr__progress__buffer::-webkit-progress-bar {
background: 0 0;
}
.am-body-content .plyr__progress__buffer::-webkit-progress-value,
.am-popup .plyr__progress__buffer::-webkit-progress-value {
background: currentColor;
border-radius: 100px;
min-width: 5px;
min-width: var(--plyr-range-track-height, 5px);
-webkit-transition: width .2s ease;
transition: width .2s ease;
}
.am-body-content .plyr__progress__buffer::-moz-progress-bar,
.am-popup .plyr__progress__buffer::-moz-progress-bar {
background: currentColor;
border-radius: 100px;
min-width: 5px;
min-width: var(--plyr-range-track-height, 5px);
-moz-transition: width .2s ease;
transition: width .2s ease;
}
.am-body-content .plyr__progress__buffer::-ms-fill,
.am-popup .plyr__progress__buffer::-ms-fill {
border-radius: 100px;
-ms-transition: width .2s ease;
transition: width .2s ease;
}
.am-body-content .plyr--loading .plyr__progress__buffer,
.am-popup .plyr--loading .plyr__progress__buffer {
animation: plyr-progress 1s linear infinite;
background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
background-repeat: repeat-x;
background-size: 25px 25px;
background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
color: transparent;
}
.am-body-content .plyr--video.plyr--loading .plyr__progress__buffer,
.am-popup .plyr--video.plyr--loading .plyr__progress__buffer {
background-color: rgba(255, 255, 255, 0.25);
background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.am-body-content .plyr--audio.plyr--loading .plyr__progress__buffer,
.am-popup .plyr--audio.plyr--loading .plyr__progress__buffer {
background-color: rgba(193, 200, 209, 0.6);
background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.am-body-content .plyr__volume,
.am-popup .plyr__volume {
align-items: center;
display: flex;
max-width: 110px;
min-width: 80px;
position: relative;
width: 20%;
}
.am-body-content .plyr__volume input[type=range],
.am-popup .plyr__volume input[type=range] {
margin-left: calc(10px / 2);
margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
margin-right: calc(10px / 2);
margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
position: relative;
z-index: 2;
}
.am-body-content .plyr--is-ios .plyr__volume,
.am-popup .plyr--is-ios .plyr__volume {
min-width: 0;
width: auto;
}
.am-body-content .plyr--audio,
.am-popup .plyr--audio {
display: block;
}
.am-body-content .plyr--audio .plyr__controls,
.am-popup .plyr--audio .plyr__controls {
background: #fff;
background: var(--plyr-audio-controls-background, #fff);
border-radius: inherit;
color: #4a5464;
color: var(--plyr-audio-control-color, #4a5464);
padding: 10px;
padding: var(--plyr-control-spacing, 10px);
}
.am-body-content .plyr--audio .plyr__control.plyr__tab-focus, .am-body-content .plyr--audio .plyr__control:hover, .am-body-content .plyr--audio .plyr__control[aria-expanded=true],
.am-popup .plyr--audio .plyr__control.plyr__tab-focus,
.am-popup .plyr--audio .plyr__control:hover,
.am-popup .plyr--audio .plyr__control[aria-expanded=true] {
background: #00b3ff;
background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
color: #fff;
color: var(--plyr-audio-control-color-hover, #fff);
}
.am-body-content .plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
background-color: rgba(193, 200, 209, 0.6);
background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.am-body-content .plyr--full-ui.plyr--audio input[type=range]::-moz-range-track,
.am-popup .plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
background-color: rgba(193, 200, 209, 0.6);
background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.am-body-content .plyr--full-ui.plyr--audio input[type=range]::-ms-track,
.am-popup .plyr--full-ui.plyr--audio input[type=range]::-ms-track {
background-color: rgba(193, 200, 209, 0.6);
background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.am-body-content .plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb,
.am-popup .plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.am-body-content .plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb,
.am-popup .plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.am-body-content .plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb,
.am-popup .plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.am-body-content .plyr--audio .plyr__progress__buffer,
.am-popup .plyr--audio .plyr__progress__buffer {
color: rgba(193, 200, 209, 0.6);
color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.am-body-content .plyr--video,
.am-popup .plyr--video {
background: #000;
overflow: hidden;
}
.am-body-content .plyr--video.plyr--menu-open,
.am-popup .plyr--video.plyr--menu-open {
overflow: visible;
}
.am-body-content .plyr__video-wrapper,
.am-popup .plyr__video-wrapper {
background: #000;
height: 100%;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
}
.am-body-content .plyr__video-embed, .am-body-content .plyr__video-wrapper--fixed-ratio,
.am-popup .plyr__video-embed,
.am-popup .plyr__video-wrapper--fixed-ratio {
height: 0;
padding-bottom: 56.25%;
}
.am-body-content .plyr__video-embed iframe, .am-body-content .plyr__video-wrapper--fixed-ratio video,
.am-popup .plyr__video-embed iframe,
.am-popup .plyr__video-wrapper--fixed-ratio video {
border: 0;
left: 0;
position: absolute;
top: 0;
}
.am-body-content .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container,
.am-popup .plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
padding-bottom: 240%;
position: relative;
transform: translateY(-38.28125%);
}
.am-body-content .plyr--video .plyr__controls,
.am-popup .plyr--video .plyr__controls {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
bottom: 0;
color: #fff;
color: var(--plyr-video-control-color, #fff);
left: 0;
padding: calc(10px / 2);
padding: calc(var(--plyr-control-spacing,10px)/ 2);
padding-top: calc(10px * 2);
padding-top: calc(var(--plyr-control-spacing,10px) * 2);
position: absolute;
right: 0;
transition: opacity .4s ease-in-out,transform .4s ease-in-out;
z-index: 3;
}
@media (min-width: 480px) {
.am-body-content .plyr--video .plyr__controls,
.am-popup .plyr--video .plyr__controls {
padding: 10px;
padding: var(--plyr-control-spacing, 10px);
padding-top: calc(10px * 3.5);
padding-top: calc(var(--plyr-control-spacing,10px) * 3.5);
}
}
.am-body-content .plyr--video.plyr--hide-controls .plyr__controls,
.am-popup .plyr--video.plyr--hide-controls .plyr__controls {
opacity: 0;
pointer-events: none;
transform: translateY(100%);
}
.am-body-content .plyr--video .plyr__control.plyr__tab-focus, .am-body-content .plyr--video .plyr__control:hover, .am-body-content .plyr--video .plyr__control[aria-expanded=true],
.am-popup .plyr--video .plyr__control.plyr__tab-focus,
.am-popup .plyr--video .plyr__control:hover,
.am-popup .plyr--video .plyr__control[aria-expanded=true] {
background: #00b3ff;
background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
color: #fff;
color: var(--plyr-video-control-color-hover, #fff);
}
.am-body-content .plyr__control--overlaid,
.am-popup .plyr__control--overlaid {
background: #00b3ff;
background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
border: 0;
border-radius: 100%;
color: #fff;
color: var(--plyr-video-control-color, #fff);
display: none;
left: 50%;
opacity: .9;
padding: calc(10px * 1.5);
padding: calc(var(--plyr-control-spacing,10px) * 1.5);
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transition: .3s;
z-index: 2;
}
.am-body-content .plyr__control--overlaid svg,
.am-popup .plyr__control--overlaid svg {
left: 2px;
position: relative;
}
.am-body-content .plyr__control--overlaid:focus, .am-body-content .plyr__control--overlaid:hover,
.am-popup .plyr__control--overlaid:focus,
.am-popup .plyr__control--overlaid:hover {
opacity: 1;
}
.am-body-content .plyr--playing .plyr__control--overlaid,
.am-popup .plyr--playing .plyr__control--overlaid {
opacity: 0;
visibility: hidden;
}
.am-body-content .plyr--full-ui.plyr--video .plyr__control--overlaid,
.am-popup .plyr--full-ui.plyr--video .plyr__control--overlaid {
display: block;
}
.am-body-content .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track,
.am-popup .plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
background-color: rgba(255, 255, 255, 0.25);
background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.am-body-content .plyr--full-ui.plyr--video input[type=range]::-moz-range-track,
.am-popup .plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
background-color: rgba(255, 255, 255, 0.25);
background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.am-body-content .plyr--full-ui.plyr--video input[type=range]::-ms-track,
.am-popup .plyr--full-ui.plyr--video input[type=range]::-ms-track {
background-color: rgba(255, 255, 255, 0.25);
background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.am-body-content .plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb,
.am-popup .plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.am-body-content .plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb,
.am-popup .plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.am-body-content .plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb,
.am-popup .plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.am-body-content .plyr--video .plyr__progress__buffer,
.am-popup .plyr--video .plyr__progress__buffer {
color: rgba(255, 255, 255, 0.25);
color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.am-body-content .plyr:-webkit-full-screen,
.am-popup .plyr:-webkit-full-screen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.am-body-content .plyr:-ms-fullscreen,
.am-popup .plyr:-ms-fullscreen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.am-body-content .plyr:fullscreen,
.am-popup .plyr:fullscreen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.am-body-content .plyr:-webkit-full-screen video,
.am-popup .plyr:-webkit-full-screen video {
height: 100%;
}
.am-body-content .plyr:-ms-fullscreen video,
.am-popup .plyr:-ms-fullscreen video {
height: 100%;
}
.am-body-content .plyr:fullscreen video,
.am-popup .plyr:fullscreen video {
height: 100%;
}
.am-body-content .plyr:-webkit-full-screen .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen .plyr__video-wrapper {
height: 100%;
position: static;
}
.am-body-content .plyr:-ms-fullscreen .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen .plyr__video-wrapper {
height: 100%;
position: static;
}
.am-body-content .plyr:fullscreen .plyr__video-wrapper,
.am-popup .plyr:fullscreen .plyr__video-wrapper {
height: 100%;
position: static;
}
.am-body-content .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.am-body-content .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.am-body-content .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
display: block;
}
.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
display: block;
}
.am-body-content .plyr:fullscreen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
display: block;
}
.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.am-body-content .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.am-body-content .plyr:-webkit-full-screen.plyr--hide-controls,
.am-popup .plyr:-webkit-full-screen.plyr--hide-controls {
cursor: none;
}
.am-body-content .plyr:-ms-fullscreen.plyr--hide-controls,
.am-popup .plyr:-ms-fullscreen.plyr--hide-controls {
cursor: none;
}
.am-body-content .plyr:fullscreen.plyr--hide-controls,
.am-popup .plyr:fullscreen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.am-body-content .plyr:-webkit-full-screen .plyr__captions,
.am-popup .plyr:-webkit-full-screen .plyr__captions {
font-size: 21px;
font-size: var(--plyr-font-size-xlarge, 21px);
}
.am-body-content .plyr:-ms-fullscreen .plyr__captions,
.am-popup .plyr:-ms-fullscreen .plyr__captions {
font-size: 21px;
font-size: var(--plyr-font-size-xlarge, 21px);
}
.am-body-content .plyr:fullscreen .plyr__captions,
.am-popup .plyr:fullscreen .plyr__captions {
font-size: 21px;
font-size: var(--plyr-font-size-xlarge, 21px);
}
}
.am-body-content .plyr:-webkit-full-screen,
.am-popup .plyr:-webkit-full-screen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.am-body-content .plyr:-webkit-full-screen video,
.am-popup .plyr:-webkit-full-screen video {
height: 100%;
}
.am-body-content .plyr:-webkit-full-screen .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen .plyr__video-wrapper {
height: 100%;
position: static;
}
.am-body-content .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
display: block;
}
.am-body-content .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.am-body-content .plyr:-webkit-full-screen.plyr--hide-controls,
.am-popup .plyr:-webkit-full-screen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.am-body-content .plyr:-webkit-full-screen .plyr__captions,
.am-popup .plyr:-webkit-full-screen .plyr__captions {
font-size: 21px;
font-size: var(--plyr-font-size-xlarge, 21px);
}
}
.am-body-content .plyr:-moz-full-screen,
.am-popup .plyr:-moz-full-screen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.am-body-content .plyr:-moz-full-screen video,
.am-popup .plyr:-moz-full-screen video {
height: 100%;
}
.am-body-content .plyr:-moz-full-screen .plyr__video-wrapper,
.am-popup .plyr:-moz-full-screen .plyr__video-wrapper {
height: 100%;
position: static;
}
.am-body-content .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.am-body-content .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
display: block;
}
.am-body-content .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.am-body-content .plyr:-moz-full-screen.plyr--hide-controls,
.am-popup .plyr:-moz-full-screen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.am-body-content .plyr:-moz-full-screen .plyr__captions,
.am-popup .plyr:-moz-full-screen .plyr__captions {
font-size: 21px;
font-size: var(--plyr-font-size-xlarge, 21px);
}
}
.am-body-content .plyr:-ms-fullscreen,
.am-popup .plyr:-ms-fullscreen {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
}
.am-body-content .plyr:-ms-fullscreen video,
.am-popup .plyr:-ms-fullscreen video {
height: 100%;
}
.am-body-content .plyr:-ms-fullscreen .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen .plyr__video-wrapper {
height: 100%;
position: static;
}
.am-body-content .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
display: block;
}
.am-body-content .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.am-body-content .plyr:-ms-fullscreen.plyr--hide-controls,
.am-popup .plyr:-ms-fullscreen.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.am-body-content .plyr:-ms-fullscreen .plyr__captions,
.am-popup .plyr:-ms-fullscreen .plyr__captions {
font-size: 21px;
font-size: var(--plyr-font-size-xlarge, 21px);
}
}
.am-body-content .plyr--fullscreen-fallback,
.am-popup .plyr--fullscreen-fallback {
background: #000;
border-radius: 0 !important;
height: 100%;
margin: 0;
width: 100%;
bottom: 0;
display: block;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 10000000;
}
.am-body-content .plyr--fullscreen-fallback video,
.am-popup .plyr--fullscreen-fallback video {
height: 100%;
}
.am-body-content .plyr--fullscreen-fallback .plyr__video-wrapper,
.am-popup .plyr--fullscreen-fallback .plyr__video-wrapper {
height: 100%;
position: static;
}
.am-body-content .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper,
.am-popup .plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
}
.am-body-content .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen,
.am-popup .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
display: block;
}
.am-body-content .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg,
.am-popup .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
display: none;
}
.am-body-content .plyr--fullscreen-fallback.plyr--hide-controls,
.am-popup .plyr--fullscreen-fallback.plyr--hide-controls {
cursor: none;
}
@media (min-width: 1024px) {
.am-body-content .plyr--fullscreen-fallback .plyr__captions,
.am-popup .plyr--fullscreen-fallback .plyr__captions {
font-size: 21px;
font-size: var(--plyr-font-size-xlarge, 21px);
}
}
.am-body-content .plyr__ads,
.am-popup .plyr__ads {
border-radius: inherit;
bottom: 0;
cursor: pointer;
left: 0;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
z-index: -1;
}
.am-body-content .plyr__ads > div, .am-body-content .plyr__ads > div iframe,
.am-popup .plyr__ads > div,
.am-popup .plyr__ads > div iframe {
height: 100%;
position: absolute;
width: 100%;
}
.am-body-content .plyr__ads::after,
.am-popup .plyr__ads::after {
background: #23282f;
border-radius: 2px;
bottom: 10px;
bottom: var(--plyr-control-spacing, 10px);
color: #fff;
content: attr(data-badge-text);
font-size: 11px;
padding: 2px 6px;
pointer-events: none;
position: absolute;
right: 10px;
right: var(--plyr-control-spacing, 10px);
z-index: 3;
}
.am-body-content .plyr__ads::after:empty,
.am-popup .plyr__ads::after:empty {
display: none;
}
.am-body-content .plyr__cues,
.am-popup .plyr__cues {
background: currentColor;
display: block;
height: 5px;
height: var(--plyr-range-track-height, 5px);
left: 0;
margin: -var(--plyr-range-track-height, 5px)/2 0 0;
opacity: .8;
position: absolute;
top: 50%;
width: 3px;
z-index: 3;
}
.am-body-content .plyr__preview-thumb,
.am-popup .plyr__preview-thumb {
background-color: rgba(255, 255, 255, 0.9);
background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
border-radius: 3px;
bottom: 100%;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
margin-bottom: calc(calc(10px / 2) * 2);
margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
opacity: 0;
padding: 3px;
padding: var(--plyr-tooltip-radius, 3px);
pointer-events: none;
position: absolute;
transform: translate(0, 10px) scale(0.8);
transform-origin: 50% 100%;
transition: transform .2s .1s ease,opacity .2s .1s ease;
z-index: 2;
}
.am-body-content .plyr__preview-thumb--is-shown,
.am-popup .plyr__preview-thumb--is-shown {
opacity: 1;
transform: translate(0, 0) scale(1);
}
.am-body-content .plyr__preview-thumb::before,
.am-popup .plyr__preview-thumb::before {
border-left: 4px solid transparent;
border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-right: 4px solid transparent;
border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
border-top: 4px solid rgba(255, 255, 255, 0.9);
border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
bottom: calc(4px * -1);
bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
content: '';
height: 0;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 0;
z-index: 2;
}
.am-body-content .plyr__preview-thumb__image-container,
.am-popup .plyr__preview-thumb__image-container {
background: #c1c8d1;
border-radius: calc(3px - 1px);
border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
overflow: hidden;
position: relative;
z-index: 0;
}
.am-body-content .plyr__preview-thumb__image-container img,
.am-popup .plyr__preview-thumb__image-container img {
height: 100%;
left: 0;
max-height: none;
max-width: none;
position: absolute;
top: 0;
width: 100%;
}
.am-body-content .plyr__preview-thumb__time-container,
.am-popup .plyr__preview-thumb__time-container {
bottom: 6px;
left: 0;
position: absolute;
right: 0;
white-space: nowrap;
z-index: 3;
}
.am-body-content .plyr__preview-thumb__time-container span,
.am-popup .plyr__preview-thumb__time-container span {
background-color: rgba(0, 0, 0, 0.55);
border-radius: calc(3px - 1px);
border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
color: #fff;
font-size: 13px;
font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
padding: 3px 6px;
}
.am-body-content .plyr__preview-scrubbing,
.am-popup .plyr__preview-scrubbing {
bottom: 0;
filter: blur(1px);
height: 100%;
left: 0;
margin: auto;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: opacity .3s ease;
width: 100%;
z-index: 1;
}
.am-body-content .plyr__preview-scrubbing--is-shown,
.am-popup .plyr__preview-scrubbing--is-shown {
opacity: 1;
}
.am-body-content .plyr__preview-scrubbing img,
.am-popup .plyr__preview-scrubbing img {
height: 100%;
left: 0;
max-height: none;
max-width: none;
object-fit: contain;
position: absolute;
top: 0;
width: 100%;
}
.am-body-content .plyr--no-transition,
.am-popup .plyr--no-transition {
transition: none !important;
}
.am-body-content .plyr__sr-only,
.am-popup .plyr__sr-only {
clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
border: 0 !important;
height: 1px !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.am-body-content .plyr [hidden],
.am-popup .plyr [hidden] {
display: none !important;
}
.am-helpdesk-message-content pre.am-code,
.am-helpdesk-message-content pre.am-code:focus,
pre.am-code,
pre.am-code:focus {
width: 100%;
line-height: 1.4em;
box-sizing: border-box;
padding: 1em;
background: #20313b;
color: white;
border: none;
border-radius: 0;
font-family: monospace;
}
.am-code-copy-to-clipboard {
position: relative;
}
.am-code-copy-to-clipboard-trigger::before {
content: "\f0c5";
font-family: "Font Awesome 5 Free";
font-size: 70%;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
margin: .5em 1em 0 0;
color: white;
}
.am-code-copy-to-clipboard-trigger {
opacity: .5;
}
.am-code-copy-to-clipboard-trigger:hover {
opacity: 1;
} .input-file {
width: 270px;
overflow: hidden;
border: 1px solid #c2c2c2;
border-radius: 3px;
text-align: left;
}
.input-file-input {
padding: 0.5em 0.75em;
position: relative;
overflow: hidden;
white-space: nowrap;
}
.input-file-button {
float: right;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAYAAADtlXTHAAAAR0lEQVR42k3IQQ7AIAgEQP7/UxQxgko8YdJu0l7mMLT3TjrnJEUEeO5jrQXmnMDdk8wMjDFA7x2oKmitJYkIqLWCUsofZn650GhycL4sGcgAAAAASUVORK5CYII=) repeat-x top left #e8e8e8;
border: none;
border-left: 1px solid #ced4da;
padding: 0.5em 1em;
color: #555960;
text-shadow: 0 -1px 1px #c7c8c9;
}
.input-file.hover {
border-color: #c7665b;
}
.input-file.hover .input-file-button {
border-color: #c7665b;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEZJREFUeNpi3nD1I9OdR8+Z/v//D8UMQPyP6R+I/e8/mIawgWJgPpRG4UPYf//B2EhqsKqH8EH2gdj/YXb8/we1/z9AgAEAtNVuw630018AAAAASUVORK5CYII=);
background-color: #e34b3d;
color: white;
text-shadow: 0 -1px 1px #c43d33;
}  .am-helpdesk-faq-cat {
margin: 0;
}
.am-helpdesk-faq-cat li {
list-style: none;
}
.am-block ul.am-helpdesk-faq-list,
ul.am-helpdesk-faq-list {
margin: 0;
margin-left: 2em;
}
.am-block ul.am-helpdesk-faq-list li.am-helpdesk-faq-list-item,
ul.am-helpdesk-faq-list li.am-helpdesk-faq-list-item {
list-style: decimal;
padding-bottom: 0.5em;
}
.am-helpdesk-faq-search-result {
padding-top: 1em;
} .am-helpdesk {
width: 100%;
display: inline-block;
text-align: left;
margin-top: 0.5em;
}
.am-helpdesk h3 {
text-align: left;
padding-top: 0;
margin-top: 0;
} .am-helpdesk-ticket {
margin-bottom: 0.5em;
}
.am-helpdesk-ticket .am-helpdesk-ticket-info {
padding: 0.4em 0;
}
.am-helpdesk-ticket-header {
overflow: hidden;
}
.am-helpdesk-ticket-status {
float: right;
}
.am-helpdesk-ticket-actions-container {
overflow: hidden;
border-radius: 3px;
border: #ccc 1px solid;
margin-top: 0.5em;
}
.am-helpdesk-ticket-actions, ul.am-helpdesk-ticket-actions {
overflow: hidden;
padding: 0 0.5em;
margin: 0 0 0 0;
}
.am-helpdesk-ticket-action {
display: inline-block;
padding: 0.5em;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
margin: 0 !important;
list-style-type: none;
}
.am-helpdesk-ticket-action.am-helpdesk-action-active {
background-color: #dbdbdb;
}
.am-helpdesk-ticket-action-fold-all {
padding-left: 1em;
line-height: 0.6em;
font-size: 1.3em;
float: right;
}
.am-helpdesk-ticket-action-fold-all a {
text-decoration: none;
}
.am-helpdesk-ticket-fields {
padding-bottom: 0.5em;
margin: 0;
}
.am-helpdesk-ticket-fields li {
list-style: none;
} .am-helpdesk-reply-panel {
padding: 0.5em 1em;
background: #dbdbdb;
display: none;
}
.am-helpdesk-reply-panel-tools {
padding: 0.5em 0;
}
.am-helpdesk-reply-panel-tool {
display: inline-block;
vertical-align: middle;
margin-right: .5em;
}
.am-helpdesk-reply-panel-tool-emoji {
width: 1.6em;
white-space: nowrap;
overflow: hidden;
}
.am-helpdesk-reply-panel-tool-emoji:hover {
width: auto;
overflow: visible;
}
.am-helpdesk-reply-panel-tool-emoji-item {
margin-right: .2em;
cursor: pointer;
background: #ffffff3d;
border-radius: 50%;
width: 1.6em;
height: 1.6em;
text-align: center;
line-height: 1.6em;
display: inline-block;
vertical-align: middle;
transition: transform .2s, background-color .2s;
}
.am-helpdesk-reply-panel-tool-emoji-item:hover {
transform: scale(1.6);
background: white;
}
.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element {
padding: 0 0 0.5em;
}
.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element textarea {
font-family: monospace;
line-height: 140%;
resize: vertical;
border: none;
padding: 1em;
border: none;
border-radius: 0;
}
.am-helpdesk-reply-panel-content .am-form div.am-row.am-no-label .am-element textarea:focus {
background: white;
border: none;
outline: none;
box-shadow: none;
}
.am-helpdesk-reply-panel-content .am-form {
margin: 0;
}
.am-helpdesk-reply-panel-content .am-form form {
background: none;
border: 0;
box-shadow: none;
}
.am-helpdesk-reply-panel-content .am-form div.am-row {
border: 0;
}
.am-helpdesk-reply-panel-content .am-form .am-element-title,
.am-helpdesk-reply-panel-content .am-form .am-element {
padding-top: 0.4em;
padding-bottom: 0.4em;
}
.am-helpdesk-reply-panel-content .am-form #row-attachments-0 {
display: none;
}
.am-helpdesk-form #row-attachments-0 {
display: none;
} .am-helpdesk-message {
margin-bottom: 0.5em;
border-radius: 3px;
border: #dbdbdb 1px solid;
box-shadow: 0 2px 4px #d6d6d6;
}
.am-helpdesk-message.am-helpdesk-message-inbound {
background: #fff9ea;
}
.am-helpdesk-message.am-helpdesk-message-outbound {
background: #fff;
}
.am-helpdesk-message.am-helpdesk-message-comment {
background: #e8f5e9;
}
.am-helpdesk-message-brief {
display: none;
}
.am-helpdesk-message-has-attachments {
float: right;
}
.am-helpdesk-message-closed .am-helpdesk-message-brief {
display: inline;
}
.am-helpdesk-message-closed .am-helpdesk-message-full {
display: none;
}
.am-helpdesk-message-closed .am-helpdesk-message-header {
opacity: 1;
}
.am-helpdesk-message-outbound.am-helpdesk-message-closed .am-helpdesk-message-header {
border-radius: 3px;
}
.am-helpdesk-message-header {
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
padding: 0.5em 1em;
margin: 0;
overflow: hidden;
opacity: 0.8;
}
.am-helpdesk-message-author {
font-weight: bold;
}
.am-helpdesk-message-author-avatar {
float: left;
width: 40px;
height: 40px;
overflow: hidden;
border-radius: 50%;
margin-right: 1em;
box-shadow: 0 2px 4px #d0cfce;
}
.am-helpdesk-message-content {
padding: 0.5em 1em;
margin: 0;
}
.am-helpdesk-message-content pre {
color: #4d4948;
background: none;
margin: 0;
white-space: pre-wrap;
word-wrap: break-word;
line-height: 150%;
font-family: monospace;
font-size: 1rem;
}
.am-helpdesk-message-content h1 {
margin: 1em 0 .4em;
}
.am-helpdesk-message-content h2 {
margin: .8em 0 .4em;
}
.am-helpdesk-message-content h3 {
margin: .6em  0 .4em;
}
.am-helpdesk-message-content h4 {
margin: .4em  0 .4em;
}
.am-helpdesk-message-content img {
margin: .4em 0;
}
.am-helpdesk-message-content ul {
margin-top: .4em;
}
.am-helpdesk-message-content ul:first-child, .am-helpdesk-message-content h1:first-child, .am-helpdesk-message-content h2:first-child, .am-helpdesk-message-content h3:first-child, .am-helpdesk-message-content h4:first-child, .am-helpdesk-message-content img:first-child {
margin-top: 0;
}
.am-helpdesk ul.am-helpdesk-message-attachments {
margin: 0.5em 0 0;
}
.am-helpdesk ul.am-helpdesk-message-attachments li.am-helpdesk-message-attachments-item {
list-style-type: none;
}
.am-helpdesk ul.am-helpdesk-message-attachments li.am-helpdesk-message-attachments-item:before {
content: "\2013\00a0";
}
.am-helpdesk-message-action {
display: inline-block;
padding: 0.5em 1em;
-moz-border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.am-helpdesk-message-action.am-helpdesk-action-active {
background-color: #dbdbdb;
}
.am-helpdesk-message-action-fold {
padding-left: 1em;
line-height: 0.6em;
font-size: 1.3em;
float: right;
}
.am-helpdesk-message-action-fold a {
text-decoration: none;
} .am-helpdesk-history {
border-bottom: 1px solid #ccc;
margin-bottom: 0.5em;
}
.am-helpdesk-history h1 {
font-size: 1.4rem;
margin-bottom: 0.5em;
}
.am-helpdesk-history-content {
display: none;
padding-top: 0.5em;
}
.am-helpdesk-history-title {
overflow: hidden;
margin-bottom: 0.5em;
}
.am-helpdesk-history-title-action {
float: right;
}
.am-helpdesk-history-title-action a {
display: block;
text-decoration: none;
}
.am-helpdesk-history-title-action a::after {
content: "\20\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #909090;
}
ul.am-helpdesk-faq-cat .am-helpdesk-faq-cat-item {
list-style-type: none;
}
.am-helpdesk-grid-msg-cnt {
background: #babec0;
color: white;
padding: 1px 4px;
font-size: 10px;
line-height: 1;
text-transform: uppercase;
border-radius: 6px;
}
.am-helpdesk-grid-msg {
color: #888;
}
.am-helpdesk-grid-worker {
position: absolute;
top: .8em;
right: .5em;
background: #fcbdbd;
color: #ba2727;
padding: .2em .5em;
font-size: .8rem;
}
.am-helpdesk-grid-subject {
position: relative;
}
.am-helpdesk-grid-subject__has-new .am-helpdesk-grid-msg {
font-weight: bold;
color: #555;
}
.am-aff-banner-preview {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 3px;
margin-bottom: 1em;
padding: 1em;
box-shadow: 0 1px 1px #e0e0e0;
overflow: hidden;
}
.am-aff-banner-preview dt {
font-weight: bold;
float: left;
margin-right: 0.5em;
}
.am-aff-banner-preview dt:after {
content: ':';
}
.am-aff-banner-preview .am-aff-banner-preview-preview {
margin-bottom: 1em;
}
.am-aff-banner-preview .am-aff-banner-preview-info-details {
margin-bottom: 1em;
}
@media all and (min-width: 750px) {
.am-aff-banner-preview-info {
float: left;
width: 60%;
}
.am-aff-banner-preview-preview {
float: right;
width: 40%;
}
.am-aff-banner-preview-info-container {
padding-right: 1em;
}
}
.am-aff-banner-note {
padding: 1em;
margin-bottom: 1.5em;
background: #e0e0e0;
}
.am-aff-mm-item-desc {
display: block;
}
ul.am-aff-banner-cat-list li.am-aff-banner-cat-list-item {
list-style-type: none;
}
.softsale-file {
padding-bottom: 1.5em;
}
.softsale-file-versions {
padding-bottom: 1em;
}.form-login .am-form div.element-title label {
line-height: 1em;
font-weight: normal;
}
.form-login .am-form div.element-title {
padding-top: 1.5em;
}
.form-login div.element, .form-login div.element-title {
padding-bottom: .5em;
background: none;
}
@media all and (min-width: 500px) {
.form-login div.row div.element-title {
padding-right: .5em;
}
.form-login div.row div.element {
padding-left: .5em;
}
}
.form-login div.element, .form-login div.element-title {
padding-bottom: .5em;
background: none;
}
.form-login div.row {
border: none;
}
.form-login div.row.row-wide {
margin-top: 1em;
text-align: center;
}
.am-admin textarea.error, .am-admin input.error,
.am-body-content textarea.error,
.am-body-content input.error,
.am-popup textarea.error,
.am-popup input.error {
background-color: #fce6e6;
border: 1px solid #a94442;
}
.am-form div.row {
margin: 0;
}
.am-form div.element-title {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .5em 1em;
}
@media all and (min-width: 500px) {
.am-form div.element-title {
width: 35%;
float: left;
text-align: right;
padding: 1em 0.5em 1em 1em;
}
}
.am-form div.element-title label {
font-weight: bold;
}
.am-form div.element-title .comment,
.am-form div.element-title .comment strong,
.am-form div.element-title .comment b {
opacity: .8;
}
.am-form div.element {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: .5em 1em;
}
@media all and (min-width: 500px) {
.am-form div.element {
margin-left: 35%;
padding: 1em 1em 1em 0.5em;
}
}
@media all and (max-width: 500px) {
.am-form div.element input[type=email],
.am-form div.element input[type=text],
.am-form div.element input[type=password],
.am-form div.element input[type=submit],
.am-form div.element button,
.am-form div.element textarea,
.am-form div.element select {
box-sizing: border-box;
width: 100%;
margin-bottom: 0.2em;
}
.am-form div.element input.el-short {
width: auto;
}
}
.am-form div.row.no-label .element {
margin: 0;
padding: 1em 1em;
}
.am-form div.row.no-label .element-title {
width: 0;
display: none;
}
.am-form div.row.row-wide .element {
margin: 0;
padding: .5em 1em;
}
.am-form div.row.row-wide .element-title {
float: none;
width: 100%;
text-align: left;
padding: .5em 1em;
}
.am-form span.error {
display: block;
}
.am-form input.error, .am-form textarea.error, .am-form select.error {
border: 1px solid #a94442;
}
.am-form input.error, .am-form textarea.error, .am-form select.error {
border: 1px solid #a94442;
}
.am-form div.row::after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.el-wide {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
} .check-all-offer {
background-color: #ffc;
padding: 0.5em;
border: 1px solid white;
border-bottom: none;
}
.filter-wrap {
color: #333;
background: #e7e8e9;
padding: 0.5em;
text-align: right;
margin-bottom: 1em;
overflow: hidden;
border-radius: 3px;
}
.filter-wrap .filter-title {
float: right;
margin-right: 1em;
line-height: 2em;
}
.filter-wrap .filter-inputs {
float: right;
margin-right: 0.5em;
text-align: left;
}
.filter-wrap .filter-button {
float: right;
text-align: left;
}
.filter-wrap .filter-button input[type=submit],
.filter-wrap .filter-button input[type=submit]:hover,
.filter-wrap .filter-button input[type=submit]:active {
background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIj48cGF0aCBkPSJNMCw4IEwwLDEwIEwxNSwxMCBMNywxOCBMOSwxOCBMMTgsOSBMOSwwIEw3LDAgTDE1LDggWiIgc3R5bGU9ImZpbGw6IzU1NTk2MDsgc3Ryb2tlLXdpZHRoOjAiLz48L3N2Zz4=") no-repeat center center transparent;
}
.filter-wrap .filter-button input[type=submit]:hover,
.filter-wrap .filter-button input[type=submit]:active {
background-color: #dedede;
border-color: #c2c2c2;
box-shadow: 0 0 5px #0000001d;
}
.filter-wrap form.filter {
float: none;
margin: 0;
}
.filter-wrap form.filter input[type=text] {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAABeElEQVQ4y83TPYsTURjF8f+ZDL4UWlgFSeNWvmAjqBC9M/gNBCstd82nUKzExl6QsIpsl04stBvmTsimdP0AsmCpu9VqEdZ7bIyExTjBQjzVvQ+XHw8HLvxv0dHBeDw+lVK6DxTAMUkfgGEI4ePKUIzxCvAGOAvsSjqwfR74LmkQQthaBmXzw3Q6PQ28Bg5t3yiK4lwI4bLtNWDb9ssY47VWaDabbQA923fLspzM52VZfsrz/A7w2fbDVkjSTWB3EZmn3+/vA+8khVYopXRS0sHSMqWvwIlWKMuyHdsXqqrqHX00Go06tm/Zft8KAUPgsNPpbE0mkzPzYVVVebfbfQpclPR46caLl7qu70l6JWnP9lvb3ySVwCXgC/AohPBcUvojBNA0zfWU0oOfxR63vZNl2RPbPeCZ7RdFUQx+h60U21ld15sxRtd1vWl7sRbyVSFJyfYgxoik9Rgjtn9tplWhxc1ijENJtyVdbfuDrVjTNGt/DfyT/ACg8aXpx984kwAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 25px;
}
.filter-wrap form.filter input[type=text].datepicker {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAASAAAAEgAjOG5KAAAA0UlEQVQ4y9WSMW4CMRBF36x8Ay6wBQ1ScgS8zaaGMn1OgVIjDrVI1tr0aZBoc4Gc4achKDGxWBAg8SrPyP9r/mggI4RQp5RaCqSU2hDCOO9XR42qepXUlYwkdc65t7xvP4++7yfA0syegTGwLni1wKekD+C9aZodgDs4mq2AWSYoUZtZvU80z6ONOJ+DprpA/C8uqzfe++kQYYwx/a6vNtHNopVi6FT8B43G3yvfXmzkvX85Z6IvoIkxdqdEe56A/mhHkhaSwtCdSAqSFkP/359vAvc+6N1WlFsAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-position: 5px center;
padding-left: 25px;
}
.group-wrap, .norecord-actions {
margin-bottom: 1em;
}
.group-wrap .link, .norecord-actions .link {
display: inline-block;
margin: 0.4em 1em;
}
.grid-total {
padding: .5em;
text-align: right;
}
.grid-container {
border: 1px solid #c2c2c2;
box-shadow: 0 2px 4px #d6d6d6;
margin-bottom: 1em;
overflow-x: auto;
}
.grid {
margin: 0;
width: 100%;
}
.grid tr.grid-row {
border-bottom: 1px solid #ddd;
}
.grid tr.grid-row.expanded, .grid tr.grid-row.even, .grid tr.grid-row.odd {
border-bottom: none;
}
.grid tr.grid-row.odd td {
background-color: #d3dce3;
}
.grid tr.grid-row.odd td.sorted {
background-color: #bed4e2;
}
.grid tr.grid-row.selected {
background: #ffc;
}
.grid tr.grid-row.selected td {
background: none !important;
border-bottom: 1px solid #e5e5e5;
}
.grid tr.grid-row.emphase {
background-color: #ffc;
}
.grid tr.grid-row.emphase td {
background: none !important;
}
.grid tr.grid-row > td {
padding: .8em .5em;
vertical-align: top;
}
.grid tr.grid-row > td.break {
word-break: break-word;
word-wrap: break-word;
}
.grid th {
padding: .6em .5em;
font-size: 90%;
font-weight: normal;
font-variant: small-caps;
text-transform: lowercase;
background: url(data:image/gif;base64,R0lGODlhAQABAIABAMLCwv///yH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAAQABAAACAkQBADs=) repeat-y right top #335571;
color: #ced3d8;
}
.grid th a {
display: block;
color: #ced3d8;
text-decoration: none;
white-space: nowrap;
}
.grid th a span {
display: block;
margin-right: 20px;
}
.grid th a::before {
content: "\f362";
transform: rotate(90deg);
font-family: "Font Awesome 5 Free";
font-weight: 900;
float: right;
margin-left: .2em;
opacity: .3;
}
.grid th a.sorted-asc {
color: white;
}
.grid th a.sorted-asc::before {
content: "\f160";
transform: none;
opacity: 1;
}
.grid th a.sorted-desc {
color: white;
}
.grid th a.sorted-desc::before {
content: "\f884";
transform: none;
opacity: 1;
}
.grid th:last-child {
background: #335571;
}
.grid tr.grid-row:hover > td.actions a {
filter: grayscale(0%);
}
.grid tr.grid-row > td {
background: #f6f7f8;
}
.grid tr.grid-row > td.sorted {
background: #d9e6ee;
}
.grid tr.grid-row > td.actions {
text-align: center;
}
.grid tr.grid-row > td.actions a {
filter: grayscale(80%);
transition: all 300ms ease;
}
.grid tr.grid-row > td.record-sort {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAYAAAAGAB4TKWmAAAAM0lEQVRIx2NgGAXUAAcOHPh/4MCB/7j4+ADTQDt+mIDROBh4MBoHAw9G42DgwWgcDG0AAL7xQPddBGBsAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
background-position: center center;
cursor: move;
}
.grid tr.grid-row > td.expandable-data {
background: #eef;
}
.grid tr.grid-row > td.expanded {
background: #eef !important;
border-bottom-color: #eef;
}
.grid tr.grid-row > td.expandable {
cursor: pointer;
}
.grid tr.grid-row > td.expandable div.placeholder {
margin-right: 18px;
}
.grid tr.grid-row > td.expandable::before {
content: "\20\f107";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 70%;
color: #909090;
float: right;
}
.grid .editable {
display: inline-block;
width: 8px;
height: 8px;
overflow: hidden;
float: right;
margin: 0px;
padding-left: 10px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAqUlEQVR42mWOMQqEMBREA3sI75M7WG9jmyqIEMQLWCRY2dooErQSBBsrLxDsFCxzCCFjloUF3de+P3+GkAdKqaD2SCldlmXvpydaaz5NE6qqQpIkuMmmafJt22CMQVEUYIzxm7TWnsdxoO97pGnKwzB8EV8XdF3H933HRw7DcPrX+S85jmO9LAvWdYU/RBzH+a23bVs3zzPKsoRfzf9WU0pdFEUQQnw7H1yxJmJ11gCzkAAAAABJRU5ErkJggg==) no-repeat right;
}
.grid .live-edit,
.grid .live-select {
cursor: pointer;
}
.grid .disabled {
opacity: .75;
filter: Alpha(Opacity=75);
}
.grid th.required {
color: #a94442;
text-shadow: none;
}
.grid tr.grid-row:hover > td {
background-color: #bed4e2 !important;
}
.grid tr.grid-row:hover > td.expanded {
background-color: #eef !important;
}
.grid tr.grid-row.expandable-data-row:hover > td {
background-color: #eef !important;
}
.grid tr.grid-row > td.selected {
background: #d9e6ee !important;
}
.grid.grid-no-highlight tr.grid-row:hover > td {
background-color: #f6f7f8 !important;
}
.grid.grid-no-highlight tr.grid-row.odd > td {
background-color: #d3dce3 !important;
}
.grid.grid-small {
font-size: 80%;
}
.grid.grid-small th {
border: none;
background: #f1f1f1;
border-bottom: 1px solid #c2c2c2;
color: inherit;
}
.grid-conainer.grid-container-small {
box-shadow: none;
border-color: #d7d7d7;
}
.grid-action-export-preset-list {
margin: 1em;
}
.grid-action-export-preset-list .grid-action-export-preset-list-item {
padding-bottom: .5em;
}
.grid-action-export-preset-list .grid-action-export-preset-list-item:hover .grid-action-export-preset-list-action {
display: inline;
}
.grid-action-export-preset-list .grid-action-export-preset-list-action {
display: none;
}
.grid-action-export-preset-list .grid-action-export-preset-list-action a,
.grid-action-export-preset-list .grid-action-export-preset-list-action a:visited {
color: #BA2727;
}
.am-grid-storage a.local {
text-decoration: none;
}
.am-grid-storage a.local:hover {
text-decoration: underline;
text-decoration-style: dashed;
text-decoration-color: #a7b3bd;
}
.am-grid-storage .am-grid-storage-name img {
vertical-align: middle;
}
div.errors ul, ul.error, ul.errors {
margin: 0 0 1em 0;
padding: 0;
background: #fcbdbd;
border: 1px solid #faa7a7;
color: #ba2727;
border-radius: 3px;
}
div.errors ul li, ul.error li, ul.errors li {
margin: 0px;
padding: 0.5em 1em;
list-style: none;
text-align: left;
}
.error {
color: #ba2727;
}
.am-auth-form div.row {
background: #f9f9f9;
border-bottom: none;
}
.am-popup .am-login-form .row, .am-popup .am-sendpass-form .row {
border: none;
}
.am-popup .am-login-form .row .element-title,
.am-popup .am-sendpass-form .row .element-title {
background: none;
}
.am-popup .am-auth-form div.row {
background: none;
}
.am-popup .am-form.am-auth-form {
max-width: 320px;
}
.am-popup .am-form.am-auth-form div.element {
margin: 0;
padding: .5em;
}
.am-popup .am-form.am-auth-form div.element-title {
width: auto;
text-align: left;
float: none;
padding: .5em;
}
.am-helpdesk-reply-panel-content .am-form div.row {
border: 0;
}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(/amember/application/default/views/public/js/jquery/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(/amember/application/default/views/public/js/jquery/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(/amember/application/default/views/public/js/jquery/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(/amember/application/default/views/public/js/jquery/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(/amember/application/default/views/public/js/jquery/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(/amember/application/default/views/public/js/jquery/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(/amember/application/default/views/public/js/jquery/images/ui-icons_777777_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .003;
filter: Alpha(Opacity=.3); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}