﻿/*Differences in Css Styles from the old Bootstrap V4.0.0 which was modified with the .Bootstrap class
to
the new Bootstrap v3.4.1 which added the .Bootstrap class in order to work.
*/

.bootstrap abbr[title] {
    border-bottom: 1px dotted;
}

.bootstrap body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.bootstrap a {
    color: #1061a4;
    text-decoration: none;
}

.bootstrap .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bootstrap hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.bootstrap .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.bootstrap .mark {
    padding: .2em;
    background-color: #fcf8e3;
}


.bootstrap .text-muted {
    color: #777;
}

.bootstrap .text-primary {
    color: #1061a4;
}

.bootstrap .bg-primary {
    color: #fff;
    background-color: #1061a4;
}

.bootstrap .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.bootstrap dt {
    font-weight: bold;
}

.bootstrap abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}


.bootstrap blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    .bootstrap blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

    .bootstrap .blockquote-reverse,
    .bootstrap blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

.bootstrap kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.bootstrap caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

.bootstrap .table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ffffff;
}

.bootstrap legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.bootstrap label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.bootstrap input[type="file"]:focus,
.bootstrap input[type="radio"]:focus,
.bootstrap input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bootstrap output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.bootstrap .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .bootstrap .form-control[disabled],
    .bootstrap .form-control[readonly],
    .bootstrap fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

.bootstrap input[type="search"] {
    -webkit-appearance: none;
}

.bootstrap .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.bootstrap .radio-inline,
.bootstrap .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.bootstrap input[type="radio"][disabled],
.bootstrap input[type="checkbox"][disabled],
.bootstrap input[type="radio"].disabled,
.bootstrap input[type="checkbox"].disabled,
.bootstrap fieldset[disabled] input[type="radio"],
.bootstrap fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.bootstrap .radio-inline.disabled,
.bootstrap .checkbox-inline.disabled,
.bootstrap fieldset[disabled] .radio-inline,
.bootstrap fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.bootstrap .radio.disabled label,
.bootstrap .checkbox.disabled label,
.bootstrap fieldset[disabled] .radio label,
.bootstrap fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.bootstrap .btn:focus,
.bootstrap .btn:active:focus,
.bootstrap .btn.active:focus,
.bootstrap .btn.focus,
.bootstrap .btn:active.focus,
.bootstrap .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.bootstrap .btn-default:active,
.bootstrap .btn-default.active,
.bootstrap .open > .dropdown-toggle.btn-default {
    background-image: none;
}

/* Dark */
.bootstrap .btn-dark {
    color: #fff;
    background-color: #4a4d50;
    border-color: #404346;
}

    .bootstrap .btn-dark:focus,
    .bootstrap .btn-dark.focus {
        color: #fff;
        background-color: #787a7b;
        border-color: #787a7b;
    }

    .bootstrap .btn-dark:hover {
        color: #fff;
        background-color: #787a7b;
        border-color: #787a7b;
    }

    .bootstrap .btn-dark:active,
    .bootstrap .btn-dark.active,
    .bootstrap .open > .dropdown-toggle.btn-dark {
        color: #fff;
        background-color: #4a4d50;
        border-color: #404346;
    }

        .bootstrap .btn-dark:active:hover,
        .bootstrap .btn-dark.active:hover,
        .bootstrap .open > .dropdown-toggle.btn-dark:hover,
        .bootstrap .btn-dark:active:focus,
        .bootstrap .btn-dark.active:focus,
        .bootstrap .open > .dropdown-toggle.btn-dark:focus,
        .bootstrap .btn-dark:active.focus,
        .bootstrap .btn-dark.active.focus,
        .bootstrap .open > .dropdown-toggle.btn-dark.focus {
            color: #fff;
            background-color: #787a7b;
            border-color: #787a7b;
        }

    .bootstrap .btn-dark:active,
    .bootstrap .btn-dark.active,
    .bootstrap .open > .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .bootstrap .btn-dark.disabled:hover,
    .bootstrap .btn-dark[disabled]:hover,
    .bootstrap fieldset[disabled] .btn-dark:hover,
    .bootstrap .btn-dark.disabled:focus,
    .bootstrap .btn-dark[disabled]:focus,
    .bootstrap fieldset[disabled] .btn-dark:focus,
    .bootstrap .btn-dark.disabled.focus,
    .bootstrap .btn-dark[disabled].focus,
    .bootstrap fieldset[disabled] .btn-dark.focus {
        background-color: #787a7b;
        border-color: #787a7b;
    }

    .bootstrap .btn-dark .badge {
        color: #4a4d50;
        background-color: #fff;
    }

