
                /* CSS Comments tag */
                body {
                    /* background-color:rgb(230, 239, 237);*/
                   /* font-family: 'Segoe UI', sans-serif, Tahoma, Geneva, Verdana; */
                    /* font-family: Arial, Helvetica, sans-serif; */
                   font-family: sans-serif, 'Montserrat'; 
                  /*  font-family: 'Nunito Sans', sans-serif; */
                    font-size: 14px;
                    margin: 0px;
                    margin-top: 12px;
                    padding: 0px;
                    font-weight: normal;
                }
        
                #header {
        
                    background: rgb(226, 227, 229);
                    /* background: rgb(255, 193, 7);*/
                    color: #000
                }
        
                .main-color-bg {
        
                    /* background-color: rgb(234,27,37) !important; */
                    /* border-color:rgb(23, 162, 184) !important;*/
        
                    /* background-color: rgb(194, 0, 75) !important; */
                    /*border-color:rgb(194, 0, 75) !important; */
        
                    background-color: rgb(234, 27, 37) !important;
                    border-color: rgb(234,27,37) !important;
        
                    color: #ffffff;
        
                }

                .main-color-outline-bg {
                    border-color: rgb(44,39,41) !important;
                    color: rgb(255,255,255) !important;
                    background-color: rgb(44,39,41) !important;
                }

                .main-color-outline-bg:hover {
                    border-color: rgb(234,27,37) !important;
                    color: rgb(255, 255, 255) !important;
                    background-color: rgb(234,27,37) !important;
                }
                input[type=text]:focus {
                    background-color: rgb(255, 252, 200) !important;
                }
        
                .delete-color-bg {
        
                    /* background-color: rgb(0,153,255) !important; */
                    /* border-color:rgb(23, 162, 184) !important;*/
        
                    /* background-color: rgb(255, 252, 200) !important; */
                    /* border-color:rgb(255, 252, 200) !important; */
        
                    /*background-color: rgb(209, 51, 77) !important;*/
                    border-color: rgb(209, 51, 77) !important;
        
                    color: #000000;
        
        
        
        
                }
        
        
        
        
                tr {
                    line-height: 12px !important;
                    font-weight: normal !important;
                }
        
               
                .container button:hover {
                   /* background: rgb(23, 162, 184);
                    border: 1px solid rgb(23, 162, 184); */
                    background: rgb(234,27,37);
                    border: 1px solid rgb(234,27,37);
        
                }
        
        
                .form-group {
                    margin-bottom: 10px;
                }
        
        
                input[type],
                textarea {
                    outline: none;
                    box-shadow: none !important;
                    /* border: 1px solid rgb(0,153,255) !important; */
                    border: 1px solid rgb(223, 223, 223) !important;
                    /* height:13px; */
                }
        
                select {
                    outline: none;
                    box-shadow: none !important;
                    /* border: 1px solid rgb(0,153,255) !important;*/
                    border: 1px solid rgb(223, 223, 223) !important;
                    /*height:27px; */
                }
        
                input[type="radio"],
                input[type="checkbox"] {
                    outline: none;
                    box-shadow: none !important;
                    border: 1px solid rgb(234,27,37) !important;
                    /* height:15px; */
                }
        
                /* input:focus,
                textarea:focus,
                select:focus {
                    outline-offset: 0px !im,portant;
                    outline: none !important;
                    border: 1px solid rgb(37, 178, 121) !important;
                   background-color: rgb(255, 252, 200) !important;
                    
                } */
        
                input:not([type="radio"]):not([type="checkbox"]):focus,
                textarea:focus,
                select:focus {
                    outline-offset: 0px !important;
                    outline: none !important;
                    border: 1px solid rgb(234,27,37) !important;
                    background-color: rgb(233, 237, 242) !important;
                }
        
                .form-control {
                    font-size: 14px;
                }
        
                
        
                .top-bar {
                    color: rgb(255, 255, 255) !important;
                }
        
        
                /*
                .border {
                    border-color: rgb(0, 130, 169) !important;
                 }
        */
                #footer {
                    margin-top: 250px;
                    background-color: rgb(233, 237, 242);
                    color: black;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 13px;
                    padding-top: 18px;
                    height: 30px;
                }
        
                table {
                    border-collapse: collapse;
                    /* Remove cell spacing */
                }
        
                th,
                td {
                    padding: 0;
        
                }
        
                /* Chrome, Safari, Edge, Opera */
                input::-webkit-outer-spin-button,
                input::-webkit-inner-spin-button {
                    -webkit-appearance: none;
                    margin: 0;
                }
        
                /* Firefox */
                input[type=number] {
                    -moz-appearance: textfield;
                }

.list-group-horizontal {
    display: flex;
    flex-direction: row;
}

.list-group-horizontal .list-group-item {

    margin-bottom: 0;
    border-radius: 0;
    outline: none;
}

.list-group-horizontal .list-group-item.active {
    color: white;
    /*background-color:rgb(234,27,37); */
    background-color: rgb(234,27,37);
    border-color: rgb(234,27,37);
    
}

@media (max-width: 767.98px) {
    .list-group-horizontal {
        flex-direction: column;
    }
}


 .table thead {
     position: sticky;
     top: 0;
     background-color: #fff;
 }


 .borderless-button {
     border: none;
     padding-top: 0;
     padding-bottom: 0;
     padding-left: 5;
     padding-right: 10;
 }

 .tooltip-button {
     position: relative;
 }


 