/* Minification failed. Returning unminified contents.
(4456,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
div[role=dialog] {
    max-width: 99vw;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 1024px;
}

.img-width-lg {
    width: auto;
    height: 100%;
}

.img-width-md-lg {
    width: 75%;
    height: auto;
}

.img-width-md {
    width: auto;
    height: 50%;
}

.img-width-sm-md {
    width: auto;
    height: 25%;
}

.img-width-sm {
    width: auto;
    height: 15%;
}

.img-height-lg {
    width: 100%;
    height: auto;
}

.img-height-md-lg {
    width: auto;
    height: 75%;
}

.img-height-md {
    width: 50%;
    height: auto;
}

.img-height-sm-md {
    width: 25%;
    height: auto;
}

.img-width-sm {
    width: 15%;
    height: auto;
}

.click-cursor {
    cursor: pointer;
}

.clickable-item {
    cursor: pointer;
    background: #ffffdf;
}
/* Font */
.fontsize-lg {
    font-size: 24pt;
}

.fontsize-md-1 {
    font-size: 14pt;
}

.fontsize-md-2 {
    font-size: 16pt;
}

.fontsize-md-3 {
    font-size: 18pt;
}

.fontsize-nm {
    font-size: 12pt;
}

.fontsize-sm-1 {
    font-size: 11pt;
}

.fontsize-sm-2 {
    font-size: 10pt;
}

.fontsize-sm-3 {
    font-size: 9pt;
}

.fontsize-sm-4 {
    font-size: 8pt;
}

.fontsize-sm-5 {
    font-size: 7pt;
}

.fontsize-sm-6 {
    font-size: 6pt;
}

/* Dialog Class */
.ui-dialog-osx {
    -moz-border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    border-width: 0 8px 8px 8px;
}

.signature-box {
    position: relative;
}

.signature-box span {
    display: none;
}

.signature-box:hover span {
    display: block;
    position: fixed;
    overflow: hidden;
    border: 1px solid #fe0d05;
    width: 250px;
    height: 35px;
    z-index: 99999;
}

/* DataTable extra style*/
.dt-search {
    padding-left: 10px;
}

.dt-search input {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    border-radius: 6px;
    width: 300px;
}

.dt-length select {
    margin-left: 5px;
    padding-left: 10px;
    width: 35px;
    border-radius: 6px;
}

.dt-search input.input-sm {
    width: 300px;
}


/*DDS Panel */
.dds-panel {
    text-align: center;
    background: #ffffff;
    color: #ccd1d9;
}

    .dds-panel p {
        margin-top: 5px;
        font-weight: 700;
        margin-left: 15px;
    }

    .dds-panel .dds-header {
        background: #b7e6fa;
        padding: 3px;
        margin-bottom: 15px;
        color: #c6c6c6;
    }

    .dds-panel .small {
        font-size: 10px;
        color: #ccd1d9;
    }

    .dds-panel i {
        color: #68dff0;
        padding-right: 4px;
        font-size: 14px;
    }

.dds-maxheight-sm {
    max-height: 300px;
    overflow: auto;
}

.dds-maxheight-md {
    max-height: 450px;
    overflow: auto;
}

.dds-maxheight-lg {
    max-height: 600px;
    overflow: auto;
}

/* DDS Div dialog */
.dds_dialog_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .dds_dialog_wrapper > .dds_dialog {
        z-index: 5;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

    .dds_dialog_wrapper .dds_dialog > .dds_dialog_body {
        position: absolute;
        top: 80px;
        left: 35%;
        margin-top: -15px;
        margin-left: -15px;
    }

#adhoc-dialog {
    padding-top: 0.5em;
    padding-left: 0;
}

/* DDS Div Overlay */
.dds_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dds > .dds_overlay,
.dds_overlay {
    z-index: 5;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.dds_alert {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #000;
    margin-left: -15px;
    margin-top: -15px;
    background-color: #fff;
    border: 1px solid #ccd1d9;
    border-radius: 5px;
    padding: 10px 5px;
    width: 800px;
    transform: translate(-380px, -50%);
}

.dds .dds_overlay > .alert {
    position: absolute;
    top: 80px;
    left: 35%;
    margin-top: -15px;
    margin-left: -15px;
}

.dds > .fa, .dds_overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.overlay {
    width: 100%;
    height: 100%;
    left: 50%;
}

/* DDS SmartDoc filter and Sort */
.dds-filter {
    padding-right: 10px;
    cursor: pointer;
}

    .dds-filter > .fa {
        cursor: pointer;
    }

.dds-text-underline {
    text-decoration: underline;
    font-weight: 900;
}

.dds-hide-element {
    display: none !important;
}

/* Misc */
.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.dropZone {
    background: #ffffff;
    border: #dcdcdc dashed 2px;
    width: 100%;
    height: 200px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 25px;
    text-align: center;
    font-size: 18pt;
    color: #e5e5e5;
}

.dropZone-avatar {
    background: #ffffff;
    border: #dcdcdc dashed 2px;
    width: auto;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 14pt;
    color: #e5e5e5;
}

.dropZone-sm {
    background: #ffffff;
    border: #dcdcdc dashed 2px;
    width: 100%;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: center;
    font-size: 14pt;
    color: #e5e5e5;
}

.dropZone2 {
    background: #ffffff;
    border: #dcdcdc dashed 2px;
    width: 100%;
    height: 200px;
}

.dropZoneText {
    display: block;
    position: fixed;
    font-size: 20pt;
    text-align: center;
    color: #ccd1d9;
    z-index: 9999;
    padding-top: 25px;
    margin: 5% 8%;
}

.loader-fa {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 25% 50%;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-divbox {
    display: block;
    background-color: #ffe3e3;
    position: fixed;
    text-align: center;
    width: 50%;
    height: 40px;
    font-size: 12pt;
    font-weight: bold;
    z-index: 9999;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    padding-top: 10px;
    opacity: 0.6;
}

.loader-login {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 5% 42%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-xsml {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 5% 5%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-sml {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 10% 5%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-smd {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 15% 5%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-smdm {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 10% 20%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-mdxs {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 5% 45%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-mds {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 5% 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-md {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 15% 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-lrg {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 25% 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-xl {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 35% 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

.loader-xxl {
    display: block;
    color: #1db3ff;
    font-size: 15px;
    margin: 50% 50%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    text-indent: -9999em;
    z-index: 9999;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.filePreview-modal {
    position: fixed;
    display: none; /*hidden by default 'block' when display*/
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.60); /* Black w/ opacity */
}

/* Modal Content/Box */
.filePreview-modal-content {
    background-color: transparent !important; /*#444343;*/
    padding-top: 50px;
    padding-bottom: 20px;
    width: auto; /*Could be more or less, depending on screen size */
    height: auto;
    overflow-y: auto;
}

.filePreview-toolbox {
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
    border-bottom: 1px solid rgba(0,0,0,0.90);
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 10001;
    display: inline-block;
}

    .filePreview-toolbox > filePreview-tools {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .filePreview-toolbox .filePreview-title {
        display: inline-block;
        font-size: 10px;
        margin: 0;
        line-height: 1;
    }

.canvas-style {
    padding: 5px;
    left: 0;
    margin: auto; /* from the top and centered */
    display: block;
}

/*Letter and email will have preview of document to their left since left 50%*/
#mod-preview-email {
    left: 50%;
}

#mod-preview-letter {
    left: 50%;
}

.loading-wrapper > overlay-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10015;
}

.loading-wrapper .overlay-loading {
    z-index: 10025;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

    .loading-wrapper .overlay-loading > .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
        z-index: 10015;
    }

.rect {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.64);
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    /* No support for these yet, use at own risk 
  -o-user-select: none;
  user-select: none;  */
}

/* Secude Document desktop version */
.secure-document-container {
    position: fixed;
    display: block; /*hidden by default 'block' when display*/
    z-index: 10;
    left: 0;
    top: 180px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.60); /* Black w/ opacity */
}

.secure-document-content {
    background-color: transparent !important; /*#444343;*/
    margin: 3% auto; /* 15% from the top and centered */
    padding-top: 50px;
    padding-bottom: 20px;
    width: auto; /*Could be more or less, depending on screen size */
    height: auto;
    overflow-y: auto;
}

.secure-document-toolbox {
    background-color: rgba(0,0,0,0.75); /* Black w/ opacity */
    border-bottom: 1px solid rgba(0,0,0,0.90);
    top: 130px;
    margin: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: +1;
    display: inline-block;
    overflow-y: hidden;
}

.text-truncate {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 550px) {
    .text-truncate {
        padding-left: 0px;
        width: 110px;
    }
}

@media screen and (max-width: 645px) {
    .button-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*.secure-document-toolbox > filePreview-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.secure-document-toolbox .filePreview-title {
    display: inline-block;
    font-size: 10px;
    margin: 0;
    line-height: 1;
}*/
/* clear search text field */
#clearsearch {
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 100;
}

    #clearsearch:after {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        background-color: #FA9595;
        z-index: 100;
        right: 50px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        text-align: center;
        color: rgba(255,0,0,0.4);
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
    }

#SearchKeyword:not(:valid) ~ #clearsearch {
    display: none;
}

/* Workflow Preview Pop up container */
.preview-dropdown-wrapper.extended {
    position: absolute;
    max-width: 600px !important;
    min-width: 160px !important;
    width: auto !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(0,0,0,0.6)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .preview-dropdown-wrapper.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}
/* END Workflow Preview Pop up container */

/* Workflow content preview */
.workflowPreview-modal {
    position: fixed;
    display: none; /*hidden by default 'block' when display*/
    z-index: 101;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.80); /* White w/ opacity */
}

/* Modal Content/Box */
.workflowPreview-modal-content {
    background-color: transparent !important; /*#444343;*/
    padding-top: 75px;
    padding-bottom: 20px;
    width: 100%; /*Could be more or less, depending on screen size */
    height: 100%;
}

.workflowPreview-toolbox {
    background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
    border-bottom: 1px solid rgba(0,0,0,0.90);
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 102;
    display: inline-block;
}

.sectionheader {
    padding: 8px 15px;
    list-style: none;
}

    .sectionheader > li {
        display: inline-block;
    }

        .sectionheader > li + li:before {
            padding: 0 5px;
            color: #ccc;
        }

    .sectionheader > .active {
        color: #777;
    }

/* Signature Button */
.sign-center {
    margin: auto;
    left: auto;
    display: block;
    width: 35px;
}

/*
    Main loading overlay
*/
.mainoverlay {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 120px;
    z-index: 50000;
    padding: 5px 10px 5px 10px;
    text-align: center;
    display: none;
}

.main-overlay-label {
    background-color: #e5e5e5;
    border-bottom: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    font-size: 16px;
    font-weight: bold;
}

.ui-autocomplete-loading {
    background: white url("../images/ui-anim_basic_16x16.gif") right center no-repeat;
    z-index: 10001 !important;
}

.ui-state-default .ui-icon {
    z-index: 10000 !important;
    background-image: url("../images/ui-icons_888888_256x240.png");
}

.ui-dialog-titlebar-close:after {
    z-index: 10000 !important;
    /* Change path to image*/
    background-image: url("../images/ui-icons_777777_256x240.png");
}

.ui-autocomplete {
    z-index: 10000 !important;
}

.ui-autocomplete {
    height: 200px;
    width: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    word-wrap: break-word;
}

.vertical-center-align {
    padding-top: 6px;
    vertical-align: middle !important;
}

/*
    Skin color extra
*/
.bg-blue-light {
    background-color: #3c8dbc;
}

.bg-green-light {
    background-color: #00a65a;
}

.bg-purple-light {
    background-color: #605ca8;
}

.bg-red-light {
    background-color: #dd4b39;
}

.bg-yellow-light {
    background-color: #f39c12;
}

/*
    Bootstrap Notify
*/
[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}


/*
    Jquery Validation error css
*/
.error {
    color: red;
    font-size: 10pt;
}

.actionBtnWrapper {
    display: inline-block;
    visibility: hidden;
}

/*Added since max-width didnt work when in dialog options*/
custom-alert-dialog {
    max-width: 50vw;
}

/*
    #notification-content css should be kept consistent between ipracticehub & hubadmin
    iPracticeHub - Site.css & SafeSite.css
*/
#notification-content {
    min-width: 400px;
    max-width: 80vw;
    max-height: calc(100vh - 300px);
    overflow: auto;
}

figure.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

figure.image-style-align-right {
    margin-left: auto;
}

#notification-content a {
    color: #3c8dbc;
    text-decoration: underline;
}

#notification-content figure img {
    /* this is needed to instruct the image to honor the width of the parent figure element */
    width: 100%;
}

#documentType-dialog-content {
    width: 40vw;
}

.overflow-visible {
    overflow: visible !important;
}

.inline-block {
    display: inline-block;
}

.text-overflow-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 30vw;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.onHover:hover {
    background-color: lightgray;
    cursor: pointer;
}

#notification-panel {
    min-width: 30vw;
    max-width: 30vw;
}

