/*!
 * Default theme for Atlas 
 * Homepage: http://citation-atlas.co.uk
 * Copyright 2015 Citation
 * Licensed under MIT 
 * Based on Bootstrap v3.3.6
*/
/* Add custom CSS classes here 
 * 
 * img {
 *   box-shadow : 0px 0px 10px black !important;
 * }
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }

    .noprint {
        display: none !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #575756;
    background-color: white;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #67b9e8;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #259ade;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #67b9e8;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    color: #575756;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 15.38461538px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 21px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #faae79;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #fdbe30;
}

a.text-primary:hover {
    color: #f7ac03;
}

.text-success {
    color: #7fc395;
}

a.text-success:hover {
    color: #5cb378;
}

.text-info {
    color: #67b9e8;
}

a.text-info:hover {
    color: #3ba5e1;
}

.text-warning {
    color: #ec6608;
}

a.text-warning:hover {
    color: #bb5106;
}

.text-danger {
    color: #e51941;
}

a.text-danger:hover {
    color: #b71434;
}

.bg-primary {
    color: #fff;
    background-color: #fdbe30;
}

a.bg-primary:hover {
    background-color: #f7ac03;
}

.bg-success {
    background-color: #d6ecdd;
}

a.bg-success:hover {
    background-color: #b3dbc0;
}

.bg-info {
    background-color: #d6ecf9;
}

a.bg-info:hover {
    background-color: #a9d8f2;
}

.bg-warning {
    background-color: #faae79;
}

a.bg-warning:hover {
    background-color: #f99148;
}

.bg-danger {
    background-color: #f28b9f;
}

a.bg-danger:hover {
    background-color: #ed5d79;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #fdbe30;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #fdbe30;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 0;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: #ffffff;
}

caption {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 12px;
        line-height: 1.42857143;
        vertical-align: top;
        border-bottom: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        background-color: #424248;
        border-bottom: 0 solid #dddddd;
        color: #fff;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: white;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 6px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f8;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f4;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f4;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e9e9e7;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #d6ecdd;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #c4e4cf;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d6ecf9;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c0e2f5;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #faae79;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faa060;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f28b9f;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #f0748c;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #67b9e8;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(103, 185, 232, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(103, 185, 232, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 32px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 26px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 40px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 26px;
    line-height: 26px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.form-group-sm select.form-control {
    height: 26px;
    line-height: 26px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 26px;
    min-height: 32px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 40px;
    padding: 7px 14px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-lg {
    height: 40px;
    line-height: 40px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 40px;
    padding: 7px 14px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.form-group-lg select.form-control {
    height: 40px;
    line-height: 40px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 40px;
    min-height: 38px;
    padding: 8px 14px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 40px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #7fc395;
}

.has-success .form-control {
    border-color: #7fc395;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #5cb378;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c4e4cf;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c4e4cf;
    }

.has-success .input-group-addon {
    color: #7fc395;
    border-color: #7fc395;
    background-color: #d6ecdd;
}

.has-success .form-control-feedback {
    color: #7fc395;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #ec6608;
}

.has-warning .form-control {
    border-color: #ec6608;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #bb5106;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #faa060;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #faa060;
    }

.has-warning .input-group-addon {
    color: #ec6608;
    border-color: #ec6608;
    background-color: #faae79;
}

.has-warning .form-control-feedback {
    color: #ec6608;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #e51941;
}

.has-error .form-control {
    border-color: #e51941;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #b71434;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0748c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0748c;
    }

.has-error .input-group-addon {
    color: #e51941;
    border-color: #e51941;
    background-color: #f28b9f;
}

.has-error .form-control-feedback {
    color: #e51941;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #979796;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 26px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 6px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 10.3333331px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #575756;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #575756;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #575756;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #575756;
    }

.btn-primary {
    color: #ffffff;
    background-color: #fdbe30;
    border-color: #fdbe30;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #f7ac03;
        border-color: #eda503;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #fdbe30;
        border-color: #fdbe30;
    }

    .btn-primary .badge {
        color: #fdbe30;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #7fc395;
    border-color: #7fc395;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #5cb378;
        border-color: #55af72;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #7fc395;
        border-color: #7fc395;
    }

    .btn-success .badge {
        color: #7fc395;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #424248;
    border-color: #424248;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info.focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #424248;
        border-color: #424248;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #67b9e8;
        border-color: #67b9e8;
    }

    .btn-info .badge {
        color: #67b9e8;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #ec6608;
    border-color: #ec6608;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #bb5106;
        border-color: #b14c06;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #ec6608;
        border-color: #ec6608;
    }

    .btn-warning .badge {
        color: #ec6608;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #e51941;
    border-color: #e51941;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger.focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #b71434;
        border-color: #ae1331;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #e51941;
        border-color: #e51941;
    }

    .btn-danger .badge {
        color: #e51941;
        background-color: #ffffff;
    }

.btn-link {
    color: #67b9e8;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #259ade;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 7px 14px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #67b9e8;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 40px;
    padding: 7px 14px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 40px;
    line-height: 40px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 26px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 26px;
    line-height: 26px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #b7b7b7;
    border-radius: 0;
}

    .input-group-addon.input-sm {
        padding: 3px 6px;
        font-size: 12px;
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        padding: 7px 14px;
        font-size: 18px;
        border-radius: 0;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #67b9e8;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 0 0 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: white;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #67b9e8;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: white;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 17px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 60px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 10px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 20px;
                padding-bottom: 20px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.navbar-form .btn {
    vertical-align: bottom;
}

.navbar-form .form-group:first-of-type {
    margin-left: 0;
}

.navbar-form .form-group label {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

    .navbar-btn.btn-sm {
        margin-top: 17px;
        margin-bottom: 17px;
    }

    .navbar-btn.btn-xs {
        margin-top: 19px;
        margin-bottom: 19px;
    }

.navbar-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #575756;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #3d3d3d;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #575756;
    }

    .navbar-default .navbar-nav > li > a {
        color: #575756;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #575756;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #575756;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #575756;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #575756;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #575756;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #575756;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #575756;
}

    .navbar-default .navbar-link:hover {
        color: #575756;
    }

.navbar-default .btn-link {
    color: #575756;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #575756;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #ffffff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            font-weight: 700;
            padding: 5px 10px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #333333;
            background-color: #ffffff;
            margin-left: 5px;
            border-radius: 0;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            background-color: #333333;
            color: #fff;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            background-color: #333333;
            color: #fff;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 3;
            color: #259ade;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #67b9e8;
        border-color: #67b9e8;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #b7b7b7 !important;
        background-color: #dddddd !important;
        border-color: #dddddd !important;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 7px 14px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 3px 6px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #67b9e8;
            border-radius: 0;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #b7b7b7;
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #fdbe30;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #f7ac03;
    }

.label-success {
    background-color: #7fc395;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #5cb378;
    }

.label-info {
    background-color: #67b9e8;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #3ba5e1;
    }

.label-warning {
    background-color: #ec6608;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #bb5106;
    }

.label-danger {
    background-color: #e51941;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #b71434;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #67b9e8;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #67b9e8;
}

.thumbnail .caption {
    padding: 9px;
    color: #575756;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #d6ecdd;
    border-color: #7fc395;
    color: #7fc395;
}

    .alert-success hr {
        border-top-color: #6ebb87;
    }

    .alert-success .alert-link {
        color: #5cb378;
    }

.alert-info {
    background-color: #d6ecf9;
    border-color: #67b9e8;
    color: #67b9e8;
    margin-top:2%;
}

    .alert-info hr {
        border-top-color: #51afe5;
    }

    .alert-info .alert-link {
        color: #3ba5e1;
    }

.alert-warning {
    background-color: #faae79;
    border-color: #ec6608;
    color: #ec6608;
}

    .alert-warning hr {
        border-top-color: #d35b07;
    }

    .alert-warning .alert-link {
        color: #bb5106;
    }

.alert-danger {
    background-color: #f28b9f;
    border-color: #e51941;
    color: #e51941;
}

    .alert-danger hr {
        border-top-color: #ce163a;
    }

    .alert-danger .alert-link {
        color: #b71434;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #fdbe30;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #7fc395;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #67b9e8;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #ec6608;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #e51941;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-bottom: -1px;
    background-color: white;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

a.list-group-item,
button.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #67b9e8;
    border-color: #259ade;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #114f72;
    }

.list-group-item-success {
    color: #7fc395;
    background-color: #d6ecdd;
}

a.list-group-item-success {
    color: #7fc395;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #7fc395;
        background-color: #c4e4cf;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #7fc395;
        border-color: #7fc395;
    }

.list-group-item-info {
    color: #67b9e8;
    background-color: #d6ecf9;
}

a.list-group-item-info {
    color: #67b9e8;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #67b9e8;
        background-color: #c0e2f5;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #67b9e8;
        border-color: #67b9e8;
    }

.list-group-item-warning {
    color: #ec6608;
    background-color: #faae79;
}

a.list-group-item-warning {
    color: #ec6608;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #ec6608;
        background-color: #faa060;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #ec6608;
        border-color: #ec6608;
    }

.list-group-item-danger {
    color: #e51941;
    background-color: #f28b9f;
}

a.list-group-item-danger {
    color: #e51941;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #e51941;
        background-color: #f0748c;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #e51941;
        border-color: #e51941;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1;
        border-top-left-radius: -1;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1;
            border-top-right-radius: -1;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1;
        border-bottom-left-radius: -1;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1;
            border-bottom-right-radius: -1;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #fed67b;
}

    .panel-primary > .panel-heading {
        color: #575756;
        background-color: #feedc7;
        border-color: #fed67b;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #fed67b;
        }

        .panel-primary > .panel-heading .badge {
            color: #feedc7;
            background-color: #575756;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #fed67b;
    }

.panel-success {
    border-color: #7fc395;
}

    .panel-success > .panel-heading {
        color: #7fc395;
        background-color: #d6ecdd;
        border-color: #7fc395;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #7fc395;
        }

        .panel-success > .panel-heading .badge {
            color: #d6ecdd;
            background-color: #7fc395;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #7fc395;
    }

.panel-info {
    border-color: #9E9EA5;
}

    .panel-info > .panel-heading {
        color: #292A2B;
        background-color: #E0E0E6;
        border-color: #9E9EA5;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #67b9e8;
        }

        .panel-info > .panel-heading .badge {
            color: #d6ecf9;
            background-color: #67b9e8;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #67b9e8;
    }

.panel-warning {
    border-color: #ec6608;
}

    .panel-warning > .panel-heading {
        color: #ec6608;
        background-color: #faae79;
        border-color: #ec6608;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ec6608;
        }

        .panel-warning > .panel-heading .badge {
            color: #faae79;
            background-color: #ec6608;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ec6608;
    }

.panel-danger {
    border-color: #e51941;
}

    .panel-danger > .panel-heading {
        color: #e51941;
        background-color: #f28b9f;
        border-color: #e51941;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #e51941;
        }

        .panel-danger > .panel-heading .badge {
            color: #f28b9f;
            background-color: #e51941;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #e51941;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 635px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }

    .modal-exlg {
        width: 100%;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: .25em;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

body {
    padding-top: 56px;
}

    body.app {
        background: #eeeeee;
        padding: 56px 0 0 200px;
        position: relative;
    }

    body.toggle-screen {
        padding-top: 0px !important;
    }

    .width100 {
        width: 100% !important;
    }

    .model-auto {margin:auto !important;}
    .modal-backdrop-0 {margin:0px !important;}

    body > section + hr {
        border-color: #67b9e8;
    }

.bg-white {
    background: #fff;
}

    .bg-white .text-muted {
        color: #eeeeee;
        font-size: 1.3em;
        margin-top: 5px;
    }

.btn-link-combo {
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    padding: 0 32px 0 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    margin-left: 5px;
}

    .btn-link-combo:first-of-type {
        margin-left: 0;
    }

    .btn-link-combo .text {
        padding: 0 10px;
        text-transform: capitalize;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
        /*color: #FFFFFF*/
    }

    .btn-link-combo .multiword {
        text-transform: none;
    }

    .btn-link-combo .icon {
        color: #fff;
        font-size: 20px;
        height: 32px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 32px;
    }

    .btn-link-combo:hover,
    .btn-link-combo:focus {
        color: #fff;
        text-decoration: none;
    }

    .btn-link-combo.btn-link-icon-left {
        padding: 0 0 0 32px !important;
    }

        .btn-link-combo.btn-link-icon-left .icon {
            left: 0;
            right: auto;
        }

