﻿.login-logo {
    background-image: url('../images/CapjaDocBuilder Logo_Path.svg');
    width: 230px;
    height: 60px;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: contain;
    background-size: contain;
    -ms-background-position: center;
    background-position: center;
}

.login-window {
    max-width: 500px;
}

.font-size-small * {
    font-size: 12px !important;
}

.cdtab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .cdtab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 25px;
        transition: 0.3s;
        border-radius: 5px 5px 0px 0px;
    }

        /* Change background color of buttons on hover */
        .cdtab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .cdtab button.active {
            background-color: #808080;
            color: #fff;
        }

/* Style the tab content */
.cdtabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.signature-pad {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #808080;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0, 0.3),0 0 40px rgba(0,0,0,0.1) inset;
    border-radius: 4px;
    padding: 16px;
}

/* Sortable List */

.msssortable {

}

.msssortable li {
    display: block;
    height: 210px; /* 50px */
    width: 90%;
    margin: 0 auto;
    border: 1px solid #a0a0a0;
    background-color: #ffffff;
    margin: 2px 0;
    border-radius: 3px;
}
.msssortable .handle {
    cursor: grab;
}
.msssortable li div {
    font-size: 18px;
    color: #000000;
    padding: 3px 10px;
    text-align: left;
}

.sortable {

}

.sortable li {
    display: block;
    height: 50px;       /* 50px */
    width: 90%;
    margin: 0 auto;
    border: 1px solid #a0a0a0;
    background-color: #f1f1f1;
    margin: 2px 0;
    border-radius: 3px;
}

    .sortable .handle {
        cursor: grab;
    }

    .sortable li div {
        font-size: 18px;
        color: #000000;
        padding: 3px 10px;
        text-align: left;
    }

.refimg-container {

}
    .refimg-container table {
        vertical-align: top;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

    .click:hover {
        cursor: pointer;
    }