@charset "utf-8";
@font-face {
    font-family: Openseans-bd;
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot') format('embedded-opentype'),
        url('fonts/opensans-bold.woff2') format('woff2'),
        url('fonts/opensans-bold.woff') format('woff'),
        url('fonts/opensans-bold.ttf') format('truetype'),
        url('fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: Openseans-sb;
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot') format('embedded-opentype'),
        url('fonts/opensans-semibold.woff2') format('woff2'),
        url('fonts/opensans-semibold.woff') format('woff'),
        url('fonts/opensans-semibold.ttf') format('truetype'),
        url('fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
}
@font-face {
    font-family: Openseans-reg;
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
        url('fonts/opensans-regular.woff2') format('woff2'),
        url('fonts/opensans-regular.woff') format('woff'),
        url('fonts/opensans-regular.ttf') format('truetype'),
        url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}
.arial {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
}
.bold {
    font-weight: bold;
}
#wrapper {
    margin: 0 auto;
    padding: 0;
}
.content {
    margin: 0px auto;
    width: 960px;
    position: relative;
}
body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    position:relative;
}
.text-strike {
    text-decoration: line-through;
}
.link {
    text-decoration: underline !important;
}
a:link {
    text-decoration: none;
    color: #698392;
}
a:visited {
    text-decoration: none;
    color: #698392;
}
a:hover {
    text-decoration: none;
    color: #e31771;
}
a:active {
    text-decoration: none;
}
.modal a:visited,
.blankpage a:visited {
    color: #00a5e3;
}
.modal a:link,
.blankpage a:link {
    color: #00a5e3;
    text-decoration: underline !important;
}
.pointer {
    cursor: pointer;
}
.favorite-icon {
    float: right;
    margin-right: 20px;
    cursor: pointer;
}
.favorite-icon .marked {
    color: #dfb509;
}

/*= header
--------------------------------------------------------*/

header {
    width: 100%;
    min-width: 960px;
    overflow: auto;
    margin: 0 auto;
    background: #FFFFFF;
    position: relative;
}
nav {
    float: right;
}
.header_gora {
    padding-top: 5px;
    height: 20px;
    border-color: #dfdfdf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.jezyk {
    float: left;
    width: 33%;
    height: 20px;
}
.jezyk img {
    margin-right: 20px;
}
.logowanie {
    text-align: right;
    float: right;
    height: 20px;
}
.logowanie ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: 30px;
    float: left;
}
/* ul.bxslider, ul.box, ul.menu TODO use these style classes instead of absolut class */
ul {
    margin: 0px;
    padding: 0px;
}
ul.list {
    padding: 0.5em 0px 0.5em 1.5em;
}

.header_navi {
    width: 100%;
    padding: 8px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-family: Openseans-bd;
    font-size: 16px;
}

.header_navi a.current {
    color: #00a5e3;
}
/*= slider
--------------------------------------------------------*/

.slider-content, .slider-content a, .slider-content a:hover{
    text-align: center;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    color: #FFFFFF;
}
.slider-content a {
    text-decoration: underline;
}
.slider-title {
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
}
.slider-info {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0px;
}
.slider-sub-title {
    font-size: 18px;
    font-weight: bold;
    margin: 7px 0px;
}

/*= footer
--------------------------------------------------------*/

footer {
    overflow: auto;
    width: 100%;
    min-width: 960px;
    background-color: #132448;
    background-image: url(/application/sportduell/gfx/kreska.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
.footer_lewa {
    padding: 20px;
    padding-top: 30px;
    width: 300px;
    float: left;
}
.footer_srodek {
    padding: 20px;
    width: 300px;
    padding-top: 30px;
    float: left;
    border-right-width: 2px;
    border-left-width: 2px;
    border-right-color: #414e6b;
    border-left-color: #414e6b;
    border-right-style: solid;
    border-left-style: solid;
}
.footer_prawa {
    padding: 20px;
    width: 230px;
    float: left;
    padding-top: 30px;
}
.footer_naglowek {
    margin-bottom: 16px;
    color: #eeeeee;
    overflow: auto;
    font-family: Openseans-bd;
}
.footer_tresc {
    color: #ffffff;
}
.footer_nav {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    width: 140px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom-color: #414e6b;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
}
.footer_nav:nth-last-of-type(2n) {
    margin-right: 20px;
}

.footer_srodek a:link {
    text-decoration: none;
    color: #eeeeee;
}
.footer_srodek {
    color: #eeeeee;
}
.footer_srodek a:visited {
    text-decoration: none;
    color: #eeeeee;
}
.footer_srodek a:hover {
    text-decoration: none;
    color: #e31771;
}
.contact_form {
    background-image: url('/application/sportduell/gfx/contact_form.png');
    width: 136px;
    height: 35px;
    display: block;
    position: relative;
    background-position: 0% 0%;
}
.contact_form:hover {
    background-image: url('/application/sportduell/gfx/contact_form.png');
    width: 136px;
    height: 35px;
    position: relative;
    background-position: 0% 100%;
}

.quad70 {
    width: 70px !important;
    height: 70px !important;
    padding: 0px !important;
    opacity: 1.0;
}
.label70 {
    font-size: 10px !important;
    margin-top: 55px !important;
    width: 70px !important;
}
.quad110 {
    width: 110px !important;
    height: 110px !important;
    padding: 0px !important;
    opacity: 0.85;
}
.label110 {
    font-size: 12px !important;
    margin-top: 92px !important;
    width: 110px !important;
    white-space: nowrap;
}
.sd-border {
    border: 1px solid #E1E1E1;
}
.sd-form {
    background-color: #FFFFFF;
    padding: 5px;
}
table.sd-border-tr tr th {
    border-bottom: 1px solid #5098B6;
}
table.sd-border-tr tr:nth-child(n+2) td {
    border-top: 1px solid #E1E1E1;
}

.sd-sport-icon {
    margin: auto;
    text-align: center;
}
.sd-sport-icon .container {
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.sd-sport-icon a {
    float: left;
    text-decoration: none;
    background-size: 100%;
    background-position: top;
}
.sd-sport-icon a[href]:hover {
    background-position: bottom;
}

.sd-sport-icon .label {
    color: #eee;
    font-family: Openseans-sb;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
}

.our_partners {
    padding: 40px 0px;
    background: #e4f1f7;
    border-top: #BCDCE8 solid 2px;
}
.sd-blue {
    color: #006690;
}
.sd-grey {
    color: #698392;
}
.sd-h1 {
    font-weight: bold;
    font-size: 2.75em;
}
.sd-h2 {
    font-weight: bold;
    font-size: 1.75em;
}

.sd-font-smaller {
    font-size: smaller;
}
.sd-font-family {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
h1, h2, h3, h4, .podstrona_naglowek, .podstrona_podtytul, .sd-font {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #006690;
}
h1,
.podstrona_naglowek {
    font-size: 24px;
    margin-bottom: 30px;
}

h1 {
    font-size: 2.25em;
}
h2 {
    font-size: 1.75em;
    margin-bottom: 30px;
}

h3 {
    font-size: 18px;
    margin: 10px 0px;
}
/*= Term
--------------------------------------------------------*/

.term_content {
    margin-bottom: 60px;
    overflow: auto;
}
.term_tytul {
    padding-bottom: 5px;
    border-bottom-color: #C3C1C0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    color: #00a5e3;
    width: 280px;
    margin-right: 40px;
    float: left;
    font-weight: bold;
    font-family: Openseans-bd;
    font-size: 16px;
}
.term_tresc {
    float: right;
    width: 640px;
    color: #222222;
    font-size: 13px;
    text-align: justify;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}

.gdpr {
    color: #222222;
}

.gdpr ul {
    padding: 12px 0px 12px 40px;
}
/*= Contact
--------------------------------------------------------*/
.contact_lewa {
    float: left;
    width: 200px;
}
.contact_prawa {
    float: right;
    width: 680px
}
textarea {
    width: 98%;
    height: 100px;
    font-family: Openseans-reg;
}
.contact_naglowek {
    margin-bottom: 25px;
    font-size: 16px;
    color: #00a5e3;
    font-family: Openseans-bd;
}
.contact_podtytul {
    color: #1d5369;
    font-size: 13px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.contact_formularz {
    width: 100%;
}
.pole_tekst {
    height: 38px;
    width: 320px;
    padding-left: 5px;
    border: 2px solid #E5E5E5;
    margin-bottom: 15px;
    float: left;
    font-family: Openseans-reg;
}

.account_text ul,
.popup_content ul {
    margin-left: 40px;
}

.float_left {
    float: left;
    position: relative;
}

.float_right {
    float: right;
    position: relative;
}

.center {
    text-align: center;
}
.justify {
    text-align: justify;
}

.kontakt_wyslij_przycisk {
    float: right;
    border-radius: 2px;
    font-family: Openseans-bd;
    padding-left: 43px;
    padding-right: 10px;
    margin-top: 20px;
    background-color: #698392;
    background-image: url(/application/sportduell/gfx/send_message.png);
    min-width: 128px;
    height: 35px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    border: hidden;
    background-position:0% 0%;
}
.kontakt_wyslij_przycisk:hover {
    background-color: #e42679;
    background-position:0% 100%;
}
/*= Sportduell
--------------------------------------------------------*/

.plaster_calosc {
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-top: 30px;
    width: 309px;
    height: 356px;
    background-image: url(/application/sportduell/gfx/plaster.png);
    transition: all .2s linear;
}
.plaster_calosc:hover {
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-top: 10px;
    width: 309px;
    height: 356px;
    background-image: url(/application/sportduell/gfx/plaster.png);
}
.plaster_dol {
    margin-left: 160px;
    position: absolute;
    padding-bottom: 50px;
    top: 370px;
}
.plaster_tresc {
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}
.plaster_naglowek {
    margin-bottom: 10px;
    color: #00a5e3;
    font-size: 16px;
    font-family: Openseans-bd;
}
.plaster_info {
    text-align: center;
    font-size: 13px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    color: #333333;
    line-height: 18px;
}
/*= Find player
--------------------------------------------------------*/
.header-title,
.find_game_naglowek,
.find_player_naglowek {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: calc(2em - -12px);
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}

.header-form,
.find_player_szukaj_calosc {
    background: #FFFFFF;
    height: auto;
    margin: auto auto;
    padding: 10px;
    position: relative;
}
.szukaj_srodek {
    padding-top: 15px;
    float: left;
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}
.szukaj_prawa_club {
    padding-top: 15px;
    height: auto;
    float: right;
    width: 300px;
}
.find .inline-edit .label {
    color: #1d5369;
    font-family: Openseans-bd;
    padding-bottom: 10px;
    display: inline-block;
}
.find .inline-edit .sd-select {
    height: 38px;
}
.szukaj_naglowek {
    color: #1d5369;
    font-family: Openseans-bd;
    padding-bottom: 10px;
    display: block;
}
.szukaj_pole_tekst {
    height: 37px;
    width: 280px;
    padding-left: 5px;
    border: 2px solid #E5E5E5;
    margin-bottom: 15px;
}
.szukaj_checbox {
    float: left;
    width: 130px;
    margin-bottom: 15px;
    color: #698392;
    font-family: Openseans-sb;
}

.text,
.main_checkbox {
    color: #1d5369;
    font-family: Openseans-sb;
}

div.account_checkbox_edit {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 6px;
    color: #698392;
}

.your_level {
    background-color: #ffffff;
    border-color: #cccccc;
}
.your_level_fixed {
    background-color: #dddddd;
    border-color: #bbbbbb;
}
.your_level .rp, .your_level_fixed .rp {
    font-size: x-small;
}
.your_level, .your_level_fixed {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    padding: 2px;
    width: 100%;
    display: inline;
    margin-left: 10px;
    position: relative;
}

.your_level .fa-star {
    cursor: pointer;
}

.your_level .marked, .your_level_fixed .marked {
    color: #dfb509;
}
td div.user_sport_edit div.sd-select{
    height: 21px;
    width: 90px;
    display: inline-table;
    min-width: auto;
}
.ukryty_select {
    padding-left: 5px;
    color: #9297a2;
    overflow: hidden;
    width: 280px;
    height: 38px;
    background-image: url(/application/sportduell/gfx/tlo_lista_oferty.png);
    border: 2px solid #E5E5E5;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 100% 40%;
}
.lista_rozwijalna_wyszukaj {
    overflow: hidden;
    background: none repeat scroll 0% 0% transparent;
    height: 38px;
    color: #9297a2;
    width: 300px;
    border: 0px none;
}
.mapa {
    height: 500px;
    width: 650px;
    float: left;
    background: #C9ACAD;
}

#map-canvas{
    height: 420px;
    width: 650px;
    float: left;
}

#map-canvas-main {
    margin-top: 4px;
    height: 550px;
    width: 100%;
    float: left;
}

.map-header th {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 20px;
    font-family: Openseans-bd;
    font-size: 12px;
    font-weight: normal;
}

.map-form td {
    position: relative;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0px 5px;
    height: 30px;
}


.advert h2 {
    color: #006690;
    margin-bottom: 28px;
    text-align: center;
}
.advert td {
    font-size: 1.2em;
    text-align: center;
}
.advert table {
    border-collapse: collapse;
}
.advert tbody > tr:nth-child(2n+2) {
    background-color: #fff;
}
.advert tbody > tr:nth-child(2n+1) {
    background-color: #f1efe9;
}

.boxSD {
    width: 250px;
    float: right;
    flex-basis: 25%;
}

.boxSD img {
    width: 100%;
    padding: 2px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
}

.both {
    clear: both;
}

.stopfloat {
    clear: both;
    height: 0px;
}

td {
    padding: 10px;
}

.tabela, .tab_content {
    width: 650px !important;
    float: left;
}
.tabela {
    background-color: #e2eff4;
}

a.underline:link,
.games a:link,
.tabela a:link {
    text-decoration: underline;
}
.tabela tbody > tr:nth-child(2n+2) {
    background-color: #fff;
}

.underline-link a:link {
    text-decoration: underline;
}
table.alternate-color-first tbody > tr:nth-child(2n+1) {
    background-color: #fff;
}
table.alternate-color-second tbody > tr:nth-child(2n+2) {
    background-color: #fff;
}
table td.sport-icon-list img {
    margin: 2px 2.5px;
    vertical-align: middle;
}
table.center td {
    text-align: center;
}
table.center th {
    text-align: center;
}

table.games td {
    text-align: center;
}

table.games td.club img,
table.games td.rankval img,
table.games td.date img {
    float: left;
}

table.games td.club img {
    margin-right: 10px;
}

tr.games td {
    text-align: center;
}
.tabela td img {
    margin-right: 5px;
}

tr.games td:nth-child(1) {
    width: 170px;
}

#show_games table tbody > tr:nth-child(2n+2) {
    background-color: #fff;
}

#show_games .akcja {
    background-color: transparent;
}

.show_games {
    color: #5bc5ed;
    cursor: pointer;
}

.show_games:hover {
    text-decoration: underline;
}

#show_games div {
    background-color: #e4f1f7;
}

