﻿.g-slide-font {
    font-size: 45px;
    color: white
}
@media(max-width:900px) {
    .g-slide-font {
        font-size: 20px;
    }
}
.g-border-bottom{
    border-bottom:solid 1px #808080;
}
.g-border-top{
    border-top: solid 1px #808080;
}
.g-drop-shadow {
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.75);
}
.g-bg-section {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-marquee
{
    height:250px;
}
.g-form-border{

}
.g-form-border {
}
    .g-form-border input[type=text], [type=email], [type=password], [type=number], [type=date], textarea {
        border: solid #ababab 1px !important;
        border-radius: 0px;
    }
.g-center{
    display:block;margin:auto;
}
.g-list {
}
.g-list li{
    list-style:disc !important;
    margin-left:5% !important;
    padding:0px !important;
    margin-bottom:0px !important;
}
.sticky-button {
    position: fixed;
    right: 20px; /* Distance from the right side */
    /* Distance from the bottom */
    padding: 7px 15px;
    background-color: #fe2a5c; /* Button color */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Optional shadow */
    transition: background-color 0.3s;
}
    .sticky-button:hover {
        background-color: #0056b3; /* Color when hovered */
    }
.g-p-border-top-bottom {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    padding: 20px;
}
.g-center-inline{
    display:block;
    text-align:center;
}
.g-panel-blue {
    padding: 20px;
    background: #001A39;
    background: linear-gradient(173deg, rgba(0, 26, 57, 1) 0%, rgba(0, 26, 57, 1) 52%, rgba(0, 0, 0, 1) 100%);
    color: white;
    margin: 1% !important;
}
#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: #ababab;
    z-index: 1151;
    -moz-opacity: 0.8;
    opacity: .20;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 75%;
    left: 48%;
    z-index: 1002;
    text-align: center;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
    margin-top: 0px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }