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

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
    padding: 0;
    border: 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-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

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

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

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

    a[href^="javascript:"]:after,
    a[href^="#"]: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
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

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

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !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: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Verdana", "Geneva", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #ffffff
}

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

a {
    color: #00aced;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #00aced;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

.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;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

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

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

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

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

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

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

h3,
.h3 {
    font-size: 24px;
    color: #515151 !important;
}

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: 200;
    line-height: 1.4
}

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

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

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #00aced
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #ffffff;
    background-color: #00aced
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

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

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

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

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

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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: #999
}

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

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

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

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

blockquote:before,
blockquote:after {
    content: ""
}

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;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    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 {
    padding-right: 15px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto
}

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

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

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

.row {
    margin-right: -15px;
    margin-left: -15px
}

.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-right: 15px;
    padding-left: 15px
}

.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-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@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-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {

    .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-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {

    .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-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

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

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.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>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

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

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

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

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

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.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-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

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

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

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

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

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

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

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

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

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

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

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

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

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

@media(max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -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>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .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>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td: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>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td: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>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 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;
    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
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.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 {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

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

input[type="date"] {
    line-height: 34px
}

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

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

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

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

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

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

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

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

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

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

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

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

.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 {
    color: #8a6d3b
}

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

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

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

.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 {
    color: #a94442
}

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

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

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

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

.form-control-static {
    margin-bottom: 0
}

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

@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 .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;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

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

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

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

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

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

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

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

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

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

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

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

.btn-default {
    color: #333;
    background-color: #ffffff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

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

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

.btn-default .badge {
    color: #ffffff;
    background-color: #333
}

.btn-primary {
    color: #ffffff;
    background-color: #00aced;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e
}

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

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #00aced;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #00aced;
    background-color: #ffffff
}

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

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439
}

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

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

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

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

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc
}

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

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

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

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

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512
}

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

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

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

.btn-danger {
    color: #ffffff;
    background-color: #e02828;
    border-color: #e02828;
    text-shadow: none;
    font-weight: 700
}

.btn-danger:hover,
.btn-danger:focus,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #e44343;
    border-color: #e44343;
    font-weight: 700
}

.btn-danger:active,
.btn-danger.active {
    background: #cc1d1d;
    border-color: #cc1d1d
}

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

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

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

.btn-link {
    font-weight: normal;
    color: #00aced;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.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: #00aced;
    text-decoration: underline;
    background-color: transparent
}

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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%;
    padding-right: 0;
    padding-left: 0
}

.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 .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

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

.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;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.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 {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #00aced;
    outline: 0
}

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.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-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.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 .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-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

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

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

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

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

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

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

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

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

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

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

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.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.33;
    border-radius: 6px
}

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

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

.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-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

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

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

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

.input-group-addon:first-child {
    border-right: 0
}

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

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

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

.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: #999
}

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

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

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

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

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #00aced
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

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

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

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

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

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

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }

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

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00aced;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: #080808
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00aced;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #00aced;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #00aced;
    border-color: #00aced
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #ffffff
}

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

.label[href]:hover,
.label[href]:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

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

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

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

.label-primary {
    background-color: #00aced
}

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

.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;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

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

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

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #00aced;
    background-color: #ffffff
}

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

.jumbotron {
    padding: 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
}

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

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

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

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

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

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

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #00aced
}

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

.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 {
    padding-right: 35px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #00aced;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

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

.media,
.media .media {
    margin-top: 15px
}

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

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

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

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

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

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

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

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #00aced;
    border-color: #00aced
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #ffffff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #ffffff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #ffffff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #ffffff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

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

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

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

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

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

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

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

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #00aced
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #00aced;
    border-color: #00aced
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #00aced
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #00aced
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.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, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(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 #ffffff;
    filter: alpha(opacity=20);
    opacity: .2
}

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

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

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    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;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(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 {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    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 {
    content: "";
    border-width: 10px
}

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

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

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

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

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

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

.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, .25)
}

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

.carousel {
    position: relative
}

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

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

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

.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;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

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

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

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

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

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

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

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

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(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;
        margin-left: -15px;
        font-size: 30px
    }

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

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: 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;
    visibility: hidden !important
}

.affix {
    position: fixed
}

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

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

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

    table.visible-xs {
        display: table
    }

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

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

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

    table.visible-sm {
        display: table
    }

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

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

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

    table.visible-md {
        display: table
    }

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

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

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

    table.visible-lg {
        display: table
    }

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table
    }

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

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

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

.jcrop-holder {
    direction: ltr;
    text-align: left
}

.jcrop-vline,
.jcrop-hline {
    background: #fff url("../image/Jcrop.gif");
    font-size: 0;
    position: absolute
}

.jcrop-vline {
    height: 100%;
    width: 1px !important
}

.jcrop-vline.right {
    right: 0
}

.jcrop-hline {
    height: 1px !important;
    width: 100%
}

.jcrop-hline.bottom {
    bottom: 0
}

.jcrop-tracker {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.jcrop-handle {
    background-color: #333;
    border: 1px #eee solid;
    width: 7px;
    height: 7px;
    font-size: 1px
}

.jcrop-handle.ord-n {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-handle.ord-e {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 50%
}

.jcrop-handle.ord-w {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 50%
}

.jcrop-handle.ord-nw {
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    top: 0
}

.jcrop-handle.ord-ne {
    margin-right: -4px;
    margin-top: -4px;
    right: 0;
    top: 0
}

.jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -4px;
    margin-right: -4px;
    right: 0
}

.jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -4px;
    margin-left: -4px
}

.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
    height: 7px;
    width: 100%
}

.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
    height: 100%;
    width: 7px
}

.jcrop-dragbar.ord-n {
    margin-top: -4px
}

.jcrop-dragbar.ord-s {
    bottom: 0;
    margin-bottom: -4px
}

.jcrop-dragbar.ord-e {
    margin-right: -4px;
    right: 0
}

.jcrop-dragbar.ord-w {
    margin-left: -4px
}

.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
    background: #ffffff;
    filter: alpha(opacity=70) !important;
    opacity: .70 !important
}

.jcrop-light .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #000;
    border-color: #ffffff;
    border-radius: 3px
}

.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
    background: #000;
    filter: alpha(opacity=70) !important;
    opacity: .7 !important
}

.jcrop-dark .jcrop-handle {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ffffff;
    border-color: #000;
    border-radius: 3px
}

.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
    background: #ffffff
}

.jcrop-holder img,
img.jcrop-preview {
    max-width: none
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 5px
}

.files .progress {
    width: 200px
}

.progress-animated .bar {
    background: url(../image/progressbar.gif) !important;
    filter: none
}

.fileupload-loading {
    position: absolute;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(../image/loading.gif) center no-repeat;
    display: none
}

.fileupload-processing .fileupload-loading {
    display: block
}

* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0
}

*+html .fileinput-button {
    line-height: 22px;
    margin: 1px 0 0 0
}

@media(max-width:767px) {
    .files .btn span {
        display: none
    }

    .files .preview * {
        width: 40px
    }

    .files .name * {
        width: 80px;
        display: inline-block;
        word-wrap: break-word
    }

    .files .progress {
        width: 20px
    }

    .files .delete {
        width: 60px
    }
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/lato/Lato-Regular.eot');
    src: local('Lato-Lato-Regular'), url('../fonts/lato/Lato-Regular.woff2') format('woff2'), url('../fonts/lato/Lato-Regular.woff') format('woff'), url('../fonts/lato/Lato-Regular.ttf') format('truetype');
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/lato/Lato-Semibold.eot');
    src: url('../fonts/lato/Lato-Semibold.woff2') format('woff2'), url('../fonts/lato/Lato-Semibold.woff') format('woff'), url('../fonts/lato/Lato-Semibold.ttf') format('truetype');
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato/Lato-Bold.eot');
    src: url('../fonts/lato/Lato-Bold.woff2') format('woff2'), url('../fonts/lato/Lato-Bold.woff') format('woff'), url('../fonts/lato/Lato-Bold.ttf') format('truetype');
    text-rendering: optimizeLegibility
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/lato/Lato-Italic.eot');
    src: url('../fonts/lato/Lato-Italic.woff2') format('woff2'), url('../fonts/lato/Lato-Italic.woff') format('woff'), url('../fonts/lato/Lato-Italic.ttf') format('truetype');
    text-rendering: optimizeLegibility
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

html,
body {
    height: 100%;
    font-family: 'Lato', 'Verdana', 'Arial';
    color: #232333;
    background-color: #515151
}

a {
    text-decoration: none;
    color: #00aced;
}

a:hover {
    text-decoration: underline
}

a.imglink {
    text-decoration: none
}

a.light {
    color: #2da5ff
}

a.dark {
    color: #2dbeff
}

a.gray {
    color: #666
}

b,
strong {
    font-weight: 600
}

.btn {
    border-radius: 8px;
    padding: 5px 16px
}

.btn:active,
.btn.active {
    outline: none !important;
    box-shadow: none !important
}

.btn.btn-default {
    border-width: 1px;
    padding: 5px 12px;
    border-color: #babacc
}

.btn.btn-sm {
    padding-top: 4px;
    padding-bottom: 4px
}

.btn-primary {
    background-color: #00aced;
    border-color: #00aced;
    color: #ffffff
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #00aced;
    border-color: #00aced
}

.btn.btn-primary:active {
    background-color: #00aced;
    border-color: #00aced
}

.btn-warning {
    background-color: #ffd000
}

.btn-warning:hover {
    background-color: #ffd000
}

.btn.btn-lg,
.btn-group-lg>.btn {
    line-height: 38px;
    padding: 5px 35px;
    font-size: 18px
}

.btn.user {
    width: 200px;
    font-size: 20px
}

.btn-cta-wrapper {
    font-size: 0;
    text-align: center
}

.btn-cta,
.btn-cta:focus,
.btn-cta:hover,
.btn-cta:active {
    border-radius: 12px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    padding: 0 12px;
    text-align: center
}

.cta-bg {
    min-width: 200px;
    font-size: 18px;
    height: 48px;
    line-height: 48px
}

.cta-md {
    min-width: 160px;
    font-size: 18px;
    line-height: 44px
}

.cta-sm {
    min-width: 150px;
    font-size: 14px;
    line-height: 34px
}

.cta-bgyellow {
    background-color: #fbbe04;
    color: #ffffff;
    border: 1px solid #fbbe04;
    font-weight: 600
}

.cta-bgyellow:hover,
.cta-bgyellow:focus {
    background-color: #fbbe04;
    color: #ffffff;
    font-weight: 600
}

.cta-bgyellow:active {
    background-color: #fbbe04;
    color: #ffffff
}

.cta-bgwhite {
    background-color: #ffffff;
    color: #232333;
    border: 1px solid #babacc
}

.cta-bgwhite:hover,
.cta-bgwhite:focus {
    background-color: #ffebda;
    color: #232333;
    border-color: #ffebda
}

.cta-bgwhite:active {
    background-color: #ffd3ac;
    color: #232333;
    border-color: #ffd3ac
}

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

.alert-danger {
    color: #b22424;
    background-color: #fff2f2;
    border-color: transparent
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #ff1e5a
}

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

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

.form-control::-moz-placeholder {
    color: #666
}

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

.form-control {
    color: #232333;
    border-radius: 8px;
    box-shadow: none;
    height: 32px;
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: #babacc
}

textarea.form-control {
    height: auto;
    line-height: 1.42857;
    padding-top: 6px;
    padding-bottom: 6px
}

.form-control:focus {
    border-color: #00aced;
    box-shadow: none
}

.input-lg {
    font-size: 24px;
    font-weight: lighter;
    border-width: 2px;
    border-color: #eee;
    height: 52px
}

:root .form-control.input-lg {
    padding-bottom: 6px \0/IE9
}

:root .form-control.input-lg {
    padding-top: 6px \0/IE9
}

#header_container>.container {
    padding-left: 0;
    padding-right: 0
}

.report_container {
    width: 90%;
    padding: 0;
    margin: 0 auto
}

#footer_container .container {
    width: 1120px !important;
    padding: 0
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.navbar-default {
    background: transparent none;
    border-color: transparent
}

.zgw_body,
#zgwcontent_container {
    background: #eef0f2;
    min-width: 1200px
}

#zgwheader_container .navbar-default {
    background: #00aced
}

#zgwheader_container .navbar-default .navbar-brand {
    postion: absolute;
    left: 0;
    top: 0
}

#zgwheader_container .navbar-default .navbar-nav>.active>a {
    background-color: #1d5ba6
}

#zgwheader_container .nav>li>a {
    color: #ffffff
}

#zgwheader_container #navbar.menu-list {
    margin: 0 130px;
    height: 50px
}

#zgwheader_container .menu-list .menu {
    width: 100%;
    float: none;
    text-align: center
}

#zgwheader_container .menu-list .menu>.a-style {
    display: inline-block;
    float: none
}

#zgwheader_container .navbar-nav li.a-style a:hover {
    background-color: #2677d9
}

#zgwheader_container .navbar-nav li.a-style a:active {
    background-color: #1d5ba6
}

#zgwheader_container .navbar-header .profile-name {
    position: absolute;
    margin: 15px 10px;
    max-width: 100px;
    height: 20px;
    color: #ffffff;
    right: 90px
}

#zgwheader_container .text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#zgwheader_container .navbar-header>.support {
    position: absolute;
    margin: 15px 150px;
    float: right;
    width: 50px;
    right: 20px
}

#zgwheader_container .navbar-nav>li>a {
    padding: 15px
}

i.glyphicon-question-sign {
    font-size: 12px
}

#planheader .desc4 .btn,
.bottom #btn-request2 {
    border-color: #ff7800
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(min-width:768px) {
    #header_container .container {
        width: 100% !important
    }
}

@media(min-width:848px) and (max-width:855px) {
    html:lang(ru-RU) #footer_container {
        overflow: hidden
    }
}

@media(min-width:960px) and (max-width:979px) {
    #footer_container .container {
        width: 100% !important
    }
}

@media(min-width:980px) {
    #footer_container .container {
        width: 960px !important
    }
}

@media(min-width:980px) {
    #header_container .container {
        width: 100% !important
    }

    #header_container.loggedin .container {
        width: 100% !important
    }
}

@media(min-width:1200px) {

    #header_container .container,
    #footer_container .container {
        width: 1200px !important
    }
}

@media(min-width:1400px) {

    #header_container .container,
    #footer_container .container {
        width: 1400px !important
    }
}

[hidden] {
    display: block
}

body.fullwidth #header_outer {
    width: 98% !important
}

body.fullwidth #content .mini-layout-body>.row {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 810px
}

body.fullwidth #content .mini-layout-body>.row>.col-md-3 {
    margin: 0;
    padding: 0;
    width: 280px !important;
    position: absolute;
    float: none;
    left: 0;
    top: 0;
    z-index: 1
}

body.fullwidth #content .mini-layout-body>.row>.col-md-9 {
    width: 100% !important;
    padding: 0;
    margin: 0;
    padding-left: 300px !important;
    float: none;
    min-height: 630px
}

