/* For input field with icons */
.form-control-custom{
    display:block;
    width:100%;
    height:calc(2.25rem + 2px);
    padding-left: 33px;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 120px;
}

.form-control-custom:focus{
    color:#495057;
    background-color:#fff;
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}

.InputWithIcon{
    position: relative;
}

.InputWithIcon i{
    position: absolute;
    left: 0;
    top: 10px;
    padding-left:  10px;
}

.SummaryHeader{
    height: auto;
    background-color:rgba(226, 232, 232, 0.5);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 15px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
}

.highlight{
    background-color: lightgray;
}

.Search{
    margin-top: 2%;
    margin-left: 1.5%;
    margin-right: - 0.5%;
}

.Search input{
    width: 97%;
    text-transform: uppercase;
}

.ButtonCreate{
    margin-bottom: 2%;
}

.RowHighlight{
    background-color: #335acb;
    color:white;
}

.RowHighlight a{
    color:white;
}

.TopHeader{
    background-color:#335acb; 
    padding-top:6px; 
    padding-bottom:1px; 
    color:white;
    border-radius: 15px;
    font-family: 'Noto Sans', 
}
/* For Menu side bar */