/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:hover,
a:focus {
    text-decoration: underline
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 36px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6.5px;
    padding-right: 6.5px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 733px
    }
}

@media (min-width: 1024px) {
    .container {
        width: 1004px
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1194px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 6.5px;
    padding-right: 6.5px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -6px;
    margin-right: -7px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 6px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }
}

@media (min-width: 1024px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }
}

@media (min-width: 1280px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

textarea,
[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="date"],
[type="month"],
[type="time"],
[type="week"],
[type="number"],
[type="email"],
[type="url"],
[type="search"],
[type="tel"],
[type="color"],
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -6px;
    margin-right: -7px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 6px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #000;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #000;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #000;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #000;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #000
}

.btn-primary {
    color: #000;
    background-color: #d1ad5c;
    border-color: #cba348
}

.btn-primary:focus,
.btn-primary.focus {
    color: #000;
    background-color: #c39837;
    border-color: #735a21
}

.btn-primary:hover {
    color: #000;
    background-color: #c39837;
    border-color: #a7822f
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #c39837;
    border-color: #a7822f
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #000;
    background-color: #a7822f;
    border-color: #735a21
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #d1ad5c;
    border-color: #cba348
}

.btn-primary .badge {
    color: #d1ad5c;
    background-color: #000
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #000
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1280px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1280px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1280px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1280px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn {
    padding: 9px 12px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.main-section .page-content table {
    background-color: #f1ead9;
    margin-bottom: 32px;
    width: 97%
}

@media (max-width: 1023px) {
    .main-section .page-content table {
        width: 100%
    }
}

.main-section .page-content table tr.alt-color td {
    background: #FCF8ED
}

.main-section .page-content table td,
.main-section .page-content table th {
    border: 1px solid #FFFFFF;
    padding: 14px 16px;
    line-height: 16px;
}

.main-section .page-content table td p,
.main-section .page-content table th p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px
}

.main-section .page-content table td p:last-child,
.main-section .page-content table th p:last-child {
    margin-bottom: 0
}

.main-section .page-content table td a,
.main-section .page-content table th a {
    color: black;
    text-decoration: underline
}

.main-section .page-content table td h3,
.main-section .page-content table td h4,
.main-section .page-content table td h5,
.main-section .page-content table td h6,
.main-section .page-content table th h3,
.main-section .page-content table th h4,
.main-section .page-content table th h5,
.main-section .page-content table th h6 {
    font-size: 16px
}

.main-section .page-content table td ul,
.main-section .page-content table th ul {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding-left: 14px
}

.main-section .page-content table td ul:last-child,
.main-section .page-content table th ul:last-child {
    margin-bottom: 0
}

.main-section .page-content table th {
    vertical-align: middle;
    background-color: #ecdcba
}

.main-section .page-content table td {
    vertical-align: top
}

@media screen and (max-width: 767px) {

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: normal
    }
}

.content-wrapper {
    position: relative
}

.content-wrapper {
    padding-bottom: 48px;
    min-height: 710px
}

@media (max-width: 1023px) {
    .content-wrapper {
        padding-bottom: 10px
    }
}

.carousel-indicators li {
    border-width: 2px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin: 0 3px
}

*:focus {
    outline: 0
}

h3.sep {
    margin: 40px 0 20px
}