.nav-tabs {
    border-bottom-width: 2px;
    border-bottom-color: #f7f7fa
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #ffffff;
    background-color: #00aced
}

.hideme {
    display: none !important;
}

.hideme-force {
    display: none !important
}

.mini-layout-body {
    margin: 0 auto
}

.zm-sidenav-alert {
    margin-right: 0;
    margin-top: 64px;
    background-color: #ffffff;
    color: #00aced;
    border-radius: 8px;
    border-color: transparent;
    padding-left: 22px
}

.zm-sidenav-alert p {
    margin-bottom: 16px
}

.zm-sidenav-alert p:last-child {
    margin-bottom: 0
}

.zm-sidenav-alert p a {
    color: #0062da
}

.zm-sidenav {
    margin-right: 0;
    padding: 0
}

.zm-sidenav>.disabled>a {
    color: #666
}

.zm-sidenav>li.disabled>a:hover,
.zm-sidenav>li.disabled>a:focus {
    cursor: default
}

.zm-sidenav>li,
.zm-sidenav>dd {
    margin-bottom: 4px
}

.zm-sidenav>li>a,
.zm-sidenav>dd>a {
    font-weight: 600;
    display: block;
    padding: 9px 16px 9px 22px;
    border-radius: 8px;
    color: #232333
}

.zm-sidenav>.active>a {
    position: relative;
    z-index: 2;
    font-weight: 600
}

.zm-sidenav .glyphicon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
    filter: alpha(opacity=25)
}

.side-nav-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 12px;
    display: none
}

.side-nav-title.nav-title-show {
    display: block
}

.zm-sidenav+.side-nav-title {
    margin-top: 40px
}

.zm-sidenav>dd>.nav-header {
    margin-bottom: 0;
    height: 16px;
    padding: 11px 0;
    box-sizing: content-box;
    display: block;
    cursor: pointer;
    font-weight: 600
}

.zm-sidenav .nav-header:focus {
    outline: 0;
    color: #00aced
}

.key-press-mark .zm-sidenav .nav-header:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.nav-header:focus .zm-icon-right {
    color: #00aced
}

.side-nav .nav-header:hover .zm-icon-right,
.side-nav .nav-header:hover .nav-header-title {
    color: #00aced
}

.nav-show-list .nav-header {
    display: none
}

.side-nav.nav-show-list .nav-list>li>a {
    font-weight: 600
}

.side-nav .nav-list {
    display: none
}

.side-nav.nav-active .nav-header {
    color: #00aced
}

.side-nav.nav-active .nav-list,
.side-nav.nav-show-list .nav-list {
    display: block
}

.side-nav.nav-hide {
    display: none
}

.nav-header .nav-header-title {
    line-height: 16px;
    float: left
}

.nav-header-icon {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    float: left;
    margin-bottom: 0;
    margin-right: 6px
}

.side-nav .zm-icon-right {
    width: 16px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #e6e7e8;
    transform: rotate(0) scale(0.75);
    -ms-transform: rotate(0) scale(0.75);
    -moz-transform: rotate(0) scale(0.75);
    -webkit-transform: rotate(0) scale(0.75);
    -o-transform: rotate(0) scale(0.75);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.side-nav.nav-active .zm-icon-right {
    transform: rotate(90deg) scale(0.75);
    -ms-transform: rotate(90deg) scale(0.75);
    -moz-transform: rotate(90deg) scale(0.75);
    -webkit-transform: rotate(90deg) scale(0.75);
    -o-transform: rotate(90deg) scale(0.75)
}

.side-nav.nav-active .zm-icon-right {
    color: #00aced
}

.side-nav .zm-sidenav>li>a {
    font-weight: normal
}

.zm-sidenav>li>a:hover,
.zm-sidenav>dd>a:hover,
.zm-sidenav>li>a:focus,
.zm-sidenav>dd>a:focus {
    background-color: transparent;
    color: #00aced;
    text-decoration: none
}

.zm-tabnav {
    margin-bottom: 24px
}

.zm-tabnav>li {
    margin-bottom: -2px;
    margin-right: 40px
}

.zm-tabnav>li:last-child {
    margin-right: 0
}

.zm-tabnav>li>a {
    border-bottom: 2px none;
    color: #e6e7e8;
    outline: medium none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    padding-bottom: 16px;
    margin-right: 0
}

.zm-tabnav>li>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #00aced
}

.zm-tabnav>li>a:focus {
    background-color: transparent
}

.zm-tabnav>li.active>a,
.zm-tabnav>li.active>a:hover,
.zm-tabnav>li.active>a:focus {
    background-color: transparent;
    color: #00aced;
    border-color: transparent;
    border-bottom-width: 2px;
    border-bottom-color: #00aced
}

.zm-tabnav .btn {
    margin-left: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle
}

th {
    text-align: left;
    font-size: 12px;
    font-weight: 600
}

#global-error .box {
    border: 1px solid #b94a48;
    font-size: 18px;
    padding: 50px
}

#global-error .error_msg {
    font-size: 20px;
    text-align: center
}

#global-error .error_title {
    text-align: center;
    margin-top: 200px
}

#global-error .error-icon {
    background-image: url(../image/alert.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px
}

#global-error .error-message {
    vertical-align: top;
    padding-left: 4px
}

#zr-warning .box {
    border: 1px solid #b94a48;
    font-size: 18px;
    padding: 50px
}

#zr-warning i {
    background-image: url(../image/warning.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle
}

#zr-warning span {
    vertical-align: top;
    padding-left: 4px
}

#content_container {
    padding-top: 64px;
    position: relative;
    background-color: #ffffff;
    min-height: 624px
}

#content_success_msg {
    position: fixed;
    top: 0;
    left: 50%;
    padding: 4px 15px;
    z-index: 1000;
    border-radius: 0 0 4px 4px;
    opacity: 1.0;
    filter: alpha(opacity=100);
    margin-top: 64px
}

#header_container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
    background-color: rgba(255, 255, 255, .97);
    height: 64px;
    line-height: 64px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

.zoom-newhd {
    height: 104px !important
}

.zoom-newcontent {
    padding-top: 104px !important
}

.zoom-newmessage {
    margin-top: 104px !important
}

.zoom-newpd {
    padding-top: 40px
}

.ipad .zoom-newpd {
    padding-top: 0
}

#header_outer {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    height: 64px;
}

#header_outer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#header_outer .link {
    font-weight: 600;
    color: #3a3c3e;
    text-decoration: none;
    margin-right: 25px
}

#header_outer .signin>.link {
    color: #00aced;
    text-transform: uppercase
}

.navbar-nav>li>a {
    padding: 22px 15px;
}

#header_outer .navbar-nav li .link {
    margin-right: 0
}

#header_outer .navbar-nav li:last-child.signin {
    margin-right: 10px
}

#header_outer .link:hover {
    text-decoration: underline
}

#header_outer .phone {
    font-weight: normal;
    color: #3a3c3e;
    margin-right: 15px
}

#header_outer .signupfree {
    margin-top: -2px;
    margin-right: 40px;
    padding: 0 16px;
    min-width: 112px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600
}

#header {
    margin: 0 auto
}

.ipad #header {
    background-color: rgba(255, 255, 255, .97)
}

#header .left {
    float: left;
    line-height: normal;
    margin-top: 4px;
}

#header .left .subtitle {
    display: inline-block;
    color: #666;
    margin-left: 40px
}

#header a.logolink {
    text-decoration: none
}

#header .left .logo {
    border: 0;
    height: 56px;
    max-height: 80%;
    width: auto;
    margin-left: 24px;
    margin-right: 20px;
}

.navbar-header .left .logo {
    margin-right: 40px
}

@media screen and (min-width :1401px) {
    html:lang(fr-FR) .navbar-header .left .logo {
        margin-right: 10px
    }
}

#header_container.collapsed #header .left .logo {
    height: 20px
}

.branding #header .logo {
    height: 35px;
    margin-left: 10px
}

#header .nav .joinameeting {
    margin-right: 15px;
    display: none;
}

#header .nav #btnLogout {
    padding-left: 0
}

#header .navbar-toggle {
    margin-top: 15px
}

#header .action-btns {
    float: right
}

#header .action-btns li {
    margin-right: 40px;
    padding: 0;
    float: left
}

#header_login {
    position: absolute;
    right: 10px;
    top: 0
}

#header_login li {
    margin-right: 0;
    padding: 0;
    display: block;
    float: left
}

#header_login li.pic {
    margin: 0 5px
}

#header_login li.pic a {
    background: 0
}

#header .pic a img,
#header_login li.pic a>img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: block
}

#header_container.collapsed #header_login li.pic a img {
    width: 32px;
    height: 32px
}

#header_login li.pic a:hover img {
    border: 1px solid #aaa
}

#header_container.branding #header_outer #header {
    padding-right: 210px
}

#header_container.branding.loggedin #header_outer #header {
    padding-right: 110px
}

#header_container.customer #header_outer #header {
    padding-right: 0
}

#header_container.branding #header_outer #header.navbar {
    padding-right: 0
}

#header_container #header .container {
    padding-left: 0;
    padding-right: 0
}

.support-phone {
    color: #3a3c3e;
    display: none;
}

.navbar-default .navbar-right>li>a {
    color: #00aced
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #00aced
}

.navbar-default .navbar-right>li>a:hover,
.navbar-default .navbar-right>li>a:focus,
#header_outer .hostmeeting:hover,
#header_outer .navbar-right li .link:hover,
#dropdown-joinmeeting a:hover,
#dropdown-joinmeeting a:focus {
    color: #00aced;
    text-decoration: none
}

#header_outer .joinameeting,
#header_outer .hostmeeting {
    color: #00aced
}

#footer_container {
    width: 100%;
    min-height: 88px;
    background-color: #515151
}

#footer {
    color: #666;
    margin: 24px auto;
    text-align: left;
    position: relative;
    min-width: 940px
}

#footer-new {
    color: #666;
    margin: 0 auto;
    position: relative
}

#footer-new a {
    color: #ffffff !important;
}

#footer-new ul {
    list-style-type: none;
    padding-left: 0
}

#footer-new ul li {
    font-size: 11px;
    color: #919191
}

#footer-new>.footer-body {
    height: 300px;
    width: inherit;
    margin: 0 auto;
    display: table
}

#footer-new>.footer-body>.ft-nav {
    display: table-row
}

#footer-new>.footer-body>.ft-nav>div {
    display: table-cell;
    vertical-align: top;
    padding-right: 50px
}

#footer-new>.footer-body>.ft-nav>div:last-of-type {
    padding-right: 0
}

#footer-new>.footer-body>.ft-nav .h4 {
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 30px 0 12px 0 !important;
}

#footer-new>.footer-body>.ft-nav .h4>a {
    color: #ffffff !important;
}

#footer-new .dropdown-language,
#footer-new .dropdown-currency {
    display: inline-block
}

#footer-new .footer-copyright {
    bottom: 0;
    position: absolute;
    /* margin-left: 7%; */
    /* margin-right: 10%; */
}

#footer-new .footer-copyright>.info {
    font-size: 11px;
    color: #ffffff;
    text-align: center
}

#footer-new .footer-copyright>.info>a {
    padding: 0 4px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

#footer-new .footer-copyright>.info>a:first-of-type {
    /* border-left:0 */
}

#footer-new .info-icons {
    height: 36px;
    width: 230px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

#footer-new .info-icons>a {
    padding-right: 5px
}

#footer-new .info-icons>a>span {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background: url(../image/new/home/social_icon.png) no-repeat center center
}

#footer-new .info-icons>a .wordpress {
    background-position: 0 0
}

#footer-new .info-icons>a .linkedin {
    background-position: -45px 0
}

#footer-new .info-icons>a .twitter {
    background-position: -90px 0
}

#footer-new .info-icons>a .youtube-play {
    background-position: -135px 0
}

#footer-new .info-icons>a .facebook {
    background-position: -180px 0
}

#footer-new .info-icons>a:hover .wordpress {
    background-position: 0 -36px
}

#footer-new .info-icons>a:hover .linkedin {
    /* background-position:-45px -36px */
}

#footer-new .info-icons>a:hover .twitter {
    /* background-position:-90px -36px */
}

#footer-new .info-icons>a:hover .youtube-play {
    /* background-position:-135px -36px */
}

#footer-new .info-icons>a:hover .facebook {
    /* background-position:-180px -36px */
}

#footer-new .ft-about {
    width: 190px
}

#footer-new .ft-download {
    width: 210px
}

#footer-new .ft-sales {
    width: 200px
}

#footer-new .ft-support {
    width: 200px
}

#footer-new .cm-language {
    width: 220px
}

@media(min-width:821px) and (max-width:859px) {
    html:lang(ru-RU) #footer-new>.footer-body {
        height: 350px
    }
}

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

    #footer-new>.footer-body,
    #footer-new>.footer-copyright {
        width: inherit
    }

    #footer-new>.footer-body,
    #footer-new>.footer-body>.ft-nav {
        display: block
    }

    #footer-new>.footer-body>.ft-nav:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    #footer-new>.footer-body>.ft-nav>div {
        display: block;
        width: 33%;
        float: left;
        padding-left: 50px;
        padding-right: 0
    }

    #footer-new>.footer-body>.ft-nav>div.cm-language {
        width: 100%
    }

    #footer-new ul li {
        margin-bottom: 8px
    }

    #footer-new .footer-copyright {
        position: static;
        margin-top: 32px
    }

    #footer-new>.footer-body {
        height: auto
    }

    #footer-new .dropdown-menu {
        position: absolute;
        bottom: 36px;
        left: 0;
        top: inherit
    }

    #footer-new .dropdown-menu li {
        margin-bottom: 0
    }

    div.dropdown-language .dropdown-menu:before,
    div.dropdown-currency .dropdown-menu:before {
        content: none
    }

    div.dropdown-language .dropdown-menu:after,
    div.dropdown-currency .dropdown-menu:after {
        bottom: -6px;
        top: inherit;
        right: 110px;
        border: 0;
        border-right: 6px solid transparent;
        border-top: 6px solid #ffffff;
        border-left: 6px solid transparent;
        border-bottom: 0;
        content: ''
    }

    .cm-language {
        position: relative;
        padding-top: 30px
    }
}

#footer-links .links {
    margin-bottom: 5px
}

#footer-links .links a {
    color: #e6e7e8;
    font-size: 14px;
    padding-right: 16px
}

#footer-links .sublinks {
    color: #e6e7e8;
    font-size: 12px;
    font-weight: lighter
}

#footer-links .sublinks a {
    color: #e6e7e8
}

#footer .facebook {
    position: absolute;
    top: -8px;
    right: 0;
    text-align: right
}

#footer .facebook a {
    padding-right: 5px
}

#footer_container.branding .facebook a img {
    width: 20px
}

#footer-fb {
    margin: 0 auto 10px;
    width: 660px;
    visibility: hidden
}

#footer-fb .footer-friends {
    float: left;
    margin-left: 40px;
    width: 400px
}

#footer-fb .footer-send {
    float: left;
    margin-left: 10px;
    margin-top: 28px;
    width: 80px
}

