@import url("./modal.css");

a {
    color: #4990e2;
}

a:hover {
    color: #67acfc;
    text-decoration: none !important;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
/* Bootstrap overrides */

.btn-success,
.btn-success:focus
 {
    color: #fff;
    background-color: #23af44;
    border-color: #23af44;
}

.btn-success:hover,
.btn-success:active
 {
    color: #fff;
    background-color: #1f9b3c;
    border-color: #1f9b3c;
}

.btn-warning:focus {
    color: #fff;
    background-color: #F39C12;
    border-color: #F39C12;
}

.btn-danger:focus {
    color: #fff;
    background-color: #E74C3C;
    border-color: #E74C3C;
}

.btn-info.disabled, .btn-info:disabled {
    color: rgb(255, 255, 255);
    background-color: rgb(180, 180, 180);
    border-color: rgb(180, 180, 180);
}

/* Scout Suite */

.item-margin {
    margin-left: 25px;
}
.no-margin {
    margin-left: -25px !important;
}

.finding-title {
    font-size: 14px !important;
}
.finding-badge {
    margin-bottom: 1px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 100%;
}

.finding-badge-good:before { 
    content: '\f058';
    color: #23af44; 
}

.finding-badge-warning:before { 
    content: '\f06a';
    color: #fdbe00; 
}

.finding-badge-danger:before { 
    content: '\f06a';
    color:#ee293d; 
}

.finding-badge-unknown:before {  
    content: '\f111';
    color: rgb(225, 225, 225);
}

.finding-good { color: #23af44; }
.finding-warning { color: #fdbe00; }
.finding-danger { color:#ee293d; 
                  font-weight: bold;}

ul.no-bullet {
    list-style-type: none;
}
.list-sub-element {
    border: 0 !important;
    padding-left: 25px;
}

.list-group-item > .list-group-item {
    background: transparent;
}

.active-dropdown {
    color: #428bca;
}

.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1337;
    opacity: 0.5;
    display: none;
}
.overlay {
    position: fixed;
    top: 40%;
    left: 40%;
    max-height: 80%;
    background-color: white;
    z-index: 7331;
    overflow: auto;
    margin-left: -200px;
    margin-top: -200px;
    display: none;
    border-radius: 5px;
}

.plain-link a:link,
.plain-link a:visited,
.plain-link a:active {
    color: black;
    text-decoration: none;
}

.plain-link a:hover {
    text-decoration: underline;
}

.disabled-link a:link,
.disabled-link a:active,
.disabled-link a:visited,
.disabled-link a:hover {
    color: rgb(173, 173, 173);
    pointer-events: none;
    cursor: default;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #bbcdce;
}

.rationale-overlay {
    z-index: 2147483647;
    display: block;
    position: fixed;
    width: 20%;
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 14px;
    line-height: 1em;
  }

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 2px;
    bottom: 2px;
    background-color: white;
}

input:checked + .slider {
    background-color: #428bca;
}

input:focus + .slider {
    box-shadow: 0 0 1px 1px #428bca;
}

input:checked + .slider:before {
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

.slider.round {
    border-radius: 14px;
    top: 2px;
    bottom: -2px;
}

.slider.round:before {
    border-radius: 50%;
}

.sub-navbar {
    position: inherit;
    float: bottom;
    margin-top: 3rem;
    width: 100%;
    left: 0rem;
    right: 0rem;
    top: 0rem;
    padding-top: 2rem;
    padding-left: 8rem;
    align-content: stretch;
    z-index: -1;
}

.pr-0 {
    padding-right: 0rem;
}

.text-overflow {
    word-wrap: break-word;
}

.std-size {
    font-size: 18px;
}

.finding {
    position: relative;
}

.finding:before {
    color: #FFF;
    content: "\f068"; /* Fontawesome '+' */
    left:5px;
    position:absolute;
    top:0;
}


.collapsed.finding:before {
    color: #FFF;
    content: "\f067"; /* Fontawesome '-' */
    left:5px;
    position:absolute;
    top:0;
}

#last_run {
    width: 100%;
}

.list-group {
    margin-bottom: 1em;
}

#double-column-left .list-group {
    margin: 3px 0;
}

#double-column-left .active a,
#double-column-left .active .fa {
    color: #FFF !important;
}

#double-column-left .active .fa:hover {
    color: #c41230 !important;
}

.finding-learn-more i {
    font-size: 0.8em;
}

.finding_items {
    font-size: 18px;
}

.list-group-item {
    overflow: auto;
    background: rgba(0,0,0,.05);
}

.list-group-item.list-group-item {
    background: transparent;
}

.list-group-item.active {
    border: 0;
    background: #414042; 
}

.bucket-name {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 150px;
}
.bucket-name:hover {
    cursor: pointer;
}

.table-padding > * {
    padding: 10px;
}

@media only screen and (max-width: 1200px) {
    #container-user {
        margin-top: 5rem !important;
    }
}

/* ------------------ Oliver CSS -------------------- */

#account_id {
    font-weight: bold;
}

#account_id .fa-cloud {
    color: black;
    margin-right: 5px;
}

#account_id .fa-chevron-right {
    margin-left: 5px; 
    margin-right: 5px;
}

.navbar { 
    background: #414042 !important;
    border-bottom: 10px solid #c41230;
}

.card-body {
    margin-bottom: -1px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    font-size: 14px;
}

.card-body:nth-of-type(even) {
    background-color: #f7f7f7;
}

.card-header-dark {
    background-color: #414042 !important;
    color: #fff !important;
    font-size: 16px !important;
}

.card-body:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.dropdown-item {
    line-height: 2;
    font-size: 14px;
    height: 2.5rem;
    border-radius: unset !important;
}

.dropdown-item:hover {
    background: transparent;
    color: black;
    border-left: 10px solid #c41230 ;
    -webkit-transition: border 0.2s ease-in-out; /* Safari */
    transition: border 0.2s ease-in-out;
}

.findings-filter {
    padding: 0;
}

#section_title-h2 {
    font-weight: bolder;
}

.show { 
    border-bottom: 1px solid #d8d5d5;
}
.fa-download:before {
    padding-right: 6px !important;
}

.col-sm-9.w-100.pr-0 div .list-group .list-group-item {
    overflow: unset;
}

.col-sm-9.w-100.pr-0 div .list-group .list-group-item {
    overflow: auto;
    max-height: 40rem;
}

.table-striped tbody tr:first-of-type td {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #414042 ;
} 

 ::-webkit-scrollbar {
   background: transparent;
   padding: 2px;
}

::-webkit-scrollbar-corner {
    background: transparent;
  }

::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.dropdown-header {
    background: #f0f0f0b2;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.dropdown-menu li span {
    padding: 0.25rem 1.5rem;
    padding-right: 0;
}

.finding_items {
    color: black !important;
}

/* added scroll bar to filters as they were going off the page */
#filters\.list {
    overflow-x: auto;
    max-height: 90vh;
}

footer a { 
    color: #c41230;
}

footer a:hover { 
    color: #ee173a;
}

.code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
    white-space: pre-line;
}