body {
    background-color: rgba(74, 121, 147, 0.89);
    background-image: radial-gradient(farthest-side ellipse at 10% 0, rgba(250, 246, 246, 0.89), rgba(237, 239, 239, 0.85) 80%, #C2C3C4 120%);
    background-image: -webkit-radial-gradient(10% 0, farthest-side ellipse, rgba(250, 246, 246, 0.89), rgba(237, 239, 239, 0.85) 80%, #C2C3C4 120%);
    background-image: -moz-radial-gradient(10% 0, farthest-side ellipse, rgba(250, 246, 246, 0.89), rgba(237, 239, 239, 0.85) 80%, #C2C3C4 120%);
    background-attachment: fixed, fixed;
}

footer {
    min-height: 50px;
}

h1 {
    margin-bottom: 0.7em;
    letter-spacing: -2px;
}

li + li.dropdown-header {
    margin-top: 10px;
}

.panel[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

/*a[href*="bolagsbedomning"]:visited {
    color: #609;
}*/

.panel .panel-heading .fa {
    color: #428bca;
    margin-right: 5px;
}

.text-white {
    color: #fff !important;
}
.text-black {
    color: #000 !important;
}

.stealth {
    opacity: 0.3;
}

/* Helpers */
.margin-bottom {
    margin-bottom: 15px;
}
.margin-top {
    margin-top: 15px;
}
.mr1 {
    margin-right: 5px;
}
.mr2 {
    margin-right: 10px;
}
.mr5 {
    margin-right: 15px;
}

.op1 {
    opacity: 1 !important;
}

.op06 {
    opacity: 0.6;
}

/* general */

th.sorted.ascending:after {
    content: "  \2191";
}

th.sorted.descending:after {
    content: " \2193";
}

.progress {
    height: 25px;
}
    .progress .progress-bar {
        font-size: 15px;
        line-height: 25px;
    }

[ng-click]{
    cursor: pointer;
}

table { font-size: 13px; }

table.sortable thead th:hover {
    cursor: pointer;
}

.modal-link-data {
    display: none;
}

.fullscreen {
    z-index: 1030; /* higher than navbar, lower than modal */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    padding-bottom: 50px;
}

.scrollable {
    overflow: scroll;
}
.scrollable.scrollable-admin-panel {
    max-height: 280px;
}

.alert a {
    color: inherit;
    text-decoration: underline;
}

/* header */
.jumbotron.white {
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 25px;
    border-radius: 4px;
    box-shadow: 0px 0px 40px #c5c4c4;
}

    .jumbotron h1 {
        margin-top: 0px;
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 0.2em;
    }
    .jumbotron p {
        font-size: 18px;
    }

.navbar.navbar-dark {
    background: rgb(33, 118, 167);
}

.index-header {
    position: relative;
    top: -21px;
    display: block;
}

section.hero {
    text-shadow: 1px 1px 5px #040603;
    color: #fff;
    text-align: center;
    margin-top: -19px;
    padding: 40px;
    background: url('/images/abstract-background.jpeg');
    background-size: cover;
    margin-bottom: 30px;
}
    section.hero.btn {
        text-shadow: none;
    }
    section.hero p.lead {
        font-size: 18px;
    }
    section.hero h1 {
        font-size: 44px;
        color: #fff;
    }

    section.hero.blue {
        background: #30A4E7;
        text-shadow: 1px 1px 5px #487C9A;
    }
        section.hero.blue h1 {
            margin-bottom: 5px;
        }
        section.hero.blue h1 .fa {
            background-color: rgba(0, 0, 0, 0.18);
            padding: 25px;
            border-radius: 100px;
            margin-bottom: 14px;
        }
        section.hero.blue a:not(.btn) {
            color: #fff;
            //font-weight: bold;
            text-decoration: underline;
        }

/* helpers */

.loading {
    position: relative;
}
    .loading:after {
        position: absolute;
        top: 0;
        left: 0;
        content: ' ';
        width: 100%;
        height: 100%;
        background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, 0.8);
        visibility: visible;
    }
.cursor {
    cursor: pointer;
}

/* Mobile styles */
.btn-mobile {
    width:100%;
}
@media (min-width: 768px) {
    h1 {
        word-wrap:break-word;
    }
    .btn-mobile {
        width: auto;
    }
}

/* Branch-sidorna */

.report-menu .fa
{
    margin-right:10px;
}

.report-menu .panel-body
{
    padding:0px;
}

.report-menu .panel-body table tr td
{
    padding-left: 15px;
    border-bottom: 1px solid #ecf0f1 !important;
}

.report-menu .panel-body .table
{
    margin-bottom: 0px;
}

.report-menu a
{
    text-decoration: none;
}

.report-menu .panel-heading span.fa {
    color: rgba(0, 0, 0, 0.3);
}


/* Timeline */


.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    right: 25px;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc( 100% - 75px );
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 12px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    right: 0px;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* Data tables */

div.ColVis {
    float: left;
    margin-bottom: 0px;
    margin-right: 25px;
}
ul.ColVis_collection {
    width: auto;
}

/* Data Grid */
.datagrid-filter input,
.datagrid-filter select {
    min-width: 150px;
}

.datagrid-column-name.active {
    color: #2176a7;
}
    .datagrid-column-name:hover {
        color: #2176a7;
    }

#clipboardController {
    padding: 15px;
    background-color: #c1574f;
    margin-top: -2px;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 1040;
    bottom: -1px;
    left: 0;
    right: 0;
}
    #clipboardController .help-block {
        color: rgba(255, 255, 255, 0.67);
    }
    #clipboardController a {
        color: #fff;
        text-decoration: underline;
    }