/* Primary */
.bootstrap .btn-primary {
    color: #fff;
    background-color: #1061a4;
    border-color: #0b71c5;
}

    .bootstrap .btn-primary:active,
    .bootstrap .btn-primary.active,
    .bootstrap .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .bootstrap .btn-primary:active,
    .bootstrap .btn-primary.active,
    .bootstrap .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .bootstrap .btn-primary.disabled:hover,
    .bootstrap .btn-primary[disabled]:hover,
    .bootstrap fieldset[disabled] .btn-primary:hover,
    .bootstrap .btn-primary.disabled:focus,
    .bootstrap .btn-primary[disabled]:focus,
    .bootstrap fieldset[disabled] .btn-primary:focus,
    .bootstrap .btn-primary.disabled.focus,
    .bootstrap .btn-primary[disabled].focus,
    .bootstrap fieldset[disabled] .btn-primary.focus {
        background-color: #1061a4;
        border-color: #0b71c5;
    }

    .bootstrap .btn-primary .badge {
        color: #1061a4;
        background-color: #fff;
    }
/* Success */
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.bootstrap .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.bootstrap .btn-success.disabled:hover,
.bootstrap .btn-success[disabled]:hover,
.bootstrap fieldset[disabled] .btn-success:hover,
.bootstrap .btn-success.disabled:focus,
.bootstrap .btn-success[disabled]:focus,
.bootstrap fieldset[disabled] .btn-success:focus,
.bootstrap .btn-success.disabled.focus,
.bootstrap .btn-success[disabled].focus,
.bootstrap fieldset[disabled] .btn-success.focus {
    background-color: #9DC209;
    border-color: #8eaf09;
}

.bootstrap .btn-success .badge {
    color: #9DC209;
    background-color: #fff;
}

.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.bootstrap .open > .dropdown-toggle.btn-info {
    background-image: none;
}

.bootstrap .btn-warning {
    color: #fff;
    background-color: #ff9600;
    border-color: #ea9215;
}

    .bootstrap .btn-warning:active,
    .bootstrap .btn-warning.active,
    .bootstrap .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .bootstrap .btn-warning.disabled:hover,
    .bootstrap .btn-warning[disabled]:hover,
    .bootstrap fieldset[disabled] .btn-warning:hover,
    .bootstrap .btn-warning.disabled:focus,
    .bootstrap .btn-warning[disabled]:focus,
    .bootstrap fieldset[disabled] .btn-warning:focus,
    .bootstrap .btn-warning.disabled.focus,
    .bootstrap .btn-warning[disabled].focus,
    .bootstrap fieldset[disabled] .btn-warning.focus {
        background-color: #ff9600;
        border-color: #ea9215;
    }

    .bootstrap .btn-warning .badge {
        color: #ff9600;
        background-color: #fff;
    }

