
.hidden {
    display: none;
}

.loader {
    margin: 20px auto;
    font-size: 2px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.denied {
    background-color: #f2f2f2
}

.image-upload img {
    cursor: pointer;
}

.image-upload > input {
    display: none;
}

#segment_slider .slider-selection {
    background: #BABABA;
}

.segment-slider-form {
    background: #ffffff;
}

.segment-slider-form span {
    margin-left: 10px !important;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.log-details {
    max-height: 50px;
    overflow: hidden;
    cursor: row-resize;
}

.custom-fluid {
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 160px;
    border-radius: 6px;
    border-right: 2px solid #d1d3d3;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.topbar {
    margin-top: -15px;
    padding-top: 15px;
    background-color: #f1f1f1;
    border-radius: 6px;
    border-bottom: 2px solid #d1d3d3;
    position: fixed;
    width: 95%;
    z-index: 777;
}

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    .topbar {
        width: auto;
        height: 100%;
        position: relative;
    }
}

.nav-inspectoapollo > li.active {
    background: #f1f1f1;
}

/*.instoapollo-report-in-progress {*/
/*    background-color: #CA762880 !important;*/
/*    pointer-events: none;*/
/*    cursor: default;*/
/*}*/

a:hover {
 cursor:pointer;
}

.dropdown-menu {
    width: inherit;
}

.dropdown-toggle {
    max-width: 1000px;
}

.td-limited-min {
    min-width: 50px;
    width: 0%;
}

.td-unlimited-min {
    width: 0%;
}