#clinic-history{

    // .img-attach{
    //     font-size: 20px;
    //     padding: 0px 10px;
    //     background: #ffb822;
    //     color: #fff;
    //     border-radius: 5px;
    //     text-align: center;
    //     margin: 2px;
    //     display: inline;
    //     cursor: pointer;
    //     text-align: center;
    // }
    // .route-detail-images{
    //     float: left;
    //     display: block;
    //     margin: 6px;
    //     width: 100%;
    //     overflow: hidden;
    // }
 
    .btn{
        margin: 0px;    
        height: 32px !important;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .kt-badge {
        color: #ffffff;
        font-weight: 900;
        border-radius: 20px;
        font-size: 1rem;
        max-width: 100px;
        cursor: default;
    }
    
}

.img-attach{
    font-size: 20px;
    padding: 2px 10px;
    background: #ffb822;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 2px;
    display: inline;
    //float: right;
    cursor: pointer;
}

.route-detail-images{
    float: left;
    display: block;
    margin: 6px;
    img{
        width: 370px !important;
    }
    overflow: hidden;
}

.route-detail-image{
    display: block !important;
    margin: 6px !important;
    // width: 370px;
    // height: 322px;
    overflow: hidden !important;
    img{
        width: 450px !important;
    }
}
.image-caption{
    width: 100%;
    background: #bbb7b7;
    height: 45px;
    display: block;
    position: relative;
    // top: -45px;
    padding-top: 12px;
}

.order-image{
    width: 100%;
  }

  .incidenReport{
    font-weight: 900;
    border-radius:20px !important;
    background-color: #4d2e99 !important;
    padding: 0.8rem 0.7rem !important;
  }

  .columnUL{
    list-style-type: none;
    column-count: 2;
    padding: 0;
  
}
