a.text-action {
    color: #a3afb7;
}
a.text-action, a.text-action:focus, a.text-action:hover {
    text-decoration: none;
}
a.text-action:focus, a.text-action:hover {
    color: #ccd5db;
}
a.text-action .icon + span {
    margin-left: 3px;
}
a.text-like {
    color: #a3afb7 !important;
}
a.text-like, a.text-like:focus, a.text-like:hover {
    text-decoration: none;
}
a.text-like.active, a.text-like:focus, a.text-like:hover {
    color: #f96868 !important;
}
.text-action + .text-action {
    margin-left: 6px;
}
.img-bordered {
    border: 1px solid #e4eaec;
    padding: 3px;
}
.img-bordered-primary {
    border-color: #62a8ea !important;
}
.img-bordered-purple {
    border-color: #7c51d1 !important;
}
.img-bordered-red {
    border-color: #e9595b !important;
}
.img-bordered-green {
    border-color: #7dd3ae !important;
}
.img-bordered-orange {
    border-color: #ec9940 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.h1 .icon:first-child, .h2 .icon:first-child, .h3 .icon:first-child, .h4 .icon:first-child, .h5 .icon:first-child, .h6 .icon:first-child, h1 .icon:first-child, h2 .icon:first-child, h3 .icon:first-child, h4 .icon:first-child, h5 .icon:first-child, h6 .icon:first-child {
    margin-right: 0.5em;
}
.mark, mark {
    border-radius: 2px;
    color: #fff;
}
.drop-cap {
    color: #263238;
    float: left;
    font-family: Georgia;
    font-size: 60px;
    line-height: 50px;
    margin-right: 5px;
    padding: 5px;
}
.drop-cap-reversed {
    background-color: #263238;
    color: #fff;
}
.list-icons {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 10px;
}
.list-icons > li {
    margin-top: 6px;
}
.list-icons > li:first-child {
    margin-top: 0;
}
.list-icons > li i {
    float: left;
    margin: 0 6px 0 0;
    width: 1em;
}
.text-primary {
    color: #62a8ea;
}
a.text-primary:focus, a.text-primary:hover {
    color: #358fe4;
}
.text-success {
    color: #46be8a;
}
a.text-success:focus, a.text-success:hover {
    color: #369b6f;
}
.text-info {
    color: #57c7d4;
}
a.text-info:focus, a.text-info:hover {
    color: #33b6c5;
}
.text-warning {
    color: #f2a654;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ee8d25;
}
.text-danger {
    color: #f96868;
}
a.text-danger:focus, a.text-danger:hover {
    color: #f73737;
}
blockquote {
    border-left-width: 2px;
    color: #526069;
    font-size: 20px;
}
blockquote .small, blockquote footer, blockquote small {
    font-size: 14px;
}
.blockquote-reverse {
    border-right-width: 2px;
}
.blockquote {
    border-left-width: 4px;
    border-radius: 3px;
    padding: 15px 20px;
}
.blockquote.blockquote-reverse {
    border-right-width: 4px;
}
.blockquote-success {
    background-color: rgba(70, 190, 138, 0.1);
    border-color: #46be8a;
}
.blockquote-info {
    background-color: rgba(87, 199, 212, 0.1);
    border-color: #57c7d4;
}
.blockquote-warning {
    background-color: rgba(242, 166, 84, 0.1);
    border-color: #f2a654;
}
.blockquote-danger {
    background-color: rgba(249, 104, 104, 0.1);
    border-color: #f96868;
}
code {
    border: 1px solid #bcd8f1;
}
.container {
    max-width: 100%;
}
@media (min-width: 1600px) {
.container {
    width: 1310px;
}
}
@media (min-width: 1600px) {
.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
    float: left;
}
.col-xlg-12 {
    width: 100%;
}
.col-xlg-11 {
    width: 91.6667%;
}
.col-xlg-10 {
    width: 83.3333%;
}
.col-xlg-9 {
    width: 75%;
}
.col-xlg-8 {
    width: 66.6667%;
}
.col-xlg-7 {
    width: 58.3333%;
}
.col-xlg-6 {
    width: 50%;
}
.col-xlg-5 {
    width: 41.6667%;
}
.col-xlg-4 {
    width: 33.3333%;
}
.col-xlg-3 {
    width: 25%;
}
.col-xlg-2 {
    width: 16.6667%;
}
.col-xlg-1 {
    width: 8.33333%;
}
.col-xlg-pull-12 {
    right: 100%;
}
.col-xlg-pull-11 {
    right: 91.6667%;
}
.col-xlg-pull-10 {
    right: 83.3333%;
}
.col-xlg-pull-9 {
    right: 75%;
}
.col-xlg-pull-8 {
    right: 66.6667%;
}
.col-xlg-pull-7 {
    right: 58.3333%;
}
.col-xlg-pull-6 {
    right: 50%;
}
.col-xlg-pull-5 {
    right: 41.6667%;
}
.col-xlg-pull-4 {
    right: 33.3333%;
}
.col-xlg-pull-3 {
    right: 25%;
}
.col-xlg-pull-2 {
    right: 16.6667%;
}
.col-xlg-pull-1 {
    right: 8.33333%;
}
.col-xlg-pull-0 {
    right: auto;
}
.col-xlg-push-12 {
    left: 100%;
}
.col-xlg-push-11 {
    left: 91.6667%;
}
.col-xlg-push-10 {
    left: 83.3333%;
}
.col-xlg-push-9 {
    left: 75%;
}
.col-xlg-push-8 {
    left: 66.6667%;
}
.col-xlg-push-7 {
    left: 58.3333%;
}
.col-xlg-push-6 {
    left: 50%;
}
.col-xlg-push-5 {
    left: 41.6667%;
}
.col-xlg-push-4 {
    left: 33.3333%;
}
.col-xlg-push-3 {
    left: 25%;
}
.col-xlg-push-2 {
    left: 16.6667%;
}
.col-xlg-push-1 {
    left: 8.33333%;
}
.col-xlg-push-0 {
    left: auto;
}
.col-xlg-offset-12 {
    margin-left: 100%;
}
.col-xlg-offset-11 {
    margin-left: 91.6667%;
}
.col-xlg-offset-10 {
    margin-left: 83.3333%;
}
.col-xlg-offset-9 {
    margin-left: 75%;
}
.col-xlg-offset-8 {
    margin-left: 66.6667%;
}
.col-xlg-offset-7 {
    margin-left: 58.3333%;
}
.col-xlg-offset-6 {
    margin-left: 50%;
}
.col-xlg-offset-5 {
    margin-left: 41.6667%;
}
.col-xlg-offset-4 {
    margin-left: 33.3333%;
}
.col-xlg-offset-3 {
    margin-left: 25%;
}
.col-xlg-offset-2 {
    margin-left: 16.6667%;
}
.col-xlg-offset-1 {
    margin-left: 8.33333%;
}
.col-xlg-offset-0 {
    margin-left: 0;
}
}
.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.row.no-space {
    margin-left: 0;
    margin-right: 0;
}
.row.no-space > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.row-lg {
    margin-left: -25px;
    margin-right: -25px;
}
.row-lg > .col-lg-1, .row-lg > .col-lg-10, .row-lg > .col-lg-11, .row-lg > .col-lg-12, .row-lg > .col-lg-2, .row-lg > .col-lg-3, .row-lg > .col-lg-4, .row-lg > .col-lg-5, .row-lg > .col-lg-6, .row-lg > .col-lg-7, .row-lg > .col-lg-8, .row-lg > .col-lg-9, .row-lg > .col-md-1, .row-lg > .col-md-10, .row-lg > .col-md-11, .row-lg > .col-md-12, .row-lg > .col-md-2, .row-lg > .col-md-3, .row-lg > .col-md-4, .row-lg > .col-md-5, .row-lg > .col-md-6, .row-lg > .col-md-7, .row-lg > .col-md-8, .row-lg > .col-md-9, .row-lg > .col-sm-1, .row-lg > .col-sm-10, .row-lg > .col-sm-11, .row-lg > .col-sm-12, .row-lg > .col-sm-2, .row-lg > .col-sm-3, .row-lg > .col-sm-4, .row-lg > .col-sm-5, .row-lg > .col-sm-6, .row-lg > .col-sm-7, .row-lg > .col-sm-8, .row-lg > .col-sm-9, .row-lg > .col-xlg-1, .row-lg > .col-xlg-10, .row-lg > .col-xlg-11, .row-lg > .col-xlg-12, .row-lg > .col-xlg-2, .row-lg > .col-xlg-3, .row-lg > .col-xlg-4, .row-lg > .col-xlg-5, .row-lg > .col-xlg-6, .row-lg > .col-xlg-7, .row-lg > .col-xlg-8, .row-lg > .col-xlg-9, .row-lg > .col-xs-1, .row-lg > .col-xs-10, .row-lg > .col-xs-11, .row-lg > .col-xs-12, .row-lg > .col-xs-2, .row-lg > .col-xs-3, .row-lg > .col-xs-4, .row-lg > .col-xs-5, .row-lg > .col-xs-6, .row-lg > .col-xs-7, .row-lg > .col-xs-8, .row-lg > .col-xs-9 {
    padding-left: 25px;
    padding-right: 25px;
}
.table {
    color: #76838f;
}
.table > tfoot > tr > th, .table > thead > tr > th {
    color: #526069;
    font-weight: 400;
}
.table > thead > tr > th {
    border-bottom: 1px solid #e4eaec;
}
.table > tbody + tbody {
    border-top: 1px solid #e4eaec;
}
.table a {
    text-decoration: underline;
}
.table td > .checkbox-custom:only-child, .table th > .checkbox-custom:only-child {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
.table .danger, .table .info, .table .success, .table .warning {
    color: #fff;
}
.table .danger a, .table .info a, .table .success a, .table .warning a {
    color: #fff;
}
.table .cell-30 {
    width: 30px;
}
.table .cell-40 {
    width: 40px;
}
.table .cell-50 {
    width: 50px;
}
.table .cell-60 {
    width: 60px;
}
.table .cell-80 {
    width: 80px;
}
.table .cell-100 {
    width: 100px;
}
.table .cell-120 {
    width: 120px;
}
.table .cell-130 {
    width: 130px;
}
.table .cell-150 {
    width: 150px;
}
.table .cell-180 {
    width: 180px;
}
.table .cell-200 {
    width: 200px;
}
.table .cell-250 {
    width: 250px;
}
.table .cell-300 {
    width: 300px;
}
.table-danger thead tr, .table-dark thead tr, .table-info thead tr, .table-primary thead tr, .table-success thead tr, .table-warning thead tr {
    color: #fff;
}
.table-default thead tr {
    background: #f3f7f9 none repeat scroll 0 0;
}
.table-primary thead tr {
    background: #62a8ea none repeat scroll 0 0;
}
.table-success thead tr {
    background: #46be8a none repeat scroll 0 0;
}
.table-info thead tr {
    background: #57c7d4 none repeat scroll 0 0;
}
.table-warning thead tr {
    background: #f2a654 none repeat scroll 0 0;
}
.table-danger thead tr {
    background: #f96868 none repeat scroll 0 0;
}
.table-dark thead tr {
    background: #526069 none repeat scroll 0 0;
}
.table-gray thead tr {
    background: #ccd5db none repeat scroll 0 0;
    color: #526069;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.table-bordered > thead:first-child > tr:first-child > th {
    border: 1px solid #e4eaec;
}
.table-section + tbody {
    display: none;
}
.table-section-arrow {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Web Icons";
    font-style: normal;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-rendering: auto;
    transform: translate(0px, 0px);
    transition: transform 0.15s ease 0s;
}
.table-section-arrow::before {
    content: "";
}
.table-section.active tr {
    background-color: #f3f7f9;
}
.table-section.active + tbody {
    display: table-row-group;
}
.table-section.active .table-section-arrow {
    transform: rotate(-180deg);
}
.form-control {
    box-shadow: none;
    transition: box-shadow 0.25s linear 0s, border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
.form-control:not(select) {
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #46be8a;
}
.has-success .form-control {
    border-color: #46be8a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .form-control:focus {
    border-color: #369b6f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #91d9ba;
}
.has-success .input-group-addon {
    background-color: #fff;
    border-color: #46be8a;
    color: #46be8a;
}
.has-success .form-control-feedback {
    color: #46be8a;
}
.has-success .form-control {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.has-success .form-control:focus {
    border-color: #46be8a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(70, 190, 138, 0.6);
    outline: 0 none;
}
.has-success .form-control.focus, .has-success .form-control:focus {
    border-color: #46be8a;
    box-shadow: none;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #f2a654;
}
.has-warning .form-control {
    border-color: #f2a654;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-warning .form-control:focus {
    border-color: #ee8d25;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #f9d7b3;
}
.has-warning .input-group-addon {
    background-color: #fff;
    border-color: #f2a654;
    color: #f2a654;
}
.has-warning .form-control-feedback {
    color: #f2a654;
}
.has-warning .form-control {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.has-warning .form-control:focus {
    border-color: #f2a654;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 166, 84, 0.6);
    outline: 0 none;
}
.has-warning .form-control.focus, .has-warning .form-control:focus {
    border-color: #f2a654;
    box-shadow: none;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f96868;
}
.has-error .form-control {
    border-color: #f96868;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
    border-color: #f73737;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #fdcaca;
}
.has-error .input-group-addon {
    background-color: #fff;
    border-color: #f96868;
    color: #f96868;
}
.has-error .form-control-feedback {
    color: #f96868;
}
.has-error .form-control {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.has-error .form-control:focus {
    border-color: #f96868;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(249, 104, 104, 0.6);
    outline: 0 none;
}
.has-error .form-control.focus, .has-error .form-control:focus {
    border-color: #f96868;
    box-shadow: none;
}
.form-group.has-feedback.no-label .form-control-feedback {
    top: 0;
}
.form-group.has-feedback.left-feedback .form-control-feedback {
    left: 0;
    right: auto;
}
.form-group.has-feedback.left-feedback .form-control {
    padding-left: 50px;
    padding-right: 13px;
}
.form-control.square {
    border-radius: 0;
}
.form-control.round {
    border-radius: 200px;
}
textarea.form-control.no-resize {
    resize: none;
}
.input-group-file input[type="text"] {
    background-color: #fff;
}
.input-group-file .btn-file {
    overflow: hidden;
    position: relative;
}
.input-group-file .btn-file.btn-outline {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e4eaec #e4eaec #e4eaec -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
}
.input-group-file .btn-file.btn-outline:hover {
    border-left: medium none;
}
.input-group-file .btn-file > .icon {
    margin: 0 3px;
}
.input-group-file .btn-file input[type="file"] {
    cursor: pointer;
    display: block;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
}
.help-block {
    margin-bottom: 8px;
    margin-top: 7px;
}
.help-block > .icon {
    margin: 0 5px;
}
.input-search-close {
    color: #000;
    opacity: 0.2;
    text-shadow: none;
}
.input-search-close.icon {
    font-size: inherit;
    line-height: inherit;
}
.input-search-close:focus, .input-search-close:hover {
    color: #000;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
button.input-search-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.input-search {
    position: relative;
}
.input-search .form-control {
    border-radius: 200px;
}
.input-search .input-search-close, .input-search .input-search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    z-index: 1;
}
.input-search .input-search-close {
    right: 8px;
}
.input-search .input-search-icon + .form-control {
    padding-left: 43.5px !important;
    margin-bottom: 0px;
}
.input-search .input-search-icon {
    color: #a3afb7;
    font-size: 16px;
    left: 8px;
    pointer-events: none;
    text-align: center;
}
.input-search-btn + .form-control {
    padding-right: 50px;
}
.input-search-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 200px 200px 0;
    height: 100%;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.input-search-btn > .icon {
    margin: 0 3px;
}
.input-search-dark .input-search-icon {
    color: #76838f;
}
.input-search-dark .form-control {
    background: #f3f7f9 none repeat scroll 0 0;
    box-shadow: none;
}
.input-search-dark .form-control:focus {
    background-color: transparent;
}
.form-inline .form-group {
    margin-right: 20px;
}
.form-inline .form-group:last-child {
    margin-right: 0;
}
.form-inline .control-label {
    margin-right: 5px;
}
@media (max-width: 767px) {
.form-inline .form-group {
    margin-right: 0;
}
}
.btn {
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.57143;
    padding: 6px 15px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s, width 0.2s linear 0s, background-color 0.2s linear 0s;
}
.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0 none;
}
.btn.active, .btn:active {
    box-shadow: none;
}
.btn .icon {
    line-height: inherit;
    margin: 0 3px;
    text-align: center;
    width: 1em;
}
.btn-block {
    white-space: normal;
}
.btn-outline.btn-default {
    background-color: transparent;
    color: #76838f;
}
.btn-outline.btn-default.active, .btn-outline.btn-default:active, .btn-outline.btn-default:focus, .btn-outline.btn-default:hover, .open > .dropdown-toggle.btn-outline.btn-default {
    background-color: rgba(118, 131, 143, 0.1);
    border-color: #e4eaec;
    color: #76838f;
}
.btn-outline.btn-default.active .badge, .btn-outline.btn-default:active .badge, .btn-outline.btn-default:focus .badge, .btn-outline.btn-default:hover .badge, .open > .dropdown-toggle.btn-outline.btn-default .badge {
    background-color: #76838f;
    color: #76838f;
}
.btn-outline.btn-primary {
    background-color: transparent;
    color: #62a8ea;
}
.btn-outline.btn-primary.active, .btn-outline.btn-primary:active, .btn-outline.btn-primary:focus, .btn-outline.btn-primary:hover, .open > .dropdown-toggle.btn-outline.btn-primary {
    background-color: #62a8ea;
    border-color: #62a8ea;
    color: #fff;
}
.btn-outline.btn-primary.active .badge, .btn-outline.btn-primary:active .badge, .btn-outline.btn-primary:focus .badge, .btn-outline.btn-primary:hover .badge, .open > .dropdown-toggle.btn-outline.btn-primary .badge {
    background-color: #fff;
    color: #62a8ea;
}
.btn-outline.btn-success {
    background-color: transparent;
    color: #46be8a;
}
.btn-outline.btn-success.active, .btn-outline.btn-success:active, .btn-outline.btn-success:focus, .btn-outline.btn-success:hover, .open > .dropdown-toggle.btn-outline.btn-success {
    background-color: #46be8a;
    border-color: #46be8a;
    color: #fff;
}
.btn-outline.btn-success.active .badge, .btn-outline.btn-success:active .badge, .btn-outline.btn-success:focus .badge, .btn-outline.btn-success:hover .badge, .open > .dropdown-toggle.btn-outline.btn-success .badge {
    background-color: #fff;
    color: #46be8a;
}
.btn-outline.btn-info {
    background-color: transparent;
    color: #57c7d4;
}
.btn-outline.btn-info.active, .btn-outline.btn-info:active, .btn-outline.btn-info:focus, .btn-outline.btn-info:hover, .open > .dropdown-toggle.btn-outline.btn-info {
    background-color: #57c7d4;
    border-color: #57c7d4;
    color: #fff;
}
.btn-outline.btn-info.active .badge, .btn-outline.btn-info:active .badge, .btn-outline.btn-info:focus .badge, .btn-outline.btn-info:hover .badge, .open > .dropdown-toggle.btn-outline.btn-info .badge {
    background-color: #fff;
    color: #57c7d4;
}
.btn-outline.btn-warning {
    background-color: transparent;
    color: #f2a654;
}
.btn-outline.btn-warning.active, .btn-outline.btn-warning:active, .btn-outline.btn-warning:focus, .btn-outline.btn-warning:hover, .open > .dropdown-toggle.btn-outline.btn-warning {
    background-color: #f2a654;
    border-color: #f2a654;
    color: #fff;
}
.btn-outline.btn-warning.active .badge, .btn-outline.btn-warning:active .badge, .btn-outline.btn-warning:focus .badge, .btn-outline.btn-warning:hover .badge, .open > .dropdown-toggle.btn-outline.btn-warning .badge {
    background-color: #fff;
    color: #f2a654;
}
.btn-outline.btn-danger {
    background-color: transparent;
    color: #f96868;
}
.btn-outline.btn-danger.active, .btn-outline.btn-danger:active, .btn-outline.btn-danger:focus, .btn-outline.btn-danger:hover, .open > .dropdown-toggle.btn-outline.btn-danger {
    background-color: #f96868;
    border-color: #f96868;
    color: #fff;
}
.btn-outline.btn-danger.active .badge, .btn-outline.btn-danger:active .badge, .btn-outline.btn-danger:focus .badge, .btn-outline.btn-danger:hover .badge, .open > .dropdown-toggle.btn-outline.btn-danger .badge {
    background-color: #fff;
    color: #f96868;
}
.btn-outline.btn-dark {
    background-color: transparent;
    color: #526069;
}
.btn-outline.btn-dark.active, .btn-outline.btn-dark:active, .btn-outline.btn-dark:focus, .btn-outline.btn-dark:hover, .open > .dropdown-toggle.btn-outline.btn-dark {
    background-color: #526069;
    border-color: #526069;
    color: #fff;
}
.btn-outline.btn-dark.active .badge, .btn-outline.btn-dark:active .badge, .btn-outline.btn-dark:focus .badge, .btn-outline.btn-dark:hover .badge, .open > .dropdown-toggle.btn-outline.btn-dark .badge {
    background-color: #fff;
    color: #526069;
}
.btn-outline.btn-inverse {
    background-color: transparent;
    color: #fff;
}
.btn-outline.btn-inverse.active, .btn-outline.btn-inverse:active, .btn-outline.btn-inverse:focus, .btn-outline.btn-inverse:hover, .open > .dropdown-toggle.btn-outline.btn-inverse {
    background-color: #fff;
    border-color: #fff;
    color: #76838f;
}
.btn-outline.btn-inverse.active .badge, .btn-outline.btn-inverse:active .badge, .btn-outline.btn-inverse:focus .badge, .btn-outline.btn-inverse:hover .badge, .open > .dropdown-toggle.btn-outline.btn-inverse .badge {
    background-color: #76838f;
    color: #fff;
}
.btn-lg {
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 18px;
}
.btn-sm {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 13px;
}
.btn-xs {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
.btn-squared {
    border-radius: 0;
}
.btn-round {
    border-radius: 1000px;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
    background-color: #f3f7f9;
    border-color: #f3f7f9;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: #ccd5db;
    border-color: #ccd5db;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: #ccd5db;
    border-color: #ccd5db;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .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.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #f3f7f9;
    border-color: #f3f7f9;
    color: #76838f;
}
.btn-default.btn-up::before {
    border-bottom-color: #e4eaec;
}
.btn-default.btn-up:focus::before, .btn-default.btn-up:hover::before {
    border-bottom-color: #f3f7f9;
}
.btn-default.btn-up.active::before, .btn-default.btn-up:active::before, .open > .dropdown-toggle.btn-default.btn-up::before {
    border-bottom-color: #ccd5db;
}
.btn-default.btn-right::before {
    border-left-color: #e4eaec;
}
.btn-default.btn-right:focus::before, .btn-default.btn-right:hover::before {
    border-left-color: #f3f7f9;
}
.btn-default.btn-right.active::before, .btn-default.btn-right:active::before, .open > .dropdown-toggle.btn-default.btn-right::before {
    border-left-color: #ccd5db;
}
.btn-default.btn-bottom::before {
    border-top-color: #e4eaec;
}
.btn-default.btn-bottom:focus::before, .btn-default.btn-bottom:hover::before {
    border-top-color: #f3f7f9;
}
.btn-default.btn-bottom.active::before, .btn-default.btn-bottom:active::before, .open > .dropdown-toggle.btn-default.btn-bottom::before {
    border-top-color: #ccd5db;
}
.btn-default.btn-left::before {
    border-right-color: #e4eaec;
}
.btn-default.btn-left:focus::before, .btn-default.btn-left:hover::before {
    border-right-color: #f3f7f9;
}
.btn-default.btn-left.active::before, .btn-default.btn-left:active::before, .open > .dropdown-toggle.btn-default.btn-left::before {
    border-right-color: #ccd5db;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #175d91;
    border-color: #175d91;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #175d91;
    border-color: #175d91;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background-color: #175d91;
    border-color: #175d91;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .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.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #a2caee;
    border-color: #a2caee;
    color: #fff;
}
.btn-primary.btn-up::before {
    border-bottom-color: #62a8ea;
}
.btn-primary.btn-up:focus::before, .btn-primary.btn-up:hover::before {
    border-bottom-color: #89bceb;
}
.btn-primary.btn-up.active::before, .btn-primary.btn-up:active::before, .open > .dropdown-toggle.btn-primary.btn-up::before {
    border-bottom-color: #4e97d9;
}
.btn-primary.btn-right::before {
    border-left-color: #175d91;
}
.btn-primary.btn-right:focus::before, .btn-primary.btn-right:hover::before {
    border-left-color: #175d91;
}
.btn-primary.btn-right.active::before, .btn-primary.btn-right:active::before, .open > .dropdown-toggle.btn-primary.btn-right::before {
    border-left-color: #4e97d9;
}
.btn-primary.btn-bottom::before {
    border-top-color: #62a8ea;
}
.btn-primary.btn-bottom:focus::before, .btn-primary.btn-bottom:hover::before {
    border-top-color: #89bceb;
}
.btn-primary.btn-bottom.active::before, .btn-primary.btn-bottom:active::before, .open > .dropdown-toggle.btn-primary.btn-bottom::before {
    border-top-color: #4e97d9;
}
.btn-primary.btn-left::before {
    border-right-color: #62a8ea;
}
.btn-primary.btn-left:focus::before, .btn-primary.btn-left:hover::before {
    border-right-color: #89bceb;
}
.btn-primary.btn-left.active::before, .btn-primary.btn-left:active::before, .open > .dropdown-toggle.btn-primary.btn-left::before {
    border-right-color: #4e97d9;
}
.btn-success.focus, .btn-success:focus, .btn-success:hover {
    background-color: #5cd29d;
    border-color: #5cd29d;
}
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-color: #36ab7a;
    border-color: #36ab7a;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #36ab7a;
    border-color: #36ab7a;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .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.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #7dd3ae;
    border-color: #7dd3ae;
    color: #fff;
}
.btn-success.btn-up::before {
    border-bottom-color: #46be8a;
}
.btn-success.btn-up:focus::before, .btn-success.btn-up:hover::before {
    border-bottom-color: #5cd29d;
}
.btn-success.btn-up.active::before, .btn-success.btn-up:active::before, .open > .dropdown-toggle.btn-success.btn-up::before {
    border-bottom-color: #36ab7a;
}
.btn-success.btn-right::before {
    border-left-color: #46be8a;
}
.btn-success.btn-right:focus::before, .btn-success.btn-right:hover::before {
    border-left-color: #5cd29d;
}
.btn-success.btn-right.active::before, .btn-success.btn-right:active::before, .open > .dropdown-toggle.btn-success.btn-right::before {
    border-left-color: #36ab7a;
}
.btn-success.btn-bottom::before {
    border-top-color: #46be8a;
}
.btn-success.btn-bottom:focus::before, .btn-success.btn-bottom:hover::before {
    border-top-color: #5cd29d;
}
.btn-success.btn-bottom.active::before, .btn-success.btn-bottom:active::before, .open > .dropdown-toggle.btn-success.btn-bottom::before {
    border-top-color: #36ab7a;
}
.btn-success.btn-left::before {
    border-right-color: #46be8a;
}
.btn-success.btn-left:focus::before, .btn-success.btn-left:hover::before {
    border-right-color: #5cd29d;
}
.btn-success.btn-left.active::before, .btn-success.btn-left:active::before, .open > .dropdown-toggle.btn-success.btn-left::before {
    border-right-color: #36ab7a;
}
.btn-info.focus, .btn-info:focus, .btn-info:hover {
    background-color: #77d6e1;
    border-color: #77d6e1;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-color: #47b8c6;
    border-color: #47b8c6;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
    background-color: #47b8c6;
    border-color: #47b8c6;
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info.active[disabled], .btn-info.focus[disabled], .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.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #9ae1e9;
    border-color: #9ae1e9;
    color: #fff;
}
.btn-info.btn-up::before {
    border-bottom-color: #57c7d4;
}
.btn-info.btn-up:focus::before, .btn-info.btn-up:hover::before {
    border-bottom-color: #77d6e1;
}
.btn-info.btn-up.active::before, .btn-info.btn-up:active::before, .open > .dropdown-toggle.btn-info.btn-up::before {
    border-bottom-color: #47b8c6;
}
.btn-info.btn-right::before {
    border-left-color: #57c7d4;
}
.btn-info.btn-right:focus::before, .btn-info.btn-right:hover::before {
    border-left-color: #77d6e1;
}
.btn-info.btn-right.active::before, .btn-info.btn-right:active::before, .open > .dropdown-toggle.btn-info.btn-right::before {
    border-left-color: #47b8c6;
}
.btn-info.btn-bottom::before {
    border-top-color: #57c7d4;
}
.btn-info.btn-bottom:focus::before, .btn-info.btn-bottom:hover::before {
    border-top-color: #77d6e1;
}
.btn-info.btn-bottom.active::before, .btn-info.btn-bottom:active::before, .open > .dropdown-toggle.btn-info.btn-bottom::before {
    border-top-color: #47b8c6;
}
.btn-info.btn-left::before {
    border-right-color: #57c7d4;
}
.btn-info.btn-left:focus::before, .btn-info.btn-left:hover::before {
    border-right-color: #77d6e1;
}
.btn-info.btn-left.active::before, .btn-info.btn-left:active::before, .open > .dropdown-toggle.btn-info.btn-left::before {
    border-right-color: #47b8c6;
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    background-color: #f4b066;
    border-color: #f4b066;
}
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-color: #ec9940;
    border-color: #ec9940;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
    background-color: #ec9940;
    border-color: #ec9940;
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning.active[disabled], .btn-warning.focus[disabled], .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.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f6be80;
    border-color: #f6be80;
    color: #fff;
}
.btn-warning.btn-up::before {
    border-bottom-color: #f2a654;
}
.btn-warning.btn-up:focus::before, .btn-warning.btn-up:hover::before {
    border-bottom-color: #f4b066;
}
.btn-warning.btn-up.active::before, .btn-warning.btn-up:active::before, .open > .dropdown-toggle.btn-warning.btn-up::before {
    border-bottom-color: #ec9940;
}
.btn-warning.btn-right::before {
    border-left-color: #f2a654;
}
.btn-warning.btn-right:focus::before, .btn-warning.btn-right:hover::before {
    border-left-color: #f4b066;
}
.btn-warning.btn-right.active::before, .btn-warning.btn-right:active::before, .open > .dropdown-toggle.btn-warning.btn-right::before {
    border-left-color: #ec9940;
}
.btn-warning.btn-bottom::before {
    border-top-color: #f2a654;
}
.btn-warning.btn-bottom:focus::before, .btn-warning.btn-bottom:hover::before {
    border-top-color: #f4b066;
}
.btn-warning.btn-bottom.active::before, .btn-warning.btn-bottom:active::before, .open > .dropdown-toggle.btn-warning.btn-bottom::before {
    border-top-color: #ec9940;
}
.btn-warning.btn-left::before {
    border-right-color: #f2a654;
}
.btn-warning.btn-left:focus::before, .btn-warning.btn-left:hover::before {
    border-right-color: #f4b066;
}
.btn-warning.btn-left.active::before, .btn-warning.btn-left:active::before, .open > .dropdown-toggle.btn-warning.btn-left::before {
    border-right-color: #ec9940;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    background-color: #fa7a7a;
    border-color: #fa7a7a;
}
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
    background-color: #e9595b;
    border-color: #e9595b;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
    background-color: #e9595b;
    border-color: #e9595b;
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger.active[disabled], .btn-danger.focus[disabled], .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.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #fa9898;
    border-color: #fa9898;
    color: #fff;
}
.btn-danger.btn-up::before {
    border-bottom-color: #f96868;
}
.btn-danger.btn-up:focus::before, .btn-danger.btn-up:hover::before {
    border-bottom-color: #fa7a7a;
}
.btn-danger.btn-up.active::before, .btn-danger.btn-up:active::before, .open > .dropdown-toggle.btn-danger.btn-up::before {
    border-bottom-color: #e9595b;
}
.btn-danger.btn-right::before {
    border-left-color: #f96868;
}
.btn-danger.btn-right:focus::before, .btn-danger.btn-right:hover::before {
    border-left-color: #fa7a7a;
}
.btn-danger.btn-right.active::before, .btn-danger.btn-right:active::before, .open > .dropdown-toggle.btn-danger.btn-right::before {
    border-left-color: #e9595b;
}
.btn-danger.btn-bottom::before {
    border-top-color: #f96868;
}
.btn-danger.btn-bottom:focus::before, .btn-danger.btn-bottom:hover::before {
    border-top-color: #fa7a7a;
}
.btn-danger.btn-bottom.active::before, .btn-danger.btn-bottom:active::before, .open > .dropdown-toggle.btn-danger.btn-bottom::before {
    border-top-color: #e9595b;
}
.btn-danger.btn-left::before {
    border-right-color: #f96868;
}
.btn-danger.btn-left:focus::before, .btn-danger.btn-left:hover::before {
    border-right-color: #fa7a7a;
}
.btn-danger.btn-left.active::before, .btn-danger.btn-left:active::before, .open > .dropdown-toggle.btn-danger.btn-left::before {
    border-right-color: #e9595b;
}
.btn-inverse {
    background-color: #fff;
    border-color: #e4eaec;
    color: #76838f;
}
.btn-inverse.focus, .btn-inverse:focus {
    background-color: #e6e6e6;
    border-color: #99b0b7;
    color: #76838f;
}
.btn-inverse:hover {
    background-color: #e6e6e6;
    border-color: #c0ced3;
    color: #76838f;
}
.btn-inverse.active, .btn-inverse:active, .open > .dropdown-toggle.btn-inverse {
    background-color: #e6e6e6;
    border-color: #c0ced3;
    color: #76838f;
}
.btn-inverse.active.focus, .btn-inverse.active:focus, .btn-inverse.active:hover, .btn-inverse.focus:active, .btn-inverse:active:focus, .btn-inverse:active:hover, .open > .dropdown-toggle.btn-inverse.focus, .open > .dropdown-toggle.btn-inverse:focus, .open > .dropdown-toggle.btn-inverse:hover {
    background-color: #d4d4d4;
    border-color: #99b0b7;
    color: #76838f;
}
.btn-inverse.active, .btn-inverse:active, .open > .dropdown-toggle.btn-inverse {
    background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled.active, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled], .btn-inverse.active[disabled], .btn-inverse.focus[disabled], .btn-inverse[disabled]:active, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse.active, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
    background-color: #fff;
    border-color: #e4eaec;
}
.btn-inverse .badge {
    background-color: #76838f;
    color: #fff;
}
.btn-inverse.focus, .btn-inverse:focus, .btn-inverse:hover {
    background-color: #fff;
    border-color: #f3f7f9;
}
.btn-inverse.active, .btn-inverse:active, .open > .dropdown-toggle.btn-inverse {
    background-color: #fff;
    border-color: #ccd5db;
}
.btn-inverse.active.focus, .btn-inverse.active:focus, .btn-inverse.active:hover, .btn-inverse.focus:active, .btn-inverse:active:focus, .btn-inverse:active:hover, .open > .dropdown-toggle.btn-inverse.focus, .open > .dropdown-toggle.btn-inverse:focus, .open > .dropdown-toggle.btn-inverse:hover {
    background-color: #fff;
    border-color: #ccd5db;
}
.btn-inverse.disabled, .btn-inverse.disabled.active, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled:focus, .btn-inverse.disabled:hover, .btn-inverse[disabled], .btn-inverse.active[disabled], .btn-inverse.focus[disabled], .btn-inverse[disabled]:active, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse.active, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:hover {
    background-color: #fff;
    border-color: #a3afb7;
    color: #ccd5db;
}
.btn-inverse.btn-up::before {
    border-bottom-color: #fff;
}
.btn-inverse.btn-up:focus::before, .btn-inverse.btn-up:hover::before {
    border-bottom-color: #fff;
}
.btn-inverse.btn-up.active::before, .btn-inverse.btn-up:active::before, .open > .dropdown-toggle.btn-inverse.btn-up::before {
    border-bottom-color: #fff;
}
.btn-inverse.btn-right::before {
    border-left-color: #fff;
}
.btn-inverse.btn-right:focus::before, .btn-inverse.btn-right:hover::before {
    border-left-color: #fff;
}
.btn-inverse.btn-right.active::before, .btn-inverse.btn-right:active::before, .open > .dropdown-toggle.btn-inverse.btn-right::before {
    border-left-color: #fff;
}
.btn-inverse.btn-bottom::before {
    border-top-color: #fff;
}
.btn-inverse.btn-bottom:focus::before, .btn-inverse.btn-bottom:hover::before {
    border-top-color: #fff;
}
.btn-inverse.btn-bottom.active::before, .btn-inverse.btn-bottom:active::before, .open > .dropdown-toggle.btn-inverse.btn-bottom::before {
    border-top-color: #fff;
}
.btn-inverse.btn-left::before {
    border-right-color: #fff;
}
.btn-inverse.btn-left:focus::before, .btn-inverse.btn-left:hover::before {
    border-right-color: #fff;
}
.btn-inverse.btn-left.active::before, .btn-inverse.btn-left:active::before, .open > .dropdown-toggle.btn-inverse.btn-left::before {
    border-right-color: #fff;
}
.btn-dark {
    background-color: #526069;
    border-color: #526069;
    color: #fff;
}
.btn-dark.focus, .btn-dark:focus {
    background-color: #3c464c;
    border-color: #1a1f21;
    color: #fff;
}
.btn-dark:hover {
    background-color: #3c464c;
    border-color: #374147;
    color: #fff;
}
.btn-dark.active, .btn-dark:active, .open > .dropdown-toggle.btn-dark {
    background-color: #3c464c;
    border-color: #374147;
    color: #fff;
}
.btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark.focus:active, .btn-dark:active:focus, .btn-dark:active:hover, .open > .dropdown-toggle.btn-dark.focus, .open > .dropdown-toggle.btn-dark:focus, .open > .dropdown-toggle.btn-dark:hover {
    background-color: #2c3338;
    border-color: #1a1f21;
    color: #fff;
}
.btn-dark.active, .btn-dark:active, .open > .dropdown-toggle.btn-dark {
    background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled], .btn-dark.active[disabled], .btn-dark.focus[disabled], .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
    background-color: #526069;
    border-color: #526069;
}
.btn-dark .badge {
    background-color: #fff;
    color: #526069;
}
.btn-dark.focus, .btn-dark:focus, .btn-dark:hover {
    background-color: #76838f;
    border-color: #76838f;
}
.btn-dark.active, .btn-dark:active, .open > .dropdown-toggle.btn-dark {
    background-color: #37474f;
    border-color: #37474f;
}
.btn-dark.active.focus, .btn-dark.active:focus, .btn-dark.active:hover, .btn-dark.focus:active, .btn-dark:active:focus, .btn-dark:active:hover, .open > .dropdown-toggle.btn-dark.focus, .open > .dropdown-toggle.btn-dark:focus, .open > .dropdown-toggle.btn-dark:hover {
    background-color: #37474f;
    border-color: #37474f;
}
.btn-dark.disabled, .btn-dark.disabled.active, .btn-dark.disabled.focus, .btn-dark.disabled:active, .btn-dark.disabled:focus, .btn-dark.disabled:hover, .btn-dark[disabled], .btn-dark.active[disabled], .btn-dark.focus[disabled], .btn-dark[disabled]:active, .btn-dark[disabled]:focus, .btn-dark[disabled]:hover, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark.active, fieldset[disabled] .btn-dark.focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:hover {
    background-color: #a3afb7;
    border-color: #a3afb7;
    color: #fff;
}
.btn-dark.btn-up::before {
    border-bottom-color: #526069;
}
.btn-dark.btn-up:focus::before, .btn-dark.btn-up:hover::before {
    border-bottom-color: #76838f;
}
.btn-dark.btn-up.active::before, .btn-dark.btn-up:active::before, .open > .dropdown-toggle.btn-dark.btn-up::before {
    border-bottom-color: #37474f;
}
.btn-dark.btn-right::before {
    border-left-color: #526069;
}
.btn-dark.btn-right:focus::before, .btn-dark.btn-right:hover::before {
    border-left-color: #76838f;
}
.btn-dark.btn-right.active::before, .btn-dark.btn-right:active::before, .open > .dropdown-toggle.btn-dark.btn-right::before {
    border-left-color: #37474f;
}
.btn-dark.btn-bottom::before {
    border-top-color: #526069;
}
.btn-dark.btn-bottom:focus::before, .btn-dark.btn-bottom:hover::before {
    border-top-color: #76838f;
}
.btn-dark.btn-bottom.active::before, .btn-dark.btn-bottom:active::before, .open > .dropdown-toggle.btn-dark.btn-bottom::before {
    border-top-color: #37474f;
}
.btn-dark.btn-left::before {
    border-right-color: #526069;
}
.btn-dark.btn-left:focus::before, .btn-dark.btn-left:hover::before {
    border-right-color: #76838f;
}
.btn-dark.btn-left.active::before, .btn-dark.btn-left:active::before, .open > .dropdown-toggle.btn-dark.btn-left::before {
    border-right-color: #37474f;
}
.btn-dark:focus, .btn-dark:hover {
    color: #fff;
}
.btn-dark.active, .btn-dark:active, .open > .dropdown-toggle.btn-dark {
    color: #fff;
}
.btn-dark.btn-flat {
    color: #526069;
}
.btn-flat {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
}
.btn-flat.disabled {
    color: #a3afb7;
}
.btn-icon, .btn.icon {
    font-size: 16px;
    line-height: 1em;
    padding: 10px;
}
.btn-icon.btn-xs, .btn.icon.btn-xs {
    font-size: 12px;
    padding: 5px;
}
.btn-icon.btn-sm, .btn.icon.btn-sm {
    font-size: 14px;
    padding: 8px;
}
.btn-icon.btn-lg, .btn.icon.btn-lg {
    font-size: 20px;
    padding: 12px;
}
.btn-icon.disabled, .btn.icon.disabled {
    color: #a3afb7;
}
.btn-icon .icon {
    margin: 0;
}
.btn-raised {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.21);
    transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.btn-raised.active, .btn-raised:active, .btn-raised:hover, .open > .dropdown-toggle.btn-raised {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.btn-raised.disabled, .btn-raised[disabled], fieldset[disabled] .btn-raised {
    box-shadow: none;
}
.btn-floating {
    border-radius: 100%;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    font-size: 24px;
    height: 56px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 56px;
}
.btn-floating.btn-xs {
    font-size: 13px;
    height: 30px;
    padding: 0;
    width: 30px;
}
.btn-floating.btn-sm {
    font-size: 15px;
    height: 40px;
    padding: 0;
    width: 40px;
}
.btn-floating.btn-lg {
    font-size: 30px;
    height: 70px;
    padding: 0;
    width: 70px;
}
.btn-floating i {
    position: relative;
    top: 0;
}
.btn-animate {
    overflow: hidden;
    position: relative;
}
.btn-animate span {
    display: block;
    height: 100%;
    transform: translate(0px, 0px);
    width: 100%;
}
.btn-animate-side {
    padding: 8px 28px;
}
.btn-animate-side span {
    transition: transform 0.2s ease-out 0s;
}
.btn-animate-side span > .icon {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-20px, -50%);
    transition: opacity 0.2s ease-out 0s;
}
.btn-animate-side:hover span {
    transform: translate(10px, 0px);
}
.btn-animate-side:hover span > .icon {
    opacity: 1;
}
.btn-animate-side.btn-xs {
    padding: 3px 14px;
}
.btn-animate-side.btn-xs span > .icon {
    left: 5px;
}
.btn-animate-side.btn-xs:hover span {
    transform: translate(8px, 0px);
}
.btn-animate-side.btn-sm {
    padding: 6px 22px;
}
.btn-animate-side.btn-sm span > .icon {
    left: 3px;
}
.btn-animate-side.btn-sm:hover span {
    transform: translate(8px, 0px);
}
.btn-animate-side.btn-lg {
    padding: 10px 33px;
}
.btn-animate-side.btn-lg span > .icon {
    left: -6px;
}
.btn-animate-side.btn-lg:hover span {
    transform: translate(14px, 0px);
}
.btn-animate-vertical span {
    transition: all 0.2s ease-out 0s;
}
.btn-animate-vertical span > .icon {
    display: block;
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: -2px;
    transform: translate(-50%, -100%);
}
.btn-animate-vertical:hover span {
    transform: translate(0px, 150%);
}
.btn-animate-vertical.btn-xs span > .icon {
    font-size: 18px;
    top: -5px;
}
.btn-animate-vertical.btn-sm span > .icon {
    font-size: 21px;
    top: -3px;
}
.btn-animate-vertical.btn-lg span > .icon {
    font-size: 37px;
}
.btn-labeled {
    padding: 0 8px 0 0;
}
.btn-labeled .btn-label {
    margin-right: 5px;
    padding: 6px 8px;
}
.btn-labeled.btn-xs {
    padding-right: 5px;
}
.btn-labeled.btn-xs .btn-label {
    margin-right: 2px;
    padding: 1px 4px;
}
.btn-labeled.btn-sm {
    padding-right: 13px;
}
.btn-labeled.btn-sm .btn-label {
    margin-right: 10px;
    padding: 6px;
}
.btn-labeled.btn-lg {
    padding-right: 14px;
}
.btn-labeled.btn-lg .btn-label {
    margin-right: 11px;
    padding: 10px 14px;
}
.btn-labeled.btn-block {
    text-align: left;
}
.btn-label {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
    display: inline-block;
}
.btn-pill-left {
    border-radius: 500px 0 0 500px;
}
.btn-pill-right {
    border-radius: 0 500px 500px 0;
}
.btn-direction {
    position: relative;
}
.btn-direction::before {
    border: 8px solid transparent;
    content: "";
    line-height: 0;
    position: absolute;
}
.btn-up::before {
    border-bottom-color: #e4eaec;
    left: 50%;
    margin-left: -8px;
    top: -16px;
}
.btn-right::before {
    border-left-color: #e4eaec;
    margin-top: -8px;
    right: -16px;
    top: 50%;
}
.btn-bottom::before {
    border-top-color: #e4eaec;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}
.btn-left::before {
    border-right-color: #e4eaec;
    left: -16px;
    margin-top: -8px;
    top: 50%;
}
.btn-pure, .btn-pure.active, .btn-pure:active, .btn-pure:focus, .btn-pure:hover, .btn-pure[disabled], .open > .dropdown-toggle.btn-pure, fieldset[disabled] .btn-pure {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.btn-pure.active.focus, .btn-pure.active:focus, .btn-pure.active:hover, .btn-pure.focus, .btn-pure.focus:active, .btn-pure:active:focus, .btn-pure:active:hover, .btn-pure:focus, .btn-pure.focus:focus, .btn-pure:focus:focus, .btn-pure:focus:hover, .btn-pure:hover, .btn-pure.focus:hover, .btn-pure:hover:focus, .btn-pure:hover:hover, .btn-pure.focus[disabled], .btn-pure[disabled]:focus, .btn-pure[disabled]:hover, .open > .dropdown-toggle.btn-pure.focus, .open > .dropdown-toggle.btn-pure:focus, .open > .dropdown-toggle.btn-pure:hover, fieldset[disabled] .btn-pure.focus, fieldset[disabled] .btn-pure:focus, fieldset[disabled] .btn-pure:hover {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.btn-pure.btn-default {
    color: #a3afb7;
}
.btn-pure.btn-default.active, .btn-pure.btn-default:active, .btn-pure.btn-default:focus, .btn-pure.btn-default:hover, .open > .dropdown-toggle.btn-pure.btn-default {
    color: #ccd5db;
}
.btn-pure.btn-default.active.focus, .btn-pure.btn-default.active:focus, .btn-pure.btn-default.active:hover, .btn-pure.btn-default.focus:active, .btn-pure.btn-default:active:focus, .btn-pure.btn-default:active:hover, .btn-pure.btn-default.focus:focus, .btn-pure.btn-default:focus:focus, .btn-pure.btn-default:focus:hover, .btn-pure.btn-default.focus:hover, .btn-pure.btn-default:hover:focus, .btn-pure.btn-default:hover:hover, .open > .dropdown-toggle.btn-pure.btn-default.focus, .open > .dropdown-toggle.btn-pure.btn-default:focus, .open > .dropdown-toggle.btn-pure.btn-default:hover {
    color: #ccd5db;
}
.btn-pure.btn-default.active .badge, .btn-pure.btn-default:active .badge, .btn-pure.btn-default:focus .badge, .btn-pure.btn-default:hover .badge, .open > .dropdown-toggle.btn-pure.btn-default .badge {
    color: #ccd5db;
}
.btn-pure.btn-primary {
    color: #62a8ea;
}
.btn-pure.btn-primary.active, .btn-pure.btn-primary:active, .btn-pure.btn-primary:focus, .btn-pure.btn-primary:hover, .open > .dropdown-toggle.btn-pure.btn-primary {
    color: #a2caee;
}
.btn-pure.btn-primary.active.focus, .btn-pure.btn-primary.active:focus, .btn-pure.btn-primary.active:hover, .btn-pure.btn-primary.focus:active, .btn-pure.btn-primary:active:focus, .btn-pure.btn-primary:active:hover, .btn-pure.btn-primary.focus:focus, .btn-pure.btn-primary:focus:focus, .btn-pure.btn-primary:focus:hover, .btn-pure.btn-primary.focus:hover, .btn-pure.btn-primary:hover:focus, .btn-pure.btn-primary:hover:hover, .open > .dropdown-toggle.btn-pure.btn-primary.focus, .open > .dropdown-toggle.btn-pure.btn-primary:focus, .open > .dropdown-toggle.btn-pure.btn-primary:hover {
    color: #a2caee;
}
.btn-pure.btn-primary.active .badge, .btn-pure.btn-primary:active .badge, .btn-pure.btn-primary:focus .badge, .btn-pure.btn-primary:hover .badge, .open > .dropdown-toggle.btn-pure.btn-primary .badge {
    color: #a2caee;
}
.btn-pure.btn-success {
    color: #46be8a;
}
.btn-pure.btn-success.active, .btn-pure.btn-success:active, .btn-pure.btn-success:focus, .btn-pure.btn-success:hover, .open > .dropdown-toggle.btn-pure.btn-success {
    color: #7dd3ae;
}
.btn-pure.btn-success.active.focus, .btn-pure.btn-success.active:focus, .btn-pure.btn-success.active:hover, .btn-pure.btn-success.focus:active, .btn-pure.btn-success:active:focus, .btn-pure.btn-success:active:hover, .btn-pure.btn-success.focus:focus, .btn-pure.btn-success:focus:focus, .btn-pure.btn-success:focus:hover, .btn-pure.btn-success.focus:hover, .btn-pure.btn-success:hover:focus, .btn-pure.btn-success:hover:hover, .open > .dropdown-toggle.btn-pure.btn-success.focus, .open > .dropdown-toggle.btn-pure.btn-success:focus, .open > .dropdown-toggle.btn-pure.btn-success:hover {
    color: #7dd3ae;
}
.btn-pure.btn-success.active .badge, .btn-pure.btn-success:active .badge, .btn-pure.btn-success:focus .badge, .btn-pure.btn-success:hover .badge, .open > .dropdown-toggle.btn-pure.btn-success .badge {
    color: #7dd3ae;
}
.btn-pure.btn-info {
    color: #57c7d4;
}
.btn-pure.btn-info.active, .btn-pure.btn-info:active, .btn-pure.btn-info:focus, .btn-pure.btn-info:hover, .open > .dropdown-toggle.btn-pure.btn-info {
    color: #9ae1e9;
}
.btn-pure.btn-info.active.focus, .btn-pure.btn-info.active:focus, .btn-pure.btn-info.active:hover, .btn-pure.btn-info.focus:active, .btn-pure.btn-info:active:focus, .btn-pure.btn-info:active:hover, .btn-pure.btn-info.focus:focus, .btn-pure.btn-info:focus:focus, .btn-pure.btn-info:focus:hover, .btn-pure.btn-info.focus:hover, .btn-pure.btn-info:hover:focus, .btn-pure.btn-info:hover:hover, .open > .dropdown-toggle.btn-pure.btn-info.focus, .open > .dropdown-toggle.btn-pure.btn-info:focus, .open > .dropdown-toggle.btn-pure.btn-info:hover {
    color: #9ae1e9;
}
.btn-pure.btn-info.active .badge, .btn-pure.btn-info:active .badge, .btn-pure.btn-info:focus .badge, .btn-pure.btn-info:hover .badge, .open > .dropdown-toggle.btn-pure.btn-info .badge {
    color: #9ae1e9;
}
.btn-pure.btn-warning {
    color: #f2a654;
}
.btn-pure.btn-warning.active, .btn-pure.btn-warning:active, .btn-pure.btn-warning:focus, .btn-pure.btn-warning:hover, .open > .dropdown-toggle.btn-pure.btn-warning {
    color: #f6be80;
}
.btn-pure.btn-warning.active.focus, .btn-pure.btn-warning.active:focus, .btn-pure.btn-warning.active:hover, .btn-pure.btn-warning.focus:active, .btn-pure.btn-warning:active:focus, .btn-pure.btn-warning:active:hover, .btn-pure.btn-warning.focus:focus, .btn-pure.btn-warning:focus:focus, .btn-pure.btn-warning:focus:hover, .btn-pure.btn-warning.focus:hover, .btn-pure.btn-warning:hover:focus, .btn-pure.btn-warning:hover:hover, .open > .dropdown-toggle.btn-pure.btn-warning.focus, .open > .dropdown-toggle.btn-pure.btn-warning:focus, .open > .dropdown-toggle.btn-pure.btn-warning:hover {
    color: #f6be80;
}
.btn-pure.btn-warning.active .badge, .btn-pure.btn-warning:active .badge, .btn-pure.btn-warning:focus .badge, .btn-pure.btn-warning:hover .badge, .open > .dropdown-toggle.btn-pure.btn-warning .badge {
    color: #f6be80;
}
.btn-pure.btn-danger {
    color: #f96868;
}
.btn-pure.btn-danger.active, .btn-pure.btn-danger:active, .btn-pure.btn-danger:focus, .btn-pure.btn-danger:hover, .open > .dropdown-toggle.btn-pure.btn-danger {
    color: #fa9898;
}
.btn-pure.btn-danger.active.focus, .btn-pure.btn-danger.active:focus, .btn-pure.btn-danger.active:hover, .btn-pure.btn-danger.focus:active, .btn-pure.btn-danger:active:focus, .btn-pure.btn-danger:active:hover, .btn-pure.btn-danger.focus:focus, .btn-pure.btn-danger:focus:focus, .btn-pure.btn-danger:focus:hover, .btn-pure.btn-danger.focus:hover, .btn-pure.btn-danger:hover:focus, .btn-pure.btn-danger:hover:hover, .open > .dropdown-toggle.btn-pure.btn-danger.focus, .open > .dropdown-toggle.btn-pure.btn-danger:focus, .open > .dropdown-toggle.btn-pure.btn-danger:hover {
    color: #fa9898;
}
.btn-pure.btn-danger.active .badge, .btn-pure.btn-danger:active .badge, .btn-pure.btn-danger:focus .badge, .btn-pure.btn-danger:hover .badge, .open > .dropdown-toggle.btn-pure.btn-danger .badge {
    color: #fa9898;
}
.btn-pure.btn-dark {
    color: #526069;
}
.btn-pure.btn-dark.active, .btn-pure.btn-dark:active, .btn-pure.btn-dark:focus, .btn-pure.btn-dark:hover, .open > .dropdown-toggle.btn-pure.btn-dark {
    color: #76838f;
}
.btn-pure.btn-dark.active.focus, .btn-pure.btn-dark.active:focus, .btn-pure.btn-dark.active:hover, .btn-pure.btn-dark.focus:active, .btn-pure.btn-dark:active:focus, .btn-pure.btn-dark:active:hover, .btn-pure.btn-dark.focus:focus, .btn-pure.btn-dark:focus:focus, .btn-pure.btn-dark:focus:hover, .btn-pure.btn-dark.focus:hover, .btn-pure.btn-dark:hover:focus, .btn-pure.btn-dark:hover:hover, .open > .dropdown-toggle.btn-pure.btn-dark.focus, .open > .dropdown-toggle.btn-pure.btn-dark:focus, .open > .dropdown-toggle.btn-pure.btn-dark:hover {
    color: #76838f;
}
.btn-pure.btn-dark.active .badge, .btn-pure.btn-dark:active .badge, .btn-pure.btn-dark:focus .badge, .btn-pure.btn-dark:hover .badge, .open > .dropdown-toggle.btn-pure.btn-dark .badge {
    color: #76838f;
}
.btn-pure.btn-inverse {
    color: #fff;
}
.btn-pure.btn-inverse.active, .btn-pure.btn-inverse:active, .btn-pure.btn-inverse:focus, .btn-pure.btn-inverse:hover, .open > .dropdown-toggle.btn-pure.btn-inverse {
    color: #fff;
}
.btn-pure.btn-inverse.active.focus, .btn-pure.btn-inverse.active:focus, .btn-pure.btn-inverse.active:hover, .btn-pure.btn-inverse.focus:active, .btn-pure.btn-inverse:active:focus, .btn-pure.btn-inverse:active:hover, .btn-pure.btn-inverse.focus:focus, .btn-pure.btn-inverse:focus:focus, .btn-pure.btn-inverse:focus:hover, .btn-pure.btn-inverse.focus:hover, .btn-pure.btn-inverse:hover:focus, .btn-pure.btn-inverse:hover:hover, .open > .dropdown-toggle.btn-pure.btn-inverse.focus, .open > .dropdown-toggle.btn-pure.btn-inverse:focus, .open > .dropdown-toggle.btn-pure.btn-inverse:hover {
    color: #fff;
}
.btn-pure.btn-inverse.active .badge, .btn-pure.btn-inverse:active .badge, .btn-pure.btn-inverse:focus .badge, .btn-pure.btn-inverse:hover .badge, .open > .dropdown-toggle.btn-pure.btn-inverse .badge {
    color: #fff;
}
.caret {
    border-top: 4px solid;
    transform: scale(1.001);
    transition: all 0.25s ease 0s;
}
.btn-group .btn + .dropdown-toggle .caret {
    margin-left: 0;
}
.dropdown-toggle.btn .caret {
    margin-left: 0.3em;
}
.dropdown-toggle.btn.btn-xs .caret {
    margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 0.8em;
    padding-right: 0.8em;
}
.dropdown-menu {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    margin-top: 5px;
    transition: all 0.25s ease 0s;
}
.dropdown-menu .divider {
    margin: 6px 0;
}
.dropdown-menu > li {
    margin: 2px 0;
    padding: 0 5px;
}
.dropdown-menu > li > a {
    border-radius: 3px;
    padding: 8px 15px;
    transition: background-color 0.25s ease 0s;
}
.dropdown-menu li .icon:first-child, .dropdown-menu li > a .icon:first-child {
    margin-right: 0.5em;
    text-align: center;
    width: 1em;
}
.dropdown-menu.bullet {
    margin-top: 12px;
}
.dropdown-menu.bullet::after, .dropdown-menu.bullet::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 7px 7px;
    content: "";
    display: inline-block;
    height: 0;
    left: 10px;
    position: absolute;
    width: 0;
}
.dropdown-menu.bullet::before {
    border-bottom-color: #e4eaec;
    top: -7px;
}
.dropdown-menu.bullet::after {
    border-bottom-color: #fff;
    top: -6px;
}
.dropdown-menu-right.bullet::after, .dropdown-menu-right.bullet::before {
    left: auto;
    right: 10px;
}
.dropdown-menu.animate {
    overflow: hidden;
}
.dropdown-menu.animate > li {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: slide-left;
}
.dropdown-menu.animate > li:nth-child(1) {
    animation-delay: 0.02s;
}
.dropdown-menu.animate > li:nth-child(2) {
    animation-delay: 0.04s;
}
.dropdown-menu.animate > li:nth-child(3) {
    animation-delay: 0.06s;
}
.dropdown-menu.animate > li:nth-child(4) {
    animation-delay: 0.08s;
}
.dropdown-menu.animate > li:nth-child(5) {
    animation-delay: 0.1s;
}
.dropdown-menu.animate > li:nth-child(6) {
    animation-delay: 0.12s;
}
.dropdown-menu.animate > li:nth-child(7) {
    animation-delay: 0.14s;
}
.dropdown-menu.animate > li:nth-child(8) {
    animation-delay: 0.16s;
}
.dropdown-menu.animate > li:nth-child(9) {
    animation-delay: 0.18s;
}
.dropdown-menu.animate > li:nth-child(10) {
    animation-delay: 0.2s;
}
.dropdown-menu.animate > li.divider {
    animation-name: none;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(1) {
    animation-delay: 0.02s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(2) {
    animation-delay: 0.04s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(3) {
    animation-delay: 0.06s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(4) {
    animation-delay: 0.08s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(5) {
    animation-delay: 0.1s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(6) {
    animation-delay: 0.12s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(7) {
    animation-delay: 0.14s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(8) {
    animation-delay: 0.16s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(9) {
    animation-delay: 0.18s;
}
.dropdown-menu.animate.animate-reverse > li:nth-last-child(10) {
    animation-delay: 0.2s;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 6px;
}
.dropup .dropdown-menu.bullet, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet {
    margin-bottom: 12px;
}
.dropup .dropdown-menu.bullet::after, .dropup .dropdown-menu.bullet::before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet::after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet::before {
    border-bottom-width: 0;
    border-top-width: 7px;
    top: auto;
}
.dropup .dropdown-menu.bullet::before, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet::before {
    border-top-color: #e4eaec;
    bottom: -7px;
}
.dropup .dropdown-menu.bullet::after, .navbar-fixed-bottom .dropdown .dropdown-menu.bullet::after {
    border-top-color: #fff;
    bottom: -6px;
}
.dropdown-menu > .dropdown-header {
    cursor: default;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px 6px;
}
.dropdown-menu > .dropdown-submenu {
    position: relative;
}
.dropdown-menu > .dropdown-submenu > a {
    position: relative;
}
.dropdown-menu > .dropdown-submenu > a::after {
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-top: 6px;
    position: absolute;
    right: 10px;
    vertical-align: middle;
    width: 0;
}
.dropdown-menu > .dropdown-submenu .dropdown-menu {
    left: 100%;
    margin: 0;
}
.dropdown-menu > .dropdown-submenu.dropdown-menu-left .dropdown-menu {
    left: -100%;
}
.dropdown-menu > .dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.dropdown .dropdown-submenu .dropdown-menu {
    top: 0;
}
.dropup .dropdown-submenu .dropdown-menu {
    bottom: 0;
}
.dropdown-menu-media {
    padding-bottom: 0;
    padding-top: 0;
}
.dropdown-menu-media > li {
    margin: 0;
    padding: 0;
}
.dropdown-menu-media .dropdown-menu-header {
    background-color: #fff;
    border-bottom: 1px solid #e4eaec;
    padding: 20px;
    position: relative;
}
.dropdown-menu-media .dropdown-menu-header > h3, .dropdown-menu-media .dropdown-menu-header > h4, .dropdown-menu-media .dropdown-menu-header > h5 {
    margin: 0;
}
.dropdown-menu-media .dropdown-menu-header .badge, .dropdown-menu-media .dropdown-menu-header .label {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown-menu-media .list-group {
    border-radius: 0;
    font-size: 12px;
    margin: 0;
    max-height: 270px;
}
.dropdown-menu-media .list-group-item {
    border: medium none;
    border-radius: 0 !important;
    padding: 0 20px;
}
.dropdown-menu-media .list-group-item .media {
    border-top: 1px solid #e4eaec;
    padding: 15px 0;
}
.dropdown-menu-media .list-group-item:first-child .media {
    border-top: medium none;
}
.dropdown-menu-media > .dropdown-menu-footer {
    background-color: #f3f7f9;
    border-top: 1px solid #e4eaec;
}
.dropdown-menu-media > .dropdown-menu-footer > a {
    color: #a3afb7 !important;
    padding: 15px 20px !important;
}
.dropdown-menu-media > .dropdown-menu-footer > a:hover {
    background-color: transparent !important;
    color: #89bceb !important;
}
.dropdown-menu-media > .dropdown-menu-footer > .dropdown-menu-footer-btn {
    position: absolute;
    right: 0;
}
.dropdown-menu-media > .dropdown-menu-footer > .dropdown-menu-footer-btn:hover {
    background-color: transparent !important;
    color: #89bceb !important;
}
.dropdown-menu-primary > .active > a, .dropdown-menu-primary > .active > a:focus, .dropdown-menu-primary > .active > a:hover {
    background-color: #62a8ea;
    color: #fff;
}
.dropdown-menu-success > .active > a, .dropdown-menu-success > .active > a:focus, .dropdown-menu-success > .active > a:hover {
    background-color: #46be8a;
    color: #fff;
}
.dropdown-menu-info > .active > a, .dropdown-menu-info > .active > a:focus, .dropdown-menu-info > .active > a:hover {
    background-color: #57c7d4;
    color: #fff;
}
.dropdown-menu-warning > .active > a, .dropdown-menu-warning > .active > a:focus, .dropdown-menu-warning > .active > a:hover {
    background-color: #f2a654;
    color: #fff;
}
.dropdown-menu-danger > .active > a, .dropdown-menu-danger > .active > a:focus, .dropdown-menu-danger > .active > a:hover {
    background-color: #f96868;
    color: #fff;
}
.dropdown-menu-dark > .active > a, .dropdown-menu-dark > .active > a:focus, .dropdown-menu-dark > .active > a:hover {
    background-color: #526069;
    color: #fff;
}
.btn-group .dropdown-menu > li > a {
    padding: 6px 40px 6px 15px;
}
.btn-group .dropdown-menu > li > a .badge {
    margin-top: 2px;
    position: absolute;
    right: 15px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}
.btn-group:focus .dropdown-toggle {
    transition: all 0.25s ease 0s;
}
.input-group-addon {
    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;
}
.input-group-btn .btn {
    padding: 6px 10px;
}
.input-group-btn .btn > .icon {
    vertical-align: bottom;
}
.input-group-btn .dropdown-toggle.btn .caret {
    margin-left: 2px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 1;
}
.nav > li > a {
    overflow: hidden;
}
.nav > li > a:focus {
    outline: 0 none;
}
.nav > li > a .close {
    display: inline-block;
    margin-left: 10px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: transparent;
}
.nav-quick {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.nav-quick li {
    display: block;
    list-style: outside none none;
    padding: 0;
    position: relative;
    text-align: center;
}
.nav-quick a {
    color: #76838f;
    display: block;
    padding: 16px 0;
}
.nav-quick a .icon {
    display: block;
    font-size: 32px;
    margin-bottom: 0.2em;
}
.nav-quick a:hover {
    background-color: #f3f7f9;
    text-decoration: none;
}
.nav-quick .badge, .nav-quick .label {
    position: absolute;
    right: 0;
    top: 0;
}
.nav-quick-sm a {
    padding: 12px 0;
}
.nav-quick-sm a .icon {
    font-size: 24px;
}
.nav-quick-lg a {
    padding: 22px 0;
}
.nav-quick-lg a .icon {
    font-size: 40px;
}
.nav-quick-bordered {
    border-left: 1px solid #e4eaec;
    border-top: 1px solid #e4eaec;
}
.nav-quick-bordered li {
    border-bottom: 1px solid #e4eaec;
    border-right: 1px solid #e4eaec;
}
.nav-tabs > li > a {
    color: #76838f;
    padding: 10px 20px;
    transition: all 0.25s ease 0s;
}
.nav-tabs > li > a > .icon {
    line-height: 1;
    margin-right: 0.5em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #62a8ea;
    border-color: transparent transparent #62a8ea;
    color: #fff;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:focus, .nav-tabs.nav-justified > li.active > a:hover {
    border-color: transparent transparent #62a8ea;
}
.nav-tabs.nav-tabs-bottom {
    border-bottom: medium none;
    border-top: 1px solid #e4eaec;
}
.nav-tabs.nav-tabs-bottom > li {
    margin-bottom: 0;
    margin-top: -1px;
}
.nav-tabs.nav-tabs-bottom > li > a {
    border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-tabs-bottom > li > a:focus, .nav-tabs.nav-tabs-bottom > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #e4eaec;
}
.nav-tabs.nav-tabs-bottom.nav-justified {
    border-top: medium none;
}
.nav-tabs.nav-tabs-bottom.nav-justified > li > a {
    border-bottom-color: transparent;
    border-top-color: #e4eaec;
}
.nav-tabs.nav-tabs-bottom.nav-justified > li.active > a, .nav-tabs.nav-tabs-bottom.nav-justified > li.active > a:focus, .nav-tabs.nav-tabs-bottom.nav-justified > li.active > a:hover {
    border-top: 1px solid #62a8ea;
}
.nav-tabs-reverse > li {
    float: right;
}
.nav-tabs-reverse > li > a {
    margin-left: 2px;
    margin-right: 0;
}
.nav-tabs-solid {
    border-bottom-color: #f3f7f9;
}
.nav-tabs-solid > li > a:hover {
    border-color: transparent;
}
.nav-tabs-solid > li.active > a, .nav-tabs-solid > li.active > a:focus, .nav-tabs-solid > li.active > a:hover {
    background-color: #f3f7f9;
    border-color: transparent;
    color: #76838f;
}
.nav-tabs-solid ~ .tab-content {
    background-color: #f3f7f9;
    padding: 20px;
}
.nav-tabs-solid.nav-justified > li > a {
    border: medium none;
}
.nav-tabs-solid.nav-justified > li.active > a, .nav-tabs-solid.nav-justified > li.active > a:focus, .nav-tabs-solid.nav-justified > li.active > a:hover {
    border: medium none;
}
.nav-tabs-solid.nav-tabs-bottom > li.active > a, .nav-tabs-solid.nav-tabs-bottom > li.active > a:focus, .nav-tabs-solid.nav-tabs-bottom > li.active > a:hover {
    border: medium none;
}
.nav-tabs-line > li > a {
    border-bottom: 2px solid transparent;
    padding: 10px 20px;
}
.nav-tabs-line > li > a:focus, .nav-tabs-line > li > a:hover {
    background-color: transparent;
}
.nav-tabs-line > li > a:hover {
    border-bottom-color: #ccd5db;
}
.nav-tabs-line > li.active > a, .nav-tabs-line > li.active > a:focus, .nav-tabs-line > li.active > a:hover {
    background-color: transparent;
    border-bottom: 2px solid #62a8ea;
    color: #62a8ea;
}
.nav-tabs-line .open > a, .nav-tabs-line .open > a:focus, .nav-tabs-line .open > a:hover {
    border-color: transparent transparent #ccd5db;
}
.nav-tabs-line.nav-tabs-bottom > li > a {
    border-bottom: medium none;
    border-top: 2px solid transparent;
}
.nav-tabs-line.nav-tabs-bottom > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ccd5db;
}
.nav-tabs-line.nav-tabs-bottom > li.active > a, .nav-tabs-line.nav-tabs-bottom > li.active > a:focus, .nav-tabs-line.nav-tabs-bottom > li.active > a:hover {
    border-bottom: medium none;
    border-top: 2px solid #62a8ea;
}
.nav-tabs-line.nav-justified > li > a {
    border-bottom: 2px solid #e4eaec;
}
.nav-tabs-line.nav-justified > li > a:hover {
    border-bottom-color: #ccd5db;
}
.nav-tabs-line.nav-justified > li.active > a, .nav-tabs-line.nav-justified > li.active > a:focus, .nav-tabs-line.nav-justified > li.active > a:hover {
    border-bottom: 2px solid #62a8ea;
    border-color: transparent transparent #62a8ea;
}
.nav-tabs-line.nav-justified.nav-tabs-bottom {
    border-top: medium none;
}
.nav-tabs-line.nav-justified.nav-tabs-bottom > li > a {
    border-bottom: medium none;
    border-top: 2px solid #e4eaec;
}
.nav-tabs-line.nav-justified.nav-tabs-bottom > li > a:hover {
    border-top-color: #ccd5db;
}
.nav-tabs-line.nav-justified.nav-tabs-bottom > li.active > a, .nav-tabs-line.nav-justified.nav-tabs-bottom > li.active > a:focus, .nav-tabs-line.nav-justified.nav-tabs-bottom > li.active > a:hover {
    border-bottom: medium none;
    border-top-color: #62a8ea;
}
.nav-tabs-vertical::after, .nav-tabs-vertical::before {
    content: " ";
    display: table;
}
.nav-tabs-vertical::after {
    clear: both;
}
.nav-tabs-vertical .nav-tabs {
    border-bottom: medium none;
    border-right: 1px solid #e4eaec;
    float: left;
}
.nav-tabs-vertical .nav-tabs > li {
    float: none;
    margin-bottom: 0;
    margin-right: -1px;
}
.nav-tabs-vertical .nav-tabs > li > a {
    border-radius: 4px 0 0 4px;
    margin-bottom: 2px;
    margin-right: 0;
    padding: 10px 20px;
}
.nav-tabs-vertical .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-right-color: #e4eaec;
}
.nav-tabs-vertical .nav-tabs-reverse {
    border-left: 1px solid #e4eaec;
    border-right: medium none;
    float: right;
}
.nav-tabs-vertical .nav-tabs-reverse > li {
    margin-left: -1px;
    margin-right: 0;
}
.nav-tabs-vertical .nav-tabs-reverse > li > a {
    border-radius: 0 4px 4px 0;
    margin-left: 0;
}
.nav-tabs-vertical .nav-tabs-reverse > li > a:hover {
    border-left-color: #e4eaec;
    border-right-color: transparent;
}
.nav-tabs-vertical .nav-tabs-solid {
    border-right-color: #f3f7f9;
}
.nav-tabs-vertical .nav-tabs-solid > li > a:hover {
    border-color: transparent;
}
.nav-tabs-vertical .nav-tabs-solid + .tab-content {
    padding: 20px;
}
.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
    border-left-color: #f3f7f9;
}
.nav-tabs-vertical .nav-tabs-line > li > a {
    border-bottom: medium none;
    border-right: 2px solid transparent;
}
.nav-tabs-vertical .nav-tabs-line > li > a:hover {
    border-right-color: #ccd5db;
}
.nav-tabs-vertical .nav-tabs-line > li.active > a, .nav-tabs-vertical .nav-tabs-line > li.active > a:focus, .nav-tabs-vertical .nav-tabs-line > li.active > a:hover {
    border-bottom: medium none;
    border-right: 2px solid #62a8ea;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse > li > a {
    border-left: 2px solid transparent;
    border-right-width: 1px;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse > li > a:hover {
    border-color: transparent transparent transparent #ccd5db;
}
.nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse > li.active > a, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse > li.active > a:focus, .nav-tabs-vertical .nav-tabs-line.nav-tabs-reverse > li.active > a:hover {
    border-left: 2px solid #62a8ea;
    border-right: 1px solid transparent;
}
.nav-tabs-vertical .tab-content {
    overflow: hidden;
}
.nav-tabs-inverse .nav-tabs-solid {
    border-bottom-color: #fff;
}
.nav-tabs-inverse .nav-tabs-solid > li.active > a, .nav-tabs-inverse .nav-tabs-solid > li.active > a:focus, .nav-tabs-inverse .nav-tabs-solid > li.active > a:hover {
    background-color: #fff;
    color: #76838f;
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid {
    border-right-color: #fff;
}
.nav-tabs-inverse.nav-tabs-vertical .nav-tabs-solid.nav-tabs-reverse {
    border-left-color: #fff;
}
.nav-tabs-inverse .tab-content {
    background: #fff none repeat scroll 0 0;
}
.nav-tabs-animate .tab-content {
    overflow: hidden;
}
.nav-tabs-lg > li > a {
    font-size: 18px;
    line-height: 1.33333;
    padding: 12px 20px;
}
.nav-tabs-sm > li > a {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.navbar-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 16px;
    transition: color 0.25s linear 0s;
}
.navbar-toggle .icon {
    margin-top: -1px;
}
.navbar-toggle:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.navbar-toggle-left {
    float: left;
    margin-left: 15px !important;
    margin-right: 0;
}
.navbar {
    border: medium none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.navbar-fixed-bottom, .navbar-fixed-top {
    width: 100%;
}
@media (min-width: 768px) {
.hidden-float {
    display: block;
}
}
@media (max-width: 767px) {
.hidden-float {
    display: none !important;
}
}
.navbar-brand {
    font-weight: 500;
    padding: 22px 20px;
}
.navbar-brand > .navbar-brand-logo {
    display: inline-block !important;
}
.navbar-brand-logo {
    height: 32px;
    margin-top: -5px;
}
.navbar-brand-text {
    margin-left: 6px;
}
@media (max-width: 767px) {
.navbar-brand-center {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0px);
}
}
@media (min-width: 768px) {
.navbar-mega .container, .navbar-mega .container-fluid {
    position: relative;
}
}
.navbar-mega .dropdown-menu {
    left: auto;
}
.navbar-mega .dropdown-mega {
    position: static;
}
.navbar-mega .mega-content {
    padding: 10px 10px 0;
}
.navbar-mega .mega-menu {
    max-width: 100%;
    min-width: 150px;
}
.navbar-mega .mega-menu > ul {
    padding-left: 0;
}
.navbar-mega .mega-menu .list-icons {
    margin-bottom: 6px;
}
.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
    left: 5px;
    right: 5px;
}
@media (max-width: 767px) {
.navbar-mega .dropdown.dropdown-fw .dropdown-menu {
    left: 0;
    right: 0;
}
}
.navbar-nav > li > a.navbar-avatar, .navbar-toolbar > li > a.navbar-avatar {
    padding-bottom: 18px !important;
    padding-top: 18px !important;
}
@media (max-width: 767px) {
.navbar-nav > li > a.navbar-avatar {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}
}
.navbar-avatar .avatar {
    width: 30px !important;
}
.navbar-form .icon {
    color: rgba(55, 71, 79, 0.4);
    font-size: 16px;
}
.navbar-form .form-control {
    background-color: #f3f7f9;
    border: medium none;
    border-radius: 38px;
}
@media (min-width: 768px) {
.navbar-search.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
}
}
@media (max-width: 767px) {
.navbar-search {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width: 767px) {
.navbar-search .navbar-form {
    border-bottom: medium none;
    margin-bottom: 0;
    margin-top: 0;
}
}
.container-fluid > .navbar-search, .container > .navbar-search {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
.container-fluid > .navbar-search, .container > .navbar-search {
    margin-left: 0;
    margin-right: 0;
}
}
.navbar-search-overlap {
    background-color: #fff;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
}
.navbar-search-overlap .form-control, .navbar-search-overlap .form-group {
    display: block !important;
    margin: 0;
}
.navbar-search-overlap .form-control {
    background-color: transparent !important;
    border-radius: 0;
    height: 66px !important;
}
.navbar-search-overlap .form-control:focus {
    border-color: transparent !important;
}
.navbar-collapse-toolbar.in {
    overflow-y: visible;
}
.navbar-toolbar {
    float: left;
}
.navbar-toolbar::after, .navbar-toolbar::before {
    content: " ";
    display: table;
}
.navbar-toolbar::after {
    clear: both;
}
.navbar-toolbar > li {
    float: left;
}
.navbar-toolbar > li::after, .navbar-toolbar > li::before {
    content: " ";
    display: table;
}
.navbar-toolbar > li::after {
    clear: both;
}
.navbar-toolbar > li > a {
    line-height: 22px !important;
    padding-bottom: 22px !important;
    padding-top: 22px !important;
}
.navbar-toolbar .dropdown-menu {
    animation-duration: 0.3s;
    transform-origin: 100% 0 0;
}
@media (max-width: 767px) {
	.navbar-toolbar .open {
	    position: static;
	}
	.navbar-toolbar .open .dropdown-menu {
	    border-top-left-radius: 0;
	    border-top-right-radius: 0;
	    float: none;
	    left: 1;
	    margin-top: 0;
	    right: 0;
	    width: auto;
	}
}
@media (max-width: 767px) and (max-device-width: 480px) and (orientation: landscape) {
}
@media (max-width: 767px) {
.navbar-toolbar-left {
    float: left !important;
}
.navbar-toolbar-right {
    float: right !important;
}
}
.icon-fullscreen {
    font-family: "Web Icons";
}
.icon-fullscreen::before {
    content: "";
}
.icon-fullscreen.active::before {
    content: "";
}
.icon-menubar {
    font-family: "Web Icons";
}
.icon-menubar::before {
    content: "";
}
.icon-menubar.active::before {
    content: "";
}
.navbar-default .navbar-toolbar > li > a {
    color: #76838f;
}
.navbar-default .navbar-toolbar > li > a:focus, .navbar-default .navbar-toolbar > li > a:hover {
    background-color: rgba(243, 247, 249, 0.3);
    color: #526069;
}
.navbar-default .navbar-toolbar > .active > a, .navbar-default .navbar-toolbar > .active > a:focus, .navbar-default .navbar-toolbar > .active > a:hover {
    background-color: rgba(243, 247, 249, 0.6);
    color: #526069;
}
.navbar-default .navbar-toolbar > .disabled > a, .navbar-default .navbar-toolbar > .disabled > a:focus, .navbar-default .navbar-toolbar > .disabled > a:hover {
    background-color: transparent;
    color: #ccd5db;
}
.navbar-default .navbar-toggle {
    color: #76838f;
}
.navbar-default .navbar-toolbar > .open > a, .navbar-default .navbar-toolbar > .open > a:focus, .navbar-default .navbar-toolbar > .open > a:hover {
    background-color: rgba(243, 247, 249, 0.6);
    color: #526069;
}
.navbar-inverse .navbar-toolbar > li > a {
    color: #fff;
}
.navbar-inverse .navbar-toolbar > li > a:focus, .navbar-inverse .navbar-toolbar > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.navbar-inverse .navbar-toolbar > .active > a, .navbar-inverse .navbar-toolbar > .active > a:focus, .navbar-inverse .navbar-toolbar > .active > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.navbar-inverse .navbar-toolbar > .disabled > a, .navbar-inverse .navbar-toolbar > .disabled > a:focus, .navbar-inverse .navbar-toolbar > .disabled > a:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .navbar-toggle {
    color: #fff;
}
.navbar-inverse .navbar-toolbar > .open > a, .navbar-inverse .navbar-toolbar > .open > a:focus, .navbar-inverse .navbar-toolbar > .open > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.breadcrumb {
    margin-bottom: 10px;
}
.breadcrumb li + li::before {
    padding: 0 5px;
}
.breadcrumb li .icon {
    text-decoration: none;
}
.breadcrumb li .icon::before {
    margin-right: 10px;
}
.breadcrumb-arrow > li + li::before {
    content: "» ";
}
.pagination li > a, .pagination li > span {
    padding: 9px 15px;
    transition: background 0.2s ease-out 0s, border-color 0s ease-out 0s, color 0.2s ease-out 0s;
}
.pagination li > a:focus, .pagination li > a:hover, .pagination li > span:focus, .pagination li > span:hover {
    transition: background 0.2s ease-out 0s, border-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
}
.pagination li .icon {
    margin-top: -1px;
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: transparent;
    border-color: #e4eaec;
    color: #ccd5db;
    cursor: not-allowed;
}
.pagination-gap > li > a {
    border-radius: 5px;
    margin: 0 5px;
}
.pagination-gap > li > a:hover {
    background-color: transparent;
    border-color: #62a8ea;
}
.pagination-gap > li:first-child > a, .pagination-gap > li:last-child > a {
    border-radius: 5px;
}
.pagination-no-border > li > a {
    border: medium none;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 16px;
    line-height: 1.33333;
    padding: 10px 17px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 11px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pager li > a, .pager li > span {
    color: #76838f;
    padding: 10px 20px;
    transition: all 0.2s ease 0s;
}
.pager li > a:focus, .pager li > a:hover {
    color: #62a8ea;
}
.pager li .icon {
    margin-top: -1px;
}
.pager li > a:focus, .pager li > a:hover {
    border-color: #62a8ea;
}
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    border-color: #e4eaec;
}
.pager-round li > a, .pager-round li > span {
    border-radius: 1000px;
}
.label {
    border-radius: 0.3em;
    font-weight: 300;
    padding: 0.25em 0.6em;
}
.label.label-outline {
    background-color: transparent;
    border-color: #f3f7f9;
    color: #f3f7f9;
}
.label-outline {
    border: 1px solid transparent;
}
.label-round {
    border-radius: 1em;
}
.label-default {
    background-color: #e4eaec;
    color: #76838f;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #f3f7f9;
}
.label-default.label-outline {
    background-color: transparent;
    border-color: #e4eaec;
    color: #e4eaec;
}
.label-default[href]:focus, .label-default[href]:hover {
    color: #a3afb7;
}
.label-default.label-outline {
    color: #76838f;
}
.label-primary {
    background-color: #62a8ea;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #89bceb;
}
.label-primary.label-outline {
    background-color: transparent;
    border-color: #62a8ea;
    color: #62a8ea;
}
.label-success {
    background-color: #46be8a;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #5cd29d;
}
.label-success.label-outline {
    background-color: transparent;
    border-color: #46be8a;
    color: #46be8a;
}
.label-info {
    background-color: #57c7d4;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #77d6e1;
}
.label-info.label-outline {
    background-color: transparent;
    border-color: #57c7d4;
    color: #57c7d4;
}
.label-warning {
    background-color: #f2a654;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #f4b066;
}
.label-warning.label-outline {
    background-color: transparent;
    border-color: #f2a654;
    color: #f2a654;
}
.label-danger {
    background-color: #f96868;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #fa7a7a;
}
.label-danger.label-outline {
    background-color: transparent;
    border-color: #f96868;
    color: #f96868;
}
.label-dark {
    background-color: #526069;
}
.label-dark[href]:focus, .label-dark[href]:hover {
    background-color: #76838f;
}
.label-dark.label-outline {
    background-color: transparent;
    border-color: #526069;
    color: #526069;
}
.label-lg {
    font-size: 16px;
}
.label-sm {
    font-size: 10px;
    padding: 0.1em 0.5em;
}
.badge {
    padding: 3px 6px;
}
.btn .badge {
    top: 0;
}
.badge.up {
    border-radius: 15px;
    margin: 0 -0.8em;
    position: relative;
    top: -10px;
}
.badge.badge-absolute {
    position: absolute;
    right: -10px;
    top: -8px;
    z-index: 5;
}
.badge-radius {
    border-radius: 3px;
}
.badge-primary {
    background-color: #62a8ea;
    color: #fff;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #358fe4;
    color: #fff;
}
.list-group-item.active > .badge-primary, .nav-pills > .active > a > .badge-primary {
    background-color: #62a8ea;
    color: #fff;
}
.badge-success {
    background-color: #46be8a;
    color: #fff;
}
.badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #369b6f;
    color: #fff;
}
.list-group-item.active > .badge-success, .nav-pills > .active > a > .badge-success {
    background-color: #46be8a;
    color: #fff;
}
.badge-info {
    background-color: #57c7d4;
    color: #fff;
}
.badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #33b6c5;
    color: #fff;
}
.list-group-item.active > .badge-info, .nav-pills > .active > a > .badge-info {
    background-color: #57c7d4;
    color: #fff;
}
.badge-warning {
    background-color: #f2a654;
    color: #fff;
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #ee8d25;
    color: #fff;
}
.list-group-item.active > .badge-warning, .nav-pills > .active > a > .badge-warning {
    background-color: #f2a654;
    color: #fff;
}
.badge-danger {
    background-color: #f96868;
    color: #fff;
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #f73737;
    color: #fff;
}
.list-group-item.active > .badge-danger, .nav-pills > .active > a > .badge-danger {
    background-color: #f96868;
    color: #fff;
}
.badge-dark {
    background-color: #526069;
    color: #fff;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
    background-color: #3c464c;
    color: #fff;
}
.list-group-item.active > .badge-dark, .nav-pills > .active > a > .badge-dark {
    background-color: #526069;
    color: #fff;
}
.badge-lg {
    font-size: 16px;
    padding: 5px 9px 8px;
}
.badge-sm {
    font-size: 10px;
    padding: 2px 5px;
}
.jumbotron {
    border-radius: 3px;
    padding: 0;
}
.jumbotron > .jumbotron-photo img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
}
.jumbotron-contents {
    padding: 20px;
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.jumbotron .carousel-inner > .item > a > img, .jumbotron .carousel-inner > .item > img {
    width: 100%;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 28px;
}
.jumbotron .h2, .jumbotron h2 {
    font-size: 24px;
}
@media screen and (min-width: 768px) {
.container .jumbotron, .jumbotron {
    padding: 0;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 28px;
}
}
.thumbnail {
    border: medium none;
    padding: 0;
    transition: all 0.25s ease-in-out 0s;
}
.thumbnail .caption {
    display: block;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.alert {
    padding-left: 20px;
    padding-right: 20px;
}
.alert ul {
    padding-left: 13px;
}
.alert ul li {
    padding-left: 7px;
}
.panel > .alert {
    margin: 0;
}
.alert-alt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(243, 247, 249, 0.8);
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color transparent;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
    color: #76838f;
}
.alert-alt .alert-link, .alert-alt a {
    text-decoration: none;
}
.alert-dismissible {
    padding-right: 40px;
}
.alert-dismissible .close {
    opacity: 0.6;
    text-decoration: none;
    top: 0;
}
.alert-dismissible .close:focus, .alert-dismissible .close:hover {
    opacity: 1;
}
.alert-dismissible.alert-alt .close {
    color: #a3afb7;
    opacity: 0.6;
}
.alert-dismissible.alert-alt .close:focus, .alert-dismissible.alert-alt .close:hover {
    color: #a3afb7;
    opacity: 1;
}
.alert-icon {
    padding-left: 45px;
    position: relative;
}
.alert-icon > .icon {
    font-size: 16px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 18px;
    width: 1em;
}
.alert-avatar {
    padding-bottom: 20px;
    padding-left: 75px;
    padding-top: 20px;
    position: relative;
}
.alert-avatar > .avatar {
    left: 20px;
    position: absolute;
    top: 12px;
}
.page-alert .alert-wrap {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height 0.7s linear 0s;
}
.page-alert .alert-wrap.in {
    max-height: 500px;
    transition: max-height 1s linear 0s;
}
.page-alert .alert-wrap .alert {
    border-radius: 0;
    margin: 0;
    text-align: left;
}
.alert-primary {
    background-color: rgba(232, 241, 248, 0.8);
    border-color: #e8f1f8;
    color: #62a8ea;
}
.alert-primary hr {
    border-top-color: #d4e5f2;
}
.alert-primary .alert-link {
    color: #358fe4;
}
.alert-primary .close {
    color: #62a8ea;
}
.alert-primary .close:focus, .alert-primary .close:hover {
    color: #62a8ea;
}
.alert-primary .alert-link {
    color: #4e97d9;
}
.alert-alt.alert-primary {
    border-color: #62a8ea;
}
.alert-alt.alert-primary .alert-link, .alert-alt.alert-primary a {
    color: #62a8ea;
}
.alert-success .alert-link {
    color: #36ab7a;
}
.alert-alt.alert-success {
    border-color: #46be8a;
}
.alert-alt.alert-success .alert-link, .alert-alt.alert-success a {
    color: #46be8a;
}
.alert-info .alert-link {
    color: #47b8c6;
}
.alert-alt.alert-info {
    border-color: #57c7d4;
}
.alert-alt.alert-info .alert-link, .alert-alt.alert-info a {
    color: #57c7d4;
}
.alert-warning .alert-link {
    color: #ec9940;
}
.alert-alt.alert-warning {
    border-color: #f2a654;
}
.alert-alt.alert-warning .alert-link, .alert-alt.alert-warning a {
    color: #f2a654;
}
.alert-danger .alert-link {
    color: #e9595b;
}
.alert-alt.alert-danger {
    border-color: #f96868;
}
.alert-alt.alert-danger .alert-link, .alert-alt.alert-danger a {
    color: #f96868;
}
.alert-social {
    padding-left: 65px;
    position: relative;
}
.alert-social > .icon {
    bottom: 0;
    font-size: 30px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 1em;
}
.alert-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}
.alert-facebook hr {
    border-top-color: #344e86;
}
.alert-facebook .alert-link {
    color: #e6e6e6;
}
.alert-facebook .close {
    color: #fff;
}
.alert-facebook .close:focus, .alert-facebook .close:hover {
    color: #fff;
}
.alert-facebook .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}
.alert-twitter hr {
    border-top-color: #3ea1ec;
}
.alert-twitter .alert-link {
    color: #e6e6e6;
}
.alert-twitter .close {
    color: #fff;
}
.alert-twitter .close:focus, .alert-twitter .close:hover {
    color: #fff;
}
.alert-twitter .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-google-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.alert-google-plus hr {
    border-top-color: #d73925;
}
.alert-google-plus .alert-link {
    color: #e6e6e6;
}
.alert-google-plus .close {
    color: #fff;
}
.alert-google-plus .close:focus, .alert-google-plus .close:hover {
    color: #fff;
}
.alert-google-plus .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-linkedin {
    background-color: #0976b4;
    border-color: #0976b4;
    color: #fff;
}
.alert-linkedin hr {
    border-top-color: #08669c;
}
.alert-linkedin .alert-link {
    color: #e6e6e6;
}
.alert-linkedin .close {
    color: #fff;
}
.alert-linkedin .close:focus, .alert-linkedin .close:hover {
    color: #fff;
}
.alert-linkedin .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-flickr {
    background-color: #ff0084;
    border-color: #ff0084;
    color: #fff;
}
.alert-flickr hr {
    border-top-color: #e60077;
}
.alert-flickr .alert-link {
    color: #e6e6e6;
}
.alert-flickr .close {
    color: #fff;
}
.alert-flickr .close:focus, .alert-flickr .close:hover {
    color: #fff;
}
.alert-flickr .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-tumblr {
    background-color: #35465c;
    border-color: #35465c;
    color: #fff;
}
.alert-tumblr hr {
    border-top-color: #2c3a4c;
}
.alert-tumblr .alert-link {
    color: #e6e6e6;
}
.alert-tumblr .close {
    color: #fff;
}
.alert-tumblr .close:focus, .alert-tumblr .close:hover {
    color: #fff;
}
.alert-tumblr .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-github {
    background-color: #4183c4;
    border-color: #4183c4;
    color: #fff;
}
.alert-github hr {
    border-top-color: #3876b4;
}
.alert-github .alert-link {
    color: #e6e6e6;
}
.alert-github .close {
    color: #fff;
}
.alert-github .close:focus, .alert-github .close:hover {
    color: #fff;
}
.alert-github .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-dribbble {
    background-color: #c32361;
    border-color: #c32361;
    color: #fff;
}
.alert-dribbble hr {
    border-top-color: #ad1f56;
}
.alert-dribbble .alert-link {
    color: #e6e6e6;
}
.alert-dribbble .close {
    color: #fff;
}
.alert-dribbble .close:focus, .alert-dribbble .close:hover {
    color: #fff;
}
.alert-dribbble .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert-youtube {
    background-color: #b31217;
    border-color: #b31217;
    color: #fff;
}
.alert-youtube hr {
    border-top-color: #9c1014;
}
.alert-youtube .alert-link {
    color: #e6e6e6;
}
.alert-youtube .close {
    color: #fff;
}
.alert-youtube .close:focus, .alert-youtube .close:hover {
    color: #fff;
}
.alert-youtube .alert-link {
    color: #fff;
    font-weight: 500;
}
.alert.dark .alert-link {
    color: #fff !important;
    font-weight: 500;
}
.alert.dark .alert-left-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color transparent;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 3px;
}
.alert.dark.alert-dismissible.alert-alt .close {
    color: #fff;
}
.alert.dark.alert-dismissible.alert-alt .close:focus, .alert.dark.alert-dismissible.alert-alt .close:hover {
    color: #fff;
}
.alert.dark.alert-primary {
    background-color: #62a8ea;
    border-color: #62a8ea;
    color: #fff;
}
.alert.dark.alert-primary hr {
    border-top-color: #4c9ce7;
}
.alert.dark.alert-primary .alert-link {
    color: #e6e6e6;
}
.alert.dark.alert-primary .close {
    color: #fff;
}
.alert.dark.alert-primary .close:focus, .alert.dark.alert-primary .close:hover {
    color: #fff;
}
.alert-alt.alert.dark.alert-primary {
    border-color: #2771b4;
}
.alert-alt.alert.dark.alert-primary .alert-link, .alert-alt.alert.dark.alert-primary a {
    color: #fff;
}
.alert.dark.alert-success {
    background-color: #46be8a;
    border-color: #46be8a;
    color: #fff;
}
.alert.dark.alert-success hr {
    border-top-color: #3dae7d;
}
.alert.dark.alert-success .alert-link {
    color: #e6e6e6;
}
.alert.dark.alert-success .close {
    color: #fff;
}
.alert.dark.alert-success .close:focus, .alert.dark.alert-success .close:hover {
    color: #fff;
}
.alert-alt.alert.dark.alert-success {
    border-color: #247151;
}
.alert-alt.alert.dark.alert-success .alert-link, .alert-alt.alert.dark.alert-success a {
    color: #fff;
}
.alert.dark.alert-info {
    background-color: #57c7d4;
    border-color: #57c7d4;
    color: #fff;
}
.alert.dark.alert-info hr {
    border-top-color: #43c0cf;
}
.alert.dark.alert-info .alert-link {
    color: #e6e6e6;
}
.alert.dark.alert-info .close {
    color: #fff;
}
.alert.dark.alert-info .close:focus, .alert.dark.alert-info .close:hover {
    color: #fff;
}
.alert-alt.alert.dark.alert-info {
    border-color: #2e8893;
}
.alert-alt.alert.dark.alert-info .alert-link, .alert-alt.alert.dark.alert-info a {
    color: #fff;
}
.alert.dark.alert-warning {
    background-color: #f2a654;
    border-color: #f2a654;
    color: #fff;
}
.alert.dark.alert-warning hr {
    border-top-color: #f09a3c;
}
.alert.dark.alert-warning .alert-link {
    color: #e6e6e6;
}
.alert.dark.alert-warning .close {
    color: #fff;
}
.alert.dark.alert-warning .close:focus, .alert.dark.alert-warning .close:hover {
    color: #fff;
}
.alert-alt.alert.dark.alert-warning {
    border-color: #cb7314;
}
.alert-alt.alert.dark.alert-warning .alert-link, .alert-alt.alert.dark.alert-warning a {
    color: #fff;
}
.alert.dark.alert-danger {
    background-color: #f96868;
    border-color: #f96868;
    color: #fff;
}
.alert.dark.alert-danger hr {
    border-top-color: #f84f4f;
}
.alert.dark.alert-danger .alert-link {
    color: #e6e6e6;
}
.alert.dark.alert-danger .close {
    color: #fff;
}
.alert.dark.alert-danger .close:focus, .alert.dark.alert-danger .close:hover {
    color: #fff;
}
.alert-alt.alert.dark.alert-danger {
    border-color: #d91d1f;
}
.alert-alt.alert.dark.alert-danger .alert-link, .alert-alt.alert.dark.alert-danger a {
    color: #fff;
}
.progress {
    box-shadow: none;
    height: 15px;
}
.progress-bar {
    box-shadow: none;
    line-height: 15px;
}
.progress-square {
    border-radius: 0;
}
.progress-circle {
    border-radius: 1000px;
}
.progress-vertical {
    display: inline-block;
    height: 250px;
    margin-bottom: 0;
    margin-right: 30px;
    min-height: 250px;
    position: relative;
    width: 15px;
}
.progress-vertical .progress-bar {
    width: 100%;
}
.progress-bar-indicating.active {
    animation: 0s ease 0s normal none 1 running none;
    position: relative;
}
.progress-bar-indicating.active::before {
    animation: 3s ease 0s normal none infinite running progress-active;
    background-color: #fff;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.progress-vertical .progress-bar-indicating.active::before {
    animation-name: progress-vertical-active;
}
.progress-skill {
    position: relative;
}
.progress-skill .progress-bar > span {
    color: #526069;
    position: absolute;
    right: 10px;
    top: 0;
}
.progress-lg {
    height: 22px;
}
.progress-lg.progress-vertical {
    width: 25px;
}
.progress-lg .progress-bar {
    line-height: 22px;
}
.progress-sm {
    height: 10px;
}
.progress-sm.progress-vertical {
    width: 10px;
}
.progress-sm .progress-bar {
    line-height: 10px;
}
.progress-xs {
    border-radius: 1px;
    height: 4px;
}
.progress-xs.progress-vertical {
    width: 4px;
}
.progress-xs .progress-bar {
    line-height: 4px;
}
.contextual-progress {
    margin: 20px 0;
}
.contextual-progress .progress-title {
    float: left;
}
.contextual-progress .progress-label {
    float: right;
    position: relative;
}
.contextual-progress .progress {
    height: 2px;
    margin: 5px 0;
}
.media-object {
    width: 120px;
}
.media-left, .media > .pull-left {
    padding-right: 20px;
}
.media-right, .media > .pull-right {
    padding-left: 20px;
}
.media-body {
    overflow: auto;
}
.media .media {
    border-bottom: medium none;
    padding-bottom: 0;
}
.media-meta {
    color: #526069;
    font-size: 12px;
    margin-bottom: 3px;
}
.media-lg .media-object {
    width: 160px;
}
.media-lg .media {
    margin-left: -110px;
}
.media-sm .media-object {
    width: 80px;
}
.media-sm .media {
    margin-left: -70px;
}
.media-xs .media-object {
    width: 60px;
}
.media-xs .media {
    margin-left: -60px;
}
@media screen and (min-width: 768px) {
.media-body {
    overflow: hidden;
}
.media .media {
    margin-left: 0;
}
}
.list-group .media {
    border-bottom: 0 none;
    padding: 2px 0;
}
.list-group .media .media-left, .list-group .media .pull-left {
    padding-right: 20px;
}
.list-group .media .media-right, .list-group .media .pull-right {
    padding-left: 20px;
}
.list-group .media .pull-right .status {
    margin-right: 5px;
    margin-top: 15px;
}
.list-group .media .media-heading {
    font-size: 14px;
}
.list-group-full > .list-group-item {
    padding-left: 0;
    padding-right: 0;
}
a.list-group-item {
    border-radius: 3px;
}
a.list-group-item.disabled, a.list-group-item.disabled:focus, a.list-group-item.disabled:hover {
    background-color: #f3f7f9;
    color: #ccd5db;
}
a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
    background-color: #62a8ea;
    color: #fff;
}
.list-group-item .icon {
    margin-right: 10px;
}
.list-group.bg-inherit {
    border-radius: 3px;
}
.list-group.bg-inherit .list-group-item {
    background-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.075);
}
.list-group.bg-inherit .list-group-item:last-child {
    border-bottom-color: transparent;
}
.list-group.bg-inherit .list-group-item:hover {
    background-color: rgba(0, 0, 0, 0.075);
    border-color: transparent;
}
.list-group-bordered .list-group-item {
    border-color: #e4eaec;
}
.list-group-bordered .list-group-item.active, .list-group-bordered .list-group-item.active:focus, .list-group-bordered .list-group-item.active:hover {
    background-color: #4e97d9;
    border-color: #4e97d9;
    color: #fff;
}
.list-group-dividered .list-group-item {
    border-top-color: #e4eaec;
}
.list-group-dividered .list-group-item.active:hover {
    border-top-color: #e4eaec;
}
.list-group-dividered .list-group-item:last-child {
    border-bottom-color: #e4eaec;
}
.list-group-dividered .list-group-item:first-child {
    border-top-color: transparent;
}
.list-group-dividered .list-group-item.active:first-child:hover {
    border-top-color: transparent;
}
.list-group-gap .list-group-item {
    border-radius: 3px;
    margin-bottom: 2px;
}
.list-group-full .list-group-item {
    padding-left: 0;
    padding-right: 0;
}
.list-group-item-dark {
    background-color: #526069;
    color: #fff;
}
a.list-group-item-dark, button.list-group-item-dark {
    color: #fff;
}
a.list-group-item-dark .list-group-item-heading, button.list-group-item-dark .list-group-item-heading {
    color: inherit;
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
    background-color: #47535b;
    color: #fff;
}
a.list-group-item-dark.active, a.list-group-item-dark.active:focus, a.list-group-item-dark.active:hover, button.list-group-item-dark.active, button.list-group-item-dark.active:focus, button.list-group-item-dark.active:hover {
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}
.panel {
    border-width: 0;
    margin-bottom: 30px;
    position: relative;
}
.panel > .nav-tabs-vertical .nav-tabs {
    margin-left: -1px;
}
.panel > .nav-tabs-vertical .nav-tabs > li > a {
    border-left: medium none;
    border-radius: 0;
}
.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
    margin-right: -1px;
}
.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
    border-radius: 0;
    border-right: medium none;
}
.panel:hover .panel-actions .show-on-hover {
    display: inline-block;
}
.panel .panel-actions .show-on-hover {
    display: none;
}
.panel.is-fullscreen {
    border-radius: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.panel.is-fullscreen .panel-loading {
    border-radius: 0;
}
.panel.is-fullscreen .panel-actions [data-toggle="collapse"] {
    display: none;
}
.panel.is-close {
    display: none;
}
.panel.is-collapse .panel-body {
    display: none;
    height: 0;
}
.panel > .alert {
    padding-left: 30px;
    padding-right: 30px;
}
.panel > .alert-dismissible {
    padding-right: 50px;
}
@media screen and (max-width: 480px) {
.panel > .alert {
    padding-left: 20px;
    padding-right: 20px;
}
.panel > .alert-dismissible {
    padding-right: 40px;
}
}
.panel > .table-responsive > .table > tbody > tr > td:first-child, .panel > .table-responsive > .table > tbody > tr > th:first-child, .panel > .table-responsive > .table > tfoot > tr > td:first-child, .panel > .table-responsive > .table > tfoot > tr > th:first-child, .panel > .table-responsive > .table > thead > tr > td:first-child, .panel > .table-responsive > .table > thead > tr > th:first-child, .panel > .table-responsive > .table > tr > td:first-child, .panel > .table-responsive > .table > tr > th:first-child, .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child, .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child, .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child, .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
    padding-left: 30px;
}
@media screen and (max-width: 480px) {
.panel > .table-responsive > .table > tbody > tr > td:first-child, .panel > .table-responsive > .table > tbody > tr > th:first-child, .panel > .table-responsive > .table > tfoot > tr > td:first-child, .panel > .table-responsive > .table > tfoot > tr > th:first-child, .panel > .table-responsive > .table > thead > tr > td:first-child, .panel > .table-responsive > .table > thead > tr > th:first-child, .panel > .table-responsive > .table > tr > td:first-child, .panel > .table-responsive > .table > tr > th:first-child, .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child, .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child, .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child, .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
    padding-left: 20px;
}
}
.panel > .table-responsive > .table > tbody > tr > td:last-child, .panel > .table-responsive > .table > tbody > tr > th:last-child, .panel > .table-responsive > .table > tfoot > tr > td:last-child, .panel > .table-responsive > .table > tfoot > tr > th:last-child, .panel > .table-responsive > .table > thead > tr > td:last-child, .panel > .table-responsive > .table > thead > tr > th:last-child, .panel > .table-responsive > .table > tr > td:last-child, .panel > .table-responsive > .table > tr > th:last-child, .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child, .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child, .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child, .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
    padding-right: 30px;
}
@media screen and (max-width: 480px) {
.panel > .table-responsive > .table > tbody > tr > td:last-child, .panel > .table-responsive > .table > tbody > tr > th:last-child, .panel > .table-responsive > .table > tfoot > tr > td:last-child, .panel > .table-responsive > .table > tfoot > tr > th:last-child, .panel > .table-responsive > .table > thead > tr > td:last-child, .panel > .table-responsive > .table > thead > tr > th:last-child, .panel > .table-responsive > .table > tr > td:last-child, .panel > .table-responsive > .table > tr > th:last-child, .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child, .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child, .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child, .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
    padding-right: 20px;
}
}
.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 1px solid #e4eaec;
}
.panel > .list-group > .list-group-item {
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width: 480px) {
.panel > .list-group > .list-group-item {
    padding-left: 20px;
    padding-right: 20px;
}
}
.panel-content > .row {
    padding-left: 30px;
    padding-right: 30px;
}
.panel-content > .row > [class*="col-"] {
    padding-left: 30px;
    padding-right: 30px;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    padding: 0;
    position: relative;
}
.panel-heading + .alert {
    border-radius: 0;
}
.panel-heading > .nav-tabs {
    border-bottom: medium none;
}
.panel-heading + .nav-tabs {
    margin-top: -10px;
}
.panel-body {
    position: relative;
}
.panel-heading + .panel-body {
    padding-top: 0;
}
.panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child, .panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child {
    margin-top: 0;
}
.panel-body > *:last-child {
    margin-bottom: 0;
}
.panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
    border-bottom-color: transparent;
}
.panel-footer {
    border-top: 1px solid transparent;
}
.table + .panel-footer {
    border-color: #e4eaec;
    padding-top: 15px;
}
.panel-title {
    color: #37474f;
    display: block;
    font-size: 18px;
    padding: 20px 30px;
}
.panel-title > .icon {
    margin-right: 10px;
}
.panel-title > .label {
    margin-left: 10px;
}
.panel-title small {
    color: #76838f;
}
.panel-desc {
    color: #76838f;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 0;
}
.panel-actions {
    margin: auto;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 1;
}
@media screen and (max-width: 480px) {
.panel-actions {
    right: 20px;
}
}
ul.panel-actions {
    list-style: outside none none;
}
ul.panel-actions > li {
    display: inline-block;
    margin-left: 8px;
}
ul.panel-actions > li:first-child {
    margin-left: 0;
}
.panel-actions a {
    color: inherit;
}
.panel-actions a.dropdown-toggle {
    text-decoration: none;
}
.panel-actions .dropdown {
    display: inline-block;
}
.panel-actions .dropdown-toggle {
    display: inline-block;
}
.panel-actions .panel-action {
    background-color: transparent;
    color: #a3afb7;
    cursor: pointer;
    display: inline-block;
    padding: 8px 10px;
    text-decoration: none;
}
.panel-actions .panel-action:hover {
    color: #526069;
}
.panel-actions .panel-action:active {
    color: #526069;
}
.panel-actions .panel-action:focus {
    outline: 0 none;
}
.panel-actions .progress {
    margin: 0;
    width: 100px;
}
.panel-actions .pagination {
    margin: 0;
}
.panel-toolbar {
    background-color: transparent;
    border-bottom: 1px solid #e4eaec;
    border-top: 1px solid #e4eaec;
    margin: 0;
    padding: 5px 15px;
}
.panel-bordered .panel-toolbar {
    border-top-color: transparent;
}
.panel-toolbar .btn {
    color: #a3afb7;
    padding: 5px 10px;
}
.panel-toolbar .btn.icon {
    text-align: center;
    width: 1em;
}
.panel-toolbar .btn.active, .panel-toolbar .btn:active, .panel-toolbar .btn:hover {
    color: #76838f;
}
.panel-loading {
    border-radius: 4px;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}