#footer-fb .footer-like {
    float: left;
    margin-left: 10px;
    margin-top: 28px;
    width: 120px
}

#footer-fb #btnRecommend {
    background-color: #eceef5;
    border: 1px solid #cad4e7;
    border-radius: 3px 3px 3px 3px;
    padding: 2px 3px 2px 2px;
    display: block;
    line-height: 14px;
    white-space: nowrap;
    color: #3b5998;
    cursor: pointer;
    text-decoration: none;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px
}

#black-topbar {
    height: 40px;
    line-height: 40px;
    background-color: #515151;
    position: relative;
    z-index: 1
}

#black-topbar ul {
    margin: 0;
    display: inline-block
}

#black-topbar ul>li>a {
    color: #ffffff;
    line-height: 15px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none
}

#black-topbar ul>li>a:focus {
    outline: -webkit-focus-ring-color auto 5px
}

#black-topbar .list-inline>li {
    padding-left: 15px
}

#black-topbar .list-inline>li:last-child {
    padding-right: 10px
}

#black-topbar .zm-inprogress-bar {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -40px;
    width: 66%;
    height: 100%;
    content: "";
    overflow: hidden;
    transform: skew(-45deg)
}

#black-topbar .zm-inprogress-bar>.zmbar {
    width: 0;
    height: 40px
}

#black-topbar #bar1 {
    position: absolute;
    left: -40px;
    background-color: #3b8eff
}

#black-topbar #bar2 {
    position: absolute;
    left: -20px;
    background-color: #3879d3
}

#black-topbar #bar3 {
    position: absolute;
    left: 0;
    background-color: #3864a6
}

#black-topbar.noanimate .zm-inprogress-bar>.zmbar {
    width: 100%
}

.loggedin #black-topbar .list-inline>li:last-child {
    padding-right: 25px
}

#solution.open>a {
    color: #00aced;
    background-color: inherit;
    font-weight: 600 !important;
}

#solution>ul.dropdown-menu {
    left: -30px;
    margin-top: -10px
}

#solution ul {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

#solution ul>li>a {
    padding: 8px 20px 8px 20px;
}

#solution ul>li .textwidget li a {
    padding: 0 !important;
    line-height: normal !important;
    font-family: 'Verdana', 'Geneva', sans-serif !important;
}

#solution ul>li .textwidget li {
    padding: 6px 0px 6px 0 !important;
    line-height: normal;
}

.textwidget ul {
    padding: 0 !important
}

.textwidget ul li h3 {
    margin: 0
}

#resources ul>li>a {
    padding: 8px 45px 8px 30px
}

#resources>ul.dropdown-menu {
    left: -60px;
    margin-top: 10px
}

#resources ul {
    padding-top: 15px;
    padding-bottom: 15px
}

#resources>ul.dropdown-menu>li>a:hover,
#resources>ul.dropdown-menu>li>a:focus {
    font-weight: normal;
    background-color: #00aced;
    color: #ffffff
}

#resources>ul.dropdown-menu>li>a {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    text-transform: none
}

#resources>ul.dropdown-menu {
    display: none
}

.list-inline>.open>ul.dropdown-menu {
    display: block !important
}

.list-inline>li.dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: calc(50% - 6px);
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.list-inline>li.dropdown .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: calc(50% - 5px);
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''
}

#solution>ul.dropdown-menu>li>a:hover,
#solution>ul.dropdown-menu>li>a:focus {
    background-color: #00aced;
    color: #ffffff
}

.navbar-nav>li.dropdown .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: calc(50% - 6px);
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.navbar-nav>li.dropdown .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: calc(50% - 5px);
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''
}

.nav-tabs .dropdown-menu {
    border-radius: 8px;
    border-color: #babacc
}

@media screen and (max-width :959px) {
    #footer_container .container {
        width: 100% !important
    }

    #footer {
        min-width: inherit
    }

    #footer-links {
        text-align: left;
        width: 70%;
        float: left
    }

    #footer .facebook {
        position: static;
        text-align: center;
        width: 30%;
        float: right
    }
}

.mobile-phone {
    background-image: url(../image/new/home/phone.png);
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

@media screen and (max-width:1075px) {
    #header_outer .phone {
        display: none
    }

    #header_container.loggedin #header_outer .phone {
        display: none
    }
}

@media screen and (max-width:960px) {
    #header_container.loggedin #header_outer .phone {
        display: none
    }
}

.ipad>#header_container #header_outer .phone {
    display: inline
}

@media screen and (max-width :767px) {
    body.fullwidth #header_outer {
        width: 100% !important
    }

    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0;
        position: relative;
        z-index: 999
    }

    .container>.navbar-header>button {
        margin-right: 0
    }

    .navbar-header .top-number {
        line-height: 50px;
        float: right;
        padding-right: 10px;
        font-weight: 500;
        font-size: 13px
    }

    #header .left {
        margin-top: 0
    }

    #header .action-btns li {
        line-height: 50px
    }

    #header_container {
        line-height: 40px
    }

    #header_container #navbar li {
        padding-left: 15px
    }

    #header_outer .container {
        padding-left: 15px;
        padding-right: 15px
    }

    #header_outer .link {
        margin-right: 10px
    }

    #footer_container {
        height: inherit;
        max-height: inherit
    }

    #footer {
        margin-bottom: 20px
    }

    #footer-links {
        width: 100%;
        float: left;
        text-align: center
    }

    #footer .facebook {
        width: 100%;
        margin-top: 1em;
        float: left
    }

    .glyphicon-chevron-right:before {
        content: "\e114"
    }

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

    .profile-pic {
        display: none
    }

    .zm-tabnav>li {
        margin-right: 16px
    }

    .zm-tabnav>li>a {
        padding: 10px 0
    }

    .zm-tabnav .btn {
        margin-left: 10px
    }

    .support-phone {
        color: #00aced
    }

    .zoom-newhd {
        height: 50px !important
    }

    #header_outer {
        position: fixed !important;
        width: 100%;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2)
    }

    .zoom-newcontent {
        padding-top: 0 !important
    }

    .zoom-newmessage {
        margin-top: 50px !important
    }

    .zoom-newpd {
        padding-top: 0
    }

    .navbar-nav>li.dropdown .dropdown-menu:after {
        content: none
    }

    .navbar-nav>li.dropdown .dropdown-menu:before {
        content: none
    }

    #navbar .dropdown-toggle>.caret {
        float: right;
        margin-right: 15px;
        margin-top: 7px
    }

    #solution ul {
        padding-top: 0;
        padding-bottom: 0
    }

    #solution>ul.dropdown-menu {
        margin-top: 0
    }

    #header_outer .signin>.link {
        color: #515151
    }

    #footer-new .footer-copyright {
        position: relative;
        width: 100%;
        display: block;
        height: inherit;
        margin-top: 20px
    }

    #footer-new .footer-copyright>.info-icons {
        line-height: 60px;
        position: relative;
        text-align: left;
        right: 0
    }

    #footer-new .footer-copyright>.info {
        line-height: 20px;
        padding: 20px 0
    }
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis
}

input.placeholder:focus {
    opacity: .5;
    filter: alpha(opacity=50)
}

#error_msg.alert {
    overflow: hidden
}

.busy {
    display: inline-block;
    background-image: url(../image/loading.gif);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle
}

.zoom-loadimg {
    background-image: url("../image/loading.gif");
    background-repeat: no-repeat;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 32px;
    position: absolute;
    z-index: 3
}

.busy16 {
    background-image: url(../image/loading_16.gif);
    width: 16px;
    height: 16px
}

.busy24 {
    background-image: url(../image/loading_24.gif);
    width: 24px;
    height: 24px
}

.glyphicon-inprogress {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 2px;
    line-height: 10px;
    vertical-align: text-top;
    background-image: url("../image/inprogress.png");
    background-position: 0 0;
    background-repeat: no-repeat
}

.glyphicon-collapsed {
    background: url("../image/icon/recurring_icons.png");
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 80px;
    background-position: -48px 0;
    vertical-align: text-top;
    margin-top: 2px
}

.glyphicon-expanded {
    background: url("../image/icon/recurring_icons.png");
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 80px;
    background-position: -64px 0;
    vertical-align: text-top;
    margin-top: 2px
}

.glyphicon-recurrence-calendar {
    background: url("../image/icon/recurring_icons.png");
    display: inline-block;
    height: 32px;
    width: 32px;
    background-size: 80px;
    background-position: 0 0
}

.ta-left {
    text-align: left
}

.ta-center,
.table th.ta-center,
.table td.ta-center {
    text-align: center
}

.ta-right,
.table th.ta-right,
.table td.ta-right {
    text-align: right
}

.help {
    font-size: 80%
}

.page-header {
    margin: 0;
    padding: 0;
    border-width: 0
}

.pagination-container {
    margin: 20px 0
}

.pagination-container .pagination {
    margin: 0
}

.pagination-container span {
    display: inline-block;
    padding: 0 15px;
    line-height: 34px;
    vertical-align: top
}

.pagination-container .pagination>.active>a,
.pagination-container .pagination>.active>a:hover,
.pagination-container .pagination>.active>a:focus {
    z-index: auto
}

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

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px
}

.ui-timepicker-div dl {
    text-align: left
}

.ui-timepicker-div dl dt {
    height: 25px
}

.ui-timepicker-div dl dd {
    margin: -25px 0 10px 65px
}

.ui-timepicker-div td {
    font-size: 90%
}

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

form .form-control:-moz-placeholder {
    color: #e6e7e8
}

form .form-control.placeholder {
    color: #e6e7e8;
    padding-bottom: 7px
}

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

.simplemodal-overlay {
    background-color: #000;
    opacity: .65;
    filter: alpha(opacity=65)
}

.popover {
    background-color: #2a2a2a;
    color: #ffffff;
    width: 150px
}

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

.popover .popover-title {
    background-color: #2a2a2a;
    border-style: none;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px 1px;
    text-align: center
}

.popover .popover-content {
    font-size: 12px;
    padding: 1px 10px 4px;
    text-align: center
}

.popover .arrow,
.popover .arrow:before,
.popover .arrow:after {
    border-style: none
}

.popover .arrow {
    background-image: url(../image/arrow_down.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 6px;
    bottom: -6px !important;
    margin-left: -5px !important
}

.modal-content {
    border-radius: 8px !important
}

.modaldialog {
    width: auto;
    position: static;
    margin: 0;
    background-color: transparent;
    overflow: visible
}

.modal-body {
    background-color: #ffffff;
    position: static;
    max-height: 1200px;
    overflow-y: auto;
    padding-left: 32px !important;
    padding-right: 32px !important
}

.modal-header {
    border-bottom: 1px solid #babacc;
    border-bottom-color: transparent !important;
    padding: 32px 32px 16px !important
}

.modal-dialog {
    margin: 0 auto
}

.modal-footer {
    padding: 24px 32px !important;
    margin-top: 0;
    border-top-color: transparent !important
}

.modal-header h3 {
    margin: 0;
    font-size: 24px
}

#video_dialog .modal-content {
    border-radius: 0
}

.admin-content {
    min-height: 300px;
    position: relative
}

.content-body {
    padding: 32px 48px
}

label.radio.disabled,
label.checkbox.disabled {
    color: #999
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-top: 4px \9
}

body.ipad .radio input[type="radio"],
body.ipad .radio-inline input[type="radio"],
body.ipad .checkbox input[type="checkbox"],
body.ipad .checkbox-inline input[type="checkbox"] {
    margin-top: 2px
}

.table-empty-msg {
    text-align: center;
    padding: 20px 0 60px
}

#success_msg {
    text-align: center;
    border-right-width: 0;
    border-top-width: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 4px;
    z-index: 1000;
    opacity: .8;
    filter: alpha(opacity=80)
}

.glyphicon-google,
.glyphicon-yahoo,
.glyphicon-ical {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.li-color li a {
    color: #00aced;
    padding-left: 10px;
    text-align: left
}

.li-color li .glyphicon {
    vertical-align: middle;
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-top: -5px
}

.glyphicon.glyphicon-fb {
    background: transparent url("../image/webinar/share-ico-mobile.png") no-repeat scroll 0 0;
    background-size: cover
}

.glyphicon.glyphicon-tw {
    background: transparent url("../image/webinar/share-ico-mobile.png") no-repeat scroll -32px 0;
    background-size: cover
}

.glyphicon.glyphicon-ln {
    background: transparent url("../image/webinar/share-ico-mobile.png") no-repeat scroll -64px 0;
    background-size: cover
}

.glyphicon.glyphicon-outlook {
    background: transparent url("../image/webinar/share-ico-mobile.png") no-repeat scroll -96px 0;
    background-size: cover
}

.glyphicon-google,
.dropdown-menu>li>a:hover>.glyphicon-google {
    background-image: url(../image/gcal.png)
}

.glyphicon-yahoo,
.dropdown-menu>li>a:hover>.glyphicon-yahoo {
    background-image: url(../image/ycal.png)
}

.glyphicon-ical,
.dropdown-menu>li>a:hover>.glyphicon-ical {
    background-image: url(../image/ical.png)
}

.glyphicon-btn {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    vertical-align: top
}

.glyphicon-google-btn {
    background: transparent url("../image/plugin_sprite.png") no-repeat scroll 0 0;
    background-size: 120px auto
}

.glyphicon-ical-btn {
    background: transparent url("../image/plugin_sprite.png") no-repeat scroll -24px 0;
    background-size: 120px auto
}

.glyphicon-yahoo-btn {
    background: transparent url("../image/plugin_sprite.png") no-repeat scroll -48px 0;
    background-size: 120px auto
}

i.glyphicon-question-sign {
    opacity: .8;
    filter: alpha(opacity=80)
}

div#zenbox_tab {
    top: auto;
    left: auto;
    right: 20px;
    bottom: -1px
}

#loading {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20000
}

#loading span {
    position: absolute;
    z-index: 20001;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -64px;
    width: 128px;
    display: block;
    background: url(../image/loading.gif) no-repeat;
    background-position: center top;
    padding-top: 32px;
    text-align: center
}

label {
    font-weight: normal
}

.form-horizontal .static {
    padding-top: 7px
}

#ascrail2000 {
    background-color: #666;
    width: 16px !important;
    z-index: 100000 !important
}

.PaypalSeal {
    display: none !important
}

.noheaderfooterdialog.modaldialog {
    background-color: transparent
}

.noheaderfooterdialog.modal .modal-body {
    max-height: 1000px
}

.noheaderfooterdialog button.close {
    position: absolute;
    right: 18px;
    top: 10px
}

.noheaderfooterdialog .modal-header {
    border-bottom: 0;
    padding: 10px 0 0
}

.noheaderfooterdialog .modal-header .modal-title {
    text-align: center
}

.noheaderfooterdialog .modal-body {
    padding: 10px
}

.feature-item {
    margin-top: 64px;
    position: relative
}

.feature-item .texts {
    max-width: 776px;
    min-height: 154px;
    margin: 0 auto;
    padding: 0 148px 32px;
    border-bottom: solid 1px #d0d2d4;
    font-size: 14px;
    color: #585a5c
}

