/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Dec 6, 2023, 11:32:57 AM
    Author     : jcoch
*/

/* 
    Created on : Aug 21, 2022, 6:49:16 PM
    Author     : jcoch
Color Pallete: 
green: rgba(15, 255, 30, 0.9);
blue: rgba(15, 30, 255, 0.9);
red: rgba(255, 31, 15, 0.9);
median rgba(15, 31, 30);
gold: rgba(237, 225, 43, .93);

*/


@import url('https://fonts.googleapis.com/css2?family=Exo:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@700&display=swap');

body{
    font-family: 'Exo', sans-serif;
    overflow: auto;
}

input, textarea, fieldset{
    padding: 3px 4px 3px 4px;
    border-radius: 5px;
}


h1{
    text-align: center;
    color: rgba(15, 31, 30, 0.8);
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
}

a{
    color: rgba(15, 30, 255, 0.9);
}
.ACESTerminalFrame{
    border: none;

}

iframe{
    overflow-x: hidden;
}

#mainDiv{
    position: fixed;
    z-index: 22;
    top: 50px;
    bottom: 50px;
    left: 0px;
    right: 0;
    overflow: auto;
    background-color: rgba(0,55,0,1);

}

#mainDiv h1{
    color: white;
}



#footer{
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#policyDox{
    font-size: small;
}

#policyDox > div{
    margin-bottom: 5px;
}


#mainMenu{
    width: 95%;
    min-width: 330px;
    min-height: 600px;
    max-width: 2176px;
    /* background-image: radial-gradient(rgba(15, 30, 255, 1), rgba(15, 30, 255, 0.4)); 
    background-image: url(../images/electroGreenBG.jpg);*/
    background-position: right center;
    background-size: cover;
    margin: auto;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


#mainMenu > div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48%;

}

#mainMenu p {
    width: 95%;
    margin-left: 2%;
}

/*
#mainMenu > div{ 
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 490px;
    margin: auto;
    padding: 40px 0 40px 0;
    background-position: center center;
    background-repeat: no-repeat;

}

*/

#statusDiv{
    position: fixed;
    top: 0;
    height: 50px;
    left: 0;
    right: 0;

}

#statusDiv > div{
    padding-top: 3px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#statusDiv p {
    margin-top: 0;
}


#statusDiv button{
    border: none;
    padding: 3px;
    background-color: white;
    color: black;
    font-variant: small-caps;
    font-weight: 900;
    font-size: small;
    margin-left: 10px;
    margin-top: 0;
}

#statusDiv button:hover{
    background-color: gray;
    color: white;
    cursor: pointer;
}

#statusDiv label{
    margin-right: 3px;
}


#userStatus{
    font-size: small;
    text-align: center;
}

#userMessages{
    width: 80%;
    margin: auto;
    text-align: left;
}

#userMessages > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 320px;
    margin: 5px;
}

#userInfo{
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    background-color: white;
    width: 340px;
}

#userInfo > div{
    padding: 5px;
}



#logout{
    width: 150px;
    padding: 5px 20px 5px 20px;
    border-radius: 15px 15px 0px 0px;
    background: rgba(0,0,0,0);
    border: 2px solid black;
    font-variant: small-caps;
    font-size: large;
    margin-top: 20px;
    cursor: pointer;
}

#adminMessagesDiv{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px;
    margin: 5px;
    border-radius: 15px;
}

#adminMessages{
    color: blue;
    background-color: rgba(255,255,255,0.9);
    padding: 2px;
    border-radius: 3px;
    width: 300px;
}

#contact{
    width: 150px;
    padding: 5px 20px 5px 20px;
    border-radius: 0px 0px 15px 15px;
    background: rgba(0,0,0,0);
    border: 2px solid black;
    font-variant: small-caps;
    font-size: large;
    cursor: pointer;
}

#loadingBar{
    width: 240px;
    height: 14px;
    border: 1px solid black;
    margin: auto;
    margin-top: 10px;
}

#helpIcon{
    position: absolute;
    top: 5px;
    left: 15px;
    width: 40px;
    height: 37px;
    background-image: url(../images/Help_Icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#helpMenu{
    position: absolute;
    padding: 10px;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background-color: rgba(255,255,255,0.85);
}

#helpMenu > div{
    background-color: rgba(255,255,255,0.95);
    padding: 15px 5px 30px 5px;
}

#helpMenu button{
    background-color: rgba(15, 30, 255, 0.9);
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: white;
    font-weight: 800;
    letter-spacing: 1px;
    position: sticky;
    top: 0px;

}

#gearMenu{
    position: absolute;
    top: 5px;
    right: 15px;
    width: 40px;
    height: 37px;
    background-image: url(../images/greenGear.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#gearMenu p{
    color: rgba(15, 30, 255, 0.9);
    font-variant: small-caps;

}

.menuTabDiv{

    position: relative;
    display: inline-block;
}

.menuTabButton{
}

.badge {
    position: absolute;
    top: 0px;
    right: -6px;

    background: red;
    color: white;

    font-size: 8px;
    font-weight: bold;

    min-width: 12px;
    height: 12px;
    padding: 0 5px;

    border-radius: 999px;

    display: flex;
    align-items: center;
    justify-content: center;

    line-height: 1;
}

.menuOption{
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid black;
    border-radius: 15px;
    background-color: white;
    font-size: x-large;
    font-variant: small-caps;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 30px;
}

.terminalDiv{
    border-radius: 10px;
    overflow-x: hidden;
}

.AcesTerminalClose{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 30px;
}