.btn-link-combo-default {
    background: #fff;
    color: #424248;
}

    .btn-link-combo-default .icon {
        background: #fff;
        color: #424248;
    }

    .btn-link-combo-default:hover,
    .btn-link-combo-default:focus {
        background: #fff;
        color: #424248;
    }

.btn-link-combo-primary {
    background: #424248;
}

    .btn-link-combo-primary .icon {
        background: #292A2B;
    }

    .btn-link-combo-primary:hover,
    .btn-link-combo-primary:focus {
        background-color: #292A2B;
    }

.btn-link-combo-info {
    background-color: #424248;
    border: 1px solid #292A2B;
}

    /*.btn-link-combo-info .icon,*/
    .btn-link-combo-info:hover,
    .btn-link-combo-info:focus {
        background-color: #424248;
        border: 1px solid #292A2B;
    }
.btn-return-link-combo-info .text {
    background-color: #424248;
    color: #FFFFFF; 
    border: 1px solid #424248;
}

.btn-link-combo-success {
    background-color: #E50773;
}

    .btn-link-combo-success .icon {
        background-color: #E50773;
    }

    .btn-link-combo-success .icon,
    .btn-link-combo-success:hover,
    .btn-link-combo-success:focus {
        background-color: #BE2B76;
    }

.btn-link-combo-warning {
    background-color: #f8822f;
}

    .btn-link-combo-warning .icon {
        background-color: #ec6608;
    }

    .btn-link-combo-warning .icon,
    .btn-link-combo-warning:hover,
    .btn-link-combo-warning:focus {
        background-color: #ec6608;
    }

.btn-link-combo-danger {
    background-color: #eb4666;
}

    .btn-link-combo-danger .icon {
        background-color: #e51941;
    }

    .btn-link-combo-danger .icon,
    .btn-link-combo-danger:hover,
    .btn-link-combo-danger:focus {
        background-color: #e51941;
    }

.btn-link-combo-disabled {
    background-color: #a1a1a5;
    color: #6e6e72;
    text-shadow: #bbbbbe 1px 1px 0;
}

    .btn-link-combo-disabled .icon {
        background-color: #87878c;
        color: #6e6e72;
    }

    .btn-link-combo-disabled:hover,
    .btn-link-combo-disabled:focus {
        background-color: #a1a1a5;
        color: #6e6e72;
        cursor: not-allowed;
    }

.btn-link-combo-sm {
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 24px 0 0;
    width: 24px;
}

    .btn-link-combo-sm .icon {
        height: 24px;
        width: 24px;
    }

        .btn-link-combo-sm .icon i {
            font-size: 80%;
        }

.btn-link-addon {
    padding: 0;
}

    .btn-link-addon .btn-link-combo {
        background-color: transparent;
    }

        .btn-link-addon .btn-link-combo .icon {
            background-color: transparent;
            color: #67b9e8;
        }

            .btn-link-addon .btn-link-combo .icon i {
                font-size: 80%;
            }
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .btn-link-combo .text {
        display: inline-block;
        max-width: 100px;
        overflow-x: hidden;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .btn-link-combo .text {
        display: none;
    }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
@media print {
    .btn-link-combo {
        display: none;
    }
}

.sidebar {
    position: fixed;
    display: inline-block;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1070;
    background: #333332;
    border-right: 1px solid #222222;
    box-shadow: 2px 0px 4px 0 rgba(0,0,0,.25);
}

    .sidebar > .logo {
        text-align: center;
        background: #222;
        box-shadow: 0 2px 4px rgba(0,0,0,0.25);
    }

        .sidebar > .logo > a {
            display: inline-block;
            padding: 7px;
            height: 57px;
            width: 199px;
        }

    .sidebar ul {
        border-top: 1px solid #222222;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        height: 100%;
    }

        .sidebar ul > li {
            /*border-bottom: 1px solid #222222;*/
            margin: 0;
        }

            .sidebar ul > li > a {
                display: block;
                color: #eeeeee;
                font-size: 1.15em;
                line-height: 2em;
                padding: 5px;
            }

                .sidebar ul > li > a > i {
                    color: #86878c;
                    font-size: 1.5em;
                    line-height: 1.5em;
                }

                .sidebar ul > li > a > span {
                    padding: 0 0 0 5px;
                }

                    .sidebar ul > li > a > span > b {
                        margin-top: 10px;
                        margin-right: 5px;
                    }

                .sidebar ul > li > a:hover,
                .sidebar ul > li > a:active {
                    color: #fdbe30;
                    text-decoration: none;
                }

            .sidebar ul > li:hover > a,
            .sidebar ul > li.hover > a {
                background: #222222;
                color: #fdbe30;
            }

                .sidebar ul > li:hover > a > i,
                .sidebar ul > li.hover > a > i {
                    color: #fdbe30;
                }

        .sidebar ul li:hover > ul,
        .sidebar ul li:active > ul,
        .sidebar ul li:focus > ul,
        .sidebar ul li.hover > ul {
            left: 199px;
            transition-delay: 0.4s;
        }

        .sidebar ul > li > ul > li .overflow-scroll {
            position: absolute;
            top: -1px;
            left: -1000px;
            z-index: 1060;
        }

        .sidebar ul li:hover > ul > li:hover .overflow-scroll,
        .sidebar ul li.hover > ul > li.hover .overflow-scroll {
            left: 199px;
        }

        .sidebar ul li > ul {
            background-color: rgba(0, 0, 0, 0.8);
            border-left: 1px solid #222222;
            position: absolute;
            top: -1px;
            left: -1000px;
            min-width: 200px;
            z-index: 1062;
            height: 100%;
            transition-delay: 0.4s;
        }

            .sidebar ul li > ul > li > a {
                background: #333333;
                font-size: 1em;
                line-height: 1.2em;
                padding: 10px;
            }

    .sidebar .sidebar-header {
        background: #000000;
        color: #555555;
        cursor: default;
        padding: 10px;
    }

    .sidebar ul > li > ul > li > a > i.fa.fa-angle-down,
    .sidebar ul > li > ul > li > a > i.fa.fa-angle-right {
        font-size: 1em;
        line-height: 1.2em;
    }

    .sidebar .filter-switch {
        background-color: #222;
        width: 250px;
    }

        .sidebar .filter-switch > b {
            color: #fff;
            display: inline-block;
            font-weight: 400;
            padding: 10px 5px 10px 15px;
            width: 72%;
        }

    .sidebar .switch {
        float: right;
        margin: 10px 15px 0 0;
    }

        .sidebar .switch input.switch-toggle + label:before {
            border: 0 solid #000;
        }

.overflow-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
}

.pre-scrollable::-webkit-scrollbar {
    width: 10px;
}

.pre-scrollable::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #a9d8f2;
}

.pre-scrollable::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #67b9e8;
}

@media (max-width: 991px) {
    .sidebar {
        width: 60px;
    }

        .sidebar > .logo > a {
            width: 59px;
        }

        .sidebar ul > li > a > i {
            color: #fff;
            font-size: 2em;
            line-height: 1.5em;
        }

        .sidebar ul > li > ul > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .sidebar ul > li > ul > li > a > [class^="icon-"] {
                display: none;
            }

            .sidebar ul > li > ul > li > a > span {
                display: block;
            }

            .sidebar ul > li > ul > li > a > i.fa.fa-angle-down {
                display: none;
            }

            .sidebar ul > li > ul > li > a > i.fa.fa-angle-right {
                display: block;
            }

        .sidebar a > span {
            display: none;
        }

        .sidebar ul li:hover > ul,
        .sidebar ul li.hover > ul {
            left: 59px;
        }

            .sidebar ul li:hover > ul > li:hover > ul,
            .sidebar ul li.hover > ul > li.hover > ul {
                left: 199px;
            }
}

@media (max-width: 767px) {
    .sidebar {
        width: 51px;
    }

        .sidebar > .logo > a {
            /*padding: 15px 5px;*/
            width: 50px;
        }

        .sidebar ul > li > a {
            padding: 3px;
        }

        .sidebar ul li > ul {
            min-width: 210px;
            width: 210px;
        }

        .sidebar ul li:hover > ul,
        .sidebar ul li.hover > ul {
            left: 50px;
        }

        .sidebar ul li > ul > li > ul {
            border-width: 0;
            position: relative;
            height: 0;
            overflow: hidden;
            position: static;
            -webkit-transition: height 0.2s ease-in-out;
            -moz-transition: height 0.2s ease-in-out;
            -o-transition: height 0.2s ease-in-out;
            -ms-transition: height 0.2s ease-in-out;
            transition: height 0.2s ease-in-out;
        }

            .sidebar ul li > ul > li > ul > li:last-child {
                border-bottom-width: 0;
            }

            .sidebar ul li > ul > li > ul > li > ul {
                border-width: 0;
                position: relative;
                height: 0;
            }

            .sidebar ul li > ul > li > ul > li.sidebar-header {
                display: none;
            }

            .sidebar ul li > ul > li > ul > li > a {
                padding-left: 20px;
            }

            .sidebar ul li > ul > li > ul > li > ul > li > a {
                padding-left: 30px;
            }

        .sidebar ul li:hover > ul > li:hover > ul,
        .sidebar ul li.hover > ul > li.hover > ul {
            height: auto;
            position: static;
            left: 0;
            min-width: 209px;
            width: 209px;
            color: #fff;
        }

        .sidebar ul > li > ul > li > a > i.fa.fa-angle-down {
            display: block;
        }

        .sidebar ul > li > ul > li > a > i.fa.fa-angle-right {
            display: none;
        }
}