.main-header {
    height: 141px;
    position: relative;
    z-index: 1;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMzEzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkMGQwZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(270deg, #313131 0%, #0d0d0d 100%);
    background-image: -webkit-linear-gradient(270deg, #313131 0%, #0d0d0d 100%);
    background-image: linear-gradient(180deg, #313131 0%, #0d0d0d 100%);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5)
}

@media (max-width: 1023px) {
    .main-header {
        height: 130px
    }
}

.main-header:before {
    content: '';
    background: url("opt_img/header-part.png") transparent no-repeat scroll top left;
    width: 249px;
    height: 72px;
    position: absolute;
    bottom: -72px;
    left: -16px;
    z-index: 0
}

@media (max-width: 1279px) {
    .main-header:before {
        width: 190px;
        background-size: 100%
    }
}

.main-header.open {
    overflow: visible;
    z-index: 20
}

@media (max-width: 1023px) {
    .main-header.open .main-navigation {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.main-header.scrolled-header {
    position: fixed;
    -moz-transform: translate(0, -102px);
    -ms-transform: translate(0, -102px);
    -webkit-transform: translate(0, -102px);
    transform: translate(0, -102px);
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 25;
    margin-bottom: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkMmQyZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDBkMGQiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(270deg, rgba(45, 45, 45, 0.9) 0%, rgba(13, 13, 13, 0.9) 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(45, 45, 45, 0.9) 0%, rgba(13, 13, 13, 0.9) 100%);
    background-image: linear-gradient(180deg, rgba(45, 45, 45, 0.9) 0%, rgba(13, 13, 13, 0.9) 100%);
    -webkit-transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

@media (max-width: 1023px) {
    .main-header.scrolled-header {
        display: none
    }
}

.admin-bar .main-header.scrolled-header {
    top: 32px
}

.main-header.scrolled-header.visible {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.main-header.scrolled-header:before {
    left: -41px;
    background-size: 100%;
    width: 137px;
    opacity: 0.9
}

.main-header.scrolled-header .logo-holder {
    left: 16px;
    top: 16px
}

.main-header.scrolled-header .main-navigation {
    padding-top: 18px
}

.main-header.scrolled-header .main-navigation>ul .sub-menu {
    top: 42px
}

.main-header.scrolled-header .main-navigation>ul>li {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.main-header.scrolled-header .right-side .search {
    margin-right: 21px
}

.main-header.scrolled-header .right-side .search input {
    margin-top: 10px
}

.main-header.scrolled-header .right-side .search .search-button {
    top: 10px;
    right: 0px
}

.main-header.scrolled-header .right-side .search .search-icon {
    top: 14px
}

.main-header.scrolled-header .right-side .booking {
    width: 166px;
    height: 60px;
    padding: 20px 30px 10px
}

.main-header.scrolled-header .right-side .booking .book-time-title {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px
}

.main-header .logo-holder {
    position: absolute;
    left: 27px;
    top: 26px
}

@media (max-width: 1279px) {
    .main-header .logo-holder {
        top: 37px
    }
}

@media (max-width: 1023px) {
    .main-header .logo-holder {
        top: 23px
    }
}

.main-header .logo-holder a {
    display: block;
    font-size: 0
}

.main-header .logo-holder a:hover {
    text-decoration: none
}

.main-header .logo-holder .golden-club-logo {
    display: inline-block;
    vertical-align: top
}

@media (max-width: 1279px) {
    .main-header .logo-holder .golden-club-logo {
        margin-top: 9px
    }
}

.main-header .logo-holder .tennisekeskus-logo {
    display: inline-block;
    vertical-align: top
}

.main-header .logo-holder .tennisekeskus-logo .tennis-logo {
    margin-bottom: 15px
}

.main-header .logo-holder .tennisekeskus-logo img {
    display: block
}

.main-header .logo-holder .separator {
    vertical-align: top;
    display: inline-block;
    width: 3px;
    height: 60px;
    background-color: #d1ad5c;
    margin: 14px 22px 0;
    opacity: 0.16;
    filter: alpha(opacity=16)
}

@media (max-width: 1279px) {
    .main-header .logo-holder .separator {
        height: 41px;
        margin: 14px 16px 0
    }
}

.main-header .menu-toggle-holder {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 53px;
    padding-right: 30px;
    padding-left: 30px;
    height: 100%
}

.main-header .main-navigation ul.sub-menu {
    position: absolute;
    top: 84px;
    background-color: rgba(13, 13, 13, 0.85);
    min-width: 250px;
    padding: 25px 20px;
    border-bottom: 5px solid #d1ad5c;
    left: -19px;
    display: none
}

.main-header .main-navigation ul.sub-menu li {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    display: block;
    text-align: left;
    padding-bottom: 0
}

.main-header .main-navigation ul.sub-menu li.usta-menu-item {
    padding-bottom: 20px
}

.main-header .main-navigation ul.sub-menu li a:hover,
.main-header .main-navigation ul.sub-menu li a.active {
    color: #d1ad5c;
    text-decoration: none
}

.main-header .right-side {
    position: absolute;
    right: 0
}

.main-header .right-side .search {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.main-header .right-side .search input:focus {
    width: 170px
}

.main-header .right-side .search input::-webkit-input-placeholder {
    color: #d1ad5c
}

.main-header .right-side .search input:-moz-placeholder {
    color: #d1ad5c
}

.main-header .right-side .search input::-moz-placeholder {
    color: #d1ad5c
}

.main-header .right-side .search input:-ms-input-placeholder {
    color: #d1ad5c
}

@media (max-width: 1279px) {
    .main-header .right-side .search input {
        width: 40px
    }

    .main-header .right-side .search input::-webkit-input-placeholder {
        color: transparent
    }

    .main-header .right-side .search input:-moz-placeholder {
        color: transparent
    }

    .main-header .right-side .search input::-moz-placeholder {
        color: transparent
    }

    .main-header .right-side .search input:-ms-input-placeholder {
        color: transparent
    }
}

.main-header .right-side .search input:focus,
.main-header .right-side .search input:active {
    outline: none
}

.main-header .right-side .search .search-icon {
    position: absolute;
    right: 14px;
    top: 13px;
    background: url("opt_img/search-icon.png") transparent no-repeat scroll center;
    width: 16px;
    height: 12px
}

@media (max-width: 1279px) {
    .main-header .right-side .search .search-icon {
        right: 12px
    }
}

.booking {
    display: inline-block;
    vertical-align: top;
    width: 166px;
    height: 140px;
    background-color: #1b1b1b;
    text-align: center;
    padding: 25px 30px 10px;
    position: relative
}

@media (max-width: 1279px) {
    .booking {
        width: 150px;
        padding: 25px 14px 10px 29px
    }
}

@media (max-width: 1023px) {
    .booking {
        display: none
    }
}

.booking.small-booking {
    display: block;
    width: auto;
    height: 99px;
    padding-top: 30px
}

@media (max-width: 1023px) {
    .booking.small-booking {
        display: block
    }
}

.booking.small-booking .closed-content {
    padding-bottom: 26px
}

.booking.small-booking .closed-content .business-hours {
    display: inline-block;
    vertical-align: middle
}

.booking.small-booking .closed-content .book-time-button {
    display: inline-block;
    vertical-align: middle;
}

.booking.small-booking.open {
    z-index: 2
}

.booking.small-booking .open-content-small {
    width: 100%
}

.booking.small-booking .open-content-small .buttons {
    max-width: 300px;
    margin: 0 auto
}

.booking.small-booking .open-content-small .close-holder {
    text-align: center;
    margin-top: 26px
}

.booking:hover .open-content {
    display: block
}

.booking .open-content,
.booking .open-content-small {
    position: absolute;
    background-color: #d1ad5c;
    top: 0;
    right: 0;
    width: 278px;
    padding: 26px 30px 30px;
    display: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5)
}

.booking .open-content .business-hours,
.booking .open-content-small .business-hours {
    padding: 0px 50px
}

.booking .open-content .btn-icon,
.booking .open-content-small .btn-icon {
    white-space: normal;
    text-align: left;
    color: #523900;
    margin-bottom: 10px
}

.booking .open-content .btn-icon:hover,
.booking .open-content-small .btn-icon:hover {
    background-color: #f7f1e3
}

.booking .open-content .btn-icon .btn-text,
.booking .open-content-small .btn-icon .btn-text {
    display: table-cell;
    vertical-align: middle
}

.booking .open-content .btn-icon .icon-holder,
.booking .open-content-small .btn-icon .icon-holder {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px
}

.booking .open-content .icon-shoe,
.booking .open-content .icon-tennis,
.booking .open-content .icon-badminton,
.booking .open-content-small .icon-shoe,
.booking .open-content-small .icon-tennis,
.booking .open-content-small .icon-badminton {
    display: block
}

.booking .open-content .icon-shoe,
.booking .open-content-small .icon-shoe {
    width: 32px;
    height: 20px;
    background: url("opt_img/shoe-icon.svg") transparent no-repeat scroll top left
}

.booking .open-content .icon-tennis,
.booking .open-content-small .icon-tennis {
    width: 32px;
    height: 32px;
    background: url("opt_img/tennis-icon-active.svg") transparent no-repeat scroll top left
}

.booking .open-content .icon-badminton,
.booking .open-content-small .icon-badminton {
    width: 32px;
    height: 32px;
    background: url("opt_img/badminton-icon.svg") transparent no-repeat scroll top left
}

.booking .book-time-button {
    color: #523900;
    margin-bottom: 14px
}

.booking .business-hours {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 14px
}

.main-footer #map-holder {
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width: 1023px) {
    .main-footer #map-holder {
        display: none
    }
}

.main-footer a {
    color: #000000
}

.main-footer a:hover {
    text-decoration: underline
}

.main-footer .right {
    position: relative
}

.main-footer .left {
    float: left
}

@media (max-width: 1023px) {
    .main-footer .left {
        float: none;
        margin-bottom: 60px
    }
}

.main-footer .right {
    float: right
}

@media (max-width: 1023px) {
    .main-footer .right {
        float: none
    }
}

.main-footer .left,
.main-footer .right {
    line-height: 16px;
    padding: 18px 44px 0 41px;
    position: relative;
    z-index: 1
}

@media (max-width: 1023px) {

    .main-footer .left,
    .main-footer .right {
        text-align: center
    }
}

.main-footer .left h3,
.main-footer .right h3 {
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px
}

.main-footer .left .contact-block,
.main-footer .right .contact-block {
    margin-bottom: 17px
}

.main-footer .facebook-icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url("opt_img/facebook-icon.png") transparent no-repeat scroll top left;
    left: 11px;
    top: 38px;
    position: absolute
}

@media (max-width: 1023px) {
    .main-footer .facebook-icon {
        left: auto;
        top: auto;
        position: relative;
        margin-right: 11px;
        vertical-align: middle;
        margin-top: -4px
    }
}

.main-footer .facebook-links {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-footer .facebook-links li {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 8px
}

.scrolled-footer {
    z-index: 25;
    position: fixed;
    bottom: 0;
    left: 0;
    background: url("opt_img/contacts-bg.png") no-repeat transparent scroll bottom left;
    height: 80px;
    min-width: 360px;
    -moz-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
    -webkit-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in
}

.scrolled-footer.hide-footer {
    -moz-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transform: translate(0, 80px)
}

.scrolled-footer .media {
    padding: 17px
}

.scrolled-footer .media-body {
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    max-width: 180px
}

.home-page-wrapper {
    padding-top: 268px
}

.home-page-wrapper #background {
    z-index: 0
}

.call-to-action {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #d1ad5c;
    padding: 30px 29px 19px;
    margin-bottom: 74px;
    text-align: center
}

@media (max-width: 1279px) {
    .call-to-action {
        margin-bottom: 35px
    }
}

.call-to-action h2 {
    margin-top: 0;
    margin-bottom: 18px
}

.call-to-action p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px
}

.call-to-action .buttons {
    padding: 20px 15px 0
}

.call-to-action .buttons .btn {
    margin-bottom: 12px
}

.news-block {
    background-color: rgba(245, 237, 219, 0.8);
    border-bottom: 5px solid #d1ad5c;
    position: relative;
    margin-bottom: 50px;
    padding: 21px 20px 25px;
    height: 260px;
    overflow: hidden
}

@media (max-width: 1279px) {
    .news-block {
        height: 260px
    }
}

@media (max-width: 1023px) {
    .news-block {
        margin-bottom: 11px
    }
}

.news-block h4 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 16px
}

.news-block h4 img {
    margin-top: -5px;
    margin-right: 10px
}

.news-block img.news-logo {
    position: absolute;
    right: 10px;
    top: 11px
}

.news-block .news-list {
    list-style: none;
    padding: 0 5px 0 0;
    margin-bottom: 0
}

.news-block .news-list li {
    margin-bottom: 7px
}

.news-block .news-list li a {
    color: #000
}

.news-block .news-list li a:hover {
    text-decoration: none
}

.news-block .news-list li a:hover .title {
    text-decoration: underline
}

.news-block .news-list li a .time {
    color: #d1ad5c;
    display: table-cell;
    vertical-align: top;
    padding-right: 10px
}

.news-block .news-list li a .title {
    display: table-cell;
    vertical-align: top
}

.news-block .news-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 21px
}

.news-block .news-item p a {
    color: black;
    text-decoration: underline
}

.news-block .news-footer {
    position: absolute;
    bottom: -2px;
    right: 0
}

.news-block .news-footer a {
    position: relative;
    background-color: #d1ad5c;
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    padding: 5px 10px 3px 1px
}

.news-block .news-footer a:before {
    content: '';
    left: -47px;
    top: 0;
    position: absolute;
    background: url("opt_img/archive-bg.png") transparent no-repeat scroll top left;
    width: 94px;
    height: 24px;
    z-index: 0
}

.news-block .news-footer a .inner {
    position: relative;
    z-index: 1
}

.business-sections .business-item {
    display: block;
    position: relative;
    margin-bottom: 13px
}

@media (max-width: 1023px) {
    .business-sections .business-item {
        margin-bottom: 2px
    }
}

.business-sections .business-item:hover .overlay {
    opacity: 0;
    filter: alpha(opacity=0)
}

@media (max-width: 1023px) {
    .business-sections .business-item:hover .overlay {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.business-sections .business-item .overlay {
    background-color: #f7f1e3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

@media (max-width: 1023px) {
    .business-sections .business-item .overlay {
        height: 40px;
        background-color: #ddc388;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px
    }
}

.business-sections .business-item .image-holder {
    position: relative
}

@media (max-width: 1023px) {
    .business-sections .business-item .image-holder {
        display: none
    }
}

.business-sections .business-item .image-holder img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    max-width: 100%
}

.business-sections .business-item .title {
    position: absolute;
    bottom: 24px;
    left: 21px;
    font-weight: 400;
    line-height: 21.17px;
    z-index: 2;
    color: #000000;
    margin: 0
}

@media (max-width: 1023px) {
    .business-sections .business-item .title {
        bottom: auto;
        top: 0;
        line-height: 42px;
        left: 13px
    }
}

.partners {
    padding-top: 25px;
    position: relative;
    z-index: 2
}

@media (max-width: 1023px) {
    .partners {
        display: none
    }
}

.partners h2 {
    text-align: center;
    color: black;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px
}

.partners h2 a {
    color: black;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px
}

.partners .image-link {
    display: block;
    font-size: 0
}

.partners .logo-item {
    display: inline-block;
    margin: 0 16px 20px
}

.side-navigation {
    background-color: #ecd39c;
    -moz-border-radius: 8px 8px 0px 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0px 8px
}

@media (max-width: 1023px) {
    .side-navigation {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px
    }
}

.side-navigation .nav-header {
    background-color: #d1ad5c;
    -moz-border-radius: 8px 0px 0px;
    -webkit-border-radius: 8px;
    border-radius: 8px 0px 0px;
    padding: 24px 29px
}

@media (max-width: 1023px) {
    .side-navigation .nav-header {
        -moz-border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px;
        border-radius: 8px 8px 0 0
    }
}

.side-navigation .nav-header h3 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    margin: 0
}

.side-navigation .nav-header h3 .section-icon {
    margin-right: 10px
}

.side-navigation ul {
    list-style: none
}

.side-navigation .nav-footer {
    padding: 22px 27px 29px
}

.side-navigation .nav-footer .btn.btn-primary {
    background-color: #ab7d17;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: white;
    font-size: 23px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    padding: 15px 12px 16px;
    white-space: normal
}

@media (max-width: 1279px) {
    .side-navigation .nav-footer .btn.btn-primary {
        font-size: 16px
    }
}

a:hover {
    color: #d1ad5c
}

.main-section h1 {
    color: #d1ad5c;
    margin: 0 0 19px
}

.main-section h1 a {
    color: #d1ad5c
}

.main-section.post-template.post-list-template h2 {
    font-size: 18px;
    color: black
}

.main-section.post-template.post-list-template h2 a {
    color: black
}

.main-section.post-template .date {
    display: block;
    margin-bottom: 10px
}

.main-section .page-content {
    min-height: 537px
}

.main-section .page-content:before,
.main-section .page-content:after {
    content: " ";
    display: table
}

.main-section .page-content:after {
    clear: both
}

@media (max-width: 1023px) {
    .main-section .page-content {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 35px 20px 35px 20px
    }

    .main-section .page-content img {
        max-width: 100%
    }
}

.main-section .page-content iframe {
    max-width: 100%
}

.main-section .page-content img.bordered {
    border: 4px solid #d1ad5c
}

.main-section .page-content img.alignleft {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left
}

.main-section .page-content img.alignright {
    margin-right: 15px;
    margin-left: 30px;
    margin-bottom: 20px;
    float: right
}

.main-section .page-content img.aligncenter {
    display: block;
    margin: 0 auto;
    border: 4px solid #d1ad5c
}

.main-section .page-content img.alignnone {
    float: none;
    margin-bottom: 20px
}

.main-section .page-content ul {
    overflow: hidden;
    padding-left: 0px;
    list-style: none
}

.main-section .page-content ul li {
    position: relative;
    padding-left: 15px
}

.main-section .page-content ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0
}

.main-section .page-content .table-title {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 19px
}

.main-section .page-content .table-title .extra {
    margin-left: 20px
}

.main-section .page-content p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 26px
}

.main-section .page-content p a:not(.btn) {
    text-decoration: underline;
    color: black
}

.main-section .page-content .post-edit-link {
    text-decoration: underline;
    color: black
}

.galleries {
    margin-top: 23px
}

.galleries .large-gallery,
.galleries .small-gallery,
.galleries .medium-gallery {
    text-align: center
}

.galleries .large-gallery img,
.galleries .small-gallery img,
.galleries .medium-gallery img {
    margin: 0 5px 25px
}

@media (max-width: 1023px) {
    .galleries .gallery {
        text-align: center;
        margin-bottom: 20px
    }
}

.galleries .gallery .cover img {
    border: 4px solid #d1ad5c;
    max-width: 100%
}

.galleries .gallery h5 {
    text-align: center;
    color: black;
    margin: 5px 0 0;
    font-weight: 300;
    line-height: 19px;
    font-size: 16px
}

.page-template-join .contact-form {
    margin-top: 30px
}

.page-template-join .contact-form form {
    padding-right: 50px
}

@media (max-width: 1023px) {
    .page-template-join .contact-form form {
        padding-right: 0
    }
}

.page-template-join .buttons {
    text-align: right;
    position: relative
}

.page-template-join .buttons input[type=submit] {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    min-width: 100px
}

.page-template-join .buttons img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
    position: absolute;
    left: 0;
    top: 5px
}