.pointer-cursor [disabled] {
    pointer-events: none;
}

.auto-width {
    width: auto !important;
}

/*To hide to increment/decrement buttons in number type inputs*/
input.number-textbox-hide-buttons::-webkit-outer-spin-button,
input.number-textbox-hide-buttons::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number].number-textbox-hide-buttons {
    -moz-appearance: textfield !important;
}

.float-left {
    float: left;
}

.hyperlink {
    color: #3c8dbc !important;
    text-decoration: underline;
}

/*Preview Button*/
.DocumentNotPreviewed {
    background-color: #E8E8E8 !important;
}

.DocumentPreviewed {
    background-color: #6b5b95 !important;
}

.DocumentPreviewedLetter:before {
    content: "\f1c2" !important;
    background-color: white !important;
}

.DocumentPreviewedEmail:before {
    content: "\f1e5";
    color: white;
}

.autocompleter-rich-option > span {
    display: inline-block;
    margin-right: 5px;
}

.paired-label {
    display: inline-block;
}

.paired-label .label-element {
    font-size: 80%;
    text-transform: uppercase;
    margin-right: 2px;
    color: #888;
}

.ui-state-active .paired-label .label-element {
    color: #bbb;
}

.colorful-label {
    display: inline-block;
    padding: 3px 5px;
    font-size: 80%;
    font-weight: bold;
    margin-right: 5px;
}

.colorful-label.black {
    background-color: #000;
    color: #fff;
}

.colorful-label.orange {
    background-color: orange;
    color: #fff;
}

.colorful-label.red {
    background-color: #b00;
    color: #fff;
}

#workflow-preferences-form .input-group .input-group-addon
, #iBriefcase-preferences-form .input-group .input-group-addon
, #vault-preferences-form .input-group .input-group-addon
, #smartdocs-preferences-form .input-group .input-group-addon
{
    width: 200px;
}

#workflow-preferences-form .form-buttons
, #iBriefcase-preferences-form .form-buttons
, #vault-preferences-form .form-buttons
, #smartdocs-preferences-form .form-buttons
{
    margin-top: 20px;
}

.email-resending-disclaimer {
    margin-top: 20px;
    margin-bottom: 20px;

    padding: 10px 20px;

    background-color: #333;
    color: #fff;
}

.email-resending-disclaimer .icon {
    margin-right: 10px;
}

.iBriefcase-table td.file-name {
    overflow-wrap: break-word;
    word-break: break-word;
    width: 30%;
}

.iBriefcase-table td.client {
    overflow-wrap: break-word;
    word-break: break-word;
    width: 30%;
}

.iBriefcase-button-alignment{
    width:120px;
}

#MethodWording .document-editor .copy-button {
    display: none;
}
/*two factor steps*/
#TwoFactorSteps li:not(:last-child) {
    margin-bottom: 10px;
}
/*verify code textbox*/
#TwoFactorCode::-webkit-outer-spin-button,
#TwoFactorCode::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#TwoFactorCode {
    -moz-appearance: textfield;
}

.row-align {
    margin-left: 15px;
}

#bulk-send-notifications-dialog .checkbox-column {
    width: 30px;
}

#bulk-send-notifications-dialog .client-column {
    width: 300px;
}

#bulk-send-notifications-dialog .method-column {
    width: 100px;
}

#bulk-send-notifications-dialog .details-column {
    width: 300px;
}

#bulk-send-notifications-dialog .details-column .value:empty {
    display: none;
}

#bulk-send-notifications-dialog .status-column {
    width: 200px;
}

#bulk-send-notifications-dialog .status-column .status-icon {
    margin-right: 5px;
}

#bulk-send-notifications-dialog td, #bulk-send-notifications-dialog th {
    padding: 10px 5px;
}


#bulk-send-notifications-dialog tr.skipped {
    background-color: #f1f1f1;
    color: #aaa;
}

#bulk-send-notifications-dialog tr.success {
    background-color: #b3dba3;
}

#bulk-send-notifications-dialog tr.in-progress {
    font-weight: bold;
    background-color: #1976d2;
    color: #fff;
}

table tbody tr.zero-items-row {
    text-align: center;
}

#bulk-send-notifications-dialog tr.in-progress td {
    padding: 10px 5px;
}

#bulk-send-notifications-dialog tr.failed {
    background-color: #fbbfbf;
}

#bulk-send-notifications-dialog div.introduction .emphasis {
    font-weight: bold;
}

#bulk-send-notifications-dialog div.introduction .method-explanation {
    margin-left: 10px;
}

#bulk-send-notifications-dialog div.introduction .selection-instruction {
    margin-top: 10px;
}

#bulk-send-notifications-dialog .table-wrapper {
    max-height: calc(100vh - 360px);
    overflow-y: auto;
}

#bulk-send-notifications-dialog .table-wrapper > table {
    width: 100%;
}

#bulk-send-notifications-dialog .buttons-container {
    padding-top: 20px;
    text-align: right;
}

.jquery-dialog-hide-titlebar-close .ui-dialog-titlebar-close {
    display: none;
}
.not-applicable {
    font-color: #888;
    font-style: italic;
}

/* being ultra specific on the css selector to make it override the padding of .alert */
.error-summary.alert.alert-danger {
    padding: 5px;
}

.error-summary table {
    width: 100%;
}

.error-summary .prompt {
    margin-bottom: 5px;
}

