/*.Htmlbody {
    background-color: #FAFAFA;
}*/

.DisabledLi {
    pointer-events: none;
    opacity: 0.6;
}
.Logo {
    margin: 0;
    padding: 0;
}


    .Logo img {
        height: 42px;
        width: 112px;
    }

.Htmlbody:hover {
    cursor: default;
}

/************************************************************Site Menu***************************************************************/
/* [ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

.erealsignmenu {
    font-family: Poppins-Regular,sans-serif;
    font-size: 13px;
    color: #297936;
    border: none;
}

    .erealsignmenu:hover {
        color: #297936;
    }

    .erealsignmenu li {
        font-family: Poppins-Regular,sans-serif;
        font-size: 13px;
        font-style: normal;
        color: #297936;
        margin: 5px 10px 5px 10px;
        padding: 4px;
        border: none;
        box-shadow: none;
    }

        .erealsignmenu li:hover {
            border-left: none;
            border-right: none;
            border-top-width: 0.008em !important;
            border-top: solid !important;
            border-top-color: #94E8A1 !important;
            border-bottom-width: 0.008em !important;
            border-bottom: solid !important;
            border-bottom-color: #94E8A1 !important;
            /*box-shadow: 0 0 0.04em 0.04em #616567, 0 0 0.3em 0.3em #C0C5C8 !important;*/
            /*font-size: 14px;*/
            transition: ease-in 0.8s;
        }

    .erealsignmenu a:hover {
        border: none;
        font-family: Poppins-Regular,sans-serif;
        font-size: 13px;
        font-style: initial;
        color: #297936;
    }
/************************************************************Site Menu***************************************************************/

.leftandright {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(48, 50, 50, 0.54);
    -moz-box-shadow: -1px 3px 10px 0 rgba(48, 50, 50, 0.54);
    box-shadow: -1px 3px 10px 0 rgba(48, 50, 50, 0.54);
}

.leftandrightPage {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(48, 50, 50, 0.54);
    -moz-box-shadow: -1px 3px 10px 0 rgba(48, 50, 50, 0.54);
    box-shadow: -1px 3px 10px 0 rgba(48, 50, 50, 0.54);
}

