﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }





/*  custom css rupp*/
.flex {
    display: flex;
    width: 100%;
}

.image-responsive {
    width: 100%;
    height: auto;
}





.inputArea {
    margin-bottom: 10px;
}

.dropArea {
    border: 2px dashed orange;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecbf04;
    font-size: 1.0rem;
    font-weight:bold;
    cursor: pointer;
    position: relative;
   /* min-height: 50px;*/
}

    .dropArea:hover {
        background-color: greenyellow;
        color: #333;
    }

    .dropArea input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropAreaDrug {
    background-color: greenyellow;
}

.oi-btn {
    /*   display:inline-block;*/
    cursor: pointer;
    transition: transform .2s; /* Animation */
    font-size:25px;
}

/*    .oi-btn:hover {
        transform: scale(1.8);
    }*/



.modal {
    padding: 0 !important;
 
}

    .modal .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
   
    }

    .modal .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal .modal-body {
        overflow-y: auto;
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }

    .modal .modal-footer-custom {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
        text-align: left;
  
    }

    .modal .modal-header {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }



.btn-custom {
    background-color: #ecbf04;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

    .btn-custom:hover {
        background-color: #808080;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }





.signature-pad {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width:100%;
    height:100%;
/*    // max-width: 700px;
    // max-height: 460px;
    // min-height: 350px;*/
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px 16px 8px 16px;
}



.signature-pad--body {
    position: relative;
    flex: 1;
    border: 1px solid #e6e6e6;
}

    .signature-pad--body canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.signature-pad--action-item {
    margin-left: 10px;
    margin-right: 10px;
}