::-moz-selection {
    background: rgba(48,165,102,0.2)
}

::selection {
    background: rgba(48,165,102,0.2)
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.headerMainText {
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 800;
}

.headerSubText {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
}

.ytImg {
	border-radius: 6px;
}

/* Client CSS */

.clientBar {
	margin-top: 10px;
	background-color: #E8E8E8;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
}

.clientBarData {
	border: 2px solid #E8E8E8;
	padding: 10px;
	border-top: none;
	display: none;
	background-color: #fff;
}

.clientBarData .row {
	margin-bottom: 5px;
}


/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    background-color: #131313;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    padding-top: 83px;
}

a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}

h1 {
    margin: .67em 0
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #000;
    background: #ff0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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: 0
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .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;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd;
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #f2f2f2;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

a {
    color: #428bca;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: none;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    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%
}

.checkout-wrap>.checkout-item:last-child {
    margin-bottom: 0px;
}

.checkout-item {
    color: #8f8f8f;
    margin-bottom: 6px;
}

.checkout-item-total {
    font-weight: bold;
}

.lowercase {
    text-transform: lowercase;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #f5f5f5
}

hr.dashed {
    border-top: 1px dashed #f5f5f5
}

.full-width {
    margin-left: -30px;
    margin-right: -30px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

@media (max-width: 1566px){
    .db-lgText {
        font-size: 20px !important;
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

.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: 400;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

.h1 small,
h1 small {
    font-size: 24px
}

.h2 small,
h2 small {
    font-size: 18px
}

.h3 small,
.h4 small,
h3 small,
h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

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
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        display: table;
        content: " "
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 4px 8px;
    font-size: 90%;
    color: hsla(0, 0%, 0%, 0.5);
    background-color: #f5f5f5;
    white-space: nowrap;
    border-radius: 3px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
  }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
    .loginContainer {
        max-width: 750px;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-push-1 {
        left: 8.333333333333332%
    }
    .col-sm-push-2 {
        left: 16.666666666666664%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333333333%
    }
    .col-sm-push-5 {
        left: 41.66666666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.333333333333336%
    }
    .col-sm-push-8 {
        left: 66.66666666666666%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333333334%
    }
    .col-sm-push-11 {
        left: 91.66666666666666%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
    .loginContainer {
        max-width: 470px;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.333333333333332%
    }
    .col-md-push-2 {
        left: 16.666666666666664%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333333333%
    }
    .col-md-push-5 {
        left: 41.66666666666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.333333333333336%
    }
    .col-md-push-8 {
        left: 66.66666666666666%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333333334%
    }
    .col-md-push-11 {
        left: 91.66666666666666%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.333333333333332%
    }
    .col-md-pull-2 {
        right: 16.666666666666664%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333333333%
    }
    .col-md-pull-5 {
        right: 41.66666666666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.333333333333336%
    }
    .col-md-pull-8 {
        right: 66.66666666666666%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333333334%
    }
    .col-md-pull-11 {
        right: 91.66666666666666%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1370px
    }
    .loginContainer {
        max-width: 470px;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.333333333333332%
    }
    .col-lg-push-2 {
        left: 16.666666666666664%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333333333%
    }
    .col-lg-push-5 {
        left: 41.66666666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.333333333333336%
    }
    .col-lg-push-8 {
        left: 66.66666666666666%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333333334%
    }
    .col-lg-push-11 {
        left: 91.66666666666666%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

table {
    max-width: 100%;
    background-color: #fff
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table tbody>tr>td,
.table tbody>tr>th,
.table tfoot>tr>td,
.table tfoot>tr>th,
.table thead>tr>td,
.table thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #f5f5f5
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #f5f5f5
}

.table caption+thead tr:first-child td,
.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed tbody>tr>td,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>td,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    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-] {
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media (min-width: 769px) {
    .table-curved {
        -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
        -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
        box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    }
}

@media (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
        -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
        box-shadow: 0 3px 10px rgba(31,37,45,0.05);
        border-radius: 6px;
        position: relative;
    }

    .table-wrap {
        position: relative;
    }

    .table-wrap::after {
      content: "";
      height: 100%;
      width: 20%;
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      z-index: 800;
      border-radius: 0px 6px 6px 0px;
      -webkit-overflow-scrolling: touch;
      background: rgba(255,255,255,0.7);
      background: -moz-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
      background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));
      background: -webkit-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
      background: -o-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(0255,255,255,0) 100%);
      background: -ms-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
      background: linear-gradient(to left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>thead>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    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: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.placeholder-dark:-moz-placeholder {
    color: #777 !important
}

.placeholder-dark::-moz-placeholder {
    color: #777 !important
}

.placeholder-dark:-ms-input-placeholder {
    color: #777 !important
}

.placeholder-dark::-webkit-input-placeholder {
    color: #777 !important
}

.placeholder-dark {
    font-weight: 400;
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 30px 0px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #131313;
    vertical-align: middle;
    background-color: #f2f2f2;
    border: 0px solid #fff;
    border-radius: 6px;
    -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;
    /*box-shadow: 0 0 0 1px rgba(4,26,15,0.1), 0 2px 4px -2px rgba(0,0,0,0.2);*/
}

.form-control:focus {
    /*border-color: #43ac6a;*/
    outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: initial;
    background-color: #f5f6f7;
    color: #62676d;
}

textarea.form-control {
    height: auto;
    padding: 15px 30px 0px 15px;
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
    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 {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .control-label,
.has-warning .help-block {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .control-label,
.has-error .help-block {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .control-label,
.has-success .help-block {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.form-control-static {
    padding-top: 7px;
    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
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    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;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #62676d;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.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.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    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.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    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.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #e74c3c;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff !important;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #18a161;
    border-color: #18a161
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    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.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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.woff2') format('woff2'), 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';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: 400;
    line-height: 1
}

.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-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-print:before {
    content: "\e045"
}

.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-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.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-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-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.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"
}

.glyphicon-briefcase:before {
    content: "\1f4bc"
}

.glyphicon-calendar:before {
    content: "\1f4c5"
}

.glyphicon-pushpin:before {
    content: "\1f4cc"
}

.glyphicon-paperclip:before {
    content: "\1f4ce"
}

.glyphicon-camera:before {
    content: "\1f4f7"
}

.glyphicon-lock:before {
    content: "\1f512"
}

.glyphicon-bell:before {
    content: "\1f514"
}

.glyphicon-bookmark:before {
    content: "\1f516"
}

.glyphicon-fire:before {
    content: "\1f525"
}

.glyphicon-wrench:before {
    content: "\1f527"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.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: 210px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #30A566;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    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-header {
    display: block;
    padding: 3px 20px;
    color: #62676d;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.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 {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.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
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-danger .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-danger .caret,
.dropup .btn-info .caret,
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.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:after,
.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn-group+.btn-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-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.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-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.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 .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.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-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    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: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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 {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px
}

.input-group-addon.input-grey {
    background-color: #f9f9f9;
}

.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=checkbox],
.input-group-addon input[type=radio] {
    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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.input-group-addon:first-child {
    border-right: 0;
    border-radius: 6px 0px 0px 6px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:after,
.nav:before {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: 20px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    color: #30a566;
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #428bca
}

.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.428571429;
    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:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    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 {
    text-align: center;
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca
}

.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 {
    text-align: center
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified>.active>a {
    border-bottom-color: #fff
}

.tabbable:after,
.tabbable:before {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none
}

.pill-content>.active,
.tab-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: hidden;
}

@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-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: absolute;
    right: 0px;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.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;
	font-size: 14px;
}

.setting-group .input-group-btn:last-child > .btn-group > .btn {
    background-color: #f2f2f2 !important;
    color: #6f6f6f;
}

.setting-group .input-group-btn > .bootstrap-select {
    width: auto !important;
}

.setting-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: center;
}

@media (max-width:767px) {

    .setting-group.input-group, .setting-group .input-group-btn {
        display: block !important;
        width: 100% !important;
        clear: both;
    }

    .setting-group .input-group-addon {
        width: 100% !important;
        clear: both;
        background-color: #f2f2f2 !important;
        display: block !important;
        padding: 16px !important;
        text-align: left !important;
    }

    .setting-group .input-group-btn>.btn-group.bootstrap-select {
        width: 100% !important;
    }

    .setting-group .input-group-addon:first-child {
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .setting-group .input-group-addon:last-child {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }

    .setting-group .input-group-btn:last-child > .btn-group > .btn {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
        background-color: #f2f2f2 !important;
    }

    .setting-group .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        text-align: left;
    }

    .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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        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;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -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
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 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-nav>li>.dropdown-menu {
    margin-top: 50px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.23,1,0.32,1);
    transition-timing-function: cubic-bezier(0.23,1,0.32,1);
    box-shadow: 0 2px 4px rgba(31,37,45,.05);
}

div.dropdown>ul.dropdown-menu {
    border-radius: 6px;
    padding: 12px 0px;
    margin-top: 50px;
    font-size: 14px;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(0.23,1,0.32,1);
    transition-timing-function: cubic-bezier(0.23,1,0.32,1);
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 30px;
    left: auto;
}

li.dropdown>ul.dropdown-menu.pull-right:after, li.dropdown>ul.dropdown-menu.pull-right:before {
    bottom: 100%;
    right: 45px;
    left: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/*li.dropdown>ul.dropdown-menu.pull-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: -7px;
}

li.dropdown>ul.dropdown-menu.pull-right:before {
    border-color: rgba(227, 227, 227, 0);
    border-bottom-color: #e3e3e3;
    border-width: 8px;
    margin-right: -8px;
}*/

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #888;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:focus .caret,
.navbar-default .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        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:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.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.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-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:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    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-bottom-left-radius: 6px;
    border-top-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-bottom-left-radius: 3px;
    border-top-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:after,
.pager:before {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    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:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: 1px;
    border-radius: 3px
}

.label[href]:focus,
.label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-white {
    background-color: #fff;
    color: #131313 !important;
}

.label-input-sm {
    position: absolute;
    top: 16px;
    right: 15px;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #1164A8
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-warning--inverse {
    background-color: rgb(233,144,2,0.20);
    color: #e99002 !important;
}

.label-success--inverse {
    background-color: rgba(48,165,102,0.20);
    color: #30A566 !important;
}

.label-pro--inverse {
    background-color: rgba(144,27,183,0.20);
    color: #901BB7 !important;
}

.label-lite--inverse {
    background-color: rgba(128,179,51,0.2);
    color: #80b333 !important;
}

.label-info--inverse {
    background-color: rgba(17,100,168,0.20);
    color: #1164A8 !important;
}

.label-twitter--inverse {
    background-color: rgba(0,172,237,0.20);
    color: #00aced !important;
}

.label-facebook--inverse {
    background-color: rgba(59,89,152,0.20);
    color: #3B5998 !important;
}

.label-danger--inverse {
    background-color: rgba(231,76,60,0.2);
    color: #e74c3c !important;
}

.label-bold {
    font-weight: bold !important;
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: #fff;
}

.jumbotron h1 {
    line-height: 1;
	font-weight: 700;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%
}

a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.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: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-load-content.alert-success {
    color: #30a566 !important;
    background-color: #dff0d8 !important;
    border-color: #dff0d8 !important;
    box-shadow: 0;
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 6px
}

.progress-bar {
    padding: 5px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: hsla(0, 0%, 0%, 0.5);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #30A566
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: #e67e22
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: #e74c3c
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: -moz-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: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-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:focus,
a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7
}

.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: #fff;
    border: 2px solid transparent;
    border-radius: 0;
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
	padding: 5px;
    font-size: 16px
}

.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-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0px
}

.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: #e8e8e8;
}

.panel-default>.panel-heading {
    background-color: #E8E8E8;
	font-size: 16px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #3c9a5f;
    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-warning {
    border-color: #fbeed5
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    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
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.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: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .navbar-fixed-bottom,
.modal-open .navbar-fixed-top,
body.modal-open {
    margin-right: 15px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -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
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.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:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.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 screen and (min-width:768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    border-radius: 3px;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90);
    border-radius: 3px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
    border-radius: 3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
    border-radius: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px
}

.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-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.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: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    background-clip: padding-box
}

.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: 400;
    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 {
    border-width: 10px;
    content: ""
}

.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;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.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;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.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>a>img,
.carousel-inner>.item>img {
    display: block;
    height: auto;
    max-width: 100%;
    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: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    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;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    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 .icon-next,
    .carousel-control .icon-prev {
        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:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.pull-left-mo {
    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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
td.visible-lg,
td.visible-md,
td.visible-sm,
td.visible-xs,
th.visible-lg,
th.visible-md,
th.visible-sm,
th.visible-xs,
tr.visible-lg,
tr.visible-md,
tr.visible-sm,
tr.visible-xs {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
		margin-bottom: -26px;
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block!important
    }
    tr.visible-xs.visible-sm {
        display: table-row!important
    }
    td.visible-xs.visible-sm,
    th.visible-xs.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block!important
    }
    tr.visible-xs.visible-md {
        display: table-row!important
    }
    td.visible-xs.visible-md,
    th.visible-xs.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block!important
    }
    tr.visible-xs.visible-lg {
        display: table-row!important
    }
    td.visible-xs.visible-lg,
    th.visible-xs.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block!important
    }
    tr.visible-sm.visible-xs {
        display: table-row!important
    }
    td.visible-sm.visible-xs,
    th.visible-sm.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block!important
    }
    tr.visible-sm.visible-md {
        display: table-row!important
    }
    td.visible-sm.visible-md,
    th.visible-sm.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block!important
    }
    tr.visible-sm.visible-lg {
        display: table-row!important
    }
    td.visible-sm.visible-lg,
    th.visible-sm.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block!important
    }
    tr.visible-md.visible-xs {
        display: table-row!important
    }
    td.visible-md.visible-xs,
    th.visible-md.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block!important
    }
    tr.visible-md.visible-sm {
        display: table-row!important
    }
    td.visible-md.visible-sm,
    th.visible-md.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block!important
    }
    tr.visible-md.visible-lg {
        display: table-row!important
    }
    td.visible-md.visible-lg,
    th.visible-md.visible-lg {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block!important
    }
    tr.visible-lg.visible-xs {
        display: table-row!important
    }
    td.visible-lg.visible-xs,
    th.visible-lg.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block!important
    }
    tr.visible-lg.visible-sm {
        display: table-row!important
    }
    td.visible-lg.visible-sm,
    th.visible-lg.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block!important
    }
    tr.visible-lg.visible-md {
        display: table-row!important
    }
    td.visible-lg.visible-md,
    th.visible-lg.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

.hidden-xs {
    display: block!important
}

tr.hidden-xs {
    display: table-row!important
}

td.hidden-xs,
th.hidden-xs {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-xs,
    td.hidden-xs,
    th.hidden-xs,
    tr.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md,
    td.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg {
        display: none!important
    }
}

.hidden-sm {
    display: block!important
}

tr.hidden-sm {
    display: table-row!important
}

td.hidden-sm,
th.hidden-sm {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm,
    td.hidden-sm,
    th.hidden-sm,
    tr.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md,
    td.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg {
        display: none!important
    }
}

.hidden-md {
    display: block!important
}

tr.hidden-md {
    display: table-row!important
}

td.hidden-md,
th.hidden-md {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-md.hidden-xs,
    td.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm,
    td.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md,
    td.hidden-md,
    th.hidden-md,
    tr.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg,
    td.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg {
        display: none!important
    }
}

.hidden-lg {
    display: block!important
}

tr.hidden-lg {
    display: table-row!important
}

td.hidden-lg,
th.hidden-lg {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md,
    td.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg,
    td.hidden-lg,
    th.hidden-lg,
    tr.hidden-lg {
        display: none!important
    }
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
    .hidden-print,
    td.hidden-print,
    th.hidden-print,
    tr.hidden-print {
        display: none!important
    }
}

li.bottomhead b {
	font-size: 16px;
	color: #30A566;
	padding-bottom: 0.5em;
    margin-top: 1em;
}

li.bottomheadFoot b {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px;
    letter-spacing: 0.03em;
    line-height: 24px;
}

.light small {
    text-transform: none !important;
    font-weight: normal !important;
}

.light ul {
	list-style-type: none;
}

li.bottomhead {
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
}

.content {
    width: 100%;
    height: auto;
    color: #131313;
    padding: 30px 20px 70px;
    line-height: 1.6;
    background-color: #f2f2f2;
    margin-top: 33px;
    min-height: 620px;
}

.content-fix {
  margin-top: 0px !important;
  padding: 0px !important;
}

.light {
    margin-top: 0px !important;
    padding: 70px 20px 70px;
}

.contentLanding {
    width: 100%;
    height: auto;
    color: #131313;
    padding: 70px 0px 70px;
    line-height: 1.6;
    background-color: #fff;
}

.content .promoText, .contentLanding .promoText {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 600;
    line-height: 2;
    color: #333;
	font-size: 32px;
}

.content p, .contentLanding p {
	font-weight: 400;
	color: #8f8f8f;
    line-height: 32px;
}

h2.headText {
	text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

h2.headText-small {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.content h3.headText, .contentLanding h3.headText {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 50px;
}

.content h3.subText, .contentLanding h3.subText {
    text-align: center;
    font-weight: 400;
    color: #888;
    font-size: 20px;
    margin-bottom: 70px;
    margin-top: -10px;
}

.dark h2.headText {
	text-align: center;
	font-weight: 700;
}

.down {
	margin-top: 30px;
}

.imgCircle {
	border: 1px solid #e8e8e8;
}

.signupPromo {
	text-align: center;
	padding: 35px;
}

.signupPromo.row {
	text-align: center;
}

.signupPromo .input-group .form-control:last-child {
	border: none;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.signupPromo .input-group-addon:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 16px 32px;
}

.signupPromo .input-group-lg>.form-control {
	height: 57px;
}

.features.row {
	text-align: center;
}

.features .fa {
	margin-bottom: 12px;
	color: #30A566;
}

.imgSmallCircle {
	/*border: 2px solid #e8e8e8;
	padding: 30px;
	border-radius: 64px;
	width: 126px;
	margin: auto auto 12px auto;
	background-color: #fff;*/
	margin-bottom: 12px;
    color: #30A566;
}

.features .row img {
	text-align: center;
}

.features.row b {
	font-size: 16px;
}

.features.row p {
	margin-top: 12px;
	margin-bottom: 30px;
	font-size: 14px;
}

h2.step-head {
    font-size: 46px;
}

.step-text {
    color: #888;
    font-size: 16px;
    line-height: 32px;
}


.indexIcon {
	margin-top: 35px;
}

.header-rotated {
    background-image: url(../img/newHead.png);
    min-height: 942px;
    position: absolute;
    width: 100%;
    transform: skewY(9deg);
    transform-origin: 0;
    margin-top: -20%;
    overflow: hidden;
}

.header {
	background-image: url('/img/header.svg');
    background-color: #131313;
}

.header-full {
    height: 100%;
}

.bottomtext {
    margin-right: 10px;
    display: inline;
    font-size: 11px
}

.dark {
    background-color: #1a1a1a;
    color: #ffffff;
    display: block;
}

.copyright small {
    color: hsla(0,0%,100%,.4);
}

.bottom-logo {
    opacity: 0.7;
    transition: opacity .25s;
}

.bottom-logo:hover {
    opacity: 1;
    transition: opacity .25s;
}

.footer-spacer {
    background-color: #f2f2f2;
    height: 100px;
    width: 100%;
}

.footer-spacer.white {
    background-color: #fff;
}

.footer-cta {
    background-color: #6b7ee8;
    padding: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    transform: translateY(-100%);
    left: 15px;
    right: 15px;
}

.footer-cta h2.headText {
    margin: 0;
    padding: 0;
    margin-right: 32px;
    text-align: left;
}

.footer-cta small {
    color: hsla(0,0%,100%,.4);
}

.footer-cta--green {
    background-color: #041A0F;
    color: #fff
}

@media (min-width:767px) {
    .light {
        background-color: #131313;
        color: #fff;
        display: block;
    }

    .bottom-logo {
        vertical-align: middle;
    }
	
	.dark {
        background-color: #1a1a1a;
        color: #ffffff;
        display: block;
    }
	
    .light a,
    .light a:link,
    .light a:visited {
        color: hsla(0,0%,100%,.4);
    }

    .light a:hover {
        color: #fff;
        transition: color .25s;
    }

    .mobile {
        display: none
    }
	
	.light p {
		margin-bottom: 15px;
		font-size: 23px;
		font-weight: 200;
		text-align: center;
	}
	
	.light2 {
        background-color: #E8E8E8;
        padding: 50px;
        color: #2b2b2b;
        display: block;
    }
	
	.grey {
		background-color: #f2f2f2;
		color: #333;
        border-bottom-left-radius: 50% 20%;
        border-bottom-right-radius: 50% 20%;
	}
	
	.grey p {
		font-weight: 400;
        color: #8f8f8f;
	}
	
    .light2 a,
    .light2 a:hover,
    .light2 a:link,
    .light2 a:visited {
        color: #888;
        margin-right: 20px;
        margin-bottom: 5px;
    }
	
	.light2 p {
		margin-bottom: 15px;
		font-size: 23px;
		font-weight: 200;
		text-align: center;
	}
}

@media (max-width:767px) {

    .footer-cta {
        left: -10px;
        right: -10px;
        border-radius: 0px;
        padding: 32px;
    }

    .footer-cta h2.headText {
        width: 100%;
        font-size: 24px;
        text-align: center;
    }

    .jumbotron>.container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-cta {
        flex-direction: column;
    }

    .footer-cta>.btn {
        margin-top: 30px;
    }

    .contentLanding {
        padding: 0px 10px 0px
    }

    .content {
        padding: 70px 10px 70px !important;
    }

    .padding-top-140 {
        padding-top: 0;
    }

    .light {
        background-color: #131313;
        color: #fff;
        display: block;
    }

    .light a,
    .light a:link,
    .light a:visited {
        color: hsla(0,0%,100%,.4);
    }

    .light a:hover {
        color: #fff;
        transition: color .25s;
    }

    .light .col-xs-6 {
        margin-bottom: 25px;
    }

    .light ul {
        margin-left: -40px;
    }

    .copyright {
        margin-bottom: 30px;
    }
	
	.light2 {
		font-size: 8px;
	}
	
	.dark {
        background-color: #292929;
        color: #ffffff;
        display: block;
		font-size: 10px;
    }
    .mobile {
        background-color: #E8E8E8;
        color: #2b2b2b;
        display: none;
    }
    .bottomhead {
        font-size: 16px;
        margin-bottom: 15px;
    }
	
	.promotionImage {
		width: 100%;
	}

    .grey {
        background-color: #f9f9f9;
        color: #333;
    }
    
    .grey p {
        margin-bottom: 15px;
    }

    .usertypeContent {
        flex-direction: column !important
    }

    .usertypeContent .feature-image {
        flex-basis: 0 !important;
        margin: 0 0 30px
    }

    .usertypeContent .feature-text {
        flex-basis: 0 !important
    }
     
}

* Bootswatch v3.1.1 * Homepage: http: //bootswatch.com
* Copyright 2012-2014 Thomas Park * Licensed under MIT * Based on Bootstrap * //*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !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: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: hsl(209,15%,28%);
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #131313;
    text-decoration: none
}

a:hover,
a:focus {
    color: #454a54;
}

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: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #f5f5f5
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
    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: 600;
    line-height: 1;
    color: #999999
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 21px;
    margin-bottom: 10.5px
}

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: 10.5px;
    margin-bottom: 10.5px
}

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: 39px
}

