﻿
#FlexDiv{
    display:flex;
    flex-wrap:wrap;
}
#FlexBox{
    display:flex;
    align-items:center
}
/* Style the tab buttons */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #0200ff24;
    /*margin-bottom: 50px;*/
}
.tab active{
    background-color:slategrey;
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px; 
    transition: 0.3s;
}

    .tab button:hover {
        background-color: #0200ff52;
        font-weight: 600;
    }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border: none;
    margin-bottom:10px;
}
#TabDiv{
    margin-bottom:50px
}
#TemplateTableTitle{
    color: black;
    font-weight: 600;
    font-size: 20px;
}
select option:first-child {
    color:gray;
}
#Ckecks{
    margin-left:10px
}
input[type=checkbox] {
    vertical-align: text-top;
    position: relative;
    bottom: 1px;
}
#MinMax {
    display: flex;
    align-items: center;
}
    #MinMax > span {
        background-color: #938f8c3b; /*#ffae6b3b;*/
        padding: 7px;
    }
#marginforbutton{
    margin-bottom:20px
}
#CardTable tbody, #CardTable td, #CardTable tfoot, #CardTable th, #CardTable thead, #CardTable tr {
    border-bottom-width:0;
    border-style:none;
    border:none;
}

.multiselect {
    width: 100%;
    position: relative
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#mySelectOptions {
    display: none;
    border: 0.5px #7c7c7c solid;
    border-color: #cbcbcb;
    background-color: #ffffff;
    max-height: 150px;
    overflow-y: scroll;
    z-index: 1000;
    position: absolute;
    width: 93%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#AddressHalfside{
    align-items:start;
}
#Address{
    height:118px;
    margin-bottom:15px
}
/* Media Query for screens between 700px and 500px */
@media only screen and (max-width: 767px) and (min-width: 500px) {
    #mySelectOptions {
        width: 95%; /* Width for screens between 700px and 500px */
    }
}

/* Media Query for smaller screens */
@media only screen and (max-width: 499px) {
    #mySelectOptions {
        width: 90%; /* Width for screens smaller than 500px */
    }
}




    #mySelectOptions::-webkit-scrollbar {
        display: none;
    }

    #mySelectOptions label {
        display: block;
        font-weight: normal;
        display: block;
        white-space: nowrap;
        min-height: 1.2em;
        background-color: #ffffff00;
        padding: 0 2.25rem 0 .75rem;
        /* padding: .375rem 2.25rem .375rem .75rem; */
    }

        #mySelectOptions label:hover {
            background-color: #f159287d;
        }


#pencil {
    color: green;
    border: none;
    background-color:transparent
}



    #pencil:hover {
        color: limegreen;
        background-color: #e5ffd1;
        border: none
    }



#DeleteIcon {
    color: #c70101;
    border: none;
    background-color: transparent
}



    #DeleteIcon:hover {
        color: red;
        background-color: #ff937029;
        border: none
    }

 