@media (min-width: 992px) {
    .sidebar a > span {
        display: inline;
    }

    .sidebar ul > li > ul > li > a > i.fa.fa-angle-down {
        display: none;
    }
}

header.top {
    position: absolute;
    display: inline-block;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    top: 0;
    left: 200px;
    right: 0px;
    z-index: 1070;
    min-height: 57px;
    -webkit-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.15);
    -moz-box-shadow:  0px 2px 4px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15);
}

header > section {
    float: left;
    height: 56px;
}

.company-info h4 {
    color: #86878c;
    margin: 20px 0 0 20px;
}
/*.topbar {
  margin-right: 140px;
}*/
.topbar > ul {
    /*border-right: 1px solid #222222;*/
    margin-bottom: 0;
}

.topbar ul > li {
    /*border-left: 1px solid #eee;*/
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.topbar table > tbody tr > td > a {
    color: #67b9e8;
}

.topbar a:hover,
.topbar a:active {
    color: #fdbe30;
    text-decoration: none;
}

.topbar a > i {
    font-size: 2em;
    line-height: 2em;
}

.topbar a.list-group-item > i {
    font-size: 1em;
    line-height: 1em;
}

.topbar table td > a {
    color: #67b9e8;
    font-size: 1.1em;
}

.topbar ul.list-inline > li {
    /*margin-right: -5px;*/
    float: left;
}

    .topbar ul.list-inline > li:first-of-type {
        border-left: 1px solid #eee;
    }

.topbar ul > li:hover > a {
    background: #ddd;
    color: #67b9e8;
}

.topbar ul > li > a {
    color: #67b9e8;
    display: block;
    padding: 0 10px;
    position: relative;
}

.topbar ul li:hover > ul {
    left: 0;
    right: 0;
}

.topbar ul li > ul {
    background: #ddd;
    list-style: none;
    position: absolute;
    top: 56px;
    left: -9999px;
    margin: 0;
    padding: 0;
    min-width: 200px;
    z-index: 1060;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
}

    .topbar ul li > ul li {
        border-width: 0;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
    }

        .topbar ul li > ul li h4 {
            /*color: #fff;*/
            margin-top: 30px;
            margin-bottom: 20px;
        }

.topbar blockquote > p {
    color: #fff;
}

.topbar .badge {
    background-color: #e51941;
    color: #fff;
    border: 1px solid #720c20;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    font-size: 0.7em;
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 3px 6px;
    opacity: 0.95;
}

header .btn-collection {
    margin-top: 20px;
}

    header .btn-collection a:hover,
    header .btn-collection a:active {
        color: #fff;
    }

header form.search-form {
    padding: 30px 5px;
}

    header form.search-form .btn {
        padding: 6px 6px 6px 12px;
    }

        header form.search-form .btn i {
            padding-left: 6px;
        }

header #submenu-notifications {
    padding-bottom: 20px;
}

    header #submenu-notifications .pre-scrollable {
        max-height: 275px;
        margin-right: 15px;
        margin-left: 15px;
    }

header .notifications {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .topbar .notifications > li {
    margin-right: 0;
}

header .notifications > li > a {
    position: relative;
    margin-bottom: 1px;
    padding-left: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: block;
    background: #ffffff;
    color: #67b9e8;
}

    header .notifications > li > a:hover,
    header .notifications > li > a:active {
        background: #f5f5f4;
        color: #fdbe30;
    }

    header .notifications > li > a:before {
        position: absolute;
        top: 12px;
        left: 10px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #777777;
        content: '';
        display: inline-block;
    }

    header .notifications > li > a.red:before {
        background: #e51941;
    }

    header .notifications > li > a.orange:before {
        background: #ec6608;
    }

    header .notifications > li > a.green:before {
        background: #7fc395;
    }

    header .notifications > li > a.blue:before {
        background: #67b9e8;
    }

    header .notifications > li > a > div > span {
        display: block;
    }

    header .notifications > li > a > div > em {
        font-style: normal;
    }

.topbar ul > li:last-child b.user-info {
    font-size: 1.2em;
    font-weight: normal;
}

#submenu-profile a.list-group-item {
    background-color: #67b9e8;
    color: #fff;
    border-color: #67b9e8;
}

    #submenu-profile a.list-group-item:hover,
    #submenu-profile a.list-group-item:active {
        background: #259ade;
        color: #fff;
    }

@media (max-width: 991px) {
    header.top {
        left: 60px;
        /*right: 0px;*/
    }
    /*.topbar {
    margin-right: 60px;
  }*/
    /*.topbar ul li:hover > ul {
    left: 60px;
  }*/
}

@media (max-width: 767px) {
    header.top {
        left: 51px;
        /*right: -51px;*/
    }
    /*.topbar {
    margin-right: 51px;
  }*/
    header > section {
        position: absolute;
        left: -1000px;
    }

    .topbar ul > li > a {
        padding: 0 7px;
    }

    .topbar ul.list-inline > li:first-of-type a {
        padding: 0 6px;
    }
    /*.topbar ul li:hover > ul {
    left: 51px;
  }*/
    .topbar ul > li:last-child b.user-info {
        display: none;
    }
}

.dashboard .well {
    background-color: #fff;
    border-width: 0;
}

.dashboard .panel {
    /*text-align: center;*/
}
    /*.dashboard .panel a {
  background: #fdce62;
  color: #fff;
  display: block;
  min-height: 180px;
  text-decoration: none;
}
.dashboard .panel a:hover {
  background: #fdbe30;
}*/
    .dashboard .panel a .panel-body i {
        display: block;
        font-size: 5em;
        line-height: 1.5em;
        /*
  min-height: 150px;
  padding-top: 20px;
  */
    }

    .dashboard .panel a .panel-footer {
        background: #05558e;
        border-width: 0;
        display: block;
        font-size: 16px;
        padding: 10px 0;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .dashboard .panel a .panel-footer > h4 {
            color: #fff;
        }

.dashboard .panel-info a {
    background: #67b9e8;
}

    .dashboard .panel-info a:hover,
    .dashboard .panel-info a span {
        background: #05558e;
    }

    .dashboard .panel-info a .panel-footer {
        background: #05558e;
    }

.dashboard .panel-success a {
    background: #a2d3b2;
}

    .dashboard .panel-success a:hover,
    .dashboard .panel-success a span {
        background: #7fc395;
    }

    .dashboard .panel-success a .panel-footer {
        background: #7fc395;
    }

.dashboard .grid-stack-item-content .panel {
    margin-bottom: 0;
}

    .dashboard .grid-stack-item-content .panel,
    .dashboard .grid-stack-item-content .panel a {
        height: 100%;
    }

.dashboard .nav-pills.nav-justified {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .dashboard .nav-pills.nav-justified > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        background-color: #fff;
        min-height: 10em;
        vertical-align: middle;
        margin-left: 15px;
        margin-right: 15px;
    }

    .dashboard .nav-pills.nav-justified > li:first-child > a,
    .dashboard .nav-pills.nav-justified > li.active:first-child > a {
        margin-left: 0;
    }

    .dashboard .nav-pills.nav-justified > li:last-child > a,
    .dashboard .nav-pills.nav-justified > li.active:last-child > a {
        margin-right: 0;
    }

    .dashboard .nav-pills.nav-justified > li.active > a {
        background-color: #fdbe30;
    }

.dashboard .panel.panel-table {
    border: 1px solid #86878c;
}

    .dashboard .panel.panel-table > .panel-heading {
        background-color: #86878c;
        color: #fff;
        font-size: 1.3em;
    }

        .dashboard .panel.panel-table > .panel-heading > a {
            background-color: transparent;
            color: #fdbe30;
            display: inline-block;
            float: right;
            font-size: 1.5em;
            line-height: 1em;
            text-align: center;
            min-height: 0;
        }

    .dashboard .panel.panel-table > .panel-body {
        padding: 0;
    }

    .dashboard .panel.panel-table table {
        margin-bottom: 0;
        table-layout: fixed;
        width: 100%;
    }

        .dashboard .panel.panel-table table > thead > tr > th {
            background-color: #fff;
            border-bottom-width: 2px;
            color: #575756;
        }

        .dashboard .panel.panel-table table tr > td {
            border-width: 0;
        }

        .dashboard .panel.panel-table table th {
            padding-top: 11px;
            padding-bottom: 8px;
        }

        .dashboard .panel.panel-table table td {
            padding-top: 7px;
            padding-bottom: 7px;
        }

            .dashboard .panel.panel-table table td > i.fa-fw {
                text-align: left;
            }

.table-week td {
    width: 14%;
}

    .table-week td.absent {
        background: #fdbe30;
    }

    .table-week td.holiday {
        background: #67b9e8;
    }

    .table-week td.active {
        width: 16%;
    }

.dashboard h3 {
    background: #cbcbcb;
    margin: 0 0 5px;
    padding: 10px;
}

.dashboard .pull-right a.btn-link-combo {
    background-color: transparent;
    margin: 6px 6px 0 0;
}

.dashboard .pull-right .btn-link-combo .icon {
    border-radius: 50%;
}

.service-bar {
    background-color: #67b9e8;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .service-bar li {
        text-align: right;
    }

        .service-bar li span.company {
            color: #fff;
            display: inline-block;
            float: left;
            min-height: 1em;
            padding: 10px;
        }

        .service-bar li span.you {
            background-color: #fdbe30;
            color: #fff;
            display: inline-block;
            padding: 10px;
            text-align: left;
        }

        .service-bar li span[data-service="5"] {
            width: 5%;
        }

        .service-bar li span[data-service="10"] {
            width: 10%;
        }

        .service-bar li span[data-service="15"] {
            width: 15%;
        }

        .service-bar li span[data-service="20"] {
            width: 20%;
        }

        .service-bar li span[data-service="25"] {
            width: 25%;
        }

        .service-bar li span[data-service="30"] {
            width: 30%;
        }

        .service-bar li span[data-service="35"] {
            width: 35%;
        }

        .service-bar li span[data-service="40"] {
            width: 40%;
        }

        .service-bar li span[data-service="45"] {
            width: 45%;
        }

        .service-bar li span[data-service="50"] {
            width: 50%;
        }

        .service-bar li span[data-service="55"] {
            width: 55%;
        }

        .service-bar li span[data-service="60"] {
            width: 60%;
        }

        .service-bar li span[data-service="65"] {
            width: 65%;
        }

        .service-bar li span[data-service="70"] {
            width: 70%;
        }

        .service-bar li span[data-service="75"] {
            width: 75%;
        }

        .service-bar li span[data-service="80"] {
            width: 80%;
        }

        .service-bar li span[data-service="85"] {
            width: 85%;
        }

        .service-bar li span[data-service="90"] {
            width: 90%;
        }

        .service-bar li span[data-service="95"] {
            width: 95%;
        }

.infographic-box {
    background: #67b9e8;
    color: #fff;
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}

    .infographic-box:hover {
        text-decoration: none;
    }

        .infographic-box:hover.colored i {
            color: #259ade;
        }

    .infographic-box i {
        font-size: 2.4em;
        display: block;
        float: left;
        margin-right: 15px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border-radius: 50%;
        background-clip: padding-box;
        color: #fff;
    }

    .infographic-box .headline {
        display: block;
        font-size: 1.2em;
        text-align: right;
    }

    .infographic-box .value {
        font-size: 3em;
        font-weight: 600;
        display: block;
        text-align: right;
        line-height: 1em;
    }

    .infographic-box.colored i {
        font-size: 4.6em;
        margin-left: 7px;
        color: rgba(255, 255, 255, 0.33);
    }

    .infographic-box.colored .headline {
        font-size: 1em;
    }

    .infographic-box [class^="icon-"] {
        margin-left: 0 !important;
    }

        .infographic-box [class^="icon-"]:before,
        .infographic-box [class*=" icon-"]:before {
            margin: 0;
        }

.cell {
    background: #67b9e8;
    color: #fff;
    width: 150px;
    height: 150px;
}

    .cell.bg-white {
        background: #fff;
    }

        .cell.bg-white .handle {
            background: rgba(0, 0, 0, 0.5);
            top: 2px;
            right: 2px;
        }

    .cell.w2 {
        width: 300px;
    }

    .cell.w3 {
        width: 450px;
    }

    .cell .handle {
        background: rgba(5, 85, 142, 0.5);
        cursor: move;
        padding: 5px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 980;
    }

    .cell a.cover {
        color: #fff;
        cursor: pointer;
        padding: 5px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 975;
    }

        .cell a.cover:hover {
            background: #05558e;
            color: #fff;
            text-decoration: none;
        }

        .cell a.cover i {
            display: block;
            font-size: 400%;
            margin-top: 25px;
        }

            .cell a.cover i[class^="icon-"] {
                line-height: 56px;
            }

        .cell a.cover div {
            background: #05558e;
            display: block;
            line-height: 16px;
            padding: 5px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .cell div.cover .panel {
        border-width: 0;
        margin: 0;
    }

        .cell div.cover .panel .panel-heading {
            background: #555555;
        }

            .cell div.cover .panel .panel-heading h4 {
                font-size: 14px;
            }

            .cell div.cover .panel .panel-heading a {
                background: transparent;
                display: inline-block;
                min-height: auto;
            }

                .cell div.cover .panel .panel-heading a.add-c-i {
                    margin-left: 5px;
                }

        .cell div.cover .panel .panel-body {
            border-width: 0;
            padding: 0;
            color: #575756;
        }

            .cell div.cover .panel .panel-body .table {
                margin-bottom: 0;
            }

                .cell div.cover .panel .panel-body .table th {
                    padding: 3px 6px;
                }

.grid-item {
    width: 160px;
    height: 160px;
    float: left;
    margin-bottom: 10px;
    background: #67b9e8;
}

.grid-item-width2 {
    width: 340px;
}

.grid-item-width3 {
    width: 520px;
}

.grid-item-width4 {
    width: 780px;
}

.gutter-sizer {
    width: 10px;
}

.grid-sizer {
    width: 18.4%;
}

.item {
    width: 25%;
    height: 150px;
    float: left;
    background: #C09;
    border: 4px solid #333;
    border-color: rgba(0, 0, 0, 0.3);
}

    .item.w2 {
        width: 52%;
        background: #9C0;
    }

@media (max-width: 991px) {
    .dashboard .panel a {
        min-height: 150px;
        text-decoration: none;
    }

        .dashboard .panel a .panel-footer {
            padding: 5px;
        }

        .dashboard .panel a .panel-body i {
            min-height: 100px;
            padding-top: 10px;
        }
}

.nav-tabs {
    border-bottom: 0 solid #ddd;
    margin-bottom: 0;
}

    .nav-tabs > li {
        margin-bottom: -2px;
    }

        .nav-tabs > li > a {
            margin-right: 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #fff;
            }
        /* nav tab active link:focus:hover */
        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            background-color: #fff;
            border-color: #67b9e8 transparent transparent;
            border-style: solid none none;
            border-width: 2px 0 0;
            color: #05558e;
        }

            .nav-tabs > li.active > a small,
            .nav-tabs > li.active > a:hover small,
            .nav-tabs > li.active > a:focus small {
                color: #555555;
                display: block;
            }

        .nav-tabs > li > a:hover,
        .nav-tabs > li > a:focus {
            background-color: transparent;
            border-bottom-color: #ddd;
        }

.tab-pane .row label:not(.control-label):not(.error) {
    text-align: right;
    width: 100%;
}

.tab-pane hr {
    border-color: #eee;
}
/*  this may be temporary, need to implement current multi-select */
.tab-pane > .row .multiselect-container label.checkbox {
    margin-left: 5px;
    text-align: left;
}

    .tab-pane > .row .multiselect-container label.checkbox input {
        margin-left: -18px;
    }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
    .tab-pane > .row label:not(.control-label) {
        float: none;
        text-align: left !important;
    }

    .tab-pane > .row .row:not(:first-of-type) {
        margin-top: 20px;
    }
}