.feature-item .texts .title {
    font-size: 26px;
    font-weight: lighter;
    color: #3a3c3e;
    margin: 0 0 16px 4px
}

.feature-item .texts ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.feature-item .texts ul li {
    list-style-type: disc;
    padding: 0 0 0 4px;
    margin: 0 0 4px;
    color: #666
}

.feature-item .imgs {
    position: absolute;
    bottom: 0;
    left: 0
}

.feature-item .imgs img {
    width: 168px;
    height: 168px
}

.feature-item .imgs.alignright {
    left: auto;
    right: 0
}

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

#navbar #dropdown-joinmeeting,
#navbar #dropdown-hostmeeting {
    margin-left: 15px;
    margin-right: 15px
}

.navbar-nav .profile-pic {
    padding: 11px 5px
}

#header #dropdown-joinmeeting ul,
#header #dropdown-hostmeeting ul {
    margin-top: -18px;
    padding: 5px 0;
    border-radius: 8px
}

#header .action-btns .dropdown-menu li {
    display: block;
    float: none;
    margin: 4px
}

#navbar #dropdown-hostmeeting.open>ul>li>a {
    padding: 8px 20px
}

#navbar #dropdown-joinmeeting.open>ul>li>a:hover,
#navbar #dropdown-hostmeeting.open>ul>li>a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #00aced
}

.backtomain {
    position: absolute;
    width: 140px;
    height: 50px;
    right: 20px
}

.backtomain.open .dropdown-menu {
    margin: 3px -42px
}

.backtomain>a img {
    position: absolute;
    margin: 4px 22px;
    width: 42px;
    height: 42px
}

#hostMeetingDropdown>li>a:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #00aced
}

@media(min-width:768px) {

    .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-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

input.input-datepicker {
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    background-color: #fbfbfb !important;
    width: 120px;
    padding: 0 11px;
    border: 1px solid #babacc;
    border-radius: 8px
}

input.input-datepicker+button.ui-datepicker-trigger {
    display: inline-block
}

body.ipad.fullwidth #content .mini-layout-body>.row>.col-md-3 {
    width: 180px !important
}

body.ipad.fullwidth #content .mini-layout-body>.row>.col-md-9 {
    padding-left: 190px !important;
    min-width: 800px !important
}

body.ipad.fullwidth #content .mini-layout-body>.row>.nav-menu {
    width: 230px !important;
    padding-left: 12px;
    padding-right: 12px
}

@media screen and (max-width:1023px) {
    body.ipad.fullwidth #content .mini-layout-body>.row>.nav-menu {
        width: 100% !important;
        padding: 12px 24px
    }

    .mini-layout-body>.row>.content-body {
        padding-left: 16px;
        padding-right: 16px
    }
}

body.ipad.fullwidth #content .mini-layout-body>.row>.content-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px
}

body.ipad.fullwidth .navbar-header .left .logo {
    margin-right: 20px
}

body.ipad #header_container {
    position: relative
}

body.ipad #content_container {
    padding-top: 0 !important
}

.mini-layout-body.hideme {
    display: none
}

div.combobox {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    min-width: 88px;
    border: 1px solid #babacc;
    border-radius: 8px
}

div.combobox_active {
    border-color: #5897fb;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

div.combobox div.dropdownlist {
    display: none;
    width: calc(100%+2px);
    height: 260px;
    border: solid 1px #5897fb;
    border-top: 0;
    background-color: #ffffff;
    overflow: auto;
    position: absolute;
    top: 31px;
    left: -1px;
    z-index: 100;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

div.combobox .dropdownlist a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    height: 26px;
    text-align: left;
    padding-left: 12px;
    line-height: 26px
}

div.combobox .dropdownlist a.light {
    color: #ffffff;
    background-color: #3875d7
}

div.combobox input {
    float: left
}

div.combobox .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url('../image/select2/select2.png') no-repeat 0 1px
}

body.ipad div.combobox div.dropdownlist a {
    text-align: right;
    padding-right: 35px
}

body.ipad div.combobox .select2-arrow b {
    background-image: url('../image/select2/select2x2.png') !important;
    background-size: 60px 40px !important
}

div.combobox_active .select2-arrow b {
    background-position: -18px 1px
}

div.combobox .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0, #eee 60%);
    background-image: -ms-linear-gradient(top, #ccc 0, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    background-image: linear-gradient(top, #ccc 0, #eee 60%)
}

input.start-time {
    text-align: left;
    vertical-align: middle;
    background-color: #fbfbfb !important;
    width: 50px;
    border: 0 none transparent;
    display: inline;
    padding: 0
}

img {
    max-width: 100%;
    height: auto;
    width: auto
}

.sidebar-menu {
    background-color: #eee;
    text-align: left;
    border-radius: .3em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px
}

.sidebar-menu a {
    width: 100%;
    display: inline-block;
    line-height: 34px;
    padding-left: 1em
}

.sidebar-menu a>span {
    display: inline-block;
    line-height: 38px
}

.sidebar-menu a:hover {
    text-decoration: none
}

.sidebar-menu button {
    height: 34px;
    width: 40px;
    float: right
}

.sidebar-toggle {
    padding: 9px 10px;
    padding-top: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.sidebar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.sidebar-toggle .icon-bar {
    background-color: #00aced
}

.sidebar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.nav-menu {
    padding: 32px 24px
}

.navbar-toggle,
.sidebar-toggle {
    border-width: 0
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00aced;
}

@media(max-width:480px) {
    .btn.user {
        width: 90%
    }
}

@media screen and (max-width :767px) {
    input[type="checkbox"] {
        margin-top: 3px
    }

    #header_container {
        position: relative;
        z-index: 999;
        height: 50px
    }

    #header_outer {
        height: 50px
    }

    #header_outer .signupfree {
        margin-right: 10px
    }

    #header .navbar-toggle {
        margin-top: 10px
    }

    #header .left {
        line-height: 50px;
        height: 50px
    }

    #header_container .navbar-fixed-top {
        position: relative
    }

    #header_container .container .navbar-collapse,
    #header_container .container>nav .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        background: #EEE none;
        max-height: 370px
    }

    #content {
        padding: 20px 0;
        width: 100% !important
    }

    body.fullwidth #content {
        padding-top: 4px;
        width: 100% !important
    }

    .navbar-nav>li>a {
        padding: 10px 0 10px 15px;
        text-align: center
    }

    #header #dropdown-hostmeeting ul {
        margin-top: -8px
    }

    #header .nav .joinameeting {
        margin-right: 0
    }

    #header_container #navbar li {
        text-transform: uppercase;
        padding-left: 0
    }

    #header .nav #btnLogout {
        padding-left: 15px
    }

    .feature-item .texts {
        padding-left: 10px;
        padding-right: 10px
    }

    .simplemodal-container {
        width: 95%;
        margin: 0 auto
    }

    #content_container {
        padding-top: 0
    }

    .admin-content {
        border: 0;
        border-radius: 0;
        border-top: 1px solid #babacc;
        padding: 10px 0
    }

    .nav-menu {
        float: left;
        width: 100%;
        display: block;
        padding: 6px
    }

    .content-body {
        float: right;
        display: block;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px
    }

    .sidebar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .sidebar-toggle:focus {
        outline-width: 0
    }

    .sidebar-collapse.in {
        overflow-y: visible
    }

    .sidebar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    .zm-sidenav li.sub {
        font-size: 13px
    }

    .zm-sidenav .glyphicon-chevron-right {
        display: none
    }

    .sidebar-menu {
        margin-bottom: .5em
    }

    .navbar-header {
        background-color: #ffffff
    }

    .feature-item {
        margin-top: 0
    }

    .feature-item .imgs {
        position: static;
        text-align: center;
        padding: 15px 0
    }

    #header_outer .link {
        margin-right: 0
    }

    .branding #header_outer .link {
        margin-right: 10px
    }

    #header_outer .link:hover {
        background: #08c
    }

    #header_outer .navbar-nav>li>a:hover {
        background: #08c
    }

    #header_outer #signupfree {
        padding-left: 15px
    }

    #header_outer #signupfree>a:hover {
        background: #08c
    }

    #header .left .logo {
        margin-right: 5px;
        margin-left: 10px;
        height: 40px;
    }

    #header_outer .navbar-nav li:last-child.signin {
        margin-right: 0
    }

    #header_outer .navbar-nav li>a {
        text-align: left;
        color: #515151
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #ffffff
    }

    #zgwcontent_container>#content.container {
        width: 100% !important
    }

    .branding #header .logo {
        height: 25px
    }

    #header_login li {
        line-height: 50px
    }

    #header_login>ul>.divider {
        display: none !important
    }

    #header_outer>#header_login a.profile-pic {
        display: inline !important
    }

    #footer-new {
        padding-left: 15pt;
        padding-right: 15pt
    }

    #footer-new>.footer-body {
        height: inherit;
        display: block
    }

    #footer-new>.footer-body>.ft-nav {
        display: block
    }

    #footer-new>.footer-body>.ft-nav>div {
        display: block;
        width: 100%;
        padding-right: 0
    }

    #footer-new>.footer-body>.ft-nav>div:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

    #footer-new>.footer-body>.ft-nav .h4 {
        margin-top: 24pt;
        margin-bottom: 12pt;
        font-size: 12pt;
        color: #ffffff
    }

    #footer-new ul li {
        width: 50%;
        float: left;
        font-size: 10pt
    }

    #footer-new>.footer-copyright>.info-icons {
        position: relative;
        text-align: left;
        right: 0;
        margin-bottom: 18pt
    }

    #footer-new>.footer-copyright>.info {
        font-size: 10pt
    }

    #footer-new>.footer-copyright {
        line-height: inherit;
        height: inherit;
        margin: 24pt 0 20pt 0
    }
}

@media(min-width:1024px) {
    .modal-dialog {
        width: 650px
    }

    #video_dialog .modal-dialog {
        width: 740px
    }

    #addUsersDialog .modal-dialog {
        width: 740px
    }

    #editUserDialog .modal-dialog {
        width: 740px
    }

    #importUsersDialog .modal-dialog {
        width: 740px
    }

    #batchChangeWebinarDialog .modal-dialog {
        width: 720px
    }

    .sidebar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important
    }

    .sidebar-toggle {
        display: none
    }

    .sidebar-menu {
        display: none
    }

    .navbar-header .left .logo {
        margin-left: 10px
    }

    .support-phone:hover {
        text-decoration: none
    }
}

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

    #header_outer .phone,
    #header_outer .link {
        margin-right: 0
    }

    .branding #header_outer .link {
        margin-right: 10px
    }

    #header .nav .joinameeting,
    #navbar #dropdown-hostmeeting,
    #header .left .logo {
        margin-right: 10px
    }

    #header .nav .scheduleameeting {
        padding-right: 10px
    }
}

@media screen and (min-width :768px) and (max-width :920px) {
    #header_outer .navbar-nav li:nth-child(odd) .link {
        padding-right: 10px;
        padding-left: 0
    }

    #header_outer .navbar-nav li:last-child .link {
        padding-left: 0;
        padding-right: 0
    }

    #header .nav .scheduleameeting {
        padding-right: 0
    }

    #header .nav .joinameeting {
        margin-right: 0
    }
}

@media screen and (min-width:1024px) {
    .mini-layout-body>.row {
        display: flex;
        width: 100%
    }

    .mini-layout-body>.row:before,
    .mini-layout-body>.row:after {
        display: none
    }

    .mini-layout-body>.row>.nav-menu {
        width: 300px;
        background-color: #f7f7fa;
        flex-shrink: 0
    }

    .mini-layout-body>.row>.content-body {
        padding: 32px 24px;
        flex: 1;
        width: 1px
    }

    .ie-lower .mini-layout-body {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .ie-lower .mini-layout-body>.row {
        display: table-row
    }

    .ie-lower .mini-layout-body>.row>.nav-menu,
    .ie-lower .mini-layout-body>.row>.content-body {
        display: table-cell;
        vertical-align: top
    }
}

@media screen and (min-width:1280px) {
    .mini-layout-body>.row>.content-body {
        padding: 32px 48px
    }
}

.pacmeeting-icon {
    background-image: url(../image/pacmeeting.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 3px
}

.cnmeeting-icon {
    background-image: url(../image/cnmeeting.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 3px
}

.inmeeting-icon {
    background-image: url(../image/inmeeting.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 3px
}

.recurring-icon {
    background: url("../image/icon/recurring_icons.png");
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 80px;
    background-position: -32px 0;
    vertical-align: text-top;
    margin-top: 2px
}

#ZoomWebBanner {
    font-size: 10pt;
    height: 60pt;
    text-align: left;
    width: 100%;
    position: relative;
    z-index: 1000
}

#ZoomWebBanner .anroid-banner {
    position: fixed;
    width: 100%;
    height: 60pt;
    z-index: 1000;
    background: #f2f2f2;
    box-shadow: 0 1px 0 0 rgba(185, 185, 185, 0.6)
}

#ZoomWebBanner #zm-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    color: #4a4a4a;
    font-size: 10pt;
    top: 22.5pt;
    width: 15pt;
    border-radius: 20pt;
    left: 3pt;
    line-height: 15pt;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    border: 0 none;
    box-shadow: none
}

#zm-icon.gloss::after {
    display: none
}

#zm-icon {
    display: block;
    height: 48pt;
    left: 22pt;
    position: absolute;
    top: 6pt;
    width: 48pt;
    border-radius: 10pt;
    background-size: cover;
    background-image: url(../image/new/home/ZoomAppIcon.png)
}

#zm-info::after {
    content: "FREE - Web Application";
    display: block
}

#zm-info {
    top: 12pt;
    color: #303030;
    font-weight: normal;
    font-size: 10pt;
    left: 77pt;
    line-height: 12pt;
    position: absolute;
    width: 44%
}

#zm-icon strong {
    color: #000;
    font-weight: normal;
    display: block
}

#zm-view {
    color: #007aff;
    font-size: 14pt;
    font-weight: normal;
    height: 14pt;
    line-height: 14pt;
    min-width: 20pt;
    position: absolute;
    right: 10pt;
    text-align: center;
    text-decoration: none;
    top: 23pt;
    border: medium none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0
}

.icon-arrow-up,
.icon-arrow-down {
    background-image: url(../image/icon/arrow_updown.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -2px
}

.icon-arrow-up {
    background-position: -12px 0
}

.adv-pagination ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0
}

.adv-pagination li {
    display: inline-block;
    text-align: center
}

.adv-pagination li>a {
    float: left;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 12px;
    color: #ffffff;
    margin-left: -1px;
    border: 1px solid;
    line-height: 1.5;
    border-radius: 8px
}

.adv-pagination li>a.active {
    cursor: default
}

.adv-pagination a:active {
    outline: 0
}

.adv-pagination li>a {
    border-color: #ffffff;
    color: #424242;
    background: #eef0f2
}

.adv-pagination li>a:hover {
    background: #eee
}

.adv-pagination>a.active,
.adv-pagination>a:active {
    border-color: #eef0f2;
    background: #eef0f2;
    color: #424242;
    cursor: default
}

