﻿/*Loader Dialog*/

.bd-example-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.realystOrangeBackground {
    background-color: #ffa600 !important;
}

.realystOrangeText {
    color: #ffa600 !important;
}


/*Jquery Draggables*/
.draggableSignDIV {
    width: 250px;
    height: 92.5px;
    background-color: white;
    border-radius: 10px;
    border: solid;
    border-color: forestgreen;
    position: absolute;
    top: 10px;
    z-index: 90;
}

    .draggableSignDIV h1 {
        text-align: left;
        margin-top: -9px;
        font-size: 8pt;
        margin-bottom: 1px;
        font-weight: bold;
        color: black;
    }

        .draggableSignDIV h1 span {
            background-color: white;
        }

.draggableInitialsDIV {
    width: 60px;
    height: 30px;
    background-color: white;
    border-radius: 5px;
    border: solid;
    border-color: #ffa600;
    position: absolute;
    top: 10px;
}

    .draggableInitialsDIV h1 {
        text-align: left;
        margin-top: -9px;
        font-size: 8pt;
        margin-bottom: 1px;
        font-weight: bold;
        color: black;
    }

        .draggableInitialsDIV h1 span {
            background-color: white;
        }

.draggableDateDIV {
    width: 200px;
    height: 30px;
    background-color: white;
    border-radius: 5px;
    border: solid;
    border-color: dodgerblue;
    position: absolute;
    top: 10px;
}

    .draggableDateDIV h1 {
        text-align: left;
        margin-top: -9px;
        font-size: 8pt;
        margin-bottom: 1px;
        font-weight: bold;
        color: black;
    }

        .draggableDateDIV h1 span {
            background-color: white;
        }

.tagClosebtn {
    border-radius: 25px;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: -12px;
    background-color: white;
    border: 1px solid red;
}

.signatureDIV {
    font-size: 8pt;
    font-style: italic;
    font-weight: bold;
    color: red;
    text-align: center;
    vertical-align: middle;
}


.ui-resizable-se {
    cursor: se-resize;
    right: 1px;
    bottom: 1px;
    color: black;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    touch-action: none
}

.ui-icon {
    width: 16px;
    height: 16px;
}