.tab-content {
    overflow: auto;
    position: relative;
    z-index: 10;
    min-height: 125px;
    margin-bottom: 20px;
    padding: 15px;
    border: 0 solid #e5e5e5;
    background-color: #fff;
}

.form-inline .btn {
    vertical-align: bottom;
}

.form-inline .form-group:first-of-type {
    margin-left: 0;
}

.form-inline .form-group label {
    margin-right: 5px;
}

.filters .form-inline input,
.filters .form-inline select {
    width: 100%;
}

form > fieldset > legend {
    padding-bottom: 10px;
}

.actions {
    margin-top: 10px;
}

.container-fluid:not(#styleguide) form label,
.container-fluid:not(#styleguide) form input,
.container-fluid:not(#styleguide) form select,
.container-fluid:not(#styleguide) form textarea {
    font-size: 90%;
}

    .container-fluid:not(#styleguide) form input[type="text"] {
        height: 28px;
    }

.container-fluid:not(#styleguide) form .radio input[type="radio"],
.container-fluid:not(#styleguide) form .radio-inline input[type="radio"],
.container-fluid:not(#styleguide) form .checkbox input[type="checkbox"],
.container-fluid:not(#styleguide) form .checkbox-inline input[type="checkbox"] {
    margin-top: 0;
}

@media (min-width: 768px) {
    .container-fluid .form-horizontal.pc .control-label {
        padding-top: 3px;
    }
}

.panel-body > .list-unstyled {
    margin-bottom: 0;
}

.list-group {
    margin-left: -11px;
    margin-right: -11px;
}

.timeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        background: #d6ecf9;
        left: 25%;
        margin-left: -20px;
    }

    .timeline > li {
        position: relative;
    }

        .timeline > li:last-child {
            padding-bottom: 40px;
        }

        .timeline > li .time {
            display: block;
            width: 29%;
            padding-right: 100px;
            position: absolute;
        }

            .timeline > li .time span {
                display: block;
                text-align: right;
            }

                .timeline > li .time span:first-child {
                    font-size: 0.9em;
                    color: #777777;
                }

                .timeline > li .time span:last-child {
                    font-size: 1.5em;
                    color: #67b9e8;
                }

        .timeline > li:nth-child(odd) .time span:last-child {
            color: #93cdef;
        }
        /* Right content */
        .timeline > li .label {
            display: inline-block;
            margin: 0 0 15px 29%;
            background: #67b9e8;
            color: #fff;
            padding: 1em;
            font-size: 1em;
            font-weight: 300;
            line-height: 1.4;
            position: relative;
            border-radius: 0;
            text-align: left;
            white-space: normal;
        }

            .timeline > li .label h2 {
                color: #fff;
                margin-top: 0;
                padding: 0 0 10px 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            }

            .timeline > li .label p:last-child {
                margin-bottom: 0;
            }

        .timeline > li:nth-child(odd) .label {
            background: #93cdef;
        }
        /* The triangle */
        .timeline > li .label:after {
            right: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-right-color: #67b9e8;
            border-width: 10px;
            top: 10px;
        }

        .timeline > li:nth-child(odd) .label:after {
            border-right-color: #93cdef;
        }
        /* The icons */
        .timeline > li .icon {
            width: 40px;
            height: 40px;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            font-size: 1.4em;
            line-height: 40px;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            color: #fff;
            background: #46a4da;
            border-radius: 50%;
            box-shadow: 0 0 0 8px #d6ecf9;
            text-align: center;
            left: 25%;
            top: 0;
            margin: 0 0 0 -35px;
        }
/* Example Media Queries */
@media screen and (max-width: 65.375em) {
    .timeline > li .time span:last-child {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 47.2em) {
    .timeline:before {
        display: none;
    }

    .timeline > li .time {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

        .timeline > li .time span {
            text-align: left;
        }

    .timeline > li .label {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

        .timeline > li .label:after {
            right: auto;
            left: 20px;
            border-right-color: transparent;
            border-bottom-color: #67b9e8;
            top: -20px;
        }

    .timeline > li:nth-child(odd) .label:after {
        border-right-color: transparent;
        border-bottom-color: #93cdef;
    }

    .timeline > li .icon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0;
    }
}

.node circle {
    cursor: pointer;
    fill: #fff;
    stroke: steelblue;
    stroke-width: 1.5px;
}

.node text {
    font-size: 11px;
}

path.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

#org-chart {
    max-width: 1130px;
    position: relative;
    width: 100% !important;
    overflow: hidden;
    overflow-x: scroll;
}

span.name,
span.role {
    display: block;
}

span.name {
    font-weight: bold;
}
/* Copyright 2008 Google Inc. All Rights Reserved. */
.google-visualization-orgchart-table {
    border: 0;
    text-align: center;
}

    .google-visualization-orgchart-table td {
        margin: 0;
        padding: 5px;
    }

    .google-visualization-orgchart-table .google-visualization-orgchart-node {
        text-align: center;
        vertical-align: middle;
        font-family: arial, helvetica, sans-serif;
        cursor: default;
        border: 0 solid #67b9e8;
        border-radius: 0;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
        background: none;
        background-color: #d6ecf9;
    }

    .google-visualization-orgchart-table .google-visualization-orgchart-nodesel {
        border: 0 solid #fdbe30;
        background: none;
        background-color: #fee6ae;
    }

    .google-visualization-orgchart-table .google-visualization-orgchart-lineleft {
        border-left: 1px solid #05558e;
    }

    .google-visualization-orgchart-table .google-visualization-orgchart-lineright {
        border-right: 1px solid #05558e;
    }

    .google-visualization-orgchart-table .google-visualization-orgchart-linebottom {
        border-bottom: 1px solid #05558e;
    }

.google-visualization-orgchart-space-small {
    width: 4px;
    height: 1px;
    border: 0;
}

.google-visualization-orgchart-space-medium {
    width: 10px;
    height: 1px;
    border: 0;
}

.google-visualization-orgchart-space-large {
    width: 16px;
    height: 1px;
    border: 0;
}

.google-visualization-orgchart-noderow-small {
    height: 12px;
    border: 0;
}

.google-visualization-orgchart-noderow-medium {
    height: 30px;
    border: 0;
}

.google-visualization-orgchart-noderow-large {
    height: 46px;
    border: 0;
}

.google-visualization-orgchart-connrow-small {
    height: 2px;
    font-size: 1px;
}

.google-visualization-orgchart-connrow-medium {
    height: 6px;
    font-size: 4px;
}

.google-visualization-orgchart-connrow-large {
    height: 10px;
    font-size: 8px;
}

.google-visualization-orgchart-node-small {
    font-size: 0.6em;
}

.google-visualization-orgchart-node-medium {
    font-size: 0.8em;
}

.google-visualization-orgchart-node-large {
    font-size: 1.2em;
    font-weight: bold;
}

.google-visualization-orgchart-linenode {
    border: 0;
}

.circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #555555;
    border-radius: 50%;
}

    .circle.green {
        background: #7fc395;
    }

    .circle.yellow {
        background: #fdbe30;
    }

    .circle.orange {
        background: #ec6608;
    }

    .circle.red {
        background: #e51941;
    }

    .circle.blue {
        background: #67b9e8;
    }

    .circle.light-blue {
        background: #c0e2f5;
    }

    .circle.lg {
        width: 12px;
        height: 12px;
    }

    .circle.sm {
        width: 8px;
        height: 8px;
    }

.priority,
.response,
.segmentation {
    border-radius: 100%;
    display: block;
    width: 20px;
    height: 20px;
}

.response {
    border-radius: 0;
}

.priority.low-priority {
    background: #898989;
}

.priority.medium-priority {
    background: #67b9e8;
}

.priority.high-priority {
    background: #ec6608;
}

.priority.critical-priority {
    background: #e51941;
}

.disable {
    opacity: 0.5;
}

.priorities,
.responses {
    background: #fff;
    overflow: hidden;
}

    .priorities ul,
    .responses ul {
        list-style-type: none;
        overflow: hidden;
        padding: 0;
    }

        .priorities ul:last-of-type,
        .responses ul:last-of-type {
            margin-bottom: 0;
        }

    .priorities .priority,
    .responses .response,
    .segmentation {
        display: inline-block;
        vertical-align: top;
    }

    .priorities ul li,
    .responses ul li {
        float: left;
        margin: 0 15px 15px 0;
    }

.citation-response {
    background: #fee6ae;
}

.client-response {
    background: #d6ecdd;
}

.overdue-response {
    background: #f28b9f;
}

.system-response {
    background: #e6e6e6;
}

.overdue > td {
    background: #f6b0be;
    color: #e51941;
}

    .overdue > td a {
        color: #e51941;
        font-weight: 700;
    }

td.priority {
    border-radius: 0;
    display: table-cell;
    padding-left: 3px;
    padding-right: 3px;
}

.segmentation.gold {
    background-color: gold;
}

.segmentation.silver {
    background-color: silver;
}

.segmentation.bronze {
    background-color: #CD7F32;
}

.grid-container {
    padding-left: 5px;
    padding-right: 5px;
}

.grid-stack-item-content {
    /*background: white;*/
    color: #2c3e50;
    text-align: center;
    font-size: 20px;
}

    .grid-stack-item-content .fa {
        font-size: 64px;
        display: block;
        margin: 20px 0 10px;
    }

.dashboard .grid-stack-item .grid-stack-item-content .panel a .panel-footer {
    position: absolute;
}

.panel-default .panel-heading a {
    color: #67b9e8;
    font-weight: 700;
}

.panel-primary > .panel-heading > a {
    color: #fdbe30;
}

.panel-info > .panel-heading > a {
    color: #67b9e8;
}

.panel-warning > .panel-heading > a {
    color: #ec6608;
}

.panel-danger > .panel-heading > a {
    color: #e51941;
}

.panel-success > .panel-heading > a {
    color: #7fc395;
}

.wizard-tabs .tab-content .panel-heading {
    padding: 0;
}

    .wizard-tabs .tab-content .panel-heading a {
        color: #67b9e8;
        display: block;
        padding: 10px 15px;
    }

        .wizard-tabs .tab-content .panel-heading a:hover,
        .wizard-tabs .tab-content .panel-heading a:focus {
            color: #259ade;
            text-decoration: none;
        }

        .wizard-tabs .tab-content .panel-heading a b {
            color: #7fc395;
            display: block;
            font-size: 24px;
            line-height: 24px;
            margin-top: -3px;
            margin-right: .3em;
            text-align: center;
            width: 20px;
        }

.wizard-tabs .tab-content .panel-body {
    padding: 0;
}

    .wizard-tabs .tab-content .panel-body table {
        margin-bottom: 0;
    }

form > .panel-group > .panel .panel-body .row:last-of-type .form-group {
    margin-bottom: 0;
}

.panel-heading > a:hover,
.panel-heading > a:active,
.panel-heading > a:focus {
    text-decoration: none;
}

.panel-heading > a > h4 i {
    font-size: 125%;
}

.panel-heading > a > h4 .priority,
.panel-heading > a > h4 .segmentation {
    display: inline-block;
    margin: 0 .2em 1px .2em;
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
}

.panel-default > .panel-heading > a:hover,
.panel-default > .panel-heading > a:active,
.panel-default > .panel-heading > a:focus {
    color: #259ade;
}

.panel-body dl.dl-horizontal:last-of-type,
.panel-body ol:last-of-type,
.panel-body p:last-of-type,
.panel-body ul:last-of-type {
    margin-bottom: 0;
}

.row + .panel-group {
    margin-top: 20px;
}

.col-sm-4 .panel-group .panel .dl-horizontal dt {
    width: 40%;
}

.col-sm-4 .panel-group .panel .dl-horizontal dd {
    margin-left: 45%;
}

.collapse .nav.nav-pills {
    margin-bottom: 20px;
}

    .collapse .nav.nav-pills a:hover {
        background: #67b9e8;
        color: #fff;
    }
/* See: http://blog.craigsworks.com/bootstrap-3-disabled-dropdown-links/ */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        cursor: not-allowed;
    }

.dropdown-menu > .disabled {
    cursor: not-allowed;
}
    /* The real magic ;) */
    .dropdown-menu > .disabled > a {
        pointer-events: none;
    }

.folders {
    background: #67b9e8;
    color: #fff;
    display: block;
    padding: 5px 10px;
}

    .folders:hover {
        background: #93cdef;
        color: #259ade;
        text-decoration: none;
    }

        .folders:hover .fa {
            color: #259ade;
        }

        .folders:hover .badge {
            color: #259ade;
        }

    .folders .fa {
        color: rgba(255, 255, 255, 0.33);
    }

    .folders .badge {
        background: rgba(255, 255, 255, 0.33);
        color: #fff;
    }

.section-folders {
    margin-bottom: 20px;
}

    .section-folders [class*='col-'] {
        margin-bottom: 10px;
    }

.panel-body .section-folders {
    margin-top: 5px;
    margin-bottom: 0;
}

.c3-chart-line.c3-target-data1 .c3-lines-data1 {
    color: #fdbe30;
}

.c3-chart-arc path {
    stroke: none !important;
}

.c3-line {
    stroke-width: 3px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .c3 text {
        display: none;
    }
}

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
}

@media (min-width: 767px) {
    .responsive-table {
        font-size: .9em;
    }
}

@media (min-width: 991px) {
    .responsive-table {
        font-size: 1em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

@media (min-width: 767px) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    font-weight: normal;
    text-align: center;
    color: white;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 767px) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: .5em;
    vertical-align: middle;
}

@media (min-width: 767px) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: .5em;
    }
}

@media (min-width: 991px) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em .5em;
    }
}

