﻿
a:link {
    background-color: transparent;
    font-size: large;
    font-family: 'Segoe UI';
    color:blue;
    text-decoration:none;
}

a:hover {
    border-bottom-width: 1px;
}

a:visited {
    color: lightseagreen;
}

.styletable_vuln
{
    width: 100%;
    border-width:0px;
    }


        .black_overlay
    {
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }

               
   
/*=====================================================================*/
    

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
    z-index: 3428342738 ;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 50%; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 50%; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 50%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}


.button {
    background-color: #00ff90;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px 4px;
    font-family: Arial;
    font-size: 16px;
    border-bottom: 3px solid #999;
}


.button_disable {
    background-color: gray;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: default;
    padding: 5px 5px;
    font-family: Arial;
    font-size: 16px;
}

.button_filter {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.pager {
    font-size: 20pt;
    }

.pager span {
    color: Blue;
    font-weight: bold;
    font-size: 16pt;
    border: 1px solid;
    background-color: LightGreen;
}

.theme_backcolor {
    background-color: #347ADB;
}

.head0 {
    font-size: xx-large;
    font-family: Calibri Light;
    font-weight:bold;
}

.head1 {
    font-size:x-large;
    font-family: Calibri Light;
}

.head1ul {
    font-size: x-large;
    font-family: Calibri Light;
}

.head2 {
    font-size: large;
    font-family: Calibri Light;
    color: #347ADB;
    font-weight: bold;
}


.head2ul {
    font-size: large;
    font-family: Calibri Light;
    color: #347ADB;
    font-weight: bold;
}


.head4 {
    font-size:medium;
    font-family: Calibri Light;
    color:black;
}


address {
    font-family: Calibri Light;
    font-size: 15px;
    color: Black;
    font-style:normal;
}



.contact_image 
{
    width:200px;
    height:200px;
    border-radius:30px;
}

.foot3{
    font-size: small;
    font-family:Calibri Light;
    color:white;
}

.head2_black {
    font-size:x-large;
    font-family: Calibri Light;
    color: black;
}


.dropdownbox {
    background-color: ghostwhite;
    color: black;
    border: 1px;
    border-style: solid;
    border-color: gray;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Segoe UI';
}

    .dropdownbox:focus {
        background-color: yellow;
    }


.labelbox {
    background-color: white transparent;
    
    border-style:none;
    cursor: pointer;
    font-size: 12px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color:darkcyan;
}

.editbox {
    border-color: white;
    cursor: pointer;
    border: none;
    color:blue;
    border-style: none;
    border-bottom: 1px solid;
    font-size: 20px;
    font-family:'Segoe UI' ;
}

    .editbox:focus {
        background-color: yellow;
        border-style: none;
        border-bottom: 1px solid gainsboro;
    }


.multilineeditbox {
    background-color: ghostwhite;
    color: black;
    border: 1px;
    border-style: solid;
    border-color: gray;
    cursor: pointer;
    font-size: 16px;
    font-family: Calibri Light ;
}

textarea {
    resize: none;
}

.avatar
{
    width:80px;
    height:80px;

}

.upload_avatar {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    cursor:pointer;
}

/*::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 25px;
}

::-webkit-scrollbar-thumb {
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 26px #347ADB;
    background-blend-mode: color-dodge;
}

::-webkit-input-placeholder {*/ /* Chrome/Opera/Safari */
    /*color:darkgray;

}*/


.volunteer_image {
    border-radius: 20px;
    box-shadow: 5px 0px 15px 5px gray;
}

.exec_image {
    border-radius: 10px;
    box-shadow: 5px 0px 15px 5px gray;
}

.speaker_image {
    border-radius: 10px;
    box-shadow: 5px 0px 15px 5px gray;
}

.volunteer_name {
    font-family:Calibri Light;
    font-size: 30px;
    font-weight:bold;
    border-radius: 20px;
    text-align: left;
    color:cadetblue;
}

.volunteer_says {
    font-style: italic;
    font-size: 14px;
    color:gray;
    font-family: Calibri Light;
}

.requiredFields {
    color: red;
    font-size: 14px;
    font-family: 'Segoe UI';
}


.bottom_link {
    background-color: transparent;
    font-size: large;
    font-family: Calibri Light;
    color: black;
     cursor:pointer;
}

    .bottom_link:hover {
        background-color:yellow;
        cursor: pointer;
    }

.img {
    border-radius: 30px;
    cursor: pointer;
}

.img_noclick {
    border-radius: 40px;
}

.ModalPopupBG {
    background-color: transparent;
}

.head3 {
    font-size: small;
    font-family:  'Segoe UI';
    writing-mode: horizontal-tb;
    word-wrap:anywhere;
}


.modal_box_table {
    border: 1px solid;
    font-size: 20px;
    font-family: Calibri Light;
    background-color: darkslategrey;
    color: white;
}


.editbox::placeholder {
    font-size: 12px;
    color: gray;
}

.zoomgallery {
    transition: transform .5s;
    margin:auto;
    position:sticky;
    left:200px;
    top:200px;
}

    .zoomgallery:hover {
        z-index: 999999;
        transform: scale(2,2); /*(150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        position: center;
    }


.popup_back {
    background-color:ivory;
    border: 1px solid;
}


.editboxPopup {
    border-color: white;
    cursor: pointer;
    border: none;
    color: black;
    border-style: none;
    border-bottom: 1px solid;
    font-size: 20px;
    font-family: 'Segoe UI';
    background-color:gainsboro;
}

    .editboxPopup:focus {
        background-color: yellow;
        border-style: none;
        border-bottom: 1px solid gainsboro;
    }


.editboxPopup_mob {
    border-color: white;
    cursor: pointer;
    border: none;
    color: black;
    border-style: none;
    border-bottom: 1px solid;
    font-size: 16px;
    font-family: 'Segoe UI';
    background-color: gainsboro;
}

    .editboxPopup_mob:focus {
        background-color: yellow;
        border-style: none;
        border-bottom: 1px solid gainsboro;
    }
