﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.btn-logout {
    text-decoration: none;
    color: #999;
    border: none;
}

    .btn-logout:hover {
        color: #11a9cc;
    }


tr.orange-border td {
    border-bottom: 2px solid #CC6600 !important;
}

tr.yellow-border td {
    border-bottom: 2px solid #ffce55 !important;
}

tr.green-border td {
    border-bottom: 2px solid #a0d468 !important;
}

tr.blue-border td {
    border-bottom: 2px solid #5db2ff !important;
}

#results {
    border: 2px solid #8cc474;
    background-color: transparent;
    z-index: 99999999;
    border-radius: 15px 40px;
    width: 280px;
    height: 180px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 10px;
}

.ok {
    color: #a0d468;
}

.nok {
    color: #CC6600;
}

#imgInput {
    max-width: 500px;
}

[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=radio] + img {
    cursor: pointer;
}

    [type=radio]:checked + img {
        outline: 4px solid #8ec63f;
    }


.carrier-container {
    display:flex;
    flex-direction:row; 
    flex-wrap:wrap;
}

.carrier-item {
    text-align: center;
    margin: 15px;
}

.carrier-image {
    /*max-height: 160px;*/
    max-height: 180px;
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .carrier-image {
        /*max-height: 160px;*/
        max-height: 115px;
    }
}

.tab-content {
    background-color: #fbfbfb !important;
    box-shadow: none !important;
}

.tab-content {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 3%;
}

#myTab {
    margin-left: 5%;
}

.navigation-button {
    float: right;
    color: white;
    width: 120px;
    background-color: #4d4d4d;
    margin: 10px;
}

.module-dimension {
    min-width: 73px;
}

.panels {
    margin-top: 33px;
    margin-bottom: 10px;
}

.data-row {
    margin-bottom: 5px;
}

#table-materials td {
    vertical-align: middle;
}