.page-template-join .manager {
    margin-top: 16px
}

.page-template-join .manager img {
    max-width: none
}

.page-template-join .manager .media-left {
    padding-right: 20px
}

.page-template-join .manager .media-body {
    vertical-align: middle
}

.page-template-join .manager .media-body p {
    margin-bottom: 0
}

.page-template-join .links {
    padding: 0;
    list-style: none;
    margin: 30px 0 10px
}

.page-template-join .links li {
    line-height: 30px
}

.page-template-join .links li a {
    font-size: 17px;
    color: #d1ad5c;
    text-decoration: underline
}

.trainers-content h2 {
    text-align: center;
    color: #d1ad5c;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.trainers-content .trainer {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center
}

.trainers-content .trainer p {
    font-size: 14px;
    line-height: 19px
}

@media (max-width: 1279px) {
    .trainers-content .trainer img {
        max-width: 200px
    }
}

@media (max-width: 1023px) {
    .trainers-content .trainer img {
        max-width: 155px
    }
}

.trainers-content .trainer .description {
    text-align: center;
    margin-top: 10px
}

.trainers-content .trainer .media-left {
    padding-right: 20px
}

.service-category h2 {
    color: #d1ad5c;
    line-height: 42px
}

.service-category h2 a {
    color: #d1ad5c
}

