body, html
{
    height: 100%;
}
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");


#body-row {
    margin-left:0;
    margin-right:0;
}
#sidebar-container {
    min-height: 100vh;
    background-color: #333;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 230px;
}
.sidebar-collapsed {
    width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    height: 45px;
    padding-left: 30px;
}
.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}
.sidebar-separator {
    background-color: #333;
    height: 25px;
}
.logo-separator {
    background-color: #333;
    height: 60px;
}

.datepicker-dropdown
{
    width: 250px !important;
}
/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
}

.list-group-item:hover {
    background-color: #0a0a0a !important;
}

.container-fluid {
    padding: 0 !important;
}

#left-menu {
    height: 100%;
}
#modal_video {
    max-height: 100% !important;
}

.menu-items-container li a:hover{
    color: #fff;
    text-decoration: none;
}

.menu-items-container li a {
    font-size: 17px;
    padding: 0 10px;
}

.menu-items-container li:hover {
    background-color: darkorange;
}

.menu-item-selected {
    background-color: #009688 !important;
}

.menu-item-selected:hover {
    background-color: #009688 !important;    
}

.btn:hover {
    color: #fff;
}

#applied-filters {
    font-size: 12px;
    font-family: monospace, monospace;
    
}

.deploy_table td {
    padding: 5px !important;
}

.deploy_table_value_td {
    width: 55%;
}

pre {
        white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word; 
}

.test_name {
    font-weight: bold;
}

.steps_to_reproduce {
    padding: 10px;
    border: 1px solid grey;
    background-color: #292929;
}

#time_to_video .timelaps {

    cursor: pointer;
    font-style: italic;
    color: #00bc8c;
}

#time_to_video .timelaps:hover {
    color: white;

}

#time_to_video {
    float: left; text-align: left; max-width: 45%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    border: 1px solid grey;
    background: #292929;
    padding: 10px;
}

.timelaps:before
{
    content:"[";
}
.timelaps:after
{
    content:"]: ";
}


.error_log {
    padding: 10px;
    border: 1px solid grey;
    background-color: #292929;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #383838;
    margin: 2em 0;
    padding: 0; 
}

#apply_dates {
    width: 100%;
}

a:hover {
    text-decoration: none !important;
    
}
.details_link {
    cursor: pointer !important;
}
.details_link_passed {
    text-align: center;
    padding: 2px 5px;
    border-radius: 3px;    
    display: block;
    min-width: 85px;
    color: lime;
    width: 160px;
    background-color: #016101;
    
}
.details_link_passed i, .details_link_failed i {
    
    /*position: relative; top: -2px;*/
}

.details_link_passed:hover {
    background-color: darkgreen !important;
    color: white;
}

.details_link_failed {
    text-align: center;
    padding: 2px 5px;
    border-radius: 3px;
    display: block;
    width: 160px;
    min-width: 85px;
    color: white;
    background-color: red;
}

.details_link_known {
    text-align: center;
    padding: 2px 5px;
    border-radius: 3px;
    display: block;
    width: 160px;
    min-width: 85px;
    color: orange;
    background-color: #5a2e00;
}

.details_link_failed:hover, .details_link_known:hover {
    background-color: darkred !important;
    color: white;
}

.card > .card-header  {
    cursor: pointer;
}
.glyphicon-plus {
    content: '<i class="fas fa-plus"></i>';
    background-color: red;
    display: inline-block;
    width: 10px  !important;
    height: 10px;
}
.web-reporting td:not(:first-child),
th:not(:first-child) {
    padding: 5px;
    width: 12%;
}

.web-reporting td, th {
    padding: 5px;
    width: 12%;
}

.web-reporting a {
    width: 75%;
}

.web-reporting a {
    width: 100%;
}

.web-reporting {
    width: 100%;
}

.disabled_res_link {
    cursor: default;
}

.expand_all {
    position: relative;
    top: -18px;
    border-bottom: 1px dotted white;
    cursor: pointer;
    user-select: none;
}

.list-group-item a:not(.details_link) {
    cursor: default !important;
}

.glyphicon-minus {
    
    background-color: green;
    display: inline-block;
    width: 10px !important;
    height: 10px;
}

.android-ga360 a {
    /*color: #fff !important;*/
}