.panel-loading .loader {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.panel.is-loading .panel-loading {
    display: block;
    opacity: 1;
}
.panel-footer-chart {
    padding: 0;
}
.panel-control {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.panel-body.scrollable-vertical {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width: 480px) {
.panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
    padding-left: 20px;
    padding-right: 20px;
}
}
.panel-body.scrollable-vertical > .scrollable-bar {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    margin-top: 0;
    transform: translateX(-26px);
}
.panel-bordered > .panel-body.scrollable-vertical > .scrollable-bar {
    height: calc(100% - 60px);
    margin-bottom: 30px;
}
.panel-body.scrollable-horizontal {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
    padding-bottom: 30px;
    padding-top: 0;
}
.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
    padding-bottom: 30px;
    padding-top: 30px;
}
.panel-body.scrollable-horizontal > .scrollable-bar {
    margin-left: 0;
    margin-right: 30px;
    transform: translateY(-26px);
    width: calc(100% - 60px);
}
@media screen and (max-width: 480px) {
.panel-body.scrollable-horizontal > .scrollable-bar {
    margin-right: 20px;
    width: calc(100% - 40px);
}
}
.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-bar {
    transform: translateY(-26px);
}
.panel-bordered > .panel-heading {
    border-bottom: 1px solid #e4eaec;
}
.panel-bordered > .panel-heading > .panel-title {
    padding-bottom: 20px;
}
.panel-bordered > .panel-footer {
    border-top: 1px solid #e4eaec;
    padding-top: 15px;
}
.panel-bordered > .panel-body {
    padding-top: 30px;
}
.panel-bordered > .table > tbody:first-child > tr:first-child td, .panel-bordered > .table > tbody:first-child > tr:first-child th {
    border-top: 0 none;
}
.panel.is-dragging {
    opacity: 0.8;
}
.panel.is-dragging {
    cursor: move;
}
.panel.panel-transparent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent;
    box-shadow: none;
}
.panel.panel-transparent > .panel-footer, .panel.panel-transparent > .panel-heading {
    border-color: transparent;
}
.panel-dark {
    border-color: #526069;
}
.panel-dark > .panel-heading {
    background-color: #526069;
    border-color: #526069;
    color: #fff;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #526069;
}
.panel-dark > .panel-heading .badge {
    background-color: #fff;
    color: #526069;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #526069;
}
.panel-danger, .panel-dark, .panel-info, .panel-primary, .panel-success, .panel-warning {
    border: medium none;
}
.panel-danger .panel-heading, .panel-dark .panel-heading, .panel-info .panel-heading, .panel-primary .panel-heading, .panel-success .panel-heading, .panel-warning .panel-heading {
    border: medium none;
}
.panel-danger .panel-title, .panel-dark .panel-title, .panel-info .panel-title, .panel-primary .panel-title, .panel-success .panel-title, .panel-warning .panel-title {
    color: #fff;
}
.panel-danger .panel-action, .panel-dark .panel-action, .panel-info .panel-action, .panel-primary .panel-action, .panel-success .panel-action, .panel-warning .panel-action {
    color: #fff;
}
@media screen and (max-width: 480px) {
.panel-actions {
    right: 20px;
}
.panel-actions .progress {
    min-width: 80px;
}
.panel-actions .show-on-hover {
    display: none;
}
.panel-body, .panel-footer, .panel-title {
    padding-left: 20px;
    padding-right: 20px;
}
}
.well {
    padding: 20px;
}
.well-lg {
    padding: 24px;
}
.well-sm {
    padding: 12px;
}
.well {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.02) inset;
}
.well-primary {
    background-color: #62a8ea;
    color: #fff;
}
.well-success {
    background-color: #46be8a;
    color: #fff;
}
.well-info {
    background-color: #57c7d4;
    color: #fff;
}
.well-warning {
    background-color: #f2a654;
    color: #fff;
}
.well-danger {
    background-color: #f96868;
    color: #fff;
}
.close.icon {
    font-size: inherit;
}
body {
    font-weight: 300;
}
th {
    font-weight: 400;
}
b, strong {
    font-weight: 500;
}
optgroup {
    font-weight: 500;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 300;
}
.lead {
    font-weight: 100;
}
dt {
    font-weight: 500;
}
kbd kbd {
    font-weight: 500;
}
label {
    font-weight: 300;
}
.checkbox label, .radio label {
    font-weight: 300;
}
.checkbox-inline, .radio-inline {
    font-weight: 300;
}
.btn-link {
    font-weight: 300;
}
.dropdown-menu > li > a {
    font-weight: 100;
}
.input-group-addon {
    font-weight: 300;
}
.label {
    font-weight: 500;
}
.popover {
    font-weight: 300;
}
.tooltip {
    font-weight: 300;
}
.modal-content {
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
    border-bottom: medium none;
    padding: 15px 20px;
}
.modal-header .close {
    margin-top: 1px;
}
.modal-body {
    padding: 20px;
}
.modal-footer {
    border-top: medium none;
    padding: 6px 20px 20px;
}
.modal-top {
    margin: 0 auto;
}
.modal-center {
    align-content: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
}
.modal-bottom {
    align-content: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: flex-end;
    margin: 0 auto;
}
.modal-sidebar {
    align-content: center;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 0;
}
.modal-sidebar .modal-content {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.modal-sidebar .modal-header {
    border-bottom: medium none;
}
.modal-sidebar .modal-footer {
    border-top: medium none;
}
.modal-sidebar button.close {
    position: fixed;
    right: 20px;
    top: 20px;
}
.modal.fade .modal-dialog.modal-sidebar {
    transform: translate(25%, 0px);
}
.modal.in .modal-dialog.modal-sidebar {
    transform: translate(0px, 0px);
}
.modal-fill-in {
    background-color: transparent;
}
.modal-fill-in.in {
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1;
}
.modal-fill-in .modal-dialog {
    align-content: center;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 768px) {
.modal-fill-in .modal-dialog > * {
    width: 600px;
}
.modal-fill-in .modal-dialog.modal-sm > * {
    width: 300px;
}
.modal-fill-in .modal-dialog button.close {
    opacity: 0.5;
    position: fixed;
    right: 20px;
    top: 20px;
    transform: translate(0px, 0px);
    z-index: 1;
}
}
@media (min-width: 992px) {
.modal-fill-in .modal-dialog.modal-lg > * {
    width: 900px;
}
}
.modal-fill-in .modal-content {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.modal-fill-in .modal-header {
    border-bottom: medium none;
}
.modal-fill-in .modal-footer {
    border-top: medium none;
}
.modal-primary .modal-header {
    background-color: #62a8ea;
    border-radius: 4px 4px 0 0;
}
.modal-primary .modal-header * {
    color: #fff;
}
.modal-primary .modal-header .close {
    opacity: 0.6;
}
.modal-success .modal-header {
    background-color: #46be8a;
    border-radius: 4px 4px 0 0;
}
.modal-success .modal-header * {
    color: #fff;
}
.modal-success .modal-header .close {
    opacity: 0.6;
}
.modal-info .modal-header {
    background-color: #57c7d4;
    border-radius: 4px 4px 0 0;
}
.modal-info .modal-header * {
    color: #fff;
}
.modal-info .modal-header .close {
    opacity: 0.6;
}
.modal-warning .modal-header {
    background-color: #f2a654;
    border-radius: 4px 4px 0 0;
}
.modal-warning .modal-header * {
    color: #fff;
}
.modal-warning .modal-header .close {
    opacity: 0.6;
}
.modal-danger .modal-header {
    background-color: #f96868;
    border-radius: 4px 4px 0 0;
}
.modal-danger .modal-header * {
    color: #fff;
}
.modal-danger .modal-header .close {
    opacity: 0.6;
}
.modal.modal-fade-in-scale-up .modal-dialog {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.3s ease 0s;
}
.modal.modal-fade-in-scale-up.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}
.modal.modal-slide-in-right .modal-dialog {
    opacity: 0;
    transform: translate(20%, 0px);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
}
.modal.modal-slide-in-right.in .modal-dialog {
    opacity: 1;
    transform: translate(0px, 0px);
}
.modal.modal-slide-from-bottom .modal-dialog {
    opacity: 0;
    transform: translate(0px, 20%);
    transition: all 0.3s ease 0s;
}
.modal.modal-slide-from-bottom.in .modal-dialog {
    opacity: 1;
    transform: translate(0px, 0px);
}
.modal.modal-newspaper .modal-dialog {
    opacity: 0;
    transform: scale(0) rotate(720deg);
    transition: all 0.5s ease 0s;
}
.modal.modal-newspaper.in .modal-dialog {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
.modal.modal-fall {
    perspective: 1300px;
}
.modal.modal-fall .modal-dialog {
    opacity: 0;
    transform: translateZ(600px) rotateX(20deg);
    transform-style: preserve-3d;
}
.modal.modal-fall.in .modal-dialog {
    opacity: 1;
    transform: translateZ(0px) rotateX(0deg);
    transition: all 0.3s ease-in 0s;
}
.modal.modal-side-fall {
    perspective: 1300px;
}
.modal.modal-side-fall .modal-dialog {
    transform: translate(30%) translateZ(600px) rotate(10deg);
    transform-style: preserve-3d;
}
.modal.modal-side-fall.in .modal-dialog {
    transform: translate(0px) translateZ(0px) rotate(0deg);
    transition: all 0.3s ease-in 0s;
}
.modal.modal-3d-flip-horizontal {
    perspective: 1300px;
}
.modal.modal-3d-flip-horizontal .modal-dialog {
    transform: rotateY(-70deg);
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
}
.modal.modal-3d-flip-horizontal.in .modal-dialog {
    transform: rotateY(0deg);
}
.modal.modal-3d-flip-vertical {
    perspective: 1300px;
}
.modal.modal-3d-flip-vertical .modal-dialog {
    transform: rotateX(-70deg);
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
}
.modal.modal-3d-flip-vertical.in .modal-dialog {
    transform: rotateX(0deg);
}
.modal.modal-3d-sign {
    perspective: 1300px;
}
.modal.modal-3d-sign .modal-dialog {
    transform: rotateX(-60deg);
    transform-origin: 50% 0 0;
    transform-style: preserve-3d;
    transition: all 0.3s ease 0s;
}
.modal.modal-3d-sign.in .modal-dialog {
    transform: rotateX(0deg);
}
.modal.modal-super-scaled .modal-dialog {
    opacity: 0;
    transform: scale(2);
    transition: all 0.3s ease 0s;
}
.modal.modal-super-scaled.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}
.modal.modal-just-me .modal-dialog {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease 0s;
}
.modal.modal-just-me .modal-backdrop {
    background-color: #fff;
}
.modal.modal-just-me.in {
    background: #fff none repeat scroll 0 0;
}
.modal.modal-just-me.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}
.modal.modal-just-me.in .modal-backdrop {
    opacity: 1;
}
.modal.modal-3d-slit {
    perspective: 1300px;
}
.modal.modal-3d-slit .modal-dialog {
    opacity: 0;
    transform: translateZ(-3000px) rotateY(90deg);
    transform-style: preserve-3d;
    transition: all 0.5s ease 0s;
}
.modal.modal-3d-slit.in .modal-dialog {
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-name: slit;
    animation-timing-function: ease-out;
}
.modal.modal-rotate-from-bottom {
    perspective: 1300px;
}
.modal.modal-rotate-from-bottom .modal-dialog {
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100% 0;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out 0s;
}
.modal.modal-rotate-from-bottom.in .modal-dialog {
    transform: translateY(0px) rotateX(0deg);
}
.modal.modal-rotate-from-left {
    perspective: 1300px;
}
.modal.modal-rotate-from-left .modal-dialog {
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100% 0;
    transform-style: preserve-3d;
    transition: all 0.3s ease-out 0s;
}
.modal.modal-rotate-from-left.in .modal-dialog {
    transform: translateZ(0px) translateX(0px) rotateY(0deg);
}
.tooltip-inner {
    padding: 6px 12px;
}
.tooltip-primary + .tooltip .tooltip-inner {
    background-color: #62a8ea;
    color: #fff;
}
.tooltip-primary + .tooltip.top .tooltip-arrow {
    border-top-color: #62a8ea;
}
.tooltip-primary + .tooltip.right .tooltip-arrow {
    border-right-color: #62a8ea;
}
.tooltip-primary + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #62a8ea;
}
.tooltip-primary + .tooltip.left .tooltip-arrow {
    border-left-color: #62a8ea;
}
.tooltip-success + .tooltip .tooltip-inner {
    background-color: #46be8a;
    color: #fff;
}
.tooltip-success + .tooltip.top .tooltip-arrow {
    border-top-color: #46be8a;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
    border-right-color: #46be8a;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #46be8a;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
    border-left-color: #46be8a;
}
.tooltip-info + .tooltip .tooltip-inner {
    background-color: #57c7d4;
    color: #fff;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
    border-top-color: #57c7d4;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
    border-right-color: #57c7d4;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #57c7d4;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
    border-left-color: #57c7d4;
}
.tooltip-warning + .tooltip .tooltip-inner {
    background-color: #f2a654;
    color: #fff;
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
    border-top-color: #f2a654;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
    border-right-color: #f2a654;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f2a654;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
    border-left-color: #f2a654;
}
.tooltip-danger + .tooltip .tooltip-inner {
    background-color: #f96868;
    color: #fff;
}
.tooltip-danger + .tooltip.top .tooltip-arrow {
    border-top-color: #f96868;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
    border-right-color: #f96868;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f96868;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
    border-left-color: #f96868;
}
.tooltip-rotate + .tooltip {
    animation: 1s ease 0.1s normal forwards 1 running tooltip-rotate3d;
    opacity: 0;
}
.tooltip-scale + .tooltip {
    animation: 1s ease 0s normal forwards 1 running tooltip-scale3d;
}
.popover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 0;
}
.popover.bottom > .arrow::after {
    border-bottom-color: #f3f7f9;
}
.popover-content {
    padding: 20px;
}
.popover-primary + .popover .popover-title {
    background-color: #62a8ea;
    border-color: #62a8ea;
    color: #fff;
}
.popover-primary + .popover.bottom .arrow {
    border-bottom-color: #62a8ea;
}
.popover-primary + .popover.bottom .arrow::after {
    border-bottom-color: #62a8ea;
}
.popover-success + .popover .popover-title {
    background-color: #46be8a;
    border-color: #46be8a;
    color: #fff;
}
.popover-success + .popover.bottom .arrow {
    border-bottom-color: #46be8a;
}
.popover-success + .popover.bottom .arrow::after {
    border-bottom-color: #46be8a;
}
.popover-info + .popover .popover-title {
    background-color: #57c7d4;
    border-color: #57c7d4;
    color: #fff;
}
.popover-info + .popover.bottom .arrow {
    border-bottom-color: #57c7d4;
}
.popover-info + .popover.bottom .arrow::after {
    border-bottom-color: #57c7d4;
}
.popover-warning + .popover .popover-title {
    background-color: #f2a654;
    border-color: #f2a654;
    color: #fff;
}
.popover-warning + .popover.bottom .arrow {
    border-bottom-color: #f2a654;
}
.popover-warning + .popover.bottom .arrow::after {
    border-bottom-color: #f2a654;
}
.popover-danger + .popover .popover-title {
    background-color: #f96868;
    border-color: #f96868;
    color: #fff;
}
.popover-danger + .popover.bottom .arrow {
    border-bottom-color: #f96868;
}
.popover-danger + .popover.bottom .arrow::after {
    border-bottom-color: #f96868;
}
.popover-rotate + .popover {
    animation: 1s ease 0.1s normal forwards 1 running popover-rotate3d;
    opacity: 0;
}
.popover-scale + .popover {
    animation: 1s ease 0s normal forwards 1 running popover-scale3d;
}
.carousel-control {
    min-width: 50px;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: 0.4;
}
.carousel-control .icon {
    display: inline-block;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
    z-index: 5;
}
.carousel-control.left .icon {
    left: 50%;
    margin-left: -8px;
}
.carousel-control.right .icon {
    margin-right: -8px;
    right: 50%;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    color: inherit;
}
.carousel-indicators {
    margin-bottom: 0;
}
.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.3);
    border: medium none;
    margin: 3px;
}
.carousel-indicators .active {
    height: 10px;
    margin: 3px;
    width: 10px;
}
.carousel-indicators-scaleup li {
    border: medium none;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}