.error-summary .icon-cell {
    font-size: 200%;
    /* minimize the width of the cell - it will be wide enough to show the warning icon */
    width: 1px;
}

.error-summary td {
    padding: 5px;
    vertical-align: top;
}

.error-summary.no-error-list td {
    vertical-align: middle;
}

.error-summary.no-margin {
    margin-bottom: 0px;
}

.error-summary.page-level td {
    padding: 10px;
}

.error-summary .error-list li {
    list-style: decimal;
}

#AddiQuickSignUserPermissionForm .scrollable-container {
    overflow-y: auto;
    max-height: calc(90vh - 260px);
}

#AddiQuickSignUserPermissionForm td.permission-cell {
    width: 100px;
}

.permissions-table .permission-cell {
    width: 100px;
}

button > i.fa + span {
    margin-left: 5px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    padding: 0px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick {
    display: block;
    margin-top: 0px;
}

.manual-merge-documents-dialog-content .documents-to-merge {
    width: 100%;
}

.manual-merge-documents-dialog-content .documents-to-merge tbody tr td {
    padding: 5px;
}

.manual-merge-documents-dialog-content .documents-to-merge .checkbox-column {
    width: 60px;
}

.manual-merge-documents-dialog-content .documents-to-merge .number-column {
    width: 70px;
}

.manual-merge-documents-dialog-content .documents-to-merge .buttons-column {
    width: 130px;
    text-align: right;
}

.manual-merge-documents-dialog-content .section {
    margin-bottom: 40px;
}

#manual-merge-documents-dialog .loading-overlay {
    min-height: 80vh;
}

#manual-merge-documents-dialog table.documents-to-merge .number-column .select2-container {
    min-width: 50px;
}

.manual-merge-documents-in-progress-message {
    position: fixed;
    left: 50%;
    margin-left: 20px;
    right: 0%;
    margin-right: 20px;
    top: 50%;
    z-index: 10;
}

.no-items-row {
    font-style: italic;
    color: #888;
}

.manual-merge-documents-failure-message .error-list {
    margin-top: 10px;
}

.alert-orange {
    background-color: orange;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}

#smartdocs-workflow-change-status-errors-dialog .table-scroller {
    max-height: 50vh;
    overflow-y: auto;
    margin-top: 30px;
}

#smartdocs-workflow-change-status-errors-dialog .smartdocs-workflows-table {
    width: 100%;
}

#smartdocs-workflow-change-status-errors-dialog .smartdocs-workflows-table td {
    vertical-align: top;
    padding: 5px;
}

#smartdocs-workflow-change-status-errors-dialog .buttons-container {
    text-align: center;
    margin-top: 30px;
}

#smartdocs-workflow-change-status-errors-dialog .non-smart-docs-message {
    margin-top: 30px;
}

#smartdocs-workflow-change-status-errors-dialog .changeable-count
, #smartdocs-workflow-change-status-errors-dialog .smartdocs-workflows-count
, #smartdocs-workflow-change-status-errors-dialog .current-status
, #smartdocs-workflow-change-status-errors-dialog .new-status
{
    font-weight: bold;
}

.custom-filter-wrapper {
    position: relative;
    display: inline-block;
    text-align: left;
}

.custom-filter-wrapper .filter-overlay
, .custom-filter-wrapper .load-filter-overlay
{
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: -10px;
    min-width: 800px;
    min-height: 200px;
    background-color: #fff;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.176) !important;
    z-index: 1;
    padding: 10px;
}

.custom-filter-wrapper .filter-overlay .title-container {
    text-align: center;
}

.custom-filter-wrapper .filter-presentation .btn {
    float: none;
}

.custom-filter-wrapper .filter-presentation.filter-active .btn {
    font-weight: bold;
}

.custom-filter-wrapper .filter-overlay .filter-headers label {
    font-weight: bold;
}

.custom-filter-wrapper .filter-overlay > table {
    width: 100%;
}

.custom-filter-wrapper .filter-overlay > table > tbody > tr > td {
    width: 20%;
    vertical-align: top;
    padding: 5px;
}

.custom-filter-wrapper .filter-overlay > table > tbody > tr > td.client {
    width: 40%;
}

.custom-filter-wrapper .filter-overlay .buttons-container {
    margin-top: 20px;
    text-align: center;
}

.custom-filter-wrapper .filter-overlay .buttons-container .btn {
    float: none;
}

.custom-filter-wrapper .filter-overlay .buttons-container .btn + .btn {
    margin-left: 5px;
}

.custom-filter-wrapper .filter-overlay .buttons-container .toggle-button {
    width: 120px;
}

.custom-filter-wrapper .filter-overlay .buttons-container .toggle-button.deselect-all-mode .select-all-content
, .custom-filter-wrapper .filter-overlay .buttons-container .toggle-button.select-all-mode .deselect-all-content {
    display: none;
}

.custom-filter-wrapper .filter-overlay items-list {
    width: 100%;
}

.custom-filter-wrapper .filter-overlay .items-list > tbody > tr > td {
    padding: 5px;
    vertical-align: top;
}

.custom-filter-wrapper .filter-overlay .items-list .blank-option {
    font-style: italic;
}

.custom-filter-wrapper .filter-overlay .items-list > tbody > tr > td.checkbox-cell {
    width: 1px;
}

.custom-filter-wrapper .filter-overlay .items-list > tbody > tr > td.checkbox-cell input {
    cursor: pointer;
}

.custom-filter-wrapper .filter-overlay .items-list > tbody > tr > td.label-cell label {
    margin-bottom: 0px;
    cursor: pointer;
}

.custom-filter-wrapper .document-status .status-box {
    display: inline-block;
    width: 18px;
    height: 16px;
    border-radius: 3px;
}

.custom-filter-wrapper .document-status .status-box.status-unprocessed {
    border: solid 1px #000;
}

.custom-text-filter-wrapper {
    position: relative;
    display: inline-block;
}

.custom-text-filter-wrapper .fa {
    position: absolute;
    top: 10px;
    left: 7px;
}

.custom-text-filter-wrapper .loading-icon {
    display: none;
}

.custom-text-filter-wrapper .text-filter {
    padding-left: 24px;
    max-width: 300px;
    display: inline-block;
    border-radius: 6px;
}

.custom-text-filter-container {
    display: inline-block;
    margin-left: 20px;
    text-align: left;
    margin-bottom: 5px;
}

#smartdocs-list-header {
    padding-top: 20px;
}

#smartdocs-list-header .selected-files-container {
    width: 50%;
    display: inline-block;
}

#smartdocs-list-header .search-container {
    padding-right: 10px;
    width: 50%;
    display: inline-block;
    text-align: right;
    margin-bottom: 3px;
}

.btn.btn-purple {
    background-color: purple;
    color: #fff;
}

.btn.btn-purple:hover, .btn.btn-purple:focus {
    background-color: #600060;
    color: #fff;
}

.btn.btn-black {
    background-color: #000;
    color: #fff;
}

.btn.btn-black:hover, .btn.btn-black:focus {
    background-color: #333;
    color: #fff;
}

.btn.btn-header-blue {
    background-color: #367fa9;
    color: #fff;
}

.btn.btn-header-blue:hover
, .btn.btn-header-blue:focus
{
    background-color: #2c698c;
}

.smartdocs-labels .fa {
    width: 12px;
    margin-right: 3px;
}

.smartdocs-labels .hidden-text-for-filtering {
    display: none;
}

.smartdocs-labels .suitefiles-image {
    margin-left: -2px;
}

.smartdocs-labels .hownow-image
, .smartdocs-labels .fyi-image
, .smartdocs-labels .suitefiles-image
{
    max-height: 20px;
}

.navbar-nav .dropdown-menu > li > a > .fa {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

#restricted-list-tab #restricted-list-table {
    width: 100%;
}

#restricted-list-tab #restricted-list-table .name-column {
    width: 40%;
}

#restricted-list-tab #restricted-list-table .name-column .updated-info {
    padding-left: 10px;
    font-size: 80%;
}


#restricted-list-tab #restricted-list-table .abn-column
, #restricted-list-tab #restricted-list-table .tfn-column {
    width: 25%
}

#restricted-list-tab #restricted-list-table th
, #restricted-list-tab #restricted-list-table td {
    padding: 5px;
}

#restricted-clients-edit-modal .buttons-container
, #restricted-clients-delete-modal .buttons-container {
    text-align: center;
}

#restricted-clients-edit-modal .buttons-container .btn + .btn
, #restricted-clients-delete-modal .buttons-container .btn + .btn{
    margin-left: 5px;
}

.btn .fa + span {
    margin-left: 5px;
}

#restricted-list-tab .info-container
, #restricted-clients-edit-modal .info-container {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: orange;
    padding: 20px;
    color: #fff;
}

#restricted-clients-edit-modal .errors-container {
    display: none;
}

#restricted-clients-delete-modal .prompt {
    margin-bottom: 20px;
}

.jquery-ui-modal-overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
    z-index: 2000;
}

.jquery-ui-modal-overlay .icon {
    position: absolute;
    font-size: 400%;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
}

#restricted-clients-filter-wrapper {
    text-align: right;
}

.custom-filter-wrapper .filter-presentation {
    display: inline-block;
}

.smartdocs-vault .header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 130px;
    z-index: 1;
}