h2,
.h2 {
    font-size: 32px
}

h3,
.h3 {
    font-size: 26px
}

h4,
.h4 {
    font-size: 19px
}

h5,
.h5 {
    font-size: 15px
}

h6,
.h6 {
    font-size: 13px
}

p {
    margin: 0 0 10.5px
}

.lead {
    margin-bottom: 21px;
    font-size: 17px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 22.5px
    }
}

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;
    hyphens: auto;
}

.text-muted {
    color: #999999
}

.text-primary {
    color: #008cba
}

a.text-primary:hover {
    color: #006687
}

.text-success {
    color: #43ac6a
}

a.text-success:hover {
    color: #358753
}

.text-info {
    color: #5bc0de
}

a.text-info:hover {
    color: #31b0d5
}

.text-warning {
    color: #e99002
}

a.text-warning:hover {
    color: #b67102
}

.text-danger {
    color: #f04124
}

a.text-danger:hover {
    color: #d32a0e
}

.bg-primary {
    color: #fff;
    background-color: #008cba
}

a.bg-primary:hover {
    background-color: #006687
}

.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: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #dddddd
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10.5px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 21px
}

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;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #dddddd
}

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: #6f6f6f
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #dddddd;
    border-left: 0;
    text-align: right
}

.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: 21px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 4px 8px;
    font-size: 90%;
    color: hsla(0, 0%, 0%, 0.5);
    background-color: #f5f5f5;
    white-space: nowrap;
    border-radius: 3px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    display: block;
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 14px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.loginContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}


@media (min-width:768px) {
    .container {
        width: 750px
    }
    .loginContainer {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
    .loginContainer {
        width: 470px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
    .loginContainer {
        width: 470px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -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-left: 15px;
    padding-right: 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: #fff
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 21px
}

.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: middle;
    border-top: 1px solid #f5f5f5
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #f5f5f5
}

.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 #dddddd
}

.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 #f5f5f5
}

.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 #f5f5f5
}

.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;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>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: 15.75px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
    .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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    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: 15px;
    line-height: 1.42857143;
    color: #6f6f6f
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 30px 0px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #292929;
    vertical-align: middle;
    background-color: #f9f9f9;
    border: 0px solid #fff;
    border-radius: 6px;
    -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;
    /*box-shadow: 0 0 0 1px rgba(4,26,15,0.1), 0 2px 4px -2px rgba(0,0,0,0.2);*/
}

.form-control:focus {
    /*border-color: #30A566;*/
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgba(48,165,102,.25)*/
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999999
}

.form-control::-webkit-input-placeholder {
    color: #999999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: initial;
    background-color: #f5f6f7;
    color: #62676d;
    opacity: 1
}

textarea.form-control {
    height: auto;
    padding: 15px 30px 0px 15px;
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="date"] {
    line-height: 35px
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.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;
    vertical-align: middle;
    font-weight: normal;
    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: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.input-lg {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 0
}

select.input-lg {
    height: 48px;
    line-height: 48px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 43.75px
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 26px;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    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: #43ac6a
}

.has-success .form-control {
    border-color: #43ac6a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #358753;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #85d0a1
}

.has-success .input-group-addon {
    color: #43ac6a;
    border-color: #43ac6a;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #43ac6a
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #e99002
}

.has-warning .form-control {
    border-color: #e99002;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #b67102;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #febc53
}

.has-warning .input-group-addon {
    color: #e99002;
    border-color: #e99002;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #e99002
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #f04124
}

.has-error .form-control {
    border-color: #f04124;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #d32a0e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f79483
}

.has-error .input-group-addon {
    color: #f04124;
    border-color: #f04124;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #f04124
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #626262
}

@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;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 28px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -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;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 64px;
    min-width: 160px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-grey {
    background-color: #fff;
}

.btn-grey:hover {
    background-color: #fafafb;
}

.btn-shadow-border {
    box-shadow: 0 0 0 1px rgba(20,11,47,0.1), 0 2px 4px -2px rgba(0,0,0,0.2);
}

.btn-shadow {
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
    border: 0.5px solid transparent;
}

.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: #333333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    background-color: #e3e3e3;
    border-color: #e3e3e3
}

.btn-default.btn-default-light {
    background-color: #f9f9f9;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #30a566;
    background-color: rgba(48,165,102,.05);
    border-color: rgba(48,165,102,.05);
}

.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: #e7e7e7;
    border-color: #dadada
}

.btn-default .badge {
    color: #e7e7e7;
    background-color: #333333
}

.btn-primary {
    color: #ffffff;
    background-color: #008cba;
    border-color: #0079a1
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #006d91;
    border-color: #004b63
}

.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: #008cba;
    border-color: #0079a1
}

.btn-primary .badge {
    color: #008cba;
    background-color: #ffffff
}

.btn-success {
    color: #ffffff;
    background-color: #30A566;
    border-color: #30A566;
    /*box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);*/
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #18a161;
    border-color: #18a161
}

.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: #30A566;
    border-color: #30A566
}

.btn-success .badge {
    color: #43ac6a;
    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: #e99002;
    border-color: #d08002
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #c17702;
    border-color: #935b01
}

.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: #e99002;
    border-color: #d08002
}

.btn-warning .badge {
    color: #e99002;
    background-color: #ffffff
}

.btn-danger {
    color: #ffffff;
    background-color: #e74c3c;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #dc2c0f;
    border-color: #b1240c
}

.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: #f04124;
    border-color: #ea2f10
}

.btn-danger .badge {
    color: #f04124;
    background-color: #ffffff
}

.btn-link {
    color: #008cba;
    font-weight: normal;
    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: #00526e;
    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: #999999;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 19px;
    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: 64px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 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 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    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 {
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-left: 30px;
    list-style: none;
    font-size: 15px;
    background-color: #ffffff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 2px 4px rgba(31,37,45,0.05);
}

li.dropdown>ul.dropdown-menu:after, li.dropdown>ul.dropdown-menu:before {
    bottom: 100%;
    left: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

/*li.dropdown>ul.dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

li.dropdown>ul.dropdown-menu:before {
    border-color: rgba(227, 227, 227, 0);
    border-bottom-color: #e3e3e3;
    border-width: 8px;
    margin-left: -8px;
}*/

li.dropdown>ul.dropdown-menu.pull-right {
    right: 30px;
    left: auto
}

div.dropdown>ul.dropdown-menu.pull-right {
    right: 0px;
    left: auto;
}

.dropdown-menu .divider {
    height: 2px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #fafafa;
}

.dropdown-menu>li>a {
    font-size: 14px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #888;
    white-space: nowrap;
}

.dropdown-menu>li>a>.svg-inline--fa, .dropdown-small>li>a>.svg-inline--fa {
    margin-right: 12px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: rgba(48,165,102,0.05);
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #30A566
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    color: #62676d;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-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: none
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)*/
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    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: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.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-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    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-left: 0;
    padding-right: 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: 65px;
    font-size: 19px;
    line-height: 1.33;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 48px;
    line-height: 48px
}

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: 0
}

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: 15px;
    font-weight: normal;
    line-height: 1;
    color: #6f6f6f;
    text-align: center;
    background-color: #f2f2f2;
    border: none;
    border-radius: 6px;
    min-width: 160px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 0
}

.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-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.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-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.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: 0px
}

.nav {
    margin-bottom: 0;
    padding-left: 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
}

.nav>li.activeMenu>a {
	border-color: transparent;
	color: #30A566;
    background-color: #f2f2f2
}

.nav>li.activeMenu>a:hover {
    border-color: transparent
}

.nav>li.disabled>a {
    color: #999999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #008cba
}

.nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #dddddd
}

.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: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #6f6f6f;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.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
    }

    .activeMenu::before {
        display: block;
        content: " ";
        width: 15px;
        height: 15px;
        background: transparent;
        position: absolute;
        right: 0px;
        top: -15px;
        box-shadow: 8px 8px 0px 0px #f2f2f2;
        border-bottom-right-radius: 6px;
    }

    .activeMenu::after {
        display: block;
        content: " ";
        width: 15px;
        height: 15px;
        background: transparent;
        position: absolute;
        right: 0px;
        bottom: -15px;
        box-shadow: 8px -8px 0px 0px #f2f2f2;
        border-top-right-radius: 6px;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 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: 0
}

.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: #008cba
}

.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 {
    text-align: center;
    margin-bottom: 5px
}

.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: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 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-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 45px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.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-left: 0;
        padding-right: 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;
    padding: 12px 15px;
    font-size: 19px;
    line-height: 32px;
    margin-left: 5px;
}

.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: absolute;
    right: 0px;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 5.5px;
    margin-bottom: 5.5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: none
}

.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: 6px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px
}

@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: 21px
    }
    .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;
		padding-top: 4px;
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .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 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 5px;
    margin-bottom: 5px
}

@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;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 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;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 50px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-radius: 6px;
    padding: 15px 0px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 2px 4px rgba(31,37,45,.05);
}


.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-btn.btn-sm {
    margin-top: 7.5px;
    margin-bottom: 7.5px
}

.navbar-btn.btn-xs {
    margin-top: 11.5px;
    margin-bottom: 11.5px
}

.navbar-text {
    margin-top: 12px;
    margin-bottom: 12px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: transparent;
    padding: 40px 60px;
}

.navbar-default .navbar-brand {
    color: #ffffff
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #ffffff
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 32px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #30A566;
    transition: color .25s
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    border: 1px solid #30A566;
	border-radius: 64px;
    min-width: 120px;
    text-align: center;
	background-color: #30A566
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-nav>.open>a {
    color: #292929;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #30A566;
    background-color: transparent;
}

@media (max-width:767px) {
    input, textarea {   
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #292929
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #30A566;
        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: #30A566;
        background-color: transparent
    }
    .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: #cccccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #ffffff
}

.navbar-default .navbar-link:hover {
    color: #ffffff
}

.navbar-inverse {
    background-color: #008cba;
    border-color: #006687
}

.navbar-inverse .navbar-brand {
    color: #ffffff
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #ffffff
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: #006687
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #006687
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: transparent
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: transparent
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #007196
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #ffffff;
    background-color: transparent;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #006687
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #006687
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: #006687
    }
    .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: #006687
    }
    .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: #444444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #ffffff
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #999999
}

.breadcrumb>.active {
    color: #333333
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 21px 0;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    padding: 10px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #008cba;
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #30A566;
    background-color: rgba(48,165,102,0.05);
    border-color: transparent
}

.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;
    background-color: #008cba;
    border-color: transparent;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: transparent;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 19px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.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-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pager {
    padding-left: 0;
    margin: 21px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee
}

.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: #999999;
    background-color: transparent;
    cursor: not-allowed
}

.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: 1px;
    border-radius: 6px;
}

.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: #999999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #008cba
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #006687
}

.label-success {
    background-color: #30A566
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #358753
}

.label-info {
    background-color: #1164A8
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #1164A8
}

.label-warning {
    background-color: #e99002
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #b67102
}

.label-danger {
    background-color: #f04124
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #d32a0e
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #e7e7e7;
    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: #008cba;
    background-color: #ffffff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 0px;
    color: #fff
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 35px;
    font-size: 23px;
    font-weight: 200
}

.jumbotron small {
    font-size: 13px;
    color: #fff;
}

.container .jumbotron {
    border-radius: 0
}

.jumbotron .container {
    max-width: 100%
}

@media ( max-resolution: 1.999dppx) {
    @media screen and (min-width:768px) {
        .jumbotron {
            padding: 140px 20px 70px;
        }

        .jumbotron-full {
            padding: 10vh 20px 70px;
        }

        .container .jumbotron {
            padding-left: 60px;
            padding-right: 60px
        }
        .jumbotron h1,
        .jumbotron .h1 {
            font-size: 48px
        }

        .landing-container {
            margin: auto auto;
            width: 66.66666667%;
        }
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #008cba
}

.thumbnail .caption {
    padding: 9px;
    color: #222222
}

.alert {
    padding: 20px;
    margin-bottom: 21px;
    border: 1px solid transparent;
    border-radius: 6px;
}

.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 {
    background-color: #30A566;
    border-color: #30A566;
    color: #ffffff
}

.alert-success hr {
    border-top-color: #358753
}

.alert-success .alert-link {
    color: #e6e6e6
}

.alert-info {
    background-color: #6B7EE8;
    border-color: #6B7EE8;
    color: #ffffff
}

.alert-info hr {
    border-top-color: #2aabd2
}

.alert-info .alert-link {
    color: #e6e6e6
}

.alert-warning {
    background-color: #e99002;
    border-color: #d08002;
    color: #ffffff
}

.alert-warning hr {
    border-top-color: #b67102
}

.alert-warning .alert-link {
    color: #e6e6e6
}

.alert-danger {
    background-color: #C93232;
    border-color: #C93232;
    color: #ffffff
}

.alert-danger hr {
    border-top-color: #d32a0e
}

.alert-danger .alert-link {
    color: #e6e6e6
}

@-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 {
    overflow: hidden;
    height: 21px;
    margin-bottom: 21px;
    background-color: #f2f2f2;
    border-radius: 6px
}

.progress-bar {
    padding: 5px;
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    background-color: #30A566;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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: #43ac6a
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #e99002
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #f04124
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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 {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555555
}

a.list-group-item .list-group-item-heading {
    color: #333333
}

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: #008cba;
    border-color: #008cba
}

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: #87e1ff
}