.service-category .service-item .partner-discount {
    float: right;
    background-color: #ceac63;
    font-size: 11px;
    font-weight: 400;
    line-height: 17.63px;
    padding: 3px 10px;
    -moz-border-radius: 5.87570621px;
    -webkit-border-radius: 5.87570621px;
    border-radius: 5.87570621px
}

.service-category .service-item .media-left {
    padding-right: 25px
}

.service-category .service-item .media-heading {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px
}

.service-category .service-item .content p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px
}

.service-category .service-item .content a {
    color: #d1ad5c;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline
}

body {
    background: #fff !important;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000
}

#schedule-nav {
    background-color: #ab7d17;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0px 0px
}

#schedule-nav .title-nav {
    padding: 25px 0;
    position: relative;
    text-align: center;
    margin: -10px 0px 5px 0px
}

#schedule-nav .title-nav h3 {
    margin: 0px 10px;
    display: inline-block !important
}

#schedule-nav .title-nav h1.light,
#schedule-nav .title-nav h2.light,
#schedule-nav .title-nav h3.light {
    color: #FFF
}

#schedule-nav .title-nav a {
    background-color: #644500;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: white;
    padding: 11px
}

#schedule-nav .title-nav a.prev-next.next {
    position: absolute;
    top: 20px;
    right: 20px
}