table {
    width: 100%;
    color: #1d5369;
    font-family: Openseans-sb;
    border: 2px solid #FFFFFF;
    border-spacing: 0;
}

table tr.header th {
    background: #006690;
    color: #FFFFFF;
    padding: 15px 5px;
}

table tr.fieldheader th {
    background: RGBA(0, 102, 144, 0.80);
    color: #FFFFFF;
    padding: 10px 8px;
    border-top: 2px solid #5098B6;
}

table tr.interheader th {
    background: RGBA(0, 102, 144, 0.6);
    color: #FFFFFF;
    padding: 8px 5px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

table tr.header th:nth-child(n+2).games {
    border-left-width: 0px;
}
table tr.header th:nth-child(n+2) {
    border-left-color: #5098B6;
    border-left-width: 1px;
    border-left-style: solid;
}

.nick {
    min-width: 110px;
}
.read_entry,
.load_stats {
    font-size: 10px;
    cursor: pointer;
}

.play a {
    text-decoration: underline;
    color: #698392;
    font-size: 10px;
}
.play a:link {
    font-size: 10px;
    color: #3ba7d0;
}
.play a:hover {
    color: #e32779;
}
.data_data {
    font-size: 10px;
}

/* ------------------------------ pager styles ------------------------------ */

.pager_top {
    margin: 0px auto 15px auto !important;
}
.pager_bottom,
.pager_nav {
    width: 650px;
    height: 38px;
    margin: 25px auto 15px auto;
}

.pager_nav .rewind {
    float: left;
    background-image: url(/application/sportduell/gfx/strona_wstecz.png);
    width: 38px;
    height: 38px;
    cursor: pointer;
    visibility: hidden;
    margin-right: 10px;
    margin-left: 150px;
}
.pager_nav .rewind:hover {
    float: left;
    background-image: url(/application/sportduell/gfx/strona_wstecz_hov.png);
    width: 38px;
    height: 38px;
}
.pager_nav .pages {
    padding-top: 10px;
    float: left;
    width: 254px;
    text-align: center;
    color: #8ab3c3;
    font-family: Openseans-bd;
}
.pager_nav .pages span:hover {
    text-align: center;
    color: #1d5369;
    font-family: Openseans-bd;
    text-decoration: none;
}
.pager_nav .pages span {
    text-decoration: none;
    cursor: pointer;
}

.pager_nav .forward {
    float: right;
    background-image: url(/application/sportduell/gfx/strona_dalej.png);
    width: 38px;
    height: 38px;
    cursor: pointer;
    visibility: hidden;
    margin-left: 10px;
    margin-right: 150px;
}
.pager_nav .forward:hover {
    float: right;
    background-image: url(/application/sportduell/gfx/strona_dalej_hov.png);
    width: 38px;
    height: 38px;
}

/*= Find club
--------------------------------------------------------*/

input.button {
    font-family: Openseans-bd;
    margin-right: 10px;
    border-radius: 2px;
    padding-left: 43px;
    padding-right: 10px;
    background-color: #698392;
    background-position:0% 0%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    border: hidden;
}
input.button:hover {
    background-position:0% 100%;
    background-color: #cc3384;
}
input.search {
    height: 38px;
    background-image: url(/application/sportduell/gfx/search.png);
}

input.save {
    height: 35px;
    background-image: url(/application/sportduell/gfx/save.png);
    clear: both;
    margin-bottom: 20px;
}

.account_edit .edit-image {
    max-width: 270px;
}
.account .mail_templates span {
    margin-top: 10px;
    font-weight: bold;
    display: inline-block;
}

.edit-image button i {
    height: 35px;
}
.edit-image button span {
    width: calc(100% - 38px);
    padding: 0px !important;
    height: 35px;
}

.edit-image button,
.edit-image input {
    width: 80%;
    margin: 10px 0px !important;
    height: 35px;
}
input.rotate-left {
    background-image: url(/application/sportduell/gfx/rotate_left.png);
}
input.rotate-right {
    background-image: url(/application/sportduell/gfx/rotate_right.png);
}

input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin: 2px;
}
div.weekdays label {
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    cursor: pointer;
    margin-left: -3px;
}

.entries-form .controls > div:last-of-type {
    float: right;
}

.inline-edit-block .pinboard-edit input,
.inline-edit-block .pinboard-create input,
.inline-edit-block .pinboard-create div.sd-select {
    height: 20px;
}
.pinboard-constraints {
    display: flex;
    justify-content: space-between;
}
.pinboard-constraints input,
.pinboard-constraints div.sd-select {
    height: 28px;
}

.pinboard-create .constraints {
    display: flex;
}
.pinboard-create .constraints > div {
    margin-left: 10px;
}
.pinboard-edit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.pinboard-edit div.required_mutual {
    margin-left: 10px;
}
.pinboard-sportcenter-selection {
    font-size: 12px;
}

div.sport_icon {
    display: flex;
    align-items: center;
}
div.sport_icon span {
    white-space: nowrap;
}
/*
#pinboard .pinboard #pinboard_data .sportcenter_list {
    min-width: 250px;
}
*/
#pinboard .pinboard #pinboard_data .thumbnail {
    min-width: 150px;
}
div.sportcenter_list {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: smaller;
    max-width: 350px;
    min-width: 35%;
}
div.sportcenter_select {
    overflow-x: hidden;
    margin-left: 10px;
}
div.sportcenter_select > fieldset {
    font-size: smaller;
    border: 0px;
}
div.sportcenter_select > fieldset input {
    vertical-align: middle;
    margin: 4px 0px;
}
div.noborder {
    border: 0px !important;
}
div.tournament-success div.year {
    font-size: 18px;
    border-bottom: 1px solid #A1A1A1;
    margin: 0px 0px 0px 1px;
    display: block;
}
div.tournament-success div img {
    margin: 2px;
    width: 32px;
    min-width: 32px;
    max-width: 32px;
}
div.tournament-success div.top div {
    min-width: calc(50% - 36px);
    max-width: calc(50% - 36px);
}
div.tournament-success div.bottom {
    margin: 5px 4px;
}
div.tournament-success:nth-child(n+2) {
    border-top: 1px solid #E1E1E1;
}


div#profile_data_type,
div.pinboard {
    width: 100%;
    color: #1d5369;
    font-family: Openseans-sb;
}

div#profile_data_type div.entry div.year {
    font-size: 18px;
    background-color:#eee;
    border-bottom: 1px solid white;
    margin: 0px 0px 0px 1px;
    display: block;
}

div#profile_data_type table div.entry:nth-child(2n+2),
div.pinboard table div.entry:nth-child(2n+2) {
    background-color: transparent !important;
}
div#profile_data_type .entry,
div.pinboard .entry {
    background-color: #ffffff;
    position: relative;
}