.list-group-item-success {
    color: #43ac6a;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #43ac6a
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #43ac6a;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #43ac6a;
    border-color: #43ac6a
}

.list-group-item-info {
    color: #5bc0de;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #5bc0de
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #5bc0de;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de
}

.list-group-item-warning {
    color: #e99002;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #e99002
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #e99002;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #e99002;
    border-color: #e99002
}

.list-group-item-danger {
    color: #f04124;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #f04124
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #f04124;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #f04124;
    border-color: #f04124
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 21px;
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 0;
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
	padding: 5px;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.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-right-radius: -1;
    border-top-left-radius: -1
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.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-right-radius: -1;
    border-top-left-radius: -1
}

.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: -1
}

.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: -1
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.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: -1
}

.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: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #dddddd
}

.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 {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 21px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden
}

.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 #dddddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd
}

.panel-default {
    border-color: #e8e8e8;
}

.panel-default>.panel-heading {
    background-color: #e8e8e8;
	font-size: 16px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #dddddd
}

.panel-primary {
    border-color: #008cba
}

.panel-primary>.panel-heading {
    color: #ffffff;
    background-color: #008cba;
    border-color: #008cba
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #008cba
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #008cba
}

.panel-success {
    border-color: #3c9a5f
}

.panel-success>.panel-heading {
    color: #fff;
    background-color: #3c9a5f;
    border-color: #3c9a5f
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #3c9a5f
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #3c9a5f
}

.panel-info {
    border-color: #3db5d8
}

.panel-info>.panel-heading {
    color: #5bc0de;
    background-color: #d9edf7;
    border-color: #3db5d8
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #3db5d8
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #3db5d8
}

.panel-warning {
    border-color: #d08002
}

.panel-warning>.panel-heading {
    color: #e99002;
    background-color: #fcf8e3;
    border-color: #d08002
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d08002
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d08002
}

.panel-danger {
    border-color: #ea2f10
}

.panel-danger>.panel-heading {
    color: #f04124;
    background-color: #f2dede;
    border-color: #ea2f10
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ea2f10
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ea2f10
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -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
}

.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;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 6px;
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
    border-radius: 6px;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
    border-radius: 6px;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
    border-radius: 6px;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #333333;
    border-radius: 6px
}

.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: #333333
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #333333
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #333333
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #333333
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #333333
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #333333;
    background-clip: padding-box;
    border: 1px solid #333333;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #333333;
    border-bottom: 1px solid #262626;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #000000;
    border-top-color: rgba(0, 0, 0, 0.05);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #333333
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #000000;
    border-right-color: rgba(0, 0, 0, 0.05)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #333333
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #000000;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #333333
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #000000;
    border-left-color: rgba(0, 0, 0, 0.05)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #333333;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 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 {
    content: " ";
    display: table
}

.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-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    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
    }
}

.navbar {
    border: none;
    font-size: 13px;
    font-weight: 300;
    position: fixed;
    width: 100%;
    -webkit-transition: all .25s linear;
    -khtml-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
    will-change: top;
    top: 0px;
}

.navbar .navbar-toggle:hover .icon-bar {
    background-color: #b3b3b3
}