/* Header. Can be removed via remove .navbar-bisnis and put navbar-dark */
.navbar-bisnis + #bookmarkForm {
    margin-top: 20px;
}
.navbar-bisnis {
    background-color: #fff;
}

@media (max-width: 767px) {
    .navbar-bisnis .navbar-nav .open .dropdown-menu>li>a {
        color: #2a3e51;
    }
}

.navbar-bisnis .navbar-nav>li>a,
.navbar-bisnis .navbar-brand {
    color: #2a3e51;
}

.navbar-bisnis .container-fluid {
    border-top: 10px solid #2c97dd;
}

.navbar-bisnis .navbar-toggle .icon-bar {
    background-color: #2a3e51;
}

#top-menu .fa {
    width: 20px;
    margin-right: 3px;
    line-height: inherit;
    opacity: 0.6;
}

#top-menu.navbar-bisnis .dropdown.open .dropdown-toggle .fa {
    color: #fff;
}

#top-menu .dropdown-menu {
    min-width: 230px !important;
}

.nav-with-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
}

.nav-with-icon span:nth-child(1) {
    display: block;
    width: 25px !important;
}

.autocomplete-suggestions {
    margin-top: 3px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #2c3e50;
    border-radius: 4px;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #ECF0F1;
    border-radius: 4px;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #2176A7;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.panel-heading .accordion-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: left;
    color: grey;
    margin-right: 0.75rem;
    font-size: 12px;
}

.panel-heading .accordion-toggle.collapsed:before {
    content: "\e080";
}

.accordion-help {
    font-size: 14px;
    color: #777;
}

.filter-option-inner-inner {
    color: #fff;
}

#sniTree {
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-menu>li>span,
.dropdown-menu>li>small {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7b8a8b;
    white-space: nowrap
}

.btn.dropdown-toggle.selectpicker.btn-default {
    font-size: 13px;
    font-weight: 600;
    color: #acb6c0;
    background-color :#fff;
    border: 2px solid #dce4ec;
    border-radius: 0;
    padding: 6px 25px 6px 15px;
}

#form-wrapper button.selectpicker {
    padding: 11px 25px 10px 15px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: auto;
    margin: 0 auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-contextmenu hr {
    margin: 8px 0;
}

.highcharts-credits {
    display: none !important;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

.highcharts-color-0 { color: #1f77b4; }
.highcharts-color-1 { color: #d62728; }
.highcharts-color-2 { color: #111111; }
.highcharts-color-3 { color: #FFEB3B; }
.highcharts-color-4 { color: #8BC34A; }
.highcharts-color-5 { color: #9467bd; }
.highcharts-color-6 { color: #ff7f0e; }
.highcharts-color-7 { color: #8c564b; }
.highcharts-color-8 { color: #e377c2; }
.highcharts-color-9 { color: #bcbd22; }
.highcharts-color-10 { color: #17becf; }
.highcharts-color-11 { color: #393b79; }
.highcharts-color-12 { color: #637939; }