div#profile_data_type .entry div img {
    width: 32px;
    margin: 2px 5px 2px 0px;
}
div#profile_data_type div.entry div.tournament {
    max-width: 250px;
    min-width: 250px;
}
div#profile_data_type div.entry div.field {
    max-width: 150px;
    min-width: 150px;
}
div#profile_data_type div.entry div.tournament-winner {
    margin: 0.5px 5px;
    padding: 10px 0px;
}
div#profile_data_type div.entry div.text {
    margin: 0px 3px;
}
div#profile_data_type div.entry div.field-pos {
    white-space: nowrap;
    max-width: 80px;
    min-width: 80px;
}
div.pinboard .entry > .header .thumbnail {
    margin-right: 10px;
}
div.pinboard .entry > .header .thumbnail span {
    white-space: nowrap;
}
div.pinboard .entry > .header span.subject {
    font-weight: bold;
    text-align: center;
}
div.pinboard .entry > .header span.space {
    display: inline-block;
    width: 160px;
}
div.pinboard .entry > .header {
    /*border-top: 4px solid #006690;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#profile_data_type .entry:nth-child(n+2),
div.pinboard .entry:nth-child(n+2) {
    border-top: 1px solid #E1E1E1;
}

div.pinboard .entry > .header a {
    text-decoration: underline;
}
div.pinboard .entry > div {
    padding: 4px 2px;
}
div.pinboard div.info {
    min-width: 160px;
    max-width: 160px;
    text-align: left;
}
div.pinboard div.info span.header {
    display: block;
    font-size: x-small;
}
div.pinboard .body .description {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 950px;
}
div.pinboard .wiki {
    max-width: 100%;
}
div.pinboard .body .description .overview-full {
    white-space: unset !important;
}
div.pinboard .body .description .overview-full .invite {
    display: block !important;
}
div.pinboard .body .description .overview .invite_to_play {
    float: right;
    width: 160px;
    padding-right: 4px;
    margin-right: -4px;
}
.tinywidth {
    max-width: 650px;
    width: 650px;
}
.tinywidth .wiki {
    width: 640px;
}
.smallwidth {
    max-width: 730px;
    width: 730px;
}
.smallwidth .wiki {
    width: 720px;
}

.fullwidth {
    max-width: 950px;
    width: 950px;
}

div.show-hide-text  p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    cursor: pointer;
}
div.show-hide-text p:nth-child(1){
    overflow: auto;
    white-space: normal;
}
div.show-hide-text p:nth-child(n+2){
    display:none;
}
div.show-hide-text p:nth-child(2){
    display:block;
}
div.show-hide-text.show-full-text  p{
    overflow: auto;
    white-space: normal;
}
div.show-hide-text.show-full-text  p:nth-child(n){
    display:block;
}
#club-description{
    width:calc(100% - 43px);
    text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
}

div.pinboard .body .description .overview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    cursor: pointer;
}
div.pinboard .body .description .overview:hover {
    background-color: #eee;
}
div.pinboard .body .description .invite {
    display: none;
    width: 160px;
    padding-right: 4px;
}
div.pinboard .body .description span {
    white-space: nowrap;
}
div.pinboard .footer .menu {
    width: 38px;
}
div.pinboard .footer .menu-items {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #006690;
    text-align: center;
    padding: 2px 0px;
    z-index: 1;
    align-self: flex-start;
}
div.pinboard .footer .menu-items button span {
    width: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.pinboard .footer div.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.pinboard .footer .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.pinboard .footer button {
    margin: 4px;
}
div.pinboard .footer div.edit {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid grey;
}
div.pinboard-create textarea,
div.pinboard .footer div.edit textarea {
    height: 12em;
    min-height: 5em;
    max-height: 20em;
    min-width: 100%;
    max-width: -moz-min-content;    /* Firefox */
    max-width: -webkit-min-content; /* Chrome */
    max-width: min-content;
}
div.pinboard .btn-sportduell {
    height: 26px;
}
div.pinboard .invite {
    width: 160px;
    text-align: center;
    float: right;
    cursor: default;
}
div.pinboard .invite .btn-sportduell span {
    min-width: 90px;
}
div.pinboard .invite .btn-sportduell {
    margin-top: 5px;
}
div.pinboard .answer {
    display: none;
    border-top: 1px solid grey;
    padding-top: 5px;
}
div.pinboard .answer .label {
    font-weight: bold;
}
div.pinboard .answer textarea {
    width: 100%;
    height: 100px;
    resize: none;
    margin-bottom: 5px;
    min-width: 400px;
    max-width: 650px;
}
div.pinboard .answer .buttons {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
div.pinboard .answer button {
    margin-left: 10px;
}
div.pinboard .answer div.required {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 20px;
}

div.pinboard .btn-sportduell span {
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    min-width: 80px;
}
div.pinboard .btn-sportduell i {
    line-height: 26px;
    height: 26px;
}
div.pinboard div.more,
div.pinboard div.less {
    font-size: small;
    text-align: right;
    cursor: pointer;
}
div.pinboard div.more-text {
    display: none;
}

/* profile player results */
div.results .entry > .header {
    display: flex;
    justify-content: space-between;
}

#icon_sport_all span {
    color: #eee;
    font-family: Openseans-sb;
    position: absolute;
    font-size: 10px;
    margin-top: 13px;
    width: 40px;
    text-align: center;
}
.icon_sport_show,
.icon_sport {
    display: inline-block;
    padding: 0px !important;
    width: 40px;
    height: 40px;
}
.icon_sport {
    cursor: pointer;
}
.icon_sport:hover,
.icon_sport_selected {
    background-position: bottom;
}

