/* This file is for your main application css. */

.box {
    display: inline-block;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 8px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 8px solid black;
}

.arrow-up:hover {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 8px solid #33cc33;
}

.arrow-down:hover {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 8px solid #33cc33;
}

.active-arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 8px solid rgba(51, 204, 51, 0.80);
}

.active-arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 8px solid rgba(51, 204, 51, 0.80);
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: rgb(51, 204, 50);
    opacity: 0.75;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: rgb(255, 255, 255);
    left: 20px;
}

.adjust-flex {
    margin-left: -4px;
}

.adjust-flex-2 {
    margin-left: -8px;
}

.mg-bot {
    margin-bottom: 5px;
}

.ninja {
    display: none !important;
}

.burger-container {
    display: relative;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}

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; /* Internet Explorer 5.5+ */
}

.comment-icon {
    font-size: 30px;
    padding-top: 5px !important;
    padding-left: 40px !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    color: #38a750;
}

#wide-modal {
    max-width: 800px;
}

#add-comment-button {
    cursor: pointer;
}

.filter-form {
    max-width: 134px;
}

#hide-filters {
    margin-left: 20px;
    margin-top: 20px;
    max-width: 150px;
}

#filters-buttons {
    margin-left: 20px;
}

.power-management {
    display: flex;
}

.test-buttons-container {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 750px) {
    .power-management {
        flex-direction: column;
        height: 300px;
    }

    .test-buttons-container {
        flex-direction: column;
    }
}

.power-object {
    width: 150px;
    display: flex;
    flex-direction: column;
}

@media (max-width:1280px) {
    table tr th:nth-child(4),
    .unnecessary1280{
        display:none;
    }
}

@media (max-width:860px) {
    table tr th:nth-child(7),
    .unnecessary860{
        display:none;
    }
}
