﻿nav.bg-impersonating {
    background-color: #990000 !important;
}

.minimal-bottom-margin {
    margin-bottom: 1px
}

/* Div surrounding the element */
.embedicon {
    position: relative;
}

    /* Style for the Icon */
    .embedicon i {
        position: absolute;
        padding: 10px;
        pointer-events: none;
        right: 0
    }

    /* Style for the Input */
    .embedicon input {
        padding-right: 30px;
    }

.oneliner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fill-width.dropdown {
    position: static;
}

    .fill-width.dropdown > .dropdown-menu {
        left: auto;
        right: 0;
    }

        .fill-width.dropdown > .dropdown-menu > li > a {
            white-space: normal;
        }

.disabledCell {
    background-color: grey;
}

.changedRow {
    background-color: yellow
}

.disabledLabel {
    background-color: rgb(238, 238, 238);
    color: rgb(73, 80, 87);
}

.panel-title {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .panel-title:not(.collapsed):before {
        content: "▾";
        margin-right: 0px;
    }

    .panel-title.collapsed:before {
        content: "▸";
        margin-right: 0px;
    }

a.scoresheetLink {
    text-decoration: underline;
    cursor: pointer
}

div.chipsInput {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-sizing: border-box;
    cursor: text;
    display: inline-block;
    height: auto;
    line-height: 25px;
    max-width: 100%;
    padding: 4px 6px 6px 4px;
    text-align: left;
    text-size-adjust: 100%;
    vertical-align: middle;
    width: 100%;
}

    div.chipsInput.collapse {
        display: block;
        height: 37px !important;
        overflow: hidden;
    }

    div.chipsInput.collapsing {
        height: 37px !important;
    }

    div.chipsInput > div.chip {
        background-color: #4d79ff;
        color: white;
        border-radius: 2.625px;
        box-sizing: border-box;
        display: inline;
        font-size: 13px;
        font-weight: 500;
        line-height: 10.5px;
        margin-right: 2px;
        padding: 2.1px 6.3px 3.15px 6.3px;
        text-align: center;
        text-size-adjust: 100%;
        vertical-align: baseline;
        white-space: nowrap;
        width: auto;
    }

        div.chipsInput > div.chip > .chipClose {
            box-sizing: border-box;
            cursor: pointer;
            display: inline;
            font-size: 17px;
            font-weight: 500;
            height: auto;
            line-height: 10.5px;
            margin-left: 4px;
            text-align: center;
            text-size-adjust: 100%;
            white-space: nowrap;
        }

    div.chipsInput > .addChipBtn {
        background-color: white;
        box-sizing: border-box;
        color: black;
        cursor: pointer;
        display: inline;
        font-size: 13px;
        font-weight: 500;
        line-height: 10.5px;
        margin-right: 2px;
        padding: 2.1px 6.3px 3.15px 6.3px;
        text-align: center;
        text-size-adjust: 100%;
        vertical-align: baseline;
        white-space: nowrap;
        width: auto;
    }

        div.chipsInput > .addChipBtn:hover {
            color: gray
        }

    div.chipsInput > .addChipBtnDisabled {
        color: gray;
        opacity: 0.65;
        pointer-events: none;
    }

div.partialCollapseSection {
    max-height: 300px;
    overflow: hidden;
    content: "";
    position: relative;
}

    div.partialCollapseSection:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(transparent 250px, white);
    }

div.editableLiabilityBox {
    height: 350px;
    padding: 10px;
    overflow: auto
}

div.readOnlyLiabilityBox {
    padding: 10px;
    overflow: auto
}

@font-face {
    font-family: ChanceryCursive;
    src: url(/fonts/cursive.ttf);
}

div.typedSignature {
    font-family: ChanceryCursive;
    font-size: 40px;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

div.signatureBox {
    border: 1px solid black;
    padding: 20px;
    background-color: #e6e6e6;
}