/****************************************/
.bootstrap .btn-flag {
    color: #fff;
    background-color: #909090;
    border-color: #847f7f;
}

    .bootstrap .btn-flag:focus,
    .bootstrap .btn-flag.focus {
        color: #fff;
        background-color: #909090;
        border-color: #6b6363;
    }

    .bootstrap .btn-flag:hover {
        color: #fff;
        background-color: #909090;
        border-color: #847f7f;
    }

    .bootstrap .btn-flag:active,
    .bootstrap .btn-flag.active,
    .bootstrap .open > .dropdown-toggle.btn-flag {
        color: #fff;
        background-color: #909090;
        border-color: #847f7f;
    }

        .bootstrap .btn-flag:active:hover,
        .bootstrap .btn-flag.active:hover,
        .bootstrap .open > .dropdown-toggle.btn-flag:hover,
        .bootstrap .btn-flag:active:focus,
        .bootstrap .btn-flag.active:focus,
        .bootstrap .open > .dropdown-toggle.btn-flag:focus,
        .bootstrap .btn-flag:active.focus,
        .bootstrap .btn-flag.active.focus,
        .bootstrap .open > .dropdown-toggle.btn-flag.focus {
            color: #fff;
            background-color: #909090;
            border-color: #6b6363;
        }

    .bootstrap .btn-flag:active,
    .bootstrap .btn-flag.active,
    .bootstrap .open > .dropdown-toggle.btn-flag {
        background-image: none;
    }

    .bootstrap .btn-flag.disabled:hover,
    .bootstrap .btn-flag[disabled]:hover,
    .bootstrap fieldset[disabled] .btn-flag:hover,
    .bootstrap .btn-flag.disabled:focus,
    .bootstrap .btn-flag[disabled]:focus,
    .bootstrap fieldset[disabled] .btn-flag:focus,
    .bootstrap .btn-flag.disabled.focus,
    .bootstrap .btn-flag[disabled].focus,
    .bootstrap fieldset[disabled] .btn-flag.focus {
        background-color: #909090;
        border-color: #847f7f;
    }

    .bootstrap .btn-flag .badge {
        color: #909090;
        background-color: #fff;
    }
/****************************************/

.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.bootstrap .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.bootstrap .btn-danger.disabled:hover,
.bootstrap .btn-danger[disabled]:hover,
.bootstrap fieldset[disabled] .btn-danger:hover,
.bootstrap .btn-danger.disabled:focus,
.bootstrap .btn-danger[disabled]:focus,
.bootstrap fieldset[disabled] .btn-danger:focus,
.bootstrap .btn-danger.disabled.focus,
.bootstrap .btn-danger[disabled].focus,
.bootstrap fieldset[disabled] .btn-danger.focus {
    background-color: #ea1c16;
    border-color: #b60f09;
}

.bootstrap .btn-danger .badge {
    color: #ea1c16;
    background-color: #fff;
}

.bootstrap .btn-link {
    font-weight: normal;
    color: #1061a4;
    border-radius: 0;
}

    .bootstrap .btn-link[disabled]:hover,
    .bootstrap fieldset[disabled] .btn-link:hover,
    .bootstrap .btn-link[disabled]:focus,
    .bootstrap fieldset[disabled] .btn-link:focus {
        color: #777;
        text-decoration: none;
    }

.bootstrap .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .bootstrap .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .bootstrap .dropdown-menu > .active > a,
    .bootstrap .dropdown-menu > .active > a:hover,
    .bootstrap .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1061a4;
        outline: 0;
    }

    .bootstrap .dropdown-menu > .disabled > a,
    .bootstrap .dropdown-menu > .disabled > a:hover,
    .bootstrap .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

.bootstrap .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.bootstrap .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.bootstrap .nav > li > a:hover,
.bootstrap .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.bootstrap .nav > li.disabled > a {
    color: #777;
}

    .bootstrap .nav > li.disabled > a:hover,
    .bootstrap .nav > li.disabled > a:focus {
        color: #777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
    }

.bootstrap .nav .open > a,
.bootstrap .nav .open > a:hover,
.bootstrap .nav .open > a:focus {
    background-color: #eee;
    border-color: #1061a4;
}

.bootstrap .nav-pills > li.active > a,
.bootstrap .nav-pills > li.active > a:hover,
.bootstrap .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1061a4;
}

.bootstrap .navbar-fixed-top .navbar-collapse,
.bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .bootstrap .navbar-fixed-top,
    .bootstrap .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.bootstrap .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.bootstrap .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.bootstrap .navbar-default .navbar-toggle {
    border-color: #ddd;
}

    .bootstrap .navbar-default .navbar-toggle:hover,
    .bootstrap .navbar-default .navbar-toggle:focus {
        background-color: #ddd;
    }

    .bootstrap .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

