a:link {
    color: #133263;
    text-decoration: underline;


}
a:visited {
    text-decoration: underline;
    color: #133263;

}
a:hover {
    text-decoration: underline;
    color: #ff0000;

}

.cc-selector input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.cc-selector-2 input{
    position:absolute;
    z-index:999;
}

.template1{

    background-image:url(../images/web_template_1.PNG);
}
.template2{

    background-image:url(../images/web_template_2.PNG);
}

.template3{

    background-image:url(../images/web_template_3.PNG);
}

.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{
    opacity: .9;
}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc{
    cursor:pointer;
    background-size:250px 125px;
    background-repeat:no-repeat;
    display:inline-block;
    width:250px;
    height:125px;

    /*    -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
        -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
        -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
        filter: brightness(1.8) grayscale(1) opacity(.7);*/
}
/*.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}*/

/* Extras */

.cc-selector-2 input{
    margin: 10px 0 0 10px;
}
.cc-selector-2 label{
    margin-left: 7px;
}
span.cc{
    color:#6d84b4
}

input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}


.nav {
    border: 0px solid white;
    background-color: black;

}

.nav td {
    position: relative;
    color:#daeff8;
}

.nav td a:link{
    color: #daeff8;
}

.nav table,
.nav ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 300px;
    left: 0;
}

.nav td:hover table {
    display: table;
    color: #ff0000;
}
.nav td:hover ul {
    display: block;
}

.chart-container {
    border: 1px solid #e0e0e0;        /* Light gray border */
    border-radius: 8px;               /* Rounded corners */
    padding: 16px;                    /* Inner spacing */
    background-color: #ffffff;        /* White background */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); /* Subtle shadow */
    margin-bottom: 24px;              /* Space between charts */
}



.buttonmenu{
    background-color: #ffffff;
    padding: 8px 8px;
    min-width: 100px;
    min-height: 88px;
    pointer-events: none;
    cursor: default;
    border: 2px solid #949494;
    border-radius: 5px;
}


.button {
    background-color: #0074CC;
    border: 1px #77aaff;
    border-radius: 3px;
    color: white;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    min-width: 100px;
    min-height: 30px;
}

.subbutton {
    background-color: #0074CC;
    border: 1px #77aaff;
    border-radius: 3px;
    color: white;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    min-width: 100px;
    min-height: 27px;
}

.buttongreen {
    background-color:#2E8B57;
    border: 1px #77aaff;
    border-radius: 3px;
    color: white;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    min-width: 100px;
    min-height: 30px;
}

.buttonorange {
    background-color:#FF8C00;
    border: 1px #77aaff;
    border-radius: 3px;
    color: white;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    min-width: 100px;
    min-height: 30px;
}

.buttonred {
    background-color: #B22222;
    border: 1px #77aaff;
    border-radius: 3px;
    color: white;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    min-width: 100px;
    min-height: 30px;
}

.buttonbluegreen {
    background-color: #006666;
    border: 1px #77aaff;
    border-radius: 3px;
    color: white;
    padding: 6px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    min-width: 100px;
    min-height: 30px;
}


#toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);

    /* Scantranx UI style */
    background: linear-gradient(180deg, #1E2A3A 0%, #142033 100%);
    color: #ffffff;

    padding: 12px 18px;
    border-radius: 10px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;

    display: none;

    box-shadow: 0 8px 20px rgba(17, 32, 59, 0.25);

    z-index: 1000;

    /* subtle animation smoothness */
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

h2 {
    margin-bottom: 10px;
}

.step {
    background: white;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.step.completed {
    background-color: #e6ffed;
    border-color: #28a745;
}

.step span {
    font-weight: bold;
}

.btn {
    padding: 8px 15px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-green {
    background-color: #28a745;
    color: white;
}

.btn-blue {
    background-color: #007bff;
    color: white;
}

.btn[disabled] {
    background-color: #ccc;
    cursor: default;
}

.progress-tracker {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}


/*Mobile Friendly*/

@media (max-width: 768px) {
    .dijitBorderContainer {
        display: flex;
        flex-direction: column;
    }

    .dijitBorderContainer > .dijitContentPane[region="left"] {
        display: none; /* Hide sidebar on small screens */
    }

    .dijitBorderContainer > .dijitContentPane[region="center"] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .dojoxGrid {
        display: block;
        overflow-x: auto;
    }

    .dojoxGrid .dojoxGridHeader {
        display: table; /* Ensure headers align correctly */
    }
}

.dijitButton {
    padding: 10px;
    font-size: 1rem;
    min-width: 120px;
}

@media (max-width: 768px) {
    .dijitTextBox, .dijitButton {
        width: 100%;
    }
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 768px) {
    .dijitMenuBar {
        display: none;
    }

    .menu-icon {
        display: block;
    }

    .dijitMenuBar.active {
        display: block;
        position: absolute;
        width: 100%;
        background: #333;
    }
}








