﻿* {
    font-family: 'Open Sans';
}


.thumbnailcolumn {
    float: left;
    width: 15%;
    padding: 10px;
    height: 150px; 
}

.contentcolumn {
    float: left;
    width: 65%;
    padding: 10px;
    padding: 10px;
    height: 150px; 
}

.commandcolumn {
    float: left;
    width: 20%;
    padding: 10px;
    border: 1px solid rgba(255, 0, 0, .5);
    border-radius: 4px;
    position: relative;
    height: 150px; 
}


.commandline {
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
}

.communicationsection {
    padding-bottom: 20px;
}


#commicon {
    width: auto;
    height: 25px;
    align-items: start;
    margin-right: auto;
    justify-content: start;
}
.commbox {
    width: 90%;
    border-radius: 4px;
    display: flex;
    align-items: start;
    justify-content: end;
    margin-right: auto;
}

#commsendbutton {
    background-color: white;
    border: solid;
    width: 80px;
    height: 30px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    text-align: center;
    color: #1f7bc4;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    padding-right: 10px;
    z-index: 0;
}


.toggles {
    bottom: 0px;
    position: relative;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.switch {
    vertical-align: middle;
    position: relative;
    width: 30px;
    height: 17px;
    bottom: 0px;
    margin-left: auto;
    order: 1;
}


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

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


    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: dodgerblue;
}

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

input:disabled + .slider {
    box-shadow: 0 0 1px #2196F3;
    opacity: 0.5;
}

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

.slider.round {
    border-radius: 17px;
}

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

.slide.round.disabled {
    opacity: 0.2;
}

.popup_content {
    border: 1px solid #444;
    background:grey;
}

.tab {
    overflow: hidden;
    background-color: white;
}

    .tab button {
        background-color: white;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
    }

    .tab h6:hover {
        color: dodgerblue;
    }

    .tab button.active {
        color: dodgerblue;
        background-color: white;
        padding-bottom: 20px;
    }


.targettabcontent {
    background-color: white;
    overflow: hidden;
    display: none;
    padding: 6px 12px;
    border-top: none;
    position: relative;
}

.grouptabcontent {
    background-color: white;
    overflow: hidden;
    display: none;
    padding: 6px 12px;
    border-top: none;
    position: relative;
}



.grouplaunchbutton {
    background-color: white;
    border: solid;
    width: 80px;
    height: 40px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    text-align: center;
    color: #1f7bc4;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

.grouplaunchbuttonactive {
    background-color: dodgerblue;
    border: solid;
    width: 80px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

.groupstartbutton {
    background-color: white;
    border: solid;
    width: 80px;
    height: 40px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    text-align: center;
    color: #1f7bc4;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

.groupstartbuttonactive {
    background-color: dodgerblue;
    border: solid;
    width: 80px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

.targetlaunchbutton {
    background-color: white;
    border: solid;
    width: 80px;
    height: 40px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    text-align: center;
    color: #1f7bc4;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

.targetlaunchbuttonactive {
    background-color: dodgerblue;
    border: solid;
    width: 80px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

.targetstartbutton {
    background-color: white;
    border: solid;
    width: 80px;
    height: 40px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    text-align: center;
    color: #1f7bc4;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

.targetstartbuttonactive {
    background-color: dodgerblue;
    border: solid;
    width: 80px;
    border-color: dodgerblue;
    border-radius: 4px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    order: 1;
}

#modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1);
    transition: 200ms ease-in-out;
    border: 1px solid black;
    border-radius: 10px;
    z-index: 10 !important;
    background-color: white;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    #modal.active {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        pointer-events: all;
    }

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5%;
}

    .modal-header .title {
        padding-top: 10px;
        padding-left: 10px;
        font-size: 1.25rem;
        font-weight: bold;
        vertical-align: text-bottom;
    }

    .modal-header .close-button {
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        font-size: 1.25rem;
        font-weight: bold;
    }

#modal-body {
    padding: 10px 15px;
    align-content: center;
}

#overlay {
    position: fixed;
    z-index: 9 !important;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
}

    #overlay.active {
        opacity: 1;
        pointer-events: none;
        z-index: 9 !important;
    }

.singleusercommandcolumn {
    float: left;
    width: 20%;
    padding: 10px;
    border: 1px solid rgba(255, 0, 0, .5);
    border-radius: 4px;
    position: relative;
    height: 150px;
}

#DisplayImg {

        transform: translate(50%, 0%) scale(1);
    width: 45%;
    height: auto;
    border: solid thin;
}