.bootstrap .navbar-default .navbar-collapse,
.bootstrap .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.bootstrap .navbar-inverse .navbar-toggle {
    border-color: #333;
}

    .bootstrap .navbar-inverse .navbar-toggle:hover,
    .bootstrap .navbar-inverse .navbar-toggle:focus {
        background-color: #333;
    }

    .bootstrap .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.bootstrap .navbar-inverse .navbar-collapse,
.bootstrap .navbar-inverse .navbar-form {
    border-color: #101010;
}

.bootstrap .breadcrumb > .active {
    color: #777;
}

.bootstrap .pagination > li > a,
.bootstrap .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1061a4;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .bootstrap .pagination > li > a:hover,
    .bootstrap .pagination > li > span:hover,
    .bootstrap .pagination > li > a:focus,
    .bootstrap .pagination > li > span:focus {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

.bootstrap .pagination > .active > a,
.bootstrap .pagination > .active > span,
.bootstrap .pagination > .active > a:hover,
.bootstrap .pagination > .active > span:hover,
.bootstrap .pagination > .active > a:focus,
.bootstrap .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0f60a3;
    border-color: #0f60a3;
}

.bootstrap .pagination > .disabled > span,
.bootstrap .pagination > .disabled > span:hover,
.bootstrap .pagination > .disabled > span:focus,
.bootstrap .pagination > .disabled > a,
.bootstrap .pagination > .disabled > a:hover,
.bootstrap .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.bootstrap .pager li > a:hover,
.bootstrap .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.bootstrap .pager .disabled > a,
.bootstrap .pager .disabled > a:hover,
.bootstrap .pager .disabled > a:focus,
.bootstrap .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.bootstrap .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.bootstrap .label-default {
    background-color: #777;
}

/*Dark */
.bootstrap .label-dark {
    background-color: #4a4d50;
}

    .bootstrap .label-dark[href]:hover,
    .bootstrap .label-dark[href]:focus {
        background-color: #4a4d50;
    }
/*Primary */
.bootstrap .label-primary {
    background-color: #1061a4;
}

.bootstrap .label-success {
    background-color: #9DC209;
}

.bootstrap .label-warning {
    background-color: #ff9600;
}

.bootstrap .label-danger {
    background-color: #dd110a;
}

.bootstrap .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.bootstrap .list-group-item.active > .badge,
.bootstrap .nav-pills > .active > a > .badge {
    color: #1061a4;
    background-color: #fff;
}

.bootstrap .jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.bootstrap a.thumbnail:hover,
.bootstrap a.thumbnail:focus,
.bootstrap a.thumbnail.active {
    border-color: #1061a4;
}

.bootstrap .thumbnail .caption {
    padding: 9px;
    color: #333;
}

.bootstrap .progress-bar-success {
    background-color: #9DC209;
}

.bootstrap .progress-bar-warning {
    background-color: #ff9600;
}

.bootstrap .progress-bar-danger {
    background-color: #ea1c16;
}

.bootstrap .list-group-item.disabled,
.bootstrap .list-group-item.disabled:hover,
.bootstrap .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .bootstrap .list-group-item.disabled .list-group-item-heading,
    .bootstrap .list-group-item.disabled:hover .list-group-item-heading,
    .bootstrap .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .bootstrap .list-group-item.disabled .list-group-item-text,
    .bootstrap .list-group-item.disabled:hover .list-group-item-text,
    .bootstrap .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.bootstrap .list-group-item.active,