.smartdocs-vault .header .box {
    height: 130px;
    background-color: #367fa9;
    color: #fff;
    padding: 15px;
}

.smartdocs-vault .header .box table {
    width: 100%;
}

.smartdocs-vault .header .box table .logo-cell {
    text-align: right;
}

.smartdocs-vault .body {
    padding: 180px 10px 150px 10px;
    text-align: center;
    min-height: 100vh;
}

.smartdocs-vault .authenticator-options-loading-message {
    position: fixed;
    top: 130px;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: #f1f1ef;
    z-index: 1;
}

.smartdocs-vault .authenticator-options-loading-message .box {
    text-align: center;
}

.smartdocs-vault .authenticator-options-loading-message .box table {
    width: 100%;
}

.smartdocs-vault .authenticator-options-loading-message .box .override-btn-padding {
    padding: 0px;
}

.smartdocs-vault .body > .centered-content-wrapper {
    display: inline-block;
    text-align: left;
    width: 80vw;
    min-width: 800px;
    background-color: #fff;
}

.smartdocs-vault .footer {
    background-color: #367fa9;
    color: #fff;
    padding: 10px;
    height: 50px;
    bottom: 0px;
    position: fixed;
    left: 0px;
    right: 0px;
}

.smartdocs-vault .footer a
{
    color: #fff;
}

.smartdocs-vault .footer > table
{
    width: 100%;
}

.smartdocs-vault .footer > table td.left
{
    text-align: left;
}

.smartdocs-vault .footer > table td.right
{
    text-align: right;
}

.smartdocs-vault #steps-table {
    display: inline-table;
    width: 800px;
    margin-top: 20px;
}

.smartdocs-vault #steps-table td.step-number-column {
    /* padding-right: 40px; */
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    /* padding-top: 0px; */
}

.smartdocs-vault #steps-table td {
    padding-bottom: 20px;
    padding: 10px;
    padding-bottom: 20px;
    text-align: left;
}

.smartdocs-vault #steps-table td.actions-column > * {
    width: 100%;
}

.smartdocs-vault .error-message-container {
    margin-top: 20px;
    display: none;
}

.smartdocs-vault .success-message-container {
    margin-top: 20px;
    display: none;
}

a.vault-special-btn {
    background-color: #fcce03 !important;
    min-width: 100px !important;
    color: white !important;
}

a.smartbot-special-btn {
    background-color: #fd8f8f !important;
    min-width: 100px !important;
    color: white !important;
}

.vault-icon-container{
    padding: 0 !important;
}

a.vault-user-special-btn {
    background-color: #fff;
    min-width: 100px;
    color: #4fb4c8;
}

.vault-user-image {
     content: url("/Images/Vault_Icon_Blue.png");
    height: 50px;
    width: 50px;
}

.vault-user-special-btn:hover {
    background-color: #4fb4c8;
    color:#fff;
    
}

.vault-user-special-btn:hover .vault-user-image {
    content: url("/Images/Vault_Icon_White.png");
    height: 50px;
    width: 50px;
    background-color: #4fb4c8;
}

.vault-image {
    content: url("/Images/Vault_Icon_White.png");
    height : 40px;
    width: 40px;
}

.vault-special-btn:hover .vault-image {
    content: url("/Images/Vault_Icon_White.png");
    height: 40px;
    width: 40px;
}

.vault-special-btn .margin-top {
    margin-top: -5px;
}

#vault-login-screen.smartdocs-vault .centered-content-wrapper {
    text-align: center;
}

#vault-documents-screen .documents-header {
    padding: 10px;
    padding-bottom: 0px;
}

#vault-documents-screen .documents-header > table {
    width: 100%;
}

#vault-documents-screen .documents-header h4.box-title {
    display: inline-block;
}

#vault-documents-screen .documents-header h4.box-title {
    display: inline-block;
}

#vault-documents-screen .documents-header .filter-cell {
    text-align: right;
}

#vault-documents-screen .upload-documents-button
{
    margin-left: 30px;
}

#vault-upload-documents-modal .upload-documents-dropzone
{
    text-align: center;
    padding: 10px;
    height: unset;
}

#vault-upload-documents-modal .upload-documents-dropzone .fa
{
    font-size: 200%;
}

#vault-upload-documents-modal .assignee-form
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#vault-upload-documents-modal .buttons-container 
{
    text-align: center;
}

#vault-upload-documents-modal .file-list-container .list
{
    font-size: 14px;
    color: #000;
    text-align: left;
    width: 100%;
}

#vault-upload-documents-modal .file-list-container .file-index-column
{
    width: 1px;
    white-space: nowrap;
}

#vault-upload-documents-modal .list td 
{
    padding: 5px;
}

#vault-upload-documents-modal .list .actions-column
{
    width: 1px;
}

#vault-upload-documents-modal .remove-file-button
{
    margin-left: 20px;
}

#vault-upload-documents-modal .remove-file-button .fa
{
    font-size: 12px;
}

#previewContainer.preview-container-with-css {
    top: 0px;
    display: none;
}

#previewContainer.preview-container-with-css #canvasloader {
    display: none;
}

#previewContainer.preview-container-with-css .box-title {
    background: transparent !important;
    color: #fff;
    vertical-align: middle;
    z-index: 10004;
    max-height: 50px;
    display: inline-block;
}

#previewContainer.preview-container-with-css .secure-document-toolbox > table {
    width: 100%;
    color: #fff;
}

#previewContainer.preview-container-with-css .back-button-cell {
    width: 1px;
}

#previewContainer.preview-container-with-css .document-icon-cell {
    width: 1px;
    padding-right: 10px;
}

#previewContainer.preview-container-with-css .right-buttons-cell {
    text-align: right;
}

#vault-documents-screen.smartdocs-vault .month-header {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

#vault-documents-screen.smartdocs-vault .month-header:first-child {
    margin-top: 0px;
}

#vault-documents-screen.smartdocs-vault .document-row > div {
    display: inline-block;
}

#vault-documents-screen.smartdocs-vault .document-container .document-table > tbody > tr > td
, #vault-documents-screen.smartdocs-vault .document-container .document-table th
{
    padding: 5px;
}
    
#vault-documents-screen.smartdocs-vault .document-container .document-table .icon-column
{
    width: 80px;
    text-align: center;
}

#vault-documents-screen.smartdocs-vault .document-container .document-table .date-recorded-column {
    width: 150px;
}

#vault-documents-screen.smartdocs-vault .document-container .document-table .actions-column {
    width: 210px;
}

#vault-documents-screen.smartdocs-vault .document-container .document-table .actions-column button {
    margin-right: 5px;
}

#vault-documents-screen.smartdocs-vault .document-container {
    margin-bottom: 10px;
    padding: 0px 10px;
}

#vault-documents-screen.smartdocs-vault .document-container .document-table {
    width: 100%;
}

#vault-documents-screen.smartdocs-vault .month-header {
    padding: 10px;
}

#vault-documents-screen.smartdocs-vault button {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
}

#vault-documents-screen.smartdocs-vault .secure-document-toolbox {
    position: fixed;
    top: 0px;
}

#vault-documents-screen.smartdocs-vault .smartdocs-vault .body {
    padding: 180px 10px 150px 10px;
        
}

#vault-documents-screen.smartdocs-vault .body {
    background-color: #f1f1ef;
}

#vault-documents-screen.smartdocs-vault .smartdocs-vault .header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 180px;
    background-color: #f1f1ef;
    z-index: 1;
}

#vault-documents-screen.smartdocs-vault .smartdocs-vault .header .box {
    height: 130px;
    background-color: #367fa9;
    color: #fff;
    padding: 15px;
}

.smartdocs-vault.skin-green .header .box
, .smartdocs-vault.skin-green .footer
, .smartdocs-vault.skin-green .payment-details-message .inner-container
{
    background-color: #00a65a;
}

.smartdocs-vault.skin-red .header .box
, .smartdocs-vault.skin-red .footer
, .smartdocs-vault.skin-red .payment-details-message .inner-container
{
    background-color: #dd4b39;
}

.smartdocs-vault.skin-purple .header .box
, .smartdocs-vault.skin-purple .footer
, .smartdocs-vault.skin-purple .payment-details-message .inner-container
{
    background-color: #605ca8;
}

.smartdocs-vault.skin-yellow .header .box
, .smartdocs-vault.skin-yellow .footer
, .smartdocs-vault.skin-yellow .payment-details-message .inner-container
{
    background-color: #f39c12;
}

#vault-documents-screen.smartdocs-vault .secure-document-toolbox button {
    background: transparent !important;
    color: #fff;
}

#vault-documents-screen.smartdocs-vault .secure-document-toolbox #sign-document-button
{
    color: #3c763d;
    background-color: lightgray !important;
}

#vault-documents-screen.smartdocs-vault .secure-document-toolbox #reject-document-button
{
    color: #a94442; 
    background-color: lightgray !important;
}

#vault-documents-screen.smartdocs-vault #documents-list-filter {
    width: 100%;
    max-width: unset;
}

#vault-documents-screen.smartdocs-vault .downloaded-stamp .icon {
    font-size: 200%;
}

#vault-documents-screen .no-matching-documents {
    display: none;
    padding: 20px;
    font-style: italic;
}