.adv-pagination .page-label {
    float: left;
    display: block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    padding: 6px;
    margin-left: -1px;
    line-height: 1.5;
    margin-bottom: 0
}

.adv-pagination em {
    float: left;
    display: block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    padding: 6px;
    margin-left: -1px;
    line-height: 1.5
}

.adv-pagination input.page-input {
    float: left;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 0 5px 1px;
    margin-left: -1px;
    width: 30px;
    border: 1px solid #babacc;
    line-height: 1.5;
    text-align: center;
    color: #232333;
    border-radius: 8px
}

.adv-pagination .disabled>a,
.adv-pagination .disabled>a:hover,
.adv-pagination .disabled>a:focus {
    color: #999;
    cursor: default;
    background-color: #ffffff;
    border-color: #ffffff
}

.adv-pagination .pagesize-container {
    display: inline-block;
    margin-left: 30px
}

.adv-pagination .pagesize-container>span,
.adv-pagination .pagesize-container>.pagesize-label {
    font-size: 12px;
    padding: 6px 6px 6px 0;
    line-height: 34px;
    vertical-align: top;
    display: inline
}

.adv-pagination .pagesize-container .combobox {
    border-color: #babacc;
    height: 32px;
    width: 72px;
    vertical-align: baseline
}

.adv-pagination .pagesize-container .combobox_active {
    border-color: #5897fb
}

.adv-pagination .pagesize-container .combobox input.start-time {
    background-color: #fff !important;
    height: 30px;
    line-height: 30px;
    width: 42px
}

.adv-pagination .pagesize-container .combobox span.select2-arrow {
    padding-top: 3px
}

.adv-pagination .pagesize-container .combobox .dropdownlist {
    top: 30px;
    height: 80px;
    width: calc(100%+2px)
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f6f8fa
}

div.header-sign-back {
    position: absolute;
    right: 5px;
    top: 104px;
    color: #ea4333;
    line-height: initial;
    max-width: 400px;
    max-height: 35px;
    over-flow: hidden
}

div.header-sign-back a {
    color: #ea4333
}

#lang_switch_icon {
    padding: 4px 15px 4px 15px
}

#lang_switch_icon>span:first-child {
    font-size: 12px
}

#footer-new #lang_switch_icon {
    display: inline-block
}

#lang_list>li>a {
    color: #000 !important;
    font-size: 12px;
    padding-left: 15px
}

.add-question-icon {
    background: url(../image/webinar/Add_a_question.png) no-repeat 0 10px
}

#content_container>.past_due_msg {
    background-color: #ffe8e8
}

#pay_us_meow_div {
    flex-shrink: 0;
    flex-grow: 0
}

#pastdue_msg_content {
    color: #b22424;
    height: 120px;
    overflow: hidden;
    flex-grow: 1;
    padding: 24px 140px 24px 48px
}

#content_container>.past_due_msg .close {
    margin-right: 24px;
    margin-top: 24px;
    font-size: 34px;
    font-weight: normal;
    opacity: .5
}

#content_container>.past_due_msg .close:hover {
    opacity: .9
}

#pastdue_msg_content>h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

#pastdue_msg_content>a {
    text-decoration: none;
    color: #b22424;
    font-weight: 600;
    cursor: pointer
}

.play-welcome,
.play-hold {
    display: inline-block;
    background: transparent url('../image/settings/Welcome_Hold.png') no-repeat -2px -1px;
    background-size: 48px 12px;
    width: 8px;
    height: 10px;
    margin-right: 5px
}

.pause-welcome,
.pause-hold {
    display: inline-block;
    background: transparent url('../image/settings/Welcome_Hold.png') no-repeat -14px -2px;
    background-size: 48px 12px;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-bottom: 1px
}

.icon-delete {
    display: inline-block;
    background: transparent url('../image/settings/Welcome_Hold.png') no-repeat -25px -1px;
    background-size: 48px 12px;
    width: 9px;
    height: 9px;
    margin-right: 5px
}

.icon-success {
    display: inline-block;
    background: transparent url('../image/settings/Welcome_Hold.png') no-repeat -37px -2px;
    background-size: 48px 12px;
    width: 9px;
    height: 8px;
    margin-right: 5px
}

@media(max-width:1240px) {
    #pastdue_msg_content {
        padding: 16px 32px
    }
}

.dropdown-language .dropdown-menu li>a,
.dropdown-currency .dropdown-menu li>a {
    padding: 8px 14px;
    color: #555 !important;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 15px;
    white-space: nowrap;
    text-transform: inherit !important
}

.dropdown-language .dropdown-menu li.active>a,
.dropdown-currency .dropdown-menu li.active>a {
    color: #fff !important
}

.dropdown-language .dropdown-menu:after,
.dropdown-currency .dropdown-menu:after {
    position: absolute;
    top: -6px;
    right: 40px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: ''
}

.dropdown-language .dropdown-menu:before,
.dropdown-currency .dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 39px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.dropdown-language .dropdown-menu,
.dropdown-currency .dropdown-menu {
    border-radius: 4px;
    margin-top: 6px !important;
    text-shadow: none;
    border: 1px solid #eee;
    font-family: "Verdana", "Geneva", sans-serif
}

.dropdown-language a,
.dropdown-currency a {
    color: #ffffff
}

.cm-language a.dropdown-toggle,
.cm-currency a.dropdown-toggle {
    border: 1px solid rgba(255, 255, 255, .3);
    display: inline-block;
    padding: 4px 15px 4px 15px
}

@media(max-width:767px) {
    #pay_us_meow_div {
        display: none
    }

    .dropdown-language .dropdown-menu {
        min-width: 220px
    }

    .dropdown-currency .dropdown-menu {
        min-width: 280px
    }

    .dropdown-language .dropdown-menu:after,
    .dropdown-currency .dropdown-menu:after {
        left: 30px;
        right: auto
    }

    .dropdown-language .dropdown-menu.pull-right,
    .dropdown-currency .dropdown-menu.pull-right {
        right: auto
    }
}

.dynamo_pagination {
    list-style: none;
    display: inline-block;
    padding: 0
}

.dynamo_pagination li {
    display: inline;
    text-align: center
}

.dynamo_pagination a {
    float: left;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 12px;
    color: #ffffff;
    margin-left: -1px;
    border: 1px solid;
    line-height: 1.5;
    background-color: #eee
}

.dynamo_pagination a.active {
    cursor: default;
    outline: 0
}

.dynamo_pagination .disabled>a,
.dynamo_pagination .disabled>a:hover,
.dynamo_pagination .disabled>a:focus,
.dynamo_pagination .disabled>span {
    color: #999;
    cursor: default;
    background-color: #ffffff;
    border-color: #ffffff
}

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

    html:lang(en-US) .nav>li>a.top-pricing,
    html:lang(en-US) .nav>li>a.top-contactsales,
    html:lang(zh-CN) .nav>li>a.top-pricing {
        display: none
    }

    html:lang(ru-RU) #btnSolutions {
        display: none
    }

    html:lang(ru-RU) .loggedin #btnSolutions {
        display: block
    }

    html:lang(jp-JP) #navbar #dropdown-hostmeeting {
        margin-left: 6px;
        margin-right: 6px
    }

    html:lang(jp-JP) #header_outer .navbar-nav li:nth-child(odd) .link {
        padding-right: 10px;
        padding-left: 5px
    }

    html:lang(jp-JP) #header_outer .signupfree {
        margin: 0;
        padding: 0 3px
    }

    html:lang(jp-JP) .navbar-nav>li>a {
        padding-left: 3px !important;
        padding-right: 3px !important
    }
}

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

    html:lang(en-US) .loggedin .nav>li>a.top-pricing,
    html:lang(pt-BR) #btnScheduleMeeting {
        display: none
    }

    .loggedin #black-topbar .list-inline>li:last-child {
        padding-right: 10px
    }

    .loggedin #header_outer .navbar-nav li:last-child.signin {
        margin-right: 0
    }
}

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

    html:lang(es-ES) #btnJoinMeeting,
    html:lang(pt-BR) #btnJoinMeeting {
        display: none
    }
}

@media screen and (max-width :959px) and (min-width :768px) {
    #black-topbar .zm-inprogress-bar {
        display: none
    }

    html:lang(en-US) .nav>li>a.top-sales,
    html:lang(de-DE) .loggedin #btnJoinMeeting {
        display: none
    }

    html:lang(ru-RU) #header_container.loggedin .nav>li>a.top-pricing {
        display: none !important
    }
}

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

    html:lang(pt-BR) #black-topbar .zm-inprogress-bar,
    html:lang(en-US) .nav>li>a.top-pricing,
    html:lang(jp-JP) .loggedin #btnJoinMeeting,
    html:lang(pt-BR) .loggedin #btnScheduleMeeting,
    html:lang(es-ES) .loggedin #btnJoinMeeting,
    html:lang(fr-FR) #btnJoinMeeting {
        display: none
    }

    html:lang(ru-RU) #header_outer .signupfree {
        margin: 0;
        padding: 0 2px;
        width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

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

    html:lang(fr-FR) .loggedin #btnJoinMeeting,
    html:lang(pt-BR) .top-contactsales,
    html:lang(jp-JP) .top-contactsales {
        display: none
    }

    html:lang(jp-JP) .loggedin .top-contactsales {
        display: block
    }
}

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

    html:lang(de-DE) #black-topbar .zm-inprogress-bar,
    html:lang(de-DE) #btnJoinMeeting,
    html:lang(es-ES) .top-contactsales {
        display: none
    }

    html:lang(es-ES) .loggedin .top-contactsales {
        display: block
    }
}

@media screen and (max-width :1060px) and (min-width :768px) {
    html:lang(de-DE) #black-topbar .zm-inprogress-bar {
        display: none
    }

    html:lang(fr-FR) .navbar-nav>li>a,
    html:lang(es-ES) .navbar-nav>li>a,
    html:lang(jp-JP) .navbar-nav>li>a,
    html:lang(en-US) .navbar-nav>li>a {
        padding-left: 9px;
        padding-right: 9px
    }

    html:lang(en-US) .loggedin .nav>li>a.top-sales,
    html:lang(pt-BR) .nav>li>a.top-pricing,
    html:lang(jp-JP) .nav>li>a.top-sales {
        display: none
    }
}

@media screen and (max-width :1100px) and (min-width :980px) {
    html:lang(ru-RU) #btnSolutions {
        display: none
    }

    html:lang(ru-RU) .loggedin #btnSolutions {
        display: block
    }
}

@media screen and (max-width :1100px) and (min-width :768px) {
    html:lang(es-ES) #black-topbar .zm-inprogress-bar {
        display: none
    }

    html:lang(en-US) .loggedin .navbar-nav>li>a {
        padding-left: 10px;
        padding-right: 10px
    }

    html:lang(fr-FR) .navbar-header .left .logo,
    html:lang(es-ES) .navbar-header .left .logo,
    html:lang(jp-JP) .navbar-header .left .logo,
    html:lang(pt-BR) .navbar-header .left .logo,
    html:lang(de-DE) .navbar-header .left .logo {
        margin-right: 0
    }

    html:lang(ru-RU) #navbar #dropdown-hostmeeting {
        margin-right: 3px;
        margin-left: 3px
    }

    html:lang(es-ES) .nav>li>a.top-sales,
    html:lang(es-ES) .nav>li>a.top-pricing {
        display: none !important
    }
}

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

    html:lang(de-DE) .nav>li>a.top-pricing,
    html:lang(es-ES) .nav>li>a.top-pricing {
        display: none
    }
}

@media screen and (max-width :1120px) and (min-width :1100px) {
    html:lang(es-ES) #header_container.loggedin .navbar-header .left .logo {
        margin-right: 0
    }

    html:lang(en-US) #header_container.loggedin .navbar-nav>li>a {
        padding-left: 9px;
        padding-right: 9px
    }
}

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

    html:lang(es-ES) .top-contactsales,
    html:lang(jp-JP) .nav>li>a.top-pricing,
    html:lang(ru-RU) .nav>li>a.top-pricing,
    html:lang(fr-FR) .nav>li>a.top-pricing,
    html:lang(fr-FR) .top-contactsales,
    html:lang(pt-BR) .top-contactsales {
        display: none
    }

    html:lang(es-ES) .loggedin .top-contactsales,
    html:lang(fr-FR) .loggedin .top-contactsales {
        display: block
    }

    html:lang(fr-FR) #header_container.loggedin .nav>li>a.top-pricing {
        display: none !important
    }
}

@media screen and (max-width :1230px) and (min-width :768px) {
    html:lang(fr-FR) .loggedin .nav>li>a.top-pricing {
        display: none
    }
}

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

    html:lang(de-DE) .nav>li>a.top-contactsales,
    html:lang(jp-JP) .loggedin .nav>li>a.top-sales {
        display: none
    }
}

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

    html:lang(pt-BR) .navbar-nav>li>a,
    html:lang(fr-FR) .navbar-nav>li>a {
        padding: 22px 9px !important;
    }

    html:lang(jp-JP) .navbar-nav>li>a {
        padding: 22px 14px
    }

    html:lang(pt-BR) .nav>li>a.top-sales,
    html:lang(pt-BR) .nav>li>a.top-pricing,
    html:lang(de-DE) .nav>li>a.top-sales,
    html:lang(de-DE) .nav>li>a.top-pricing,
    html:lang(es-ES) .nav>li>a.top-sales,
    html:lang(es-ES) .nav>li>a.top-pricing,
    html:lang(fr-FR) .nav>li>a.top-sales,
    html:lang(fr-FR) .nav>li>a.top-pricing,
    html:lang(ru-RU) .nav>li>a.top-pricing {
        display: none !important;
    }

    html:lang(ru-RU) .navbar-nav>li>a {
        padding-left: 3px !important;
        padding-right: 3px !important
    }

    html:lang(de-DE) #header_container.loggedin .nav>li>a.top-pricing,
    html:lang(es-ES) #header_container.loggedin .nav>li>a.top-pricing,
    html:lang(fr-FR) #header_container.loggedin .nav>li>a.top-pricing,
    html:lang(ru-RU) #header_container.loggedin .nav>li>a.top-pricing {
        display: block
    }
}

@media screen and (max-width :1470px) and (min-width :768px) {
    html:lang(pt-BR) .loggedin .nav>li>a.top-pricing {
        display: block
    }
}

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

    html:lang(fr-FR) .navbar-nav>li>a,
    html:lang(pt-BR) .navbar-nav>li>a {
        padding: 22px 7px
    }
}

@media screen and (min-width :1200px) {
    #black-topbar .zm-inprogress-bar {
        width: 60%
    }
}

#btnSolutions:focus,
#btnSolutions:active {
    outline: auto
}

#skiptocontent a {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    width: 1px;
    z-index: 9999;
    padding: 6px;
    position: absolute;
    left: 0;
    color: white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear
}

#skiptocontent a:focus,
#skiptocontent a:active {
    clip: auto;
    height: auto;
    overflow: visible;
    width: auto;
    position: absolute;
    left: 0;
    background: #00aced;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear
}

#skiptocontent {
    text-align: left;
    z-index: 9999
}