.bootstrap .list-group-item.active:hover,
.bootstrap .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1061a4;
    border-color: #1061a4;
}

    .bootstrap .list-group-item.active .list-group-item-heading,
    .bootstrap .list-group-item.active:hover .list-group-item-heading,
    .bootstrap .list-group-item.active:focus .list-group-item-heading,
    .bootstrap .list-group-item.active .list-group-item-heading > small,
    .bootstrap .list-group-item.active:hover .list-group-item-heading > small,
    .bootstrap .list-group-item.active:focus .list-group-item-heading > small,
    .bootstrap .list-group-item.active .list-group-item-heading > .small,
    .bootstrap .list-group-item.active:hover .list-group-item-heading > .small,
    .bootstrap .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .bootstrap .list-group-item.active .list-group-item-text,
    .bootstrap .list-group-item.active:hover .list-group-item-text,
    .bootstrap .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.bootstrap .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

    .bootstrap .panel-default > .panel-heading .badge {
        color: #f5f5f5;
        background-color: #333;
    }

/* Dark */
.bootstrap .panel-dark {
    border-color: #404346;
}

    .bootstrap .panel-dark > .panel-heading {
        color: #fff;
        background-color: #4a4d50;
        border-color: #404346;
    }

        .bootstrap .panel-dark > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #404346;
        }

        .bootstrap .panel-dark > .panel-heading .badge {
            color: #4a4d50;
            background-color: #fff;
        }

    .bootstrap .panel-dark > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #404346;
    }
/* Primary */
.bootstrap .panel-primary {
    border-color: #1061a4;
}

    .bootstrap .panel-primary > .panel-heading {
        color: #fff;
        background-color: #1061a4;
        border-color: #1061a4;
    }

        .bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #1061a4;
        }

        .bootstrap .panel-primary > .panel-heading .badge {
            color: #1061a4;
            background-color: #fff;
        }

    .bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #1061a4;
    }

.bootstrap .tooltip {
    position: absolute !important;
    z-index: 1070 !important;
    display: block !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    text-align: left !important;
    text-align: start !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-break: normal !important;
    word-spacing: normal !important;
    word-wrap: normal !important;
    white-space: normal !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
    line-break: auto !important;
}

    .bootstrap .tooltip.in {
        filter: alpha(opacity=90) !important;
        opacity: .9 !important;
    }

    .bootstrap .tooltip.top {
        padding: 5px 0 !important;
        margin-top: -3px !important;
    }

    .bootstrap .tooltip.right {
        padding: 0 5px !important;
        margin-left: 3px !important;
    }

    .bootstrap .tooltip.bottom {
        padding: 5px 0 !important;
        margin-top: 3px !important;
    }

    .bootstrap .tooltip.left {
        padding: 0 5px !important;
        margin-left: -3px !important;
    }

.bootstrap .tooltip-inner {
    max-width: 200px !important;
    padding: 3px 8px !important;
    color: #fff !important;
    text-align: center !important;
    background-color: #000 !important;
    border-radius: 4px !important;
}

.bootstrap .tooltip-arrow {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    border-color: transparent !important;
    border-style: solid !important;
}

.bootstrap .tooltip.top .tooltip-arrow {
    bottom: 0 !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px 5px 0 !important;
    border-top-color: #000 !important;
}

.bootstrap .tooltip.top-left .tooltip-arrow {
    right: 5px !important;
    bottom: 0 !important;
    margin-bottom: -5px !important;
    border-width: 5px 5px 0 !important;
    border-top-color: #000 !important;
}

.bootstrap .tooltip.top-right .tooltip-arrow {
    bottom: 0 !important;
    left: 5px !important;
    margin-bottom: -5px !important;
    border-width: 5px 5px 0 !important;
    border-top-color: #000 !important;
}

.bootstrap .tooltip.right .tooltip-arrow {
    top: 50% !important;
    left: 0 !important;
    margin-top: -5px !important;
    border-width: 5px 5px 5px 0 !important;
    border-right-color: #000 !important;
}

.bootstrap .tooltip.left .tooltip-arrow {
    top: 50% !important;
    right: 0 !important;
    margin-top: -5px !important;
    border-width: 5px 0 5px 5px !important;
    border-left-color: #000 !important;
}

.bootstrap .tooltip.bottom .tooltip-arrow {
    top: 0 !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 0 5px 5px !important;
    border-bottom-color: #000 !important;
}