.club_prawa {
    padding: 2px;
    float: right;
    border: 1px solid #E1E1E1;
    height: 294px;
    width: 470px;
}
.company_prawa {
    padding: 2px;
    float: right;
    border: 1px solid #E1E1E1;
    width: 470px;
}
.club_adres_calosc {
    margin-top: 20px;
    height: 120px;
}
.club_pinezka {
    overflow: auto;
    width: 30px;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.club_adres {
    float: left;
    margin-right: 40px;
    font-size: 13px;
    color: #1d5369;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}
.club_kontakt {
    font-size: 13px;
    color: #1d5369;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}
.club_tresc_calosc {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.club_tresc {
    font-size: 13px;
    float: right;
    width: 380px;
    color: #1d5369;
    margin-right: 20px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
/*= profile
--------------------------------------------------------*/
.profile_left {
    padding: 2px;
    background: #ffffff;
    flex-basis: 25%;
    margin-bottom: 10px;
}
.profile_info {
    width: 230px;
    overflow: auto;
    padding: 10px;
    border-bottom-color: #E1E1E1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.profile_naglowek {
    color: #1d5369;
    font-size: 13px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
}
.profile_podtytul {
    color: #1d5369;
    font-size: 13px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.profile_podtytul img {
    margin-top: 5px;
    margin-right: 5px;
}
#sport_level div.levels {
    border-bottom-color: #E1E1E1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10px 0px 10px 10px;
}

#sport_level i {
    font-size: 20px;
}

.rank {
    border-bottom-color: #E1E1E1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    overflow: auto;
}
.rank img {
    padding: 10px;
    float: left;
}
.rank div {
    float: left;
    padding: 10px;
    font-family: Openseans-sb;
    color: #1d5369;
}
.rank div.cell {
    width: 100px;
    padding: 0px;
}

.rank div.cell div {
    float: right;
    padding-left: 0px;
    padding-right: 20px;
}
.see_ranking {
    font-family: Openseans-sb;
    font-size: 12px;
    padding: 10px;
}
.profile-data {
    flex-basis: 75%;
}
.profile-data td img {
    float: left;
    width: 32px;
    margin-top: 4px;
    margin-right: 2px;
}
.profile-data td {
    text-align: center;
    padding: 10px 5px;
}

.profile_desc {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: #FFFFFF;
    margin-bottom: 20px;
    color: #1D5369;
    font-family: Openseans-sb;
}

.profile_menu {
    /*padding-top: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    background: #FFFFFF;
}
.profile_constraints {
    padding-top: 5px;
}
.profile_button {
    margin-left: 10px;
}
.profile_tabs {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 60%;
    display: flex;
}
.profile_tabs > div:first-of-type {
    margin-left: 0px;
}
.profile_tabs > div {
    margin: 0px 5px;
}
.profile_tabs > div:last-of-type {
    margin-right: 0px;
}
.profile_constraints .inline-edit > div {
    margim-bottom: 0px !important;
}
.profile_submit:hover {
    background: #00a5e3;
}
.profile_submit {
    border: none;
    padding: 10px 15px;
    background: #698392;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    white-space: nowrap;
}
.profile_button {
    margin-top: 15px;
    border: none;
    float: right;
}
.marker_table{
    border-collapse: collapse;
    border-width: 0px;
}

.marker_table  tr:nth-child(2n+2){
    background-color: #e6eef3;
}

.marker_table tr div.header {
    font-weight: bold;
    font-size: smaller;
    margin-bottom: 2px;
}

.map_content div.header {
    font-weight: bold;
    font-size: larger;
    margin-bottom: 2px;
    padding: 3px 5px;
    border-bottom: 2px solid #006690;
}

.map_content div.read_more {
    font-weight: bold;
    text-align: right;
    margin-bottom: 2px;
    border-top: 2px solid #006690;
    padding: 3px 5px;
}

.map_content td {
    padding: 3px 5px;
}

.marker_list td {
    text-align: center;
    padding: 0px 2px;
}

.games_table td img {
    margin-right: 0px !important;
}

.marker_table td img {
    margin-right: 5px;
}

.marker_list td img {
    margin-right: 2px !important;
}
td.result {
    min-width: 60px;
    height: 30px;
}
td.rankval {
    min-width: 95px;
    height: 30px;
}

td.sport_time {
    min-width: 160px !important;
    width: 160px;
}
td.sport_icon {
    min-width: 130px;
    width: 130px;
    height: 30px;
}
td.sport_icon span {
    display: block;
    margin-top: 10px;
    padding-top: 0px;
}
td.sport_icon span.day {
    margin-top: -10px;
}
td.sport_icon img {
    float: left;
    margin-right: 4px;
}

td.playerinfo {
    min-width: 160px;
}

td.playerinfo span,
td.rankval span {
    display: block;
    margin-top: 8px;
    padding-top: 0px;
}

/* game inner column borders */
tr.game > td {
    border-left: 1px solid #c3cfd6;
}
tr.game > td:nth-child(1) {
    border-left: 0px;
}

.profile_wynik {
    color: #00a5e3;
    font-family: Openseans-bd;
}
.akcja {
    color: #698392;
    font-size: 12px;
    font-family: Openseans-reg;
}
.akcja a:link {
    text-decoration: none;
}

.profile_podtytul div.statistic a {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    text-decoration: none;
    height: 40px;
    background-position: top;
}
.profile_podtytul div.statistic a:hover {
    margin-right: 5px;
    margin-top: 5px;
    text-decoration: none;
    background-position: bottom;
}

.profile_podtytul div a.stats_active {
    background-position: bottom;
}

/*= Ranking
--------------------------------------------------------*/

table.ranking {
    border-spacing: 0;
}

table.ranking th a {
    color:inherit;
}
table.ranking th a:link {
    text-decoration:none;
}
table.ranking td {
    text-align: center;
    height: 30px;
}
table.ranking td.pos {
    width: 50px;
}
.ranking_active {
    background: #00a5e3;
    color: #FFFFFF;
}

.ranking_lewa {
    float: left;
    width: 650px;
    margin-right: 50px;
}
.ranking_prawa {
    float: right;
    width: 250px;
    height: 1050px;
}
.ranking_tabela {
    width: 650px;
    margin-right: 60px;
    float: left;
    margin-bottom: 50px;
    margin-top: 30px;
}
.ranking_naglowek {
    font-size: 16px;
    color: #1d5369;
    font-family: Openseans-bd;
    margin-bottom: 15px;
}
.menu_gora_submit {
    background: #FFFFFF;
    text-align: center;
    float: left;
    width: 293px;
    padding: 15px;
    color: #698392;
    font-size: 13px;
    border: 1px solid #E1E1E1;
    font-weight: bold;
    cursor: pointer;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.menu_gora_submit:hover {
    background: #00a5e3;
    text-align: center;
    float: left;
    width: 293px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 13px;
    border: 1px solid #E1E1E1;
    font-weight: bold;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.menu_gora_submit a:link {
    color: #698392;
    font-size: 13px;
}
.menu_gora_submit a:hover {
    color: #FFFFFF;
    font-size: 13px;
}
.menu_gora_submit a:visited {
    color: inherit;
    font-size: inherit;
}
.menu_dol {
    margin-bottom: 100px;
}

form.ranking input.tabs { display: none; }
form.ranking label {
    display: block;
    background: #FFFFFF;
    text-align: center;
    float: left;
    width: 324px;
    padding: 15px;
    color: #698392;
    font-size: 13px;
    border: 1px solid #E1E1E1;
    font-weight: bold;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    cursor: pointer;
}

form.ranking div.main > label {
    width: 240px;
    padding: 15px;
}

form.ranking div.players_type > label {
    width: 95px;
    padding: 8px;
}
form.ranking div.sex > label {
    width: 95px;
    padding: 8px;
}
form.ranking input#type_players ~ div.sex {
    display: none;
}
form.ranking input#type_players:checked ~ div.sex,
form.ranking input#type_players_doubles:checked ~ div.sex,
form.ranking input#type_players_mixed:checked ~ div.sex {
    display: block;
}
form.ranking div.region > label {
    width: 150px;
    padding: 12px;
}
form.ranking div#land,
form.ranking div#country,
form.ranking div#city {
    display: none;
}
form.ranking input#region_country:checked ~ div#country {
    display: block;
}
form.ranking input#region_land:checked ~ div#land {
    display: block;
}
form.ranking input#region_city:checked ~ div#city {
    display: block;
}

form.ranking input.tabs:checked + label {
    background: #00a5e3;
    color: #FFFFFF;
}
form.ranking div.sd-select {
    height: 30px;
}

.ranking_tabela a:link {
    text-decoration: underline;
}
/*= account
--------------------------------------------------------*/

div:target {
    display: block !important;
}
aside form {
    display: none;
}
aside:target form {
    display: block;
}
div.alert_box {
    border: 1px solid rgba(239, 50, 0, 0.8);
    background-color: rgba(239, 50, 0, 0.2);
    font-size: 16px;
    font-family: Openseans-sd;
    margin: 5px 15px 25px 15px;
    padding: 10px 30px;
}

div.alert_box ul {
    padding-left: 40px;
    margin: 5px 0px;
}
div.alert_box h2 {
    margin: 10px 0px;
}

div.hidden {
    display: none;
}

.account_menu_calosc {
    float: left;
    margin-bottom: 20px;
}
.tab-menu-rule,
.account_menu_calosc {
    font-size: 16px;
    font-family: Openseans-bd;
    width: 960px;
    border-bottom-color: #698392;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    height: 30px;
}

.star-yelow {
    color: #dfb509;
}

.tournament_menu {
    margin-top: 20px;
    border-bottom-color: #698392;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    height: 30px;
    margin-bottom: 10px;
}

.tournament_menu div {
    margin-right: 30px;
    font-size: 14px;
    color: #698392;
    height: 30px;
    font-family: Openseans-bd;
    float: left;
}

.active a {
    color: #00A5E3;
}
.tournament_menu div:hover {
    border-bottom-color: #e2277a;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: #e2277a !important;
}

.preferences .item {
    display: flex;
    align-items: center;
}
.preferences span.label {
    flex-basis: 20%;
}
.preferences div.sd-select {
    display: inline-block;
    width: 120px !important;
    height: 24px !important;
}
.account_menu {
    float: left;
}
.account-edit-submenu {
    color: #698392;
    height: 24px;
    font-family: Openseans-bd;
    margin-bottom: 10px;
}
.tab-menu,
.account_menu {
    margin-right: 40px;
    font-size: 16px;
    color: #698392;
    height: 30px;
    font-family: Openseans-bd;
}
.tab-menu-active a,
.account_menu_active a {
    color: #00A5E3;
}
.tab-menu:hover,
.account_menu:hover {
    font-size: 16px;
    font-family: Openseans-bd;
    border-bottom-color: #e2277a;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.account_action,
.account_naglowek,
.account_text {
    color: #577ca5;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.account_action {
    margin: 10px 0px !important;
    color: #1d5369 !important;
}

.account_naglowek {
    font-size: 24px;
}
.account_text {
    font-size: 16px;
    overflow: auto;
}
.account_tabela {
    border: 1px solid #E1E1E1;
}
.account_tabela table {
    border: 0px;
}
.account_tabela tbody > tr:nth-child(2n+1) {
    background-color: #FFFFFF;
}
.account_tabela td {
    border-bottom-color: #c3cfd6;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-align: center;
}
.confirmed {
    color: #3fd411;
}
.account_club_lewa {
    float: left;
    width: 650px;
    margin-bottom: 30px;
}
.account_club_prawa {
    float: right;
    width: 280px;
}
.account_club_opcje_lewa {
    float: left;
    width: 300px;
    margin-right: 50px;
}
.account_club_opcje_prawa {
    float: right;
    width: 300px;
}
.account_club_tytul {
    color: #1d5369;
    font-family: Openseans-bd;
}
.account_club_pole_adres {
    color: #1d5369;
    border: #e1e1e1 solid 1px;
    font-family: Openseans-sb;
    background: #FFFFFF;
    padding: 8px;
    margin-bottom: 3px;
}
.account_club_pole_adres input {
    border: 0px;
    width: 100%;
}

.account_club_pole_adres2  {
    color: #698392;
    font-family: Openseans-sb;
    margin-bottom: 3px;
}

.account_club_pole_adres2 input {
    border: 0px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.club_pinezka i {
    color: #00a5e3;
}

.account_club_pole_adres select {
    border: 0px;
    color: #777777;
}
.accept_reg_float {
    float: right;
}

.account_edit .account_game_pole {
    margin-bottom: 0px;
}

.account_edit {
    border: 0px;
}
.account_edit td {
    border-collapse: collapse;
    padding: 0px 0px 5px;
    vertical-align: top;
}

.account_edit textarea {
    width: 580px;
    height: 200px;
    margin-right: 10px;
}

.sub_club{
    border-color: #00a5e3;
    border-width: 2px;
    border-style: solid;
    left: 330px;
    margin-top: 30px;
    position: absolute;
    display: none;
}

.sub_company{
    left: 410px;
}

.sub_club a {
    font-size: 12px;
    height: 30px;
    padding-left: 5px;
    padding-right: 15px;
    line-height: 30px;
    display: block;
    background-color: #ffffff;
    color: #f2559c;
}

.sub_club a:first-of-type {
    border-bottom-color: #00a5e3;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.sub_club a:hover {
    background-color: #f2559c;
    color: #ffffff;
}

.club_box {
    position: relative;
}

.club_box a {
    cursor: pointer;
}

.club_box:hover .sub_club{
    display: block;
}
.input_wyslij {
    height: 38px;
    width: 280px;
}
.custom-upload {
    position: relative;
    height: 30px;
    width: 280px;
}
.custom-upload input[type=file] {
    outline: none;
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.custom-upload .fake-file {
    background: url(/application/sportduell/gfx/browse.png) center right no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 280px;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    z-index: 1;
    line-height: 100%;
}
.custom-upload .fake-file input {
    font-size: 16px;
    height: 28px;
    width: 200px;
}
.account_game_pole {
    height: 38px;
    width: 270px;
    padding-left: 5px;
    border: 2px solid #E5E5E5;
    margin-bottom: 15px;
    float: left;
}

select.account_game_pole {
    height: 42px;
    width: 280px;
}
.account_game_opcje {
    width: 960px;
    height: 80px;
}
.account_game_tytul_mapa {
    color: #333333;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.account_game_mapa {
    margin-bottom: 10px;
    width: 960px;
    height: 390px;
    background: #867979;
}

.input-btn-submit {
    background-color: #698392;
    width: 142px;
    border: hidden;
    margin-top: 30px;
    margin-right: 10px;
    line-height: 35px;
    height: 35px;
    border-radius: 2px;
    font-weight: bold;
    color: #ffffff !important;
    float: right;
    text-align: center;
    font-family: Arial;
}

.input-btn-submit:hover {
    background-color: #e2277a !important;
}
.profile-save {
    border-bottom: #cfdbe3 solid 1px;
    margin-bottom: 20px;
}
.profile-save button {
    margin-right: 10px !important;
    margin-bottom: 20px !important;
}
.save {
    margin-top: 10px;
    border-top: #cfdbe3 solid 1px;
}
.edit_lewa {
    float: left;
    width: 300px;
    margin-right: 20px;
}
.edit_srodek {
    float: left;
    width: 300px;
    margin-right: 15px;
    margin-left: 5px;
}
.edit_prawa {
    float: right;
}
.accept, .accept_white {
    float: right;
    background-color: #FFFFFF;
    background-image: url(/application/sportduell/gfx/accept_hov.png);
    padding: 10px;
    padding-left: 25px;
    color: #6aa502;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    min-width: 50px;
    border-radius: 5px;
    border: #d1d1d1 solid 1px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}
.accept:hover, .accept_green {
    float: right;
    background-color: #6aa502;
    background-image: url(/application/sportduell/gfx/accept.png);
    padding: 10px;
    padding-left: 25px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 5px;
    border: #d1d1d1 solid 1px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}

.decline,  .decline_white {
    float: right;
    background-color: #FFFFFF;
    background-image: url(/application/sportduell/gfx/decline_hov.png);
    padding: 10px;
    padding-left: 25px;
    color: #c93f3f;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 5px;
    border: #d1d1d1 solid 1px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}
.decline:hover,  .decline_red {
    float: right;
    background-color: #c93f3f;
    background-image: url(/application/sportduell/gfx/decline.png);
    padding: 10px;
    padding-left: 25px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 5px;
    border: #d1d1d1 solid 1px;
    background-repeat: no-repeat;
    background-position: 10% 50%;
}

.phone_box {
    color: #cccccc;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.phone_box input{
    margin-left: 15px;
    margin-right: 15px;
    padding: 8px;
}

.message-grey-box {
    background-color: #e1e1e1;
    position: relative;
    padding: 10px;
    margin-top: 10px;
    font-family: Arial;
    font-size: 13px;
    color: #333333;
}
.message-grey-box b {
    width: 85px;
    text-align: right;
    display: inline-block;
    color: #698392;
    margin-right: 5px;
    font-weight: bold;
}
.message-grey-box div.entry {
    min-width: 200px;
    margin-bottom: 10px;
}
.message-grey-box p {
    margin: 0px;
    padding: 0px;
}
.message-grey-box div.attention {
    text-align: center;
}
.message-grey-box div.attention span {
    font-weight: bold;
    color: #c93f3f !important;
}

.slidingDiv1 {
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    background: #FFFFFF;
    border-color: #d1d1d1;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}
.message_tresc, .message_tresc2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 13px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.message_calosc {
    background: #FFFFFF;
    border: #d1d1d1 solid 1px;
}
.message_lewa {
    padding: 10px;
    width: 630px;
    border-right: #d1d1d1 solid 1px;
    color: #1d5369;
    float: left;
    font-family: Openseans-sb;
}
.message_srodek {
    color: #1d5369;
    float: left;
    padding: 10px;
    border-right: #d1d1d1 solid 1px;
    width: 250px;
    font-family: Openseans-sb;
}
.message_prawa {
    color: #1d5369;
    padding: 10px;
    float: right;
    min-height: 100% !important;
    margin: 0;
    font-family: Openseans-sb;
}
.message_text {
    margin-top: 10px;
}
textarea.message_text {
    resize: vertical;
}
.message_buttons {
    float: right;
    margin-top: 20px;
}
/*= Term
--------------------------------------------------------*/

.show_hide1 {
    cursor: pointer;
}

.input_result {
    width: 30px;
}

.akcja span {
    cursor: pointer;
}

#bundesland, #stadt, #sex {
    display: none;
}

.profile_submit {
    cursor: pointer;
}

.decline, .accept {
    cursor: pointer;
}

.border-none {
    border:none !important;
}

.map_content{
    height: auto;
    max-width: 260px;
    position: relative;
    border: 7px solid #006690;
}


.map-toggle {
    cursor: pointer;
}

#map-collaps,
#map-expand {
    color: #006690;
    width: 25px;
    height: 20px;
    padding-top: 3px;
    margin-right: 10px;
}

#map-canvas_game {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 15px;
}

.every_week_until {
    font-family: Arial;
    font-size: 10px;
    display: inline;
    position: absolute;
    line-height: 17px;
}

.tresc_border_back {
    background-color: #f9f9f9;
    border-bottom-color: #e1e1e1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #e1e1e1;
    border-top-style: solid;
    border-top-width: 1px;
}

.tresc_border_zuruck {
    background-color: #ffffff;
}

.width100 {
    width: 100%;
}

.btn-sd {
    background-color: #536772 !important;
    font-family: Openseans-bd;
    font-weight: normal !important;
    cursor: pointer;
    color: #ffffff !important;
}

.btn-sd-move-top {
    min-height: 38px;
    margin-top: -38px;
    margin-bottom: 10px;
}

.btn-sd i {
    text-align: center;
    display: inline-block;
    position: relative;
}

.btn-sd i.fa {
    font-size: 100% !important;
}
.btn-sd span {
    background-color: #698392;
    padding: 0px 10px;
    border-radius: 0px 3px 3px 0px;
    font-size: 1em;
}

a.btn-sd-icon {
    padding-top: 1px;
    padding-bottom: 1px;
}
.btn-sd-icon {
    border-radius: 3px;
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 8px;
    font-size: inherit;
    min-width: 1.3em;
    text-align: center;
    display: inline-block;
}

.btn-sportduell {
    height: 38px;
    font-weight: normal !important;
    line-height: 38px;
    cursor: pointer;
    color: #ffffff !important;
}

button.btn-sportduell {
    padding: 0px !important;
}
button.btn-sportduell,
button.btn-sd-icon {
    background: none;
    border: none;
    margin: 0px;
    display: inline;
    border-image-width: 0px;
}
button.btn-sd-icon i {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.btn-sportduell i {
    font-weight: normal !important;
    background-color: #536772;
    width: 38px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    height: 38px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: inline-block;
    line-height: 39px;
    position: relative;
}

.btn-sportduell span {
    margin: 0px !important;
    background-color: #698392;
    height: 38px;
    padding-left: 10px;
    font-size: 13px;
    vertical-align: top;
    padding-right: 10px;
    font-family: Openseans-bd;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    display: inline-block;
    line-height: 38px;
    position: relative;
}

.btn-sportduell-blue i {
    background-color: #0082b3;
}

.btn-sportduell-blue span {
    background-color: #00a5e3;
}

.btn-sportduell-green i {
    background-color: #579725;
}

.btn-sportduell-green span {
    background-color: #6fbf2f;
}

button.btn-sportduell:disabled {
    cursor: default;
}
button.btn-sportduell:disabled i,
.btn-sportduell-disabled i {
    background-color: #cccccc;
}
button.btn-sportduell:disabled span,
.btn-sportduell-disabled span {
    background-color: #dddddd;
}
.btn-sportduell-disabled:hover i {
    background-color: #cccccc !important;
    cursor: default;
}
.btn-sportduell-disabled:hover span {
    background-color: #dddddd !important;
    cursor: default;
}

.btn-sportduell:hover span,
.btn-sportduell:hover i {
    background-color: #cc3384;
}
.btn-sd:hover, .btn-sd:hover span {
    background-color: #cc3384 !important;
}

#register .modal_podtytul span {
    display: none;
}

.right {
    float: right;
    clear: both;
}

.left {
    float: left;
    clear: both;
}

.right-nc {
    float: right;
}

.left-nc {
    float: left;
}

.not-rank-message {
    padding: 5px;
    color: #000000;
}

.line_30 {
    top: -15px;
    position: relative;
    min-width: 65px;
    display: inline-block;
}

.bolder_class .message_lewa, .bolder_class .message_prawa, .bolder_class .message_srodek  {
    font-family: 'Openseans-bd';
    font-weight: bold !important;
}

.highlight {
    background-color: #d03182;
    font-family: 'Openseans-sb';
    font-weight: bold;
    color: #ffffff !important;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.new_highlight {
    top: 0px;
    padding: 0px 1px;
    font-size: xx-small;
    line-height: 1.45em !important;
    display: inline !important;
}
.pinboard-new {
    position: absolute;
    right: 0px;
    top: unset !important;
    margin-right: 5px;
    margin-top: 3px;
}

.tournament-new {
    position: absolute;
    right: 3px;
    top: 3px !important;
    margin: 0;
}
.menu_highlight {
    transform: translate(-50%,-100%);
    padding: 1px 3px;
    font-size: 0.625em;
}

.fa-pencil-block {
    background-color: #536772;
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
}

.readonly {
    cursor: not-allowed;
}

#register .modal_podtytul span {
    font-size: 12px;
    color: #e31771;
}

.download_file {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: Arial;
    width: 300px;
    background-color: #ffffff;
    border-bottom-color: #cccccc;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    position: relative;
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
}

.download_file i {
    background-color: #0082b3;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
}

.download_file:hover i {
    background-color: #e5257a;
}

.error_login {
    color: #e31771;
}

.width_50proc {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    display: inline-block;
}

.width_25proc {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    position: relative;
    display: inline-block;
}

.text-right {
    padding-top: 8px;
    text-align: right;
}

.error-label {
    outline-color: red;
    outline-style: solid;
    outline-width: 1px;
}

.popup_50proc {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    float: left;
}

.textarea100proc {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: 130px;
}

.arial {
    font-family: Arial;
    font-size: 12px;
    color: gray;
}

.message_extra {
    margin-bottom: 15px;
    margin-top: 15px;
}

.message_extra img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    position: relative;
}

.message_extra .message {
    position: relative;
}

.message_extra .data {
    color: #9b9b9b;
    font-family: Arial;
    font-size: 13px;
    float: right;
    position: relative;
}

.message_extra .message .title{
    color: #698392;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    display: block;
}

.message_extra .message .tresc{
    color: #333333;
    font-family: Arial;
    font-size: 13px;
    display: block;
}

.message_extra .message .tresc .box {
    border: 0.5px lightgray solid;
    padding: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.message_extra .both {
    border-bottom: 1px lightgray solid;
    margin: 0px auto 10px auto;
    width: 95%;
}

.span_979797 {
    color: #979797 !important;
}

.span_c93f3f {
    color: #c93f3f !important;
}

a img {
    border: none;
}

.delete-game {
    cursor: pointer;
}

.sidecontent-left {
    width: 22%;
    min-height: 480px;
    height: inherit;
    float: left;
    margin: 0px 12.5px 0px 0px;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    font-size: 12px;
}
.sidecontent-right {
    width: 22%;
    min-height: 480px;
    margin: 0px 0px 0px 12px;
    float: right;
}

.boxSC {
    border-radius: 3px;
    border-style: solid;
    border-width: 0px;
    border-color: #01a5e4;
    color: #01a5e4;
    text-align: center;
    font-family: Openseans-bd;
}

.boxSC h2 {
    font-size: 16px;
    color: #e31771;
    font-family: Openseans-bd;
    font-weight: normal;
    border-bottom: 2px solid #698392;
    margin: 0px;
}

.sidecontent-left .boxSC {
    height: 340px;
}
.sidecontent-left .boxSC div.entry {
    clear: both;
    border-bottom: 2px solid #c3cfd6;
    padding: 4px 2px;
    margin: 0px;
}
.sidecontent-left .boxSC div.entry a {
    text-decoration: underline;
}
.sidecontent-left .boxSC div.entry p {
    margin: 7px 0px;
}
.sidecontent-left .boxSC div.entry:nth-child(2n+2) {
    background-color: #E4F1F7;
}
.sidecontent-left .boxSC .bottom {
    font-size: 10px;
}

.sidecontent-left .boxSC .author {
    font-style: italic;
}
.sidecontent-left .boxSC div.date {
    font-size: larger;
}
.sidecontent-left .boxSC div.info {
    min-height: 68px;
}
.sidecontent-left .boxSC div.title {
    color: #698392;
    text-decoration: underline;
}
.sidecontent-left .boxSC div.sportcenter {
    color: #698392;
    text-decoration: underline;
}
.sidecontent-left .boxSC div.status {
    color: #698392;
}
.sidecontent-left .boxSC div.abstract {
    text-align: justify;
    color: #698392;
}
.sidecontent-left .boxSC .more {
    float: right;
    height: 20px;
}

.boxSC#new-players ul li {
    height: 36px;
}
.boxSC#next-games ul li,
.boxSC#new-results ul li {
    height: 72px;
}
.boxSC ul li {
    border-bottom: 2px solid #c3cfd6;
    line-height: 18px;
    list-style: none;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 2px;
    color: #01a5e4;
}

.boxSC ul li .player {
    font-size: 12px;
    text-align: center;
    width: 45%;
}
.boxSC ul li .player-invite {
    font-size: 12px;
    text-align: center;
    width: 80%;
}
.boxSC ul li td {
    padding: 0px;
    text-align: center;
}

.boxSC ul li td.day {
    font-size: 12px;
}

.boxSC ul li td img {
    vertical-align: middle;
}
.boxSC ul li table {
    border: 0px;
    border-collapse: collapse;
}

.boxSC ul li:nth-child(2n+1) {
    background-color: #E4F1F7;
}

div.sd-control table.invite th {
    width: 50%;
    text-align: left;
}
div.sd-control table.invite div.sd-select {
    width: 100%;
}
div.sd-control textarea {
    resize: none;
}

div.sd-control table.invite input {
    line-height: 38px;
    height: 38px;
    padding: 1px 3px 1px 3px;
}
div.sd-control table.invite div.sd-input {
    line-height: 38px;
}
div.sd-control table.invite td {
    padding: 0px 15px 15px 0px;
}

div.sd-control table {
    border: 0px;
}
div.sd-control table.add-game td {
    padding: 5px 15px;
}
div.sd-control table.add-game div.sd-input,
div.sd-control table.add-game div.sd-select {
    width: 100%;
    min-width: 150px;
}

div.sd-control div.sd-select {
    height: 38px;
    width: 270px;
    padding: 1px 1px 1px 5px;
}

div.sd-control input.date {
    max-width: 150px;
}
div.sd-control input.time {
    max-width: 45px;
    margin: 0px 5px 0px 5px;
}

div.sd-input {
    height: 100%;
    vertical-align: middle;
}

div.sd-input input {
    height: 100%;
    width: 100%;
    border: 2px solid #E5E5E5;
    padding: 1px 5px 1px 5px;
}
div.sd-select {
    padding-left: 0px;
    color: #9297a2;
    overflow: hidden;
    min-width:110px;
    background-color: #FFFFFF;
    background-image: url(/application/sportduell/gfx/tlo_lista_oferty.png);
    border: 2px solid #E5E5E5;
    background-repeat: no-repeat;
    background-position: 92% 40%;
    height: 100%;
}
div.sd-select select {
    overflow: hidden;
    background: none repeat scroll 0% 0% transparent;
    height: 100%;
    color: #9297a2;
    width: 122% !important;
    border: 0px none;
}
div.sd-select select:disabled {
    background-color: #cecece;
}

.start-map {
    min-height: 506px;
    width: 51%;
    margin: 0px 1%;
    border-radius: 3px;
    border-style: solid;
    border-width: 0px;
    border-color: #01a5e4;
    color: #01a5e4;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
}

.start-page-slider li {
    height: 212px;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.sd-edit-entries {
    color: #1D5369;
    font-family: Openseans-sb;
}

.sd-edit-entries h2 {
    margin: 0px;
}
.sd-edit-entries h2 img {
    width: 20px;
    margin-right: 10px;
}

.sd-edit-entries .title {
    font-weight: bold;
    font-size: 16px;
    color: #577CA5;
    cursor: pointer;
}

.sd-edit-entries .desc {
    display: none;
}

.sd-edit-entries .create,
.sd-edit-entries .entry {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-color: #dfdfdf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.sd-edit-entries .add-entry {
    float: right;
    margin-top: -50px;
}
.sd-edit-entries button {
    margin: 0px 10px 10px 10px;
}
.sd-edit-entries button span {
    width: 100px;
}
.sd-edit-entries textarea {
    width: 700px;
    max-width: 700px;
    min-width: 700px;
}

.sd-edit-entries div.entry h2 img {
    float: left;
    margin-top: 3px;
}
.sd-edit-entries div.entry .expand {
    display: none;
}
.sd-edit-entries div.entry:target .edit,
.sd-edit-entries div.entry:target .expand,
.sd-edit-entries div.entry:target .desc {
    display: block;
}
.sd-edit-entries div.entry:target .collapse {
    display: none;
}

.sd-edit-entries div.create {
    display: none;
}
.sd-edit-entries div.entry-create:target .create {
    display: block;
}
.sd-edit-entries div.entry-create:target .add-entry {
    display: none;
}

.blog .entry .author {
    font-size: 12px;
    margin: 10px 0px 10px 25px;
}

.blog .entry .date {
    margin-bottom: 10px;
    font-size: 18px;
}
.blog .entry .abstract .more {
    margin-left: 30px;
}

.blog .entry:target .abstract .more {
    display: none;
}

#sm_info {
    margin: 3px;
}
#sm_info div.wiki {
    border: 2px solid #006690;
    padding: 5px;
}

.wikitoolbar {
    margin-bottom: 2px;
}
.wikitoolbar a {
    background-color: #cccccc;
    color: #000000;
    border: 1px solid #888888;
    padding: 2px;
    min-width: 20px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
}
.wikitoolbar a .sym {
    vertical-align: middle;
}

.wikitoolbar .rot90 {
    transform: rotate(90deg);
}
.wikitoolbar .lm {
    margin-left: 5px;
}

.wiki h3 {
    font-size: 18px;
}

.wiki {
    white-space: pre-line;
}

.wiki ul {
    padding-left: 40px;
}

.wiki span.keys {
    text-decoration: underline;
}

img.fontsize,
.wiki img.icon {
    height: 1.2em;
    vertical-align: bottom;
}
.wiki div.box {
    border: 1px solid;
    margin: 0px;
    padding: 1px 3px;
    background-color: #dddddd;
    padding: 5px 15px;
    display: inline-block;
}
.wiki div.box span.box{
    display: block;
}

.inline-edit-block {
    margin: 10px 0px;
}

.inline-edit-block h2 {
    margin: 0px 0px 10px 0px;
}

.inline-edit {
    font-family: Openseans-bd;
    color: #1d5369;
}
.inline-edit span.label {
    font-size: 10px;
    padding-left: 4px;
}
div.inline-edit {
    display: inline-block;
}

.inline-edit-block input,
.inline-edit-block div.sd-select {
    height: 32px;
}
.inline-edit input,
.inline-edit div.sd-select {
    padding: 0px 1px 0px 0px;
    border: 2px solid #E5E5E5;
}
.inline-edit div.sd-select select {
    padding-left: 5px;
}
.flexslider {
    margin: 0;
    padding: 0;
    z-index: 0;
    position: relative;
}
.inline-edit input[type=file] {
    outline: none;
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
    width: 100%;
    border: 0px;
    height: 38px;
    cursor: pointer;
    padding: 0px;
}
.inline-edit .show-file {
    padding: 0px;
    margin: 0px;
    margin-top: -38px;
}
.inline-edit .show-file input {
    width: calc(100% - 42px);
    padding: 0px;
}
.inline-edit-block .show-file input {
    height: 34px;
}
.inline-edit > div:first-of-type {
    margin-left: 0px !important;
}
.inline-edit > div {
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 5px;
    float: left;
}
.inline-edit .date_entry {
    width: 80px;
    font-size: 12px;
}
.inline-edit .time_entry {
    font-size: 12px;
    width: 40px;
}
.inline-edit .number_entry {
    font-size: 12px;
    width: 40px;
    text-align: right;
}

.inline-edit .btn-sportduell span {
    min-width: 120px;
    text-align: center;
}
/* tournament */
table.tournament td {
    text-align: center;
}
table.tournament form {
    display: inline;
    float: left;
}

/* tournament register */
#tournament_content table.tournament,
#tournament_content div.register {
    min-width: 680px;
    width: 60% !important;
}
table.register th,
table.register td {
    padding: 5px 5px !important;
}
.waitlist {
    opacity: 0.65;
}

/* fields */
.tournament_field_toc {
    float: right;
    background-color: #fffae5 !important;
    border: 1px solid #000000;
    padding: 5px 10px;
    position: fixed;
    right: 20px;
    top: 400px;
}
.tournament_field_toc ul {
    padding-left: 20px;
}

.tournament_field {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-color: #dfdfdf;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.info_box_header {
    border: 2px solid #00a4e2 !important;
    margin-top: 5px;
    margin-right: 10px !important;
}
.info_box_header div div:nth-child(1) {
    width: 100px !important;
}
.info_box_header div div:nth-child(2) {
    min-width: 180px !important;
}

.info_box_data div div:nth-child(1) {
    font-size: 12px;
    width: 60px;
}

.info_box img {
    margin: 0px;
    padding: 0px;
    height: 20px;
}
.info_box div.sd-select {
    display: table-cell;
    margin: 0px;
}
.info_box form {
    display: inline;
}
.info_box {
    float: right;
    background-color: white;
    border: 1px solid #00a4e2;
    padding: 5px 15px;
    margin-right: 5px;
}

.info_box_data {
    max-width: 240px;
}
.info_box div div:nth-child(1) {
    display: table-cell;
    color: #1d5369;
    font-family: Openseans-bd;
    padding: 1px 0px;
}

