﻿[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
}

.accordion-header {
    color: #555555;
    line-height: normal;
}

@media only screen and (min-width: 768px) {
    .accordion-header {
        font-size: 18px;
    }

        .accordion-header p {
            font-size: 18px !important;
        }
}

@media screen and (min-width: 1024px) and (max-width: 1364px) {
    .custom-class {
        width: 75%;
        max-width: none;
    }
}

@media screen and (min-width: 1365px) {
    .custom-class {
        width: 1024px;
        max-width: none;
    }
}

.side-bar {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 60%;
    overflow-y: auto;
    margin-left: auto;
}

input[readonly] {
    background-color: #fff !important;
    cursor: text !important;
}

.modal-open {
    overflow: initial;
}

canvas {
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 4px;
    border-bottom: 1px solid #ddd;
    cursor: default;
    background-color: white;
}

.qrcode canvas {
    border: none;
    border-radius: 0px;
}

div .signature-tools {
    height: 45px;
}

div.signature, div.diagram, div.portrait {
    border-radius: 4px;
    border: 1px solid #ddd;
}

img .signature, img .diagram {
    left: 0;
    top: 0;
    width: 100%;
}

img .signature, img .portrait {
    left: 0;
    top: 0;
    width: 100%;
}

div .signature, div .diagram {
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

div .signature, div .portrait {
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

    div .signature p, div .diagram p {
        color: #999999;
    }

    div .signature p, div .portrait p {
        color: #999999;
    }

@media only screen and (max-width: 479px) {
    div .signature {
        height: 100px;
    }

    div .diagram {
        height: 186px;
    }


    div .portrait {
        height: 392px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 599px) {
    div .signature {
        height: 110px;
    }

    div .diagram {
        height: 293px;
    }

    div .portrait {
        height: 638px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    div .signature {
        height: 145px;
    }

    div .diagram {
        height: 387px;
    }

    div .portrait {
        height: 792px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    div .signature {
        height: 182px;
    }

    div .diagram {
        height: 485px;
    }

    div .portrait {
        height: 962px;
    }
}

@media only screen and (min-width: 1280px) {
    div .signature {
        height: 245px;
    }

    div .diagram {
        height: 654px;
    }

    div .portrait {
        height: 1342px;
    }
}

h3 {
    font-weight: bold;
}

.row h4 {
    font-weight: bold;
}

.document h4 {
    font-weight: bold;
    padding-top: 15px;
}

.document .term {
    font-weight: bold;
}

.form-image {
    display: inline-block;
    max-height: 120px;
    max-width: 120px;
    margin-right: 15px;
    vertical-align: top;
}

.form-inline-image {
    max-width: 100%;
}

div .validation-inline {
    margin-top: -15px;
}

.form-control-feedback {
    position: absolute;
    top: .7rem;
    right: 0.85rem;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

.form-control-feedback-placeholder {
    right: 25px;
    width: 100%;
    text-align: right;
    color: lightgray;
}

.form-control-show-valid::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* #Footer
================================================== */

footer {
    background: #222;
}

    footer .container {
        padding: 30px 0px 30px 0px;
        color: #999;
    }

        footer .container a {
            color: #999;
            text-decoration: none;
        }

            footer .container a:hover {
                text-decoration: underline;
            }

    footer .copyright a {
        font-family: 'Racing Sans One';
        font-size: 16px;
    }


@media only screen and (max-width: 767px) {
    .console-heading {
        display: none;
    }

    footer {
        text-align: center;
    }

    .form-image {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .console-heading {
        display: none;
    }

    .form-image {
        display: none;
    }
}

header .navbar {
    position: absolute;
    background-color: rgba(56,68,91,0.15);
    top: 0px;
    width: 100%;
    min-height: 50px;
    border-radius: 0;
    color: white;
    z-index: 999;
    padding-right: 15px;
}

.navbar-active-title {
    margin-left: 15px;
    margin-top: 15px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    header .navbar {
        background-color: rgba(56,68,91,0.95);
    }
}

header.android {
    background: url(/images/header-strip.jpg?v=5);
    background-size: cover;
    width: 100%;
    height: 50px;
}

header .navbar-item {
    color: white;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

header .signin {
    position: absolute;
    top: 11px;
    right: 30px;
}

.boolean {
    font-weight: bold;
}

.help-text {
    background: #e7e7e7;
    padding: 15px;
}

.notes {
    white-space: pre-wrap;
}

    .notes .indented-0 {
        margin-left: 0em;
    }

    .notes .indented-1 {
        margin-left: 4em;
    }

    .notes .indented-2 {
        margin-left: 8em;
    }

    .notes .indented-3 {
        margin-left: 12em;
    }

    .notes .indented-4 {
        margin-left: 16em;
    }

    .notes .indented-5 {
        margin-left: 20em;
    }

    .notes ol, ul {
        margin-bottom: 0.5rem;
    }

    .notes ul {
        padding: 0 0 0 2.5em;
    }

        .notes ul li {
            padding-left: 1.5em;
        }

    .notes ol {
        list-style: none;
        padding: 0 0 0 1em;
    }

        .notes ol li span.prefix {
            display: inline-block;
            margin-left: -4em;
            width: 4em;
            text-align: center;
        }

        .notes ol li {
            padding-left: 3em;
        }

.terms {
    white-space: pre-wrap;
    font-size: 0.8em;
}

    .terms .indented-0 {
        margin-left: 0em;
    }

    .terms .indented-1 {
        margin-left: 4em;
    }

    .terms .indented-2 {
        margin-left: 8em;
    }

    .terms .indented-3 {
        margin-left: 12em;
    }

    .terms .indented-4 {
        margin-left: 16em;
    }

    .terms .indented-5 {
        margin-left: 20em;
    }

    .terms ol, ul {
        margin-bottom: 0.5rem;
    }

    .terms ul {
        padding: 0 0 0 2.5em;
    }

        .terms ul li {
            padding-left: 1.5em;
        }

    .terms ol {
        list-style: none;
        padding: 0 0 0 1em;
    }

        .terms ol li span.prefix {
            display: inline-block;
            margin-left: -4em;
            width: 4em;
            text-align: center;
        }

        .terms ol li {
            padding-left: 3em;
        }

    .terms li {
        font-size: 1em;
    }

    .terms a {
        font-size: 1em;
    }

.form-span {
    padding-left: 0px;
    border: none;
    box-shadow: none;
    background: none;
}

.col-form-label {
    padding-top: 7px;
    font-weight: 700;
}

.form-background {
    background-color: #f7f7f7;
    max-width: none;
}

.portal-background {
    max-width: none;
}

.workflow-background {
    background-color: #e7f1ff;
}

.form-group {
    position: relative;
}

.page-background {
    background-color: white;
}

.rating-star {
    font-size: 3.3em;
}

@media only screen and (max-width: 599px) {
    .rating-star {
        font-size: 2.4em;
    }
}

.uib-time input {
    width: 60px;
}

.help-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: 0;
    background: transparent;
    padding-left: 5px;
    padding-right: 0px;
    font-size: 17px;
}

.modal-lg {
    max-width: 885px !important;
}

.btn-default.btn-xs.dropdown-toggle {
    background-color: #e1e1e1;
}

ul.pagination {
    margin-bottom: 0px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.card-header .navbar {
    min-height: 46px
}

.nav-link {
    color: black;
    padding-bottom: 6.5px;
}

.form-label {
    font-weight: bold;
}

.accordian-tree-header {
    background-color: #ECECEC;
    color: black;
}

    .accordian-tree-header::after {
        content: none;
    }

    .accordian-tree-header:hover {
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.08);
    }

.accordian-tree-toggle {
    padding: 11px;
    margin-bottom: 0px;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tox-tinymce {
    border-top: none !important;
    border-radius: 0px !important;
}

.tox-tbtn--bespoke {
    width: 110px !important;
}

.elements-menu {
    max-height: 420px;
    overflow-y: auto;
}

.forms-menu {
    max-height: 435px;
    overflow-y: auto;
}

ngb-typeahead-window.dropdown-menu {
    max-height: 270px !important;
    overflow-y: auto;
    z-index: 3999;
}

.card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.portal-body {
    margin-bottom: 85px;
}

.expiring-soon {
    color: red;
    font-weight: bold;
}