#schedule-nav .title-nav a.prev-next.prev {
    position: absolute;
    top: 20px;
    left: 20px
}

#schedule-nav .title-nav a .fa {
    display: inline-block
}

#schedule-nav .weekdays {
    background-color: #e5d0a1;
    padding-top: 20px;
    text-align: center
}

#schedule-nav .weekdays ul {
    padding: 0px;
    margin: 0px;
    list-style: none
}

#schedule-nav .weekdays ul li {
    display: inline
}

#schedule-nav .weekdays ul li a {
    background-color: #c7a75b;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px;
    border-radius: 8px 8px 0px 0px;
    color: black;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 12px 20px;
    display: inline-block
}

#schedule-nav .weekdays ul li.selected a {
    background-color: white
}

#schedule-types {
    border-bottom: 1px solid rgba(229, 208, 161, 0.3);
    padding: 5px 0 10px;
    margin-bottom: 0
}

#schedule-types li {
    color: black;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px
}

#schedule-types li:hover {
    text-decoration: underline;
    color: black
}

#schedule-types li span {
    top: -1px
}

#schedule {
    border-left: solid 1px #FFF;
    border-top: none;
    background-color: #fcf8ed;
    display: table;
    width: 100%
}

#schedule ul li {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    padding: 5px;
    box-shadow: none;
    color: #FFF;
    border-radius: 5px;
    text-align: center
}

#schedule .row-container {
    display: table-row
}

#schedule .header .cell {
    vertical-align: middle;
    text-align: center
}

#schedule .header .cell.cell-label {
    background-color: white;
    color: black;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    border-color: transparent;
    height: 41px
}

#schedule .cell {
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    display: table-cell;
    position: relative;
    height: 50px
}

#schedule .cell span.half-hour-line {
    background: rgba(255, 255, 255, 0.5)
}

#schedule .times .cell.cell-label {
    vertical-align: top;
    padding-top: 4px;
    line-height: 18px;
    width: 66px
}

#schedule .cell.cell-label {
    background-color: #d5b46b;
    border-color: #FFF;
    border-right-color: #d5b46b;
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

#events-list .list-group-item {
    background-color: #fcf8ed;
    border-color: #FFF
}

#events-list .list-group-item:hover,
#events-list .list-group-item.expanded {
    background-color: #e5d0a1
}

#events-list .list-group-item:hover .toggle-icon .fa,
#events-list .list-group-item.expanded .toggle-icon .fa {
    color: #555
}

#events-list .more-info {
    background: #fcf8ed
}

#events i.date-nav:hover {
    color: #555
}

.booking-holder #schedule-nav .title-nav {
    text-align: left;
    position: relative
}

.booking-holder #schedule-nav .title-nav h1 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    margin: 0;
    position: absolute;
    top: 29px;
    left: 30px
}

@media (max-width: 1279px) {
    .booking-holder #schedule-nav .title-nav h1 {
        position: relative;
        top: auto;
        left: 30px;
        margin-bottom: 30px
    }
}

.booking-holder #schedule-nav .title-nav .login-form {
    text-align: center
}

@media (max-width: 1023px) {
    .booking-holder #schedule-nav .title-nav .login-form {
        margin: 0 30px
    }
}

.booking-holder #schedule-nav .title-nav .login-form .form-group {
    margin-right: 10px
}

.booking-holder #schedule-nav .title-nav .login-form input.form-control {
    height: 40px;
    background-color: #f7f1e3;
    border: none;
    color: #d1ad5c;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 0 18px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -moz-transition: width 0.3s ease-in;
    -o-transition: width 0.3s ease-in;
    -webkit-transition: width 0.3s ease-in;
    transition: width 0.3s ease-in
}

textarea,
[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="date"],
[type="month"],
[type="time"],
[type="week"],
[type="number"],
[type="email"],
[type="url"],
[type="search"],
[type="tel"],
[type="color"],
.form-control {
    background-color: #f1ead9;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control.message-textarea {
    resize: none;
    height: 70px
}

.galleries .gallery h5 {
    text-align: center;
    color: black;
    margin: 5px 0 0;
    font-weight: 300;
    line-height: 19px;
    font-size: 16px
}

.gallery-content-holder .galleries .gallery {
    margin-bottom: 23px
}