@media (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: .75em;
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 767px) {
    .responsive-table caption {
        font-size: 1.5em;
    }
}

@media (min-width: 991px) {
    .responsive-table tfoot {
        font-size: .9em;
    }
}

@media (min-width: 767px) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em;
    /*border: 2px solid #1d96b2;*/
}

@media (min-width: 767px) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 767px) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: #fefefd;
    }
}

.responsive-table tbody th[scope="row"] {
    /*
    background-color: #1d96b2;
    color: white;
  */
}

@media (min-width: 767px) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #5e5d52;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: right;
}

@media (min-width: 30em) {
    .responsive-table tbody td {
        /*border-bottom: 1px solid #1d96b2;*/
    }
}

@media (min-width: 767px) {
    .responsive-table tbody td {
        text-align: center;
    }
}

.responsive-table tbody td[data-type=numeric] {
    text-align: right;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: rgba(94, 93, 82, 0.75);
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em;
    }
}

@media (min-width: 767px) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

.table tbody tr.separator > td {
    padding: 6px 12px;
}

.table tbody tr.text-muted {
    color: #b7b7b7;
}

.table tbody tr.primary {
    font-weight: bold;
}

.table tfoot {
    background: #a0a1a5;
}

    .table tfoot td .row-selector {
        margin: 5px 0;
    }

        .table tfoot td .row-selector .form-control {
            height: 32px;
        }

    .table tfoot td .pagination {
        margin: 5px 0;
    }

.table-responsive {
    border: 1px solid #ddd;
}

    .table-responsive table {
        margin-bottom: -1px;
    }

        .table-responsive table thead tr th a {
            color: #fff;
        }

        .table-responsive table tbody tr.internal {
            background-color: #fee6ae;
        }

        .table-responsive table tbody tr td {
            /*font-size: 90%;*/
        }

            .table-responsive table tbody tr td dl {
                margin-bottom: 0;
            }

            .table-responsive table tbody tr td p:last-of-type {
                margin-bottom: 0;
            }

        .table-responsive table tfoot tr td .btn-block {
            margin: 0 auto;
            width: 50%;
        }

.table.table-calendar .weekend {
    width: 10%;
}

.table.table-calendar td {
    width: 16%;
}

    .table.table-calendar td:hover {
        background-color: #f9fcfe;
    }

        .table.table-calendar td:hover .date {
            font-size: 120%;
            line-height: 20px;
        }

    .table.table-calendar td.bg-success:hover {
        background-color: #a2d3b2;
    }

    .table.table-calendar td.bg-warning:hover {
        background-color: #f8822f;
    }

    .table.table-calendar td .date {
        float: right;
        font-size: 80%;
        line-height: 20px;
    }

    .table.table-calendar td .label {
        float: left;
    }
/* Switch toggle (http://callmenick.com/post/css-toggle-switch-examples) */
.switch {
    display: inline-block;
    margin-top: 7px;
}

    .switch + .switch-options {
        display: inline-block;
        height: 25px;
        position: absolute;
        top: 7px;
        left: 70px;
    }