.recaptcha-error {
    border: 1px solid #dd4b39
}

.ondemand-icon {
    background-image: url(../image/webinar/on-demand_webinar.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 4px
}

.ondemand-icon:hover {
    cursor: pointer
}

.ondemand-icon+.popover {
    min-width: 280px;
    background-color: #fff !important
}

.ondemand-icon+.popover .popover-content {
    padding: 15px !important;
    text-align: center;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.5
}

.HiddenText {
    clip: rect(1px, 1px, 1px, 1px);
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

.prohibited {
    opacity: .65;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.mega-menu-4-of-12 {
    float: left;
    width: 390px !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 25px;
}

#solutionsDropdown {
    width: 1100px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important
}

.mega-block-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-family: 'Verdana', 'Geneva', sans-serif !important;
    margin: 0px !important;
}

.mega-menu-4-of-12 div a h3 {
    font-size: 14px !important;
    color: #515151 !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
    font-family: 'Verdana', 'Geneva', sans-serif !important;
}

.mega-menu-4-of-12 div p {
    font-size: 13px !important;
    color: #e6e7e8;
    line-height: 14px !important;
    font-weight: 500 !important;
    margin: auto !important;
}

.mega-menu-4-of-12 div a,
.mega-menu-4-of-12 div a:hover {
    text-decoration: none !important;
    color: #fbbe04;
}

.mega-menu-4-of-12 div a:hover h3 {
    color: #00aced !important;
    text-decoration: none !important
}

.third-col {
    width: 318px !important;
    text-align: center !important;
    padding: 0
}

.third-col img {
    height: 300px
}

.navbar-nav>li.dropdown .dropdown-menu.second-dropdown:after,
.navbar-nav>li.dropdown .dropdown-menu.second-dropdown:before {
    right: calc(92% - 5px)
}

.navbar-nav>li.dropdown .dropdown-menu:after,
.navbar-nav>li.dropdown .dropdown-menu:before {
    right: calc(91% - 29px)
}

#solution>ul.dropdown-menu {
    left: -70px
}

@media screen and (min-width:1070px) and (max-width:1218px) {
    #solutionsDropdown {
        width: 1000px !important;
        left: -125px !important
    }

    .mega-menu-4-of-12 {
        width: 340px !important
    }

    .navbar-nav>li.dropdown .dropdown-menu::after,
    .navbar-nav>li.dropdown .dropdown-menu::before {
        right: calc(91% - 91px) !important
    }

    #solution>ul.dropdown-menu {
        left: -70px !important
    }

    .third-col {
        width: 318px !important
    }
}

@media screen and (max-width:1070px) {
    .third-col {
        display: none
    }

    #solutionsDropdown {
        width: 782px !important
    }

    #promo-col-nav>div {
        display: none
    }

    .nav-promo {
        background: none !important
    }
}

@media screen and (max-width:767px) {
    .mega-menu-4-of-12 div p {
        display: none
    }

    .navbar-collapse {
        max-height: none
    }

    .mobile-hide {
        display: none !important
    }

    .page-header {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    #header_outer .signupfree {
        margin-right: 10px;
        margin-left: 15px
    }

    .mobile-products {
        display: none !important
    }

    .mobile-industries {
        display: none !important
    }
}

@media screen and (min-width:890px) and (max-width:1070px) {
    #solution>ul.dropdown-menu {
        left: -40px !important
    }
}

@media screen and (min-width:768px) and (max-width:890px) {
    #solutionsDropdown {
        width: 682px !important
    }

    .mega-menu-4-of-12 {
        width: 340px !important
    }

    #solution>ul.dropdown-menu {
        left: -40px !important
    }
}

#switch_timezone {
    background: transparent;
    border: 0;
    color: #00aced
}

#switch_timezone:hover {
    color: #00aced
}

#switch_timezone:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #00aced
}

.prohibited {
    opacity: .65;
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.flex-ac {
    display: flex;
    align-items: center
}

.display-ib {
    display: inline-block
}

.ml36 {
    margin-left: 36px
}

.bold {
    font-weight: bold
}

.link-style-button {
    background: transparent;
    border: 0
}

.modal-header>h3:not([style*="display:none"]):not([style*="display: none"]):not([style*="visibility: hidden"]):not([style*="visibility:hidden"]):focus,
.modal-header>.h3:not([style*="display:none"]):not([style*="display: none"]):not([style*="visibility: hidden"]):not([style*="visibility:hidden"]):focus,
.modal-header>.title:not([style*="display:none"]):not([style*="display: none"]):not([style*="visibility: hidden"]):not([style*="visibility:hidden"]):focus,
.modaldialog .dialogTitle:not([style*="display:none"]):not([style*="display: none"]):not([style*="visibility: hidden"]):not([style*="visibility:hidden"]):focus {
    display: inline-block
}

div.select2-drop {
    border-radius: 0 0 8px 8px
}

div.select2-search input {
    border-radius: 8px
}

div.combobox .select2-arrow {
    border-radius: 0 8px 8px 0;
    background: 0;
    border-left: none
}

div.select2-container .select2-choice {
    height: 32px;
    line-height: 30px;
    padding-left: 12px;
    border-radius: 8px;
    border-color: #babacc;
    background: #ffffff;
    margin-right: 0
}

div.select2-container .select2-choice .select2-arrow {
    background: 0;
    border-left: none
}

div.select2-container-active .select2-choice,
div.select2-container-active .select2-choices {
    border-color: #5897fb
}

div.select2-dropdown-open .select2-choice {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#endTimesCombobox .recurrenceComboInput {
    height: 32px !important
}

#trackfieldDiv .combobox .select2-arrow b {
    background-position: 0 3px
}

.select2.select2-container--default .select2-selection--single {
    border-radius: 8px;
    border-color: #babacc;
    height: 32px
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px
}

.select2-container .select2-dropdown {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: #babacc
}

.select2-container-multi .select2-choices {
    border-radius: 8px;
    border-color: #babacc
}

.ui-select-bootstrap>.ui-select-match>.btn.ui-select-toggle {
    padding-top: 0;
    padding-bottom: 0
}

.combobox>input[type=number],
.combobox>input[type=text] {
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    border: 0
}

select[name=template] {
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    padding-left: 12px;
    border-color: #babacc
}

.mtg-list-header {
    margin-top: 24px
}

.gray-label {
    color: #e6e7e8
}

.address-option {
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    background: #f7f7fa;
    padding-left: 12px;
    color: #232333;
    cursor: pointer;
    transition: background-color .3s;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.address-option:hover {
    background: #e7f1fd;
    border: 1px solid #00aced;
    line-height: 34px;
    padding-left: 11px
}

.address-option.selected {
    background: #e7f1fd;
    border: 1px solid #00aced;
    line-height: 34px;
    padding-left: 11px
}

.br8 {
    border-radius: 8px !important
}

.pdlr16 {
    padding: 6px 16px !important
}

.offscreen {
    position: absolute;
    font-size: 1px;
    left: -9999px
}

.cn-zoom-footer {
    font-size: 12px;
    padding-top: 24px
}

.cn-zoom-footer p {
    color: #fff !important;
    margin-bottom: 8px;
    text-align: center
}

.cn-zoom-footer a {
    color: #fff !important;
    text-decoration: none
}

.cn-zoom-footer p.lineitem>a {
    display: inline-block;
    padding-top: 5px
}

.zoom-logo-white {
    width: 71px;
    height: 24px;
    display: inline-block;
    margin-right: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAAQCAMAAABz5ZJiAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMA3yCffz/vQBC/z49vX68wUHBvFDBaAAABWklEQVQ4y32TWZaEIAxFE+ZJsdj/YjuDUFjn2O9HfSY3IQCMXTYByVQco1gDU9Gy4dTAHGMOA/l/cjhCPtjOD5Ajx30/ROkcKvwI5xt8BX05qXzHnZMB6taeYHAvo5xfnUDqXvTRQH4E533jeG7AMr55b7l4VE45/IHjjsziT5kgGMOTSNJHobAEkeyqEUhA4WCaCf4eTV4Y1LYPijJqJQps3A7OcUthZJdlZ/pFBX8wcMpUVJUXTl0d08iEYM4lX45+azLlbpgqoStNeit8LvoGtszxk2MXZ2LUW5zZb2aO2Tj1nbNjwEpf6/0E/FnXO2fHQKOZ3fWNIKpMc8X3V87CrE0qZu27kU1yi4vwwlFMiCoDcg6xxejWDrJxxMvJeXnl9OcBT2D/vRcbpz04KTxAbd3TNfA0yaGBcEISPypH0QC97BzLfEsW1g5TnoxQnKYjXqByeHNMGX92yCO26s/axQAAAABJRU5ErkJggg==')
}

.dong-han {
    width: 64px;
    height: 24px;
    background-size: 64px 24px;
    display: inline-block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAwCAMAAADuKoKMAAAAY1BMVEUAAAD////////////////////////////8/Pz////////////////////////////S0tLPz8/S0tL////T09PV1dXS0tLPz8/T09P////V1dXT09PPz8/Y2Nj////S0tL6+votEklIAAAAHnRSTlMAYECAnyDfvxDvcFAwkM+v7yCfj39Q3zC/f3BfQI/qNV7aAAADhklEQVRYw72Y63LjIAyFAZsABsdJ2/S+9b7/U264KCoIcLYz9fnRaWNqfUZHEg5j9qsjJdnva2iGN5ztorERf9ZsH+lDLfxRsN0kDY0/sT0lKMAb21UTJeCb1KNXZ5njV1kWZXlFAhfPtAS2KnAJyyxrCAo8ObnqsxEX6yO5etB948RFPXPjTm4DMElXqC4Ah1tUhUHnPgDK0VJ4vLdt0PviymNyTCZuwiW3ZcTp5wC4SZrm5jGYDO7eM6L7MQDaRJTh30xYVICdPxhT1IiSAgh+1RAvc96tLoMmwI0OH6oS6+O0ftZ68lH3LdiXE1dJJj2VTl7H3f/O+rSu6+nM5F1GRFOT/enQCvx1iTDhESC+17Nm/E4jCqxTzb10sxFJCjCwAuCyRj1UDweiaURLnFZrRACg/I8E4P2DAOfnNenJN9hSRve6IAJQHUMIAJh86AggfB4Q4GG96VIz4tiwIN8CmAM/AGiftAjg95nfAF4getOIomlBCkA5ZQIIGzIFAJ8NlwBwA8CIYnMoWNwYAkBNMAHA7P8pABifPwA4r5leaz1Z1wax6ALgTi0A4J8sdqHwKQC8r7n+gMebpShTl0yKTj2gbF4sBgCYUur4lSj4DeB1LfRODwfqv4YB7zaiJHcDOOXhT0+aHg4M2dj7APhwFQcAmS0CgJc110ts4riS9Fw5ZJqjIweUY9kwGhIAPr3f4BkAPvP4D2Sb2x7rmhAfwwLAEvzng3sIALjkABestO+yZVThJXMAGUSHAQCYWx+4JtEAAP+bCSKJPkB0qcsBVLkXQ9YJBXbCBRtRGWmon89EbW9VloIYD88fQKQAYPbWiwD+7lMCcJXJQ8vA0WFIZ4GDEZUfiBKAG8ZxlDiMxgSgyyOQ9DctG0FzGCIAPaVIyB6Hj514DADaB4I+QN5IllGZkqp6HiMAM7ZN9JH7BjBBnqdhGABg/trW3BqGCIARVeFBAIiuoCcisRGcetA2z94mG10L4CCAVF48AyA5oDowFCk3AEBzTtmbGQBYUQoA+CYAr1kQXhGmBEByoMGDvQgjkPZ0aNagNHmStMFSRg9uAohNB1ALGplPV1FmByzPtgF6hQCeJcOQg9NzABEuxj9sXAcAAy8FAADe0MK6GlWQYx3Z+gr/6US/H6Evh3tIz60c7REfkkllJraf5LjzV9VULkMwi2C7S9tZ+TI/qNnulPx/eE8eP8wPrg0AAAAASUVORK5CYII=')
}

#stopgap-warpper {
    position: relative;
    min-height: 80px
}

#stopgap-warpper.cn-stopgap-warpper {
    min-height: 0
}

.cn-zoom-footer .dropdown-language .dropdown-menu {
    bottom: 120%;
    top: inherit
}

.cn-zoom-footer .dropdown-language .dropdown-menu:before {
    border-color: transparent
}

.cn-zoom-footer .dropdown-language .dropdown-menu:after {
    bottom: -6px;
    top: inherit;
    right: 10px;
    border: 0;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-bottom: 0;
    content: ''
}

.cn-zoom-footer .beian {
    margin-left: 20px;
    padding-left: 26px;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: left center;
    display: inline-block;
    line-height: 24px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAC3FBMVEUAAAD+/ODz6Kr//+PeqFfYrn3x167k0JXoxnyaaVzhs2ifaFXbrGLkvFnpyF7v2X/kwm3cp1nhsGfqw3rZqG3ntVzjrFPt3oDjvGnfr2fbnFGti3q0lH7ktoLryXn9v1T4znr/74bnvGz034v+2I/ktoDz6ZLkwY/Dfz7buoftzYbq2IPr0pjs3bLv6KPRrnbKhFv79ND488n/+dDZr4Lx38f/+cH/95f42oL7/97s2Y3++uzw1rvTk3DmuloAAHkBAm7uzWYAAGXktV3qvFr/0ljksE7fo0rWHxhrdocAAIAABHf143Pyy27w1GwGA2jtymHpwWDqxV/qyVyTeFrrwFflwFPislP+xVLpsErbmUfVkEbysETemUTpgj7ThT3XdTg5FDjdhTXWZTDaTCm7TCbTOCLXPiD9LA/QFg3UAwnOAQOEj5kcPpdyhZSptJEACJFpfo4AG44XMInFvYfTvIejmYSVkINyeoJzdoK9un6SjX7FrnwAEHp8enny2HjWwHjKtnhcX3jYzHeNhnfu2HWUjHWsonPNwnH70m9WTm8AAW//723pym3dtmn/0mbnxGa0o2ZeWWb8zGT/4mPtwmJuYmL/22D/vmB5ZGC9kF7/2l0MAF3uyFqnjVn4xFjYnli0mVi5i1jiqVfyyVbmtlbXkVNUOFPlvFLpt1LNrFKjfVLuvlBgHlDsuU/ouU9ONU/ov05ODk7/2E02Gk3jqkqEaUr/tUngjkf7n0bXikb6xERCJETdn0LckUG1gD/ooD3Ulj3jkz3TZT3WjjzOeDqBWDr3pDnglTlMADnbbTf2gjbkbzaTYDZpAjbplzTtcTTEazPXXzOeXzDscS3MPi38jizJWSrVSCrrXynzfCjVdCjZRyjTQCbFUiTlYCPXPSHLPSHWMR/wXh7iRh7GPh3PLBrSIRrWGhfMJxPGJxPRDBG/ABG2ABCxDg7BDAvEGArZAAbJAALPAADa4ry/AAAAPnRSTlMACEIaxqxpAvv7+ff19PDs7Ovn5uXk5OHg29LRy8fEw8G+vLqysaufnJiVk4yDfG9dXFpMSEFBNTApJyEcFO3QiBQAAAFzSURBVBjTYoACZjYZaTZmBmRgxsp9+di21ZysxggxxlmJZy/ev9LXnriIEa5VYUPIray0lOyd+ctVoKKWXFsmXXvu8exO5vsZnnuErcCC5m1e8x5nPXrxOu3TzSqHFguQmI18tff+Jx89HqR7fE5v7q5TtAYK6h8v81p4Ovv6wbAdmRc6HMpddYGCmudrCqbtTn2anHBq15SZ9iUx6kBBkSTfXIfUuBsPL909c9i/uP6EJFAQMJ6j2/Ps32Yk30uIy3jjXxgRLwEUVN07ubTo5LsPr16mXD1X29gZrgUUlN23uD/H28lp09o5TvYVs523ygEFORYsO+TbEOI5cVVTV+XUA1Fu/EBBoxXu0bfnT98cEePa45oUHR7MBHK9IV9Y/BFHFzc7R7/YqF4BsBiDqVBw0NLQoMAAF3c7vwmCEEFln1ZnZxe3wJWx7nZ2jj5qkNDU5l2/ZE3kusjQuRsDxPXYoQFqa6DBIiUmyqKkYwIWAgD35oZAL/mkFwAAAABJRU5ErkJggg==')
}