.navbar-collapse {
    border-top-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar .btn {
    padding-top: 6px;
    padding-bottom: 6px
}

.navbar .dropdown-menu {
    border: none
}

.navbar .dropdown-menu>li>a,
.navbar .dropdown-menu>li>a:focus {
    background-color: transparent;
    font-size: 14px;
	border-radius: 0;
}

.navbar .dropdown-header {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-default .dropdown-menu {
    background-color: #fff;
}

.navbar-default .dropdown-menu>li>a,
.navbar-default .dropdown-menu>li>a:focus {
    color: #888;
}

.navbar-default .dropdown-menu>li>a:hover,
.navbar-default .dropdown-menu>.active>a,
.navbar-default .dropdown-menu>.active>a:hover {
    background-color: #f9f9f9;
    transition: background-color .25s;
}

.navbar-inverse .dropdown-menu {
    background-color: #008cba
}
 
.navbar-inverse .dropdown-menu>li>a,
.navbar-inverse .dropdown-menu>li>a:focus {
    color: #ffffff
}

.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>.active>a,
.navbar-inverse .dropdown-menu>.active>a:hover {
    background-color: #006687
}

.btn {
    padding: 14px 28px;
}

.btn-lg {
    padding: 16px 32px;
    border-radius: 64px;
}

.btn-sm {
    padding: 8px 16px;
}

.btn-xs {
    padding: 4px 8px;
}

.btn-group .btn~.dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px
}

.btn-group .dropdown-menu {
    border-top-width: 0
}

.btn-group.dropup .dropdown-menu {
    border-top-width: 1px;
    border-bottom-width: 0;
    margin-bottom: 0
}

.btn-group .dropdown-toggle.btn-default~.dropdown-menu {
    background-color: #e7e7e7;
    border-color: #dadada
}

.btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a {
    color: #333333
}

.btn-group .dropdown-toggle.btn-default~.dropdown-menu>li>a:hover {
    background-color: #d3d3d3
}

.btn-group .dropdown-toggle.btn-primary~.dropdown-menu {
    background-color: #008cba;
    border-color: #0079a1
}

.btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a {
    color: #ffffff
}

.btn-group .dropdown-toggle.btn-primary~.dropdown-menu>li>a:hover {
    background-color: #006d91
}

.btn-group .dropdown-toggle.btn-success~.dropdown-menu {
    background-color: #43ac6a;
    border-color: #3c9a5f
}

.btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a {
    color: #ffffff
}

.btn-group .dropdown-toggle.btn-success~.dropdown-menu>li>a:hover {
    background-color: #388f58
}

.btn-group .dropdown-toggle.btn-info~.dropdown-menu {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a {
    color: #ffffff
}

.btn-group .dropdown-toggle.btn-info~.dropdown-menu>li>a:hover {
    background-color: #39b3d7
}

.btn-group .dropdown-toggle.btn-warning~.dropdown-menu {
    background-color: #e99002;
    border-color: #d08002
}

.btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a {
    color: #ffffff
}

.btn-group .dropdown-toggle.btn-warning~.dropdown-menu>li>a:hover {
    background-color: #c17702
}

.btn-group .dropdown-toggle.btn-danger~.dropdown-menu {
    background-color: #f04124;
}

.btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a {
    color: #ffffff
}

.btn-group .dropdown-toggle.btn-danger~.dropdown-menu>li>a:hover {
    background-color: #dc2c0f
}

.lead {
    color: #6f6f6f
}

cite {
    font-style: italic
}

blockquote {
    border-left-width: 1px;
    color: #6f6f6f
}

blockquote.pull-right {
    border-right-width: 1px
}

blockquote small {
    font-size: 12px;
    font-weight: 300
}

table {
    font-size: 14px
}

input,
.form-control {
    /*padding: 7px*/
}

label,
.control-label,
.help-block,
.checkbox,
.radio {
    font-size: 12px;
    font-weight: normal
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: transparent
}

.nav-tabs>li>a {
    background-color: #e7e7e7;
    color: #222222
}

.nav-tabs .caret {
    border-top-color: #222222;
    border-bottom-color: #222222
}

.nav-pills {
    font-weight: 300
}

.breadcrumb {
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase
}

.pagination {
    font-size: 12px;
    font-weight: 300;
    color: #999999
}

.pagination>li>a,
.pagination>li>span {
    margin-left: 4px;
    color: #999999
}

.pagination>.active>a,
.pagination>.active>span {
    color: #fff
}

.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a,
.pagination>li>span,
.pagination>li:first-child>span,
.pagination>li:last-child>span {
    border-radius: 6px
}

.pagination-lg>li>a {
    padding-left: 22px;
    padding-right: 22px
}

.pagination-sm>li>a {
    padding: 0 5px
}

.pager {
    font-size: 12px;
    font-weight: 300;
    color: #999999
}

.list-group {
    font-size: 12px;
    font-weight: 300
}

.close {
    opacity: 0.4
}

.close:hover,
.close:focus {
    opacity: 1
}

.alert {
    font-size: 12px;
    font-weight: 300
}

.alert a,
.alert .alert-link {
    font-weight: normal;
    color: #fff;
    text-decoration: underline
}

.alert .close {
    color: #fff;
    text-decoration: none
}

.alert .close:hover,
.alert .close:focus {
    color: #fff
}

.label {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 6px;
    font-weight: 300;
    vertical-align: 1px;
}

.label-default {
    background-color: #f9f9f9;
    color: #62676d
}

.badge {
    font-weight: 300
}

.progress {
    height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dropdown-menu {
    padding: 0;
    margin-top: 10px;
    font-size: 12px
}

.dropdown-menu>li>a {
    padding: 16px
}

.dropdown-header {
    padding-left: 15px;
    padding-right: 15px;
}

.popover {
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

.panel-heading,
.panel-footer {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.colordot {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.green {
    background-color: #2fcc66;
}

.yellow {
    background-color: #f1c40f;
}

.orange {
    background-color: #F7AD14;
}

.red {
    background-color: #e74c3c;
}

.status-green {
    color: #2fcc66;
}

.status-yellow {
    color: #f1c40f;
}

.status-orange {
    color: #F7AD14;
}

.status-red {
    color: #e74c3c;
}

.status-grey {
    color: hsla(0, 0%, 0%, 0.5);
}

.overlayPopup {
	background:rgba(0,0,0,0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 300;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    -webkit-transition: opacity .3s, visibility .3s;
}

.overlayPopup.shown {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
    -webkit-transition: opacity .3s, visibility .3s;
}

.overlay-mobile-popup {
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 300;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: none;
}

.overlay-mobile-content {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.8;
    margin: 1.75rem auto;
}

.overlay-mobile-content > ul {
    list-style-type: none;
}

.overlay-mobile-content > ul > li {
    list-style-type: none;
    margin-bottom: 1em;
}

.overlay-mobile-content > ul > li > a {
    font-size: 20px;
    margin-bottom: 20px;
}

.overlayContent {
    -webkit-box-shadow: 0 15px 35px hsla(0,0%,0%,.1);
    -moz-box-shadow: 0 15px 35px hsla(0,0%,0%,.1);
    box-shadow: 0;
    position: relative;
}

.overlayPopup.shown .overlayContainer {
    transform: translateY(1.75rem) !important;
    margin-top: 0rem !important;
    transition: transform .3s;
    -webkit-transition: transform .3s;
}

.overlayContentBar {
    margin-top: 10px;
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
}

.overlayContentData {
    padding: 30px;
    background-color: #fff;
	font-size: 14px;
	line-height: 1.8;
}

.overlayClose {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 11px;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 0px 6px 0px 6px;
    color: #8f8f8f;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.overlayClose:hover {
    background-color: rgba(48,165,102,0.05);
    color: #30a566;
}

.overlayClose::after {
    content: '\2715';
}

.overlayContentClose {
	float: right;
	margin-top: 15px;
	color: #fff;
	font-size: 12px;
}

.dashboardBox {
	background-color: #42A842;
	padding: 30px;
	font-size: 18px;
	color: #fff;
	float: left;
}

.dashboardLightBox {
	background-color: #5cb85c;
	padding: 30px;
	color: #7BD17B;
	float: left;
	font-size: 18px;
}

#fb-root {
    display: none;
}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.88);-webkit-transform:scale(0.88);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.usertypeContent {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 120px 0
}

.usertypeContent small {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}

.usertypeContent p {
    line-height: 32px;
    margin-bottom: 1.5em;
}

.usertypeContent h2 {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 600;
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1680px){
    .usertypeContent .feature-image {
        flex: 0 1 448px;
        -webkit-flex: 0 1 448px; /* Safari 6.1+ */
        -ms-flex: 0 1 448px; /* IE 10 */ 
    }

    .usertypeContent .feature-text {
        flex: 0 1 560px;
        -webkit-flex: 0 1 560px; /* Safari 6.1+ */
        -ms-flex: 0 1 560px; /* IE 10 */ 
    }
}

@media screen and (max-width: 1680px){
    .usertypeContent .feature-image {
        flex: 0 1 448px;
        -webkit-flex: 0 1 448px; /* Safari 6.1+ */
        -ms-flex: 0 1 448px; /* IE 10 */ 
    }

    .usertypeContent .feature-text {
        flex: 0 1 448px;
        -webkit-flex: 0 1 448px; /* Safari 6.1+ */
        -ms-flex: 0 1 448px; /* IE 10 */ 
    }
}


.reverse-feature {
    flex-direction: row-reverse
}

.featureText {
    line-height: 32px;
}

.angleFix {
    margin-left: 5px;
    margin-top: -0.5px;
    vertical-align: middle;
}

    .dropdown .dropdown-menu{
        display: block;
        visibility: hidden; 
        opacity:0;
    }

    .dropdown.dd-force .dropdown-menu{
        display: block;
        visibility: hidden; 
        opacity: 0;
    }

    .dropdown.dd-force.open .dropdown-menu{
        display: block;
        visibility: visible; 
        opacity: 1;
        margin-top: 0px;
    }

    li.dropdown:hover > ul.dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
    }

    div.dropdown.open > ul.dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 20px;
    }

    .dropdown-toggle {
        cursor: pointer;
    }

a.featureLink {
    color: #30A566;
    transition: color .25s;
}

a.featureLink:hover {
	color: #18a161;
	transition: color .25s;
}

p.steps {
    line-height: 32px;
    color: #888;
    margin-bottom: 1.5em;
    font-weight: 400;
    font-size: 16px;
}

.step-content {
    margin: 45px;
}

.step-content h2 {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 600;
    line-height: 40px;
    font-size: 36px;
    margin-bottom: 0.5em;
}

.leftHeader {
    font-weight: bold !important;
    margin-left: 15px !important;
}

.rightHeader {
    font-weight: normal !important;
}

.blogPost {
    margin-bottom: 50px;
    line-height: 32px;
    text-align: left;
}

.blogPost p {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
}

ul.dropdown {
    display: block;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: 20px;
}

.scroll {
    padding: 12px 60px;
    background-color: #fff;
    /*box-shadow: 0 3px 10px rgba(31,37,45,0.05);*/
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
}

.scrollItem {
    color: #292929 !important;
}

.scrollItem:hover, .scrollItem:focus {
    color: #30A566 !important;
}

.active>a.scrollItem {
    color: #fff !important;
}

.dropdown-menu>li>a {
    color: #888 !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #30a566 !important;
}

.login {
    padding: 12px 40px;
    position: relative;
}

.nondex {
    padding: 12px 60px;
    background-image: url(../img/newHead.png);
    position: fixed;
}

.refdex {
    padding: 12px 0;
    background-image: url(../img/newHead.png);
    position: static;
    margin-left: -25px;
}

.refContent {
    margin-top: 0 !important;
}

.campaignData {
    display: inline;
}

.clientNav {
    padding: 12px !important;
    position: static !important;
}

.landing-heading {
    font-family: 'Source Sans', sans-serif;
}

.landing-subheading {
    margin-top: 42px;
    margin-bottom: 20px;
    font-weight: bold;
}

@media (max-width: 768px) {

    .jumbotron small {
        font-size: 11px;
    }

    .landing-heading {
        font-size: 28px;
    }

    .landing-subheading {
        font-size: 16px;
    }

    .fa-layers {
        vertical-align: -.250em
    }

    .nl-fix {
        margin-top: 5px !important;
        text-align: left !important;
    }

    .nl-fix-15 {
        margin-top: 15px !important;
        text-align: left !important;
    }

    .nl-fix-25 {
        margin-top: 25px !important;
        text-align: left !important;
    }

    .header {
        background-size: cover;
    }

    .navbar-default {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .login {
        padding-left: 25px !important;
        padding-right: 5px !important;
    }

    .nondex {
        position: fixed;
    }

    .jumbotron {
        margin-top: 0px;
        padding: 90px 20px 70px;
    }

    .content {
        margin-top: 0px;
    }

    .campaignData {
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    .contentWellHead {
        text-align: center;
    }

    .btn {
        min-width: 120px !important;
        width: auto !important;
    }

    .header-rotated {
    	min-height: 520px;
    	position: absolute;
    }

    .logo {
    	position: relative;
    }

    .heading-image {
        display: block;
        margin: auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .heading-image {
        display: block;
        margin: auto;
        width: 75%;
    }
}

.hbFix {
    margin-top: 5px;
}

.cirImg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-position: top center;
    border-radius: 50%;
}

.cirImg.big {
    width: 120px;
    height: 120px;
}

.db-lgText {
    color: #30A566;
    font-weight: bold;
    font-size: 28px;
}

.db {
    color: #30a566;
    background: -webkit-linear-gradient(120deg, #0c8246, #18ae67);
    background:    -moz-linear-gradient(120deg, #0c8246, #18ae67); 
    background:     -ms-linear-gradient(120deg, #0c8246, #18ae67); 
    background:      -o-linear-gradient(120deg, #0c8246, #18ae67); 
    background:         linear-gradient(120deg, #0c8246, #18ae67);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.notifyBox {
	border-radius: 4px;
	background-color: transparent;
	padding: 30px;
	margin-bottom: 20px;
	min-height: 20px;
	color: #fff;
}

.notifyBox.greenUpdate {
	background: rgba(69,230,157,1);
	background: -moz-linear-gradient(-45deg, rgba(69,230,157,1) 0%, rgba(48,165,102,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(69,230,157,1)), color-stop(100%, rgba(48,165,102,1)));
	background: -webkit-linear-gradient(-45deg, rgba(69,230,157,1) 0%, rgba(48,165,102,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(69,230,157,1) 0%, rgba(48,165,102,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(69,230,157,1) 0%, rgba(48,165,102,1) 100%);
	background: linear-gradient(135deg, rgba(69,230,157,1) 0%, rgba(48,165,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45e69d', endColorstr='#30A566', GradientType=1 );
	color: #fff;
}

.notifyBox.purpleUpdate {
	background: rgba(132,120,222,1);
	background: -moz-linear-gradient(-45deg, rgba(132,120,222,1) 0%, rgba(149,42,176,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(132,120,222,1)), color-stop(100%, rgba(149,42,176,1)));
	background: -webkit-linear-gradient(-45deg, rgba(132,120,222,1) 0%, rgba(149,42,176,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(132,120,222,1) 0%, rgba(149,42,176,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(132,120,222,1) 0%, rgba(149,42,176,1) 100%);
	background: linear-gradient(135deg, rgba(132,120,222,1) 0%, rgba(149,42,176,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8478de', endColorstr='#952ab0', GradientType=1 );
}

.formLabel {
    font-weight: 800;
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px;
    letter-spacing: 0.03em;
    line-height: 17px;
}

.campaignType {
    box-shadow: 0;
    -webkit-box-shadow: 0;
    margin-bottom: 0px;
}

.lp-video {
    width: 160px;
    height: 120px;
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    opacity: 0.3;
    box-shadow: 0 3px 10px 0 rgba(31,37,45,0.2);
    margin: 10px;
    border-radius: 4px;
}

.blog-avatar-wrap {
    top: -59px;
    left: 50%;
    position: relative;
}

.blog-avatar {
    width: 64px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.header-links {
    padding: 10px;
}

.header-links-active {
    background-color: rgba(48,165,102,0.05) !important;
    color: #30A566 !important;
    border-radius: 6px;
    padding: 10px;
    font-weight: bold;
}

.header-links-active>.headerTextCount {
    color: #30A566;
}

.attachment-image {
    margin-top: 30px;
}

.recImg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-position: top center;
    border-radius: 3px;
}

.recImg.big {
    width: 120px;
    height: 120px;
}

.form-new-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-new-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #888;
}

.form-new-group textarea:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-new-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #888;
}

.form-new-group input::-webkit-input-placeholder, .form-new-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-new-group input:-ms-input-placeholder, .form-new-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-new-group input::-ms-input-placeholder, .form-new-group textarea::-ms-placeholder {
  color: transparent;
}

.form-new-group input::-moz-placeholder, .form-new-group textarea::-moz-placeholder {
  color: transparent;
}

.form-new-group input::placeholder, .form-new-group textarea::placeholder {
  color: transparent;
}

.form-new-group {
  position: relative;
  margin-bottom: 1rem;
}

:root {
  --input-padding-x: 1.25rem;
  --input-padding-y: 1.25rem;
}

.form-new-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #888;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
  font-size: 14px;
  cursor: text;
  z-index: 2;
  text-align: left;
}

.form-new-group > input,
.form-new-group > label,
.form-new-group > textarea {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.emoji {
    width: 48px;
    margin: 5px;
    transition: all ease-in-out .25s;
    cursor: pointer;
}

.emoji.is-active {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transform: scale(1.25);
}

.emoji.is-not-active {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transform: scale(1.0);
    cursor: pointer;
}

.emoji:hover {
    transform: scale(1.25);
    transition: all ease-in-out .25s;
}

.grayscale-icon {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.checkbox-container {
  color: #888;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.new-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 2px solid #888;
  border-radius: 6px;
}

.checkbox-container:hover input ~ .new-checkbox {
  background-color: #fff;
}

.checkbox-container input:checked ~ .new-checkbox {
  background-color: #30A566;
  border-color: #30A566;
}

.new-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .new-checkbox:after {
  display: block;
}

.checkbox-container .new-checkbox:after {
  left: 3px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-align {
    display: inline-block;
}

.header-wrap {
    display: table;
}

.header-wrap-text {
    display: table-cell;
    vertical-align: middle;
}

.header-wrap-text small {
    font-size: 15px;
}

.mainHeader small {
    font-size: 15px;
}

.btn-selector {
    border: 0px solid #fff;
    background-color: #f9f9f9;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 6px;
}

.btn-selector-light>.btn-selector {
    background-color: #f9f9f9;
    padding: 12px 24px;
}

.btn-selector-light {
    margin-right: 12px;
}

.btn-selector:focus, .btn-selector:focus-within {
    border-color: #30A566;
    outline: 0;
}

.btn-selector:active {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: #30A566;
}

.dropdown-border {
    border: 1px solid #f2f2f2
}

.progress-circle {
   font-weight: 300;
   margin: 5px;
   position: relative; /* so that children can be absolutely positioned */
   padding: 0;
   width: 5em;
   height: 5em;
   background-color: #e3e3e3; 
   border-radius: 50%;
   line-height: 5em;
}

.progress-circle:after{
    border: none;
    position: absolute;
    top: 0.35em;
    left: 0.35em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.3em;
    height: 4.3em;
    background-color: white;
    content: " ";
}

.progress-red {
    color: #e74c3c;
}

.progress-green {
    color: #30A566;
}

.progress-orange {
    color: #F7AD14;
}

/* Text inside the control */
.progress-circle span {
    position: absolute;
    line-height: 5em;
    width: 5em;
    text-align: center;
    display: block;
    z-index: 1;
    font-weight: bold;
}
.left-half-clipper { 
   /* a round circle */
   border-radius: 50%;
   width: 5em;
   height: 5em;
   position: absolute; /* needed for clipping */
   clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ 
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
   clip: rect(auto,auto,auto,auto);
}
.value-bar {
   /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/ 
   position: absolute; /*needed for clipping*/
   clip: rect(0, 2.5em, 5em, 0);
   width: 5em;
   height: 5em;
   border-radius: 50%;
   border: 0.45em solid; /*The border is 0.35 but making it larger removes visual artifacts */
   /*background-color: #4D642D;*/ /* for debug */
   box-sizing: border-box;
  
}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
   /*Progress bar for the first 50%, filling the whole right half*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 5em, 5em, 2.5em);
   background-color: #e3e3e3;
   border-radius: 50%;
   width: 5em;
   height: 5em;
}
.progress-circle:not(.over50) .first50-bar{ display: none; }


/* Progress bar rotation position */
.progress-circle.p0 .value-bar { display: none; }
.progress-circle.p1 .value-bar { transform: rotate(4deg); }
.progress-circle.p2 .value-bar { transform: rotate(7deg); }
.progress-circle.p3 .value-bar { transform: rotate(11deg); }
.progress-circle.p4 .value-bar { transform: rotate(14deg); }
.progress-circle.p5 .value-bar { transform: rotate(18deg); }
.progress-circle.p6 .value-bar { transform: rotate(22deg); }
.progress-circle.p7 .value-bar { transform: rotate(25deg); }
.progress-circle.p8 .value-bar { transform: rotate(29deg); }
.progress-circle.p9 .value-bar { transform: rotate(32deg); }
.progress-circle.p10 .value-bar { transform: rotate(36deg); }
.progress-circle.p11 .value-bar { transform: rotate(40deg); }
.progress-circle.p12 .value-bar { transform: rotate(43deg); }
.progress-circle.p13 .value-bar { transform: rotate(47deg); }
.progress-circle.p14 .value-bar { transform: rotate(50deg); }
.progress-circle.p15 .value-bar { transform: rotate(54deg); }
.progress-circle.p16 .value-bar { transform: rotate(58deg); }
.progress-circle.p17 .value-bar { transform: rotate(61deg); }
.progress-circle.p18 .value-bar { transform: rotate(65deg); }
.progress-circle.p19 .value-bar { transform: rotate(68deg); }
.progress-circle.p20 .value-bar { transform: rotate(72deg); }
.progress-circle.p21 .value-bar { transform: rotate(76deg); }
.progress-circle.p22 .value-bar { transform: rotate(79deg); }
.progress-circle.p23 .value-bar { transform: rotate(83deg); }
.progress-circle.p24 .value-bar { transform: rotate(86deg); }
.progress-circle.p25 .value-bar { transform: rotate(90deg); }
.progress-circle.p26 .value-bar { transform: rotate(94deg); }
.progress-circle.p27 .value-bar { transform: rotate(97deg); }
.progress-circle.p28 .value-bar { transform: rotate(101deg); }
.progress-circle.p29 .value-bar { transform: rotate(104deg); }
.progress-circle.p30 .value-bar { transform: rotate(108deg); }
.progress-circle.p31 .value-bar { transform: rotate(112deg); }
.progress-circle.p32 .value-bar { transform: rotate(115deg); }
.progress-circle.p33 .value-bar { transform: rotate(119deg); }
.progress-circle.p34 .value-bar { transform: rotate(122deg); }
.progress-circle.p35 .value-bar { transform: rotate(126deg); }
.progress-circle.p36 .value-bar { transform: rotate(130deg); }
.progress-circle.p37 .value-bar { transform: rotate(133deg); }
.progress-circle.p38 .value-bar { transform: rotate(137deg); }
.progress-circle.p39 .value-bar { transform: rotate(140deg); }
.progress-circle.p40 .value-bar { transform: rotate(144deg); }
.progress-circle.p41 .value-bar { transform: rotate(148deg); }
.progress-circle.p42 .value-bar { transform: rotate(151deg); }
.progress-circle.p43 .value-bar { transform: rotate(155deg); }
.progress-circle.p44 .value-bar { transform: rotate(158deg); }
.progress-circle.p45 .value-bar { transform: rotate(162deg); }
.progress-circle.p46 .value-bar { transform: rotate(166deg); }
.progress-circle.p47 .value-bar { transform: rotate(169deg); }
.progress-circle.p48 .value-bar { transform: rotate(173deg); }
.progress-circle.p49 .value-bar { transform: rotate(176deg); }
.progress-circle.p50 .value-bar { transform: rotate(180deg); }
.progress-circle.p51 .value-bar { transform: rotate(184deg); }
.progress-circle.p52 .value-bar { transform: rotate(187deg); }
.progress-circle.p53 .value-bar { transform: rotate(191deg); }
.progress-circle.p54 .value-bar { transform: rotate(194deg); }
.progress-circle.p55 .value-bar { transform: rotate(198deg); }
.progress-circle.p56 .value-bar { transform: rotate(202deg); }
.progress-circle.p57 .value-bar { transform: rotate(205deg); }
.progress-circle.p58 .value-bar { transform: rotate(209deg); }
.progress-circle.p59 .value-bar { transform: rotate(212deg); }
.progress-circle.p60 .value-bar { transform: rotate(216deg); }
.progress-circle.p61 .value-bar { transform: rotate(220deg); }
.progress-circle.p62 .value-bar { transform: rotate(223deg); }
.progress-circle.p63 .value-bar { transform: rotate(227deg); }
.progress-circle.p64 .value-bar { transform: rotate(230deg); }
.progress-circle.p65 .value-bar { transform: rotate(234deg); }
.progress-circle.p66 .value-bar { transform: rotate(238deg); }
.progress-circle.p67 .value-bar { transform: rotate(241deg); }
.progress-circle.p68 .value-bar { transform: rotate(245deg); }
.progress-circle.p69 .value-bar { transform: rotate(248deg); }
.progress-circle.p70 .value-bar { transform: rotate(252deg); }
.progress-circle.p71 .value-bar { transform: rotate(256deg); }
.progress-circle.p72 .value-bar { transform: rotate(259deg); }
.progress-circle.p73 .value-bar { transform: rotate(263deg); }
.progress-circle.p74 .value-bar { transform: rotate(266deg); }
.progress-circle.p75 .value-bar { transform: rotate(270deg); }
.progress-circle.p76 .value-bar { transform: rotate(274deg); }
.progress-circle.p77 .value-bar { transform: rotate(277deg); }
.progress-circle.p78 .value-bar { transform: rotate(281deg); }
.progress-circle.p79 .value-bar { transform: rotate(284deg); }
.progress-circle.p80 .value-bar { transform: rotate(288deg); }
.progress-circle.p81 .value-bar { transform: rotate(292deg); }
.progress-circle.p82 .value-bar { transform: rotate(295deg); }
.progress-circle.p83 .value-bar { transform: rotate(299deg); }
.progress-circle.p84 .value-bar { transform: rotate(302deg); }
.progress-circle.p85 .value-bar { transform: rotate(306deg); }
.progress-circle.p86 .value-bar { transform: rotate(310deg); }
.progress-circle.p87 .value-bar { transform: rotate(313deg); }
.progress-circle.p88 .value-bar { transform: rotate(317deg); }
.progress-circle.p89 .value-bar { transform: rotate(320deg); }
.progress-circle.p90 .value-bar { transform: rotate(324deg); }
.progress-circle.p91 .value-bar { transform: rotate(328deg); }
.progress-circle.p92 .value-bar { transform: rotate(331deg); }
.progress-circle.p93 .value-bar { transform: rotate(335deg); }
.progress-circle.p94 .value-bar { transform: rotate(338deg); }
.progress-circle.p95 .value-bar { transform: rotate(342deg); }
.progress-circle.p96 .value-bar { transform: rotate(346deg); }
.progress-circle.p97 .value-bar { transform: rotate(349deg); }
.progress-circle.p98 .value-bar { transform: rotate(353deg); }
.progress-circle.p99 .value-bar { transform: rotate(356deg); }
.progress-circle.p100 .value-bar { transform: rotate(360deg); }

.select-hover:hover {
    background-color: #f9f9f9 !important;
}

.src-thumbnail-wrap {
    position: relative;
}

.src-thumbnail-duration {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 3px 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}

.src-thumbnail {
    border-radius: 6px;
    width: 100%;
    height: 128px;
    object-fit: cover;
}

.src-author-thumb {
    width: 24px !important;
    border: 1px solid #f2f2f2;
}

.client-preview {
    padding: 20px;
    background-color: #f9f9f9;
    color: #888;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 21px;
}

.client-list-view {
    height: 240px;
    background-color: hsl(0,0%,95%);
    color: #888;
    font-size: 14px;
    border-radius: 6px;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    position: relative;
    margin-bottom: 15px;
    transition: background 0.5s linear;
}

.client-data {
    margin-left: 10px;
}

.seconds-data {
    color: #ccc;
}

.grecaptcha-badge {
    display: none;
}

.contentWell {
    position: relative;
}

.contentWellStd.video-preview {
	background-color: black;
	padding: 0px;
	overflow: hidden;
	border-radius: 6px;
	margin: auto auto;
	margin-top: 36px;
	position: relative;
	margin-bottom: 42px;
}

.delete-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.85);
    z-index: 2;
    color: #131313;
    text-align: center;
    border-radius: 6px;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.delete-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.delete-overlay a {
    color: #fff;
    text-decoration: underline;
}

.delete-overlay>.message {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 16px;
    position: relative;
}

.delete-overlay>.message.completed {
    background-color: #dff0d8;
    border-radius: 6px;
    color: #30a566;
}

.position-relative {
    position: relative;
}

.bottom-10 {
    margin-bottom: 10px;
}

.bottom-5 {
    margin-bottom: 5px;
}

#reply:focus {
    box-shadow: 0 0 0 0rem rgba(0,0,0,0) !important;
}

textarea {
    resize: vertical;
}

.dropdown-menu>.disabled {
    display: none;
}

.form-error {
    color: #C93232;
}

.error, .error:focus {
    color: rgb(201, 50, 50); background-color: rgba(201, 50, 50, 0.25) !important;
}

.form-new-group>.error ~ label {
    color: rgb(201, 50, 50) !important;
}

.form-group>.error::placeholder {
    color: rgb(201, 50, 50) !important;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-140 {
    padding-top: 70px;
}

.green-gradient {
    background: linear-gradient(#041A0F, #062616);
}

.blog-post-preview {
    margin: 0 0 40px;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.blog-post-preview>.blog-head {
    background-color: #30A566;
    min-height: 5px;
    border-radius: 6px 6px 0 0;
}

.blog-post-preview>.blog-foot {
    background-color: #fff;
    min-height: 50px;
    padding: 36px;
    font-size: 16px;
    border-radius: 6px;
    border-top: 5px solid #30A566;
}

.blog-post-preview>.blog-foot>.formLabel {
    margin: 0 0 15px;
}

.comment-container {
    height: 60px;
    position: relative;
}

.support-text {
    font-weight: bold;
    font-size: 12px;
}

.bs-mini-wrap {
    color: #8f8f8f;
    font-size: 14px;
}

@media (max-width: 768px) {

    .btn-load-more {
        margin-bottom: 24px;
    }

    .bs-mini-wrap {
        margin-bottom: 20px;
    }

    .bs-mini>.btn-selector {
        min-width: 0px !important;
    }

    .filter-wrap>.campaign-filter {
        margin-right: 0px;
        width: 100%;
    }

    .filter-wrap>.campaign-filter>.btn-selector {
        border-radius: 0px;
        border-bottom: 1px solid #f2f2f2;
    }

    .filter-wrap>.top-filter>.btn-selector {
        border-radius: 6px 6px 0px 0px;
    }

    .filter-wrap>.bot-filter>.btn-selector {
        border-radius: 0px 0px 6px 6px;
        border-bottom: 0px;
    }

    .flex-right {
        flex: 1;
        text-align: right;
    }

    .flex-left {
        flex: 1;
        text-align: left;
    }

    .overlayContainer {
        transform: translateY(120px) !important;
        margin: 1.75rem auto;
        width: 100%;
        height: 100%;
        transition: transform .3s;
        -webkit-transition: transform .3s;
    }

    .overlayContent, .overlayContentData {
        border-radius: 0px;
    }

  .supportMsg {
    width: 100% !important;
    margin-bottom: 50px !important;
    position: relative;
  }

  .supportMsg:after, .supportMsg:before {
  bottom: 100%;
  left: 45px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  }

.supportMsg:after {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.supportMsg:before {
  border-color: rgba(255,255,255,0);
  border-bottom-color: #f5f5f5;
  border-width: 8px;
  margin-left: -8px;
}

  .supportAuthor {
    margin-right: 30px;
    margin-bottom: 30px !important;
  }

  .right {
    margin-right: 5px;
    margin-left: 30px;
    text-align: right;
  }

  .rightMsg {
    color: #fff;
    background-color: #30A566;
    border-color: #30A566;
  }

  .rightMsg:after, .rightMsg:before {
    bottom: 100%;
    right: 75px !important;
    left: auto !important;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .rightMsg:after {
    border-color: rgba(27, 183, 110, 0);
    border-bottom-color: inherit;
    border-width: 7px;
    margin-left: -30px;
  }
  .rightMsg:before {
    border-color: rgba(27, 183, 110, 0);
    border-bottom-color: inherit;
    border-width: 8px;
    margin-left: -31px;
  }

  .rightMsgFix {
    color: #222;
    background-color: #fff;
    border-color: #e3e3e3;
  }

  .rightMsgFix:after, .rightMsgFix:before {
    bottom: 100%;
    right: 75px !important;
    left: auto !important;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .rightMsgFix:after {
    border-color: rgba(27, 183, 110, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: -30px;
  }
  .rightMsgFix:before {
    border-color: rgba(27, 183, 110, 0);
    border-bottom-color: #f5f5f5;
    border-width: 8px;
    margin-right: -31px;
  }

  .greenMsg {
    color: #fff !important;
    background-color: #30A566 !important;
    border-color: #30A566 !important;
  }

  .greenMsg.pull-right:before {
    border-color: rgba(255,255,255,0) !important;
    border-bottom-color: #30A566 !important;
  }

  .greenMsg.pull-right:after {
    border-color: rgba(255,255,255,0) !important;
    border-bottom-color: #30A566 !important;
  }

  .greenMsg.pull-left:before {
    border-color: rgba(255,255,255,0) !important;
    border-bottom-color: #30A566 !important;
  }

  .greenMsg.pull-left:after {
    border-color: rgba(255,255,255,0) !important;
    border-bottom-color: #30A566 !important;
  }
}

@media (min-width: 768px) {

.flex-right {
    margin-left: 24px;
    text-align: left;
}

.overlayContainer {
    transform: translateY(120px) !important;
    margin: 1.75rem auto;
    width: 1168px;
    transition: transform .3s;
    -webkit-transition: transform .3s;
}

.overlayContainer.small {
    width: 468px;
}

.overlayContent, .overlayContentData {
    border-radius: 6px;
}

.supportMsg {
  width: 60%;
  position: relative;
}

.supportMsg:after, .supportMsg:before {
  right: 100%;
  top: 45px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.supportMsg:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-left-color: rgba(255,255,255,0);
  border-width: 7px;
  margin-top: -30px;
}

.supportMsg:before {
  border-color: rgba(227, 227, 227, 0);
  border-right-color: #f5f5f5;
  border-left-color: rgba(255,255,255,0);
  border-width: 8px;
  margin-top: -31px;
}

.supportAuthor {
  margin-right: 30px !important;
}

.right {
  margin-right: 0px !important;
  margin-left: 30px;
  text-align: right;
}

.rightMsg {
  color: #fff;
  background-color: #30A566;
  border-color: #30A566;
}

.rightMsg:after, .rightMsg:before {
  left: 100%;
  top: 45px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.rightMsg:after {
  border-color: rgba(27, 183, 110, 0);
  border-left-color: inherit;
  border-width: 7px;
  margin-top: -30px;
}
.rightMsg:before {
  border-color: rgba(27, 183, 110, 0);
  border-left-color: inherit;
  border-width: 8px;
  margin-top: -31px;
}

.rightMsgFix {
  color: #222;
  background-color: #fff;
  border-color: #e3e3e3;
}

.rightMsgFix:after, .rightMsgFix:before {
  left: 100%;
  top: 45px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.rightMsgFix:after {
  border-color: rgba(27, 183, 110, 0);
  border-left-color: #fff;
  border-right-color: rgba(255,255,255,0);
  border-width: 7px;
  margin-top: -30px;
}
.rightMsgFix:before {
  border-color: rgba(27, 183, 110, 0);
  border-left-color: #f5f5f5;
  border-right-color: rgba(255,255,255,0);
  border-width: 8px;
  margin-top: -31px;
}

.greenMsg {
  color: #fff !important;
  background-color: #30A566 !important;
  border-color: #30A566 !important;
}

.greenMsg.pull-right:before {
  border-color: rgba(255,255,255,0) !important;
  border-left-color: #30A566 !important;
  border-right-color: #30A566;
}

.greenMsg.pull-right:after {
  border-color: rgba(255,255,255,0) !important;
  border-left-color: #30A566 !important;
  border-right-color: #30A566;
}

.greenMsg.pull-left:before {
  border-color: rgba(255,255,255,0) !important;
  border-left-color: #30A566;
  border-right-color: #30A566 !important;
}

.greenMsg.pull-left:after {
  border-color: rgba(255,255,255,0) !important;
  border-left-color: #30A566;
  border-right-color: #30A566 !important;
}
}

.avatar {
  height: 33px;
  width: 33px;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
  padding: 7px;
}

.initials-lg {
    padding: 28px;
    font-size: 36px;
}

.avatar-site {
  margin-left: 10px;
  margin-bottom: -10px;
  padding: 5px !important;
}

.avatar-menu {
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
  padding: 0px;
}

.avatar-menu>.initials {
    padding: 1px;
}

.avatar-lb {
    margin-right: 10px;
    vertical-align: middle;
}

.avatar-support {
  height: 44px;
  width: 44px;
  margin-bottom: -10px;
  padding: 11px !important;
}

.avatar .initials {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase
}

.avatar-color-1 {
  background-color: #30A566;
  fill: #30A566;
}

.avatar-color-2 {
  background-color: #e74c3c;
  fill: #e74c3c;
}

.avatar-color-3 {
  background-color: #e67e22;
  fill: #e67e22;
}

.avatar-color-4 {
  background-color: rgb(63, 162, 247);
  fill: rgb(63, 162, 247);;
}

.avatar-color-5 {
  background-color: rgb(18, 113, 196);
  fill: rgb(18, 113, 196);
}

.avatar-color-6 {
  background-color: rgb(99, 114, 128);
  fill: rgb(99, 114, 128);;
}

.avatar-color-7 {
  background-color: rgb(255, 230, 69);
  fill: rgb(255, 230, 69);
}

.avatar-color-8 {
  background-color: rgb(38, 166, 154);
  fill: rgb(38, 166, 154);;
}

.avatar-color-9 {
  background-color: rgb(108, 228, 179);
  fill: rgb(108, 228, 179);;
}

.avatar-color-10 {
  background-color: rgb(201, 215, 223);
  fill: rgb(201, 215, 223);;
}

.avatar-color-11 {
  background-color: rgb(255, 211, 122);
  fill: rgb(255, 211, 122);
}

.avatar-color-12 {
  background-color: rgb(255, 64, 129);
  fill: rgb(255, 64, 129);
}

.avatar-color-13 {
  background-color: rgb(255, 171, 122);
  fill: rgb(255, 171, 122);
}

.avatar-color-14 {
  background-color: rgb(184, 241, 80);
  fill: rgb(184, 241, 80);
}

.avatar-color-15 {
  background-color: rgb(77, 208, 225);
  fill: rgb(77, 208, 225);
}

.avatar-color-16 {
  background-color: rgb(126, 97, 234);
  fill: rgb(126, 97, 234);;
}

.avatar-color-17 {
  background-color: rgb(179, 163, 237);
  fill: rgb(179, 163, 237);
}

.avatar-color-18 {
  background-color: rgb(102, 187, 106);
  fill: rgb(102, 187, 106);
}

.avatar-color-19 {
  background-color: rgb(46, 46, 127);
  fill: rgb(46, 46, 127);
}

.avatar-color-20 {
  background-color: rgb(242, 108, 115);
  fill: rgb(242, 108, 115);
}

.avatar-color-21 {
  background-color: rgb(186, 104, 200);
  fill: rgb(186, 104, 200);
}

.affThumb {
    margin-left: 10px;
    border-radius: 24px;
    width: 33px;
    margin-top: -11px;
    margin-bottom: -8px;
}

.comment-preview {
    margin-right: -15px;
    margin-left: 0px !important;
    border: 2px solid #fff;
}

.comment-preview.avatar-site {
    padding: 2px !important;
}

.comment-preview.avatar-site-on {
    padding: 5px !important;
}

.comment-preview.grey-comment {
    padding: 6px !important;
}

.grey-comment {
    background-color: #f5f6f7;
    color: #8f8f8f;
    min-width: 33px;
    width: auto;
    display: inline-block;
    border-radius: 32px;
}

.grey-comment>.initials {
    font-weight: 400;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

.supportThumb {
    border-radius: 24px;
    width: 44px;
}

.margin-top-minus-5 {
    margin-top: -5px;
}

.greenMsg .label {
    color: #30A566;
    background-color: #fff;
}

.greenMsg .smallSupportText {
    color: #fff;
}

.greenMsg>.support-text>a {
    color: #fff;
}

.greenMsg::-moz-selection {
    background: rgb(255,255,255);
    color: #30A566;
}

.greenMsg::selection {
    background: rgb(255,255,255);
    color: #30A566;
}

.dropdown-big {
    min-width: 500px !important;
    padding: 3px 20px;
    text-align: center;
}

.dropdown-big>li>a {
    width: 50%;
    float: left;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #888;
}

.dropdown-big>li>a:hover {
    background-color: #f5f6f7;
    border-radius: 6px;
}

.dropdown-big>li>a>svg {
    margin-bottom: 5px;
}

.dropdown-small {
    min-width: 0px !important;
    text-align: left;
}

.dropdown-small>li>a {
    font-size: 14px;
    display: block;
    padding: 16px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #888;
    white-space: nowrap
}

.dropdown-small>li>a:hover,
.dropdown-small>li>a:focus {
    text-decoration: none;
    color: #30a566;
    background-color: rgba(48,165,102,0.05);
}

.feature-list-item {
    background-color: rgba(48,165,102,0.05);
    color: #30A566
}

.pricing-data>.label {
    margin-bottom: 20px;
    font-size: 18px;
}

.pricing-data {
    text-align: center;
}

.pricing-data>.currency {
    font-size: 24px;
    display: inline;
    vertical-align: top;
    font-weight: bold;
}

.pricing-data>.price {
    font-size: 48px;
    display: inline;
    line-height: 1.2;
    font-weight: bold;
}

.u-fill-white {
    fill: #fff;
}

.pricing-data>.month {
    font-size: 14px;
    display: inline;
    vertical-align: baseline;
    color: #8f8f8f;
}

.month-sm {
    font-size: 12px !important;
}

.price-sm {
    font-size: 16px !important;
    font-weight: normal !important;
}

.currency-sm {
    font-size: 12px !important;
}

.pricing-data>small {
    border-bottom: 1px dotted;
    cursor: help;
}

.helper {
    border-bottom: 1px dotted;
    cursor: help;
    font-size: 14px;
}

.btn-grey {
    background-color: #62676d !important;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
}

.btn-blue {
    background-color: #1164A8;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
}

.btn-purple {
    background-color: #901BB7;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
}

.btn-lime {
    background-color: #80B333;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,0.2);
}

.btn-lime--inverse {
    background-color: #fff;
    font-weight: bold;
    color: #80B333;
    font-size: 16px;
    border: 2px solid #80B333;
    transition: all .2s;
}

.btn-lime--inverse:hover {
    background-color: #80B333;
    color: #fff;
}

.btn-purple--inverse {
    background-color: #fff;
    font-weight: bold;
    color: #901BB7;
    font-size: 16px;
    border: 2px solid #901BB7;
    transition: all .2s;
}

.btn-purple--inverse:hover {
    background-color: #901BB7;
    color: #fff;
}

.btn-blue--inverse {
    background-color: #fff;
    font-weight: bold;
    color: #1164A8;
    font-size: 16px;
    border: 2px solid #1164A8;
    transition: all .2s;
}

.btn-blue--inverse:hover {
    background-color: #1164A8;
    color: #fff;
}

.btn-grey--lime {
    background-color: #fff;
    color: #62676d;
    font-weight: bold;
    border: 2px solid #ccc;
    transition: all .2s;
}

.btn-grey--lime:hover {
    background-color: #80B333;
    color: #fff;
    border-color: #80B333;
}

.btn-grey--purple {
    background-color: #fff;
    color: #62676d;
    font-weight: bold;
    border: 2px solid #ccc;
    transition: all .2s;
}

.btn-grey--purple:hover {
    background-color: #901BB7;
    color: #fff;
    border-color: #901BB7;
}

.btn-purple--inverse>small, .btn-lime--inverse>small, .btn-blue--inverse>small, .btn-blue>small, .btn-grey--lime>small, .btn-grey--purple>small {
    color: inherit;
}

.btn-grey:hover, .btn-blue:hover, .btn-purple:hover, .btn-lime:hover {
    color: #fff !important;
    box-shadow:inset 0 0 0 150vw rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.2);
}

.pricing-data>a>.btn, .pricing-data>form>.btn {
    width: 100% !important;
}

.margin-fix {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
}

.margin-fix>form>.btn-upgrade, .margin-fix>.btn-upgrade, .margin-fix>a>.btn-upgrade {
    background-color: #18a161;
    color: #fff;
    font-weight: bold;
}

.margin-fix>form>.btn-upgrade:hover, .margin-fix>.btn-upgrade:hover, .margin-fix>a>.btn-upgrade:hover {
    background-color: #fff;
    color: #18a161;
}

.grey-top {
    background-color: #ccc;
}

.grey-top>form>.btn-upgrade, .grey-top>.btn-upgrade, .grey-top>a>.btn-upgrade {
    background-color: #888;
    color: #fff;
}

.grey-top>form>.btn-upgrade:hover, .grey-top>.btn-upgrade:hover, .grey-top>a>.btn-upgrade:hover {
    background-color: #fff;
    color: #888;
}

.grey-top>.price {
    /*font-weight: normal;*/
}

.scale-5 {
    transform: scale(1.05);
}

.margin-fix>.formLabel {
    padding-top: 30px;
    color: #fff;
}

.pricing-data>.savings-data>.savings {
    font-size: 12px;
    background-color: hsla(255,100%,100%,0.1);
    margin: auto;
    padding: 5px;
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.pricing-data>.savings-data {
    display: none;
}


/* ------ CHECKBOX SLIDER ------- */
.span-right {
    display: inline;
    margin-left: 10px;
}

.span-left {
    display: inline;
    margin-left: -50px;
}

.checkbox-slider--b-flat {
  position: relative;
}
.checkbox-slider--b-flat input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox-slider--b-flat input + span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-slider--b-flat input + span:before {
  position: absolute;
  left: 30px;
  margin-left: -30px;
  display: inline-block;
}
.checkbox-slider--b-flat input + span > h4 {
  display: inline;
}
.checkbox-slider--b-flat input + span {
  padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
  content: "";
  height: 20px;
  width: 40px;
  background: rgba(100, 100, 100, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  transition: background 0.2s ease-out;
}
.checkbox-slider--b-flat input + span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 30px;
  margin-left: -30px;
  top: 0;
  display: block;
  background: #ffffff;
  transition: margin-left 0.1s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
}
.checkbox-slider--b-flat input:checked + span:after {
  margin-left: 20px;
  content: "";
}
.checkbox-slider--b-flat input:checked + span:before {
  transition: background 0.2s ease-in;
}
.checkbox-slider--b-flat input + span {
  padding-left: 40px;
}
.checkbox-slider--b-flat input + span:before {
  border-radius: 20px;
  width: 40px;
}
.checkbox-slider--b-flat input + span:after {
  background: #ffffff;
  content: "";
  width: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  border-radius: 20px;
}
.checkbox-slider--b-flat input:not(:checked) + span:after {
  -webkit-animation: popOut ease-in 0.3s normal;
          animation: popOut ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:after {
  content: "";
  margin-left: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  -webkit-animation: popIn ease-in 0.3s normal;
          animation: popIn ease-in 0.3s normal;
}
.checkbox-slider--b-flat input:checked + span:before {
  background: #30A566;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
  border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
  border-radius: 30px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
  border-radius: 40px;
}
.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
  border-radius: 40px;
}
.checkbox-slider--b-flat input + span:before {
  box-shadow: none;
}

/*#####*/
.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
  background: #5bc0de;
}

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
  background: #f0ad4e;
}

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
  background: #d9534f;
}

/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
  line-height: 20px;
}
.checkbox-slider-sm input + span {
  padding-left: 20px;
}
.checkbox-slider-sm input + span:before {
  width: 40px;
}
.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
  height: 20px;
  line-height: 20px;
}
.checkbox-slider-sm input + span:after {
  width: 20px;
  vertical-align: middle;
}
.checkbox-slider-sm input:checked + span:after {
  margin-left: -10px;
}
.checkbox-slider-md {
  line-height: 30px;
}
.checkbox-slider-md input + span {
  padding-left: 60px;
}
.checkbox-slider-md input + span:before {
  width: 60px;
}
.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
  height: 30px;
  line-height: 30px;
}
.checkbox-slider-md input + span:after {
  width: 30px;
  vertical-align: middle;
}
.checkbox-slider-md input:checked + span:after {
  margin-left: 0px;
}
.checkbox-slider-lg {
  line-height: 40px;
}
.checkbox-slider-lg input + span {
  padding-left: 80px;
}
.checkbox-slider-lg input + span:before {
  width: 80px;
}
.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
  height: 40px;
  line-height: 40px;
}
.checkbox-slider-lg input + span:after {
  width: 40px;
  vertical-align: middle;
}
.checkbox-slider-lg input:checked + span:after {
  margin-left: 40px;
}

.twitter-accent {
    border-top: 5px solid #00aced !important;
}

.facebook-accent {
    border-top: 5px solid #3B5998 !important;
}

.knowledgebase-accent {
    border-top: 5px solid #F7AD14 !important;
}

.message-accent {
    border-top: 5px solid #30A566 !important;
}

.youtube-accent {
    border-top: 5px solid #ff0000 !important;
}

.grey-accent {
    border-top: 5px solid #888 !important;
}

.twitter-icon {
    color: #00aced !important;
}

.facebook-icon {
    color: #3b5998 !important;
}

.contentWell.facebook-accent>.facebook-icon {
    margin-bottom: 10px;
}

.knowledgebase-icon {
    color: #F7AD14 !important;
    margin-bottom: 10px;
}

.message-icon {
    color: #30A566 !important;
    margin-bottom: 10px;
}

.youtube-icon {
    color: #ff0000 !important;
    margin-bottom: 10px;
}

.grey-icon {
    color: #888 !important;
    margin-bottom: 10px;
}

.green-bg {
    background-color: #30A566;
}

h3>.twitter-icon, h3>.facebook-icon, h3>.knowledgebase-icon, h3>.message-icon, h3>.youtube-icon, h3>.grey-icon {
    margin-bottom: 0px;
}

.form-control-white {
    background-color: #fff !important;
}

.position-relative {
    position: relative;
}

.position-relative.white>.emoji-picker {
    background-color: #fff;
}

.position-relative.emoji-fix>.emoji-picker {
    top: 0px;
    right: 0px;
}

.position-relative.emoji-fix>.emoji-popover {
    top: 50px;
    right: 0px;
}

.emoji-picker {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #f5f6f7;
    border-radius: 6px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    color: #888;
    z-index: 3;
    cursor: pointer;
}

.emoji-popover {
    z-index: 3;
    position: absolute;
    top: 65px;
    right: 15px;
    box-shadow: 0 2px 4px rgba(31,37,45,0.05);
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 6px;
    transition-duration: 200ms;
    transition-delay: 0ms;
    transform-style: flat;
    transform-origin: 50% 50% 0;
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
}

.emoji-popover.active {
    visibility: visible;
    opacity: 1;
}

.emoji-popover-header {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 40px;
}

.emoji-popover-body {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0 20px;
    overflow-y: scroll;
}

.emoji-picker-window {
    width: 330px;
    height: 260px;
}

.emoji-picker-group {
    margin: 10px -5px;
}

.emoji-picker-group-title {
    color: #b8c3ca;
    font-weight: 400;
    font-size: 13px;
    margin: 5px;
}

.emoji-picker-emoji {
    padding: 5px;
    width: 30px;
    line-height: 30px;
    display: inline-table;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    font-size: 28px;
    transition: -webkit-transform 60ms ease-out;
    transition: transform 60ms ease-out;
    transition: transform 60ms ease-out,-webkit-transform 60ms ease-out;
    transition-delay: 60ms;
    font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
}

.emoji-picker-emoji:hover {
    transition-delay: 0ms;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

#emoji-search {
    background-color: #fff;
    padding: 0;
    padding-bottom: 5px;
}

.table > tbody > tr:first-child > td {
    border: none;
}

.feature-container {
    margin-bottom: 10px;
}

.feature-bg {
    color: rgba(48,165,102,0.2)
}

.feature-icon {
    color: #30A566;
}

.v-align-icon {
    vertical-align: middle;
}

.feature-text {
    display: inline;
}

.display-inline {
    display: inline;
}

.d-ib {
    display: inline-block;
}

.inline-block {
    display: inline-block;
    vertical-align: 0;
    padding-left: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    margin-top: 0px;
}

.display-none, .no-edit {
    display: none;
}

.d-flex, .d-flex-new {
    display: flex;
}

.d-flex-new .flex-w-100 {
    min-width: 384px;
    max-width: 384px;
    margin-left: 15px;
}

.w-100 {
    width: 100%;
}

.d-flex-mo {
    display: flex;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

.label-dark {
    background-color: #e3e3e3;
    color: #62676d
}

.label-light {
    background-color: #fff;
    color: #62676d
}

#client-session {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 20px;
    width: auto;
    background-color: rgba(0,0,0,0.7);
    border-radius: 0px 0px 6px 6px;
    color: #fff;
}

.status>.message-icon {
    margin-bottom: 0px;
}

.status>.youtube-icon {
    margin-bottom: 0px;
}

/*a:target{
    transition:background-color 1s ease-in;
    -webkit-transition:background-color 1s ease-in;
    -moz-transition:background-color 1s ease-in;
    background-color: yellow !important;
}​*/

.list-title {
    margin-bottom: 20px;
}

.list-docs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-docs>li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.browser {
    border-radius: 6px;
    margin-bottom: 20px;
}

.browser-head {
    padding: 10px;
    font-size: 12px;
    font-weight: lighter;
    text-transform: uppercase;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f5f6f7;
    color: hsla(0, 0%, 0%, 0.5);
    text-align: center;
}

.browser-icons {
    float: left;
    padding: 10px;
    font-size: 12px;
}

.browser-content>img {
    width: 100%;
    border: 1px solid #f5f6f7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

[aria-expanded="true"] .expand-icon {
  display: none;
}

[aria-expanded="false"] .compress-icon {
  display: none;
}

.section-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f6f7;
    width: 100%;
    cursor: pointer;
    display: block;
}

.section-content {
    margin-top: 21px;
}

.section-content>.table-wrap>.table-responsive>.table, .section-content>.table-wrap>.table-responsive {
    box-shadow: none;
}

.section-content>.table-wrap>.table-responsive>.table-curved th:first-child {
    border-radius: 0;
}

.doc-data {
    margin-top: 42px;
}

.pricing-scale {
    transform: scale(1.2);
    z-index: 200;
}

@media screen and (max-width: 768px){
    .pricing-content {
        display: inline-block;
        width: 80%;
    }

    .pricing-container {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        white-space: nowrap;
        position: static;
        /*padding: 20px;*/
    }

    .pricing-scale {
        transform: scale(1);
        z-index: 1;
    }

    .pricing-data>.tooltip {
        
    }

    .pricing-row {
        position: relative;
        /*box-shadow: inset 25px 0px 25px -25px rgba(0,0,0,0.1), inset -25px 0px 25px -25px rgba(0,0,0,0.1);*/
        border-radius: 3px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .scale-5 {
        transform: scale(1);
    }

    .browser {
        border-radius: 0px;
    }

    .browser-head {
        display: none;
    }

    .browser-icons {
        display: none;
    }

    .browser-content>img {
        width: calc(100% + 60px);
        margin-left: -30px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.share-icons>a>svg {
    margin-bottom: 0px !important;
}

.dropdown-big>li>a>img.views {
    background-image: url(/img/icons/Views_1.svg), url(/img/icons/Views_1.svg);
    transition: all .25s ease;
}

.dropdown-big>li>a>img.likes {
    background-image: url(/img/icons/Like_1.svg), url(/img/icons/Like_1.svg);
    transition: all .25s ease;
}

.dropdown-big>li>a>img.dislikes {
    background-image: url(/img/icons/Dislike_1.svg), url(/img/icons/Dislike_1.svg);
    transition: all .25s ease;
}

.dropdown-big>li>a>img.reshares {
    background-image: url(/img/icons/Reshare_1.svg), url(/img/icons/Reshare_1.svg);
    transition: all .25s ease;
}

.dropdown-big>li>a>img.subscribers {
    background-image: url(/img/icons/Sub_1.svg), url(/img/icons/Sub_1.svg);
    transition: all .25s ease;
}

.dropdown-big>li>a>img.views:hover {
    background-image: url(/img/icons/Views_1.svg), url(/img/icons/Views_2.svg);
    transition: all .25s ease;
    transform: scale(1.05);
    background-position: 0px 0px, 0px 0px;
}

.dropdown-big>li>a>img.likes:hover {
    background-image: url(/img/icons/Like_1.svg), url(/img/icons/Like_2.svg);
    transition: all .25s ease;
    transform: scale(1.05);
    background-position: 0px 0px, 0px 0px;
}

.dropdown-big>li>a>img.dislikes:hover {
    background-image: url(/img/icons/Dislike_1.svg), url(/img/icons/Dislike_2.svg);
    transition: all .25s ease;
    transform: scale(1.05);
    background-position: 0px 0px, 0px 0px;
}

.dropdown-big>li>a>img.reshares:hover {
    background-image: url(/img/icons/Reshare_1.svg), url(/img/icons/Reshare_2.svg);
    transition: all .25s ease;
    transform: scale(1.05);
    background-position: 0px 0px, 0px 0px;
}

.dropdown-big>li>a>img.subscribers:hover {
    background-image: url(/img/icons/Sub_1.svg), url(/img/icons/Sub_2.svg);
    transition: all .25s ease;
    transform: scale(1.05);
    background-position: 0px 0px, 0px 0px;
}

.notification-icon {
    margin-right: 15px;
    height: 44px;
}

.progress-bar>a, .progress-bar>a:visited, .progress-bar>a:link, .progress-bar>a:hover {
    color: #fff;
}

.btn:focus {outline:0;}

.vertical-fix {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.vertical-fix-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.vertical-align.justify {
    justify-content: center;
}

.btn-fix {
    height: 50px;
}

.lg-slim-text {
    font-weight: 400;
    font-size: 36px;
    color: hsl(209,15%,28%);
}

.font-size-22 {
    font-size: 22px;
}

ul.nav-sidebar>li>a>img, ul.nav-sidebar>li.activeMenu>a>img, img.svg-inline--fa {
    display: inline-block;
    height: 1em;
    width: 1em;
    overflow: hidden;
    vertical-align: -.125em;
}

ul.nav-sidebar>li>a>span.fa-layers>img, ul.nav-sidebar>li.activeMenu>a>span.fa-layers>img {
    width: 1em;
    height: 1em;
}

ul.nav-sidebar>li:not(.activeMenu)>a>.replaced-svg path {
  fill: #62676d;
}

ul.nav-sidebar>li:not(.activeMenu)>a>span.fa-layers.resize-fix>svg path {
    fill: #62676d;
}

ul.nav-sidebar>li>a>.replaced-svg path, ul.nav-sidebar>li>a:hover>.replaced-svg path {
  fill: #30a566;
}

ul.nav-sidebar>li>a>span.fa-layers.resize-fix>svg path, ul.nav-sidebar>li>a:hover>span.fa-layers.resize-fix>svg path {
    fill: #30a566;
}

.ctWell>.replaced-svg path {
    fill: inherit;
}

h2.headText>.replaced-svg path, h2.headText>.replaced-svg circle {
    fill: inherit;
}

.svg-inline--fa {
    background-color: transparent !important;
}

.ct-full-wrap {
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.ct-well-wrap {
    display: flex;
    clear: both;
}

.ct-well-wrap > .ct-well {
    width: 50%;
    float: left;
    padding: 30px;
    text-align: center;
    background-color: #fff;
    flex: 1;
    border-right: 1px solid #f5f5f5;
}

.ct-well-wrap > .ct-well.w-33 {
    width: 33.33%;
}

.ct-well-wrap > .ct-well.store-pack {
    cursor: pointer;
}

.store-pack.chosen-pack {
    border: 1px solid #30a566!important;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    color: #30a566;
}

.store-pack.chosen-pack>small {
    color: #30a566;
}

.store-pack-radio {
    background-color: #fff;
    width: 32px;
    height: 32px;
    margin: auto;
    margin-top: 12px;
    border-radius: 100%;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,.05);
    box-shadow: 0 3px 10px rgba(31,37,45,.05);
    position: relative;
    text-align: center;
}

.store-pack.chosen-pack>.store-pack-radio {
    background-color: #30a566;
    border-color: #30a566;
}

.store-pack.chosen-pack>.store-pack-radio::after {
    content: "\2713";
    color: #fff;
    vertical-align: middle;
    padding-top: 3px;
}

.ct-well-wrap > .ct-well:first-child {
    border-top-left-radius: 6px;
}

.ct-well-wrap > .ct-well:last-child {
    border-right: 0;
    border-top-right-radius: 6px;
}

.deshadow {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.ct-full-wrap.fat-divider > .ct-well-wrap ~ .ct-well-wrap {
    border-top: 2px solid #f5f5f5;
}

.ct-well-wrap ~ .ct-well-wrap {
    border-top: 1px solid #f5f5f5;
}

.ct-well-wrap ~ .ct-well-wrap > .ct-well:first-child {
    border-top-left-radius: 0px;
}

.ct-well-wrap ~ .ct-well-wrap > .ct-well:last-child {
    border-top-right-radius: 0px;
}

.ct-full-wrap > .ct-well-wrap:last-child > .ct-well:first-child {
    border-bottom-left-radius: 6px;
}

.ct-full-wrap > .ct-well-wrap:last-child > .ct-well:last-child {
    border-bottom-right-radius: 6px;
}

.ct-well>.campaignData>img {
    margin-bottom: 6px;
}

.feature-image>.ct-full-wrap {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.feature-image .ct-well-wrap>.ct-well {
    width: 50%;
    background-color: #eee;
    border-bottom: 0;
}

.feature-image .ct-well-wrap>.ct-well:first-child {
    border-right: 3px solid #f2f2f2;
}

.feature-image .ct-well-wrap:first-child >.ct-well:last-child {
    border-top-right-radius: 6px;
}

.feature-image > .ct-full-wrap > .ct-well-wrap:last-child >.ct-well:first-child {
    border-bottom-left-radius: 6px;
}

.ct-well .lg-lp-text {
    font-size: 48px;
    font-weight: bold;
    color: #30a566
}

.feature-image .ct-well-wrap>.ct-well>.formLabel {
    color:#30a566;
}

.feature-image > .ct-full-wrap > .ct-well-wrap:last-child {
    border-top: 3px solid #f2f2f2;
}

.wave-split {
    display: block;
    margin-top: -300px;
}

.content-split {
    background-color: #fff;
    margin-top: -150px;
}

.scroll-to-top {
    display:none;
    cursor:pointer;
    position:fixed;
    bottom:24px;
    left:24px;
    border-radius:6px;
    background-color:#30a566;
    color:#fff;
    font-weight:bold;
    padding:12px;
    font-size:16px;
    z-index:9999;
    width:48px;
    text-align: center;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.lp-learn-more {
    position: absolute;
    background-color: #fff;
    border-radius: 64px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 32px;
    z-index: 5;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
}

.lp-learn-more>.formLabel {
    margin: 0;
}

.review-well {
    background-color:#f2f2f2;
    border-radius:6px;
    padding:30px;
    margin-bottom:20px;
    color:#737373
}

.review-well > .review-title {
    font-weight:bold;
    margin-top:12px;
    margin-bottom:12px;
    font-size:18px;
    color:hsl(209,15%,28%)
}

.review-well > .review-content {
    margin-bottom: 24px;
}

.review-well > .review-content > .quote {
    font-family: 'Arial', sans-serif;
    display: inline;
}

.review-well > .review-content > .review-body {
    line-height: 2;
    display: inline;
}

.review-well > .review-author {
    display:flex;
    align-items:center;
    font-size:12px;
}

.review-well > .review-author .review-avatar {
    width:32px;
    height:32px;
    border-radius:100%;
    color:#fff;
    padding:7px;
    margin-right:12px;
}

.review-well > .review-author .review-avatar > .review-initials {
    text-transform:uppercase;
    text-align:center;
    font-weight:bold
}


.review-well > .review-author .review-image {
    border-radius: 100%;
    margin-right: 12px
}

.review-well > .review-author .review-name {
    flex: 0 0 100%;
}

@media screen and (max-width: 768px) {

    .usertypeContent {
        margin: 51px 0;
    }

    .wave-split {
        margin-top: -75px;
    }

    .content-split {
        margin-top: -30px;
    }

    .ct-well .lg-lp-text {
    font-size: 36px;
    font-weight: bold;
    color: #30a566
}

    .ct-well-wrap {
        display: block;
    } 

    .ct-well-wrap > .ct-well {
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
        border-right: 0;
    }

    .ct-well-wrap > .ct-well:first-child {
        border-top-left-radius: 6px;
    }

    .ct-well-wrap > .ct-well:last-child {
        border-top-right-radius: 0px;
    }

    .ct-well-wrap ~ .ct-well-wrap {
        border-top: 0;
    }

    .ct-well-wrap ~ .ct-well-wrap > .ct-well:first-child {
        border-top-left-radius: 0px;
    }

    .ct-well-wrap ~ .ct-well-wrap > .ct-well:last-child {
        border-top-right-radius: 0px;
    }

    .ct-full-wrap > .ct-well-wrap:last-child > .ct-well:first-child {
        border-bottom-left-radius: 0px;
    }

    .ct-full-wrap > .ct-well-wrap:first-child > .ct-well:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .ct-full-wrap > .ct-well-wrap:last-child > .ct-well:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom: 0;
    }

}


.ctWrapper.overlay {
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.ctOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(#f2f2f2,rgba(255,255,255,0.25));
    z-index: 2;
}

.ctOverlayWell {
    position: absolute;
    z-index: 2;
    width: 480px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
    top: 36px;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,.05);
    box-shadow: 0 3px 10px rgba(31,37,45,.05);
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
    -webkit-transition: opacity .3s, visibility .3s;
}

.ctOverlayWell.hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    -webkit-transition: opacity .3s, visibility .3s;
}

.btn-w-100 {
    width: 100% !important;
}

/* Mobile Navigation */

@media screen and (max-width: 768px), only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .ctOverlayWell {
        width: 100%;
    }

    .vertical-fix.nl-fix-25, .vertical-fix-left {
        left: unset;
        right: unset;
    }

    .vertical-align {
        display: block;
    }

    .hamburger {
        display: block;
        height: 40px;
        width: 40px;
        position: absolute;
        top: 4px;
        right: 0px;
        z-index: 100;
    }

    .hamburger span, .hamburger:after, .hamburger:before {
        background: #fff;
        position: absolute;
        top: 22px;
        height: 2px;
        left: 18%;
        right: 18%;
        margin-top: -2px;
        transition: all .25s linear;
    }

    .hamburger:before, .hamburger:after {
        content: '';
        top: 14px;
    }

    .hamburger:after {
        top: 30px;
    }

    .active-menu .hamburger:before, .active-menu .hamburger:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45 deg);
        background: #fff;
        transition: all .25s linear;
        top: 22px;
    }

    .active-menu .hamburger:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .active-menu .hamburger span {
        opacity: 0;
    }

    .main-menu {
        position: fixed;
        top: 88px;
        left: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0px;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: transform .25s;
        will-change: transform;
        -webkit-overflow-scrolling: touch;
    }

    .active-menu .main-menu {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        transition: transform .25s;
        will-change: transform;
        z-index: 10001;
    }

    .main-menu>ul {
        margin-left: 0px;
    }

    .main-menu>.navbar-nav>li>a {
        color: #131313 !important;
        text-align: center;
        font-size: 18px;
        padding: 20px;
        margin-left: 0px;
    }

    .main-menu>.navbar-nav>li.active>a {
        color: #fff !important;
        width: 50%;
        padding: 10px;
        margin: 10px auto !important;
    }

    .main-menu>.navbar-nav>li, .main-menu>.navbar-nav>li>.dropdown-menu>.dropdown-holder>li {
        border-top: 1px solid #f5f5f5;
    }

    .main-menu>.leftHeader .navbar-nav>li:first-child, .main-menu>.navbar-nav>li>.dropdown-menu>.dropdown-holder>li:first-child {
        border-top: 0;
    }

    .main-menu>.navbar-nav.rightHeader>li:last-child, .main-menu>.navbar-nav>li>.dropdown-menu>.dropdown-holder>li:last-child {
        padding-bottom: 88px;
        margin-bottom: 88px !important;
    }

    .main-menu>.navbar-nav {
        margin: 0px;
    }

    .main-menu>.leftHeader, .main-menu>.rightHeader {
        margin-left: 0px !important;
    }

    .main-menu>.navbar-nav>li>.dropdown-menu {
        position: fixed;
        display: block;
        min-width: 0;
        top: 0px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform .25s;
        will-change: transform;
        width: 100%;
        height: 100%;
        padding: 0px;
        margin-left: 0px;
        overflow-x: hidden;
        overflow-y: scroll;
        border: none;
        -webkit-overflow-scrolling: touch;
    }

    .dropdown-holder {
        position: relative;
        background: #fff;
        width: 100%;
        height: 100%;
    }

    li.dropdown:hover > ul.dropdown-menu {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .header.active-menu {
        position: fixed;
        z-index: 10001;
        width: 100%;
        top: 0px;
    }

    .header.active-menu>.scroll {
        top: 0px !important;
    }

    .header.active-menu + .content, .header.active-menu + .container-fluid {
        margin-top: 88px;
    }

    .header.active-menu + .contentLanding.grey {
        margin-top: 88px;
    }

    .header.active-menu + .contentLanding {
        margin-top: 479px;
    }

    .scroll>.navbar-header>button>.hamburger span, .scroll>.navbar-header>button>.hamburger:before, .scroll>.navbar-header>button>.hamburger:after {
        background: #131313;
    }

    .dropdown-big {
        min-width: 0px !important;
        padding: 0px;
    }

    .dropdown-menu>.dropdown-holder>li {
        width: 100%;
        margin-bottom: 0px;
        text-align: left;
    }

    .dropdown-big>li>a>br {
        display: none;
    }

    .dropdown-big>li>a:hover {
        color: #888;
        background-color: #f9f9f9;
        border-radius: 0px;
    }

    .dropdown-big>li>a {
        width: 100%;
        display: block;
        clear: both;
        float: none;
        margin-bottom: 0px;
    }

    .arrow-down {
        display: none;
    }

    .arrow-right {
        display: inline;
        font-size: 10px;
    }

    .back-btn {
        display: block;
        text-align: center !important;
    }

    .left-0 {
        -webkit-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
    }

    .left-100 {
        -webkit-transform: translateX(100%) !important;
        transform: translateX(100%) !important;
    }

    .back-btn .angleFix {
        float: left;
        margin-top: 3px;
    }

    .navbar-toggle {
    	display: block;
    }

}

/* End of Mobile Navigation */

.padding-fix {
    padding: 70px 0px 0px;
}

.padding-fix-inverse {
    padding: 0px 0px 70px !important;
}

.alert-container {
    width: 300px;
    bottom: 94px;
    right: 30px;
    z-index: 1001;
    position: fixed;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 1;
    visibility: visible;
}

.alert-container:has(.hidden) {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.alert-content, .alert-load-content {
    background-color: #fff;
    font-size: 16px;
    
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.2);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.2);
    box-shadow: 0 3px 10px rgba(31,37,45,0.2);

    padding: 28px;
    border-radius: 6px 6px 0px 0px;
}

.alert-load-container {
    width: calc(100% - 334px);
    bottom: -80px;
    left: 190px;
    z-index: 1000;
    position: fixed;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.alert-load-container.alert-show {
    bottom: 0px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.alert-load-content {
    background-color: #fcdcd9;
    color: #e74c3c;
    border-color: transparent;
}

.question-heading {
    margin-bottom: 6px;
}

/*style wrapper to give some space*/
.radio {
    position: relative;
}

/*style label to give some more space*/
.radio label {
    display: block;
}

/*style and hide original checkbox*/
.radio input {
    height: 18px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 18px;
}

/*position new box*/
.radio input + label::before {
    border: 1px solid #8f8f8f;
    background-color: #fff;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px;
    border-radius: 100%;
    transition: border-color .3s; 
}

/*radio pseudo element styles*/
.radio input + label::after {
    content: "";
    background: radial-gradient(ellipse at center,#30a566 0,#30a566 38%,rgba(255,255,255,0) 44%,rgba(255,255,255,0) 100%);
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    transition: all .3s;
    width: 18px;
    height: 18px;
    transform: scale(0);
}

/*reveal check for 'on' state*/
.radio input:checked + label::after {
    opacity: 1;
    transform: scale(1);
}

.radio input:checked + label::before {
    border-color: #30a566;
}

/*focus styles*/
.radio input:focus + label::before {
  box-shadow: 0 0 0 3px rgba(48,165,102,0.2);  
  outline: 3px solid transparent; /* For Windows high contrast mode. */
}

.bf-content {
    background: #131313 url(../img/Pattern_blackfriday.svg);
    background-repeat: repeat;
    background-size: cover;
    padding: 24px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

.bf-content:hover {
    color: #ccc;
}

.bf-content.offers {
    text-align: left;
    height: 250px;
}

.bf-content.competitions {
    text-align: center;
    height: 250px;
}

.bf-content.competitions>.smallSupportText {
    position: static;
}

.bf-content.competitions>.memberships {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    font-size: 18px;
}

.bf-content>.smallSupportText {
    font-size: 12px;
    bottom: 24px;
    position: absolute;
}

.bf-content.offers>.label {
    float: left;
    font-size: 12px;
    margin-bottom: 24px;
}

.rand-2 {
    background-position: right 20px bottom 10px;
}

.rand-3 {
    background-position: right 85px bottom 50px;
}

.rand-4 {
    background-position: left 60px bottom 30px;
}

.reactions.pointer>.reaction {
    cursor: pointer;
}

.reaction {
    background-color: #fff;
    border-radius: 6px;
    padding: 6px;
    display: inline;
    margin-right: 12px;
    color: #8f8f8f;
    font-size: 12px;
    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    cursor: default;
}

.reaction>.count {
    display: inline;
}

.reaction.active {
    background-color: #30A566;
    color: #fff;
    cursor: default;
}

.reaction>.emoji {
    font-size: 18px;
    vertical-align: middle;
    display: inline;
}

.draw-participate {
    max-width: 0px;
    display: inline-block;
    vertical-align: -2px;
    white-space: nowrap;
    overflow: hidden;
}

.label>.draw-participate {
    -webkit-transition: all .33s ease;
    transition: all .33s ease;
}

.label:hover>.draw-participate {
    max-width: 300px;
    -webkit-transition: all .66s ease;
    transition: all .66s ease;
}

.ctWrapper .table-curved, .ctWrapper .table-responsive {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0px;
}

.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: 1px;
    border-radius: 6px;
    border-left: 0px;
}

.table-curved td, .table-curved th {
    border-left: 0px solid #ccc;
    border-top: 0px solid #ccc;
    padding: 16px !important;
}

.ctWrapper .table-curved td, .ctWrapper .table-curved th {
    padding: 16px 30px !important;
}

.table-curved th {
    border-top: none !important;
    background-color: #f9f9f9;
    color: #62676d;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 12px;
}

.table.table-curved>tbody>tr:first-child>td {
    border-bottom: 1px solid #f5f5f5;
}

.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

.tooltip {
    font-weight: 400 !important;
    text-transform: initial !important;
    cursor: pointer;
}

.green-container {
    border-radius: 6px;
    background-color: #30A566;
    margin-bottom: 21px;
    color: #fff;
    box-shadow: 0 6px 12px hsla(0,0%,0%,.1);
}

.ticket-avatar {
    margin-left: 0px !important;
    margin-right: 12px;
}

.nav-sub {
    border-bottom: 0px solid transparent;
    margin: 0 0 50px 0px;
    list-style-type: none;
    padding: 0px;
    width: 100%;
    background-color: #fff;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-sub>.sub-container {
    margin: auto;
    justify-content: center;
    display: flex;
}

.rank-wrapper {
    position: relative;
    height: 506px;
}

.rank-wrapper .rank-txt {
    position:  absolute;
    top: 192px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-left: 0px;
}

.rank-wrapper .rank-txt>small {
    font-size:  50%;
    color: inherit;
    display: block;
}

.rank-frame {
    width: 384px;
    position: absolute;
    box-shadow: 0 3px 10px rgba(31,37,45,.05);
    border-radius: 6px;
}

.rank-medal {
    width: 128px;
    position: absolute;
    top: 64px;
    left: 128px;
}

.rank-txt {
    margin-left: 15px;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.rank-txt.rank-small {
    margin-left: 6px;
    font-size:  12px;
    font-weight: bold;
    display: inline;
}

.rank-txt.brz {
    color: #49230a;
}

.rank-txt.slv {
    color: #494949;
}

.rank-txt.gld {
    color: #dd6400;
}

.rank-txt.dia {
    color: #1a76c9;
}

@media (min-width: 1169px) {
    .rank-wrapper {
        margin-bottom: 21px;
    }
}

@media (max-width: 1168px) {
    .d-flex-new {
        display: block;
    }

    .d-flex-new .flex-w-100 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0px;
    }

    .rank-frame, .rank-wrapper>.rank-txt {
       width: 369px;
    }

    .rank-medal {
        left: 120.5px;
    }

    .rank-wrapper {
        width: 486px;
    }
}

@media (max-width:768px) {

    .nav-sub>.sub-container {
        justify-content: left !important;
    }

    .nav-sub {
        margin: 0px;
    }

    .nav-wrap {
        position: relative;
    }

    .nav-wrap::after {
        content: "";
        height: 100%;
        width: 20%;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        z-index: 1001;
        -webkit-overflow-scrolling: touch;
        background: rgba(255,255,255,0.7);
        background: -moz-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(0255,255,255,0) 100%);
        background: -ms-linear-gradient(right, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    }

    .ytm-messenger-title {
        border-radius: 0px !important;
    }

    .messenger-content {
        width: 100% !important;
        height: calc(100vh - 87px) !important;
    }

    .ytm-messenger-container {
        width: 100% !important;
        bottom: 0px !important;
        right: 0px !important;
        height: -webkit-fill-available !important;
    }

    .ytm-messenger-body {
        margin-bottom: 0px !important;
    }

    .ytm-messenger-container.shown + .ytm-messenger {
        bottom: 0px !important;
        right: 0px !important;
        background: rgba(0,0,0,0.35) !important;
        border-radius: 6px 0px 0px 0px !important;
    }

    .ytm-messenger-container.shown {
        margin-bottom: 0px !important
    }

    body + .ytm-messenger-container.shown {
        overflow: hidden !important;
    }
}

.nav-sub>.sub-container>li {
    margin: 0 20px;
    padding: 25px 0;
    float: left;
    white-space: nowrap;
}

.nav-sub>.sub-container>li.active {
    border-bottom: 2px solid #30A566;
    font-weight: bold;
}

.legal-head {
    font-weight: bold;
    font-size: 24px;
}

.page-loading-progress {
    background-color: #30A566;
    height: 3px;
    width: 0px;
    position: absolute;
    z-index: 999;
    top: 0px;
}

.hide-elem {
    display: block !important;
    visibility: hidden !important; 
    opacity:0 !important;
}

ul.settings-nav {
    list-style-type: none;
    padding: 0;
}

ul.settings-nav>li, ul.settings-nav>li>a {
    padding: 10px;
    margin-left: -5px;
}

ul.settings-nav>li>a.active {
    background-color: rgba(48,165,102,0.05) !important;
    color: #30A566 !important;
    border-radius: 6px;
    padding: 10px;
}

.ytm-messenger-container {

    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 400px;
    transition: all .3s;
    -webkit-transition: all .3s;
    z-index: -1;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 76px;
    border-radius: 6px;

    -webkit-box-shadow: 0 3px 16px rgba(31,37,45,0.3);
    -moz-box-shadow: 0 3px 16px rgba(31,37,45,0.3);
    box-shadow: 0 3px 16px rgba(31,37,45,0.3);

}

.ytm-messenger-title {

    color: #fff;
    padding: 24px;
    height: 87px;
    border-radius: 6px 6px 0px 0px;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s;

    background-color: #0c8246;
    background: -webkit-linear-gradient(-120deg, #0c8246, #18ae67);
    background:    -moz-linear-gradient(-120deg, #0c8246, #18ae67); 
    background:     -ms-linear-gradient(-120deg, #0c8246, #18ae67); 
    background:      -o-linear-gradient(-120deg, #0c8246, #18ae67); 
    background:         linear-gradient(-120deg, #0c8246, #18ae67);

}

.ytm-messenger-body {
    position: relative;
    border-radius: 0px 0px 6px 6px;
    transition: all .3s;
    background-color: #fff;

}

.ytm-messenger-container.shown {
    opacity: 1;
    width: auto;
    visibility: visible;
    z-index: 9999;
    width: 400px;
}

.ytm-messenger-container .simplebar-content-wrapper {
    visibility: hidden;
}

.ytm-messenger-container.shown .simplebar-content-wrapper {
    visibility: visible;
}

.ytm-messenger-body > .messenger-content {

    padding: 0px 16px 0px 16px;
    border-radius: 0px 0px 6px 6px;
    height: 400px;
    width: 400px;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;

}

.ytm-messenger-body > .messenger-content .simplebar-content > .row.seperator, .feed-seperator {

    border-bottom: 1px solid #f2f2f2;

}

.ytm-messenger-body > .messenger-content .simplebar-content > .row > .element, .feed-seperator > .element {

    margin-top: 21px;
    margin-bottom: 21px;

}

.ytm-messenger-body > .messenger-content .simplebar-content > .row > .element.vertical-align {
    display: flex !important;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row, .feed-seperator {
    cursor: pointer;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row:hover {
    background-color: #fafafa;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row.alert-full {
    cursor: initial;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row.alert-full:hover {
    background-color: #fff;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row.alert-full .alert-title, .ct-feed-body > .row.alert-full .alert-title {
    margin-bottom: 12px;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row .alert-title, .row .alert-title {
    font-size: 12px;
    color: hsl(208,12%,58%);
    margin-bottom: 6px;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row.alert-full .alert-data {
    font-size: 14px;
    padding: 18px;
    background-color: #fafafa;
    border-radius: 6px;
    margin-bottom: 21px;
    color: color: hsl(209,15%,28%);
    position: relative;
}

.ct-feed-body .simplebar-content > .row.alert-full .alert-data {
    font-size: 14px;
    padding: 18px;
    background-color: #fafafa;
    border-radius: 6px;
    color: color: hsl(209,15%,28%);
    position: relative;
}

.ct-feed-body .simplebar-content > .row.alert-full .alert-title {
    margin-top: 30px;
    margin-bottom: 12px;
}

.ctWrapper>.contentWell.ct-feed {
    padding: 0px;
    border-bottom:0px;
    border-radius: 0px 0px 6px 6px;
}

.ct-feed .simplebar-content-wrapper {
    border-radius: 0px 0px 6px 6px;
}

.ct-feed-body {
    min-height: 650px;
    height: 650px;
    -webkit-overflow-scrolling: touch;
    padding: 0px 30px 30px 30px;
    border-radius: 0px 0px 6px 6px;
    transition: height 0.15s ease;
}

.ytm-messenger-body > .messenger-content .simplebar-content > .row .alert-data, .row .alert-data {
    font-size: 14px;
    color: hsl(209,15%,28%)
}

.feed-seperator {
    border-bottom: 1px solid #f5f5f5;
    margin-left: -30px;
    margin-right: -30px;
}

.feed-seperator.feed-unread {
    background-color: rgba(247,173,20,0.05)
}

.feed-seperator.feed-unread:hover, .feed-seperator.feed-unread:first-child:hover {
    background-color: rgba(247,173,20,0.1)
}

.feed-seperator:first-child:hover {
    background-color: #fafafa;
    border-top-color: transparent!important;
}

.feed-seperator:hover {
    background-color: #fafafa;
    border-color: #f5f5f5!important;
}

.feed-seperator>.element {
    margin-left: 15px;
    margin-right: 15px;
}

.feed-seperator:first-child {
    border-top: 1px solid transparent;
}

.feed-seperator:last-child {
    border-bottom: 1px solid transparent;
}

.alert-data.no-margin {
    margin-bottom: 0px !important;
}

.time-sent {
    font-size: 11px;
    color: #8795a1;
    margin-top: 6px;
    float: right;
}

.full-seperator {

    margin-top: 21px;
    border-bottom: 1px solid #f5f5f5;
    margin-right: -15px;
    margin-left: -15px

}

.back-alert {

    display: inline-block;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    padding: 6px;
    margin-right: 0px;
    width: 0px;
    transition: .3s;

}

.back-alert.shown {

    opacity: 1;
    width: auto;
    visibility: visible;
    margin-right: 12px;
}

.back-alert:hover {

    background: rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 6px;

}

.ytm-messenger {
    border-radius: 6px;
    display: inline-block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
    transition: all .3s;

    -webkit-box-shadow: 0 3px 10px rgba(31,37,45,0.2);
    -moz-box-shadow: 0 3px 10px rgba(31,37,45,0.2);
    box-shadow: 0 3px 10px rgba(31,37,45,0.2);

    background-color: #0c8246;
    background: -webkit-linear-gradient(-120deg, #0c8246, #18ae67);
    background:    -moz-linear-gradient(-120deg, #0c8246, #18ae67); 
    background:     -ms-linear-gradient(-120deg, #0c8246, #18ae67); 
    background:      -o-linear-gradient(-120deg, #0c8246, #18ae67); 
    background:         linear-gradient(-120deg, #0c8246, #18ae67);
}

.ytm-messenger > .ytm-messenger-icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .25s linear;
}

.ytm-messenger.active > .ytm-messenger-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .25s linear;
}

.align-thumb {
    margin-left: 16px;
}

.ct-well-foot {
    text-align: center;
    padding: 30px;
    background-color: hsl(0,0%,95%);
    color: #888;
    font-size: 14px;
    border-radius: 3px;
}

.fa-count-fix {
    transform: scale(.75);
    -webkit-transform: scale(.75);
}

.fa-count-fix.right {
    top: -5px;
    right: -5px;
}

.fa-count-fix.left {
    top: -5px;
    left: -5px;
}

.no-scroll {
    overflow: hidden !important;
}

.alert-data:hover .tip-follow[data-title]:after {
    opacity: 1;
    transition: all 0.1s ease 1.5s;
    visibility: visible;
}

.tip-follow[data-title]:after {
    content: attr(data-title);
    padding: 4px 6px;
    font-size: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    white-space: nowrap;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    position: absolute;
    border-radius: 6px;
}

.tip-follow[data-title] {
    position: relative;
}

.ytm-messenger-action {
	border-radius: 0px 0px 6px 6px;
	width: 100%;
}

.ytm-messenger-action input, .ytm-messenger-action textarea {
	border-radius: 0px 0px 6px 6px;
}

.ytm-messenger-action textarea {
	resize: none;
}

.messenger-content .simplebar-content .alert-full:first-child {
    margin-top: 21px;
}

.messenger-content .simplebar-content .alert-full:last-child {
    margin-bottom: 21px;
}

.cirImg.chat-avatar {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 21px
}

.alert-data.chat-box {
    margin-left: 35px;
    word-wrap: break-word;
}

.tp-effect {
  border-right: .05em solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.step-data > h1, .step-data > img {
    font-size: 64px;
    margin-bottom: 36px;
    margin-top: 36px;
}

.step-data > p {
    color: #888;
    width: 80%;
    margin: auto;
}

.step-data.step-std > p {
    width: 100%;
    margin: 0 0 10.5px;
}

.step-data > h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;  
}

.stepper-container {
    margin: 48px 0 0 0;
}

.steps-container {
    overflow: hidden;
    position: relative;
    transition: height 1s ease;
}

.step-section {
    top: 0;
    left: 100%;
    position: absolute;
    transition: left 1s ease, height 1s ease;
    width: 100%;
}

.stepper {
    width: 100%;
    list-style-type: none;
    padding: 0;
    display: block;
}

.stepper li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0px 4px;
    display: inline-block;
}

.stepper li.active {
    background-color: #444;
}

.current-step {
    top: 0;
    left: 0 !important;
    position: relative;
    transition: left 1s ease;
    min-height: 350px;
}

.hidden-step {
    top: 0;
    left: -100% !important;
    position: absolute;
    transition: left 1s ease;
}

.d-block {
    display: block;
}

.d-no-m {
  display: inline;
}

.d-mo {
    display: none;
}

.d-mo.inline {
    display: none;
}

.earn-banner {
    position: absolute;
    top: 12px;
    left: 0px;
}

.earn-banner>.label {
    border-radius: 0px 6px 6px 0px;
}

.useful-link {
    color: #30a566;
    line-height: 1.5;
    padding-bottom: 2px;
    display: block;
    float: left;
    clear: left;
    margin-bottom: 6px;
    border-bottom: 1px solid transparent;
}

.useful-link:hover, .useful-link:focus {
    border-color: #30a566;
    color: #30a566;
}

.useful-link .arrow-right:before {
    content: '\2192';
}

.useful-link .arrow-right {
    margin-left: 6px;
    transition: margin-left .25s ease;
    display: inline;
}

.useful-link:hover>.arrow-right, .useful-link:focus>.arrow-right {
    margin-left: 12px;
    transition: margin-left .25s ease;
}

.banner-head {
    padding: 12px;
    text-align: center;
    background-color: transparent;
}

.banner-head>.formLabel {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}

.banner-head.orange {
    background-color: #e99002 !important;
}

.banner-head.green {
    background-color: #30a566 !important;
}

.banner-head.white {
    background-color: #fff !important;
}

.banner-head.info {
    background-color: #6B7EE8 !important;
}

.bh-wrap {
    background-color: #fff;
    width: 968px;
    border-radius: 6px;
    padding: 12px;
    margin: auto;
    box-shadow: 0 3px 10px rgba(31,37,45,0.05);
    position: relative;
}

.bh-well {
    position: relative;
}

.bh-well .percent {
    position: relative;
    width: 44px;
    height: 44px;
    margin: auto;
}

.bh-well .percent svg {
    position: relative;
    width: 44px;
    height: 44px;
    transform: rotate(-90deg);
}

.bh-well .percent svg circle {
    fill: none;
    stroke-width: 4;
    transform: translate(2px,2px);
    stroke-dasharray: 125.6;
    stroke-dashoffset: 125.6;
    stroke-linecap: round;
    width: 44px;
    height: 44px;
}

.bh-well .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #f5f5f5;
}

.bh-well .percent svg circle:nth-child(2) {
    stroke-dashoffset: 125.6;
    stroke: #30a566;
    transition: stroke-dashoffset .5s ease;
}

.bh-well .percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: bold;
}

.bh-text {
    margin-left: 12px;
    margin-right: 12px;
    letter-spacing: .03em;
    color: #1b1b1b;
    font-size: 18px;
}

.align {
    display: flex;
    align-items: center;
}

.bh-grey-well {
    padding: 12px;
    background-color: #f5f5f5;
    color:#1b1b1b;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
}

.bh-right {
    display: none;
}

.ct-disabled {
  background-color: #f9f9f9!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
}

.contentWell.ct-small {
    margin-bottom: 0px;
    padding: 24px;
}

.icon-margin {
    margin-right: 18px;
}

.hiw-heading {
    font-size: 24px;
    margin-bottom: 6px;
    display: block;
    font-weight: bold;
}

@media only screen and (max-width: 970px){
    .bh-wrap {
        width: 100%;
    }

    .bh-wrap .vertical-align {
        display: block;
    }

    .bh-well {
        margin-top: 12px;
    }

    .bh-text {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    .bh-grey-well {
        top: 10px;
        position: absolute;
        font-size: 12px;
    }

    .bh-left {
        left: 0px;
        border-radius: 0px 6px 6px 0px;
    }

    .bh-right {
        right: 0px;
        border-radius: 6px 0px 0px 6px;
        display: block;
    }

  .d-no-m {
        display: none;
   }

   .d-mo {
        display: block;
   }
}

.gc-illu {
    background-image: url('/img/test/YTM_GC_background.svg');
    width: 192px;
    height: 192px;
    z-index: 1;
    position: relative;
    margin: auto;
}

.gc-illu>.cash {
    background-image: url('/img/test/YTM_GC_cash.svg');
    width: 192px;
    height: 192px;
    z-index: 2;
    animation: fadeInDown 1s ease-in forwards, smallhover 2s 1s ease-in-out infinite;
    position: absolute;
    display: none;
}

.gc-illu>.coins {
    background-image: url('/img/test/YTM_GC_coins.svg');
    width: 192px;
    height: 192px;
    z-index: 3;
    animation: fadeInDown 1s ease-in forwards, hover 2s 1.5s ease-in-out infinite;
    position: absolute;
    display: none;
}

.gc-illu>.monster {
    background-image: url('/img/test/YTM_GC_monster.svg');
    width: 192px;
    height: 192px;
    z-index: 4;
    position: absolute;
}

.wc-illu {
	background-image: url('/img/test/YTM_WC_Backgrounds.svg');
    width: 192px;
    height: 192px;
    z-index: 1;
    position: relative;
    margin: auto;
}

.wc-illu>.hand {
    background-image: url('/img/test/YTM_WC_Hand.svg');
    width: 192px;
    height: 192px;
    z-index: 2;
    position: absolute;
    animation: wave 10s infinite;
}

.wc-illu>.monster-handless {
    background-image: url('/img/test/YTM_WC_MonsterHandless.svg');
    width: 192px;
    height: 192px;
    z-index: 3;
    position: absolute;
}

.wc-illu>.monster-handless {
    background-image: url('/img/test/YTM_WC_MonsterHandless.svg');
    width: 192px;
    height: 192px;
    z-index: 3;
    position: absolute;
}

.sr-illu {
	background-image: url('/img/test/YTM_SR_Background.svg');
    width: 192px;
    height: 192px;
    z-index: 1;
    position: relative;
    margin: auto;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    overflow: hidden;
}

.sr-illu>.hearts {
	background-image: url('/img/test/YTM_SR_Red.svg');
    width: 192px;
    height: 192px;
    z-index: 2;
    position: absolute;
    animation: bounce 3s forwards;
    display: none;
    transform: scale(0);
}

.sr-illu>.likes {
	background-image: url('/img/test/YTM_SR_Blue.svg');
    width: 192px;
    height: 192px;
    z-index: 3;
    position: absolute;
    animation: bounce 3s 500ms forwards;
    display: none;
    transform: scale(0);
}

.sr-illu>.monster {
	background-image: url('/img/test/YTM_SR_Monster.svg');
    width: 192px;
    height: 192px;
    z-index: 4;
    position: absolute;
}

.sr-illu>.monster-handless {
	background-image: url('/img/test/YTM_SR_MonsterHandless.svg');
    width: 192px;
    height: 192px;
    z-index: 5;
    position: absolute;
}

.sr-illu>.monster-left-hand {
	background-image: url('/img/test/YTM_SR_Lefthand.svg');
    width: 192px;
    height: 192px;
    z-index: 4;
    position: absolute;
    bottom: -10px;
    animation: celebrate 2.5s 1s infinite;
}

.sr-illu>.monster-right-hand {
	background-image: url('/img/test/YTM_SR_Righthand.svg');
    width: 192px;
    height: 192px;
    z-index: 6;
    position: absolute;
    bottom: -10px;
    animation: celebrate 2.5s 1.2s infinite;
}

.sc-illu {
	background-image: url('/img/test/YTM_SC_Background.svg');
    width: 192px;
    height: 192px;
    z-index: 1;
    position: relative;
    margin: auto;
    overflow: hidden;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.sc-illu>.bars {
	background-image: url('/img/test/YTM_SC_Bars.svg');
    width: 192px;
    height: 192px;
    z-index: 2;
    position: absolute;
    animation: growthin 2s forwards, growthhover 6s 2s infinite;
    display: none;
}

.sc-illu>.bar-1 {
	background-image: url('/img/test/YTM_SC_Bars2.svg');
    width: 192px;
    height: 192px;
    z-index: 2;
    position: absolute;
    animation: growthin 2s forwards, growthhover 6s 2s infinite;
    display: none;
    bottom: -192px;
}

.sc-illu>.bar-2 {
	background-image: url('/img/test/YTM_SC_Bars1.svg');
    width: 192px;
    height: 192px;
    z-index: 2;
    position: absolute;
    animation: growthin 2s 0.5s forwards, growthhover 6s 2.5s infinite;
    display: none;
    bottom: -192px;
}

.sc-illu>.bar-3 {
	background-image: url('/img/test/YTM_SC_Bars3.svg');
    width: 192px;
    height: 192px;
    z-index: 2;
    position: absolute;
    animation: growthin 2s 1s forwards, growthhover 6s 3s infinite;
    display: none;
    bottom: -192px;
}

.sc-illu>.monster {
	background-image: url('/img/test/YTM_SC_Monster.svg');
    width: 192px;
    height: 192px;
    z-index: 3;
    position: absolute;
}

.sc-illu>.hand {
	background-image: url('/img/test/YTM_SC_Hand.svg');
    width: 192px;
    height: 192px;
    z-index: 3;
    bottom: -192px;
    position: absolute;
    animation: handup 1s 1s forwards;
    display: none;
}

.sc-illu>.monster-handless {
	background-image: url('/img/test/YTM_SC_MonsterHandless.svg');
    width: 192px;
    height: 192px;
    z-index: 3;
    position: absolute;
}

@keyframes celebrate {
	0%, 100% { bottom: -10px; }
	50% { bottom: 0px; }
}

@keyframes bounce {
	0% {
		transform: scale(0.5);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes handup {
	0% {
		bottom: -192px;
	}
	100% {
		bottom: 0px;
	}
}

@keyframes growthin {
	0% {
		bottom: -192px;
	}
	100% {
		bottom: 5px;
	}
}

@keyframes growthhover {
	0%, 100% { bottom: 5px; }
	50% { bottom: -15px; }
}

@keyframes wave {
	0%, 100% {
		transform: rotate(0deg);
	}
	20% { transform: rotate(-7.5deg); }
	40% { transform: rotate(0deg); }
	60% { transform: rotate(-15deg); }
	80% { transform: rotate(-15deg); }
}


@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-50px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

@keyframes hover {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes smallhover {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.input-group-lp {
	margin: auto;
	width: 100%
}

@media ( max-resolution: 1.999dppx){
	@media screen and (max-width: 1600px){
		.jumbotron-full {
			padding: 15vh 20px 70px;
		}

		.wave-split {
			margin-top: -200px;
		}

		.content-split {
			margin-top: -100px;
		}
	}
}

@media ( min-resolution: 2dppx) {
    @media screen and (min-width:768px) {
        .jumbotron {
            padding: 140px 20px 70px;
        }

        .jumbotron-full {
            padding: 10vh 20px 70px;
        }

        .container .jumbotron {
            padding-left: 60px;
            padding-right: 60px
        }
        .jumbotron h1,
        .jumbotron .h1 {
            font-size: 67.5px
        }
    }

    @media screen and (max-width: 1600px) {
    	.jumbotron h1,
    	.jumbotron .h1 {
    		font-size: 48px;
    	}

    	.jumbotron-full {
    		padding: 15vh 20px 70px;
    	}

    	.wave-split {
    		margin-top: -200px;
    	}

    	.content-split {
    		margin-top: -100px;
    	}

    	.contentWellStd.video-preview, .input-group-lp {
    		width: 75%;
    	}
    }
}

@media screen and (max-width: 767px){
	.input-group.input-group-lp {
		display: block;
	}

	.input-group.input-group-lp .form-control {
		width: 100%;
		display: block;
		border-radius: 6px 6px 0px 0px !important;
	}

	.input-group-lp>.input-group-btn {
		width: 100% !important;
		display: block;
	}

	.input-group-lp>.input-group-btn>.btn {
		display: block;
		width: 100% !important;
		border-radius: 0px 0px 6px 6px !important;
	}

	.jsonError, .jsonSuccess {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  .jumbotron h1,
  .jumbotron .h1 {
  	font-size: 48px;
  }

  .jumbotron-full {
  	padding: 15vh 20px 70px;
  }

  .content-split {
  	margin-top: -25px;
  }

  .wave-split {
  	margin-top: -150px;
  }

  .contentWellStd.video-preview, .input-group-lp {
	width: 75%;
  }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  .jumbotron h1,
  .jumbotron .h1 {
  	font-size: 48px;
  }

  .jumbotron-full {
  	padding: 10vh 20px 70px;
  }

  .content-split {
  	margin-top: -25px;
  }

  .wave-split {
  	margin-top: -75px;
  }

  .usertypeContent .feature-image {
  	margin-right: 32px;
  }

  .usertypeContent.reverse-feature .feature-image {
  	margin-left: 32px;
  	margin-right: 0px;
  }

  .footer-cta h2.headText {
  	font-size: 32px;
  }

  .container {
  	width: 100%;
  }

  .content-split .col-md-6 {
  	width: 50%;
  	float: left;
  }

  .copyright {
  	margin-bottom: 30px;
  }

  .light .col-xs-6 {
  	margin-bottom: 25px;
  }

  .light ul {
    margin-left: -40px;
  }

  .navbar-default {
  	padding: 12px 0;
  }

  .navbar-nav {
  	padding-top: 0px;
  	float: none;
  }

  .navbar-nav > li {
  	float: none;
  }

  .navbar-left, .navbar-right {
  	float: none!important;
  }
}

.skeleton {
    cursor: default;
    position: relative;
    overflow: hidden;
}

.skeleton::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: skeleton-load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.ctOverlay>.campaignGhost:not(.shown) .skeleton::before {
    animation-play-state: paused;
}

.ctOverlay>.campaignGhost.shown {
    opacity:1;
    filter:blur(0px);
    transition: all .5s ease;
    pointer-events: auto;
}

.ctOverlay>.campaignGhost {
    filter:blur(8px);
    opacity:0.6;
    transition: all .5s ease;
    pointer-events: none;
}

.setup-form {
    border: 1px solid #f2f2f2;
}

.danger-text {
    color: #e74c3c;
}

.rank-only.danger-text {
    font-weight: bold;
}

.skeleton-overlay {
    display:inline-block;
    background-color:#f2f2f2;
    color:#f2f2f2;
    border-radius:6px;
    vertical-align:bottom;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

@keyframes skeleton-load {
    from {
        left: -150px;
    }
    to   {
        left: 100%;
    }
}

.src-token-only {
    display: none;
}

.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
  box-shadow: 9999px 0 0 -5px #9880ff;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #9880ff;
  color: #9880ff;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #9880ff;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #9880ff;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #9880ff;
  }
  30% {
    box-shadow: 9984px 0 0 2px #9880ff;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #9880ff;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #9880ff;
  }
  30% {
    box-shadow: 9999px 0 0 2px #9880ff;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #9880ff;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #9880ff;
  }
  30% {
    box-shadow: 10014px 0 0 2px #9880ff;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #9880ff;
  }
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  z-index: 4;
}

#chartjs-tooltip table {
    background-color: #000;
}

#chartjs-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
}

/* Top center */
#chartjs-tooltip.top.center:after {
  border-bottom-color: #000;
  top: -11px;
  left: 0;
  right: 0;
}
/* Top left */
#chartjs-tooltip.top.left:after {
  border-bottom-color: #000;
  left: 5px;
  top: -11px;
}
/* Top right */
#chartjs-tooltip.top.right:after {
  border-bottom-color: #000;
  right: 5px;
  top: -11px;
}

/* Bottom center */
#chartjs-tooltip.bottom.center:after {
  border-top-color: #000;
  bottom: -11px;
  right: 0;
  left: 0;
}
/* Bottom left */
#chartjs-tooltip.bottom.left:after {
  border-top-color: #000;
  bottom: -11px;
}
/* Bottom right */
#chartjs-tooltip.bottom.right:after {
  border-top-color: #000;
  bottom: -11px;
  right: 5px;
}

/* Center left */
#chartjs-tooltip.center.left:after {
  border-right-color: #000;
  margin: auto;
  left: -11px;
  bottom: 0;
  top: 0;
}
/* Center right */
#chartjs-tooltip.center.right:after {
  border-left-color: #000;
  margin: auto;
  right: -11px;
  bottom: 0;
  top: 0;
}

.chartjs-tooltip-key {
  display: inline-block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 7px;
}

.line{display:block; margin:25px}
.line h2{font-size:15px; text-align:center; border-bottom:1px solid red; position:relative; }
.line h2 span { background-color: white; position: relative; top: 10px; padding: 0 10px;}

.rank-ct {
    color:  #888;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 14px;
}

.rank-or-line {
    display: block;
    width: 50%;
    margin: 0px auto 32px auto;
}

.rank-or-line h2 {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    color: #3d4852;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.rank-or-line h2 span {
    background-color: #f9f9f9;
    position: relative;
    top: 8px;
    padding: 0 20px;
}

.pop-section {
    margin-bottom:  18px;
    color: #62676d;
}

.overlayContentData>hr.full-width {
    margin-top: 30px;
    margin-bottom: 30px;
}