.switches .row {
    margin-bottom: 20px;
}

.switches .switch {
    margin-top: 0;
}

.switch-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .switch-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
        padding: 2px;
        width: 46px !important;
        height: 24px;
        background-color: #ddd;
        border-radius: 24px;
        transition: background 0.3s;
    }

    .switch-toggle:checked + label {
        background-color: #7fc395;
    }

input.switch-toggle + label:before,
input.switch-toggle + label:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
}

input.switch-toggle + label:before {
    right: 0;
    border-radius: 24px;
    transition: background 0.3s;
}

input.switch-toggle + label:after {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
    top: 2px;
    left: 2px;
    transition: margin 0.3s;
}

input.switch-toggle:checked + label:before {
    /*background-color: #fff;*/
}

input.switch-toggle:checked + label:after {
    margin-left: 22px;
}

input.switch-toggle:checked .switch-toggle-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.switch-toggle-label {
    margin-top: 5px;
    width: 75% !important;
}

.nz-toggle-wrap {
    display: inline-block;
    padding: 2px;
    margin: 0 0 5px;
    border-radius: 24px;
    position: relative;
    transition: all 0.3s ease;
    max-width: 100%;
    -webkit-touch-callout: none;
    user-select: none;
}

.nz-toggle {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.nz-toggle-handle {
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    transition: all 0.2s ease-out;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

.nz-toggle-tooltip {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 80%;
    position: absolute;
    padding: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

    .nz-toggle-tooltip:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        pointer-events: none;
    }

    .nz-toggle-tooltip span {
        transition: all 0.2s ease;
    }

        .nz-toggle-tooltip span.active {
            color: #ffffff;
        }

.nz-toggle-wrap.horizontal .nz-toggle-handle {
    height: 20px;
    width: 20px;
    top: 0;
    transform: translateX(-50%);
}

.nz-toggle-wrap.horizontal.false .nz-toggle-handle {
    left: 0;
    transform: translateX(0%);
}

.nz-toggle-wrap.horizontal.null .nz-toggle-handle {
    left: 50%;
    transform: translateX(-50%);
}

.nz-toggle-wrap.horizontal.true .nz-toggle-handle {
    left: 100%;
    transform: translateX(-100%);
}

.nz-toggle-wrap.horizontal .nz-toggle-tooltip {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0) scale(0.85);
}

    .nz-toggle-wrap.horizontal .nz-toggle-tooltip:before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid rgba(0, 0, 0, 0.8);
        border-bottom: 5px solid transparent;
    }

.nz-toggle-wrap.tip-bottom .nz-toggle-tooltip {
    bottom: initial;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0) scale(0.85);
}

    .nz-toggle-wrap.tip-bottom .nz-toggle-tooltip:before {
        top: initial;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid rgba(0, 0, 0, 0.8);
        border-top: 5px solid transparent;
    }

.nz-toggle-wrap.vertical .nz-toggle-handle {
    width: 100%;
    height: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nz-toggle-wrap.vertical.false .nz-toggle-handle {
    top: 100%;
    transform: translateY(-100%);
}

.nz-toggle-wrap.vertical.null .nz-toggle-handle {
    top: 50%;
    transform: translateY(-50%);
}

.nz-toggle-wrap.vertical.true .nz-toggle-handle {
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.nz-toggle-wrap.vertical .nz-toggle-tooltip {
    left: 100%;
    top: 50%;
    transform: translate(0, -50%) scale(0.85);
    text-align: left;
}

    .nz-toggle-wrap.vertical .nz-toggle-tooltip:before {
        top: 50%;
        right: 100%;
        transform: translateY(-50%);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid rgba(0, 0, 0, 0.8);
    }

.nz-toggle-wrap.tip-left .nz-toggle-tooltip {
    left: initial;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%) scale(0.85);
    text-align: right;
}

    .nz-toggle-wrap.tip-left .nz-toggle-tooltip:before {
        right: initial;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid rgba(0, 0, 0, 0.8);
        border-right: 5px solid transparent;
    }

.nz-toggle-wrap.square {
    border-radius: 2px;
}

    .nz-toggle-wrap.square .nz-toggle-handle {
        border-radius: 2px;
    }

.nz-toggle-wrap:hover .nz-toggle-tooltip {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.nz-toggle-wrap:hover.horizontal .nz-toggle-tooltip {
    transform: translate(-50%, -7px) scale(1);
}

.nz-toggle-wrap:hover.vertical .nz-toggle-tooltip {
    transform: translate(7px, -50%) scale(1);
}

.nz-toggle-wrap:hover.horizontal.tip-bottom .nz-toggle-tooltip {
    transform: translate(-50%, 7px) scale(1);
}

.nz-toggle-wrap:hover.vertical.tip-left .nz-toggle-tooltip {
    transform: translate(-7px, -50%) scale(1);
}
/*
 * jquery.tocify.css 1.8.0
 * Author: @gregfranko
 */
/* The Table of Contents container element */
.tocify {
    width: 20%;
    max-height: 90%;
    overflow: auto;
    margin-left: 0;
    position: fixed;
    background-color: #fff;
    border-radius: 0;
}
    /* The Table of Contents is composed of multiple nested unordered lists.  These styles remove the default styling of an unordered list because it is ugly. */
    .tocify ul,
    .tocify li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        line-height: 30px;
    }
/* Top level header elements */
.tocify-header {
    text-indent: 10px;
}
/* Top level subheader elements.  These are the first nested items underneath a header element. */
.tocify-subheader {
    text-indent: 20px;
    display: none;
}
    /* Makes the font smaller for all subheader elements. */
    .tocify-subheader li {
        font-size: 12px;
    }
    /* Further indents second level subheader elements. */
    .tocify-subheader .tocify-subheader {
        text-indent: 30px;
    }
        /* Further indents third level subheader elements. You can continue this pattern if you have more nested elements. */
        .tocify-subheader .tocify-subheader .tocify-subheader {
            text-indent: 40px;
        }
/* Twitter Bootstrap Override Style */
.nav-list > li > a,
.nav-list .nav-header {
    margin: 0;
}
/* Twitter Bootstrap Override Style */
.nav-list > li > a {
    padding: 5px;
}

    .nav-list > li > a:hover,
    .nav-list > li > a:active {
        background-color: #fff;
        color: #259ade;
    }

input.error,
select.error,
textarea.error {
    border-color: #e51941;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    input.error:focus,
    select.error:focus,
    textarea.error:focus {
        border-color: #e51941;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #f28b9f;
    }

label.error {
    color: #e51941;
    font-weight: normal;
}

input.valid,
select.valid,
textarea.valid {
    border-color: #7fc395;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    input.valid:focus,
    select.valid:focus,
    textarea.valid:focus {
        border-color: #7fc395;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d6ecdd;
    }
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 210px;
        height: 20px;
    }

        .slider.slider-horizontal .slider-track {
            height: 18px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-low,
        .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -4px;
        }

            .slider.slider-horizontal .slider-tick.triangle,
            .slider.slider-horizontal .slider-handle.triangle {
                border-width: 0 10px 10px 10px;
                width: 0;
                height: 0;
                border-bottom-color: #67b9e8;
                margin-top: 0;
            }

        .slider.slider-horizontal .slider-tick-label-container {
            white-space: nowrap;
            margin-top: 20px;
        }

            .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
                padding-top: 4px;
                display: inline-block;
                text-align: center;
            }

    .slider.slider-vertical {
        height: 210px;
        width: 20px;
    }

        .slider.slider-vertical .slider-track {
            width: 10px;
            height: 100%;
            margin-left: -5px;
            left: 50%;
            top: 0;
        }

        .slider.slider-vertical .slider-selection {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
        }

        .slider.slider-vertical .slider-track-low,
        .slider.slider-vertical .slider-track-high {
            width: 100%;
            left: 0;
            right: 0;
        }

        .slider.slider-vertical .slider-tick,
        .slider.slider-vertical .slider-handle {
            margin-left: -7px;
            margin-top: -10px;
        }

            .slider.slider-vertical .slider-tick.triangle,
            .slider.slider-vertical .slider-handle.triangle {
                border-width: 10px 0 10px 10px;
                width: 1px;
                height: 1px;
                border-left-color: #67b9e8;
                margin-left: 0;
            }

    .slider.slider-disabled .slider-handle {
        background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
        background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
    }

    .slider.slider-disabled .slider-track {
        background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
        background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
        cursor: not-allowed;
    }

    .slider input {
        display: none;
    }

    .slider .tooltip.top {
        margin-top: -36px;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

    .slider .hide {
        display: none;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    border-radius: 9px;
}

.slider-selection {
    background: #ddd;
    position: absolute;
    box-sizing: border-box;
    border-radius: 9px;
}

    .slider-selection.tick-slider-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    }

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: #ddd;
    box-sizing: border-box;
    border-radius: 9px;
}

.slider-handle {
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: #67b9e8;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

    .slider-tick.round {
        border-radius: 50%;
    }

    .slider-tick.triangle {
        background: transparent none;
    }

    .slider-tick.custom {
        background: transparent none;
    }

        .slider-tick.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

    .slider-tick.in-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
        opacity: 1;
    }

.wizard-tabs > .nav-tabs > li > a,
.wizard-tabs > .nav-tabs > li > a:hover,
.wizard-tabs > .nav-tabs > li > a:focus {
    border-color: transparent;
    border-style: solid;
    border-width: 2px 0 0;
    color: #67b9e8;
    padding: 10px 20px;
}

    .wizard-tabs > .nav-tabs > li > a small,
    .wizard-tabs > .nav-tabs > li > a:hover small,
    .wizard-tabs > .nav-tabs > li > a:focus small {
        color: #555555;
        display: block;
        font-size: 0.75em;
    }

.has-icons.wizard-tabs > .nav-tabs > li > a,
.has-icons.wizard-tabs > .nav-tabs > li > a:hover,
.has-icons.wizard-tabs > .nav-tabs > li > a:focus {
    padding: 5px;
}

.wizard-tabs > .nav-tabs > li.active > a,
.wizard-tabs > .nav-tabs > li.active > a:hover,
.wizard-tabs > .nav-tabs > li.active > a:focus {
    border-top: 2px solid #67b9e8;
    color: #05558e;
}

.wizard-tabs > .nav-tabs > li > a:hover,
.wizard-tabs > .nav-tabs > li > a:focus {
    color: #259ade;
}
/* content tweaks */
.wizard-tabs .tab-content {
    background-color: #fff;
    padding: 30px 20px 20px;
}

    .wizard-tabs .tab-content .bg-info {
        margin: 10px 0 20px;
        padding: 5px 10px;
    }

    .wizard-tabs .tab-content .please-use p {
        margin-bottom: 5px;
    }

    .wizard-tabs .tab-content .pager a {
        font-size: 1.25em;
    }

    .wizard-tabs .tab-content .emergency-contacts {
        margin-top: 15px;
    }

.wizard-tabs .nav-tabs > li > a > i {
    display: inline-block;
}