@media(max-width:767px) {
    .cn-zoom-footer .dropdown-menu {
        position: absolute;
        bottom: 36px;
        right: 0 !important;
        left: inherit;
        top: inherit
    }

    .cn-zoom-footer ul.dropdown-menu li {
        width: 50%;
        float: left;
        font-size: 10pt
    }

    .cn-zoom-footer .dropdown-language .dropdown-menu:after {
        left: 200px
    }
}

@media screen and (max-width:820px) {
    .cn-zoom-footer div.dropdown-language .dropdown-menu:after {
        right: 10px
    }
}

#header .pic,
#header_login li.pic {
    padding: 11px 5px
}

#header .pic>a,
#header_login li.pic>a {
    padding: 0;
    border-radius: 8px;
    border: 1px solid transparent;
    overflow: hidden
}

#header .pic>a:hover,
#header .pic>a:focus,
#header_login li.pic>a:hover,
#header_login li.pic>a:focus {
    border-color: #00aced;
    outline: 0
}

.profile-menu {
    display: none;
    position: absolute;
    min-width: 220px;
    right: 0;
    top: 56px;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    line-height: 24px;
    white-space: nowrap
}

.profile-menu:focus {
    outline: 0
}

.show-profile-menu .profile-menu {
    display: block
}

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

    #header_login li.pic,
    #header li.pic {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .profile-menu {
        position: static;
        border: 0;
        display: block;
        border-radius: 0;
        padding: 0;
        line-height: 32px;
        background-color: transparent;
        box-shadow: none
    }

    .profile-menu a {
        line-height: 24px
    }

    #header_outer .profile-menu .divider {
        padding-top: 0;
        border-bottom-color: #e5e5e5
    }
}

.profile-menu a {
    display: block;
    padding: 8px 16px !important;
    font-size: 14px;
    color: #232333;
    padding-right: 80px !important
}

.profile-menu a:hover,
.profile-menu a.hover,
#header_login li.pic .launch-zoom-app:hover,
#header_login li.pic .btn-logout:hover {
    text-decoration: none;
    background-color: #00aced;
    color: #ffffff
}

.profile-menu .profile:hover,
.profile-menu .profile.hover {
    background-color: #ffffff;
    color: #00aced
}

.profile-menu a:focus {
    outline: 0
}

.profile-menu a b {
    display: block;
    font-weight: 600;
    font-size: 16px
}

.profile-menu .profile-user-type {
    position: absolute;
    right: 10px;
    top: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(120deg, #2e8cff, #fa6e26);
    -webkit-background-clip: text;
    color: transparent
}

@media all and (-ms-high-contrast:none) {
    .profile-menu .profile-user-type {
        background: #e7f1fd;
        color: #0862d1;
        font-size: 12px;
        padding: 4px;
        line-height: 18px;
        border-radius: 4px
    }
}

.profile-menu .divider {
    border-bottom: 1px solid #ededf3;
    padding-top: 8px;
    margin-bottom: 7px
}

#meetings .table td {
    vertical-align: middle
}

#meetings .tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    min-height: 300px
}

#meetings .list-empty {
    padding: 40px 0;
    text-align: center
}

#meetings .loading {
    text-align: center;
    padding: 40px;
    border-bottom: 0
}

#meetings .loading i {
    margin-left: 0
}

#meetings .loading span {
    line-height: 32px;
    padding-left: 10px
}

#meetings .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis
}

#roomSystemDialog .modal-dialog {
    max-width: 750px
}

#roomSystemDialog .pairing-input {
    max-width: 412px
}

#roomSystemDialog .desc {
    margin: 10px 0 10px 0
}

#roomSystemDialog .modal-header {
    padding: 16px 16px 15px 60px
}

#roomSystemDialog .modal-body {
    padding: 25px 16px 10px 72px
}

@media screen and (max-width :767px) {
    #roomSystemDialog .modal-header {
        padding-left: 15px
    }

    #roomSystemDialog .modal-body {
        padding-left: 20px
    }
}

#roomSystemDialog .pairing-code-container,
#roomSystemDialog .modal-footer {
    text-align: left;
    border-top: 0;
    padding: 0 0 30px 58px
}

#roomSystemDialog .modal-footer .btn {
    width: 200px
}

#roomSystemDialog .alert {
    margin-left: -15px;
    word-break: break-all;
    width: 412px
}

#signup .help-block {
    display: block;
    padding-left: 0
}

#signup-form,
#login-form {
    margin: 0
}

#signup p {
    font-size: 16px;
    line-height: 28px
}

#signup #resend-result {
    color: #333
}

#profile .box {
    background-color: #ffffff;
    width: auto;
    padding: 40px 40px 0
}

#profile .picture-container {
    position: relative;
    text-align: center;
    padding-top: 10px
}

#profile .picture-container .profile-pic,
#profile .picture-container .profile-pic img {
    max-width: 160px;
    max-height: 160px;
    min-width: 100px;
    min-height: 100px;
    display: inline-block
}

#changePictureDialog .modal-footer .upload-msg {
    float: left;
    padding: 4px 0 0 8px
}

#changePictureDialog .modal-footer .fileupload-progress {
    float: left;
    width: 200px;
    padding-top: 4px
}

#changePictureDialog .modal-footer .progress {
    margin: 0
}

#changePictureDialog .original-container {
    float: left;
    width: 410px;
    height: 310px;
    overflow: hidden;
    position: relative
}

#changePictureDialog .original-container .loading {
    display: none;
    background-color: #ddd;
    left: 0;
    top: 0;
    width: 500px;
    height: 310px;
    padding: 130px 100px;
    position: absolute;
    z-index: 5000
}

#changePictureDialog .original-container .loading span {
    display: inline-block;
    line-height: 32px;
    padding: 4px 0 0 4px;
    vertical-align: top
}

#changePictureDialog .preview-container {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 20px;
    overflow: hidden
}

#changePictureDialog .original-container img,
#changePictureDialog .preview-container img {
    max-width: none;
    max-height: none
}

#changePictureDialog .fileinput-button {
    margin-left: 0
}

table thead th a span.sorting,
table thead th a span.sorting_asc,
table thead th a span.sorting_desc {
    background-image: url(../image/sort.png);
    background-repeat: no-repeat;
    background-size: 36px auto;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 3px
}

table thead th a span.sorting {
    background-position: 0 0
}

table thead th a span.sorting_asc {
    background-position: -24px 0
}

table thead th a span.sorting_desc {
    background-position: -12px 0
}

.account_consolidate {
    margin: 0 auto;
    width: 50%
}

.account_consolidate2 {
    margin: 0 auto;
    width: 40%
}

.consolidate_title {
    font-size: 20px;
    text-align: center;
    color: #39394c;
    padding-top: 50px
}

.consolidate_content {
    margin: 40px auto;
    width: 80%
}

.consolidate_content .sub_title {
    margin-top: 10px;
    margin-bottom: 3px;
    height: 19px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #39394c
}

.consolidate_content .row {
    margin-top: 9px
}

.consolidate_content .row .title {
    height: 18px;
    font-size: 13px;
    text-align: left;
    color: #4e4e5e
}

.consolidate_content .refund_note {
    margin-bottom: 20px;
    margin-top: 9px;
    font-size: 13px;
    text-align: left;
    color: #8a8a9e
}

.consolidate_content .account_balance {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #39394c
}

.consolidate_content .refund_item,
.consolidate_content .refund_accept {
    margin-top: 6px;
    font-size: 13px;
    text-align: left;
    color: #666
}

.consolidate_content .refund_accept {
    margin-bottom: 18px
}

.consolidate_content .row .value {
    height: 18px;
    font-size: 13px;
    text-align: left;
    color: #39394c
}

.consolidate_content .success_msg {
    font-size: 13px;
    text-align: center;
    color: #626275
}

.consolidate_note,
.consolidate_note2 {
    margin-top: 24px;
    padding-top: 12px;
    border-top: 1px solid #e4e4ee
}

.consolidate_note2 {
    text-align: center;
    border-top: 0
}

.consolidate_note3 {
    padding-top: 12px;
    text-align: center
}

.consolidate_note .note_title {
    font-size: 12px;
    text-align: left;
    color: #4e4e5e
}

.consolidate_note .note_content {
    margin-top: 6px;
    margin-bottom: 24px;
    font-size: 12px;
    text-align: left;
    color: #4e4e5e
}

.consolidate_note .consolidate_btn,
.consolidate_note2 .consolidate_btn {
    height: 34px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    background-color: #00aced;
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
    padding: 7px 30px 7px 30px;
    text-align: center;
    white-space: nowrap;
    min-width: 195px
}

.consolidate-btn-div {
    display: inline-block
}

.consolidate-btn-div .consolidate-btn {
    height: 34px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: middle;
    padding: 7px 30px 7px 30px;
    text-align: center;
    white-space: nowrap
}

.consolidate-btn-div-short {
    width: 100%;
    padding-top: 12px;
    text-align: center;
    display: inline-block
}

.consolidate-btn-div-short .consolidate-btn {
    width: 100%
}

.consolidate-btn-div-long {
    padding-top: 12px;
    text-align: center;
    display: inline-block
}

#join-conf {
    text-align: left;
    padding-top: 10px;
    max-width: 480px;
    margin: 0 auto
}

#join-conf h1 {
    font-size: 32px;
    margin: 72px 0 48px
}

#join-conf span.strong {
    font-size: 1.2em;
    font-weight: bold;
    color: #ff8000
}

#join-conf p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0
}

#join-conf div.javaholder {
    padding: 0
}

#join-conf div.javaholder .inner {
    background-color: #ffffff
}

#join-conf .info {
    margin: 40px auto 0;
    text-align: left;
    width: 640px
}

#join-conf .info p {
    font-weight: normal;
    padding: 0;
    margin: 0
}

#join-conf .info small {
    color: #999;
    font-size: 12px
}

#join-conf .btn.user {
    height: 48px;
    line-height: 36px
}

#join-form .form-group.confno {
    margin-bottom: 4px
}

#join-form p.desc {
    font-size: 13px;
    padding-left: 4px
}

#join-form .confno.error {
    border-color: #b94a48;
    color: #b94a48
}

#join-form .confno.error:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392
}

#join-errormsg {
    font-size: 12px;
    margin-top: 16px
}

#join-conf .error i {
    background-image: url(../image/alert.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px
}

#join-conf .error span {
    vertical-align: top;
    padding-left: 4px;
    color: #a94442
}

#join-unsupported .icon {
    float: left;
    margin-top: 5px;
    width: 24px
}

#join-unsupported .message {
    float: left;
    width: 560px;
    text-align: left
}

#join-unsupported .message p {
    margin-top: 0
}

#join-conf h3 {
    font-size: 20px
}

#join-conf.mac {
    margin: 0;
    text-align: left
}

#join-form p {
    margin-top: 0
}

.android {
    vertical-align: middle;
    padding: 4px 14px 4px 0
}

.android i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-image: url("../image/android.png");
    background-repeat: no-repeat;
    margin-right: 4px
}

#conf-info p {
    font-size: 24px;
    line-height: 32px;
    text-align: left
}

.browser-tip {
    color: #3a3c3e;
    font-size: 20px;
    font-weight: 300;
    height: 48px;
    line-height: 48px
}

.browser-tip span {
    color: #ff7800
}

.browser-tip strong {
    font-weight: 600
}

.manual-tip {
    font-size: 15px;
    margin-top: 72px
}

#firefox_tip {
    position: relative
}

#firefox_tip .arrow {
    position: absolute;
    bottom: 48px;
    left: 184px
}

#join-conf.safari h1 {
    margin-top: 148px
}

#join-conf.firefox h1 {
    margin-bottom: 24px
}

#join-conf.firefox #BootPlugin {
    margin-bottom: 48px
}

#safari_tip {
    position: relative
}

#safari_tip .arrow {
    position: absolute;
    bottom: 0;
    left: 260px
}

#mac_download_container .title {
    color: #3a3c3e;
    font-size: 20px;
    font-weight: 300
}

#mac_download_container .title span {
    color: #ff7800;
    font-weight: 600
}

#mac_download_url {
    margin-top: 48px
}

#mac_safari_tip {
    margin-top: 8px;
    width: 400px
}

#safari_tip_dialog .modal-content {
    border-radius: 5px
}

#safari_tip_dialog .modal-body-container {
    padding: 40px
}

#safari_tip_dialog button.close {
    padding: 8px
}

#safari_tip_dialog .step {
    color: #3a3c3e;
    font-size: 15px;
    font-weight: 300
}

#safari_tip_dialog .step span {
    font-size: 20px;
    font-weight: 600
}

#safari_tip_dialog .step strong {
    font-weight: 600
}

#safari_tip_dialog .step2 {
    margin: 8px 0 20px
}

@media screen and (max-width :767px) {
    #join-conf {
        padding-top: 0;
        max-width: inherit
    }

    #content #join-conf .mini-layout-body {
        width: 100%;
        text-align: left;
        padding: 0 20pt
    }

    #content #join-conf .page-header h1 {
        font-weight: 400;
        font-size: 30pt;
        color: #000;
        line-height: 40pt;
        margin: 20pt 0 20pt
    }

    #join-form .form-control.input-lg {
        border-radius: 2pt;
        border: 1pt solid #9b9b9b;
        padding-left: 12pt;
        height: 45pt
    }

    #join-form .form-control.input-lg:focus {
        border: 2pt solid #2da5ff
    }

    #join-form .form-group {
        margin-bottom: 20pt
    }

    #join-conf .btn.user {
        width: 100%
    }
}

#share-conf {
    text-align: left;
    padding-top: 10px;
    max-width: 480px;
    margin: 0 auto
}

#share-conf h1 {
    font-size: 32px;
    margin: 72px 0 48px
}