#vault-login-screen .welcome-header h1 {
    color: #367fa9;
}

#vault-upload-documents-modal .browse-for-files-element
{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.upload-documents-cell {
    text-align: right;
}

@media (max-width: 767px) {
    .vault-mobile-only {
        display: initial !important;
    }

    .smartdocs-vault .body > .centered-content-wrapper {
        min-width: unset;
    }

    #vault-documents-screen.smartdocs-vault .document-container .downloaded-column.empty {
        display: none;
    }

    #vault-documents-screen.smartdocs-vault .document-container .document-table tr {
        display: block;
    }

    #vault-documents-screen.smartdocs-vault button span.text-title
    {
        display: none;
    }

    #vault-documents-screen .document-table .downloaded-column span.icon, #vault-documents-screen .document-table .viewed-column span.icon
    {
        font-size: 150%;
    }

    #vault-documents-screen.smartdocs-vault .small-screen-tags-column 
    {
        display: table-cell;
    }

    #vault-documents-screen.smartdocs-vault .document-container .document-table tr td {
        display: block;
        width: 100% !important;
    }

    #vault-documents-screen.smartdocs-vault .document-container .document-table .icon-column {
        display: none;
    }

    #vault-documents-screen.smartdocs-vault .document-container.month-header
    {
        /* using important so that filtering doesn't make them visible again */
        display: none !important;
    }

    #vault-documents-screen.smartdocs-vault .document-container .document-table .downloaded-column
    , #vault-documents-screen.smartdocs-vault .document-container .document-table .viewed-column
    {
        display: none;
    }

    #vault-documents-screen.smartdocs-vault .document-container {
        margin-bottom: 30px;
    }

    #vault-documents-screen .documents-header .filter-cell {
        text-align: unset;
    }

    #vault-documents-screen .documents-header .filter-cell .custom-text-filter-wrapper {
        width: 100%;
        display: inline-block;
    }

    #vault-documents-screen.smartdocs-vault #documents-list-filter {
        width: 100%;
        max-width: unset;
    }

    .smartdocs-vault .header .box table .logo-cell
    {
        text-align: left;
    }

    .smartdocs-vault .header .box table .name-cell
    {
        display: none;
    }

    #vault-login-screen #steps-table {
        width: 100%;
    }

    #vault-login-screen #steps-table td {
        display: block;
        padding: 5px;
    }

    #vault-upload-documents-modal .drag-and-drop-element
    {
        display: none;
    }

    #vault-documents-screen .small-screen-only
    {
        display: initial !important;
    }

    .upload-documents-button .text
    {
        display: none;
    }
}

@media (max-width: 600px)
{
    .smartdocs-vault.showing-authenticator-prompt .authenticator-options-loading-message
    {
        height: 100px;
    }

    .smartdocs-vault.showing-authenticator-prompt .body
    {
        padding-top: 230px;
    }
}

#vault-documents-screen .callout
{
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

#vault-documents-screen .callout.callout-info 
{
    background-color: #00c0ef !important;
    color: #fff !important;
    border-color: #0097bc;
}

#vault-documents-screen .filter-wrapper-div
{
    width: 100%;
    text-align: center;
    padding: 0px 5px;
}

#vault-documents-screen .filter-wrapper-div .custom-text-filter-wrapper
{
    width: 100%;
}

#divLogentry .document-profile-list {
    display: none;
}

.smart-doc-item.document-status-approval-needed .list-group-item-heading a
{
    color: #fff;
}

.smart-doc-item.document-status-approval-needed .list-group-item-heading a:hover
{
    color: #eee;
}

.smart-doc-item.document-status-processed .list-group-item-heading a
, .smart-doc-item.document-status-completed .list-group-item-heading a
{
    color: #3c763d;
}

.smart-doc-item.document-status-processed .list-group-item-heading a:hover
, .smart-doc-item.document-status-completed .list-group-item-heading a:hover
{
    color: #54a655;
}

body .box-height {
    height: unset;
    min-height: 150px;
}

.popover ol.padding {
    margin-top: 10px;
}

.popover ol.padding li {
    margin-bottom: 10px;
}

.document-type-selector-wrapper {
    position: relative;
    display: inline-block;
    min-width: 600px;
}

.document-type-selector-wrapper.multi-select-mode .document-type-current-value
{
    width: 100%;
    height: 150px;
    overflow-y: auto;
}

.document-type-selector-wrapper.multi-select-mode .document-type-current-value .selected-value
{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 10px;
}

.document-type-selector-wrapper .document-type-current-value {
    cursor: pointer;
    position: relative;
}

.document-type-selector-wrapper .document-type-current-value .arrow-icon {
    position: absolute;
    top: 8px;
    right: 7px;
}

.document-type-selector-wrapper .document-type-selector-popover {
    display: none;
    position: absolute;
    min-width: 800px;
    max-width: unset;
}

.document-type-selector-wrapper .document-type-selector-popover .filter-container {
    text-align: center;
    padding: 10px 20px;
}