.carousel-indicators-scaleup .active {
    transform: scale(1.5);
}
.carousel-indicators-fillin li {
    background-color: transparent;
    box-shadow: 0 0 0 2px #fff inset;
    transition: box-shadow 0.3s ease 0s;
}
.carousel-indicators-fillin .active {
    box-shadow: 0 0 0 8px #fff inset;
}
.carousel-indicators-fall li {
    position: relative;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}
.carousel-indicators-fall li::after {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(0px, -200%);
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    width: 100%;
}
.carousel-indicators-fall .active {
    background-color: transparent;
    transform: translate(0px, 200%);
}
.carousel-indicators-fall .active::after {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
    visibility: visible;
}
@media screen and (min-width: 768px) {
.carousel-control .icon {
    font-size: 24px;
    height: 24px;
    margin-top: -12px;
    width: 24px;
}
.carousel-control.left .icon {
    margin-left: -12px;
}
.carousel-control.right .icon {
    margin-right: -12px;
}
}
.vertical-align {
    font-size: 0;
}
.vertical-align::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.vertical-align-bottom, .vertical-align-middle {
    display: inline-block;
    font-size: 14px;
    max-width: 100%;
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-bottom {
    vertical-align: bottom;
}
.inline {
    display: inline !important;
}
.inline-block {
    display: inline-block !important;
}
.block {
    display: block !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.text-break {
    -moz-hyphens: auto;
    white-space: normal;
    word-wrap: break-word;
}
.text-nowrap {
    white-space: nowrap;
}
.text-top {
    vertical-align: top !important;
}
.text-middle {
    vertical-align: middle !important;
}
.text-bottom {
    vertical-align: bottom !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-unset {
    font-weight: unset !important;
}
.font-weight-100 {
    font-weight: 100 !important;
}
.font-weight-200 {
    font-weight: 200 !important;
}
.font-weight-300 {
    font-weight: 300 !important;
}
.font-weight-400 {
    font-weight: 400 !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-weight-700 {
    font-weight: 700 !important;
}
.font-weight-800 {
    font-weight: 800 !important;
}
.font-weight-900 {
    font-weight: 900 !important;
}
.font-weight-light {
    font-weight: 100 !important;
}
.font-weight-normal {
    font-weight: 300 !important;
}
.font-weight-medium {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 500 !important;
}
.font-size-0 {
    font-size: 0 !important;
}
.font-size-10 {
    font-size: 10px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-20 {
    font-size: 20px !important;
}
.font-size-24 {
    font-size: 24px !important;
}
.font-size-26 {
    font-size: 26px !important;
}
.font-size-30 {
    font-size: 30px !important;
}
.font-size-40 {
    font-size: 40px !important;
}
.font-size-50 {
    font-size: 50px !important;
}
.font-size-60 {
    font-size: 60px !important;
}
.font-size-70 {
    font-size: 70px !important;
}
.font-size-80 {
    font-size: 80px !important;
}
.visible-xlg {
    display: none !important;
}
.visible-xlg-block, .visible-xlg-inline, .visible-xlg-inline-block {
    display: none !important;
}
@media (min-width: 1600px) {
.visible-xlg {
    display: block !important;
}
table.visible-xlg {
    display: table !important;
}
tr.visible-xlg {
    display: table-row !important;
}
td.visible-xlg, th.visible-xlg {
    display: table-cell !important;
}
}
@media (min-width: 1600px) {
.visible-xlg-block {
    display: block !important;
}
}
@media (min-width: 1600px) {
.visible-xlg-inline {
    display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-xlg-inline-block {
    display: inline-block !important;
}
}
@media (min-width: 1600px) {
.hidden-xlg {
    display: none !important;
}
}