.droppedHelper_New {
    background-color: rgba(123,206,129,0.2);
    color: black;
    line-height: 40px;
    height: 40px;
    width: 160px;
    min-height: 40px;
    min-width: 40px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;
    /*border-color: #4caf50;*/
    border-color: darkgray;
    border-width: 1px;
    /*margin: 0px 0px 0px 0!important;
    padding: 0px 0px 0px 0!important;*/
    z-index: 701;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .droppedHelper_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.droppedHelper_New_Signer {
    background-color: rgba(123,206,129,0.2);
    color: black;
    line-height: 40px;
    height: 40px;
    width: 160px;
    min-height: 40px;
    min-width: 160px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;
    /*border-color: #4caf50;*/
    border-color: darkgray;
    border-width: 1px;
    /*margin: 0px 0px 0px 0!important;
    padding: 0px 0px 0px 0!important;*/
    z-index: 701;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .droppedHelper_New_Signer:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.alreadyDragged_New {
    background-color: rgba(123,206,129,0.2);
    color: black;
    height: 40px;
    width: 160px;
    min-height: 40px;
    min-width: 160px;
    text-align: center;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;
    border-color: #4caf50;
    border-width: 1px;
    resize: both;
    z-index: 701;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .alreadyDragged_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.droppedHelperText_New {
    background-color: rgba(123,206,129,0.2);
    color: black;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.1;
    min-height: 14px; /* Added: Allow smaller heights */
    min-width: 20px;
    width: 120px;
    /*display:inline-block;*/
    border-radius: 1px;
    opacity: 0.80;
    border: solid;
    border-color: darkgray;
    border-width: 1px;
    padding: 0;
    margin: 0 !important;
    z-index: 701;
    text-align: left;
    vertical-align: top;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .droppedHelperText_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.fa-color-red {
    color: red;
}

.droppedHelperInitials_New {
    background-color: rgba(123,206,129,0.2);
    color: black;
    line-height: 40px;
    height: 40px;
    width: 80px;
    min-height: 40px;
    min-width: 80px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    /*border-radius: 2px;*/
    opacity: 0.80;
    border: solid;
    border-color: #7BC25A;
    /*border-color: darkgray;*/
    border-width: 2px;
    /*margin: 0px 0px 0px 0!important;
    padding: 0px 0px 0px 0!important;*/
    z-index: 701;
    /*text-align: center;
    vertical-align: middle;*/
    /*justify-content: space-around;*/
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .droppedHelperInitials_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }


.droppedHelperInitialsSelf_New {
    color: black;
    /*line-height: 40px;*/
    /*height: 40px;
    width: 80px;*/
    /*min-height: 40px;
    min-width: 80px;*/
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    opacity: 0.80;
    border: solid;
    border-color: #7BC25A;
    border-width: 2px;
    resize: both;
    z-index: 701;
    /*text-align: center;
    vertical-align: middle;*/
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .droppedHelperInitialsSelf_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.droppedHelperDropdown_New {
    background-color: rgba(123,206,129,0.2);
    color: black;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 24px;
    /*line-height: 13px;*/
    /*display:inline-block;*/
    border-radius: 1px;
    opacity: 0.80;
    border: solid;
    border-color: darkgray;
    border-width: 1px;
    padding: 0;
    margin: 0 !important;
    z-index: 701;
    /*text-align: left;
    vertical-align: top;*/
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .droppedHelperDropdown_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.droppedHelperDropdown_NoBackground {
    background-color: white;
    color: black;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 24px;
    line-height: 13px;
    opacity: 0.80;
    padding: 1px;
    margin: 0 !important;
    z-index: 701;
    /*text-align: left;
    vertical-align: top;*/
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}


.droppedHelperAttachment {
    background-color: rgba(123,206,129,0.2);
    color: black;
    height: 28px;
    width: 120px;
    min-height: 28px;
    min-width: 120px;
    text-align: left;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;
    /*border-color: #4caf50;*/
    border-color: darkgray;
    border-width: 1px;
    /*resize: horizontal;*/
    text-align: center;
    vertical-align: middle;
    margin: 0 !important;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    font-size: 13px;
    z-index: 701;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .droppedHelperAttachment:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.alreadyDraggedAttachment {
    background-color: rgba(123,206,129,0.2);
    color: black;
    height: 28px;
    width: 120px;
    min-height: 28px;
    min-width: 120px;
    text-align: left;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;
    border-color: #4caf50;
    border-width: 1px;
    /*resize: horizontal;*/
    margin: 0px !important;
    align-items: center;
    justify-content: space-around;
    padding: 0px;
    font-size: 18px;
    z-index: 701;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .alreadyDraggedAttachment:hover {
        -webkit-box-shadow: 0px 0px 2px 2px #c8e6c9;
        -moz-box-shadow: 0px 0px 2px 5px #c8e6c9;
        box-shadow: 0px 0px 2px 2px #c8e6c9;
    }

/*.CheckBox_New {*/
 /*   background-color: rgba(123,206,129,0.2);*/
    /*color: black;
    height: 15px;
    width: 15px;
    min-height: 15px;
    min-width: 15px;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;*/
    /*border-color: #4caf50;*/
    /*border-color: darkgray;
    border-width: 1px;
    z-index: 701;
    margin: 0;
    padding: 0;
    line-height: 100%;
    vertical-align: middle;
    -webkit-user-select: none;*/ /* Safari */
    /*-moz-user-select: none;*/ /* Firefox */
    /*-ms-user-select: none;*/ /* IE10+/Edge */
    /*user-select: none;*/ /* Standard */
/*}*/
.CheckBox_New {
    background-color: rgb(255, 193, 7, 0.25); /* ✅ Light amber/orange background */
    color: black;
    height: 15px;
    width: 15px;
    min-height: 15px;
    min-width: 15px;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    opacity: 0.90;
    border: solid;
   /* border-color: #4caf50;  */   /* ✅ #ff9800;range border for optional fields */
    border-width: 2px;
    z-index: 701;
    margin: 0;
    padding: 0;
    line-height: 100%;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
    .CheckBox_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #b6b8b6;
        -moz-box-shadow: 0 0 2px 5px #b6b8b6;
        box-shadow: 0 0 2px 2px #b6b8b6;
    }

.CheckBox_Dragged {
    background-color: rgba(123,206,129,0.2);
    color: black;
    height: 15px;
    width: 15px;
    min-height: 15px;
    min-width: 15px;
    align-items: center;
    text-align: center;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;
    border-color: #4caf50;
    border-width: 1px;
    resize: both;
    z-index: 10001;
    margin: 0px;
    padding: 0px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.Radiobox_New {
    background-color: rgba(123,206,129,0.2);
    color: black;
    height: 18px;
    width: 18px;
    min-height: 12px;
    min-width: 12px;
    max-height: 40px;
    max-width: 40px;
    align-items: center;
    text-align: center;
    border-radius: 1px;
    opacity: 0.80;
    border: solid;
    /*border-color: #4caf50;*/
    border-color: darkgray;
    border-width: 1px;
    /*z-index: 701;*/
    margin: 0px;
    padding: 0px;
    line-height: 100%;
    vertical-align: middle;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .Radiobox_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.Radiobox_Dragged {
    background-color: rgba(123,206,129,0.2);
    color: black;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 2px;
    opacity: 0.80;
    border: solid;
    border-color: #4caf50;
    border-width: 1px;
    resize: both;
    z-index: 10001;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.CheckBox_Dragged:hover {
    -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
    -moz-box-shadow: 0 0 2px 5px #c8e6c9;
    box-shadow: 0 0 2px 2px #c8e6c9;
}

.Text_SL_Self_New {
    background-color: rgba(123,206,129,0.2);
    color: black;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 13px;
    width: 90px;
    /*height:15px;*/
    /*display:inline-block;*/
    opacity: 0.80;
    border: 2px dotted #c8e6c9;
    /*border-width:0.5px;*/
    /*border-color: #c8e6c9;*/
    /*#4caf50;*/
    /*border-width: 2px;*/
    z-index: 701;
    text-align: left;
    vertical-align: top;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .Text_SL_Self_New:hover {
        -webkit-box-shadow: 0 0 2px 2px #c8e6c9;
        -moz-box-shadow: 0 0 2px 5px #c8e6c9;
        box-shadow: 0 0 2px 2px #c8e6c9;
    }

.SignerTag_Border {
    border: 1px dotted black;
}

.SignerTag_NoBorder {
    border: 0 none none;
}

.docpageImages {
    background-color: #f0f0f5;
    /*padding: 5px;*/
    cursor: default;
}

.NotSelectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.fontAwCheckBox:before {
    font-family: FontAwesome;
    content: "\f046";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: green;
    font-size: 50px;
    padding: 0;
    margin: 0;
    /*position: absolute;*/
    top: 0;
    left: 0;
}

.SignerRow {
    margin: 2px 1px 0 1px;
    padding: 0 1px 0 1px;
}



.usericon {
    color: #1278DE;
    /*background-color: #A9A9A9;*/
    cursor: pointer;
}

    .usericon:hover {
        color: #1C83D6;
        /*background-color: gray;*/
        cursor: pointer;
    }

.usericonCC {
    background-color: #1278DE;
    height: 35px;
    width: 50px;
    padding: 0;
    /*background-color: #A9A9A9;*/
    cursor: pointer;
}

    .usericonCC:hover {
        background-color: #1278DE;
        /*background-color: gray;*/
        cursor: pointer;
    }

.Menu {
    /*background-color: #8B8989;*/
    padding: 1px 1px 4px 1px;
    width: 200px;
    position: fixed;
    /*top: 10px;*/
    /*padding: 10px 5px 10px 5px;*/
}

.MenuHeader {
    background-color: #4F4F2F;
    margin: 5px 5px 0 5px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: white;
    width: 95%;
    align-items: center;
}

.MenuSpan {
    margin: 8px 0 0 8px;
    vertical-align: middle;
}

.MenuUl {
    /*background-color: #F8F8FF;*/
    background-color: white;
    padding: 5px 2px 5px 2px;
    margin: 0 0 0 5px;
    width: 95%;
    color: #404040;
    cursor: pointer;
    border: solid;
    border-width: 0.01em;
    border-color: #D3D3D3;
    border-radius: 0;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .MenuUl li {
        height: 31px;
        padding-top: 6px;
        vertical-align: middle;
        border-bottom: solid;
        border-bottom-color: #A8BBBD;
        border-bottom-width: 0.05px;
        font-size: 12px;
        padding-left: 5px;
        font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #606060;
        transition: all 0.40s ease;
    }

        .MenuUl li:hover {
            background-color: #c0c0c0;
            border-bottom-width: 0.1px;
            color: #585454;
            vertical-align: middle;
        }

ul.MenuUl li.selected {
    background-color: #d6dbdf;
    color: #34495e;
    transition: all 0.50s ease-in-out;
}

.MenuSignerUl {
    padding: 0 5px 5px 5px;
    margin: 0 0 0 5px;
    width: 95%;
    color: #606060;
    cursor: pointer;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .MenuSignerUl li {
        height: 20px;
        line-height: 20px;
        /*background-color: #009ACD;*/
        vertical-align: middle;
        border-bottom: solid;
        border-bottom-color: #A8BBBD;
        border-bottom-width: 0.05px;
        font-size: 12px;
        padding-left: 5px;
        font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #606060;
        transition: all 0.40s ease;
    }

    .MenuSignerUl span {
        margin: 8px 0 0 8px;
        vertical-align: middle;
    }

    .MenuSignerUl li:hover {
        background-color: #c0c0c0;
        border-bottom-width: 0.1px;
        color: #585454;
        vertical-align: middle;
    }

ul.MenuSignerUl li.selected {
    background-color: #d6dbdf;
    color: #34495e;
    transition: all 0.50s ease-in-out;
}

.roundedCornerNew {
    background-color: #f2f3f48c;
}

.icon-StackCrossRedCircle {
    background-color: transparent;
    color: red;
    cursor: pointer;
    font-size: 20px !important;
    z-index: 905;
}

.icon-StackCrossWhite {
    background-color: transparent;
    color: white;
    cursor: pointer;
    font-size: 20px !important;
    z-index: 904;
}

.SignerDrop {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13.5px;
    padding: 0;
}

.NormalText {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13.5px;
}

.popDiv {
    width: 100%;
    margin: 0px;
    font-family: Lato,\"Helvetica Neue\",Helvetica,Arial,sans-serif;
    font-size: 13.5px;
}

.popfont {
    font-family: Lato,\"Helvetica Neue\",Helvetica,Arial,sans-serif;
    font-size: 11.5px;
}

section {
    padding: 0 0 0 0;
}

    section .section-title {
        text-align: center;
        color: red; /*#007b5e;*/
        /*margin-bottom: 50px;*/
        text-transform: uppercase;
    }

#tabs {
    /*background: #007b5e;
            color: #eee;*/
    width: 1150px;
}

    #tabs h6.section-title {
        color: #eee;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #7ea700; /*#f3f3f3;*/
        background-color: transparent;
        /* border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;*/ /*removed by naveed*/
        font-size: 16px;
        font-weight: 600;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        color: gray; /*#f3f3f3;*/
        background-color: transparent;
        /* border-color: transparent transparent #f3f3f3;
        border-bottom: 4px solid !important;*/ /*removed by naveed*/
        font-size: 16px;
        font-weight: 100;
    }



.Signaturediv {
    height: 70px;
    width: 280px;
    border: solid;
    border-radius: 3px;
    border-width: 0.5px;
    border-color: #EAECEE;
    text-align: center;
    cursor: default;
    transition: all .80s ease;
}

    .Signaturediv:hover {
        background-color: #D3D3D3;
        border-color: #C0C0C0;
        border-width: 0.80px;
    }

.Signaturediv_Selected {
    height: 70px;
    width: 280px;
    border: solid;
    border-radius: 3px;
    border-width: 0.5px;
    border-color: #0198E1;
    background-color: #BFEFFF;
    text-align: center;
    cursor: default;
    transition: all .80s ease;
}

.Signaturediv1 {
    height: 70px;
    /*width: 280px;*/
    border: solid;
    border-radius: 3px;
    border-width: 0.5px;
    border-color: #EAECEE;
    cursor: default;
    transition: all .80s ease;
}

    .Signaturediv1:hover {
        background-color: #D3D3D3;
        border-color: #C0C0C0;
        border-width: 0.80px;
    }

.Signaturediv1_Selected {
    height: 70px;
    /*width: 280px;*/
    border: solid;
    border-radius: 3px;
    border-width: 0.5px;
    border-color: #0198E1;
    background-color: #BFEFFF;
    cursor: default;
    transition: all .80s ease;
}

.width100 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mymodal-lg {
    max-width: 910px !important;
}


.mymodal-lx {
    max-width: 1010px !important;
}

.mymodal-small {
    max-width: 220px !important;
    max-height: 80px;
    background: transparent;
    margin-top: 20%;
    z-index: 801;
    /*border-radius: 4px;
    border-width: 0 !important;
    border-color: #2ECC71 !important;
    border: dotted;*/
}

.mymodal-wait {
    max-width: 240px !important;
    max-height: 80px;
    background: transparent;
    margin-top: 20%;
    z-index: 801;
    /*border-radius: 4px;
    border-width: 0 !important;
    border-color: #2ECC71 !important;
    border: dotted;*/
}

.mymodal-medium {
    max-width: 320px !important;
    max-height: 80px;
    background: transparent;
    margin-top: 20%;
    z-index: 801;
    /*border-radius: 4px;
    border-width: 0 !important;
    border-color: #2ECC71 !important;
    border: dotted;*/
}

.mymodal-Signer {
    max-width: 710px !important;
}

.mymodal-Page {
    max-width: 510px !important;
}

.mymodal-archive {
    max-width: 800px !important;
    max-height: 700px !important
}

/*.mymodal-disclaimer {
    width: 400px !important;
    height: 700px !important;
    position: fixed;
    top: calc(50% - 350px);
    left: calc(50% - 300px);
}*/

.mymodal-Error {
    max-width: 400px !important;
    max-height: 200px !important;
    margin-top: 80px !important
}


/**************************************************Popover Styles*****************************************************/

.popOverHeader {
    margin: 0px;
    padding-bottom: 4px;
    text-align: center;
}

.popOverBody {
    border-width: 2px;
    border-color: black;
    width: 200px;
    margin: 0;
    padding: 0 0 4px 0;
}

.popOverHr {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2px;
}


/**************************************************Popover Styles*****************************************************/
/**************************************************Docupload Styles*****************************************************/
.SideBarMenuUl {
    /*background-color: #F8F8FF;*/
    background-color: white;
    padding: 5px 0 5px 0;
    margin: 0 0 0 5px;
    width: 95%;
    color: #404040;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .SideBarMenuUl li {
        height: 31px;
        padding-top: 6px;
        vertical-align: middle;
        border-bottom: solid;
        border-bottom-color: #A8BBBD;
        border-bottom-width: 0.05px;
        font-size: 15px;
        padding-left: 5px;
        font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #606060;
        transition: all 0.40s ease;
    }

        .SideBarMenuUl li:hover {
            background-color: #c0c0c0;
            border-bottom-width: 0.1px;
            color: #585454;
            vertical-align: middle;
        }

ul.SideBarMenuUl li.selected {
    background-color: #d6dbdf;
    color: #34495e;
    transition: all 0.50s ease-in-out;
}

.SideBarDiv {
    background-color: white;
    margin-top: 5px;
}

.LargeFont {
    font-size: 22px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.MidFont {
    font-size: 14px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.MidFontArial {
    font-size: 14px;
    font-family: Arial;
}

.MidFontArialBold {
    font-size: 14px;
    font-family: Arial;
    font-weight: 600;
}

.MidFontBold {
    font-size: 14px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.NormalFont {
    font-size: 13px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.NormalFontHeavy {
    font-size: 12px;
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bolder;
}

.KendoMenuUl {
    background-color: white;
    padding: 2px 1px 0 1px;
    margin: 0 0 0 0px;
    color: #404040;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .KendoMenuUl li {
        vertical-align: middle;
        /*border-bottom: solid;*/
        /*border-bottom-color: #A8BBBD;
        border-bottom-width: 0.05px;*/
        /*font-size: 13px;*/
        padding-left: 15px;
        font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #606060;
        transition: all 0.40s ease;
    }

        .KendoMenuUl li:hover {
            background-color: #c0c0c0;
            /*border-bottom-width: 0.1px;*/
            color: #585454;
            vertical-align: middle;
        }

ul.KendoMenuUl li.selected {
    background-color: #d6dbdf;
    color: #34495e;
    transition: all 0.50s ease-in-out;
}

.k-header {
    font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    /*font-weight: bold;  
    padding: 8px 0px 8px 4px;
    text-align: center;
    vertical-align: top;*/
}

/**************************************************Docupload Styles*****************************************************/
.CloseButton {
    z-index: 52;
    position: relative;
    height: 24px;
    width: 24px;
    margin-top: -20px;
    margin-right: -16px;
    cursor: pointer;
    visibility: hidden;
}

.divLogout {
    width: 55px;
    height: 40px;
    padding: 2px 4px 2px 4px;
    margin: 5px 0 0 15px;
}

    .divLogout:hover {
        background-color: #F0ECEC;
    }


.divLogoutDropDown {
    padding: 0 0 2px 4px;
    margin: 0 0 0 12px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: max-height 0.8s;
    z-index: 999;
}

    .divLogoutDropDown:hover {
        background-color: #F0ECEC;
        opacity: 1;
        cursor: pointer;
        padding: 0 0 2px 4px;
        margin: 0 0 0 12px;
        z-index: 999;
    }

.glowing-border {
    border: 2px solid #257524;
    border-radius: 2px;
}

    .glowing-border:focus {
        outline: none;
        border-color: #33B232;
        box-shadow: 10px 10px 10px #33B232;
    }

.TagInnerElement {
    position: relative;
    align-items: center;
    z-index: 703;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
}

.TagInnerElementLeft {
    /*border: solid;*/
    position: relative;
    align-items: flex-end;
    justify-content: flex-start;
    /*align-content:center;
    text-align: center;
    vertical-align: central;*/
    z-index: 703;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    /*line-height: 40px;*/
    /*z-index: 51;*/
}

.TagCenter {
    /*border: solid;*/
    position: relative;
    align-items: center;
    justify-content: center;
    /*align-content:center;
    text-align: center;
    vertical-align: central;*/
    padding: 0;
    margin: 0;
    display: flex;
    /*line-height: 40px;*/
    /*z-index: 51;*/
}

.RequiredBorder {
    /*   border: 1px solid #E12B25;
    background: #F6F633;  
    padding: 4px !important;*/
    -webkit-box-shadow: 0 0 10px red;
    -moz-box-shadow: 0 0 10px red;
    box-shadow: 0 0 10px red
    /* width: max-content !important;
    height: max-content !important;*/
   
}

.RequiredBorderOK {
    outline: 2px solid #28a745;
    outline-offset: -1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.RequiredBorder:after {
    content: "*";
    position: absolute;
    top: -15px;
    right: -0px;
    font-size: 16px; /* Standardized font size */
    font-weight: bold;
    color: #E12B25;
}
.SignInitialText {
    background: #F6F633;
    color: #E12B25;
    font-family: Charmonman;
    font-size: 18px;
    font-weight:600;
}

.RequiredBorderGlow {
    border: solid;
    border-width: 0;
    box-shadow: 0 0 0.04em 0.04em #E12B25, 0 0 0.3em 0.3em #F7BAB9;
    animation: ease-in-out;
    animation-duration: 250s;
}

.OptionalBorder {
     border: 1px solid #616567;
    -webkit-box-shadow: 0 0 10px #888686;
    -moz-box-shadow: 0 0 10px #888686;
     box-shadow: 0 0 10px #888686
}
    .OptionalBorder::after {
        content: "o";
        position: absolute;
        top: -15px;
        right: -0px;
        color: dimgray;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        z-index: 99999;
        pointer-events: none;
    }
.OptionalBorderGlow {
    border: dashed;
    border-width: 0;
    box-shadow: 0 0 0.04em 0.04em #616567, 0 0 0.3em 0.3em #C0C5C8;
    animation: ease-in-out;
    animation-duration: 250s;
    position: relative;

}

.OptionalBorderCk {
    outline: 1px solid #616567;
    outline-offset: -1px;
    -webkit-box-shadow: 0 0 10px #888686;
    -moz-box-shadow: 0 0 10px #888686;
    box-shadow: 0 0 10px #888686
}
.OptionalBorderCk::after {
    border: dashed;
    border-width: 0;
    box-shadow: 0 0 0.04em 0.04em #616567, 0 0 0.3em 0.3em #C0C5C8;
    animation: ease-in-out;
    animation-duration: 250s;
    position: relative;
}


.SelectedPageBorder {
    border: 1px solid #2B3EC5;
}



.inputError {
    border: 1px solid #E53324;
    box-shadow: 0 0 5px #E71C0B;
}

/************************************************Admin Page********************************************************************/
.SideBarNav {
    height: 100%;
}

.AdminMenuHeader {
    padding: 0;
    margin: 25px 0 0 10px;
}

.AdminMenuUl {
    padding: 5px 2px 5px 2px;
    margin: 0 0 0 5px;
    width: 95%;
    color: #404040;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .AdminMenuUl li {
        height: 31px;
        padding-top: 6px;
        margin-bottom: 2px;
        vertical-align: middle;
        font-size: 12px;
        padding-left: 5px;
        font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #606060;
        /*transition: all 0.40s ease;*/
    }

        .AdminMenuUl li:hover {
            background-color: #E2E0E0;
            border: solid 0.5px #979797;
            border-radius: 14px;
            /*border-bottom-width: 0.1px;*/
            color: black;
            vertical-align: middle;
            font-weight: 500;
            transition: all 0.10s ease;
        }

.AdminMenuUl1 {
    background-color: #E2E0E0;
    border: solid 0.5px #979797;
    border-radius: 14px;
    /*border-bottom-width: 0.1px;*/
    color: black;
    vertical-align: middle;
    font-weight: 500;
    transition: all 0.10s ease;
}

.AdminMenuUlSelected {
    /*background-color: #ECECEC;
    border-bottom-width: 0.1px;
    color: blue;
    vertical-align: middle;
    font-weight: 500;*/
    background-color: #E2E0E0;
    border-left: solid 3px #41BC2E;
    /*border-radius: 14px;*/
    /*border-bottom-width: 0.1px;*/
    color: black;
    vertical-align: middle;
    font-weight: 500;
    transition: all 0.10s ease;
}

/*ul.AdminMenuUl li.selected {
    background-color: #d6dbdf;
    color: #34495e;
    transition: all 0.50s ease-in-out;
}

AdminMenuUl li.selected {
    background-color: #d6dbdf;
    color: #34495e;
    transition: all 0.50s ease-in-out;
}*/

.DivHeader {
    padding: 0;
    margin: 15px 0 0 25px;
    font-family: Arial;
    font-size: 22px;
}

.DivHeaderWithoutMargin {
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 22px;
}

.DivSubHeader {
    font-family: Arial;
    font-size: 18px;
    display: block;
    margin: 25px 0 0 25px;
}

.DivSubHeaderNoMargin {
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.DivSub1Header {
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
    /*font-weight:bold;*/
    display: block;
    margin: 25px 0 0 25px;
}

.DivSub1SmallHeader {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.DivLeftMostElementTop {
    margin-top: 25px;
}

.DivLeftMostElementLeft {
    margin-left: 25px;
}

.NoPaddingMargin {
    margin: 0;
    padding: 0;
}

.DivHr {
    padding: 0;
    margin: 15px 25px 0 25px;
}

.DivTopLeftMargin {
    margin: 25px 0 0 25px;
}

.DivBtnSave {
    width: 60px;
    margin: 15px 0 0 15px;
    padding: 1px;
    /*font-family: Verdana;*/
    font-size: 12px;
    background-color: #2c6ee1;
    color: white;
    border: solid;
    border-color: #1C55C0;
    border-width: 0.04em;
}

    .DivBtnSave:hover {
        /*background-color: #397EA5;*/
        color: white;
        /*border: solid;
                border-width: 0;*/
        box-shadow: 0 0 0.06em 0.06em #1530DE, 0 0 0.2em 0.2em #BBBBEC;
    }

    .DivBtnSave:focus {
        background-color: #397EA5;
        color: white;
    }

.DivBtnCancel {
    width: 70px;
    margin: 15px 0 0 15px;
    /*font-family: Verdana;*/
    font-size: 12px;
    background-color: #D2D5D7;
    color: #51565A;
    border: solid;
    border-color: #9BA0A5;
    border-width: 0.04em;
}

    .DivBtnCancel:hover {
        /*background-color: #A7ACB1;*/
        color: #51565A;
        border: solid;
        border-width: 0;
        box-shadow: 0 0 0.06em 0.06em #616567, 0 0 0.3em 0.3em #C0C5C8;
    }

.SmallestFont {
    /*font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Arial;
    font-size: 12px;
}

.SmallerFont {
    /*font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: Arial;
    font-size: 13px;
}

.SmallFont {
    font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    font-size: 13.5px;
    text-rendering: optimizeLegibility;
}

.LabelCtrl {
    font-family: Arial;
    font-size: 13.5px;
}

.LabelCtrlBold {
    font-family: Arial;
    font-size: 13.5px;
    font-weight: bold;
}

.InputCtrl {
    font-family: Arial;
    font-size: 11px;
    line-height: 13px;
    width: 70%;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: #A6ACAF;
}

.InputCtrlInline {
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
    border: solid;
    border-radius: 2px;
    border-width: 1px;
    border-color: #A6ACAF;
    display: inline;
    padding: 4px;
}

.InputCtrlRadio {
    border: solid;
    border-radius: 2px;
    border-width: 0.04em;
    border-color: #A6ACAF;
}

/************************************************Admin Page********************************************************************/


/*.ui-resizable-se {
    height: 5px;
    width: 5px;
    right: -8px;
    bottom: -8px;
    border-right: solid;
    border-bottom: solid;
    border-right-color: #404040;
    border-bottom-color: #404040;
    border-right-width: 9px;
    border-bottom-width: 9px;
}*/


.NavButtons {
    background-color: #136D38;
    color: white;
    font-family: Poppins-SemiBold;
    font-size: 14px;
    font-weight: 300;
    width: auto;
    height: auto;
    padding: 6px 15px 6px 15px;
    border: solid;
    border-width: 0.09rem;
    border-color: #16E349;
    border-radius: 4px;
}

    .NavButtons:hover {
        background-color: #26814B;
        width: auto;
        height: auto;
        padding: 6px 15px 6px 15px;
        border: solid;
        border-width: 0.09rem;
        border-color: #46F81A;
        border-radius: 2px;
    }

.PageButtons {
    background-color: #F9FAF9;
    color: #555755;
    font-family: Poppins-SemiBold;
    font-size: 12.5px;
    font-weight: 400;
    width: auto;
    height: auto;
    padding: 4px;
    border: solid;
    border-width: 0.02em;
    border-color: #D3D5D3;
    border-radius: 1px;
}

    .PageButtons:hover {
        background-color: #F1F1F1;
        color: #555755;
        border: solid;
        border-width: 0.02em;
        border-color: #B1B3B1;
        border-radius: 1px;
    }

.InPageButtons {
    background-color: white;
    color: #728172;
    font-family: Poppins-SemiBold;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 12.5px;
    width: auto;
    height: auto;
    padding: 4px;
    border: none;
}

    .InPageButtons:hover {
        color: #2C2F2C;
    }

.PageInput {
    display: block;
    width: 30%;
    padding: .375rem .75rem;
    margin: 0 0 .5rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-top-width: 1px;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .PageInput:hover {
        border-color: #B5B8B5;
    }

.PageCheckBox {
    display: inline;
    padding: 0;
    /*margin: 10px 0 0 0;*/
    color: #495057;
    /*background-color: #fff;*/
    border: 15px solid #ced4da;
    border-radius: 15%;
}

    .PageCheckBox:hover {
        border-color: #B5B8B5;
    }


.PageBackground {
    background: -moz-linear-gradient(-45deg, rgba(245,249,241,1) 0%, rgba(240,246,238,0.01) 74%, rgba(240,246,238,0) 75%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(245,249,241,1) 0%,rgba(240,246,238,0.01) 74%,rgba(240,246,238,0) 75%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(245,249,241,1) 0%,rgba(240,246,238,0.01) 74%,rgba(240,246,238,0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f9f1', endColorstr='#00f0f6ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.PageHr {
    padding: 0;
    border: solid;
    border-width: 0.05rem;
    border-color: #E1E3E2;
    margin: 10px 0 10px 0;
}

.PageBottomHr {
    padding: 0;
    border: solid;
    border-width: 0.05rem;
    border-color: #E1E3E2;
    margin: 40px 0 40px 0;
}

.PageRecipients {
    /*border-top:none;
    border-right:none;
    border-bottom:none;*/
    -webkit-box-shadow: 0px 3px 2px 0px rgba(179,182,179,1);
    -moz-box-shadow: 0px 3px 2px 0px rgba(179,182,179,1);
    box-shadow: 0px 3px 2px 0px rgba(179,182,179,1);
}

.DivFileUpload {
    color: #A6A9A7;
    border-radius: 1px;
    border: dashed;
    border-width: 1px;
    border-color: #47734D;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .DivFileUpload:hover {
        border-width: 1px;
        border: dotted;
        color: #4B994B;
    }

.DivFileUploadStart {
    border: 2px dashed #A3A3A3;
    height: 400px;
    cursor: pointer;
}

    .DivFileUploadStart:hover {
        color: #4B994B;
        border: 2px dashed #4B994B;
    }


.Divcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Divrecipients {
    margin: 40px 0 0 80px;
    color: #A2BEA5;
    min-height: 326px;
    border-radius: 2px;
    border: solid;
    border-width: 0.02em;
    border-color: #47734D;
    padding: 20px;
    display: block;
    cursor: pointer;
    background-color: white;
}

    .Divrecipients:hover {
        border-width: 0.15rem;
        color: #59ba1f;
    }

.RecipientDiv {
    border: solid;
    border-width: 0.05rem;
    border-color: #1476D9;
    border-left-width: 0.3rem;
    /*transition: all .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

.CancelIcon {
    height: 28px;
    width: 28px;
    border: solid;
    border-width: 0.09rem;
    border-color: #F9CCC6;
    border-radius: 18px;
    padding: 2px;
}

    .CancelIcon:hover {
        border-color: #B64C3F;
        padding: 3px;
    }


.UploadedfileDiv {
    border: 0.09rem solid #C0C0C0;
    padding: 5px;
    margin: 10px 0 10px 0;
    background-color: white;
    width: 90%;
}

    .UploadedfileDiv:hover {
        /*border: 0.09rem solid #898989;*/
        box-shadow: 0 0 11px rgba(22,22,22,.5);
    }


.unselectable {
  /*  display: block;*/
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.NoMarginTopBottom {
    margin-top: 0;
    margin-bottom: 0;
}


.SignerStep {
    transition: box-shadow .3s;
    margin-bottom: 20px;
    color: #808080;
}

    .SignerStep:hover {
        box-shadow: 0 0 11px rgba(22,22,22,.5);
    }


.SignerElement {
    background-color: #f5f5f5;
    color: black;
    color: #717171;
    border-left: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
}

.SignerElementBorder {
    border: 1px solid #ced4da;
}







label.btn span {
    font-size: small;
}

label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="radio"] ~ i.fa {
    color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o {
    color: #c8c8c8;
    display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
    display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
    color: #7AA3CC;
    display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label.active {
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
    display: inline-block;
    /*padding: 6px 12px;*/
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #c8c8c8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    div[data-toggle="buttons"] label:hover {
        color: #7AA3CC;
    }

    div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.SetCenter {
    position: relative;
}

    .SetCenter div {
        margin: 0;
        position: absolute;
        top: 35%;
        left: 50%;
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }

    .SetCenter p {
        margin: 0;
        position: absolute;
        top: 35%;
        left: 50%;
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }

    .SetCenter span {
        margin: 0;
        position: absolute;
        top: 54%;
        left: 50%;
        -ms-transform: translate(-50%, -54%);
        transform: translate(-50%, -54%);
    }

    .SetCenter button {
        margin: 0;
        position: absolute;
        top: 70%;
        left: 50%;
        -ms-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    }
.k-table-td {
    overflow: visible !important;
}

.k-grid-header .k-header {
    height: 20px;
    padding: 5px;
}

.k-grid tbody tr {
    line-height: 14px;
}

.k-grid tbody td {
    padding: 0;
}
/*-------------------*/
.modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/* for auto fill Tag title */

/* Style for the pseudo-element that displays the title content */
.my-div::after {
    content: attr(title); /* Get content directly from the title attribute */
    position: absolute; /* Position relative to the parent .my-div */
    top: -21px; /* Adjusted: Reduced spacing from top edge */
    right: 0px; /* Adjusted: Reduced spacing from right edge */
    /* Tooltip-like styling with reduced padding */
    background-color: #15921a; /* Red background for visibility       */
    color: white;
    padding: 3px 3px; /* Adjusted: Significantly reduced padding */
    border-radius: 3px; /* Adjusted: Slightly smaller border-radius */
    font-size: 11px; /* Adjusted: Slightly smaller font-size if needed */
    white-space: nowrap; /* Prevent text from wrapping */
    z-index: 1; /* Ensure it's above other content if overlapping */
    box-shadow: 0 1px 3px rgba(0,0,0,0.15); /* Lighter shadow */
    opacity: 1; /* Always visible */
    visibility: visible; /* Always visible */
    pointer-events: none; /* Make it unclickable/non-interactive */
}

/* Optional: Add a small triangle/arrow pointing to the div */
.my-div::before {
    content: '';
    position: absolute;
    /* Adjust top and right to align with the new, smaller pseudo-element */
    top: calc( -8px + 3px); /* top of .my-div::after + (half of its padding-top) */
    right: -4px; /* Slightly adjust to be closer to the text box */
    border-width: 4px; /* Adjusted: Slightly smaller triangle */
    border-style: solid;
    border-color: transparent transparent transparent #15921a; /* Points left, matches background */
    z-index: 2; /* Make sure arrow is above other elements */
    pointer-events: none;
}

/* Style for the pseudo-element that displays the title content */
.my-div-req::after {
    content: attr(title); /* Get content directly from the title attribute */
    position: absolute; /* Position relative to the parent .my-div */
    top: -21px; /* Adjusted: Reduced spacing from top edge */
    right: 0px; /* Adjusted: Reduced spacing from right edge */
    /* Tooltip-like styling with reduced padding */
    background-color: #d43706; /* Red background for visibility       */
    color: white;
    padding: 3px 3px; /* Adjusted: Significantly reduced padding */
    border-radius: 3px; /* Adjusted: Slightly smaller border-radius */
    font-size: 11px; /* Adjusted: Slightly smaller font-size if needed */
    white-space: nowrap; /* Prevent text from wrapping */
    z-index: 1; /* Ensure it's above other content if overlapping */
    box-shadow: 0 1px 3px rgba(0,0,0,0.15); /* Lighter shadow */
    opacity: 1; /* Always visible */
    visibility: visible; /* Always visible */
    pointer-events: none; /* Make it unclickable/non-interactive */
}

/* Optional: Add a small triangle/arrow pointing to the div */
.my-div-req::before {
    content: '';
    position: absolute;
    /* Adjust top and right to align with the new, smaller pseudo-element */
    top: calc( -8px + 3px); /* top of .my-div::after + (half of its padding-top) */
    right: -4px; /* Slightly adjust to be closer to the text box */
    border-width: 4px; /* Adjusted: Slightly smaller triangle */
    border-style: solid;
    border-color: transparent transparent transparent #15921a; /* Points left, matches background */
    z-index: 2; /* Make sure arrow is above other elements */
    pointer-events: none;
}

.all-required::after {
    content: "*"; /* Get content directly from the title attribute */
    position: absolute; /* Position relative to the parent .my-div */
    top: -10px; /* Adjusted: Reduced spacing from top edge */
    right: 0px; /* Adjusted: Reduced spacing from right edge */
    /*padding: 3px 3px;*/ /* Adjusted: Significantly reduced padding */
    font-size: 20px; /* Adjusted: Slightly smaller font-size if needed */
    color: red;
    opacity: 1; /* Always visible */
    visibility: visible; /* Always visible */
    pointer-events: none; /* Make it unclickable/non-interactive */
}
.all-required {
    border-color: red;
    border-width: 2px;
    z-index: 10;
}

/* Add this CSS for the review highlight effect */
.highlight-preview {
    animation: highlightPulse 3s ease-in-out;
    border: 2px solid #17a2b8 !important;
}

@keyframes highlightPulse {
    0% {
        border-color: #17a2b8;
        box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.7);
    }

    50% {
        border-color: #17a2b8;
        box-shadow: 0 0 0 10px rgba(23, 162, 184, 0);
    }

    100% {
        border-color: #17a2b8;
        box-shadow: 0 0 0 0 rgba(23, 162, 184, 0);
    }
}

/* Mobile responsive styles for the Done Guidance Modal */
#DocumentSigning_DoneGuidanceModal .modal-content {
    border-radius: 10px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    /* Ensure proper sizing on mobile */
    max-height: 90vh;
    margin: 5vh auto;
}

#DocumentSigning_DoneGuidanceModal .modal-header {
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    flex-shrink: 0; /* Prevent header from shrinking */
}

#DocumentSigning_DoneGuidanceModal .modal-body {
    overflow-y: auto;
    flex: 1;
    /* Ensure body can scroll if content is too long */
}

#DocumentSigning_DoneGuidanceModal .modal-footer {
    border-radius: 0 0 10px 10px;
    padding: 20px 30px;
    flex-shrink: 0; /* Prevent footer from shrinking */
    /* Ensure buttons stay within modal boundaries */
    flex-wrap: wrap;
    gap: 10px;
}

/* Mobile-specific adjustments */
/* ✅ MOBILE: Enhanced modal styles for touch devices */
@media (max-width: 768px) {
    #DocumentSigning_DoneGuidanceModal .modal-dialog {
        margin: 10px;
        max-width: calc(100vw - 20px);
    }

    #DocumentSigning_DoneGuidanceModal .modal-content {
        border-radius: 12px;
    }

    #DocumentSigning_DoneGuidanceModal .btn {
        min-height: 48px; /* Better touch target */
        margin: 8px 4px;
        font-size: 16px;
        border-radius: 8px;
        transition: all 0.2s ease;
    }

        #DocumentSigning_DoneGuidanceModal .btn:active,
        #DocumentSigning_DoneGuidanceModal .btn.active {
            transform: scale(0.98);
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
        }

    #DocumentSigning_DoneGuidanceModal .modal-body {
        padding: 20px 16px;
    }

    #DocumentSigning_DoneGuidanceModal .modal-footer {
        padding: 16px;
        flex-direction: column;
    }

        #DocumentSigning_DoneGuidanceModal .modal-footer .btn {
            width: 100%;
            margin: 4px 0;
        }
}

/* ✅ MOBILE: Highlight effect for preview panel */
.highlight-preview {
    animation: highlightPulse 2s ease-in-out;
    border: 2px solid #28a745 !important;
}

@keyframes highlightPulse {
    0%, 100% {
        border-color: #28a745;
        box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
    }

    50% {
        border-color: #20c997;
        box-shadow: 0 0 15px rgba(40, 167, 69, 0.8);
    }
}


/* Extra small screens */
@media (max-width: 575.98px) {
    #DocumentSigning_DoneGuidanceModal .modal-dialog {
        margin: 5px;
        max-width: calc(100vw - 10px);
    }

    #DocumentSigning_DoneGuidanceModal .modal-body {
        padding: 15px 10px;
    }

    #DocumentSigning_DoneGuidanceModal .modal-footer {
        padding: 10px;
    }

    #DocumentSigning_DoneGuidanceModal .fa-3x {
        font-size: 2em; /* Reduce icon size on very small screens */
    }
}

/* Landscape phone orientation */
@media (max-width: 767.98px) and (orientation: landscape) {
    #DocumentSigning_DoneGuidanceModal .modal-content {
        max-height: 95vh;
        margin: 2.5vh auto;
    }

    #DocumentSigning_DoneGuidanceModal .modal-body {
        padding: 10px 15px;
    }

    #DocumentSigning_DoneGuidanceModal .modal-footer {
        padding: 10px 15px;
        flex-direction: row;
        justify-content: center;
    }

        #DocumentSigning_DoneGuidanceModal .modal-footer .btn {
            width: auto;
            margin: 0 5px;
        }
}
/* 🚀 NEW: Template Copy Progress Styles */
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }

    100% {
        background-position: 0 0;
    }
}

.copy-step {
    transition: all 0.3s ease;
    padding: 5px 0;
    font-size: 13px;
}

    .copy-step.completed {
        color: #28a745 !important;
        font-weight: 500;
    }

    .copy-step i {
        width: 16px;
        margin-right: 8px;
        transition: all 0.3s ease;
    }

/* Progress bar enhancements */
#templateCopyProgressBar {
    transition: width 0.5s ease-in-out;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Text ML container should not vertically center its children */
.Text_ML_New {
    line-height: normal !important;
}

    /* Opt-out of the tint/gradient for ML display on signing */
    .Text_ML_New.ml-no-tint {
        background: transparent !important;
        background-image: none !important;
        background-color: transparent !important;
    }

/* Display content of ML text in top-left, wrapping lines */
.TagInnerTextML {
    display: block;
    margin: 0;
    padding: 0;
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.2;
    text-align: left;
    color: inherit;
}

/* Ensure text tags are always clickable */
.Text_SL_New,
.Text_ML_New,
.my-div,
.my-div-req,
.all-required {
    pointer-events: auto;
    z-index: 300;
}


/* 🔒 Enhanced Rate Limit Modal Styling */
#document_rate_limit_modal .modal-content {
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

#document_rate_limit_modal .modal-header {
    background: linear-gradient(135deg, #fff3cd 0%, #fef9e7 100%);
    border-bottom: 1px solid #ffeaa7;
    border-radius: 8px 8px 0 0;
}

#document_rate_limit_modal .modal-title {
    color: #856404;
    font-weight: 600;
}

#rateLimitCountdown {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 12px;
    margin: 15px 0;
}

#countdownTimer {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 20px;
    color: #dc3545;
    background: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #dc3545;
    display: inline-block;
    min-width: 60px;
    text-align: center;
}

