/* WITH LINES AND ARROWS */

body {
    font-family: Arimo,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 0;
}
a:focus, a:hover {
    color: #008902;
    text-decoration: none;
}

.api-report {
    background-color: white;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 48px;
}

@media only screen and (max-width: 480px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 30px;
    }
}

.h3, h3 {
    font-size: 18px;
}

ul.nav-tabs {
    display: none;
}

td > .label {
    display: inline-block;
    margin-right: 0.5rem;
}

.label {
    padding: 5px 7px;
    border-radius: 2px;
}
.label-danger { background-color: #de341f; }
.label-warning { background-color: #fdbd37; color: #4a4a4a; }
.label-success { background-color: #008902; }
.label-info { background-color: #0072bc; }

.jumbotron {
    padding: 40px 30px 30px 30px;
    background-color: transparent;
    margin-bottom: 0;
}
.jumbotron .label {
    padding: 6px 12px;
    font-size: 15px;
}
@media screen and (min-width: 768px) {
    .container .jumbotron, .container-fluid .jumbotron {
        padding: 40px 30px 30px 30px;
    }
}
.tab-content {
    padding: 0 30px 30px 30px;
}

.panel-group .panel {
    background-color: white;
    border-bottom: 2px solid #eceff1;
    border-radius: 5px;
    box-shadow: none;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-api > .panel-heading {
    padding: 16px 20px 16px 40px;
    background-color: transparent;
    color: #4a4a4a;
}
.panel-title {
    position: relative;
    font-weight: 400;
}
.panel-title a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -13px;
    margin-left: -7px;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #b3b3b3;
    transition: transform 0.3s;
}
.panel-title a:hover:before {
    border-color: transparent transparent transparent #9fd193;
}
.panel-title a[aria-expanded="true"]:before {
    -webkit-transform: rotate(90deg) translateX(1px);
    -moz-transform: rotate(90deg) translateX(1px);
    -ms-transform: rotate(90deg) translateX(1px);
    transform: rotate(90deg) translateX(1px);
}
.panel-title .label {
    position: absolute;
    top: -2px;
    right: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.panel-body {
    padding: 3px 20px 30px 20px;
}
.table {
    margin-bottom: 0;
}
.table-bordered {
    border: 0;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 8px 21px;
    background-color: #F6F7F8;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: solid #eceff1;
    border-width: 0 0 2px 0;
}
td > .label {
    font-size: 12px;
    color: #4a4a4a;
}
td > .label-danger { background-color: rgba(207, 67, 46, 0.3); }
td > .label-warning { background-color: rgba(253, 189, 55, 0.4); }
td > .label-success { background-color: rgba(0, 137, 2, 0.3); }
td > .label-info { background-color: rgba(0,114,188,0.3); }