.info_box div div:nth-child(2) {
    display: table-cell;
}

#t_attachments {
    margin-bottom: 20px;
}
#t_attachments ul {
    padding-left: 20px;
}
#t_attachments .file_list {
    font-family: Openseans-bd;
    margin: 10px 0px;
}
#t_attachments form.delete {
    display: inline;
    margin-left: 10px;
}
#t_attach_upload .inline-edit > div {
    width: 160px;
}
#t_attach_upload,
#t_attach_button {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

#tournament_content .wiki img {
    clear: right;
    float: right;
    margin-bottom: 40px;
    max-width: 300px;
}

.set input.number_entry {
    line-height: 26px;
}

.seeded_box {
    clear: both;
    background-color: transparent;
    border: 1px solid #00a4e2;
    padding: 5px 15px;
    margin-top: 10px;
    margin-right: 15px;
}

.seeded-no,
.seeded::after {
    vertical-align: super;
    font-size: smaller;
}
.seeded-no {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}
.seeded::after {
    content: "*";
}

.winner {
    font-weight: bolder !important;
    display: inline !important;
}
.loser {
    font-weight: lighter !important;
    display: inline !important;
}

.medal i.fa {
    font-size: 140%;
    margin-right: 5px;
}
.gold {
    color: #FFD700;
}
.silver {
    color: #C9C0BB;
}
.bronze {
    color: #CD7F32;
}

table.result_popup {
    width: auto;
    position: absolute;
    margin-left: -20px;
}
table.result_popup tr td {
    border: 0px;
}
table.result_popup tr.result td {
    border-top: 2px solid #777;
}
table.result_popup tr td.name {
    border-right: 1px solid #aaa;
}
table.result_popup tr td.diff {
    border-left: 1px solid #aaa;
}
table.result_popup tr td {
    padding: 2px;
    text-align: right;
}
table.result_popup tr {
    background-color: #fffae5 !important;
}
table.result_popup tr td:nth-child(1) {
    text-align: left;
}
a.popup table.result_popup tr.set:nth-child(1) td {
    border-top: 0px;
}

tr.result span.clear {
    clear: both;
    width: 0px;
    margin-left: -8px;
}
span.popup {
    color: #e31771;
}
tr.result a.popup i.fa {
    color: #e31771;
}
tr.result i.fa {
    font-size: 65%;
}
tr.result a.popup span {
    /*opacity: 0.6;*/
    z-index: 0;
}
tr.result a.popup .result_popup {
    display: none;
}
tr.result a.popup:hover .result_popup {
    display: block;
    position: absolute;
    margin-top: 5px;
    border: 1px solid #000000;
    padding: 5px 10px;
    background-color: #fffae5;
    font-weight: normal;
    text-align: justify;
    z-index: 1;
}
.result-input .inline-edit > div {
    margin-left: 0px;
    margin-bottom: 0px;
}
.result-input .headline {
    text-align: center;
    font-size: 18px;
}
.result-input > div {
    margin-left: 0px !important;
}

.result-input .row > span {
    display: table-cell;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
}

.result-input .row > div {
    display: table-cell;
    vertical-align: middle;
    min-width: 160px;
    line-height: 38px;
    text-align: center;
}

.result-input .row > div.name {
    min-width: 90px;
    text-align: right;
    margin-right: 10px;
}

.result-input div.result {
    border-top: 1px solid #cccccc;
}

.result-input .result {
    min-width: 120px;
    text-align: right;
}

.result-input a span {
    min-width: 80px !important;
}

.result-input span.diff {
    min-width: 30px !important;
    text-align: right;
}

.result-input .control {
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #aaa;
}

.result-input .select-fixture > div {
    margin-bottom: 20px;
}

.result-input .select-fixture div.sd-select {
    max-width: 220px;
}

#save_result .headline {
    text-align: left;
}

.game_for_place {
    font-size: smaller;
    padding: 0px;
}

div.valign {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 5px;
}
div.ralign {
    display: inline-block;
    text-align: right;
}
div.lalign {
    display: inline-block;
    text-align: left;
}
tr.result th {
    max-width: 60px;
}
tr.result td {
    padding: 10px 0px;
}
tr.result td.game_no {
    max-width: 60px;
}
tr.result td.fixture {
    max-width: 340px;
}
tr.result td.res {
    padding: 0px;
}
.warning,
.success {
    font-family: Openseans-bd;
    padding: 10px;
    margin: 5px 0px;
}
.warning {
    border: 1px solid rgba(239, 50, 0, 0.8);
    background-color: rgba(239, 50, 0, 0.2);
}
.success {
    border: 1px solid rgba(39, 239, 0, 0.8);
    background-color: rgba(39, 239, 0, 0.2);
}
.ui-autocomplete {
    max-height:30vh;
    overflow-y:scroll;
}
.ui-datepicker {
    z-index: 2 !important;
}
.disabled-link{
    pointer-events: none;
}
form.ranking label{
    width: 150px;
    padding: 12px;
}

.logged-in-only::after {
    content: " (*)";
    vertical-align: super;
    font-size: x-small;
    color: #e31771;
}
.message-unreaded-mark {
    float: right;
    color: lightgray;
    margin-top: 10px;
}
.message-readed-mark {
    float: right;
    color: green;
    margin-top: 10px;
}
.force-no-after:after{
    display: none !important;
}
.force-no-after{
    position: relative !important;
}

