﻿body {
}

.row {
    margin-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    /*padding-left: 5% !important;*/
}
.row1 {
    margin-bottom: 10px;
    padding-top: 20px;
    width: 75%;
    /*padding-left: 5% !important;*/
}

.mainRow {
       
    width: 70% !important;
    /*padding-left: 5% !important;*/
}
.column {
    margin-right: 10px;
    margin-Left: 10px;
    width: 30%;
    /*padding-left: 5% !important;*/
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    /*height:60px!important;*/
    align-content: center;
    /*padding-left: 20%;*/
    gap: 10px;
}

.form-group1{
    display: flex;
    flex-wrap: wrap;
    /*height:60px!important;*/
    align-content: center;
    /*padding-left: 20%;*/
    /*gap: 10px;*/
}

.backgroundImage {
    /*background-color: #e9efe5 !important;*/
    /*background: url("Volunteers.jpg") no-repeat;*/
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    opacity:1;
}
.crossCompany {
    width: 20px !important;
}

.labelColor{

   font-size:17px;
    background-color:white;
    height:30px;
    
}/*
img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}*/

@media (min-width: 1200px) {
    .container {
        max-width: 100% !important

    }
}
.button-group {
    display: flex;
    flex-wrap: wrap;
    /*height:60px!important;*/
    align-content: center;
    padding-left: 40%;
    padding-bottom: 10px;
    gap: 10px;
    margin-bottom: 10px;
    
}
.btnCreate {
    border: 1px solid !important;
    background: orange !important;
    color: white !important;
    height: 40px !important;
    width: 150px !important;
    border-radius: 10px !important;
}

    .btnCreate :disabled {
        opacity: 0.1;
    }


.loginRow {
    margin: 20px 0 30px 10px;
}
.alignleft {
    float: left;
   /* padding-top: 10px;*/
    margin: 0 10px 0 0;
    width: 50%;
    color:black;
    font-size:20px;
}
.alignleftSwitch {
    float: left;
    /* padding-top: 10px;*/
    margin: 0 10px 0 0;
   
    color: black;
    font-size: 20px;
}
.alignleftButton {
    float: left;
    padding-top: 10px;
    margin: 0 10px 0 0;
   
    color: black;
    font-size: 20px;
}
.alignleftLogo {
    float: left;
    /*padding-top: 10px;*/
    margin: 0 10px 0 0;
    width: 60%;
    color: black;
    font-size: 24px;
}
.alignleftLogo1 {
    float: left;
    /*padding-top: 10px;*/
    margin: 0 10px 0 0;
    width: 37%;
    color: black;
    font-size: 24px;
}

.alignleftLogo2 {
    float: left;
    /*padding-top: 10px;
    margin: 9px 10px 16px 35px;*/
    width: 50%;
    color: black;
    font-size: 24px;
}
.alignrightLogo {
    float: right;
    /*  padding-top: 10px;*/
    /* margin: 0 20px 0 0;*/
}
.alignrightLogo1 {
    float: right;
    /*padding-top: 10px;*/
    
    width: 10%;
    margin:0 20px 5px 0;
}
.alignright {
    float: right;
   /* padding-top: 10px;*/
    margin: 0 20px 0 0;
}
.loginForm {
    width: 25%;
    align-self: end;
    margin-right: 50px;
    margin-top: 10px;
    border: 1px solid grey;
    box-shadow: rgba(0,0,0,0.4) 2px 2px;
    background: white;
    opacity: 0.95;
    color: lightslategray;
    align-items: center;
}

.loginHeader {
    width: 25%;
    align-self: end;
    padding-left: 50px;
    /*margin-top: 10px;*/
    color: #0085A8;
    font-size: 30px;
}
.dashboardLoginHeader {
    width: 25%;
    align-self: end;
    padding-left: 50px;
    margin-top: 50px;
    color: #0085A8;
    font-size: 30px;
}


.btnBack {
    border-radius: 10px !important;
    background: #b0acac !important;
    color: white !important;
    border: 0px !important;
    width: 150px;
    height: 40px !important;
}


.LoginPage {
    /*background-color: #FFD580 !important;*/
    background: url('Volunteer.jpg') no-repeat;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    /*height: 82% !important;*/
    min-height: 90vh !important;
    display: flex;
    flex-direction: column;
}

.DashboardLoginPage {
    /*background-color: #FFD580 !important;*/
    background: url('Employee_Store.png') no-repeat;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    /*height: 82% !important;*/
    min-height: 90vh !important;
    display: flex;
    flex-direction: column;
}


.setBackground {
    box-shadow: 3px 3px 4px rgba(0,0,0,.5) !important;
    border: none;
    outline: none;
    min-height: 90vh !important;
    margin-top: 2vh !important;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999 !important;
    opacity: 1;
}

.navbar-light .navbar-brand {
    color: white !important;
}

.formBorder1 {
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 20px;
}
.formBorder {
    border: 1px solid;
   
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    margin-bottom: 10px !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    margin-bottom: 10px !important;
}