.bootstrap .tooltip.bottom-left .tooltip-arrow {
    top: 0 !important;
    right: 5px !important;
    margin-top: -5px !important;
    border-width: 0 5px 5px !important;
    border-bottom-color: #000 !important;
}

.bootstrap .tooltip.bottom-right .tooltip-arrow {
    top: 0 !important;
    left: 5px !important;
    margin-top: -5px !important;
    border-width: 0 5px 5px !important;
    border-bottom-color: #000 !important;
}

.bootstrap .popover {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1060 !important;
    display: none !important;
    max-width: 276px !important;
    padding: 1px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1.42857143 !important;
    text-align: left !important;
    text-align: start !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    word-break: normal !important;
    word-spacing: normal !important;
    word-wrap: normal !important;
    white-space: normal !important;
    background-color: #fff !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border: 1px solid #ccc !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    line-break: auto !important;
}

    .bootstrap .popover.top {
        margin-top: -10px !important;
    }

    .bootstrap .popover.right {
        margin-left: 10px !important;
    }

    .bootstrap .popover.bottom {
        margin-top: 10px !important;
    }

    .bootstrap .popover.left {
        margin-left: -10px !important;
    }

.bootstrap .popover-title {
    padding: 8px 14px !important;
    margin: 0 !important;
    font-size: 14px !important;
    background-color: #f7f7f7 !important;
    border-bottom: 1px solid #ebebeb !important;
    border-radius: 5px 5px 0 0 !important;
}

.bootstrap .popover-content {
    padding: 9px 14px !important;
    background: #5789c6 !important;
    color: #FFF !important;
}

.bootstrap .popover > .arrow,
.bootstrap .popover > .arrow:after {
    position: absolute !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    border-color: transparent !important;
    border-style: solid !important;
}

.bootstrap .popover > .arrow {
    border-width: 11px !important;
}

    .bootstrap .popover > .arrow:after {
        content: "" !important;
        border-width: 10px !important;
    }

.bootstrap .popover.top > .arrow {
    bottom: -11px !important;
    left: 50% !important;
    margin-left: -11px !important;
    border-top-color: #999 !important;
    border-top-color: rgba(0, 0, 0, 0.25) !important;
    border-bottom-width: 0 !important;
}

    .bootstrap .popover.top > .arrow:after {
        bottom: 1px !important;
        margin-left: -10px !important;
        content: " " !important;
        border-top-color: #fff !important;
        border-bottom-width: 0 !important;
    }

.bootstrap .popover.right > .arrow {
    top: 50% !important;
    left: -11px !important;
    margin-top: -11px !important;
    border-right-color: #999 !important;
    border-right-color: rgba(0, 0, 0, 0.25) !important;
    border-left-width: 0 !important;
}

    .bootstrap .popover.right > .arrow:after {
        bottom: -10px !important;
        left: 1px !important;
        content: " " !important;
        border-right-color: #fff !important;
        border-left-width: 0 !important;
    }

.bootstrap .popover.bottom > .arrow {
    top: -11px !important;
    left: 50% !important;
    margin-left: -11px !important;
    border-top-width: 0 !important;
    border-bottom-color: #999 !important;
    border-bottom-color: rgba(0, 0, 0, 0.25) !important;
}

    .bootstrap .popover.bottom > .arrow:after {
        top: 1px !important;
        margin-left: -10px !important;
        content: " " !important;
        border-top-width: 0 !important;
        border-bottom-color: #fff !important;
    }

.bootstrap .popover.left > .arrow {
    top: 50% !important;
    right: -11px !important;
    margin-top: -11px !important;
    border-right-width: 0 !important;
    border-left-color: #999 !important;
    border-left-color: rgba(0, 0, 0, 0.25) !important;
}

    .bootstrap .popover.left > .arrow:after {
        right: 1px !important;
        bottom: -10px !important;
        content: " " !important;
        border-right-width: 0 !important;
        border-left-color: #fff !important;
    }