@media (max-width: 767px) {
    .gallery-content-holder .galleries .gallery {
        text-align: center
    }
}

.gallery-content-holder .galleries .gallery img {
    max-width: 100%
}

.gallery-content-holder .galleries .gallery h5 {
    max-width: 230px;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: black;
    margin: 8px 0 0
}

@media (max-width: 767px) {
    .gallery-content-holder .galleries .gallery h5 {
        max-width: none
    }
}

.gallery-content-holder .galleries .gallery h5 .count {
    color: #9b9b9b
}

#plans {
    text-align: center
}

div.controlls {
    background: #fff;
    display: block;
    position: relative;
    clear: both;
    overflow: auto;
    margin-bottom: 10px;
    min-height: 64px
}

div.controlls p.text {
    margin: 3px 8px 0 0
}

div.controlls p {
    float: left;
    margin: 0
}

#bron_content {
    text-align: left
}

#bron_content h4.nb {
    background-color: white;
    margin: 0;
    padding: 20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .modal-dialog.small-dialog {
        width: 400px
    }
}

#schedule-nav .login-form h4 {
    color: #FFF;
    display: inline-block;
    margin-right: 20px
}

.btn.btn-primary.toggle-date-picker-button {
    background-color: #644500;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: white;
    border: none;
    padding: 11px 12px;
    min-width: 220px
}

.btn.btn-primary.toggle-date-picker-button img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px
}

.date-picker-holder {
    position: absolute;
    top: 25px;
    right: 20px
}

@media (max-width: 1023px) {
    .date-picker-holder {
        position: relative;
        top: auto;
        right: auto;
        left: 30px;
        margin-top: 28px
    }
}

#newBookingForm .modal-content,
#newMessage.modal .modal-content {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (min-width: 768px) {

    #newBookingForm .modal-dialog,
    #newMessage.modal .modal-dialog {
        margin: 60px auto 30px
    }
}

#newBookingForm .modal-header,
#newMessage.modal .modal-header {
    background-color: #ab7d17
}

#newBookingForm .modal-header .modal-title,
#newMessage.modal .modal-header .modal-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: white
}

#newBookingForm .modal-header .close,
#newMessage.modal .modal-header .close {
    margin-top: -32px;
    margin-right: -30px;
    opacity: 0.9
}

#newBookingForm .modal-header .close:hover,
#newMessage.modal .modal-header .close:hover {
    opacity: 1
}

#newBookingForm .btn-book-time,
#newMessage.modal .btn-book-time {
    background-color: #644500;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    float: right
}

#newBookingForm .modal-body,
#newMessage.modal .modal-body {
    position: relative;
    padding: 10px 35px 35px 20px
}

#newBookingForm .modal-body .form-control,
#newMessage.modal .modal-body .form-control {
    height: 28px
}

#newBookingForm .modal-body textarea.form-control,
#newMessage.modal .modal-body textarea.form-control {
    resize: none;
    height: 78px
}

#newBookingForm .modal-body .form-group,
#newMessage.modal .modal-body .form-group {
    margin-bottom: 4px
}

#newBookingForm dl,
#newMessage.modal dl {
    margin-bottom: 10px
}

#newBookingForm dl dt,
#newMessage.modal dl dt {
    color: #ab7d17;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    width: 90px
}

#newBookingForm dl dt b,
#newMessage.modal dl dt b {
    margin-left: 4px
}

#newBookingForm dl dd,
#newMessage.modal dl dd {
    margin-left: 100px;
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px
}

.bron-table table#rooms {
    width: 100%;
    border-top: 1px solid #FFF;
    border: 0;
    padding: 0;
    background-color: white
}

table#rooms td.navigation {
    background: #fff;
    height: 20px !important
}

table#rooms td.navigation div {
    padding: 5px 10px;
    cursor: pointer;
    float: left;
    line-height: 20px;
    border-left: 1px solid #0B0506;
    border-top: 1px solid #0B0506
}

table#rooms td.navigation div:hover,
table#rooms td.navigation div.active {
    background: #FFE6AC;
    color: #EC1923
}

table#rooms td.navigation div.last {
    border-right: 1px solid #0B0506
}

#bron_content table th,
#bron_content table tdВ {
    padding: 2px;
    background: #fff
}

#bron_content table#rooms td {
    padding: 0;
    border-bottom: 1px solid #FFFFFF
}

#bron_content table#rooms th,
#bron_content table#rooms td {
    text-align: center;
    position: relative;
    height: 30px;
    margin: 0;
    vertical-align: top
}

#bron_content table#rooms th.timeCont,
#bron_content table#rooms td.timeCont {
    padding-top: 5px;
    min-width: 67px
}

.firstCol {
    width: 50px;
    background: #fff !important
}

.tickIcon {
    position: absolute;
    background: url("../themes/teretennis/images/tick.png") no-repeat left;
    width: 18px !important;
    height: 19px !important;
    right: -4px;
    top: -5px !important;
    z-index: 1000
}

.stopIcon {
    position: absolute;
    background: url("../themes/teretennis/images/stop.png") no-repeat left;
    width: 18px !important;
    height: 18px !important;
    right: -4px;
    top: -5px !important;
    z-index: 1000
}

.timeCont {
    background-color: #d5b46b;
    border-color: #FFF;
    border-right-color: #d5b46b;
    color: #0e0e0e;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px
}

.timeTxt {
    width: 50px;
    padding-top: 7px;
    color: #FFE6AC;
    font-weight: 600;
    font-size: 10px
}

.Bcell div {
    width: 98%;
    display: inline-block
}

.colH,
.Bcell,
.Bcell div,
.timeCont {
    font-size: 15px;
    padding: 1px;
    text-align: center;
    text-overflow: ellipsis
}

#bron_content table#rooms td.Bcell {
    position: relative;
    border-right: 1px solid #ffffff;
    background: #fcf8ed
}

#bron_content table#rooms td.Bcell .emptyCell {
    background: #fcf8ed
}

#bron_content table#rooms td.Bcell.booked {
    border-radius: 5px
}