.wizard-tabs .nav-tabs > li > a > span {
    display: none;
}
/* Pager tweaks */
.pager.wizard .previous .btn-link-combo {
    margin-left: 0;
}

.pager.wizard a.btn-link-combo {
    border-width: 0;
    font-size: 18px;
    padding: 0 32px 0 0;
}

.pager.wizard .btn-link-combo-info {
    background-color: #93cdef;
}

.pager.wizard .btn-link-combo-success {
    background-color: #a2d3b2;
}

.pager.wizard .btn-link-combo-primary {
    background-color: #fdce62;
}

.pager.wizard .btn-link-combo-danger {
    background-color: #eb4666;
}

.pager.wizard .disabled > a.btn-link-combo-info:hover {
    background-color: #93cdef;
}
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .has-icons.wizard-tabs > .nav-tabs > li > a,
    .has-icons.wizard-tabs > .nav-tabs > li > a:hover,
    .has-icons.wizard-tabs > .nav-tabs > li > a:focus {
        padding: 10px;
    }

    .has-icons.wizard-tabs .nav-tabs > li > a > i {
        display: inline-block;
        font-size: 1.5em;
        line-height: 1.3em;
        height: 35px;
    }

    .has-icons.wizard-tabs .nav-tabs > li > a > span {
        display: none;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .has-icons.wizard-tabs > .nav-tabs > li > a,
    .has-icons.wizard-tabs > .nav-tabs > li > a:hover,
    .has-icons.wizard-tabs > .nav-tabs > li > a:focus {
        padding: 6px 10px 3px 10px;
    }

    .has-icons.wizard-tabs .nav-tabs > li.active > a > i {
        display: none;
    }

    .has-icons.wizard-tabs .nav-tabs > li > a > span {
        display: inline-block;
        height: 29px;
        padding-top: 3px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .has-icons.wizard-tabs > .nav-pills > li > a,
    .has-icons.wizard-tabs > .nav-pills > li > a:hover,
    .has-icons.wizard-tabs > .nav-pills > li > a:focus {
        padding: 6px 10px 3px 6px;
    }

    .has-icons.wizard-tabs .nav-tabs > li > a > i, .has-icons.wizard-tabs .nav-tabs > li.active > a > i {
        display: inline-block;
    }

    .has-icons.wizard-tabs .nav-tabs > li > a > span {
        display: inline-block;
        margin-left: 5px;
        height: auto;
    }
}

.container-loading {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 200px;
    right: 0;
    bottom: 0;
    z-index: 1010;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

    .container-loading > .container {
        background: #000;
        cursor: wait;
        margin-top: 125px;
        padding-left: 30px;
        padding-right: 30px;
        box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.75);
    }

.atlas-dots {
    display: block;
    height: 22px;
    margin: 20px 25px;
    width: 40px;
}

.atlas-message {
    margin: 22px 0;
}

    .atlas-message h4 {
        color: #fff;
    }

        .atlas-message h4 small {
            color: #86878c;
        }

@keyframes flash {
    from {
        background: #E50773;
    }

    to {
        background: #E50773;
    }
}

.atlas-dot {
    background: #E50773;
    height: 8px;
    width: 8px;
    border-radius: 12px;
    margin-right: 0;
    display: inline-block;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 1000ms;
}

    .atlas-dot:first-child {
        background: black;
    }

    .atlas-dot:nth-child(2) {
        animation-delay: 175ms;
    }

    .atlas-dot:nth-child(3) {
        animation-delay: 350ms;
    }

@media (min-width: 992px) {
    .container-loading > .container {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .container-loading {
        left: 60px;
    }

        .container-loading > .container {
            width: 690px;
        }
}

@media (max-width: 767px) {
    .container-loading {
        left: 51px;
    }

        .container-loading > .container {
            padding-left: 15px;
            padding-right: 15px;
            width: 400px;
        }

            .container-loading > .container .col-xs-10 {
                padding-left: 0;
            }

    .atlas-dots {
        margin-left: 0;
        margin-right: 0;
    }
}

.loader {
    cursor: wait;
    position: relative;
    display: block;
    width: 100%;
    height: 75px;
    margin-top: 38px;
}

    .loader h4 {
        color: #86878c;
        font-weight: normal;
        text-align: center;
        margin: 0;
    }
/* ooo, css circles*/
.dot {
    display: inline-block;
    position: relative;
    /* key up the animations! */
    -webkit-animation: dotloader 4s infinite;
    -moz-animation: dotloader 4s infinite;
    -ms-animation: dotloader 4s infinite;
    -o-animation: dotloader 4s infinite;
    animation: dotloader 4s infinite;
}

    .dot + .dot {
        margin-left: -25px;
        /* staggered effect cause by delay property */
        -webkit-animation: dotloader 4s 0.2s infinite;
        -moz-animation: dotloader 4s 0.2s infinite;
        -ms-animation: dotloader 4s 0.2s infinite;
        -o-animation: dotloader 4s 0.2s infinite;
        animation: dotloader 4s 0.2s infinite;
    }

        .dot + .dot + .dot {
            margin-left: -25px;
            -webkit-animation: dotloader 4s 0.4s infinite;
            -moz-animation: dotloader 4s 0.4s infinite;
            -ms-animation: dotloader 4s 0.4s infinite;
            -o-animation: dotloader 4s 0.4s infinite;
            animation: dotloader 4s 0.4s infinite;
        }
/* here be the animations matey! */
@keyframes

"dotloader" {
    0%, 20%

{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: #E50773;
}

30%,
70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: #E50773;
}

80%,
100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: #E50773;
}

}

@-moz-keyframes dotloader {
    0%, 20% {
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        left: 0%;
        background-color: #E50773;
    }

    30%, 70% {
        width: 8px;
        height: 8px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        left: 50%;
        background-color: #E50773;
    }

    80%, 100% {
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        left: 100%;
        background-color: #E50773;
    }
}

@-webkit-keyframes

"dotloader" {
    0%, 20%

{
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0%;
    background-color: #E50773;
}

30%,
70% {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(253, 198, 73, 0.5);
}

80%,
100% {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 100%;
    background-color: #E50773;
}

}
@-ms-keyframes

"dotloader" {
    0%, 20%

{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: #E50773;
}

30%,
70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(253, 198, 73, 0.5);
}

80%,
100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: #E50773;
}

}
@-o-keyframes

"dotloader" {
    0%, 20%

{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 0%;
    background-color: #E50773;
}

30%,
70% {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    left: 50%;
    background-color: rgba(253, 198, 73, 0.5);
}

80%,
100% {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    left: 100%;
    background-color: #E50773;
}

}

.section-header h3 {
    margin: 0;
}

