div#frmModal {
    /*clear: both;*/
    display: block;
    left: -100%;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    padding: 0;
    background: rgba(0,0,0,0.33);
}

div.dfFrm {
    display: none;
    z-index: 100;
}

    div.dfFrm.useThis {
        display: block;
        position: absolute;
        width: auto;
        min-width: 280px;
        max-width: 320px;
        height: auto;
        padding: 20px;
        margin: 0 auto;
        border: 0px solid rgba(0,0,0,0.8);
        background: rgba(0,0,0,0.33);
    }


    div.dfFrm input[type="text"] {
        width: 100% !important;
        margin: 5px auto;
        max-width: none !important;
    }

    div.dfFrm div.btn-group-justified {
        margin: 5px auto 0;
    }

    div.dfFrm a.btn, #cancelForm {
        width: 100%;
        border-radius: 0 !important;
        min-width: 140px;
        max-width: 40%;
        /* margin: 25px 1% auto; */
    }

/*** Document Edit Form ***/
li.fcDocEditTab > a {
    border-top-color: darkorange !important;
    border-left-color: darkorange !important;
    border-radius: 0px !important;
    border-right-color: darkorange !important;
}

td.EditCell input[type="image"] {
    vertical-align: middle;
    margin: 0 0 0 5px;
    background-color: #333;
    height: 14px;
    width: 14px;
    border: 1px #333 solid;
    /* box-shadow: 1px 2px 2px rgba(0,0,0,0.6) inset; */
}
/*** Document Edit Form End ***/

.fiFlip{
    transform:rotateX('180deg');
}