.document-type-selector-wrapper .document-type-selector-popover .filter-container input {
    width: 100%;
    text-align: left;
    max-width: unset;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container div.scrolling-table {
    max-height: 50vh;
    overflow-y: auto;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container table {
    table-layout: fixed;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container table td.checkbox-column
, .document-type-selector-wrapper .document-type-selector-popover .list-container table th.checkbox-column
{
    width: 30px;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container table td.document-type
, .document-type-selector-wrapper .document-type-selector-popover .list-container table th.document-type
{
    width: 55%;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container table td.template-type
, .document-type-selector-wrapper .document-type-selector-popover .list-container table th.template-type
{
    width: 15%;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container table td.last-updated
, .document-type-selector-wrapper .document-type-selector-popover .list-container table th.last-updated
{
    width: 15%;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container table td.updated-by
, .document-type-selector-wrapper .document-type-selector-popover .list-container table th.updated-by
{
    width: 15%;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container table {
    width: 100%;
}

.document-type-selector-wrapper .document-type-selector-popover .list-container th
, .document-type-selector-wrapper .document-type-selector-popover .list-container td
{
    padding: 5px;
}

.document-type-selector-wrapper .document-type-selector-popover .scrolling-table tr:hover {
    background-color: #1976d2;
    color: #fff;
    cursor: pointer;
}

.whole-page-overlay.overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.7);
    /* z-index value chosen to appear in front of SmartDocs PDF previewer modal */
    z-index: 10001;
}

.whole-page-overlay span.icon
{
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    font-size: 400%;
}

.document-type-uses-master-wrapper {
    padding: 100px 20px;
    text-align: center;
    background-color: #eee;
}

.document-type-uses-master-wrapper .intro {
    font-size: 200%;
    margin-bottoM: 20px;
}

span.emphasis {
    font-weight: bold;
}

.copy-assessment-types-wrapper {
    margin-top: 10px;
}

.copy-assessment-types-wrapper .copy-assessment-types-options label {
    margin-left: 5px;
}

.tooltip .tooltip-list {
    text-align: left;
}

.btn-delete-user .fa {
    color: #b00;
}

.atosmartdoc-xero .body-content {
    margin-left: 10px;
}

.atosmartdoc-xero h1 {
    margin-top: 60px;
    color: #69CDF2;
}

.atosmartdoc-xero .form-horizontal .control-label {
    text-align: left;
}

.atosmartdoc-xero .button-container {
    padding-top: 20px;
    height: 100px;
}

.atosmartdoc-xero .btn-default {
    background-color: #00587E;
    color: #FFFFFFB3;
}

.assessment-type-template-selector-wrapper {
    /* not making position relative, we want the selector to use the entire viewport */
    /*position: relative;*/
    display: inline-block;
    min-width: 600px;
}

.assessment-type-template-selector-wrapper.multi-select-mode .current-value-display-element
{
    width: 100%;
    height: unset;
}

.assessment-type-template-selector-wrapper.multi-select-mode .current-value-display-element .label-cell
{
    text-align: right;
}

.assessment-type-template-selector-wrapper.multi-select-mode .current-value-display-element .value-cell
{
    font-weight: bold;
    padding-left: 5px;
}

.assessment-type-template-selector-wrapper.multi-select-mode .current-value-display-element .selected-value
{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 10px;
}

.assessment-type-template-selector-wrapper .current-value-display-element {
    cursor: pointer;
    position: relative;
}

.assessment-type-template-selector-wrapper .current-value-display-element .arrow-icon {
    position: absolute;
    top: 8px;
    right: 7px;
}

.assessment-type-template-selector-wrapper .selector-popover {
    display: none;
    position: absolute;
    min-width: 800px;
    max-width: unset;
}

.assessment-type-template-selector-wrapper .selector-popover .filter-container {
    text-align: center;
    padding: 10px 20px;
}

.assessment-type-template-selector-wrapper .selector-popover .filter-container input {
    width: 100%;
    text-align: left;
    max-width: unset;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container div.scrolling-table {
    max-height: 50vh;
    overflow-y: auto;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table {
    table-layout: fixed;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table td.checkbox-column
, .assessment-type-template-selector-wrapper .selector-popover .list-container table th.checkbox-column
{
    width: 30px;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table td.assessment-type
, .assessment-type-template-selector-wrapper .selector-popover .list-container table th.assessment-type
{
    width: 20%;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table td.document-type
, .assessment-type-template-selector-wrapper .selector-popover .list-container table th.document-type
{
    width: 35%;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table td.template-type
, .assessment-type-template-selector-wrapper .selector-popover .list-container table th.template-type
{
    width: 15%;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table td.last-updated
, .assessment-type-template-selector-wrapper .selector-popover .list-container table th.last-updated
{
    width: 15%;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table td.updated-by
, .assessment-type-template-selector-wrapper .selector-popover .list-container table th.updated-by
{
    width: 15%;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container table {
    width: 100%;
}

.assessment-type-template-selector-wrapper .selector-popover .list-container th
, .assessment-type-template-selector-wrapper .selector-popover .list-container td
{
    padding: 5px;
}

.assessment-type-template-selector-wrapper .selector-popover .scrolling-table tr:hover {
    background-color: #1976d2;
    color: #fff;
    cursor: pointer;
}

#copy-assessment-type-templates-dialog
{
    min-width: 800px;
}

#copy-assessment-type-templates-dialog .step-container
{
    margin-bottom: 20px;
}

#copy-assessment-type-templates-dialog .step-container .step-header
{
    font-weight: bold;
    margin-bottom: 5px;
}

.template-date-format .date-format-tester .popover-element
{
    display: none;
    position: absolute;
    bottom: calc(100% + 5px);
    right: 0px;
    z-index: 1;
    background-color: #fff;
    min-width: 400px;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.176) !important;
    padding: 10px;
}

.template-date-format .date-format-tester .date-time-format-examples-table td
, .template-date-format .date-format-tester .date-time-format-examples-table th
{
    text-align: left;
    padding: 5px;
    width: 50%;
}

.template-date-format .date-format-tester table.date-time-format-examples-table
{
    width: 100%;
}

.template-date-format .save-feedback
{
    display: none;
    margin-left: 20px;
    padding: 5px;
    font-size: 0.8em;
}

#navigation .navbar-nav .btn-app {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #4fb4c8;
    min-width: 87px;
    text-decoration: unset;
    padding-top:15px;
}

#navigation .navbar-nav .btn-app:hover {
    color: #fff;
    background-color: #4fb4c8;
}

.box.box-secondary {
    border: 1px solid #ddd;
}

.box.box-secondary .box-header {
    background-color: #F5F5F5;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

.box.box-secondary .box-body {
    background-color: #fff;
}

#smartdocs-chart div.apexcharts-legend-series[seriesname="Unprocessed"] span.apexcharts-legend-marker
{
    /* add a faint border to the white circle in the legend */
    border: solid 1px #888 !important;
}

#smartdocs-chart .smartdocs-chart-tooltip.status-Unprocessed
{
    /* this is needed so that the unprocessed popover text is black */
    color: #000 !important;
}

#smartdocs-chart .apexcharts-title-text
{
    cursor: pointer;
}

.box.smartdocs-config-suppress-border-top {
    border-top: none;
}

.single-filter-wrapper {
    position: relative;
}

.single-filter-wrapper .popover-element {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0px;
    min-width: 400px;
    background-color: #fff;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.176) !important;
    z-index: 1;
    padding: 10px;
}

.single-filter-wrapper .popover-element .options-wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.single-filter-wrapper .popover-element table td {
    padding: 5px;
}


.single-filter-wrapper .filter-wrapper {
    padding: 10px;
}

.single-filter-wrapper .filter-input-wrapper {
    position: relative;
}

.single-filter-wrapper .filter-input-wrapper .filter-element  {
    padding-left: 25px;
}

.single-filter-wrapper .filter-input-wrapper .search-icon {
    position: absolute;
    top: 10px;
    left: 7px;
}

.single-filter-wrapper .popover-element .buttons-container {
    margin-top: 20px;
    text-align: center;
}

.single-filter-wrapper .popover-element table td input
, .single-filter-wrapper .popover-element table td label
{
    cursor: pointer;
}

.single-filter-wrapper .popover-element .select-all-button
, .single-filter-wrapper .popover-element .deselect-all-button
{
    width: 120px;
}

.workflow-filters-v2-container {

}

.workflow-filters-v2-container > table {
    width: 100%;
}

.workflow-filters-v2-container > table > tbody > tr > td {
    width: 33%;
}

.custom-message-sort-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.custom-message-sort-items li {
    margin: 2px 2px 2px 0;
    padding: 2px;
    font-size: 1em;
}

#SmartDocFileContainer .file-list-header {
    /*
        the padding is required to align the header content with the smartdocs list below
    */
    padding-left: 40px;
    padding-right: 40px;
}

.ato-api-chart-panel {
    position: relative;
}

.graph-loading-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

.graph-loading-overlay .icon {
    position: absolute;
    font-size: 400%;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 1;
}

.master-document-types-list {
    width: 100%;
}

.master-document-types-list .checkbox-cell {
    padding: 5px;
    width: 1px;
}

.master-document-types-list .checkbox-cell input {
    margin-top: 0px;
}

.master-document-types-list .document-types-cell {
    padding: 5px;
}

.master-document-types-list .document-types-cell label {
    margin-bottom: 0px;
    cursor: pointer;
}

.form-buttons-container {
    text-align: center;
}

.workflow-form-v2 .col-without-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.workflow-form-v2 textarea {
    max-width: 100%;
    min-height: 50px;
    min-width: 180px;
}

.missing-graph h3 {
    margin-top: 6px;
    text-align: center;
}
.missing-graph p {
    text-align: center;
    font-style: italic;
}

.workflow-actions.btn-group .btn {
    padding: 5px;
    width: 32px;
}

button.btn.btn-bulk-assign {
    margin-left: 7px;
}

.ui-dialog .buttons-container {
    margin-top: 20px;
    text-align: center;
}

#vault-documents-screen .document-header-table {
    width: 100%;
}

#vault-documents-screen .document-header-table
, #vault-documents-screen .document-table
{
    table-layout: fixed;
}

#vault-documents-screen .document-header-table .downloaded-column
, #vault-documents-screen .document-table .downloaded-column
, #vault-documents-screen .document-header-table .viewed-column
, #vault-documents-screen .document-table .viewed-column
{
    width: 100px;
}

#vault-documents-screen .document-table .downloaded-column
, #vault-documents-screen .document-table .viewed-column
{
    text-align: center;
}

#vault-documents-screen .document-table .downloaded-column span.icon
, #vault-documents-screen .document-table .viewed-column span.icon
{
    color: #00a65a !important;
}

.bulk-user {
    display: inline-block !important;
}

.authenticatorapp-modal-bold {
    font-weight: 700;
}

#smartdocs-magic-automation-dialog table.steps
{
    width: 100%;
    display: table;
}

#smartdocs-magic-automation-dialog table.steps tr.step.state-waiting
{
    color: #888;
}

#smartdocs-magic-automation-dialog table.steps tr.step.state-error
{
    color: #800;
    font-weight: bold;
}

#smartdocs-magic-automation-dialog table.steps tr.step.state-error td
{
    border-color: #800;
}

#smartdocs-magic-automation-dialog table.steps tr.step.state-complete
{
    color: #080;
    font-weight: bold;
}

#smartdocs-magic-automation-dialog table.steps tr.step.state-complete td
{
    border-color: #080;
}

#smartdocs-magic-automation-dialog table.steps tr.step.state-in-progress
{
    background-color: #1976d2;
    color: #fff;
    font-weight: bold;
}

#smartdocs-magic-automation-dialog table.steps td
, .smartdocs-magic-config-table td
{
    padding: 10px 5px 30px 5px;
    vertical-align: top;
}

.smartdocs-magic-config-table td
{
    border-top: solid 3px #00a65a;
}

#smartdocs-magic-automation-dialog table.steps td
{
    border-bottom: solid 3px #ccc;
}

#smartdocs-magic-automation-dialog .export-report-container
, #smartdocs-magic-automation-dialog .directory-structure-container
{
    margin-top: 20px;
}

#smartdocs-magic-automation-dialog table.steps td.step-number-column
, .smartdocs-magic-config-table td.step-number-column
{
    width: 60px;
}

#smartdocs-magic-automation-dialog table.steps td.step-name-column
, .smartdocs-magic-config-table td.step-name-column
{
    width: 200px;
}

#smartdocs-magic-automation-dialog table.steps td.step-state-column
{
    width: 140px;
}

#smartdocs-magic-automation-dialog div.feedback table.feedback
{
    width: 100%;
}

#smartdocs-magic-automation-dialog div.feedback {
    overflow-y: auto;
    height: calc(100vh - 450px);
}

#smartdocs-magic-automation-dialog div.feedback table.feedback td
{
    padding: 5px;
}

#smartdocs-magic-automation-dialog div.feedback table.feedback td.time-stamp
{
    width: 100px;
}

#smartdocs-magic-automation-dialog td.progress-column {
    font-style: italic;
}

#smartdocs-magic-automation-dialog td.errors-column
, #smartdocs-magic-automation-dialog table.steps .errors-text
{
    font-style: italic;
    font-weight: bold;
    color: #b00;
}

.ui-dialog-title .icon {
    margin-right: 5px;
}

.smartdocs-magic-button .magic-first-half
, .smartdocs-magic-button .icon
{
    color: #2b90b1;
    font-size: 17px;
}

.smartdocs-magic-button .magic-second-half 
{    
    color: #fff !important;
    font-size: 17px;
    margin-left: -4px;
}

.vault-special-btn .new-stamp
, .smartbot-special-btn .free-stamp
{
    background-color: rgb(255, 0, 13);
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 3px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 60%;
    font-weight: bold;
    transform: rotate(45deg);
}

.vault-special-btn .new-stamp
{
    right: -5px;
    top: 10px;
}

.smartbot-special-btn .free-stamp
{
    right: -6px;
    top: 11px;
}

#SmartDocsTable {
    width: 100%;
    border-bottom: None;
}

#SmartDocsTable th {
    border-bottom: none;
    font-weight: normal;
}

#SmartDocsTable tbody tr .filename-cell-wrapper
{
    padding-left: 40px;
}

#SmartDocsTable tbody tr .filename-cell-wrapper .smartdoccheckbox
{
    width: 13px;
    margin-right: 17px;
    margin-top: 0px;
}

#SmartDocsTable tbody tr .filename-cell-wrapper h4
{
    display: inline-block;
}

#SmartDocsTable > tbody > tr {
    position: relative;
}

#SmartDocsTable .file-name-column {
    width: 67%;
}

#SmartDocsTable .processed-date-column {
    width: 8%;
}

#SmartDocsTable .actions-column {
    width: 25%;
}

#SmartDocsTable tbody tr.list-group-item {
    display: table-row;
}

#SmartDocsTable tr.smart-doc-item > td {
    padding: 20px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

#SmartDocsTable tr.smart-doc-item > td:first-child {
    border-left: 1px solid #ddd;
}

#SmartDocsTable tr.smart-doc-item > td:last-child {
    border-right: 1px solid #ddd;
}