.section-header .advice-header-content {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

    .section-header .advice-header-content .row {
        margin: 10px -15px 0;
    }

        .section-header .advice-header-content .row dl:last-of-type {
            margin-bottom: 0;
        }

        .section-header .advice-header-content .row dl dd {
            border: 1px solid #b7b7b7;
            margin-top: 5px;
            padding: 3px 6px;
        }

            .section-header .advice-header-content .row dl dd ul {
                margin-bottom: 0;
            }

    .section-header .advice-header-content .input-group-addon {
        padding: 0;
    }

        .section-header .advice-header-content .input-group-addon i {
            font-size: 170%;
        }

            .section-header .advice-header-content .input-group-addon i:before,
            .section-header .advice-header-content .input-group-addon i:before {
                margin: 0;
            }
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 0;
    border: 2px solid #67b9e8;
    background: #67b9e8;
    color: #fff;
    z-index: 1080;
}

    .tooltipster-default ul.list-inline {
        margin-bottom: 0;
    }

        .tooltipster-default ul.list-inline a {
            color: #fff;
            cursor: pointer;
            padding: 10px 5px;
        }

            .tooltipster-default ul.list-inline a:hover {
                color: #05558e;
            }
    /* Use this next selector to style things like font-size and line-height: */
    .tooltipster-default .tooltipster-content {
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 16px;
        padding: 8px 10px;
        overflow: hidden;
    }
    /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
    .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
        /* border-color: ... !important; */
    }
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}
/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

    .tooltipster-base .tooltipster-content {
        overflow: hidden;
    }
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .tooltipster-arrow span,
    .tooltipster-arrow-border {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    transform: scale(0, 0);
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    transform: scale(1, 1);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    transform: rotateZ(4deg);
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    transform: rotateZ(0deg);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    transition-property: top;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-fall.tooltipster-dying {
        transition-property: all;
        top: 0 !important;
        opacity: 0;
    }

.tooltipster-slide {
    left: -40px;
    transition-property: left;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-slide.tooltipster-dying {
        transition-property: all;
        left: 0 !important;
        opacity: 0;
    }
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    transform: scale(1.1, 1.1);
}

.edit-icon,
.copy-icon,
.delete-icon,
.archive-icon,
.icon-c {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 32px;
    text-align: center;
    vertical-align: inherit;
    width: 32px;
    line-height: 32px;
    text-decoration: none;
    border: none;
}

    .edit-icon i,
    .copy-icon i,
    .delete-icon i,
    .archive-icon i,
    .icon-c i {
        line-height: 32px;
        top: 0;
        width: 32px !important;
        display: table-cell;
        text-align: center;
    }

.edit-icon {
    background: #fdbe30;
    vertical-align: top;
}

.delete-icon {
    background: #e51941;
}

.file-icon {
    background: #67b9e8;
}

.ra-tabs .tab-content {
    background: #fff;
    padding: 30px 10px 20px;
}

.ra-tabs .nav-tabs > li.active > a,
.ra-tabs .nav-tabs > li.active > a:hover,
.ra-tabs .nav-tabs > li.active > a:focus {
    background: #fff;
    border-color: #67b9e8;
    border-width: 2px 0 0 0;
    color: #05558e;
}

.grid-c {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .grid-c li {
        float: left;
        list-style: outside none none;
        width: 25%;
    }

        .grid-c li .container-hazard {
            margin: 5px 20px;
            text-align: center;
        }

            .grid-c li .container-hazard .img-sec {
                height: 106px;
                width: 106px;
                margin: auto auto 5px auto;
            }

            .grid-c li .container-hazard img {
                max-width: 100%;
                max-height: 100%;
                margin-bottom: 5px;
                height: 128px;
                width: 128px;
            }

            .grid-c li .container-hazard .text {
                display: table-cell;
                font-size: 14px;
                height: 40px;
                line-height: normal;
                max-width: 100%;
                vertical-align: middle;
                width: 600px;
            }

            .grid-c li .container-hazard .icons-sec {
                overflow: hidden;
                display: inline-block;
            }

    .grid-c .icons-sec > a:hover,
    .grid-c .icons-sec > a:active {
        color: #fff;
        text-decoration: none;
    }

.ra-display a {
    background: #05558e;
    color: #fff;
    display: inline-block;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 28px;
    height: 28px;
}

.add-control a {
    color: #7fc395;
}

    .add-control a:hover {
        text-decoration: none;
    }

    .add-control a > .img-sec > i.fa {
        font-size: 5.5em;
        line-height: 1.5em;
    }

    .add-control a > .text {
        color: #67b9e8;
    }

    .add-control a:hover > .text,
    .add-control a:active > .text {
        color: #259ade;
        text-decoration: none;
    }

.ra-tabs .nav-tabs li {
    margin-bottom: -1px;
}

    .ra-tabs .nav-tabs li a {
        padding: 10px 10px 10px 6px;
    }

        .ra-tabs .nav-tabs li a span {
            display: inline-block;
        }

            .ra-tabs .nav-tabs li a span i {
                display: inline-block;
                font-size: 1.5em;
                line-height: 1.3em;
                height: 30px;
            }

            .ra-tabs .nav-tabs li a span.text {
                display: none;
            }

    .ra-tabs .nav-tabs li.active a span.text {
        display: inline-block;
        line-height: 1.3em;
        white-space: nowrap;
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.big-icons-sec {
    margin-top: 1em;
    text-align: center;
}

.icon-text-xl {
    color: #67b9e8;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
}

    .icon-text-xl .circle {
        background: #67b9e8;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 70px;
        height: 130px;
        overflow: hidden;
        text-align: center;
        width: 130px;
    }

        .icon-text-xl .circle i {
            line-height: 130px;
        }

    .icon-text-xl .text {
        display: block;
        text-align: center;
    }

.copy-icon-l .circle,
.edit-icon-l .circle {
    background: #fdbe30;
}

.delete-icon-l .circle {
    background: #e51941;
}

@media (min-width: 768px) {
    .grid-c li .container-hazard .text {
        display: block;
        height: 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .ra-tabs .nav-tabs li.active a span.text {
        max-width: 180px;
    }
}

@media (max-width: 767px) {
    .ra-tabs .nav-tabs li.active a span.text {
        display: none;
    }

    .ra-tabs .nav-tabs li a {
        padding: 10px 5px;
    }

        .ra-tabs .nav-tabs li a span i {
            display: inline-block;
            font-size: 1.4em;
            line-height: 1.2em;
            height: 25px;
        }
}

.media {
    margin-top: 30px;
}

    .media:hover .tools.list-inline {
        visibility: visible;
    }

    .media .tools.list-inline {
        position: absolute;
        right: 30px;
        top: auto;
        visibility: hidden;
    }

        .media .tools.list-inline li {
            padding-left: 0;
            padding-right: 0;
        }

            .media .tools.list-inline li button {
                margin-left: 0;
            }

    .media .media-heading {
        margin-bottom: 10px;
    }

        .media .media-heading cite {
            display: block;
            font-size: 70%;
        }

    .media .media-icon {
        background: #eeeeee;
        display: block;
        height: 56px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        width: 56px;
    }

        .media .media-icon i {
            font-size: 290%;
        }

            .media .media-icon i:before {
                margin-right: 0;
                margin-left: 0;
            }

.media-icon i[class~="fa"] {
    margin-top: 7px;
}

main {
    background: #eeeeee;
    min-height: 100%;
}

    main > .container,
    main > .container-fluid {
        padding: 30px;
    }

    main > .container {
        max-width: 1170px;
        position: relative;
        width: 100% !important;
    }

    main .content {
        background: #fff;
        padding: 10px 15px;
    }
    /*
main .breadcrumb-bar {
    height: 36px;
    margin-bottom: 20px;
}

main .breadcrumb {
    margin-right: 10px;
    padding-right: 0;
    position: absolute;
    right: 40px;
    left: 15px;
}

main .bars {
    position: absolute;
    background-color: #fff;
    width: 36px;
    right: 0;
    margin-right: 15px;
    a {
        display: block;
        padding: 8px 12px;
        text-align: center;
        width: 36px;
    }
}
*/
    main .section-header {
        margin-bottom: 20px;
    }

        main .section-header h2,
        main .section-header .h2 {
            font-size: 28px;
            margin: 1px 0;
        }

blockquote:last-of-type {
    margin-bottom: 0;
}

section + hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-header h2 a.btn-link-combo,
.section-header .h2 a.btn-link-combo {
    font-size: 14px;
    height: 28px;
    width: 28px;
    padding: 0 0 0;
    margin: 0 0 -5px;
}

    .section-header h2 a.btn-link-combo .icon,
    .section-header .h2 a.btn-link-combo .icon {
        font-size: 16px;
        width: 28px;
        height: 28px;
    }

.section-header h2 a[aria-expanded="true"].btn-link-combo,
.section-header .h2 a[aria-expanded="true"].btn-link-combo {
    background-color: #05558e;
}

    .section-header h2 a[aria-expanded="true"].btn-link-combo .icon,
    .section-header .h2 a[aria-expanded="true"].btn-link-combo .icon {
        background: #05558e;
    }

.section-header h2 > .btn-collection,
.section-header .h2 > .btn-collection {
    display: inline-block;
}

    .section-header h2 > .btn-collection .btn-dropdown,
    .section-header .h2 > .btn-collection .btn-dropdown {
        display: inline-block;
    }

.section-header .tooltip-inner {
    max-width: none !important;
}

.section-options .well h4,
.section-options .well .h4 {
    margin: 0 0 5px;
}

.information p:last-of-type {
    margin-bottom: 0;
}

.legends dl {
    background: #fff;
    padding: 10px 0;
}

.filters form {
    margin-bottom: 20px;
}

    .filters form .form-group {
        margin-bottom: 5px;
    }

.filter-by .col-sm-12 {
    margin-bottom: 5px;
}

    .filter-by .col-sm-12:last-of-type {
        margin-bottom: 10px;
    }

    .filter-by .col-sm-12 label {
        text-align: left !important;
    }

.transfer-to {
    margin-top: 20px;
}

    .transfer-to .form-group label {
        float: none;
        text-align: left !important;
    }

.grid-actions-panel {
    min-height: 32px;
    margin-bottom: 10px;
}

    .grid-actions-panel h3 {
        float: left;
        margin-top: 5px;
        font-size: 18px;
    }

div.bordered {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

    div.bordered table {
        margin-bottom: -1px;
    }

        div.bordered table thead th {
            text-align: center;
        }

        div.bordered table tbody td {
            text-align: center;
        }

#iconography .dl-horizontal > dt {
    width: 3em;
}

    #iconography .dl-horizontal > dt > i {
        font-size: 2em;
        line-height: 2em;
    }

#iconography .dl-horizontal dd {
    margin-left: 3.25em;
    line-height: 4em;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.version-info i {
    margin-top: 6px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

#case-config .list-inline {
    margin-bottom: 0;
}

    #case-config .list-inline label {
        margin-bottom: 0;
    }

@media print {
    div[class*='us-button-'] {
        display: none !important;
    }
}

#us_report_button.left {
    left: 30px !important;
}

main section,
main section > h2,
main section > h3 {
    padding-top: 75px;
    margin-top: -65px;
}

    main section > h1 {
        margin-top: 0;
    }

.nav-toc {
    position: fixed;
    right: 20px;
    width: 17.5%;
}

    .nav-toc .nav {
        width: 100%;
    }

        .nav-toc .nav ul {
            display: none;
            /* hide inactive nested list */
            list-style-type: none;
            padding-left: 0;
        }

        .nav-toc .nav > li > a {
            border-left: 2px solid transparent;
            padding: 5px 20px;
            font-size: 14px;
            font-weight: 400;
        }
        /* nested links */
        .nav-toc .nav ul > li > a {
            padding-top: 1px;
            padding-bottom: 1px;
            padding-left: 30px;
            font-size: 13px;
        }

        .nav-toc .nav ul > li > ul > li > a {
            padding-top: 2px;
            padding-bottom: 4px;
            padding-left: 40px;
            font-size: 12px;
        }
        /* active & hover links */
        .nav-toc .nav .active > a,
        .nav-toc .nav li > a:hover,
        .nav-toc .nav li > a:focus {
            color: #05558e;
            text-decoration: none;
            background-color: transparent;
            border-left-color: #05558e;
        }
        /* all active links */
        .nav-toc .nav > .active > a,
        .nav-toc .nav > .active:hover > a,
        .nav-toc .nav > .active:focus > a {
            font-weight: 700;
        }
        /* nested active links */
        .nav-toc .nav ul > .active > a,
        .nav-toc .nav ul > .active:hover > a,
        .nav-toc .nav ul > .active:focus > a {
            font-weight: 500;
        }
        /* show active nested list */
        .nav-toc .nav > .active > ul,
        .nav-toc .nav > .active > ul > .active > ul {
            display: block;
        }

.well p:last-of-type {
    margin-bottom: 0;
}

.jitbit-nav {
    padding: 0;
}

    .jitbit-nav .dropdown-menu {
        left: auto;
        right: 0;
        top: 40px;
    }

.fa-fw {
    width: 1.4em;
}

.fa-sm {
    font-size: 80% !important;
}

footer div[class*="col-"] {
    padding: 30px;
}

footer .vcard p {
    margin-bottom: 0;
}

footer .social-icon {
    display: inline-block;
    padding: 0 0 0 6px;
}

@media (max-width: 991px) {
    body.app {
        padding-left: 60px;
    }

    .filters .form-inline .form-control {
        display: block;
        width: 100%;
        vertical-align: middle;
    }

    footer .social-icon {
        padding: 0 0 0 3px;
    }
}

@media (min-width: 768px) {
    main > .container,
    main > .container-fluid {
        padding: 20px;
    }

    footer div[class*="col-"] {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    main > .container {
        width: 684px;
    }
}

@media (min-width: 992px) {
    main > .container {
        width: 775px;
    }
}

@media (min-width: 1200px) {
    main > .container {
        width: 1170px;
    }
}

@media (max-width: 767px) {
    body.app {
        padding-left: 50px;
    }

    main > .container,
    main > .container-fluid {
        padding: 20px;
    }
}

#divWidgetHolidays table > tbody > tr > td {
    padding: 8px;
}

#divDistributeOptions .multiselect-all {
    display: none;
}

.client-feedback-form {
    text-align: left;
    max-height: 500px;
    overflow-y: scroll;
}

.client-feedback-form input[type=radio] {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.client-feedback-form input[type=radio] + label {
    cursor: pointer;
    margin: 0px 25px 0px 5px
}

.client-feedback-form input[type=radio]:checked + label {
    opacity: .9;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    color: #ffffff;
    background-color: #3ba5e1;
    border-color: #32a1e0;    
}
.table.options-table{
    border: 1px #000 solid;
}
.options-table-parent {
    max-height: 200px;
    overflow-y: scroll;
}
.fa-redo:before {
    content: "\f01e"
}
.fa-undo:before {
    content: "\f0e2"
}
.scrollProducts{
    max-height: 400px;
    overflow-y: scroll;
}
.referral-type {
    margin : 0 1% !important;
}
.referraltype-helptext {
    margin: 1% !important;
    color: #67b9e8;
}