#bron_content table#rooms td.Bcell a.emptyCell {
    display: block;
    width: 100%;
    height: 30px;
    text-decoration: none;
    background: #fcf8ed url("opt_img/signup.png") no-repeat center
}

#bron_content table#rooms td.Bcell a.emptyCell:hover {
    background: #e5d0a1 url("opt_img/signup-active.png") no-repeat center
}

.colH,
td.Bcell {
    border-bottom: 1px solid #fff !important
}

.colH {
    vertical-align: middle !important;
    background-color: #fff !important;
    color: black;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    border-color: transparent;
    height: 50px !important;
    padding: 2px 14px
}

#bron_content table th.colH {
    padding: 2px 14px
}

#bron_content table#rooms td.Bcell div.relative {
    position: relative;
    clear: both;
    overflow: visible
}

#schedule-nav.bron-header .weekdays ul li {
    margin: 0 3px
}

#schedule-nav .weekdays ul li a.active {
    background-color: #FFF
}

#bron_content table#rooms td div {
    height: 100%;
    overflow: hidden;
    color: #030301;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    padding: 10px
}

#bron_content table#rooms td div.activeBox {
    position: absolute;
    cursor: pointer;
    height: 44px;
    z-index: 100;
    clear: both;
    font-size: 9px;
    width: 100%;
    max-width: 120px
}

#bron_content table#rooms td div.activeBox a {
    text-decoration: none;
    display: block
}

#bron_content table#rooms td.b a {
    display: block;
    width: 99.9%;
    height: 99.9%
}

#bron_content #navigation {
    background: none;
    padding: 0;
    margin: 0
}

#bron_content #navigation ul,
#bron_content #navigation li {
    padding: 0;
    list-style: none;
    clear: both
}

#bron_content #navigation li a {
    padding: 5px 0 5px 0;
    display: block;
    background: none
}

html>body .entry li a:hover,
html>body .entry li a.active,
#bron_content #navigation li a:hover,
#bron_content #navigation li a.active {
    color: #333333
}

#bron_content #navigation .sponsor li a,
#content .sponsor ul,
#content .sponsor li,
#bron_content #navigation .sponsor ul,
#bron_content #navigation .sponsor li {
    background: none;
    list-style: none;
    padding: 0
}

#bron_content #navigation .sponsor {
    text-align: center
}

#bron_content #navigation .sponsor img {
    display: block;
    clear: both;
    margin: 10px auto
}

#bron_content #message,
#bron_content #bookingForm {
    display: none;
    margin-left: -150px;
    position: absolute;
    z-index: 999;
    left: 50%;
    padding: 10px;
    background: #EC1923;
    border: 1px solid #FFE6AC;
    font-size: 12px
}

#bron_content #message {
    display: block
}

#bron_content #message table,
#bron_content #bookingForm table {
    width: 280px;
    height: 100%;
    margin-top: 40px
}

#bookingForm h3 {
    background: #0B0506;
    color: #FFE6AC;
    padding: 12px 8px 8px 8px;
    margin-left: -10px;
    margin-top: -50px !important;
    width: 284px;
    position: absolute;
    overflow: hidden
}

#bookingForm a.boxCloseImg {
    background: url(../themes/teretennis/images/close-modal.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer
}

.errorTH,
.errorLN {
    margin: 12px;
    border: 1px solid #EC1923;
    background: #FCBFC2 !important;
    padding: 7px !important;
    padding-bottom: 25px;
    color: #EC1923 !important
}

#bookingForm .button,
.buttonLN {
    border: 1px solid #0B0506;
    line-height: 25px;
    min-width: 50px;
    color: #FFE6AC;
    background: #EC1923;
    margin-top: 15px;
    cursor: pointer;
    background: #0B0506
}

.buttonLN {
    margin-top: 0
}

#bookingForm .button:hover,
.buttonLN:hover {
    background: #43393B
}

#bron_content #message th,
#bron_content #message b {
    text-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 150%
}

#bron_content #bookingForm th,
#bron_content #bookingForm td {
    text-align: left;
    color: #FFE6AC
}

#bron_content #colors .color {
    width: 15px;
    height: 15px;
    line-height: 0;
    font-size: 0;
    padding: 1px;
    border: 1px solid #333
}

#bron_content #bron {
    float: left
}

#bron_content #debug {
    clear: both
}

#bron_content #debug p {
    font-size: 8pt;
    border: 1px solid #cccccc;
    padding: 5px;
    margin: 5px;
    background: #ffff99
}

.saal-anchor {
    display: block;
    clear: both;
    margin-top: 15px;
    overflow: hidden
}

.contorll-box {
    overflow: hidden;
    clear: both;
    display: block;
    position: relative
}

.attent {
    color: #C33319;
    font-size: 16px;
    padding-bottom: 10px
}

#calendar {
    margin: 0 auto;
    margin-top: 10px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff
}

#calendar .month {
    width: 100%
}

#calendar .month th {
    text-align: center
}

#calendar .month a {
    display: block;
    color: #FFF;
    border: 1px solid #FFE6AC;
    color: #FFE6AC;
    margin: 2px;
    text-decoration: none
}

#calendar .month td.td_selday a,
#calendar .month a:hover {
    background: #FFE6AC;
    color: #000
}

#calendar .month .table_navbar {
    margin: 0 auto
}

#calendar .month .table_navbar td {
    padding: 0px 10px 15px 10px;
    font-size: 16px
}

#calendar .month .table_navbar td a {
    color: #FFE6AC;
    text-decoration: none;
    border: none
}

#calendar .month .table_navbar td a:hover {
    text-decoration: underline;
    background: none
}

.widget_jal_widget {
    display: block
}

.widget_jal_widget h3 {
    display: none
}

.widget_jal_widget>a {
    display: none
}

.widget_jal_widget>ul>li {
    color: #523900;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative
}

.widget_jal_widget>ul>li:before {
    content: '';
    height: 11px;
    width: 7px;
    position: absolute;
    background: url("opt_img/menu-arrow.png") transparent no-repeat scroll top left;
    left: 29px;
    top: 20px
}

