﻿#CTDesc{
    height: 300px;
}
#TemplateTableTitle{
    color:black;
    font-weight:600;
    font-size:20px;
}
.search-box1 {
    display: flex;
    justify-content: space-between;
    padding-top:20px;
    padding-left:20px;
    flex-wrap:wrap;
}
#SearchGroup{
   justify-content:end
}
#SearchGroup,#FilterGroup{
    display:flex;
/*    flex-wrap:wrap;
*/
}
#SearchBox {
width:100%;
border-radius:5px;
margin-right:5px;
}

#ViewIcon {
    font-size: 2em; /* Change the font size to make the icon larger */
    color:limegreen; /* Change the color to green */
}



@media screen and (max-width: 768px) {
    #SearchBox {
        width: 100%
    }
    .search-box1{
        padding-left:0px;
    }
   #SearchGroup,#FilterGroup{
       justify-content:space-between;
       margin-top:10px;
   }
}
@media screen and (max-width: 490px) {

    #SearchBox {
        width: 100%
    }

}
@media screen and (max-width: 355px) {

    #SearchBox {
        width: 100%
    }
}
.card .card-header {
    padding: 0px 0px;
    border-bottom: none;
}
#IndividualContent, #GroupContent, #ThirdPartyContent {
    display: flex;
    flex-wrap: wrap
}
.hidden {
    display: none;
}
#ERDFilter{
/*    min-width:100px;
*/}

#ReportList>a{
    margin-bottom:10px;
    color:black;

}
#ReportList>a:hover{
    color:orangered;
    font-weight:600
}
#LIstRep{
    margin-left:20px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #ffded4a3;
    /*margin-bottom: 50px;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .tab active {
        background-color: #eed6cfa3;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .tab button:hover {
            background-color: #f1562452;
            color: #a53511
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border: none;
    margin-bottom: 10px;
}

#TabDiv {
    margin-bottom: 50px
}

.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;
}

/* 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
}
    #pencil:hover {
        color: limegreen;
        background-color: #e5ffd1;
        border: none
    }
#DeleteIcon {
    color: #c70101;
    border: none
}

    #DeleteIcon:hover {
        color:red;
        background-color: #ff937029;
        border: none
    }


.table th {
    background-color:#FFEBCD;
}
#FlexDiv{
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap
}
#FlexDiv > button{
    margin:10px;
}