.AcesTerminalClose a{
    background-color: white;
    color: black;
    font-weight: 800;

}
.AcesTerminalClose button{
    background-color: rgba(15, 30, 255, 0.9);
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: white;
    font-weight: 800;
    letter-spacing: 1px;

}
.ACESTerminalFooter{
    width: 300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 5px 15px 5px 15px;
    background-image: radial-gradient(white, rgba(0,0,0,0));
}

.ACESTerminalFooter a{
    background-color: white;
    color: black;
    font-weight: 800;
}

.ACESTerminalFooter button{
    background-color: rgba(15, 30, 255, 0.9);
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: white;
    font-weight: 800;
    letter-spacing: 1px;
    position: sticky;
    top: 0px;
}

.hiddenDiv{
    display: none;
}

.modalDiv{
    position: fixed;
    z-index: 1;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    /*    background-color: black; */

    background-image: url(../images/verticalMirrorElectricBG.jpg);
    background-position: center top;
    display: none;
    overflow: auto;
}

.modalDiv:target{
    display: block;
    z-index: 999;

}

.modalDiv > div{
    background-color: rgba(255,255,255,0.6);
    margin: auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 10px 0;
    margin-top: 5px;
}

.modalDiv > div > div{
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,1) 5%,
        rgba(255,255,255,1) 95%,
        rgba(255,255,255,0) 100%
        );

}

.modalMax{
    position: fixed;
    z-index: 1;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;

    background-image: url(../images/electroGreenBG.jpg);
    /*    background-color: black; */
    display: none;
    overflow: auto;
}

.modalMax:target{
    display: block;
    z-index: 999;

}

.modalMax > div{
    background-color: white;
    margin: auto;
    width: 95%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 10px 0;
    margin-top: 50px;
}

.closeMaxModal{
    padding: 0 15px 0 15px;
    background-color: black;
    color: white;
    text-decoration: none;
}

.loadBarAnimation{
    animation-name: loading;
    animation-duration: 2s;

}

@keyframes loading {
    0%{
        background-image: linear-gradient(to right, black, black, black, black, black);
    }
    20%{
        background-image: linear-gradient(to right, white, black, black, black, black);
    }
    40%{
        background-image: linear-gradient(to right, white, white, black, black, black);
    }
    60%{
        background-image: linear-gradient(to right, white, white, white, black, black);
    }
    80%{
        background-image: linear-gradient(to right, white, white, white, white, black);
    }
    100%{
        background-image: linear-gradient(to white, white, white, white, white, white);
    }
}

@media all and (min-width: 560px){
    #mainDiv{
        top: 40px;
    }
    #mainMenu > div{
        width: 45%;
    }
    #statusDiv{
        height: 40px;
    }
    #userStatus{
        font-size: medium;
    }
    #statusDiv button{
        font-size: medium;
    }

    #gearMenu{
        top: 15px;
        right: 25px;
        width: 80px;
        height: 74px;
    }
    #helpIcon{
        top: 15px;
        left: 25px;
        width: 80px;
        height: 74px;
    }

    .TNCmodal{
        width: 540px;
    }

    #homePageLinks{

        background-size: 75px 75px;
        background-image: url(../images/ACES_v4.png);
        background-repeat: no-repeat;
        background-position: center right;
    }
    #mainMenu > div{
        /*width: 90%;*/
        margin: auto;
    }
    #mainMenu{

        border-radius: 10px;
        margin-top: 30px;
    }
    /*
        #optionCreate{
            border-bottom-right-radius: 0px;
            margin-bottom: 25px;
        }
        #optionView{
            border-bottom-left-radius: 0px;
            margin-bottom: 25px;
        }
        #optionTrade{
            border-top-left-radius: 0px;
            margin-top: 25px;
        }
        #optionTransfer{
            border-top-right-radius: 0px;
            margin-top: 65px;
        }
    */
}

@media all and (min-width: 780px){
    #userInfo{
        border-radius: 20px;
        margin-top: 30px;
    }
    #gearMenu{
        top: 35px;
        right: 55px;
    }
    #helpIcon{
        top: 35px;
        right: 55px;
    }

    .TNCmodal{
        width: 720px;
    }

    #mainMenu > div{
        background-size: 110px 110px;
        /*     max-width: 580px; */

    }
    #optionCreate, #optionView{
        margin-bottom: 45px;
    }
    #optionTrade, #optionSettings{
        margin-top: 45px;
    }
}

@media all and (min-width: 960px){
    #userStatus{
        font-size: large;
    }
    #statusDiv button{
        font-size: large;
    }

    .menuOption{
        width: 240px;
    }
    #mainMenu{

        border-radius: 15px;
    }
    #mainMenu > div{
        background-size: 160px 160px;
        /*    max-width: 800px; */
    }
    /*
    #optionCreate, #optionView{
        margin-bottom: 65px;
    }
    #optionTrade, #optionSettings{
        margin-top: 65px;
    }*/
    .TNCmodal{
        width: 900px;
    }
}
@media all and (min-width: 1140px){
    .TNCmodal{
        width: 1080px;
    }
}
@media all and (min-width: 1440px){
    .TNCmodal{
        width: 1200px;
    }
}

@media all and (min-width: 2176px){
    #gearMenu{
        top: 150px;
        right: 325px;
    }
    #helpIcon{
        top: 150px;
        right: 325px;
    }
    .modalDiv{
        background-image: url(../images/doubleMirrorElectricBG.jpg);

    }
}



/* height media rules*/
@media all and (min-height: 600px){
    #mainMenu{
        padding: 30px 0 30px 0;
    }
}

@media all and (min-height: 900px){
    #mainMenu{
        padding: 100px 0 100px 0;
    }
}

@media all and (min-height: 1200px){
    #mainMenu{
        padding: 200px 0 200px 0;
    }
}