#share-conf span.strong {
    font-size: 1.2em;
    font-weight: bold;
    color: #ff8000
}

#share-conf p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0
}

#share-conf div.javaholder {
    padding: 0
}

#share-conf div.javaholder .inner {
    background-color: #ffffff
}

#share-conf .info {
    margin: 40px auto 0;
    text-align: left;
    width: 640px
}

#share-conf .info p {
    font-weight: normal;
    padding: 0;
    margin: 0
}

#share-conf .info small {
    color: #999;
    font-size: 12px
}

#share-conf .btn.user {
    height: 48px;
    line-height: 36px
}

#share-form .form-group.confno {
    margin-bottom: 4px
}

#share-form p.desc {
    font-size: 13px;
    padding-left: 4px
}

#share-form .confno.error {
    border-color: #b94a48;
    color: #b94a48
}

#share-form .confno.error:focus {
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392
}

#share-errormsg {
    font-size: 12px;
    margin-top: 16px
}

#share-conf .error i {
    background-image: url(../image/alert.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px
}

#share-conf .error span {
    vertical-align: top;
    padding-left: 4px;
    color: #a94442
}

#share-unsupported .icon {
    float: left;
    margin-top: 5px;
    width: 24px
}

#share-unsupported .message {
    float: left;
    width: 560px;
    text-align: left
}

#share-unsupported .message p {
    margin-top: 0
}

#share-conf h3 {
    font-size: 20px
}

#share-conf.mac {
    margin: 0;
    text-align: left
}

#share-form p {
    margin-top: 0
}

.android {
    vertical-align: middle;
    padding: 4px 14px 4px 0
}

.android i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-image: url("../image/android.png");
    background-repeat: no-repeat;
    margin-right: 4px
}

#conf-info p {
    font-size: 24px;
    line-height: 32px;
    text-align: left
}

.browser-tip {
    color: #3a3c3e;
    font-size: 20px;
    font-weight: 300;
    height: 48px;
    line-height: 48px
}

.browser-tip span {
    color: #ff7800
}

.browser-tip strong {
    font-weight: 600
}

.manual-tip {
    font-size: 15px;
    margin-top: 72px
}

#firefox_tip {
    position: relative
}

#firefox_tip .arrow {
    position: absolute;
    bottom: 48px;
    left: 184px
}

#share-conf.safari h1 {
    margin-top: 148px
}

#share-conf.firefox h1 {
    margin-bottom: 24px
}

#share-conf.firefox #BootPlugin {
    margin-bottom: 48px
}

#safari_tip {
    position: relative
}

#safari_tip .arrow {
    position: absolute;
    bottom: 0;
    left: 260px
}

#mac_download_container .title {
    color: #3a3c3e;
    font-size: 20px;
    font-weight: 300
}

#mac_download_container .title span {
    color: #ff7800;
    font-weight: 600
}

#mac_download_url {
    margin-top: 48px
}

#mac_safari_tip {
    margin-top: 8px;
    width: 400px
}

#safari_tip_dialog .modal-content {
    border-radius: 5px
}

#safari_tip_dialog .modal-body-container {
    padding: 40px
}

#safari_tip_dialog button.close {
    padding: 8px
}

#safari_tip_dialog .step {
    color: #3a3c3e;
    font-size: 15px;
    font-weight: 300
}

#safari_tip_dialog .step span {
    font-size: 20px;
    font-weight: 600
}

#safari_tip_dialog .step strong {
    font-weight: 600
}

#safari_tip_dialog .step2 {
    margin: 8px 0 20px
}

@media screen and (max-width :767px) {
    #share-conf {
        padding-top: 0;
        width: 100%;
        max-width: inherit
    }

    #content #share-conf .mini-layout-body {
        width: 100%;
        text-align: left;
        padding: 0 20pt;
        max-width: inherit
    }

    #content .page-header h1 {
        font-weight: 400;
        font-size: 30pt;
        color: #000;
        line-height: 40pt;
        margin: 20pt 0 20pt
    }

    .form-control.input-lg {
        border-radius: 2pt;
        border: 1pt solid #9b9b9b;
        padding-left: 12pt;
        height: 45pt
    }

    .form-control.input-lg:focus {
        border: 2pt solid #2da5ff
    }

    .form-group {
        margin-bottom: 20pt
    }

    #share-conf .btn.user {
        width: 100%
    }
}

.remove-icon-default {
    background: url(../image/webinar/edit_polls.png);
    background-position: 0 -15px;
    background-repeat: no-repeat
}

.remove-icon-hover {
    background: url(../image/webinar/edit_polls.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.add-poll-icon {
    background: url(../image/webinar/edit_polls.png);
    background-position: 0 -30px;
    background-color: #dcdcdc;
    display: block;
    height: 16px;
    width: 16px;
    cursor: default;
    border-radius: 4px
}

.preload-icon {
    background: url(../image/webinar/edit_polls.png) no-repeat 9999px 9999px
}

.live-channel-inline {
    display: inline-table;
    padding-right: 40px
}

.live-channel {
    margin-top: 20px;
    position: relative
}

.live-channel-custom {
    margin-top: 30px
}

.live-channel span {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px
}

.live-channel span.channel-name,
.live-channel span.add-live-channel-conf {
    display: inline-block
}

.live-logo-facebook {
    width: 73px;
    height: 25px;
    background: url(../image/broadcast/fLive.png) 0 0 no-repeat;
    background-size: auto 25px
}

.live-logo-youtube {
    width: 120px;
    height: 25px;
    background: url(../image/broadcast/YouTube.png) 0 0 no-repeat;
    background-size: auto 25px
}

.live-logo-custom {
    width: 73px;
    height: 25px;
    background: url(../image/broadcast/LiveStreaming.png) 0 0 no-repeat;
    background-size: auto 25px
}

.live-logo-fb_workplace {
    width: 110px;
    height: 25px;
    background: url(../image/broadcast/Workplace.png) 0 0 no-repeat;
    background-size: auto 25px
}

.channel-name {
    font-size: 13px;
    font-weight: 600;
    color: #333
}

.add-live-channel-conf {
    color: #999
}

.live-url-tip {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #666
}

.live-instruction {
    border-radius: 3px;
    background-color: #dff0d8;
    padding: 9px 12px;
    margin-bottom: 5px
}

.live-instruction span {
    width: 508px;
    height: 36px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #3e753f
}

.stream-key-show {
    position: absolute;
    top: 7px;
    right: 21px;
    cursor: pointer
}

.live-config-info {
    margin-top: 5px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333
}

.live-config-info .row label,
.col-md-9 {
    display: inline
}

#hide-key-id,
#show-key-id {
    display: inline;
    margin-left: 5px;
    color: #00aced;
    cursor: pointer
}

.instruction-readonly {
    width: 100%;
    border: 0;
    background-color: #dff0d8;
    overflow: hidden;
    resize: none;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #3e753f;
    outline: 0;
    cursor: default
}

#stream_key_s::-ms-reveal,
#stream_key_h::-ms-reveal,
#stream_key_h::-ms-clear,
#stream_key_s::-ms-clear {
    display: none
}

.stream-key-show {
    background-color: #ffffff
}

.theme-custom-icon {
    width: 57px;
    height: 57px;
    background: url(../image/webinar/custom.png) 0 0 no-repeat;
    background-size: 57px auto
}

.btn-copy-action {
    position: relative
}

.btn-copy-action .copy-action-inner {
    position: absolute;
    z-index: 1;
    min-width: 120px;
    bottom: 38px;
    left: 56px;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 10px;
    color: #8a8a9e;
    display: none
}

.btn-copy-action .normal-copy {
    left: 45%
}

.copied .copy-action-inner {
    display: block
}

.btn-copy-action .copy-action-inner:before,
.btn-copy-action .copy-action-inner:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff
}

.btn-copy-action .copy-action-inner:before {
    z-index: 1
}

.btn-copy-action .copy-action-inner:after {
    border-top-color: #ddd;
    bottom: -11px
}

.click-input-copy {
    cursor: pointer;
    border: solid 1px #ccc;
    border-radius: 4px;
    height: 28px;
    width: 250px;
    padding-left: 5px;
    padding-right: 5px
}

.click-input-copy-spec {
    max-width: 485px;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    color: #000
}

@media screen and (max-width:768px) {
    .reg-source-section .row div {
        width: 100%;
        padding-left: 0
    }
}

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

    .click-input-copy,
    .click-span-copy {
        width: 200px
    }
}

.add-source-label {
    color: #232333;
    margin-bottom: 6px
}

.source-header {
    border-bottom: 2px solid #d8d8d8;
    color: #636375;
    font-weight: 600
}

.source-spec {
    text-align: center
}

.source-normal {
    border-top: 1px solid #d8d8d8
}

.reg-source-section .row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 15px
}

.reg-source-section .row div:first-child {
    padding-left: 0
}

.reg-source-section .row div:last-child {
    padding-right: 0;
    text-align: right
}

.reg-source-section .row div:last-child a {
    padding-left: 10px
}

.reg-source-section .pagination {
    width: 100%;
    margin-top: 0;
    margin-bottom: 13px;
    padding-top: 6px;
    border-top: 1px solid #d8d8d8
}

#copyViewerDialog .alert-success {
    position: absolute;
    top: 56px;
    left: 240px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
    width: fit-content
}

#copyViewerDialog .modal-body {
    margin-top: 15px;
    padding-bottom: 10px
}

.reg-fee-section {
    display: block;
    margin-right: 5px
}

.reg-fee-section-row {
    display: block;
    margin-left: 22px;
    margin-top: 10px;
    margin-bottom: 10px
}

.reg-fee-section-row .select2-choice {
    height: 34px;
    line-height: 34px
}

.desc-tip {
    color: #8a8a9e
}

.charge-fee-tip {
    background: #fff6d9;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 18px;
    border-radius: 3px;
    font-size: 13px
}

.charge-fee-size-tip {
    background: #f7f7fa;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 18px;
    border-radius: 8px;
    font-size: 14px
}

.polling-table caption {
    text-align: left
}

.polling-table {
    width: 100%
}

.polling-table th {
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ededf4;
    padding: 12px;
    color: #e6e7e8;
    line-height: 1
}

.polling-table tbody:hover .primary-tr td {
    background-color: #f2f2f7
}

.polling-table td {
    border-bottom: 1px solid #ededf4;
    padding: 14px 14px;
    vertical-align: top
}

.polling-table .show-question-detail .primary-tr td {
    border-bottom-color: transparent;
    background-color: #f2f2f7
}

.polling-table .primary-tr td:first-child {
    padding-left: 4px
}

.poll-title-col {
    line-height: 24px;
    font-size: 16px
}

.poll-question-col,
.poll-anonymous-col {
    color: #e6e7e8
}

.poll-action-col {
    text-align: right
}

.poll-action-col .zm-button--small {
    padding-top: 0;
    padding-bottom: 0
}

.poll-progress {
    margin-bottom: 0;
    margin-left: 20px;
    width: 480px;
    background: #f2f2f7;
    height: 4px;
    display: inline-block;
    box-shadow: none
}

.progress-bar {
    background-color: #e6e7e8
}

.progress-bar.progress-bar-primary {
    background-color: #00aced
}

.question-detail {
    display: none
}

.show-question-detail .question-detail {
    display: table-row
}

.polling-expand-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 12px
}

.polling-expand-icon i {
    float: left;
    transition: all .2s
}

.show-question-detail .polling-expand-icon i {
    transform: rotate(180deg)
}

.registration-tips {
    margin-top: 5px
}

.line-limit-length {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.webinar-no-panelists {
    color: #e6e7e8
}

.ellipse-input {
    display: inline-block;
    overflow: hidden;
    border: 0;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer
}

#registrationSourceId {
    color: #e6e7e8
}

.floatRight {
    float: right
}

.copy-url-icon {
    display: none
}

.copy-url-icon:hover {
    color: #00aced
}

.copy-action-wrapper {
    position: relative;
    height: 28px
}

.copy-action-wrapper .zm-button--icon.copy-url-icon {
    font-size: 12px;
    cursor: pointer;
    opacity: 0
}

.copy-action-wrapper:hover .copy-url-icon {
    opacity: 1
}

.copy-action-wrapper .zm-button--icon.copy-url-icon:focus {
    opacity: 1;
    border: 1px solid #00aced
}

span.ellipse-input:active+span.zm-tooltip>button.copy-url-icon {
    border: 1px solid #00aced
}

.copy-action-wrapper .hidden-input-copy {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10
}

span.zm-tooltip.item {
    height: 28px;
    display: inline-block;
    position: relative;
    top: 0;
    vertical-align: top
}

.copy-url-icon.zm-button--icon {
    border-color: transparent;
    background: transparent;
    padding: 2px;
    line-height: 14px;
    border: 0
}

.url-colume.controls {
    padding: 0
}

.url-colume.btn-copy-action .click-span-copy {
    cursor: pointer;
    height: 28px;
    width: 233px;
    overflow: hidden;
    white-space: nowrap
}

.reg-source-section .row .url-colume.btn-copy-action .copy-action-wrapper {
    text-align: left;
    height: 28px
}

#registrationSourceSectionId .search-export-wrapper {
    margin-top: 20px
}

.disabled-add-btn {
    margin-left: 20px;
    color: #babacc;
    cursor: not-allowed
}

.disabled-add-btn:hover {
    color: #babacc
}

#exportRegistrationId {
    display: inline-block;
    line-height: 30px;
    white-space: nowrap;
    cursor: pointer;
    background: #f2f2f7;
    border: 1px solid #babacc;
    color: #232333;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    background-color: #ffffff;
    border-color: #babacc;
    transition: .1s;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none
}

#exportRegistrationId:hover,
#exportRegistrationId:focus {
    border-color: #00aced;
    color: #00aced;
    text-decoration: none
}

#registrationSourceFormId .modal-header h3,
.webinar-registration-del-confirm-dialog .modal-header h3 {
    color: #232333;
    font-weight: bold
}

#registrationSourceFormId .registration-desc {
    color: #232333;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px
}

.webinar-registration-del-confirm-dialog .btn.btn-primary.yes {
    background-color: #e02828;
    border-color: #e02828;
    color: #ffffff
}

.webinar-registration-del-confirm-dialog .btn.btn-primary.yes:hover,
.webinar-registration-del-confirm-dialog .btn.btn-primary.yes:focus {
    background: #e44343;
    border-color: #e44343;
    color: #ffffff
}

.webinar-registration-del-confirm-dialog .modal-body p {
    font-size: 16px;
    line-height: 28px;
    color: #000
}

.webinar-registration-del-confirm-dialog .modal-header .close {
    display: none
}

.webinar-registration-del-confirm-dialog .modal-footer,
#registrationSourceFormId .modal-footer {
    background-color: #ffffff;
    border-top: 1px solid #ffffff
}

@media screen and (max-width:540px) {
    .click-input-copy-spec {
        max-width: 345px;
        height: 28px;
        overflow: hidden;
        white-space: nowrap;
        color: #000
    }
}


.imgLink:hover {
    cursor: pointer
}