.widget_jal_widget>ul>li.expanded {
    background-color: rgba(209, 173, 92, 0.5);
    color: #FFFFFF
}

.widget_jal_widget>ul>li.expanded:before {
    background: url("opt_img/menu-arrow-active.png") transparent no-repeat scroll top left
}

.widget_jal_widget>ul>li.expanded ul {
    display: block
}

.widget_jal_widget>ul>li.expanded a {
    color: #FFFFFF
}

.widget_jal_widget>ul>li.expanded .sub-menu .current_page_item {
    position: relative
}

.widget_jal_widget>ul>li.expanded .sub-menu .current_page_item:before {
    content: '';
    height: 11px;
    width: 7px;
    position: absolute;
    background: url("opt_img/menu-arrow-active.png") transparent no-repeat scroll top left;
    left: 36px;
    top: 2px
}

.widget_jal_widget>ul>li>a {
    color: #523900;
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    display: block;
    padding: 8px 49px 7px
}

.widget_jal_widget>ul>li ul {
    display: none;
    margin-bottom: 19px
}

.widget_jal_widget>ul>li ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px
}

.widget_jal_widget>ul>li ul li a {
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 49px;
    white-space: nowrap
}

.title-lihas,
.title-kardio,
.title-kombineeritud,
.title-keha-ja-meel,
.title-spinning {
    padding: 9px 20px;
    display: inline-block;
    color: black;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: 10px
}

.main-section .page-content .title-lihas,
.main-section .page-content .title-kardio,
.main-section .page-content .title-kombineeritud,
.main-section .page-content .title-keha-ja-meel,
.main-section .page-content .title-spinning {
    margin-bottom: 26px
}

.main-section .page-content .title-lihas p,
.main-section .page-content .title-kardio p,
.main-section .page-content .title-kombineeritud p,
.main-section .page-content .title-keha-ja-meel p,
.main-section .page-content .title-spinning p {
    margin: 0
}

.title-lihas p,
.title-kardio p,
.title-kombineeritud p,
.title-keha-ja-meel p,
.title-spinning p {
    margin: 0
}

.title-lihas {
    background: #99cc00
}

.title-kardio {
    background: #ff9900
}

.title-kombineeritud {
    background: #ff99cc
}

.title-keha-ja-meel {
    background: #ffff00
}

.title-spinning {
    background: #00ccff
}

@media print {
    body.page-template-booking .main-header {
        display: none
    }

    body.page-template-booking .main-footer {
        display: none
    }

    body.page-template-booking #scrolled-footer {
        display: none
    }

    body.page-template-booking #bron_content .bron-table {
        display: none
    }

    body.page-template-booking #schedule-nav {
        display: none
    }

    body.page-template-booking #newBookingForm .modal-dialog,
    body.page-template-booking #newMessage.modal .modal-dialog {
        margin: 60px 20px
    }

    body.page-template-booking #newBookingForm .modal-header .close,
    body.page-template-booking #newMessage.modal .modal-header .close {
        display: none
    }

    body.page-template-booking #newBookingForm .btn-book-time,
    body.page-template-booking #newMessage.modal .btn-book-time {
        display: none
    }
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000000;
    position: absolute;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.picker__input {
    cursor: default
}

.picker__input.picker__input--active {
    border-color: #0089ec
}

.picker__holder {
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker {
    width: 100%
}

.picker__holder {
    position: absolute;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s
}

.picker__frame {
    padding: 1px
}

.picker__wrap {
    margin: -1px
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12)
}

.picker__box {
    padding: 0 1em
}

.picker__header {
    text-align: center;
    position: relative;
    margin-top: .75em
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}

.picker__year {
    color: #999999;
    font-size: .8em;
    font-style: italic
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}

@media (min-width: 24.5em) {

    .picker__select--month,
    .picker__select--year {
        margin-top: -0.5em
    }
}

.picker__select--month {
    width: 35%
}

.picker__select--year {
    width: 22.5%
}

.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #0089ec
}

.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -0.25em
}

@media (min-width: 24.5em) {

    .picker__nav--prev,
    .picker__nav--next {
        top: -0.33em
    }
}

.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--prev {
        padding-right: 1.5em
    }
}

.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}

@media (min-width: 24.5em) {
    .picker__nav--next {
        padding-left: 1.5em
    }
}

.picker__nav--prev:before,
.picker__nav--next:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: 0.75em solid #000000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}

.picker__nav--next:before {
    border-right: 0;
    border-left: 0.75em solid #000000
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background: none;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}

@media (min-height: 33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}

.picker__table td {
    margin: 0;
    padding: 0
}

.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999999;
    font-weight: 500
}

@media (min-height: 33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}

.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}

.picker__day--today {
    position: relative
}

.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 0.5em solid #0059bc;
    border-left: .5em solid transparent
}

.picker__day--disabled:before {
    border-top-color: #aaaaaa
}

.picker__day--outfocus {
    color: #dddddd
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__day--highlighted {
    border-color: #0089ec
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background: #0089ec;
    color: #ffffff
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbbbbb
}

.picker__footer {
    text-align: center
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: bold;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
    cursor: pointer;
    color: #000000;
    background: #b1dcfb;
    border-bottom-color: #b1dcfb
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
    background: #b1dcfb;
    border-color: #0089ec;
    outline: none
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
    position: relative;
    display: inline-block;
    height: 0
}

.picker__button--today:before,
.picker__button--clear:before {
    content: " ";
    margin-right: .45em
}

.picker__button--today:before {
    top: -0.05em;
    width: 0;
    border-top: 0.66em solid #0059bc;
    border-left: .66em solid transparent
}

.picker__button--clear:before {
    top: -0.25em;
    width: .66em;
    border-top: 3px solid #ee2200
}

.picker__button--close:before {
    content: "\D7";
    top: -0.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777777
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #dddddd;
    cursor: default
}

.picker__button--today[disabled]:before {
    border-top-color: #aaaaaa
}