#SmartDocsTable td .metadata
{
    margin-top: 10px;
}

.smartdoc-processing-overlay {
    display: none;
    position: absolute;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 10px;
    left: 15px;
    right: 15px;
}

.smartdoc-processing-overlay .overlay-icon {
    position: absolute;
    font-size: 30px;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    color: #000;
}

#SmartDocFileContainer {
    min-height: 496px;
}

#vault-change-mobile-modal td
{
    padding: 5px;
}

#vault-change-mobile-modal .form-horizontal table
{
    width: 100%;
}

#vault-change-mobile-modal .form-horizontal table td.label-cell
{
    width: 120px;
}

#vault-change-mobile-modal .client-code-warning {
    padding: 5px;
    margin-top: 10px;
}

#vault-change-mobile-modal .client-code-warning td {
    vertical-align: top;
}

#vault-change-mobile-modal span.fa.fa-info-circle {
    font-size: 200%;
}

#vault-change-mobile-modal .client-code-warning .client-code-list {
    margin-top: 10px;
}

#vault-change-mobile-modal .client-code-warning td.icon-cell {
    font-size: 200%;
    width: 1px;
}

#vault-documents-download-progress-modal .redaction-failure-warning .warning-container
{
    background-color: #f39c12 !important;
    color: #fff;
    padding: 5px;
}

#vault-documents-download-progress-modal table.layout-table td
{
    padding: 5px;
    vertical-align: top;
}

#vault-documents-download-progress-modal table.layout-table td.icon-cell
{
    font-size: 200%;
    width: 1px;
}

#vault-documents-download-progress-modal .in-progress-container
{
    padding: 5px;
}

#vault-documents-screen.smartdocs-vault .small-screen-tags-column 
{
    display: none;
}

#vault-documents-screen .small-screen-only
{
    display: none;
}

#vault-documents-screen.smartdocs-vault .meta-tag 
{
    display: inline-block;
    margin-right: 5px;
    background-color: #00a65a;
    color: white;
    border-radius: 5px;
    padding: 3px 5px;
}

#vault-documents-screen.smartdocs-vault .meta-tag .title
{
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
}

.fa-spin
{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
}

.itools-list-loading-overlay
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    min-height: 100px;
    text-align: center;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding-top: 20px;
    font-size: 200%;
}

.vault-upload-documents-modal-parent {
    top: 10px !important;
}

#report-automation-form .circle,
#email-frequency-form .circle {
    background-color: grey;
    border-radius: 17px;
    color: white;
    display: inline-block;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 36px;
    cursor: pointer;
}

#report-automation-form .form-group .frequency,
#email-frequency-form .form-group .frequency {
    width: 102px;
    background-color: aliceblue;
}

#report-automation-form .form-group .execution-time,
#email-frequency-form .form-group .execution-time {
    width: 70px !important;
    background-color: aliceblue;
}

.label-10 {
    width: 10%;
}

.label-20 {
    width: 20%;
}

.label-30 {
    width: 30%;
}

.label-40 {
    width: 40%;
}

.label-50 {
    width: 50%;
}

.label-60 {
    width: 60%;
}

.label-70 {
    width: 70%;
}

.label-80 {
    width: 80%;
}

.width300 {
    width: 300px;
}

.app-preview-container .box-title
{
    display: inline-block;
    width: calc(50vw - 160px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 
@media screen and (max-width: 800px)
{
    .app-preview-container .box-title
    {
        width: calc(50vw - 160px);
    }
}

.app-preview-container .box-title.app-screen
{
    width: calc(100vw - 250px);
}

@media screen and (max-width: 800px)
{
    .app-preview-container .box-title.app-screen
    {
        width: calc(100vw - 190px);
    }
}

.notification-box.status-unread 
{
    font-weight: bold;
}

#notification-panel table.header-table {
    width: 100%;
}

#notification-panel td.button-cell {
    text-align: right;
}

#notification-panel .header-table td {
    padding: 5px;
}

#notification-panel .notifications-list {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#notification-panel .notification-box {
    width: calc(100% - 7px);
}

div.extra-dollar-amount-config
{
    border: solid #333 1px;
    border-color: #ccc;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px;
}

div.extra-dollar-amount-config .help-block
{
    margin-bottom: 0px;
}

div.extra-dollar-amount-config .form-group
{
    margin-bottom: 0px;
}

#vault-out-for-signature-table tbody tr td.rejected-document
{
    background-color: #fbbfbf;
}

#vault-out-for-signature-table tbody tr td.rejected-document:hover
{
    background-color: #ffffdf;
}

#vault-documents-screen .locked-to-another-user
{
    font-style: italic;
    font-weight: bold;
}

.text-yellow
{
    color: #f39c12!important
}

.text-note {
    color: #737373;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.row-top-align {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.row-even {
    justify-content: space-evenly;
}

.row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.row-unjustify {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    align-items: center;
    width: 100%;
}

.row-item {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.flex-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.small-font {
    font-size: small;
}

.fix-panel-box {
    width: 310px;
    min-height: 160px;
}

.fix-body-box {
    min-height: 110px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5;
}

.panel-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body-bg {
    background-color: lightgrey;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}

.grid-canister {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1em;
}

.grid-canister-2cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

/* Dropdown menu background color*/
.navbar-nav > li > .dropdown-menu {
    background-color: #f2f2f2;
}

/* Dropdown menu font color*/
.navbar-nav > li > .dropdown-menu a {
    color: #555555;
}

.bottom-sm-filler {
    padding-bottom: 7px;
}

.bottom-10-filler {
    padding-bottom: 10px;
}

.bottom-20-filler {
    padding-bottom: 20px;
}

.top-xs-filler {
    padding-top: 5px;
}

.top-sm-filler {
    padding-top: 7px;
}

.top-10-filler {
    padding-top: 10px;
}

.top-md-filler {
    padding-top: 25px;
}

.top-20-filler {
    padding-top: 20px;
}

.allround-filler-5 {
    padding: 5px;
}

.allround-filler-10 {
    padding: 10px;
}

.allround-filler-20 {
    padding: 20px;
}

.right-filler-5 {
    padding-right: 5px;
}

.right-filler-10 {
    padding-right: 10px;
}

.right-filler-20 {
    padding-right: 20px;
}

.right-filler-30 {
    padding-right: 30px;
}

.right-filler-40 {
    padding-right: 40px;
}

.right-filler-50 {
    padding-right: 50px;
}

.left-filler-5 {
    padding-left: 5px;
}

.left-filler-10 {
    padding-left: 10px;
}

.left-filler-20 {
    padding-left: 20px;
}

.left-filler-30 {
    padding-left: 30px;
}

.left-filler-50 {
    padding-left: 50px;
}

.spheric {
    border-radius: 50%;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.username {
    font-size: 16px;
    font-weight: 600;
}

.description {
    color: #999;
    font-size: 13px;
}

.sortitems {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.sortitems li {
    margin: 2px 2px 2px 0;
    padding: 2px;
    font-size: 1em;
}

#EmailTemplates .ck-content .image, #LetterTemplates .ck-content .image {
    margin-left: unset;
    margin-right: unset;
}

#EmailTemplates .ck-content .image.image-style-align-center, #LetterTemplates .ck-content .image.image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}

.custommessagesortitems {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.custommessagesortitems li {
    margin: 2px 2px 2px 0;
    padding: 2px;
    font-size: 1em;
}

table.settings-layout-table {
    width: 100%;
}

table.settings-layout-table > tbody > tr > td {
    width: 25%;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
}

#mainNav {
    display: none;
}

#login-error-wrapper {
    padding: 20px;
}

#error-header {
    margin-bottom: 20px;
}