/* Security notice styling */
.rate-limit-security-notice {
    background: linear-gradient(135deg, #e7f3ff 0%, #d1ecf1 100%);
    border: 1px solid #bee5eb;
    border-radius: 6px;
    padding: 15px;
    margin: 15px 0;
}

    .rate-limit-security-notice h6 {
        color: #0c5460;
        margin-bottom: 8px;
        font-weight: 600;
    }

    .rate-limit-security-notice p {
        color: #0c5460;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.4;
    }

/* Success state for countdown */
#countdownTimer.success {
    color: #28a745 !important;
    border-color: #28a745 !important;
    background: #d4edda !important;
}

/* Loading state animation */
.rate-limit-loading {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: rate-limit-spin 1s linear infinite;
    margin-right: 8px;
}

@keyframes rate-limit-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 576px) {
    #document_rate_limit_modal .modal-dialog {
        margin: 10px;
    }

    #countdownTimer {
        font-size: 18px;
        min-width: 50px;
    }

    .rate-limit-security-notice {
        padding: 12px;
        margin: 12px 0;
    }
}


/* ===========================================
   🚀 CSS MARKER TAG (24px height version)
   =========================================== */
#MarkerTag.marker-tag {
    position: absolute;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px 0 16px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 14px; /* Slightly reduced for 24px height */
    color: #222;
    background: #FFEA29; /* Same family as before; slightly lighter helps at small height */
    border: 1px solid #c7a53d;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.22);
    cursor: pointer;
    z-index: 5000;
}
    /* Arrow fill (24px => 12px top/bottom triangles) */
    #MarkerTag.marker-tag:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px; /* = arrow width (10px) */
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 10px solid #FFEA29;
    }
    /* Arrow outline */
    #MarkerTag.marker-tag:before {
        content: "";
        position: absolute;
        top: 50%;
        right: -11px; /* outline sits 1px further */
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 11px solid #c7a53d;
    }

#MarkerTag .marker-tag-text {
    max-width: 82px; /* a bit narrower due to reduced padding */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MarkerTag oscillation (CSS-based) */
#MarkerTag.marker-oscillate {
    animation-name: markerOscillateX;
    animation-duration: var(--marker-oscillate-duration, 600ms);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    will-change: transform; /* GPU hint */
}

/* Translate from the rest position to the travel distance (negative X) */
@keyframes markerOscillateX {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(var(--marker-oscillate-distance, 10px) * -1));
    }
}

/* Respect reduced-motion user preference */
@media (prefers-reduced-motion: reduce) {
    #MarkerTag.marker-oscillate {
        animation: none !important;
    }
}

/* Center text for narrow single-character fields */
.TagInnerElementCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

/* Disabled Archived tab when cloud drive is not connected */
#MenuPackageQuickView li.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

    #MenuPackageQuickView li.disabled span {
        color: #999 !important;
    }

    #MenuPackageQuickView li.disabled i {
        color: #ccc !important;
    }