table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    /*border: 1px solid lightgray !important;*/
    border-top: 1px solid lightgray !important;
}

.dataTables_wrapper .dataTables_filter {
    padding-top: 10px !important;
}

table.dataTable thead {
    background-color: #0085A8 !important;
    color: white !important;
}

.disableEmployeeForm {
    opacity: 0.4;
}


.box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 140px;
    background-color: #0085A8;
    color: white;
    align-content: center;
    float: left;
    width: 40%;
    justify-content: center;
    margin: 20px 30px 20px 0;
    box-shadow: 5px 5px 5px 5px lightgray;
    border-radius: 20px;
    font-size: 21px;
    position: relative;
 //    text-shadow: 5px 5px 0px white;
}




  /*  .box:nth-child(6n+0) {
        background: purple;
    }

    .box:nth-child(6n+1) {
        background: green;
    }

    .box:nth-child(6n+2) {
        background: orange;
    }

    .box:nth-child(6n+3) {
        background: maroon;
    }

    .box:nth-child(6n+4) {
        background: brown;
    }

    .box:nth-child(6n+5) {
        background: skyblue;
    }
*/

.addReward {
    border: 2px solid gray;
    position: absolute;
    left: 20%;
    width: 60%;
}


.dashboardrow {
    margin-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    padding-left: 5% !important;
}

.loginErrorMessage {
    font-size: 20px;
    color: red;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
}


.modal-header {
    background-color: #0085A8 !important;
    height: 50px !important;
}

    .modal-header .close {
        /*   color: white;*/
        width: 10% !important;
    }

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    /*  max-height: 70vh !important;*/
    overflow-y: auto !important;
    /*   height:90% !important;*/
}

::placeholder {
    color: lightgray !important;
}
.headerLabel {
    color: #0085A8 !important;
    font-weight: bold;
    font-size: 24px !important;
}
.headerLabelReedText {
    color: red !important;
    font-weight: bold;
    font-size: 24px !important;
    margin-left: 20px;
}
.dt-column-order::before,
.dt-column-order::after {
    color: white;
    opacity: 0.8 !important;
}

/* Ascending sort state - top triangle active, bottom triangle neutral */
th.dt-ordering-asc .dt-column-order::before {
    opacity: 1 !important;
}

/*Descending sort state - bottom triangle active, top triangle neutral */
th.dt-ordering-desc .dt-column-order::after {
opacity: 1 !important; 
}

.lblHeader {
    color: #0085A8 !important;
    font-weight: bold;
    font-size: 24px;
    padding-top: 20px;
    padding-bottom:20px;
}

.lblHeader1 {
    color: white !important;
    font-weight: bold;
    font-size: 24px;
    padding-left: 15px;
    background-color: #67b9cf !important;
    width: 100% !important;
    /*opacity: 0.6;*/
}
summary::-webkit-details-marker {
    color: blue;
}

summary:focus {
    outline-style: none;
}

.instructions {
    font-size: 18px;
    color: white !important;
    padding: 10px;
    background-color: #67b9cf;
}


.box {
    gap: 10px;
    height: 100px;
    /*text-decoration: underline;*/
    color: white;
    align-content: center;
    margin-left: 35% !important;
    margin-top:40px !important;
    /*float: ;*/
    width: 30%;
    justify-content: center;
    margin: 5px 0px 30px 0px;
    border-radius: 20px;
    font-size: 21px;
    position: relative;
    background-color: #0085A8;
}


.nav-link {
    color: white !important;
}


#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}


.donationHelpText {
   /* font-weight: bold;*/
    color: #0085A8;
    font-size: 18px;
    /*padding-top: 70px;*/
}



.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: rgba(16,99,78,0.9) !important;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.imgRFCLogo
{
    max-height:180px;
}


#main-menu {
    list-style: none;
    
    text-align: center;
    column-gap: 20px;
}

    /*#main-menu li {
        display: inline-block;*/
        
        /*margin-right: 20px;*/
        /*width:fit-content;*/

      /*
        padding: 5px;
        margin: 5px;*/
    /*}*/
#menu ul li {
    position: relative;
}
#main-menu li ul {
    display: none;  /*Initially hidden */
    position: absolute;  /*Position submenus absolutely */
    background-color: #0085A8 !important;
    font-size: 18px;
    margin-bottom: 0 !important;
    min-width: 210px;
    /* box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.2);*/
     z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
#main-men ul ul {
    width: 100%;

}
        #main-menu li:hover > ul {
            display: block;  Show on hover 
        }

#main-menu li ul li {
    display: block;
     padding: 5px;
   
}

            #main-menu li ul li a {
                color: black;
                /*padding: 12px 16px;*/
                text-decoration: none;
                display: block;
            }

#main-menu ul li {
    position: relative; /* Step 1 */
}

.submenu {
    position: absolute;
    transform: translateX(-50%);
     
}