.input-box {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-box-addon {
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}

.input-box-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.input-box-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-box-round {
    border-radius: 4px;
}

/* Tooltip container */
.infotip {
    position: relative;
    display: inline-block;
    color: #006080;
}

/* Tooltip text */
.infotip .infotiptext {
    visibility: hidden;
    position: absolute;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.infotip:hover .infotiptext {
    visibility: visible;
    opacity: 1;
}

.infotip-right {
    top: -5px;
    left: 125%;
}

.infotip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.infotip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

.infotip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

.login-panel {
    width: 600px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.login-main-logo {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3c8dbc;
    padding: 5px;
}

.login-logo-upper-text {
    font-size: 10pt;
}

.login-logo-lower-text {
    font-size: 35pt;
}

.login-logo-text-color {
    color: #fff;
}

.copyright {
    position: absolute;
    right: 0px;
    bottom: 0px;
    flex-wrap: nowrap;
    font-family: Arial;
    font-size: 10pt;
    color: #cecdcd;
    text-align: right;
    padding-right: 15px;
}

@media screen and (max-height: 760px) {
    nav.navbar.fixed-bottom.hide-bottom-navbar {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    nav.navbar.fixed-bottom.hide-bottom-navbar {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    #sign-document-button.btn span.hideOnMobile {
        display: none;
    }
    #reject-document-button.btn span.hideOnMobile {
        display: none;
    }
    #btnDownloadFile.btn span.hideOnMobile {
        display: none;
    }
    #documentNameCell {
        width: 100px;
    }
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.pdfjs-container {
    position: absolute;
    left: 0px;
    top: 50px;
    height: calc(100vh - 50px);
    width: 100%;
}

.draganddrop-box {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: grey;
    opacity: 0.5;
}


.smartdocs-vault .payment-details-message
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.smartdocs-vault .payment-details-message .inner-container
{
    display: inline-block;
    padding: 10px;
    background-color: #367fa9;
}

.smartdocs-vault .payment-details-message .inner-container td
{
    padding: 5px;
}

.smartdocs-vault .payment-details-message .inner-container .text-cell
{
    text-align: left;
}

.desc {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    width: 100%;
}

.desc:hover {
    background: #f2f2f2;
}

#smartdocs-filter-wrapper .load-filter-overlay .search-container input
{
    width: 100%;
    max-width: 100%;
    padding: 5px;
    border-radius: 5px;
}

#smartdocs-filter-wrapper .load-filter-overlay .search-container
{
    width: 100%;
    margin-bottom: 10px;
}

#smartdocs-filter-wrapper .load-filter-overlay .buttons-container
{
    text-align: center;
}

#smartdocs-filter-wrapper .load-filter-overlay .list-container
{
    min-height: 100px;
    max-height: 400px;
    overflow-y: auto;
}

#smartdocs-filter-wrapper .load-filter-overlay .list-container .option
{
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

#smartdocs-filter-wrapper .load-filter-overlay .list-container .option table
{
    width: 100%;
}

#smartdocs-filter-wrapper .load-filter-overlay .list-container .option table .actions-cell
{
    width: 40px;
}

#smartdocs-filter-wrapper .load-filter-overlay .list-container .option:hover
{
    background-color: rgba(0, 0, 0, 0.075);
}

#smartdocs-filter-wrapper .load-filter-overlay .list-container .option .json
{
    display: none;
}

#smartdocs-filter-wrapper .load-filter-overlay .no-results-element
{
    text-align: center;
    font-style: italic;
    color: #888;
    padding: 20px 0px;
}

#smartdocs-filter-wrapper .save-filter-wrapper
{
    position: absolute;
    top: 5px;
    right: 5px;
}

#smartdocs-filter-wrapper .save-filter-overlay
{
    display: none;
    background-color: #fff;
    padding: 20px;
    position: absolute;
    top: calc(100% + 5px);
    right: -10px;
    background-color: #fff;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.176) !important;
    z-index: 2;
    padding: 10px;
    text-align: left;
    min-width: 500px;
}

#smartdocs-filter-wrapper .load-filter-overlay .filter-input-wrapper
{
    position: relative;
}

#smartdocs-filter-wrapper .load-filter-overlay .filter-input-wrapper .filter-element 
{
    padding-left: 25px;
}

#smartdocs-filter-wrapper .load-filter-overlay .filter-input-wrapper .search-icon
{
    position: absolute;
    top: 10px;
    left: 7px;
}

#smartdocs-filter-wrapper .save-filter-overlay .progress-overlay
{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0px;
    margin: 0px;
}

#smartdocs-selected-user-container
{
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

#smartdocs-selected-user-container.different-user
{
    background-color: #b4b4b4;
}

#smartdocs-selected-user-container #smartdocs-selected-user
{
    width: 600px;
    display: inline-block;
}

.smartdocs-buttons-padding {
    padding-top: 18px;
}

.select-all-button {
    align-items: center;
    padding-bottom: 13px;
}

.select-toggle-split-border {
    border-radius: 0 5px 5px 0 !important;
}

.main-header .navbar-nav > li > a:hover
{
    color: #fff;
    cursor: pointer;
}

#skin-colour-picker
{
    width: 80px;
    height: 90px;
    padding: 0px;
}

.skin-colour-box-row a
{
    margin-bottom: 5px;
}

#vault-signed-documents-table tbody tr.clicked-row td
, #vault-out-for-signature-table tbody tr.clicked-row td
, #vault-out-for-signature-table tbody tr.clicked-row td.rejected-document
{
    background-color: #dff0d8;
}

.autocompleter-improved-wrapper
{
    position: relative;
}

.autocompleter-improved-wrapper input
{
    padding-left: 30px;
}

.autocompleter-improved-wrapper .icon-element
{
    position: absolute;
    top: 11px;
    left: 8px;
}

.autocompleter-improved-wrapper .zero-results-element
{
    display: none;
    text-align: center;
    padding: 10px;
    font-style: italic;
    font-weight: bold;
    background-color: #333;
    color: white;
}
/*body, input, textarea, select {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
    color: #669;
    line-height: 1.6em;
}*/
.webgrid a{
    color: #6078BF;
}

.webgrid-table
{
	background: #fff;
	margin: 5px;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
    width: 100% !important;
}

.webgrid-table thead tr th
{
	font-size: 13px;
	font-weight: normal;
	color: #039;
	padding: 5px 8px;
	border-bottom: 2px solid #6678b1;
    /*border-right: 1px solid #6678b1;*/
    cursor: pointer;
}

.webgrid-table tbody tr {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.webgrid-table tbody tr td
{
	border-bottom: 1px solid #ccc;
	padding: 0px 5px 0px 5px;
}

.webgrid-table tr:nth-child(even) {
    background: #e6f4ff;
}

.webgrid-alternate {
    background: #e6f4ff;
    --bs-table-striped-bg: #e6f4ff !important;
}

.webgrid-selected {
    background: #ffcdcd;
}

.infohover {
    cursor: pointer;
}

.selected{
    background: #ffcdcd;
}

.highlight{
    background: #ffffdf;
}

.clickable{
    cursor: pointer;
    background: #ffffdf;
}

.gridcolumnwidth-icon-lg{
    width: 50px;
    text-align: center;
}
.gridcolumnwidth-icon{
    width: 25px;
    text-align: center;
}

.gridcolumnwidth-icon-sm{
    width: 15px;
    text-align: center;
}

.gridcolumnwidth-icon-xsm{
    width: 10px;
    text-align: center;
}

.gridcolumnwidth-auto {
    width: auto;
    padding-left: 2px;
    padding-right: 2px;
}

.gridcolumnwidth-xsml {
    width: 80px;
    min-width: 40px;
}

.gridcolumnwidth-sml {
    width: 150px;
    min-width: 50px;
    padding-left: 5px;
}

.gridcolumnwidth-med {
    width: 180px;
    min-width: 100px;
    padding-left: 5px;
}

.gridcolumnwidth-lrg {
    width: 200px;
    min-width: 100px;
    padding-left: 5px;
}

.gridprogressbar {
    margin-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 1600px) {
    div.webgrid-body {
        overflow-x: auto;
    }

    table.webgrid-table {
        width: 75%;
    }
}

@media screen and (min-width: 2400px) {
    div.webgrid-body {
        overflow-x: auto;
    }

    table.webgrid-table {
        width: 85%;
    }
}

th.bulk-select, td.bulk-select {
    text-align: center;
}

th.bulk-select input, td.bulk-select input {
    cursor: pointer;
}

td.no-row-click {
    cursor: not-allowed;
}

div.bulk-change-status-wrapper {
    position: relative;
    margin-left: 7px;
    display: inline-block;
}

.btn-bulk-change-status i {
    margin-right: 5px;
}

#workflow-change-status-dialog .buttons-container > div {
    margin-top: 10px;
}

.btn-bulk-change-status-spacing {
    border-radius: 3px !important;
}

.btn-bulk-change-status-spacing:not(:last-child) {
    margin-right: 7px;
}