.thumbnail {
    display: flex;
    align-items: center;
}
table.center .thumbnail {
    justify-content: center;
}
.thumbnail i.new {
    color:#5ad539;
    position: absolute;
    font-size: 13px !important;
    height: 15px !important;
    width: 15px !important;
    margin: 25px 0px 0px -15px !important;
}

.thumbnail img {
    border-radius: 50%;
}
.thumbnail img,
.thumbnail i.fa {
    width: 38px;
    height: 38px;
    margin-right: 4px;
}
.thumbnail i.fa {
    font-size: 38px;
}

.headline .sportcenter-membership {
    font-size: 0.25em;
}
.sportcenter-membership {
    font-size: 0.5em;
    text-transform: uppercase;
}
.sportcenter-premium {
    font-size: 0.75em;
    color: #698392;
    text-transform: uppercase;
}

.sportcenter-promotion {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0px 90px;
}
.sd-image-border,
.sportcenter-promotion > div {
    padding: 4px;
    background-color: #ffffff;
    border-image: url(/application/sportduell/gfx/kreska.png);
    border-image-width: 2px;
    border-image-slice: 2% 2%;
}
.sportcenter-promotion img {
    height: 80px;
}
.sportcenter-promotion .box {
    background-color: #ffffff;
    color: #000000;
    width: 200px;
    height: 80px;
    font-size: 0.85em;
}
.sportcenter-promotion .box img {
    height: 40px;
}
.sportcenter-promotion span {
    display: block;
    font-size: smaller;
}
.sportcenter-promotion div.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.flex-space-around {
    display: flex;
    justify-content: space-around;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}
.flex-center {
    align-items: center;
    text-align: center;
}
.flex-spacer {
    width: 20px;
}
.flex {
    display: flex;
}

.sportcenter-header .flex-space-between > div {
    display: inline-block;
    width: calc(50% - 4px);
}
.sportcenter-header img.sc-logo {
    background-color: #ffffff;
}
.sportcenter-header .info {
    background-color: #ffffff;
    color: #1d5369;
    font-size: 13px;
}
.sportcenter-header .border {
    border: 1px solid #E1E1E1;
}
.sportcenter-header .address {
    min-height: 136px;
}
.sportcenter-header .address,
.sportcenter-header .opening {
    padding: 12px;
    margin: 0px 4px;
}
.sportcenter-header .address > div:last-of-type {
    margin-right: 0px !important;
}

.sportcenter-header .opening > div,
.sportcenter-header .address > div {
    margin-right: 20px;
}
.sportcenter-header .opening {
    font-weight: normal;
    border-top: 1px solid #E1E1E1;
}
.sportcenter-header .opening i {
    color: #00a5e3;
}
.sportcenter-box {
    padding: 2px;
    border: 1px solid #E1E1E1;
}
.sportcenter-sport {
    margin-top: 5px;
}
.sportcenter-sport div {
    background: #e7e8ea;
}
.sportcenter-sport div.box div {
    display: inline-flex;
    padding: 5px 8px;
}
.headline {
    padding-bottom: 6px;
    color: #ffffff;
}
.headline .name {
    font-size: 40px;
    padding-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.headline .name .info {
    font-size: 20px;
}
sd-edit-entries div.entry.selected .edit, .sd-edit-entries div.entry.selected .expand, .sd-edit-entries div.entry.selected .desc {
    display: block;
}

.width-33 {
    width: 33.3%;
}

.width-22{
    width: 22%;
}

.width-50 {
    width: 50%;
}

.score-row {
    position: relative;
    display:flex;
}

.score-row .score-result {
    font-size: 20vw;
}

.display-inline-block {
    display: inline-block;
}

.score-modal-container {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.score-left-color, .score-left-color div {
    color: #e52479;
}

.score-right-color, .score-right-color div {
    color: #009de0;
}

.score-player-name {
    color: white;
    font-size: 2.2em;
    padding: 15px 0;
}

.score-right-color.score-player-name {
    background: #009de0;
}

.score-left-color.score-player-name {
    background: #e52479;
}

.score-buttons-container {
    font-size: 5vw;
    text-align: left;
    line-height: 10px;
}

.score-buttons {
    padding: 0 15%;
}

.score-overall {
    font-size: 2.2em;
    padding: 0;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.middle-results a{
    margin: 20px 0;
}

.list-style-none{
    list-style: none;
}

#score-games-all li.active {
    color: black;
    font-weight: bolder;
    text-decoration: underline;
    margin: 3px 0;
}

.full-screen-modal {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    position: fixed !important;
    text-align: center !important;
    padding: 0 !important;
}

#score-current-game {
    font-size: 1.5em;
}
.inline-edit.field-create>div {
    margin-left: 10px;
}

.akcja.tournament-results button {
    margin: 5px;
}

#cms_content {
    color: #1d5369;
}

table#pdf_details_table td {
    width: 25%;
}

table#pdf_details_table td input, table#pdf_details_table td select {
    width: 100%;
}

span.blog-back {
    font-size: 2.25em;
    margin-bottom: 30px;
    display: block;
    margin-top: 0.83em;
    font-weight: bolder;
    font-family: Arial,Gotham,"Helvetica Neue",Helvetica,sans-serif;
}

.inline-block {
    display: inline-block;
}

.headline .info a, .headline .info a:visited {
    color:white;
}

.headline .info a:hover {
    color:#e31771;
}

.display-inline {
    display: inline;
}

.paid-status-0, .attend-status-0 {
    color: #b30000;
}

.paid-status-4, .attend-status-2 {
    color: #d58e3d;
}

.paid-status-5 {
    color: #000000;
}

.paid-status-1, .paid-status-2, .paid-status-3, .attend-status-1 {
    color: #265600;
}

.felder-toggle {
    cursor: pointer;
    font-size: 10px;
    vertical-align: middle;
}

#felder-popup {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    padding: 6px 10px;
    font-size: 12px;
    z-index: 9999;
    white-space: nowrap;
}

#felder-popup ul {
    margin: 0;
    padding-left: 16px;
}

#pay-players-table th {
    background-color: #006690;
    color: #fff;
    padding: 10px;
}

.pay-cost-btn.pay-btn-active {
    background-color: #e31771 !important;
}

.pay-row-updated {
    background-color: #d0d0d0 !important;
}

.paid-status-6 {
    color: #0088ff;
}

.tournament_list .sport_constraints span.label {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.tournament_list .sd-select {
    margin-top: 11px;
    margin-bottom: 11px;
}

.progressbar {
    border:1px solid  black;
    background: ghostwhite;
    width: 100%;
}
.progressbar div {
    background: red;
    text-align: center;
}

.form-step-left-col {
    display: inline-block;
    float: left;
    max-width: 50%;
}
.form-step-right-col {
    display: inline-block;
    float: right;
    max-width: 50%;
}


.progressbar {
    border:1px solid #1d5369;
    background: #e4f1f7;
    width: 100%;
    margin: 15px 0;
    border-radius: 20px;
}
.progressbar div {
    background: #00A5E3;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 20px 0 0 20px;
    transition: width 0.5s;
}

.form-step-container {
    min-height: 310px;
    padding: 0 10px;
}
#regForm .tab h3 {
    margin-bottom:20px;
}

#progressbar-steps {
    clear:both;
}

.form-step-left-col {
    display: inline-block;
    float: left;
    width: 50%;
}
.form-step-right-col {
    display: inline-block;
    float: right;
    width: 50%;
}
.form-step-col-content {

    padding: 10px;
}


#regForm .tab h3 {
    margin-top: 0;
}
.opening_hours_block{
    width: 31.7%;
    display: inline-block;
}
/* Container */
.modal {
    /* Overlay page content */
    position: absolute;
    overflow:hidden;
    top: 0;
    left: 0;
    min-width:100%;
    min-height:100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
    /* Transition opacity on open */
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
    /* Hide for now */
    opacity: 0;
    pointer-events: none;
}

.modal-dialog 
{ 
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}


/* Show modal */
.modal:target {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;/* at time of writing (Feb 2012), pointer-events not supported by Opera or IE */
}
/* Content */
.modal > div {
    width: 500px;
    position: relative;
    margin: 3% auto;
    /* Default minimise animation */
    -webkit-animation: minimise 500ms linear;
    -moz-animation: minimise 500ms linear;
    animation: minimise 500ms linear;
    /* Prettify */
    padding: 30px;
    border-radius: 7px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    background: #fff;
}
/* Override animation on modal open */
.modal:target > div {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    animation-name: bounce;
}
.modal h2,
.modal h3,
.modal h4 {
    padding: 0px;
    margin: 0px;
}
.modal h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.modal h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.modal h4 {
    font-size: 14px;
    margin-top: 5px;
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
        box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
    55% {
        -webkit-transform: scale3d(1.08, 1.08, 1);
        box-shadow: 0 10px 20px rgba(0,0,0,0);
    }
    75% {
        -webkit-transform: scale3d(0.95, 0.95, 1);
        box-shadow: 0 0 20px rgba(0,0,0,0.9);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
}
@-webkit-keyframes minimise {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
    }
    100% {
        -webkit-transform: scale3d(0.1, 0.1, 1);
    }
}
@-moz-keyframes bounce {
    0% {
        -moz-transform: scale3d(0.1, 0.1, 1);
        box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
    55% {
        -moz-transform: scale3d(1.08, 1.08, 1);
        box-shadow: 0 10px 20px rgba(0,0,0,0);
    }
    75% {
        -moz-transform: scale3d(0.95, 0.95, 1);
        box-shadow: 0 0 20px rgba(0,0,0,0.9);
    }
    100% {
        -moz-transform: scale3d(1, 1, 1);
        box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
}
@-moz-keyframes minimise {
    0% {
        -moz-transform: scale3d(1, 1, 1);
    }
    100% {
        -moz-transform: scale3d(0.1, 0.1, 1);
    }
}
@keyframes bounce {
    0% {
        transform: scale3d(0.1, 0.1, 1);
        box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
    55% {
        transform: scale3d(1.08, 1.08, 1);
        box-shadow: 0 10px 20px rgba(0,0,0,0);
    }
    75% {
        transform: scale3d(0.95, 0.95, 1);
        box-shadow: 0 0 20px rgba(0,0,0,0.9);
    }
    100% {
        transform: scale3d(1, 1, 1);
        box-shadow: 0 3px 20px rgba(0,0,0,0.9);
    }
}
@keyframes minimise {
    0% {
        transform: scale3d(1, 1, 1);
    }
    100% {
        transform: scale3d(0.1, 0.1, 1);
    }
}
/* Modal close link */
.modal a[href="#close"] {
    position: absolute;
    right: 0;
    top: 0;
    color: transparent;
}
/* Reset native styles */
.modal a[href="#close"]:focus {
    outline: none;
}
/* Create close button */
.modal a[href="#close"]:after {
    content: 'X';
    font-size: 26px;
    display: block;
    /* Position */
    position: absolute;
    right: 10px;
    top: 10px;
    width: 1.5em;
    padding: 1px 1px 1px 2px;
    /* Style */
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    color: #d4d4d4;
}
.modal a[href="#close"]:focus:after, .modal a[href="#close"]:hover:after {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.modal a[href="#close"]:focus:after {
    outline: 1px solid #000;
}
.modal_naglowek {
    margin-bottom: 10px;
    color: #006690;
    font-size: 24px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}
.modal_podtytul {
    margin-bottom: 10px;
    color: #1d5369;
    font-family: Openseans-bd;
    font-size: 14px;
}
.modal_tresc {
    margin-bottom: 10px;
    color: #9b9b9b;
    font-family: Openseans-sb;
    font-size: 14px;
}
.send_message {
    margin-top: 15px;
    margin-left: 200px;
    border-radius: 2px; 
    font-family: Openseans-bd; 
    padding-left: 43px; 
    padding-right: 10px; 
    margin-top: 20px;
    background-color: #698392; 
    background-image: url(/application/sportduell/gfx/send_message.png);
    min-width: 128px;
    height: 35px;
    background-repeat: no-repeat; 
    color: #FFFFFF;
    border: hidden;
}
.send_message:hover {
    background-color: #e42679; 
    background-position: 0 100%;
}

.opcje_log {
    margin-top: 20px;
    text-align: center;
}
.opcje_log a {
    color: #00a5e3;
    font-size: 12px;
    font-family: Openseans-sb;
}
.or_log {
    background-image: url(/application/sportduell/gfx/or_log.png);
    height: 15px;
    width: 315px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.or_log span, .or_make span { 
    color: #698392;
    font-size: 14px;
    line-height: 14px;
    font-family: Openseans-sb;
    padding: 10px;
    background-color: #ffffff;
}

.or_make{	
    background-image: url(/application/sportduell/gfx/or_log.png);
    height: 12px;
    width: calc(100% - 20px);
    margin-top: 20px;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

div.tournament_field table.tournament input {
    width: auto !important;
    height: auto !important;
    margin-bottom: auto !important;
}

.register input,
.register select {
    width: 96%;
    height: 38px;
    padding-left: 5px;
    border: 2px solid #E5E5E5;
    margin-bottom: 15px;
    float: left;
    font-family: Openseans-reg;
    font-size: 14px;
}
.reg_left {
    float:left;
    position: relative;
    width: 40%;
}
.reg_right{
    float:right;
    position: relative;
    width: 58%;
}

.register_now {
    margin-top: 15px;
    margin-left: 200px;
    background-color: #FFFFFF;
    background-image: url(/application/sportduell/gfx/register_now.png);
    width: 137px;
    height: 35px;
    color: #FF0;
    border: hidden;
}
.register_now {
    background-position: 0 0;
    margin-left: 200px;
    margin-top: 15px;
    background-color: #FFFFFF;
    background-image: url(/application/sportduell/gfx/register_now.png);
    width: 137px;
    height: 35px;
    color: #FF0;
    cursor: pointer;
    border: hidden;
}
.register_now:hover {
    background-position: 0 -35px; 
    margin-left: 200px;
    margin-top: 15px;
    background-color: #FFFFFF;
    background-image: url(/application/sportduell/gfx/register_now.png);
    width: 137px;
    height: 35px;
    color: #FF0;
    border: hidden;
}

.log_in {
    background-image: url(/application/sportduell/gfx/log_in.png);
    height: 35px;
}

.popup_content {
    width: 100%;
    position: relative;
}

.popup_content_50 {
    width: 50%;
    float: left;
    position: relative;
}

.width_30 {
    width: 30%;
}

.ui-autocomplete {
    z-index: 99999999 !important;
    position: absolute;
}

/* popup - delete account */

.modal.delete_account .modal_naglowek,
.modal.delete_account .popup_content:not(:last-of-type) {
    margin-bottom: 25px;
}
#slide0 {
	min-height: 485px;
	padding-top: 30px;
	padding-bottom: 0px;
	min-width: 960px;
}
#slide1 {
	background: url(/application/sportduell/gfx/header_subpages.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	min-width: 960px;
	min-height: 160px;
}
.kreska {
	background-image: url(/application/sportduell/gfx/kreska.png);
	background-size: cover;
	width: 100%;
	height: 3px;
	min-width: 960px;
}
#slide2 {
	padding-top: 35px;
	background: #e4f1f7;
	overflow: auto;
	padding-bottom: 70px;
	min-width: 960px;
	min-
}
#slide3 {
	padding-top: 70px;
	min-width: 960px;
}
#slide4 {
	padding-top: 70px;
	background: #e4f1f7;
	overflow: auto;
	padding-bottom: 70px;
	min-height: 750px;
	min-width: 960px;
}
#slide5 {
	background: url(/application/sportduell/gfx/header-find.png) no-repeat;
	background-size: cover;
	padding-bottom: 40px;
	min-width: 960px;
}
#slide6 {
	padding-top: 35px;
	padding-bottom: 35px;
	overflow: auto;
	min-width: 960px;
}
#slide7 {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e4f1f7;
	overflow: auto;
	border-top-color: #BCDCE8;
	border-top-width: 2px;
	border-top-style: solid;
	min-width: 960px;
	min-height: calc(100vh - 908px);
}
#slide8 {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFFFFF;
}
#slide9 {
	padding-top: 30px;
	overflow: auto;
	min-height: 850px;
	background: #e4f1f7;
	min-width: 960px;
}
#slide10 {
	padding-top: 13px;
	padding-bottom: 13px;
	background: #000000;
	font-size: 13px;
	color: #b0bbc1;
	font-weight: bold;
	font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 960px;
}
#slide11 {
        overflow: auto;
	padding-top: 30px;
	min-height: 1300px;
	background: #e4f1f7;
	min-width: 960px;
}
#slide12 {
	padding-top: 30px;
	min-height: 107px;
	min-width: 960px;
}
#slide13 {
	padding-top: 35px;
	min-height: 600px;
	background: #e4f1f7;
	min-width: 960px;
}
#slide14 {
	padding-top: 35px;
	min-height: 450px;
	background: #e4f1f7;
	min-width: 960px;
}
#slide15 {
	padding-top: 35px;
	min-height: 350px;
	background: #e4f1f7;
	min-width: 960px;
}
#slide16 {
	padding-top: 35px;
	min-height: 300px;
	background: #e4f1f7;
	min-width: 960px;
}

#tournament_header {
	padding-top: 15px;
	padding-bottom: 15px;
	min-width: 960px;
}

#tournament_header h1,
#tournament_header h2 {
    color: #ffffff;
}
#tournament_content {
	padding: 25px 0px;
	background: #e4f1f7;
	border-top: 2px solid #BCDCE8;
	min-width: 960px;
	min-height: 400px;
	color: #1d5369;
}
#pinboard {
    min-height: 850px;
    background: #e4f1f7;
    min-width: 960px;
    padding: 10px 0px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.ui-ios-overlay {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
  background: rgba(0,0,0,0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.ui-ios-overlay .title {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: block;
  font-family: Arial;
  font-size: 26px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.ui-ios-overlay img {
  display: block;
  margin: 20% auto 0 auto;
}
.ui-ios-overlay .spinner {
  left: 50% !important;
  top: 40% !important;
}

.ios-overlay-show {
  -webkit-animation-name: ios-overlay-show;
  -webkit-animation-duration: 750ms;
  -moz-animation-name: ios-overlay-show;
  -moz-animation-duration: 750ms;
  -ms-animation-name: ios-overlay-show;
  -ms-animation-duration: 750ms;
  -o-animation-name: ios-overlay-show;
  -o-animation-duration: 750ms;
  animation-name: ios-overlay-show;
  animation-duration: 750ms;
}

@-webkit-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes ios-overlay-show {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.ios-overlay-hide {
  -webkit-animation-name: ios-overlay-hide;
  -webkit-animation-duration: 750ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: ios-overlay-hide;
  -moz-animation-duration: 750ms;
  -moz-animation-fill-mode: forwards;
  -ms-animation-name: ios-overlay-hide;
  -ms-animation-duration: 750ms;
  -ms-animation-fill-mode: forwards;
  -o-animation-name: ios-overlay-hide;
  -o-animation-duration: 750ms;
  -o-animation-fill-mode: forwards;
  animation-name: ios-overlay-hide;
  animation-duration: 750ms;
  animation-fill-mode: forwards;
}

@-webkit-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-ms-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ios-overlay-hide {
  0% { opacity: 1; }
  100% { opacity: 0; }
}.com { color: #767e7e; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #767e7e; }
.fun { color: #dc322f; }
.str, .atv { color: #268bd2; }
.kwd, .tag { color: #195f91; }
.typ, .atn, .dec, .var { color: #CB4B16; }
.pln { color: #767e7e; }
.prettyprint {
  background-color: #fefbf3;
  padding: 15px 15px 15px 30px;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
          box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 40px;
}
/* IE indents via margin-left */
ol.linenums li {
  padding: 0 5px;
  color: rgba(0,0,0,.15);
  line-height: 20px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
/* Alternate shading for lines */
li.L1, li.L3, li.L5, li.L7, li.L9 {  }

/*
$base03:    #002b36;
$base02:    #073642;
$base01:    #586e75;
$base00:    #657b83;
$base0:     #839496;
$base1:     #767e7e;
$base2:     #eee8d5;
$base3:     #fdf6e3;
$yellow:    #b58900;
$orange:    #cb4b16;
$red:       #dc322f;
$magenta:   #d33682;
$violet:    #6c71c4;
$blue:      #268bd2;
$cyan:      #2aa198;
$green:     #859900;
*/


/*
#1d1f21 Background
#282a2e Current Line
#373b41 Selection
#c5c8c6 Foreground
#969896 Comment
#cc6666 Red
#de935f Orange
#f0c674 Yellow
#b5bd68 Green
#8abeb7 Aqua
#81a2be Blue
#b294bb Purple
*/


/* DARK THEME */
/* ---------- */

.prettyprint-dark {
  background-color: #1d1f21;
  border: 0;
  padding: 10px;
}
.prettyprint-dark .linenums li {
  color: #444;
}
.prettyprint-dark .linenums li:hover {
  background-color: #282a2e;
}
/* tags in html */
.prettyprint-dark .kwd,
.prettyprint-dark .tag { color: #cc6666; }
/* html attr */
.prettyprint-dark .typ,
.prettyprint-dark .atn,
.prettyprint-dark .dec,
.prettyprint-dark .var { color: #de935f; }
/* html attr values */
.prettyprint-dark .str,
.prettyprint-dark .atv { color: #b5bd68; }


.com { color: purple; }/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto ;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	 
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	 
	background-color: #fff;
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
	background-image: url(../gfx/kreska.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../js/slider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e42679;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../js/slider/images/controls.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../js/slider/images/controls.png) no-repeat -43px 0px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -76px;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px -76px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -32px;
	outline: 0;
	width: 44px;
	height: 75px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../js/slider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../js/slider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src: url('../js/slider_foot/fonts/flexslider-icon.eot');
	src: url('../js/slider_foot/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),  url('../js/slider_foot/fonts/flexslider-icon.woff') format('woff'),  url('../js/slider_foot/fonts/flexslider-icon.ttf') format('truetype'),  url('../js/slider_foot/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides li {
    text-align: center !important;
}
.flexslider .slides img {
	margin: 0 auto;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
 
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	 
	cursor: pointer;
	 
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: -50px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: -50px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}
/*! jQuery UI - v1.10.1 - 2013-03-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.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-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.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-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.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-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.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-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.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;
}

/* with multiple calendars */
.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;
}

/* RTL support */
.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-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: 21px;
	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-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.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("/system/js/jqueryui/css/ui-lightness/images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.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;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.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-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	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: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	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;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	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 {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.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); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/system/js/jqueryui/css/ui-lightness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(/system/js/jqueryui/css/ui-lightness/images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(/system/js/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/system/js/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(/system/js/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(/system/js/jqueryui/css/ui-lightness/images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/system/js/jqueryui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-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: -64px -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: -64px -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: 0 -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 is deprecated, use ui-icon-seek-start instead */
.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; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(/system/js/jqueryui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
