.tags {
    margin-left: -10px;
    padding: 5px 7px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
    line-height: 16px;
    background-color: #f5f5f5;
}

.tags.readonly {
    background-color: transparent;
    border: 0;
    padding: 5px 0;
    margin-left: 0;
}

.tags .tag,
.incomingmail .tags .tag {
    background-color: #d7d7d7;
    padding: 2px 10px;
    margin-right: 4px;
    border-radius: 5px;
    line-height: 16px;
    margin-bottom: 4px;
    display: inline-block;
}

.tags .tag .fa-times {
    margin-left: 5px;
    cursor: pointer;
}

.tags div.property,
.blueback .tags div.property {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100px;
}

.tags .property input[type='text'],
.blueback .tags .property input[type='text'] {
    background-color: #f5f5f5;
    padding: 0px;
    margin: 0;
    width: 100%;
    border: 0;
    outline: none;
}

.prop .value .tags {
    display: inline-block;
}

.tagpopup {
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0 0px 6px #555;
            box-shadow: 0 0px 6px #555;
    z-index: 1000;
    border-radius: 5px;
    padding: 5px 0;
    right: 0;
    top: 30px;
}

.tagpopup .option {
    cursor: pointer;
    padding: 2px 10px;
    min-width: 150px;
}

.tagpopup .option:hover {
    background-color: #eee;
}
.property.unbordered {
    display: inline-block;
}

.proplabel {
    display: block;
    vertical-align: top;
    margin: 5px 0 2px 5px;
    font-size: 13px;
    font-weight: 600;
}

.proplabel.disabled {
    color: #c1c1c1;
}

.propvalue {
    margin: 8px 17px 5px 17px;
    display: inline-block;
}
.property input[type='text']:focus {
    border: 1px solid #0076ff;
}

.property input[type='text'],
.property input[type='email'],
.property input[type='password'],
.property textarea,
.property select,
.searchproperty,
.manualproperty {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    color: #6b6b6b;
    width: 100%;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
}

.property.lightpadded select {
    padding: 5px 10px;
}

.property.awesome select {
    font-family: 'FontAwesome', 'Open Sans', sans-serif;
    height: 38px;
}

.property.awesome select option .icon {
    color: red;
}

.searchproperty .close {
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
}

.property select.grayed {
    background-color: #f0f0f0;
}

.filters .property {
    margin-top: 5px;
}

.filters .property select {
    background-color: #0074fb;
    color: white;
    border: none;
}

.filters .property select option {
    background-color: white;
    color: black;
}

.property select.unbordered {
    border: 0;
    display: inline-block;
    background-color: #f0f0f0;
}

.property input[type='text']:disabled,
.property input[type='password']:disabled,
.property input[type='email']:disabled,
.property textarea:disabled,
.property select:disabled {
    opacity: 0.5;
    background-color: white;
}

.property pre {
    margin: 8px 17px 5px 17px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    white-space: pre-line;
}

select {
    padding: 10px;
}

textarea {
    height: 100px;
}

.property.half,
.property.quarter,
.property.third,
.property.fourty {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
}

.property.quarter {
    width: 25%;
}
.property.third {
    width: 33%;
}
.property.fourty {
    width: 40%;
}

.property i {
    cursor: pointer;
}

.property.inline {
    display: inline-block;
}

.property .propinputcontainer {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.property .propinputcontainer.withsuffix input[type='text'] {
    padding-right: 15px;
}

.property .suffix {
    position: absolute;
    right: 5px;
    margin: 0;
    color: #acacac;
    pointer-events: none;
}

.property i.fa-calendar {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 18px;
    color: #777;
}

.property .datepickerpopup {
    position: absolute;
    top: 25px;
    background-color: white;
    padding: 10px;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 5px #888;
            box-shadow: 0 1px 5px #888;
    border-radius: 3px;
}

.manualproperty {
    background-color: #f0f0f0;
    border: 1px solid #c9c9c9;
    display: inline-block;
    width: auto;
    padding: 0 0 0 10px;
    margin-right: 10px;
}

.manualproperty.padded {
    padding: 10px;
}

.manualproperty .checkbox .label,
.box .manualproperty .checkbox .label {
    margin-left: 10px;
    font-size: 14px;
    width: auto;
}

.manualproperty .checkbox {
    width: auto;
    margin: 0;
}

.manualproperty select {
    width: 100px;
    outline: none;
}

.propertyiconcontainer {
    position: relative;
    height: 36px;
}

.propertyiconcontainer .property {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.propertyiconcontainer .icon {
    position: absolute;
    top: 9px;
    right: 7px;
}

.blueback .propertywithendbutton div.property,
.propertywithendbutton div.property {
    width: calc(100% - 95px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 10px 0;
}

.blueback .propertywithendbutton .property input[type='text'],
.propertywithendbutton .property input[type='text'] {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 10px;
}

.blueback .propertywithendbutton button,
.propertywithendbutton button {
    position: relative;
    z-index: 10;
    background-color: #0074fb;
    color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100px;
    margin: 0;
    padding: 12px 0;
    margin-left: -5px;
}

.propertywithendbutton label {
    display: inline-block;
    font-weight: 600;
    text-align: right;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.propertywithendbutton .labeled {
    width: 60%;
    display: inline-block;
}

/* Radio buttons and check boxes */
.checkbox {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 13px;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}

.checkbox.disabled {
    opacity: 0.3;
    cursor: default;
}

.property.editable .checkbox {
    cursor: pointer;
}

.checkbox .check {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 9px;
    border: 1px solid #c4c4c4;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}

.checkbox .check {
    border-radius: 4px;
    width: 14px;
}

.checkbox .check.radio {
    border-radius: 50%;
}

.checkbox .check > .inner {
    display: inline-block;
    background-color: #0074fb;
    border-radius: 3px;
    opacity: 0;
    height: 12px;
    width: 12px;
    margin: 1px;
    -webkit-transition: background-color 0.3s, opacity 0.2s;
    transition: background-color 0.3s, opacity 0.2s;
}

.checkbox .check.radio > .inner {
    border-radius: 50%;
}

.checkbox .selected > .inner {
    opacity: 1;
}

.box .checkbox .label,
.box .checkbox .label .span {
    display: inline-block;
    color: #3c4144;
    font-size: 14px;
    margin-left: 10px;
    line-height: 17px;
    vertical-align: top;
    width: 85%;
}

.box .checkbox.disabled .label {
    cursor: default;
}

.boxed .checkbox .label {
    width: 75%;
}

.property .checkbox {
    margin-left: 17px;
    margin-bottom: 0;
}

.barbox {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 10px;
    border-radius: 3px;
    border: 1px solid #999;
    background-color: #bbb;
    vertical-align: -1px;
}

.barbox.small {
    width: 50px;
}

.prop .barbox {
    margin-left: 10px;
}

.prop .barbox .bar {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px 0 0 3px;
    height: 10px;
    background-color: green;
}

.bar.danger {
    background-color: red;
}

.prop button.link {
    font-size: 14px;
    margin-left: 10px;
}

.prop button.link.nomargin {
    margin: 0;
    padding: 5px 0 2px 0;
}

@media only screen and (max-width: 768px) {
    .property input[type='text'],
    .property input[type='password'],
    .property input[type='email'],
    .property textarea,
    .property select,
    .searchproperty,
    .manualproperty {
        margin: 0;
    }

    .checkbox {
        margin: 20px 0 0 10px;
        width: 96%;
    }

    .checkbox .check {
        height: 20px;
        width: 20px;
    }

    .checkbox .check > .inner {
        height: 18px;
        width: 18px;
    }

    .box .checkbox .label,
    .box .checkbox .label .span {
        vertical-align: super;
    }

    .blueback .propertywithendbutton {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.elcompanysearcher {
    display: inline-block;
    z-index: 1000;
    position: absolute;
    width: 300px;
    background-color: #f0f0f0;
    padding: 10px;
    -webkit-box-shadow: 0 0 8px #555;
            box-shadow: 0 0 8px #555;
    border-radius: 2px;
}

.elcompanysearcher .controls button {
    width: 100%;
    margin: 10px 0 0 0;
}

.elcompanysearcher .controls .property {
    padding: 0;
    margin-bottom: 10px;
}

.elcompanysearcher .controls .property input[type='text'] {
    width: 100%;
}

.elcompanysearcher .results .result {
    cursor: pointer;
    font-size: 12px;
    padding: 3px 20px;
    margin: 5px 0;
    background-color: white;
}

.elcompanysearcher .results .result:hover {
    background-color: #edf3fd;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.elcompanysearcher .results .result .header {
    font-weight: 600;
}

.elcompanysearcher .results .result .active,
.prop .value .active,
.prop .extravalue .active {
    color: green;
}
.elcompanysearcher .results .result .inactive,
.prop .value .inactive,
.prop .extravalue .inactive {
    color: red;
}

.elcompanysearcher .close {
    float: right;
    cursor: pointer;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .elcompanysearcher {
        left: 0;
        top: 80px;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}
.progresscontrol {
    text-align: center;
}

.progresscontrol .description {
    margin-bottom: 3px;
}

.progresscontrol .progresscontainer {
    position: relative;
    background-color: #77a6df;
    border: 1px solid white;
    height: 6px;
    width: 100%;
    border-radius: 3px;
}

.progresscontrol .progresscontainer .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 6px;
    background-color: white;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.analogclock {
    width: 100%;
    position: relative;
    padding-top: 100%;
    background-color: #eee;
    border-radius: 50%;
}

.analogclock .num {
    height: 49%;
    position: absolute;
    top: 1%;
    left: calc(50% - 25px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
}

.analogclock .num div {
    width: 44px;
    line-height: 44px;
    height: 44px;
    border-radius: 50%;
    color: #1e1e1e;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    margin: 3px;
}

.analogclock .num.selected div {
    color: white;
    background-color: #0076ff;
}

.analogclock .num0halfpast,
.analogclock .num12halfpast {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
}
.analogclock .num1,
.analogclock .num13 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}
.analogclock .num1halfpast,
.analogclock .num13halfpast {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.analogclock .num1 div,
.analogclock .num13 div {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
}
.analogclock .num2,
.analogclock .num14 {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
}
.analogclock .num2halfpast,
.analogclock .num14halfpast {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
}
.analogclock .num2 div,
.analogclock .num14 div {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg);
}
.analogclock .num3,
.analogclock .num15 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.analogclock .num3halfpast,
.analogclock .num15halfpast {
    -webkit-transform: rotate(105deg);
            transform: rotate(105deg);
}
.analogclock .num3 div,
.analogclock .num15 div {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.analogclock .num4,
.analogclock .num16 {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
}
.analogclock .num4halfpast,
.analogclock .num16halfpast {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.analogclock .num4 div,
.analogclock .num16 div {
    -webkit-transform: rotate(-120deg);
            transform: rotate(-120deg);
}
.analogclock .num5,
.analogclock .num17 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
}
.analogclock .num5halfpast,
.analogclock .num17halfpast {
    -webkit-transform: rotate(165deg);
            transform: rotate(165deg);
}
.analogclock .num5 div,
.analogclock .num17 div {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
}
.analogclock .num6,
.analogclock .num18 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.analogclock .num6halfpast,
.analogclock .num18halfpast {
    -webkit-transform: rotate(195deg);
            transform: rotate(195deg);
}
.analogclock .num6 div,
.analogclock .num18 div {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.analogclock .num7,
.analogclock .num19 {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
}
.analogclock .num7halfpast,
.analogclock .num19halfpast {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
.analogclock .num7 div,
.analogclock .num19 div {
    -webkit-transform: rotate(-210deg);
            transform: rotate(-210deg);
}
.analogclock .num8,
.analogclock .num20 {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
}
.analogclock .num8halfpast,
.analogclock .num20halfpast {
    -webkit-transform: rotate(255deg);
            transform: rotate(255deg);
}
.analogclock .num8 div,
.analogclock .num20 div {
    -webkit-transform: rotate(-240deg);
            transform: rotate(-240deg);
}
.analogclock .num9,
.analogclock .num21 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
.analogclock .num9halfpast,
.analogclock .num21halfpast {
    -webkit-transform: rotate(285deg);
            transform: rotate(285deg);
}
.analogclock .num9 div,
.analogclock .num21 div {
    -webkit-transform: rotate(-270deg);
            transform: rotate(-270deg);
}
.analogclock .num10,
.analogclock .num22 {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
}
.analogclock .num10halfpast,
.analogclock .num22halfpast {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
}
.analogclock .num10 div,
.analogclock .num22 div {
    -webkit-transform: rotate(-300deg);
            transform: rotate(-300deg);
}
.analogclock .num11,
.analogclock .num23 {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg);
}
.analogclock .num11halfpast,
.analogclock .num23halfpast {
    -webkit-transform: rotate(345deg);
            transform: rotate(345deg);
}
.analogclock .num11 div,
.analogclock .num23 div {
    -webkit-transform: rotate(-330deg);
            transform: rotate(-330deg);
}
.change-password-page {
    font-family: 'Roboto', sans-serif;
    padding: 0;
    list-style: none;
    width: 57%;
    background: #fff;
    border-radius: 4px;
    margin: 30px auto 50px;
}
.link-heading {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}
.box-wrapper {
    background: #fff;
    margin: 0 auto 20px;
    padding: 20px 45px;
}
.change-password-wrapper {
    padding: 70px 0px;
}

.change-password-wrapper h3 {
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    padding: 15px 0px;
    margin: 0px 0px 60px;
    color: #4a4a4a;
    letter-spacing: 0.6px;
}

.change-password-header {
    font-size: 23px;
    color: #6b6b6b;
    text-align: center;
    padding: 37px 0px 25px 0px;
}

.change-password-form {
    width: 45%;
    margin: 60px auto 100px;
}

.change-password-form span.proplabel,
.login-form span.proplabel {
    margin: 7px 0;
    color: #c6c6c6;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300;
}

.change-password-form .property input[type='text'],
.change-password-form .property input[type='password'] {
    background: #f2f2f2;
    padding: 17px;
    font-size: 20px;
    font-weight: 500;
}

.change-password-form .email-wrapper,
.change-password-form .password-wrapper {
    margin-bottom: 42px;
}

.chage-password-button {
    text-align: right;
    margin: 0px 55px 0px;
}

.chage-password-button button {
    width: 210px;
    padding: 13px 0px;
    text-transform: uppercase;
    font-size: 20px;
}
.change-password-form input.form-control:focus {
    border: 2px solid #0076ff;
    padding: 16px;
}
.change-password-form .password-wrapper .fa-eye:before {
    content: '\f06e';
    font-size: 20px;
}
.change-password-form .password-wrapper .toggle-password {
    position: absolute;
    top: 50px;
    right: 5%;
    color: #656060;
    cursor: pointer;
}
.terms-conditions-wrapper {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
    margin: 0 auto;
}
.terms-conditions-wrapper.column {
    display: block;
}
.terms-accept-page,
.login-page {
    margin: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.login-page {
    max-width: 500px;
    padding: 100px 0 0;
}
.form-wrapper {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24);
    margin-bottom: 20px;
}

.login-header {
    font-size: 32px;
    background: white;
    border-bottom: 1px solid #d1d1d1;
    text-align: center;
    padding: 15px;
    font-weight: 400;
}
.form {
    position: relative;
    z-index: 1;
    background: #fff;
    margin: 0 auto 20px;
    padding: 20px 45px 45px;
}

.form .desctext {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

.form .login-form input[type='password'],
.form .login-form input[type='text'],
.form .login-form input[type='email'] {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border-radius: 0;
    border: 1px solid #c6c6c6;
    margin: 0 0 15px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
}
.form button {
    text-transform: uppercase;
    outline: 0;
    background: #0076ff;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    margin-top: 20px;
}
.form button:active,
.form button:focus,
.form button:hover {
    background: #448eee;
}
.login-form-page {
    background: #2580f5;
    min-height: 100vh;
    height: 100%;
}
.error-wrapper {
    position: relative;
    margin-bottom: 15px;
}
span.login-error {
    color: red;
    font-size: 14px;
}
.submit-section {
    padding: 0 25px 0 0;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin: 20px 0 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
}

.login-form-page button.register {
    color: #0074fb;
    background-color: transparent;
    border: 1px solid #0074fb;
    border-radius: 0;
    padding: 15px;
    margin-top: 60px;
    text-transform: none;
}

.property input[type='text'].login-field-error,
.property input[type='password'].login-field-error,
.property input[type='email'].login-field-error {
    border: 1px solid red;
    background: rgba(255, 0, 0, .14);
    border-radius: 0;
    margin: 0px;
}
.login-page-header {
    font-size: 32px;
    color: #fff;
    margin-bottom: 50px;
    text-align: center;
}
.change-password-page-header {
    font-size: 26px;
    margin: 40px 0;
    text-align: center;
    font-weight: 700;
}
.welcome-wrapper {
    padding: 20px 50px 5px;
}
.terms-conditions-wrapper {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
}
.terms-conditions {
    position: relative;
    margin: 5px 30px 30px;
    border: 1px solid #c6c6c6;
    padding: 7px 20px 20px;
}
.terms-conditions div h3 {
    font-size: 14px;
}
.terms-conditions div ul {
    margin: 0;
    padding-left: 32px;
}
.terms-conditions div ul li {
    font-size: 12px;
}
.terms-conditions div ul li span {
    font-size: 13px;
}
.terms-conditions .terms-title {
    font-size: 18px;
    position: absolute;
    background: #fff;
    padding: 7px 50px;
    top: -5%;
    left: 35.55%;
    font-weight: 700;
}
.login-container {
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
}
.login-body {
    padding: 15px;
}
.forgot-password-link {
    text-decoration: underline;
    cursor: pointer;
    color: #0076ff;
    display: table;
    margin: 0 auto 30px auto;
}
.login-btn {
    width: 100%;
    margin-top: 10px;
}
label.accept-terms-checkbox {
    position: relative;
    cursor: pointer;
}
.accept-terms-checkbox span.psedo-checkbox {
    height: 15px;
    width: 15px;
    margin-top: 2px;
    border: 2px solid #448ede;
    position: absolute;
    display: inline-block;
}
.terms-checkbox {
    display: none;
}
.accept-terms-checkbox input.terms-checkbox {
    display: none;
}

.elcompanyreg.blueback div.property {
    padding: 5px 0;
}

.elcompanyreg .property .proplabel {
    width: 190px;
}

.elcompanyreg button.propaligned {
    border-radius: 0;
    margin-left: 190px;
    background-color: #0074fb;
    padding: 10px 50px;
}

[type='checkbox']:checked + span.psedo-checkbox:before {
    content: '\2714';
    position: absolute;
    top: -4px;
    left: 1px;
    color: #0062c8;
}
.terms-accept-text {
    font-weight: 600;
    margin: 0px 0 0 35px;
}

.welcome-wrapper h2 {
    font-size: 22px;
}
.welcome-wrapper p {
    font-size: 14px;
}

.login-form input.form-control:focus {
    border: 2px solid #0076ff;
    padding: 14px;
}
.change-password-form input.form-control,
.login-form input.form-control {
    border-radius: 0;
    border: 1px solid #c6c6c6;
    margin: 0px;
}

.login-form span.proplabel {
    margin: 0 0 5px;
    font-weight: 100;
    color: #c6c6c6;
}
.login-horizontal-line {
    border-top: 1px solid #c6c6c6;
    margin-bottom: 25px;
}
button.login-btn {
    display: table;
    margin: 0 auto;
}
.accept-terms {
    margin-top: 15px;
}
.terms-accept {
    width: 250px;
    height: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.password-wrapper {
    position: relative;
    margin-top: 10px;
}
.username-wrapper,
.password-wrapper {
    min-height: 80px;
}
.forgot-password-wrapper {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .login-page.column.quarter.centered {
        width: 93%;
    }
    .login-header {
        font-size: 25px;
    }
    .login-page-header {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .login-page {
        padding: 50px 0 0;
    }
}
.dashboard .header {
    background-color: white;
    padding: 14px 20px;
}

.dashboard .header .property {
    display: inline-block;
    margin: 0 10px;
}

.dashboard .header .property select {
    color: #393939;
    background-color: white;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}

.dashboard .header .menuelement,
.dashboard .linkmenu .menuelement {
    font-weight: bold;
    display: inline-block;
    margin: 0 40px 0 20px;
    cursor: pointer;
}

.dashboard .header .menuelement.selected,
.dashboard .linkmenu .menuelement.selected {
    color: #0076ff;
    border-bottom: 2px solid #0076ff;
}

.dashboard .header .count {
    color: #aaa;
    margin-left: 5px;
}

.dashboard .controlarea {
    margin: 10px;
    -webkit-animation: appearFromRight 0.3s;
            animation: appearFromRight 0.3s;
}

.dashboard .controlarea .menu {
    display: inline-block;
    width: 240px;
    background-color: white;
    min-height: 600px;
}

.dashboard .controlarea .menucontent {
    display: inline-block;
    width: calc(100% - 260px);
    margin-left: 20px;
    vertical-align: top;
}

.dashboard .controlarea .menu .menuelement {
    font-size: 14px;
    padding: 15px 20px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 0 solid #0076ff;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition: border-width 0.1s;
    transition: border-width 0.1s;
}

.dashboard .controlarea .menu .menuelement.important {
    border-left-color: #d05050;
    color: #d05050;
}

.dashboard .controlarea .menu .menuelement.selected {
    border-left-width: 6px;
}

.dashboard .controlarea .menu .menuelement .name {
    font-weight: 600;
    padding-bottom: 5px;
}

.dashboard .controlarea .menu .menuelement.selected .name {
    color: #0076ff;
}

.dashboard .controlarea .menu .menuelement.important.selected .name {
    color: #d05050;
}

.dashboard .controlarea .menu .menuelement .description {
    color: #b4b4b4;
}

.dashboard .controlarea .menu .loader {
    margin: 100px auto;
}

.dashboard .controlarea .menu .loader,
.dashboard .controlarea .menu .loader:after {
    width: 50px;
    height: 50px;
}

.dashboard .controlarea .control {
    vertical-align: top;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.dashboard .controlarea .control .loader {
    margin: 20px auto;
}

.dashboard .controlarea .control button .loader {
    margin: 0 0 0 10px;
}

.dashboard .controlarea .control button {
    margin-right: 10px;
}

.dashboard .controlarea .control .dashprop .loader {
    margin: 0;
    font-size: 4px;
}

.dashboard .controlarea .control .dashprop .loader,
.dashboard .controlarea .control .dashprop .loader:after {
    width: 12px;
    height: 12px;
}

.dashboard .controlarea .control .inner {
    font-size: 14px;
    background-color: white;
    padding: 20px 0;
    margin: 10px;
}

.dashboard .controlarea .control .inner.lightpadding {
    padding: 10px 0;
}

.dashboard .controlarea .control .inner.sidepadded {
    padding-left: 20px;
    padding-right: 20px;
}

.dashboard .controlarea .control .inner.shortbotmargin {
    margin-bottom: 2px;
}

.dashboard .controlarea .control .inner .column {
    display: inline-block;
    width: 12.5%;
    margin-bottom: 0;
}

.dashboard .controlarea .control .inner .column.medium {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 19%;
    padding: 0 20px;
}

.dashboard .controlarea .control .inner .column.large {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 27%;
    padding: 0 20px;
}

.dashboard .controlarea .control .inner .column.textright {
    text-align: right;
}

.dashboard .controlarea .control .inner .column .header {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0;
    text-transform: none;
    border: none;
}

.dashboard .controlarea .control .inner .column .headerplaceholder {
    height: 27px;
    margin-bottom: 20px;
}

.dashboard .controlarea .control .inner .column .text {
    font-size: 18px;
    margin-bottom: 10px;
}

.dashboard .controlarea .control .inner .column .text.small {
    font-size: 16px;
}

.dashboard .controlarea .control .inner .large {
    font-size: 18px;
    font-weight: bold;
}

.dashboard .controlarea .control .inner .property.seventy {
    display: inline-block;
    width: 70%;
}

.dashboard .controlarea .control .inner button.inline {
    text-transform: none;
    float: none;
    vertical-align: bottom;
    margin: 0 30px;
}

.datatable .tableheader,
.datatable .tabledata {
    font-size: 14px;
    background-color: white;
    padding: 8px 20px;
    margin: 2px 10px;
}

.datatable .tableheader .headerheader {
    padding: 10px;
    font-weight: bold;
}

.datatable .tableheader .headerheader.clickable {
    cursor: pointer;
}

.datatable .tableheader .headerheader i.fa {
    margin-right: 10px;
    color: #888;
}

.datatable .tableheader .headerheader img {
    height: 14px;
}

.datatable .dataheader {
    font-size: 18px;
    margin: 10px 0 5px 20px;
    font-weight: 600;
}

.datatable .dataheader.small {
    margin: 10px 0 5px 40px;
    font-size: 14px;
}

.datatable .tabledata.clickable {
    cursor: pointer;
}

.datatable .tabledata.summary {
    font-weight: 600;
    background-color: #f3f3f3;
    margin-bottom: 15px;
}

.datatable .tabledata.dark {
    background-color: #e9e9e9;
}

.datatable .tabledata .spacer {
    display: inline-block;
    width: 15px;
}
.datatable .tabledata .checkbox .label {
    margin-left: 10px;
    vertical-align: top;
}

.dashboard .controlarea .control .auditcontrols {
    color: #0076ff;
    font-weight: bold;
}

.dashboard .controlarea .control .auditcontrols i {
    padding: 0 10px;
    cursor: pointer;
}

.dashboard .controlarea .control .horisontaldivider {
    width: 100%;
    height: 2px;
    background-color: #f3f3f3;
    margin: 5px 0 10px 0;
}

.datatable .tableheader > span,
.datatable .tabledata > span {
    padding: 0 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
    font-size: 12px;
}

.datatable.largefont .tableheader > span,
.datatable.largefont .tabledata > span {
    font-size: 14px;
}

.datatable .tabledata .errorcode {
    margin-left: 10px;
}

.datatable .tabledata.bold {
    font-weight: 600;
}

.datatable .tabledata .code {
    margin-left: 50px;
}

.datatable .tabledata ul {
    padding: 0 10px 0 15px;
    font-size: 12px;
    color: #555;
    white-space: pre-wrap;
}

.datatable .tabledata select {
    margin-bottom: 10px;
}

.datatable .tabledata span.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.datatable .tabledata span.propinputcontainer,
.datatable .tabledata span.suffix {
    padding: 0;
}

.datatable .tableheader span {
    font-weight: 600;
}

.datatable .textright {
    text-align: right;
}

.datatable .textcenter {
    text-align: center;
}

.datatable .tabledata input[type='text'] {
    padding: 3px 10px;
    border-radius: 2px;
    text-align: right;
    margin: -5px 0;
}

.datatable .tabledata input[type='text'].overridden {
    border-color: #0076ff;
}

.datatable .tabledata .withsuffix input[type='text'] {
    padding-right: 15px;
}

.datatable .tabledata i {
    color: #0076ff;
    padding: 1px 5px;
    font-size: 16px;
    cursor: pointer;
}

.datatable .tabledata i.black {
    color: black;
    font-size: 14px;
}

.smalllogo {
    height: 16px;
    margin-right: 10px;
}

.dashboard .controlarea .control.right {
    float: right;
    clear: right;
}

.dashboard .controlarea .control.fullwidth {
    width: 100%;
}
.dashboard .controlarea .control.quarter {
    width: 25%;
}
.dashboard .controlarea .control.threeeights {
    width: 37.5%;
}
.dashboard .controlarea .control.threequarters {
    width: 75%;
}

.dashboard .controlarea .control .header {
    margin: 10px 20px 0 20px;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 1px solid #cbcbcb;
}

.dashboard .dashboardpanel > .header {
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
}

.dashboard .dashboardpanel > .header i {
    margin-right: 10px;
}

/*.dashboard .dashboardpanel .data{
    margin: 0 20px;
    padding: 5px 10px;
    background-color: #f0f0f0;
}

.dashboard .dashboardpanel .data .grayed{
    color: #999;
} */

.dashboard .controlarea .control .element {
    padding: 10px 20px;
    -webkit-transition: background-color 0.1s, color 0.1s;
    transition: background-color 0.1s, color 0.1s;
    cursor: pointer;
}

.dashboard .controlarea .control .element:hover {
    background-color: #0074fb;
    color: white;
}

.dashboard .controlarea .control .element .identifier {
    display: inline-block;
    width: 25px;
}

.dashboard .controlarea .control .element div {
    margin-left: 25px;
}

.dashboard .controlarea .control .element b.identifier {
    font-size: 18px;
    float: left;
}

.dashboard .controlarea .control .element b.right {
    font-size: 18px;
    float: right;
}

.dashboard .controlarea .control .element .rightnumber {
    display: inline-block;
    width: 30px;
    text-align: right;
    margin-right: 5px;
}

.dashboard .controlarea .control .element .fa-chevron-right {
    float: right;
    margin-top: 3px;
}

.dashboard .controlarea .control .element .loader {
    display: inline-block;
    vertical-align: -3px;
    font-size: 3px;
    margin: 0 0 0 20px;
}

.dashboard .controlarea .control .element .loader,
.dashboard .controlarea .control .element .loader:after {
    width: 8px;
    height: 8px;
}

.dashboard .piechart {
    margin-top: 10px;
}

.dashboard .piechartlegend {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 20px;
}

.dashboard .piechartlegend > div {
    margin-bottom: 10px;
}

.dashboard .piechartlegend .qty {
    display: inline-block;
    width: 30px;
    text-align: right;
}

.dashboard .piechartlegend .indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: gray;
    vertical-align: -5px;
    margin-right: 8px;
}

.dashboard .dashboardpanel {
    -webkit-animation: appearFromLeft 0.3s;
            animation: appearFromLeft 0.3s;
}

.dashboard .dashboardpanel .close {
    float: right;
    cursor: pointer;
    font-size: 24px;
    margin-right: 20px;
}

.dashboard .dashprops {
    margin: 0 20px;
}
.dashboard .dashprop {
    display: inline-block;
    vertical-align: top;
}

.dashboard .dashprop .label {
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.dashboard .dashprop .value {
    font-weight: 600;
    font-size: 32px;
}

.dashboard .dashprop .value .descriptor {
    font-size: 16px;
}

.dashboard .dashpropdivider {
    display: inline-block;
    margin: 0 15px 0 25px;
    width: 1px;
    height: 40px;
    background-color: #969696;
}

.dashboard button.link {
    text-transform: uppercase;
    vertical-align: top;
    float: right;
    padding-bottom: 2px;
    margin-left: 5px;
}

.dashboard-loader .popup {
    width: auto;
    top: 15%;
    left: 40%;
    padding: 0;
    margin: 0;
}
.dashboard .dashboard-filter {
    width: 215px;
}

.dashboard-loader .dataloader {
    margin: 0;
}

.dashboard .dasboard-icon {
    font-size: 18px;
}

.dashboard .text-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@-webkit-keyframes appearFromRight {
    0% {
        margin-left: 50px;
        margin-right: -40px;
    }
    100% {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@keyframes appearFromRight {
    0% {
        margin-left: 50px;
        margin-right: -40px;
    }
    100% {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@-webkit-keyframes appearFromLeft {
    0% {
        margin-left: -40px;
        margin-right: 40px;
    }
    100% {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@keyframes appearFromLeft {
    0% {
        margin-left: -40px;
        margin-right: 40px;
    }
    100% {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .dashboard .controlarea {
        padding-bottom: 60px;
    }

    .dashboard .controlarea .control,
    .dashboard .controlarea .control.quarter,
    .dashboard .controlarea .control.threeeights {
        display: block;
        width: 100%;
        float: none;
    }
}
table.list-table {
    width: 100%;
    border-spacing: 0;
    background-color: white;
}

table.list-table th {
    text-align: left;
    font-size: 12px;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: top;
}

table.list-table td {
    font-size: 12px;
    padding: 6px 10px;
    color: #222;
    font-weight: 600;
}

table.list-table td .descriptor {
    color: #94989a;
    font-size: 12px;
}

table.list-table td .subvalue {
    font-weight: 300;
    display: inline;
    color: #a2a2a2;
    font-size: 12px;
    margin-top: -3px;
}

table.list-table .checkfiller {
    width: 15px;
}

table.list-table td .newindicator {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #206f0a;
}

table.list-table td.tableright,
table.list-table th.tableright {
    text-align: right;
}

table.list-table td.checkbox,
table.list-table th.checkbox {
    padding: 10px 0 0 5px;
    width: 30px;
}

table.list-table tr.selectable {
    padding: 10px 0;
    cursor: pointer;
    -webkit-transition: background-color 0.2s, color 0.1s;
    transition: background-color 0.2s, color 0.1s;
}

table.list-table tr.selectable:nth-child(odd) {
    background-color: #f4f4f4;
}

table.list-table tr.selectable:hover {
    background-color: #edf3fd;
}

table.list-table tr.sum {
    background-color: #555;
}

table.list-table tr.sum td {
    color: white;
}

table.list-table td .property input[type='text'] {
    width: 100px;
    padding: 2px 10px;
}

table.list-table tr th.half,
table.list-table tr td.half {
    width: 50%;
}

table.list-table tr th.quarter,
table.list-table tr td.quarter {
    width: 25%;
}

table.list-table td.description {
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
}

table.list-table i.spaced {
    margin-left: 5px;
}

table.list-table .fa.fa-trash {
    font-size: 16px;
}

.list-table-count {
    padding: 10px 100px;
    margin: 10px -100px;
    background-color: #e8f0f5;
    border-top: 1px solid #dfe8ee;
    border-bottom: 1px solid #dfe8ee;
}

.list-table-count i {
    margin-right: 5px;
}

table.list-table .checkbox {
    margin: 0;
}

table.list-table textarea {
    height: 55px;
}

table.list-table th i {
    margin-left: 5px;
    width: 7px;
    display: inline-block;
}

table.list-table .fa.fa-picture-o {
    font-size: 20px;
}
.roundgraph {
    display: inline-block;
    text-align: center;
    margin: 0 100px;
}

.roundgraph .inner {
    position: relative;
    width: 70px;
    height: 70px;
}

.roundgraph canvas,
.roundgraph .value {
    position: absolute;
    top: 0;
    left: 0;
}

.roundgraph .label {
    font-weight: 600;
}

.roundgraph .value {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    line-height: 70px;
}
.fc .fc-timegrid-slots .fc-timegrid-slot {
    height: 4.5em;
}

.fc-timegrid-event .fc-event-main,
.fc-daygrid-event .fc-event-main {
    height: 100%;
    overflow: hidden;
}

.fc-timegrid-event .fc-event-main .fc-statusarea:before,
.offline .fc-statusarea:before,
.fc-daygrid-event .fc-event-main .fc-statusarea:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 1px;
    border-width: 0 21px 21px 0;
    border-style: solid;
    border-color: transparent;
    z-index: 2;
}

.fc-timegrid-event .fc-event-main .fc-statusarea:after,
.offline .fc-statusarea:after,
.fc-daygrid-event .fc-event-main .fc-statusarea:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    border-width: 0 27px 27px 0;
    border-style: solid;
    border-color: #ffffff transparent;
    z-index: 1;
}

.fc-timegrid-event .fc-event-main .fc-statusarea.confirmed:before,
.offline .fc-statusarea.confirmed:before,
.fc-daygrid-event .fc-event-main .fc-statusarea.confirmed:before {
    border-color: #67c000 transparent;
}
.fc-timegrid-event .fc-event-main .fc-statusarea.unconfirmed:before,
.offline .fc-statusarea.unconfirmed:before,
.fc-daygrid-event .fc-event-main .fc-statusarea.unconfirmed:before {
    border-color: #e6b14d transparent;
}
.fc-timegrid-event .fc-event-main .fc-statusarea.rejected:before,
.offline .fc-statusarea.rejected:before,
.fc-daygrid-event .fc-event-main .fc-statusarea.rejected:before {
    border-color: #ff0000 transparent;
}

.fc-timegrid-event .fc-title.fc-customtitle,
.offline .fc-title.fc-customtitle,
.fc-daygrid-event .fc-title.fc-customtitle {
    padding: 5px;
    font-size: 10px;
    height: 100%;
    height: 50%;
}
.fc-daygrid-event {
    display: block;
}

.calendar-notification {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    text-transform: uppercase;
}

.calendar-notification .calendar-icon {
    font-size: 18px;
}

.fc-manualappointment {
    color: black;
}

.fc-timegrid-event .fc-title.fc-customtitle.fc-readonly,
.fc-daygrid-event .fc-title.fc-customtitle.fc-readonly {
    opacity: 0.7;
}

.fc-timegrid-event .fc-title.fc-centeredtext,
.fc-daygrid-event .fc-title.fc-centeredtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 18px;
    height: 100%;
}

.fc-timegrid-event .fc-title.fc-customtitle .weak,
.fc-daygrid-event .fc-title.fc-customtitle .weak {
    opacity: 0.8;
    white-space: nowrap;
    overflow: hidden;
}

.fc-timegrid-event .fc-statusarea,
.offline .fc-statusarea,
.fc-daygrid-event .fc-statusarea {
    padding: 5px;
    padding-left: 28px;
    font-size: 13px;
    border-top: 1px solid white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.offline .fc-statusarea {
    position: relative;
}

.fc-timegrid-event .fc-bottomarea,
.offline .fc-bottomarea,
.fc-daygrid-event .fc-bottomarea {
    color: black;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.fc-locationmarker {
    float: right;
    font-size: 18px;
    margin-right: 10px;
}

.fc .fc-event {
    border-radius: 0;
}

#external-events.draginprogress .checked,
#external-events.draginprogress .dragtarget {
    opacity: 0.2;
}

#delete-holder {
    display: none;
}

#delete-holder.drag-in-progress {
    display: block;
}

/* Headers */
.fc-col-header-cell .fc-day .dayname {
    font-size: 12px;
}
.fc-col-header-cell-cushion .date {
    font-size: 20px;
}
.fc-day-today .date {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 0 auto;
}

.fc-col-header-cell .fc-day .date span {
    vertical-align: -2px;
}

.fc-widget-content:not(.fc-axis) {
    background-color: transparent !important;
}

/*
.fc-unthemed .fc-day-header.fc-today .date {
    background-color: #0074fb;
    color: white;
}
*/
.fc-day-today .date {
    background-color: #0074fb;
    color: white;
}
/* Custom scrollbars*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #d8d8d8;
}
::-webkit-scrollbar-thumb {
    background-color: #898989;
    border: 2px solid #d8d8d8;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #575757;
}

.fc-timegrid-event-harness > a.fc-timegrid-event {
    padding-bottom: 1px;
}

.fc-timegrid-slot-label-frame {
    position: relative;
    border: none;
}

.fc-timegrid-slot-label-cushion {
    position: absolute;
    top: -45px;
    right: 4px;
    font-size: 12px;
    font-weight: 600;
}

.fc .fc-timegrid-slot {
    height: 4.5em;
}

.fc .fc-timegrid-slots .fc-timegrid-slot-label {
    border: none;
}
.fc-daygrid-event .fc-title.fc-customtitle {
    color: white;
}
.fc-list-event {
    background-color: #fff;
}
.fc-scroller {
    background-color: #f0f0f0;
}
.fc .fc-list-table td {
    padding-left: 6px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.fc-list-day {
    color: #0076ff;
}
.fc-list-event-time {
    font-weight: bold;
}
.edit-remark textarea {
    width: 100%;
    border-color: #efefef;
    border-radius: 2px;
    margin: 5px 0;
    padding: 15px 10px;
}
.headspace {
    margin-top: 40px;
}
.right-buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 16px;
}
.right-buttons button.simple {
    margin-left: 10px;
}
.boxsizingBorder {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.blueback {
    margin-bottom: 10px;
}

.blueback.center {
    text-align: center;
}

.blueback.clickable {
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.blueback.clickable:hover {
    background-color: rgb(222, 233, 242);
}

.blueback .right {
    font-size: 14px;
}

.blueback .right.big {
    font-size: 20px;
}

.blueback .property {
    margin-right: 20px;
}

.auditview .simple.blue.right.fixedwidth,
.auditview .right > .simple.blue.fixedwidth {
    width: 170px;
}

.blueback .property input[type='text'],
.blueback .property input[type='password'],
.blueback .property input[type='email'],
.blueback .property select,
.blueback .property textarea {
    background-color: white;
    border-color: #efefef;
    border-radius: 2px;
    width: 50%;
    margin: 5px 0;
    padding: 15px 10px;
}

.contactdetails.blueback .propinputcontainer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.contactdetails.blueback .property input[type='text'] {
    width: 100%;
}

.blueback .checkbox {
    margin-left: 10px;
}

.blueback.doccontrolcontrols .checkbox {
    margin: 10px 0;
}
.drag-text {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
    color: #999;
}
.upload.vertical-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.blueback.doccontrolcontrols .checkbox .label {
    margin-left: 10px;
    vertical-align: 3px;
    font-size: 14px;
}

.blueback i.editmode {
    margin-top: 10px;
}

.remove-room {
    position: relative;
}

.remove-room .close-button {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.founderror .summary {
    overflow: hidden;
    border: 1px solid #84afe3;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 0 0 10px 0;
}

.possibleerrors {
    margin: 20px 0;
}

.founderror .summary .primary {
    background-color: #448ede;
    margin-bottom: 4px;
    margin-top: 4px;
}

.founderror .summary .primary.location {
    background-color: #4c4c4c;
}

.founderror .summary h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
}

.founderror .summary button {
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.founderror .summary button.fullwidth {
    margin-top: 10px;
}

.founderror .delete {
    color: #626262;
    float: right;
    cursor: pointer;
    margin: 0 10px;
    font-size: 16px;
}

.founderror.remark .delete,
.founderror .summarydone .delete {
    color: white;
}

.founderror .summarydone {
    color: white;
    background-color: #0062c8;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}

.founderror .summarydone .inner {
    padding: 10px;
}

.founderror .summarydone .error {
    margin: 0;
    border: none;
    border-radius: 0;
}

.founderror .summarydone .edit {
    float: right;
    cursor: pointer;
}

.founderror .summarydone.disconnected {
    background-color: #f55;
}

.founderror .summarydone .disconnectiontext {
    font-size: 16px;
    text-align: center;
}

.founderror.remark .summarydone {
    white-space: pre-wrap;
    background-color: #4c4c4c;
}

.founderror .summarydone .comment {
    font-size: 12px;
    padding-left: 0;
}
.box .property.form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box .property.form-control .propvalue {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.founderror .summarydone .imageicon {
    padding: 6px 5px 0 5px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-align: center;
}

.founderror .summarydone .imageicon .loader,
.founderror .summarydone .imageicon .loader:after {
    width: 10px;
    height: 10px;
    margin: 0;
}

.founderror .summarydone .changeerrorcontainer {
    display: inline-block;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.founderror .summarydone .inner.uploaded {
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.founderror .summarydone .inner.uploaded i {
    margin-right: 3px;
}

.founderror .summarydone div.upload.half {
    border-left: 1px solid white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

button.audit input[type='text'] {
    background-color: white;
}

button.audit.disconnection {
    background-color: #f55;
    color: white;
}

.summarydone .horisonaldivider {
    background-color: white;
    height: 1px;
}

.flowreport .title {
    font-weight: 600;
    display: inline-block;
    width: 40%;
}

.flowreport .details {
    display: inline-block;
    width: 40%;
}

.flowreport .timestamp {
    display: inline-block;
    width: 20%;
    text-align: right;
}

.errorlist button.center {
    text-align: center;
    padding: 10px 20px;
    color: black;
}

.errorlist button.center .codedescription {
    color: #999;
}

.errorlist button.center .codedescription .code {
    margin-left: 50px;
}

.errordescription {
    margin: 0 10px 10px 10px;
}

.errordescription .description {
    font-weight: 600;
    margin-bottom: 5px;
}

.errordescription .details .code {
    margin-left: 50px;
}

.auditsummary {
    background-color: white;
    padding: 20px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #aaa;
            box-shadow: 0 1px 2px #aaa;
}

.auditsummary .disabledtext {
    text-align: center;
    color: #0061c7;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.auditsummary h3 {
    margin: 15px 0 10px 0;
}

.auditsummary .summaryprop {
    font-size: 16px;
    margin-bottom: 10px;
}

.auditsummary .summaryprop .label {
    display: inline-block;
    width: 200px;
}

.auditsummary .summaryprop .value {
    font-weight: 600;
}

.auditsummary .contactdetails.blueback {
    padding: 0;
}

.auditsummary .contactdetails i.fa-pencil-square-o {
    float: right;
    font-size: 22px;
    margin-right: 20px;
    cursor: pointer;
}

.auditsummary .contactdetails .prop .label {
    font-weight: 300;
}

.auditsummary .contactdetails .prop .value,
.auditsummary .contactdetails .prop .extravalue {
    font-weight: 600;
}

.auditsummary .contactdetails .checkbox {
    margin-left: 10px;
}

.auditsummary .contactdetails .information .checkbox .check {
    background-color: white;
    border: 2px solid #1088fa;
}

.auditsummary .contactdetails .information .checkbox .label {
    margin-left: 10px;
    font-weight: 600;
    vertical-align: super;
}

.correctionerrors {
    margin-top: 10px;
}

.checklistentry,
.correctionentry {
    background-color: white;
    -webkit-box-shadow: 0 1px 2px #aaa;
            box-shadow: 0 1px 2px #aaa;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.scrollable-tab {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.correctionentry .horisonaldivider {
    height: 1px;
    background-color: #afafaf;
    margin: 10px;
}

.correctionentry .horisonaldivider.wide {
    margin: 10px 0 0 0;
}

.checklistentry,
.correctionheader {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.correctionentry .content,
.correctionheader .content {
    padding: 0 10px;
    font-size: 12px;
}

.correctionentry .padder {
    width: 100%;
    height: 10px;
}

.correctionentry .content span,
.correctionheader .content span {
    display: inline-block;
    vertical-align: top;
}
.button-icon {
    cursor: pointer;
    padding: 4px;
}
.correctionentry .content .valuecontainer {
    display: inline-block;
    /* min-width: 100px; */
    vertical-align: top;
    /* margin-right: 20px; */
}

.correctionentry .content .valuecontainer.wide {
    min-width: 50%;
}

.correctionentry .content .valuecontainer .label {
    font-weight: 600;
}

.correctionentry .content .valuecontainer .value {
    vertical-align: -10px;
    width: 100%;
}

.correctionentry .content .valuecontainer .value .propinputcontainer {
    width: 100%;
}

.correctionentry .content.readonly {
    background-color: #f2f2f2;
    padding: 10px;
}

.correctionentry .content.readonly .valuecontainer .propvalue {
    margin: 0;
}

.correctionentry .checkbox {
    width: auto;
    width: initial;
    margin-right: 10px;
    vertical-align: -2px;
}

.correctionentry .tags {
    padding: 0;
}

.correctionentry .tags .tag {
    cursor: pointer;
}

.checklist .checklistentry:first-child {
    margin-top: 40px;
}

.checklistentry .errordescription {
    padding: 0 15px;
    margin: 0;
}

.checklistentry .errordescription span {
    font-size: 12px;
    color: #515151;
    display: inline-block;
    margin-right: 20px;
}

.checklistentry .errordescription div {
    font-size: 12px;
    font-weight: 600;
}

.checklistentry .horisonaldivider {
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    margin: 10px 0;
}

.checklistentry .checkbox {
    width: 25%;
    margin: 0;
    text-align: center;
}

.checklistentry .comment {
    padding: 0 15px;
    margin: 0;
    font-size: 12px;
    color: #515151;
}

.checklistentry .property textarea {
    border: none;
    font-size: 12px;
    padding: 0;
    height: 20px;
}

.auditview button.simple {
    border: 1px solid #0074fb;
}

.auditview button.simple.warning {
    color: #f55;
    background-color: transparent;
    border: none;
}

.auditview select.simple {
    border-radius: 0;
    font-weight: 600;
    padding: 4px 15px;
    color: #448ede;
    border-color: #448ede;
    margin-top: 5px;
    width: 100%;
}

.auditview .property.right {
    clear: both;
    padding: 0;
}

.auditview select.simple option {
    color: black;
    padding: 10px 15px;
}

.missedauditmenu {
    position: absolute;
    background-color: white;
    padding: 5px 10px 10px 10px;
    -webkit-box-shadow: 0 1px 5px #888;
            box-shadow: 0 1px 5px #888;
    margin-left: -90px;
}

.missedauditmenu .close {
    float: right;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.simple .missedauditmenu button {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
}

.simple .missedauditmenu button.primary,
.missedauditmenu button.primary {
    color: white;
}

.elcompanydescriptor {
    font-size: 14px;
    margin-left: 10px;
}

.elcompanydescriptor .name {
    font-weight: bold;
}

.elcompanydescriptor .active {
    color: green;
}

.elcompanydescriptor .inactive {
    color: red;
}

.elcompanydescriptor button.link {
    font-size: 14px;
}

.founderror .summarydone .loader {
    display: inline-block;
    font-size: 2px;
    margin: 0 5px;
    vertical-align: -2px;
}

.founderror .summarydone .loader,
.founderror .summarydone .loader:after {
    width: 10px;
    height: 10px;
}

.providerlogo {
    height: 20px;
    margin-left: 10px;
}

.datawithicon {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 25px;
    font-size: 20px;
    color: #363636;
}

.datawithicon.half {
    display: inline-block;
    width: 50%;
}

.datawithicon i {
    color: #0074fb;
    margin-right: 25px;
}

.auditlist .auditlistentry {
    padding: 3px 10px;
    font-size: 16px;
}

.auditlist .auditlistentry.own {
    color: #0074fb;
}

.changeauditpartoverlay {
    position: fixed;
    width: 96%;
    left: 2%;
    top: 0px;
    background-color: white;
    -webkit-box-shadow: 0 10px 10px #555;
            box-shadow: 0 10px 10px #555;
    height: 95%;
    border-radius: 0 0 5px 5px;
    overflow-y: auto;
}

.changeauditpartoverlay h3 {
    margin: 15px 0 10px 0;
    font-size: 24px;
}

.changeauditpartoverlay .header {
    background-color: #0074fb;
    color: white;
    height: 120px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.changeauditpartoverlay .header .headerlabel {
    color: #afd5fd;
    text-transform: uppercase;
}

.changeauditpartoverlay .header .headertext {
    font-size: 30px;
}

.changeauditpartoverlay .content {
    padding: 15px;
}

.changeauditpartoverlay .controls {
    text-align: right;
    margin: 0 10px;
}

.changeauditpartoverlay .controls button {
    display: inline-block;
    width: auto;
    width: initial;
    padding: 0 20px;
}

.changeauditpartoverlay .calendarmini td.today {
    background-color: transparent;
    color: #438dde;
    font-weight: 600;
}

.changeauditpartoverlay .calendarmini td.marked {
    background-color: #438dde;
    color: white;
}

.changeauditpartoverlay .durationbutton {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32%;
    margin-right: 1.3%;
    margin-bottom: 1.3%;
    padding: 10px;
    background-color: #0074fb;
    color: white;
    border: none;
    height: 60px;
    vertical-align: top;
    font-size: 18px;
}

.changeauditpartoverlay .durationbutton .descriptor {
    color: #afd5fd;
    font-size: 14px;
}

.changeauditpartoverlay .useroption {
    font-size: 20px;
    padding: 10px 0;
}

.changeauditpartoverlay .useroption.selected {
    color: #438dde;
}

.disconnection.blueback,
.changebox.blueback {
    padding: 0;
}

.dashboard .changebox .header {
    padding: 7px 15px;
}

.disconnection .header,
.changebox .header {
    display: block;
    border-radius: 0;
    margin: 0;
}

.disconnection .header.information,
.changebox .header.information {
    background-color: #2580f5;
    color: white;
}

.disconnection .body,
.changebox .body {
    padding: 10px 15px;
    font-size: 14px;
    overflow: hidden;
}

.disconnection button,
.changebox button {
    margin-right: 10px;
}

.disconnection button.simple.default,
.changebox button.simple.default {
    color: #70b2ff;
    background-color: #fbfbfb;
    border: none;
}

.disconnection .sidepadded {
    padding: 0 10px;
}

.disconnection .spacingtop {
    margin-top: 5px;
}

.disconnection .controls {
    margin: 10px 0 0 0;
}

.change-audit-type {
    width: 160px;
}

.conclusionpopup .conclusion {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 15px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.changebox {
    border: 1px solid #84aeee;
}

.changebox h3 {
    margin: 0 0 10px 0;
}

.changebox.blueback .property {
    font-weight: bold;
    width: 150px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
}

.changebox.blueback .change {
    padding: 2px 10px;
    font-size: 14px;
}

.changebox button.simple.primary {
    background-color: #448ede;
}

.changebox button.simple.default {
    border: none;
    background-color: white;
}

.changebox button.simple {
    margin-left: 10px;
}

.controls.audit button {
    margin-right: 10px;
    padding: 7px 20px;
}

.controls.audit button.default {
    border: none;
    background-color: white;
}

.warningindicator {
    background-color: #ff2d19;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: white;
    text-align: center;
    vertical-align: 1px;
    font-size: 14px;
    line-height: 16px;
}

button .warningindicator {
    float: right;
}

#qrscannerpreview {
    height: 0;
}

#qrscannerpreview.active {
    height: auto;
}

.correctionentry .header {
    background-color: #2580f5;
    color: white;
    margin-top: -10px;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.correctionentry .header.disconnection {
    background-color: #f55;
}

@media only screen and (max-width: 768px) {
    #qrscannerpreview {
        margin: 10px;
        width: calc(100% - 20px);
    }

    .auditview .controls.audit {
        display: none;
    }

    .auditview > .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 56px;
        background-color: #0074fb;
        color: white;
        z-index: 100;
        padding: 14px 10px;
        font-size: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: 0 0 10px black;
                box-shadow: 0 0 10px black;
    }

    .auditview > .header.offline {
        top: 60px;
    }

    .auditview > .header.withmenu {
        height: 90px;
    }

    .auditview .header span.ellipsify {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        width: 90%;
        vertical-align: -5px;
    }

    .auditview > .header i.fa-chevron-left {
        font-size: 12px;
        margin-right: 10px;
        vertical-align: 2px;
        color: #ddd;
    }

    .auditview > .header i.fa.fa-pencil-square-o {
        float: right;
        color: white;
        height: 56px;
        margin: -14px -10px;
        width: 65px;
        text-align: center;
        padding: 13px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 30px;
    }

    .auditview > .header .headermenu {
        height: 34px;
        position: absolute;
        top: 56px;
        width: 100%;
        left: 0;
        overflow-x: auto;
    }

    .auditview > .header .headermenu div {
        vertical-align: top;
        font-size: 14px;
        height: 34px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 40%;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

    .auditview > .header .headermenu div.quarter {
        width: 25%;
    }

    .auditview > .header .headermenu div.selected {
        border-bottom: 2px solid #00fcff;
    }

    .auditview .documentlist {
        margin-top: 45px;
    }

    .mobilemainpage {
        margin-top: 34px;
    }

    .mobilemargin {
        margin-top: 50px;
    }

    .blueback {
        background-color: transparent;
        padding: 10px 0;
    }

    .blueback h3 {
        margin: 0 10px;
    }

    .auditsummary h3 {
        margin: 15px 0 10px 10px;
    }

    /* .blueback .property .proplabel{
        display: block;
    } */

    .blueback .property input[type='text'] {
        width: 100%;
    }

    .founderror .summarydone {
        border-radius: 0;
    }

    .auditsummary h1,
    .auditsummary h2 {
        padding: 0 10px;
    }

    .verificationcreator h1 {
        padding: 0 10px;
    }

    .auditsummary .summaryprop {
        margin-left: 10px;
    }

    .flowreport {
        margin: 10px 2%;
        padding: 10px;
        background-color: #eaf5ff;
    }

    .auditsummary {
        padding: 20px 0;
    }

    .contactdetails .controls.simple.right {
        float: none;
        background-color: #e0e0e0;
        display: block;
        padding-bottom: 10px;
    }

    .missedauditmenu {
        position: static;
        position: initial;
        padding: 0;
        margin: 0;
        background-color: #f0f0f0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-top: 1px solid #999;
    }
}

.fix-history {
    background: #f0f0f0;
    padding-bottom: 8px;
}

.sms-body {
    white-space: pre-wrap;
    font-family: inherit;
}
/*.calendar{
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    user-select: none;
    width: 100%;
}

.calendar.loading .label, .calendar.loading .day{
    opacity: 0.3;
}

.calendarloader{
    position: absolute;
    top: 100px;
    left: 50%;
    margin: -10px;
}

.calendar .day{
    display: inline-block;
    vertical-align: top;
    width: 18.5%;
    margin-left: 0.5%;
}

.calendar .day.narrow{
    width: 13%;
}

.calendar .day.fullwidth{
    width: 94.5%;
}

.calendar .label{
    display: inline-block;
    vertical-align: top;
    width: 5%;
    padding-top: 14px;
}

.calendar .header{
    padding: 10px 0 5px 0;
    height: 17px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.calendar .day .part, .calendar .label .part{
    position: relative;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #555;
    margin: -1px 0 0 -1px;
    box-sizing: border-box;  
}

.calendar .day .part{
    color: transparent;
    border: 1px solid #c9c9c9;
    background-color: white;
    cursor: pointer;
}

.calendar .day .holiday .part{
    background-color: #f1e0e0;
    border-color: #f5c7c7;
}

.calendar .day .part .holidayname{
    color: #f57171;
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

.calendar .label .part{
    width: 50px;
    font-size: 12px;
    text-align: right;
    padding-right: 3px;
    line-height: 37px;
    box-sizing: border-box;  
}

.calendar .day .part.over{
    border: 1px dashed #999;
    color: #555;
    border-radius: 3px;
    z-index: 1;
}

.calendar .day .part .appointment{
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100px;
    color: white;
    padding: 5px;
    background-color: #aaa;
    cursor: pointer;
    line-height: normal;
    border: 1px solid color(#aaa shade(10%));
    overflow: hidden;
    opacity: 0.7;
}*/

.calendar .day .part .appointment:before,
.appointmentlist .appointment:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 0 16px 16px;
    border-style: solid;
    border-color: transparent;
}

.appointmentlist .appointment:before {
    border-width: 0 0 30px 30px;
}

.appointmentlist .appointment.done {
    opacity: 0.5;
}

.calendar .day .part .appointment.confirmed:before,
.appointmentlist .appointment.confirmed:before {
    border-color: #658e15 transparent;
}
.calendar .day .part .appointment.unconfirmed:before,
.appointmentlist .appointment.unconfirmed:before {
    border-color: #ffca00 transparent;
}
.calendar .day .part .appointment.rejected:before,
.appointmentlist .appointment.rejected:before {
    border-color: #ff0001 transparent;
}

/*.calendar .day .holiday{
    border: 2px solid #f57171;
    padding: 1px 0 0 1px;
    margin-top: -3px;
}

.light{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ffca00;
    border-radius: 50%;
    margin-left: 5px;
    box-shadow: 0px 1px 2px #999;
}
.light.large{
    width: 16px;
    height: 16px;
    margin-left: 0;
    vertical-align: -2px;
    margin-right: 5px;
}
.light.confirmed{
    background-color: #658E15;
}
.light.unconfirmed{
    background-color: #ffca00;
}
.light.rejected{
    background-color: #ff0001;
}

.calendar .day .part .appointment.periodic{
    background-color: #0062c8;
    border: 1px solid color(#0062c8 shade(10%));
}
.calendar .day .part .appointment.newperiodic{
    background-color: #43751f;
    border: 1px solid color(#43751f shade(10%));
}
.calendar .day .part .appointment.revision{
    background-color: #e9781c;
    border: 1px solid color(#e9781c shade(10%));
}
.calendar .day .part .appointment.verification{
    background-color: #c56619;
    border: 1px solid color(#c56619 shade(10%));
}
.calendar .day .part .appointment.elrevision{
    background-color: #edbb59;
    border: 1px solid color(#edbb59 shade(10%));
}
.calendar .day .part .appointment.groundfault{
    background-color: #a2069c;
    border: 1px solid color(#a2069c shade(10%));
}
.calendar .day .part .appointment.extension{
    background-color: #ff6bfd;
    border: 1px solid color(#ff6bfd shade(10%));
}
.calendar .day .part .appointment.siteinspection{
    background-color: #8b572a;
    border: 1px solid color(#8b572a shade(10%));
}
.calendar .day .part .appointment.marketcontrol{
    background-color: #00a9c2;
    border: 1px solid color(#00a9c2 shade(10%));
}
.calendar .day .part .appointment.concern{
    background-color: red;
    border: 1px solid color(red shade(10%));
}

.calendar .day .part .appointment .status{
    position: absolute;
    padding: 5px;
    min-height: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.calendar .day .part .appointment .status .divider{
    height: 2px;
    background-color: white;
    opacity: 0.5;
}

.calendar .day .part .appointment .status .text{
    font-size: 12px;
    text-transform: uppercase;
}

.calendar .day .part .appointment .status .text .small{
    display: block;
    font-size: 8px;
}

.calendar .day .part .appointment .status .text i{
    margin-top: 2px;
}

.calendar .day .part .appointment.draginprogress{
    pointer-events: none;
}

.calendar .day .part .appointment .appheader{
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar .day .part .appointment .appheader i{
    margin-right: 5px;
}

.calendar .day .part .appointment .apptext{
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.calendar .day .part .appointment .apptextbig{
    font-size: 12px;
}

.calendar .day .part .appointment .apptext i.fa{
    margin-right: 5px;
}

.calendar .day .part .appointment.active{
    opacity: 1;
}

.calendar .day .part .appointment.marked{
    opacity: 0.1;
}

.confirmchanges{
    padding: 10px 20px;
    background-color: #eee;
    border-radius: 3px;
    margin-left: 10px;
    overflow: hidden;
    animation: scrolldown 0.5s;
}

@keyframes scrolldown {
    0% {
        max-height: 0;
        padding: 0 20px;
    }
    100% {
        max-height: 38px;
        padding: 10px 20px;
    }
}

.confirmchanges > span{
    margin-right: 10px;
}

.calendarcontrols{
    margin-bottom: 10px;
    background-color: white;
    border-radius: 3px;
    padding: 2px;
    display: inline-block;
}
.calendarcontrols i{
    color: #727272;
    font-size: 18px;
    cursor: pointer;
}

.calendarentity i.fa-calendar{
    margin: 0 20px;
    font-size: 22px;
}

.calendarentity #unassignedareamove{
    background-color: #e5e5e5;
    padding: 5px 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px #aaa;
}

.calendarentity #unassignedareamove .header{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.calendarentity #unassignedareamove .header button{
    font-size: 14px;
    margin-left: 10px;
}

.calendarentity #unassignedareamove .unassignedaudit{
    display: inline-block;
    width: 220px;
    padding-right: 8px;
    margin-right: 10px;
}

.calendarcontrols button.simple{
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
}*/

/* Unassigned area */
/*#unassignedarea .dropzone{
    height: 0;
}

#unassignedarea .dropzone-active{
    box-sizing: border-box;
    display: block;
    background-color: #f4f4f4;
    border: 1px dashed #999;
    margin-top: 5px;
    height: 50px;
}

.deletezone{
    height: 25px;
    width: 30%;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    background-color: #e84c4c;
    border: 1px solid color(#e84c4c shade(30%));
    margin-top: 5px;
}

.deletezone.active, .deletezone.deleting{
    visibility: visible;
}

.deletezone i.fa{
    color: white;
    font-size: 18px;
    line-height: 20px;
}

#unassignedarea .loader.inline{
    margin: -15px 10px 0 10px;
    font-size: 3px;
}

#unassignedarea .loader.inline, #unassignedarea .loader.inline:after{
    width: 15px;
    height: 15px;
}

#unassignedarea .text, #unassignedareamove .text{
    padding: 2px 5px;
    flex-grow: 1;
}

#unassignedarea .right button{
    padding: 5px 10px;
    margin: 4px 0 0 0;
}

.unassignedaudit{
    box-sizing: border-box;
    margin: 5px 0;
    background-color: #fefffe;
    color: #1f1f1f;
    cursor: pointer;
    user-select: none;
}

.unassignedaudit .verticaldivider{
    width: 1px;
    height: 100px;
    background-color: #d7d7d7;
}

.unassignedaudit .typedescriptor{
    background-color: #aaa;
    color: white;
    width: 24px;
    font-size: 24px;
    flex-grow: 0;
    flex-shrink: 0;
}

.unassigned-audit-error {
    background-color: #f4d1d6;
    font-size: 10px;
    padding: 2px 5px;
}

.unassigned-audit-action {
    width: 48px;
    flex-grow: 0;
    flex-shrink: 0;
}

.typedescriptor{
    background-color: #aaa;
}
.typedescriptor.periodic{
    background-color: #0062c8;
}
.typedescriptor.newperiodic{
    background-color: #43751f;
}
.typedescriptor.revision{
    background-color: #e9781c;
}
.typedescriptor.verification{
    background-color: #c56619;
}
.typedescriptor.elrevision{
    background-color: #edbb59;
}
.typedescriptor.groundfault{
    background-color: #a2069c;
}
.typedescriptor.extension{
    background-color: #ff6bfd;
}
.typedescriptor.siteinspection{
    background-color: #8b572a;
}
.typedescriptor.marketcontrol{
    background-color: #00a9c2;
}
.typedescriptor.concern{
    background-color: red;
}

.unassignedaudit .main{
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.unassignedaudit .sub{
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.unassignedaudit .checkbox{
    margin: 12px 0 0 0;
}

.unassignedaudit .right{
    padding-left: 5px;
    margin-top: 5px;
    height: 40px;
    border-left: 1px solid #d7d7d7;
}

.unassignedaudit.extraline .right{
    height: 53px;
}*/

/* Calendar mini */
.dateselector {
    background-color: #f2f2f2;
    padding: 10px;
    width: 200px;
    border: 1px solid #c8c8c8;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    right: 0;
    margin-bottom: 20px;
    z-index: 1000;
}

.calendarmini,
.calendarmonth {
    text-align: center;
    color: #363636;
    font-size: 12px;
}

.calendarmonth {
    margin-left: 10px;
    background-color: white;
}

.calendarlist {
    margin-left: 10px;
    background-color: transparent;
}

.calendarmini table {
    width: 100%;
    border-spacing: 0;
}

.calendarmonth table {
    width: 100%;
    border-spacing: 1px;
}

.calendarmini table thead tr td,
.calendarmonth table thead tr td {
    font-weight: 600;
    padding-bottom: 3px;
}

.calendarmini table tbody tr,
.calendarmonth table tbody tr {
    cursor: pointer;
}

.calendarmini table tbody tr.weekmode:hover {
    background-color: #fff;
}

.calendarmini table tbody tr td {
    padding: 5px 0;
    width: 12.5%;
}

.calendarmonth table tbody tr td {
    border: 1px solid #d9d9d9;
    width: 14%;
    height: 100px;
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

.calendarmini table tbody tr td.offmonth,
.calendarmonth table tbody tr td.offmonth {
    color: #c0c0c0;
}

.calendarmini table tbody tr td.weekno {
    color: #aaa;
}

.calendarmini table tbody tr.marked td.weekno {
    color: white;
    font-weight: 300;
}

.calendarmini table tbody tr td.holiday {
    color: red;
}

.calendarmini table tbody tr td.offmonth.holiday {
    color: #f5c7c7;
}

.calendarmini table tbody tr td.today,
.calendarmonth table tbody tr td.today {
    background-color: #438dde;
    color: white;
}

.todaymarker {
    display: inline-block;
    background-color: #438dde;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.header .todaymarker {
    vertical-align: -1px;
}

.calendarmini table tbody tr.marked,
.calendarmini table tbody tr td.marked,
.calendarmonth table tbody tr td.marked {
    background-color: #c8c8c8;
    color: black;
    font-weight: bold;
    cursor: default;
}

.calendarmonth table tbody tr td.marked {
    background-color: #eee;
    cursor: pointer;
}

.calendarmini table tbody tr.marked td.offmonth,
.calendarmini table tbody tr td.offmonth.marked,
.calendarmonth table tbody tr td.offmonth.marked {
    color: #999;
}

/*.calendarmonth .appointmentsummary{
    background-color: #aaa;
    color: white;
    margin-top: 5px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}

.calendarmonth .appointmentsummary.periodic{
    background-color: #0062c8;
}
.calendarmonth .appointmentsummary.newperiodic{
    background-color: #43751f;
}
.calendarmonth .appointmentsummary.revision{
    background-color: #e9781c;
}
.calendarmonth .appointmentsummary.verification{
    background-color: #c56619;
}
.calendarmonth .appointmentsummary.elrevision{
    background-color: #edbb59;
}
.calendarmonth .appointmentsummary.groundfault{
    background-color: #a2069c;
}
.calendarmonth .appointmentsummary.extension{
    background-color: #ff6bfd;
}
.calendarmonth .appointmentsummary.siteinspection{
    background-color: #8b572a;
}
.calendarmonth .appointmentsummary.marketcontrol{
    background-color: #00a9c2;
}
.calendarmonth .appointmentsummary.concern{
    background-color: red;
}*/

.calendarminicontrols,
.calendarmonthcontrols,
.calendarlistcontrols {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.calendarmonthcontrols {
    font-size: 18px;
}

.calendarlistcontrols {
    font-size: 18px;
    text-align: center;
}

.calendarminicontrols .fa {
    margin-top: 3px;
    cursor: pointer;
    color: #363636;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.calendarminicontrols .fa:hover {
    color: black;
}

.calendarminicontrols .fa-chevron-left {
    float: left;
}

.calendarminicontrols .fa-chevron-right {
    float: right;
}

.appointmentlist {
    margin: 0 0 50px 0;
}

.appointmentlist .timespanselector {
    position: fixed;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%;
    background-color: #0074fb;
    color: white;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 0 10px black;
            box-shadow: 0 0 10px black;
    z-index: 10000;
}

.appointmentlist .timespanselector select {
    background-color: transparent;
    color: white;
    border: none;
    font-size: 20px;
    width: 66%;
    margin: 0 auto;
    display: block;
    outline: none;
}

.appointmentlist .timespanselector select option {
    background-color: #0074fb;
}

.appointmentlist .datebox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 20%;
    padding-left: 15px;
    color: #969696;
    vertical-align: top;
}

.appointmentlist .datebox.today {
    color: #0074fb;
}

.appointmentlist .datebox .date {
    font-size: 24px;
}

.appointmentlist .datebox .day {
    font-size: 12px;
    margin: -7px 0 0 2px;
}

.appointmentlist .appointments {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 80%;
    margin-bottom: 20px;
    vertical-align: top;
}

.appointmentlist .appointment {
    position: relative;
    color: white;
    background-color: gray;
    width: 80%;
    padding: 10px 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.appointmentlist .appointment.periodic,
.appointmentlist .appointment.fire {
    background-color: #0062c8;
}
.appointmentlist .appointment.newperiodic,
.appointmentlist .appointment.sweep {
    background-color: #43751f;
}
.appointmentlist .appointment.revision,
.appointmentlist .appointment.specificfire {
    background-color: #e9781c;
}
.appointmentlist .appointment.verification {
    background-color: #c56619;
}
.appointmentlist .appointment.elrevision {
    background-color: #edbb59;
}
.appointmentlist .appointment.groundfault {
    background-color: #a2069c;
}
.appointmentlist .appointment.extension {
    background-color: #ff6bfd;
}
.appointmentlist .appointment.siteinspection {
    background-color: #8b572a;
}
.appointmentlist .appointment.marketcontrol {
    background-color: #00a9c2;
}
.appointmentlist .appointment.concern {
    background-color: red;
}

.appointmentlist .appointment .timeslot {
    margin-bottom: 5px;
}

.appointmentlist .appointment .fa.fa-check.right {
    margin: 2px 0 0 5px;
}

.appointmentlist .appointment .horisontaldivider {
    height: 1px;
    background-color: white;
    margin: 5px 0;
}

.appointmentlist .appointment .status {
    text-transform: uppercase;
    text-align: center;
}

.appointmentlist .appointment .status .small {
    font-size: 14px;
    display: block;
}

.appointmentlist .appointment .address {
    font-weight: 600;
}

.appointmentlist .appointment .comment {
    margin: 5px 0;
    font-size: 12px;
}

.appointmentlist .appointment .comment i {
    margin-right: 5px;
}

/*.calendarlist .date{
    margin: 10px 10px 5px 10px;
    font-size: 14px;
    font-weight: 600;
}

.calendarlist .appointment{
    background-color: white;
    
    margin-bottom: 5px;
    font-size: 13px;
    cursor: pointer;
}

.calendarlist .appointment .propcontainer{
    padding: 15px 10px 10px 10px;
    box-sizing: border-box;
    width: calc(100% - 40px);
    display: inline-block;
    vertical-align: top;
}

.calendarlist .appointment .comment i {
    margin-right: 5px;
}

.calendarlist .appointment .column{
    display: inline-block;
    width: 23%;
    margin: 0;
}

.calendarlist .appointment .prop{
    margin-bottom: 5px;
}

.calendarlist .appointment .column.wide{
    display: inline-block;
    width: 31%;
}


.calendarlist .appointment .prop .label{
    display: inline-block;
    width: 100px;
    text-align: right;
    font-weight: 600;
    margin-right: 10px;
}

.calendarlist .typedescriptor{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 94px;
    line-height: 94px;
    font-size: 26px;
    color: white;
    text-align: center;
}

.manualappointment .calendarmini{
    background-color: #eee;
    margin-left: 160px;
    width: 250px;
    padding: 20px;
}

.manualappointment .controls{
    text-align: right;
}

.manualappointment .controls button.simple{
    font-size: 14px;
    padding: 6px 20px;
    margin-left: 25px;
}

.appuser{
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 2px;
    background-color: #eee;
    margin-bottom: 5px;
    display: inline-block;
}

.appuser .remove{
    cursor: pointer;
    margin-left: 5px;
    font-weight: bold;
}
*/
/*@media (--mobile){
    .dateselector{
        position: fixed;
        left: 2%;
        box-sizing: border-box;
        width: 96%;
        bottom: 200px; 
    }
    .calendarmini table tbody tr td{
        padding: 12px 0;
        border-radius: 50%;
    }

    .manualappointment.blueback{
        background-color: white;
        margin-bottom: 40px;
    }

    .manualappointment .calendarmini {
        margin: 0 auto;
    }
    .manualappointment .controls button.simple{
        margin-left: inherit;
    }
    .manualappointment.blueback .proplabel{
        width: 100px;
    }
    .manualappointment.blueback .nolabelonmobile .proplabel{
        display: none;
    }
    .manualappointment.blueback .property input[type='text'], .manualappointment.blueback .property select, .manualappointment.blueback .property textarea{
        width: calc(100% - 100px);
    }
}*/
.canvas.a4 {
    position: relative;
}

.canvas .element {
    position: absolute;
    border-radius: 5px;
    border: 1px solid transparent;
    overflow: hidden;
}
.canvas .element.maincontents {
    border-radius: 0;
}

.canvas .element.dragging {
    border: 1px dashed #999;
}

.canvas .element.selected {
    border: 1px solid green;
}

.canvas .element.gridcompanylogo {
    background-image: url('/images/gridcompanylogo-demo.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.canvas .element.gridcompanylogo.elviatest {
    background-image: url('/images/gridcompanylogo-elviatest.png');
}

.canvas .element.gridcompanylogo.elvialetter {
    background-image: url('/images/gridcompanylogo-elvialetter.png');
}

.canvas .element.gridcompanylogo.elviaprod {
    background-image: url('/images/gridcompanylogo-elviaprod.png');
}

.canvas .element.gridcompanylogo.stange {
    background-image: url('/images/gridcompanylogo-elviaprod.png');
}

.canvas .element.gridcompanylogo.hafslundprod {
    background-image: url('/images/gridcompanylogo-elviaprod.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.canvas .element.gridcompanylogo.hafslundletter {
    background-image: url('/images/gridcompanylogo-elviaprod.png');
}

.canvas .element.gridcompanylogo.dalanenett {
    background-image: url('/images/gridcompanylogo-dalanenett.png');
}

.canvas .element.gridcompanylogo.istad {
    background-image: url('/images/gridcompanylogo-istad.png');
}

.canvas .element.gridcompanylogo.hammerfest {
    background-image: url('/images/gridcompanylogo-hammerfest.png');
}

.canvas .element.gridcompanylogo.haugaland {
    background-image: url('/images/gridcompanylogo-haugaland.png');
}

.canvas .element.gridcompanylogo.gudbrand {
    background-image: url('/images/gridcompanylogo-gudbrandsdal.png');
}

.canvas .element.gridcompanylogo.hallingdal {
    background-image: url('/images/gridcompanylogo-hallingdal.png');
}

.canvas .element.gridcompanylogo.lyseelnett,
.canvas .element.gridcompanylogo.lyseelnett-test {
    background-image: url('/images/gridcompanylogo-lyse.png');
}
.canvas .element.gridcompanylogo.bergenbrann {
    background-image: url('/images/gridcompanylogo-bergenbrann.png');
}
.canvas .element.gridcompanylogo.bergenbrann-test {
    background-image: url('/images/gridcompanylogo-bergenbrann-test.png');
}
.canvas .element.gridcompanylogo.lofot-test,
.canvas .element.gridcompanylogo.lofotkraft {
    background-image: url('/images/gridcompanylogo-lofot-test.png');
}

.canvas .element h1 {
    margin: 0;
}

.canvas .element .summary .label {
    font-weight: 600;
}

.canvas .element .summary .value {
    float: right;
}

.canvas .c5window {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    position: absolute;
}
.bargraph {
    width: 700px;
    margin: 20px auto 30px;
}

.bargraph .barcontainer {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.bargraph .barcontainer .bar .label {
    font-size: 12px;
    margin-top: 5px;
}

.bargraph .bar {
    width: 35px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #bfbfbf;
}
.canvas.a4 {
    font-family: sans-serif;
    background-color: white;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 8px #aaa;
            box-shadow: 2px 2px 8px #aaa;
}

.canvas.a4.noborder {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.unassignedelement,
.textelement {
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    margin: 5px 0;
    background-color: #ececec;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: 300;
}

.unassignedelement.added {
    opacity: 0.5;
}
.unassignedelement.error-text {
    background-color: red;
}

.unassignedelement .main,
.textelement .main {
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
}
.unassignedelement .sub,
.textelement .sub {
    font-size: 12px;
}

.textelement .sortorder {
    display: inline-block;
    width: 20px;
    color: #999;
}

.textelement.selected {
    background-color: #dae5ef;
}

.canvas .element.maincontents div {
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
    background: linear-gradient(#eee, white);
    color: #999;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

.textsfilter i.fa-times {
    font-size: 18px;
    color: #999;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
}

.textsfilter i.fa-times:hover {
    color: black;
}
.p0 {
    padding: 0;
}
.m0 {
    margin: 0;
}
.admin-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 600px;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
}
.left-sidebar {
    width: 16.4%;
    padding-top: 30px;
    margin-left: 20px;
}
.right-section .horisontaldivider {
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
}
.right-section {
    width: 79.1%;
    margin-right: 20px;
}
.left-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-sidebar li span {
    display: block;
    padding: 13px 0 13px 20px;
    text-align: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.4px;
}
.left-sidebar li.active span {
    color: #0076ff;
    padding: 13px 0 13px 14px;
}
.left-sidebar li:hover {
    background-color: #f0f0f0;
    border-left: 6px solid #0076ff;
    cursor: pointer;
}
.left-sidebar li:hover span {
    color: #0076ff;
    padding: 13px 0 13px 14px;
}
.left-sidebar .active {
    background-color: #f0f0f0;
    border-left: 6px solid #0076ff;
}
.admin-content,
.no-content {
    height: 100%;
}
.notificationicon {
    position: relative;
    cursor: pointer;
}
.notificationicon.notificationpending i {
    color: #d20020;
}

.notificationicon .count {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 10px;
}

.notificationcenter {
    position: relative;
}

.notificationcenter .container {
    position: absolute;
    right: 0;
    z-index: 1000000;
    width: 350px;
    margin-top: -10px;
}

.notificationcenter .container .panel {
    position: relative;
    padding: 10px;
    height: 100%;
    background-color: white;
    border: 1px solid #969696;
    -webkit-box-shadow: 0 0 8px #999;
            box-shadow: 0 0 8px #999;
}
.notificationcenter .container .panel:after,
.notificationcenter .container .panel:before {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.notificationcenter .notificationcontainer {
    height: calc(100% - 50px);
    overflow-y: auto;
}
.notificationcenter .notificationcontainer::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.notificationcenter .notificationcontainer::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.notificationcenter .notificationcontainer::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.notificationcenter .container .panel:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 15px;
}
.notificationcenter .container .panel:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #969696;
    border-width: 17px;
    margin-right: -2px;
}

.notificationcenter .header .tab {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333333;
    font-weight: 600;
    padding: 10px 5px 0 5px;
    width: 50%;
    border: 0;
    border-radius: 0;
    outline: 0;
    margin: 0;
}

.notificationcenter .header .tab.selected span {
    border-bottom: 2px solid #0074fb;
}

.notificationcenter .header .tab .count {
    margin-left: 5px;
    color: #d20020;
}

.notificationcenter .horisontaldivider {
    background-color: #969696;
    height: 1px;
    margin: 12px 0;
}

.notificationcenter .notificationelement {
    margin: 0 3px;
}

.notificationcenter .notificationelement .header {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
}

.notificationcenter .notificationelement i {
    margin-right: 10px;
    color: #0074fb;
    padding: 0;
    font-size: 14px;
}

.notificationcenter .notificationelement .header .timestamp {
    float: right;
}

.notificationcenter .notificationelement .text {
    white-space: pre-wrap;
    font-size: 13px;
}

.drawerbadge {
    position: absolute;
    background-color: red;
    color: white;
    z-index: 1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}
.confirmationbox {
    background-color: white;
    border-radius: 2px;
    padding: 20px 40px;
    position: fixed;
    min-width: 500px;
    max-width: 90%;
    margin-top: 10px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: appearFromTop10 0.5s;
            animation: appearFromTop10 0.5s;
    max-height: 90%;
    overflow-y: auto;
}

.confirmationbox.blockbuttons {
    min-width: 250px;
}

.confirmationbox .controls {
    text-align: right;
    margin-top: 25px;
}

.confirmationbox button {
    text-transform: uppercase;
}

.confirmationbox.blockbuttons button {
    display: block;
    text-transform: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.confirmationbox button.primary,
.confirmationbox button.warning {
    color: white;
}

.confirmationbox button.blueborder {
    border: 1px solid;
}

@media only screen and (max-width: 768px) {
    .confirmationbox,
    .dialogbox {
        width: 100%;
        min-width: 0;
    }
}
.dataloader {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    background-color: white;
    width: 300px;
    border-radius: 5px;
    padding: 20px;
    margin: 40px auto;
}

.dataloader p.large {
    font-size: 16px;
}

.dataloader .loaderbox {
    width: 21%;
    margin: 0 auto;
}

.dataloader .loadingtext,
.newloadingtext {
    -webkit-animation: loadingtextanimation 0.3s;
            animation: loadingtextanimation 0.3s;
}

.dataloader .progressbar {
    margin: 0 auto;
    width: 250px;
    height: 10px;
    border-radius: 5px;
    background-color: #eee;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.dataloader .progressbar .progress {
    background-color: #0276f2;
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

@-webkit-keyframes dataloaderanimation {
    0% {
        margin-top: 150px;
        opacity: 0;
    }
    100% {
        margin-top: 20px;
        opacity: 1;
    }
}

@keyframes dataloaderanimation {
    0% {
        margin-top: 150px;
        opacity: 0;
    }
    100% {
        margin-top: 20px;
        opacity: 1;
    }
}

@-webkit-keyframes loadingtextanimation {
    0% {
        margin-left: 30px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}

@keyframes loadingtextanimation {
    0% {
        margin-left: 30px;
        opacity: 0;
    }
    100% {
        margin-left: 0;
        opacity: 1;
    }
}
.text-container {
    height: 100%;
}
.text-wrapper {
    padding: 30px;
}
.text-table {
    width: 100%;
    border-collapse: collapse;
}
.text-table-header,
.text-table-row {
    border-bottom: 1px solid #dedede;
    font-size: 17px;
}
.text-table-header {
    font-weight: 400;
    line-height: 0px;
}
.text-table-row {
    font-weight: 500;
    cursor: pointer;
}

.text-table-row .property {
    width: 90%;
}

.text-table-cell {
    display: inline-block;
}
.text-name,
.text-company-name,
.text-type-name {
    width: 30%;
}
.text-name-large {
    width: 60%;
}
.text-delete {
    width: 10%;
}
.text-delete.fa {
    color: #448ede;
    font-size: 25px;
    cursor: pointer;
}
.text-delete.fa-edit,
.text-delete.fa-check {
    width: 50%;
    vertical-align: -2px;
}

.type-filter,
.order-filter,
.company-filter {
    display: inline-block;
    margin-right: 20px;
}
.text-filter {
    width: 95%;
    padding: 12px 0px;
}
.add-text-button {
    width: 4%;
    padding: 25px 5px;
}
.company-filter {
    width: 40%;
}
.type-filter {
    width: 17%;
}
.text-filter .proplabel {
    margin: 5px 17px 0 0px;
    font-size: 14px;
    font-weight: 400;
}
.text-filter select.form-control {
    margin-top: 2px;
}
.right-container {
    width: 24%;
    min-height: 600px;
    padding: 25px 10px 25px 10px;
    border-radius: 5px;
}
.left-container {
    width: 66.7%;
    min-height: 600px;
    border-radius: 5px;
    padding: 30px;
}
.edit-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.edit-text-container .header {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 20px;
}
.text-field .proplabel {
    margin: 5px 17px 5px 0px;
    font-weight: 500;
    font-size: 14px;
}
.text-field .property input[type='text'],
.text-field .property select,
.text-filter select.form-control {
    border-radius: 0px;
    color: #000000;
}
.type-filter select.form-control,
.company-filter select.form-control {
    font-weight: 600;
}
.right-section .text-field select,
.right-section .text-field input[type='text'] {
    border: 1px solid #dddddd;
}
.text-field {
    margin-bottom: 20px;
}
.edit-text-container .left-container .header {
    position: relative;
    margin-bottom: 20px;
}
.edit-text-container .left-container .header span i {
    cursor: pointer;
}
.text-editor .textcontainer {
    border: none;
    padding: 0px;
}
.text-editor .controls {
    border-bottom: 1px solid #c6c6c6;
    padding: 10px 0;
}
.text-letter-btn {
    width: 150px;
    height: 30px;
    padding: 2px;
    border: 1px solid #9b9b9b;
}
.back-to-list span {
    position: absolute;
    top: 5px;
}
.edit-text-container .back-to-list span i {
    font-size: 15px;
}
.edit-text-container .back-to-list span {
    font-size: 20px;
}
span.new-text-name i {
    color: #000000;
}
span.new-text-name {
    color: #898989;
}
button.primary.text-letter-btn {
    border: 1px solid #0073fa;
}
button.delete.text-letter-btn {
    color: white;
    background-color: red;
    border: 1px solid red;
}
.text-action-buttons {
    display: inline-block;
    width: 45%;
    text-align: right;
}
.back-to-list {
    cursor: pointer;
    display: inline-block;
    width: 55%;
}
.text-filter .property.editable select:focus,
.edit-text-container .text-field .property.editable input:focus,
.edit-text-container .text-field .property.editable select:focus {
    padding: 6.5px 9px;
    border: 2px solid #0076ff;
}

.letterdropzone {
    height: 0;
    border: none;
}

.isdragging .letterdropzone {
    display: block;
    background-color: rgba(0, 0, 0, .02);
    border: 1px dashed rgba(0, 0, 0, .2);
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transition: height 0.2s, border-width 0.2s;
    transition: height 0.2s, border-width 0.2s;
}

.letterpreview .DraftEditor-root {
    min-height: 1px;
}

.unassignedelement .remove {
    float: right;
    cursor: pointer;
    font-weight: 600;
}
.tutorialstep {
    position: absolute;
    padding: 10px 20px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px #999;
            box-shadow: 0px 2px 3px #999;
    top: 100px;
    left: 100px;
}
.navigation .element .type {
    font-weight: 400;
}
.navigation .element.selected span {
    color: #000;
    font-weight: 600;
}
.plant .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
}

.navigation .element:after {
    border-left-color: #fff !important;
    display: none;
}
.navigation .element {
    background: #fff !important;
}
.searchproperty.search-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-input-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.searchproperty .searchelement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.searchproperty form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.property.quarter {
    width: auto;
}
.mobile-block {
    display: inline;
}
.outgoing-group-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.incomingmails {
    clear: both;
    margin-top: 10px;
}
.mainmenu {
    border-radius: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
}
.horizontal-scroll .linkbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.horizontal-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.linkbutton .indicator {
    padding-left: 6px;
}
.mobile-tagger i {
    padding: 8px;
}
@media only screen and (max-width: 1024px) {
    .drag-text {
        display: none;
    }
    .login-form-page .column.quarter.login-page {
        width: 50%;
    }
    .box.whiteback {
        overflow: auto;
    }
    .entitytagger .taggerpopup .innerpopup {
        margin-left: 0;
    }
    .entitytagger i {
        padding: 8px;
    }
    .entitytagger b {
        display: block;
        margin-bottom: 12px;
    }
    .entitytagger .property.editable {
        display: block;
        width: 90%;
        vertical-align: top;
    }
    .entitytagger .taggerpopup {
        left: 10px;
    }
    .horizontal-scroll {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
    }

    .column-mobile-12.rightpadded {
        padding-right: 0;
    }
    .navigation {
        margin-bottom: 12px;
        font-size: 13px;
    }
    .column.quarter {
        width: 50%;
    }
    #slaask-button {
        display: none;
    }
    .searchproperty.search-input {
        padding: 0;
    }
    .outgoing-letter-checkbox {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        -ms-flex-item-align: center;
            align-self: center;
        padding: 10px;
    }
    .item-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .outgoing-group-header {
        margin: 10px 0;
    }
    .screencontents {
        padding-bottom: 60px;
    }
    .mobile-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .mobile-block > span {
        width: auto !important;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
        line-height: 26px !important;
    }
    .incomingmails .incomingmail {
        margin-bottom: 4px !important;
        padding: 8px;
    }
    .dashboard .header {
        display: none;
    }
    .dashboard .controlarea .menu {
        width: 100%;
    }
    .my-tabs > div:first-child {
        background: #ededed !important;
    }
    .my-tabs {
        position: sticky;
        top: 0;
    }
    .my-tabs .active:after {
        height: 2px;
        background: #0076ff;
        content: '';
        width: 100%;
        display: block;
    }
    .my-tabs button > div {
        padding: 0 10px;
    }
    .communication .notificationcenter .container {
        width: 100%;
        position: absolute;
        right: 0;
        z-index: 0;
        margin-top: -10px;
    }
    .mobile-hidden {
        display: none !important;
    }

    .screencontents.fire .entity {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .column.column-mobile-12 {
        width: 100%;
    }
    .search-input-form {
        overflow-x: auto;
    }
    .filters-checkboxes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .filters-checkboxes .checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
    }
    .filters-checkboxes .searchparameter {
        margin: 5px;
        min-width: 160px;
    }
    .searchcontrols {
        margin: 0 10px;
    }
    .searchproperty input.small {
        width: auto;
        padding: 6px 8px;
    }

    .primary.searchbutton.search i {
        margin: 0;
    }
    .primary.searchbutton.search {
        float: none;
        text-align: center;
        padding: 15px;
        margin: -5px 0;
    }
    .button-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .chips {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
        overflow-x: auto;
    }
    .search-section > span {
        display: block;
        width: auto;
    }
    .searchresultbox {
        font-size: 14px;
        padding: 0 3px 1px 3px;
        margin: 0 5px 5px 0;
    }
    .searchresulttypecontainer {
        margin: 0 0 20px 0;
    }
    /*These changes for checkbox probably need to be done through out the app */
    .searchcontrols .manualproperty.padded {
        padding: 5px;
    }
    .searchcontrols .manualproperty {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0px 0 0px 10px;
    }
    .searchcontrols .checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 22px;
    }
    .searchresultheader {
        display: none !important;
    }
    .searchresults {
        margin: 10px;
    }
    .dashboard .controlarea.details-page .menu {
        display: none;
    }
    .dashboard .menu-page .menucontent {
        display: none;
    }
    .dashboard .details-page .menucontent {
        display: block;
        margin-left: 0;
        width: 100%;
    }
    .dashboard .controlarea .menu .menuelement.selected {
        border-left-width: 0px;
    }
    .dashboard .controlarea .menu .menuelement.selected .name {
        color: inherit;
    }
    .communication .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -30px;
    }
    .communication .controls button.simple.morepadding {
        margin: 0;
        padding: 8px 20px;
    }
    .communication .controls .checkbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .communication .controls .send-outgoing-letter {
        margin: 0;
        width: 100px;
        height: 42px;
    }
    .notificationcenter .container .panel {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .notificationcenter .container {
        width: 100% !important;
        height: auto;
        z-index: 0;
        margin: 0;
    }
    .notificationcenter .container .panel:before {
        display: none;
    }
}
@media only screen and (max-width: 1300px) {
    .user-profile-wrapper {
        padding: 16px 8px 9px 8px;
    }
    .mainheader .userbox .username {
        font-size: 15px;
    }
    .mainmenu .menuitem {
        display: inline-block;
        cursor: pointer;
        font-size: 15px;
        padding: 10px 8px;
    }
}
@media only screen and (min-width: 1025px) {
    .desktop-hidden {
        display: none !important;
    }

    .search-input-form {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .search-input-form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .button-holder {
        margin: -5px 0;
    }
}

@media only screen and (max-width: 768px) {
    .login-form-page .column.quarter.login-page {
        width: 80%;
    }
    .customer-presentation .searchresults {
        overflow: auto;
    }
    .datatable {
        overflow: auto;
    }
    .popup {
        overflow: auto;
    }
    .navigation {
        height: auto;
        overflow: hidden;
    }
    .navigation .element {
        border-top: 1px solid #b1b1b1;
        display: block;
        position: relative;
        width: 100%;
        height: 44px;
        text-align: left;
        padding: 0 16px;
        line-height: 45px;
    }
    .userprofilepanel-wrapper {
        display: block;
    }
    .signature-actions {
        position: static;
        position: initial;
    }
    .user-profile-left-sidebar {
        width: 100%;
        margin: 0;
    }
    .user-menu-list {
        margin-bottom: 20px !important;
    }
    .user-profile-right-sidebar {
        width: 100%;
        margin: 0 8px;
    }
    .userprofile-wrapper .property input[type='text'],
    .alter-email .property input[type='text'] {
        width: auto;
        font-size: 14px;
    }
    .profile-wrapper {
        padding: 8px;
    }
    .profile-telephone {
        padding: 10px 0;
    }
    .userprofile-wrapper .value {
        font-size: 14px;
    }
    .userprofile-wrapper {
        padding: 0;
        font-size: 14px;
    }
    .logout-wrapper {
        display: none;
    }
    .searchcontrols .manualproperty {
        padding: 0px 0 0px 10px;
        margin-right: 10px;
    }
    .single-control select.unbordered {
        width: 24px;
    }
}
@media only screen and (max-width: 600px) {
    .plant .controls {
        display: block;
    }
    .plant .controls .property {
        width: 96%;
        margin: 6px 0 0 0;
        padding: 0;
    }
    .mobile-search-line {
        font-size: 11px;
    }
    .result-section {
        padding: 0 6px;
    }
}
.fieldofgrey {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66667);
    -webkit-animation: appear 0.3s;
            animation: appear 0.3s;
    z-index: 2000;
}
.whiteoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.53333);
    -webkit-animation: appear 0.3s;
            animation: appear 0.3s;
    z-index: 1000;
    opacity: 0.5;
}

.popup {
    position: fixed;
    top: 0;
    left: 50%;
    margin: 50px 0 0 -300px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.66667);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.66667);
    border-radius: 5px;
    padding: 5px 20px;
    width: 600px;
    -webkit-animation: appearFromBot 0.2s;
            animation: appearFromBot 0.2s;
}

.popup.noframe {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
}

.popup.noframe .bottom-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.popup.noframe .bottom-controls i {
    font-size: 24px;
    margin: 5px;
    color: white;
    cursor: pointer;
}

.popup.noframe .center-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.popup.noframe .center-controls .control {
    color: white;
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    width: 30px;
    height: 30px;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.popup.noframe .center-controls .control i {
    vertical-align: -2px;
}

.popup.noframe .center-controls .control.right i {
    margin-left: 4px;
}

.popup.noframe .center-controls .control.left i {
    margin-right: 4px;
}

.popup.noframe .center-controls .control:hover {
    background-color: rgba(0, 0, 0, .9);
}

.popup.noframe .previewimage {
    max-width: 600px;
}

.popup.noframe .local-image-container {
    height: 600px;
    width: 600px;
    overflow: hidden;
}

.popup.noframe .local-image-container .previewimage {
    width: 100%;
    height: 100%;
}

.popup.noframe .rotate {
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.popup .download-container {
    padding-top: 16px;
    padding-bottom: 100px;
    background: white;
    text-align: center;
}

.popup.noframe .title {
    background-color: #f1f1f1;
    padding: 5px 10px;
    overflow: hidden;
}
.popup.noframe .title i {
    font-size: 24px;
    margin-top: 2px;
    cursor: pointer;
}

.popup.small {
    width: 300px;
    margin-left: -150px;
}

.popup input[type='file'] {
    width: 100%;
    padding: 10px;
}

.inlinepopup {
    position: absolute;
    background-color: #fafafa;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.66667);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.66667);
    border-radius: 5px;
    padding: 5px 0;
    z-index: 1000;
    text-align: left;
    color: black;
    font-weight: 300;
    cursor: default;
}

.inlinepopup .element {
    padding: 5px 20px;
    cursor: pointer;
    border: 1px solid transparent;
}

.inlinepopup .element:hover {
    background-color: white;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.popup .previewimage {
    max-width: 575px;
}

.popup.pdf {
    height: 90%;
    margin-top: 2%;
    width: 1000px;
    margin-left: -500px;
}

#pdfcontainer {
    height: 95%;
    width: 100%;
}

.popup .close {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes appear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes appearFromBot {
    0% {
        opacity: 0;
        margin-top: 150px;
    }
    100% {
        opacity: 1;
        margin-top: 50px;
    }
}

@keyframes appearFromBot {
    0% {
        opacity: 0;
        margin-top: 150px;
    }
    100% {
        opacity: 1;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .popup,
    .popup.pdf {
        left: 0;
        margin: 20px 0 0 0;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .popup .previewimage,
    .popup.noframe .previewimage {
        max-width: 100%;
    }

    @-webkit-keyframes appearFromBot {
        0% {
            opacity: 0;
            margin-top: 120px;
        }
        100% {
            opacity: 1;
            margin-top: 20px;
        }
    }

    @keyframes appearFromBot {
        0% {
            opacity: 0;
            margin-top: 120px;
        }
        100% {
            opacity: 1;
            margin-top: 20px;
        }
    }
}
.controls {
    margin: 5px 0 20px 20px;
}

.controls.smallmargin {
    margin: 5px 0;
}

.rightcontrols {
    text-align: right;
}

button {
    font-size: 14px;
    padding: 10px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    color: #6b6b6b;
    background-color: white;
    cursor: pointer;
    outline: none;
}

button:disabled {
    opacity: 0.5;
    cursor: default;
}

button.primary {
    background-color: #0073fa;
    color: white;
}

button.primary.inverted {
    background-color: white;
    color: #0073fa;
}

button.primary.outlook {
    background-color: white;
    color: #0073fa;
    border: 1px solid #0073fa;
    width: 300px;
}

button.accepted {
    background-color: #5dad40;
    color: white;
}

button.accepted i.fa,
button.primary i.fa {
    color: white;
}

button.primary.inverted i.fa {
    color: #0073fa;
}

button.searchbutton {
    padding: 10px 20px;
    border-radius: 5px;
}

button.warning {
    background-color: #f55;
    color: white;
}

button i.fa {
    font-size: 18px;
    margin: -2px 10px -2px 0;
    color: #999;
}

button.round {
    background-color: #0073fa;
    color: white;
    font-size: 35px;
    height: 45px;
    width: 45px;
    line-height: 21px;
    border-radius: 50%;
    outline: none;
}

button.simple {
    background-color: transparent;
    border-radius: 0;
    margin: 0 0 0 -1px;
    border: 0;
    padding: 5px 20px;
}

button.simple.large {
    font-size: 16px;
    padding: 8px 20px;
}

button.simple.morepadding {
    padding: 15px 40px;
}

button.simple.selected {
    color: white;
    background-color: #0074fb;
}

button.audit {
    position: relative;
    border-radius: 0;
    border: 0;
    width: 85%;
    margin: 0 10px 10px 0;
    text-align: left;
    font-weight: 600;
}

button.audit i.fa,
.mobilebutton i.fa {
    float: right;
    margin: -2px 0 -2px 5px;
}

button.audit .indicator {
    float: right;
    color: black;
}

button.audit .roomindicator {
    font-weight: 300;
    font-size: 12px;
}

button.audit.selected {
    background-color: #0062c8;
    color: white;
    outline: none;
    z-index: 0;
}

button.audit.selected.disconnection {
    background-color: #f77;
}

button.audit.selected i.fa,
button.audit.selected .indicator {
    color: white;
}

button.audit.selected:after {
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    width: 100%;
    height: 100%;
    background: #0062c8;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: skew(-25deg);
            transform: skew(-25deg);
    z-index: -1;
}

button.audit.selected.disconnection:after {
    background-color: #f77;
}

button.audit.dark {
    background-color: #4c4c4c;
    color: white;
}

button.audit.dark i.fa {
    color: white;
    vertical-align: bottom;
}

button.link {
    border: none;
    background-color: transparent;
    color: #3b92f8;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #3b92f8;
    border-radius: 0;
    padding: 10px 5px 2px 5px;
}

button.link.bordered {
    border: 1px solid #3b92f8;
    padding: 9px 5px 8px 5px;
}

button.link.bottom {
    vertical-align: bottom;
}

button.link.wide {
    width: 100%;
}

button.link.nounderline {
    border-bottom: none;
}

button.link:focus {
    outline: 0;
}

.simple {
    margin-top: 10px;
}

.simple button {
    border-radius: 0;
    border: 0;
    font-size: 16px;
    padding: 10px 30px;
    margin: 0 0 0 10px;
}

.simple.primary {
    background-color: #0074fb;
}

.simple.warning {
    background-color: #f55;
}

.simple button.navigate,
.simple button.navigate i {
    color: #0074fb;
}

.simple.primary.inverted {
    color: #448ede;
    font-weight: 600;
    background-color: transparent;
    border: none;
}

button.center {
    display: block;
    margin: 20px auto;
    padding: 15px 40px;
}

button.special {
    padding: 10px 40px;
    font-size: 16px;
}

button .subtext {
    font-size: 12px;
    font-weight: 300;
}

button.blue {
    border-color: #448ede;
    color: #448ede;
    font-weight: 600;
}

button.blue.weak {
    font-weight: 300;
}

button.blue i.fa {
    color: #448ede;
}

button.halfwidth {
    width: 50%;
}

button.fullwidth {
    width: 100%;
}

.linkbutton {
    margin: 5px 40px 5px 0;
    font-size: 18px;
    padding: 1px 5px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.linkbutton.selected {
    border-color: #0074fb;
    font-weight: 600;
}

.linkbutton .loader {
    display: inline-block;
    margin: 0;
    font-size: 2px;
}

.linkbutton .loader,
.linkbutton .loader:after {
    width: 10px;
    height: 10px;
}

.linkbutton .indicator {
    font-weight: 300;
    color: #999;
}

.linkbutton .indicator.red {
    color: #cf3e3e;
}

.linkbutton .indicator.small {
    font-size: 12px;
}

button.inline.small {
    padding: 3px 10px;
}

div.upload {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

div.upload.half {
    width: 50%;
}

div.upload.half.center {
    margin: 20px 25%;
}

div.upload.half.center button.center {
    margin: 0;
}

div.upload button.simple {
    border: none;
    padding: 10px;
}

div.upload button.simple i.fa {
    color: white;
    margin: 0;
}

div.upload input[type='file'] {
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

div.upload.wide {
    width: 100%;
}

div.upload button {
    width: 96%;
}

button.simple.upload {
    margin-top: 0;
    height: 38px;
}

.bottomcontrols {
    overflow: hidden;
}

.bottomcontrols.spaced button {
    margin-left: 10px;
}

.bottomcontrols.spaced button.default {
    color: #0074fb;
    border: none;
}

@media only screen and (max-width: 768px) {
    .mobilebutton,
    button.audit {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 96%;
        font-size: 16px;
        margin: 10px 2% 0 2%;
        min-height: 50px;
        color: white;
        font-weight: 300;
        background-color: #0062c8;
        padding: 10px 17px;
        text-align: left;
        border-radius: 4px;
    }

    button.audit .indicator,
    button.audit i.fa,
    .mobilebutton i.fa {
        color: white;
    }

    .bottomcontrols .mobilebutton {
        text-align: center;
    }

    .bottomcontrols {
        margin-top: 40px;
        width: 100%;
    }

    .mobilebutton.accepted {
        background-color: #43751f;
    }

    .mobilebutton.default {
        background-color: white;
        color: black;
    }

    .mobilebutton.navigate,
    .mobilebutton.navigate i {
        color: #0074fb;
    }

    .mobilebutton.primary {
        background-color: #0074fb;
    }

    button.simple {
        height: 50px;
        width: 96%;
        margin: 10px 2% 0 2%;
    }

    .auditview .property select.simple {
        height: 50px;
        width: 96%;
        margin: 10px 0 0 -2px;
        background-color: transparent;
        -moz-text-align-last: center;
             text-align-last: center;
    }

    .controls button {
        width: 96%;
        font-size: 16px;
    }
}
.box {
    margin-bottom: 20px;
}

.box.nobottommargin {
    margin-bottom: 0;
}

.box.whiteback {
    background-color: white;
    padding: 30px 20px;
    margin: 0 10px 20px 10px;
}

.box.whiteback.lightpadded {
    padding: 15px 20px;
}

.box .box {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.box.audit {
    vertical-align: top;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
}

.box .section {
    padding: 0 10px;
    margin-bottom: 10px;
}

.box .section h3 {
    margin: 5px 0 0 0;
}

.column {
    position: relative;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.column.centered {
    display: block;
    margin: 0 auto;
}

.column.rightpadded {
    padding-right: 20px;
}

.column.full {
    width: 100%;
}

.column.twothirds {
    width: 67%;
}
.column.onethird {
    width: 33%;
}

.column.fifth {
    width: 20%;
}

.column.sixth {
    width: 16.6%;
}

.column.fourfifths {
    width: 80%;
}

.column.half {
    width: 50%;
}

.column.quarter {
    width: 25%;
}

.column.foursixths {
    width: 66.7%;
}

.column.fivesixths {
    width: 83.4%;
}

.column .boxed {
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 0 1px 2px #aaa;
            box-shadow: 0 1px 2px #aaa;
}

.boxed.filters {
    margin-bottom: 10px;
}

.column .boxed.spaced {
    margin: 10px;
}

.column .boxed.spaced.clickable {
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.column .boxed.spaced.clickable:hover {
    background-color: #edf3fd;
}

.column .sidespaced {
    margin: 0 10px;
}

.column.blocked {
    display: block;
    padding-right: 14px;
}

.column .boxed.dark {
    background-color: #e5e5e5;
}

.column .boxed.blue {
    background-color: #448ede;
    color: white;
}

.column .filler {
    height: 82px;
}

.blueback {
    background-color: white;
    padding: 10px 20px;
    clear: both;
}

.blueback.info {
    background-color: #e2eefa;
}

.whiteback .blueback {
    padding: 0;
    margin-bottom: inherit;
}

.blueback.margintop {
    margin-top: 30px;
}

.box.clickable,
.box .clickable {
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.box.clickable:hover,
.box .clickable:hover {
    background-color: rgb(221, 229, 244);
}

.box .clickable {
    padding: 2px 5px;
    margin: -2px -5px;
    border-radius: 3px;
}

.box .horisontaldivider {
    width: 100%;
    height: 1px;
    background-color: #959595;
    margin: 0;
}

.box .box:hover {
    background-color: transparent;
}

.box h2,
.boxed h2 {
    font-size: 16px;
    margin: 10px 0;
}

.box h3 {
    font-size: 14px;
    margin: 10px 0 10px 0;
}

.box h3.nobottommargin {
    margin-bottom: 0;
}

.box h2 i {
    margin-left: 10px;
    font-size: 18px;
}

.box .prop {
    margin-bottom: 10px;
}

.box .label,
.blueback .proplabel {
    display: inline-block;
    /*font-weight: 600;*/
    font-size: 14px;
    color: #444;
    width: 150px;
    margin: 0;
}

.box .value button.link,
.blueback .propvalue button.link {
    font-size: 14px;
    padding: 0;
    margin-left: 5px;
}

.blueback .proplabel {
    vertical-align: middle;
}

.blueback .property.multiline .proplabel {
    vertical-align: top;
    line-height: 50px;
}

.box .prop .label {
    font-weight: 600;
}

.box .prop .label.block {
    display: block;
}

.box .value,
.blueback .propvalue,
.box .value,
.blueback pre {
    font-size: 14px;
    color: #222;
    margin: 0;
}

.box .prop .value.clickable {
    margin-left: -5px;
}

.box .value.fixedwidth {
    display: inline-block;
    width: calc(100% - 150px);
}

.box .value.fixedwidth.disabled {
    color: #ccc;
}

.box .value.fixedwidth .big,
.box .extravalue.fixedwidth .big {
    display: inline-block;
    width: 40%;
}

.box .value.fixedwidth .small,
.box .extravalue.fixedwidth .small {
    display: inline-block;
    width: 20%;
}

.box .extravalue {
    font-size: 14px;
    color: #222;
    display: block;
    margin-left: 150px;
}

.box .prop .extravalue button {
    padding: 5px 20px;
    border-radius: 0;
}

.box .prop .extravalue button.primary {
    background-color: #448ede;
}

.box .prop .extravalue button.link {
    padding: 5px 0 2px 0;
}

.box.inlineprops {
    margin: 10px 0 0 0;
    padding-bottom: 10px;
}

.box.inlineprops .column {
    margin-bottom: 0;
}

.box.inlineprops .prop {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.box.inlineprops .prop .label {
    margin-right: 10px;
    font-weight: 300;
    width: auto;
    width: initial;
}

.box.inlineprops .prop .value {
    margin-right: 0px;
    font-weight: 600;
    font-size: 16px;
}

.box .value .descriptor {
    color: #444;
    font-weight: 400;
    margin-left: 5px;
}

.box .value .descriptor.nomargin {
    margin: 0;
}

.box div.prop,
.blueback div.property {
    padding: 2px 10px;
    margin: -2px 0;
}

.blueback div.property.inline {
    display: inline-block;
    padding: 2px 0 2px 10px;
}

.blueback div.property.inline select {
    width: 70px;
}

.blueback .prop div.property.inline {
    padding: 2px 0;
}

.blueback .prop div.property.inline select {
    padding: 3px 5px;
    margin: 0 0 0 -10px;
    width: auto;
}

.box div.prop.clickable {
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.box div.prop.clickable:hover {
    background-color: rgba(255, 255, 255, 0.33333);
}

i.editmode.fa {
    float: right;
    font-size: 24px;
    color: #555;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
}

.box i.editmode.fa:hover {
    color: black;
}

.statusindicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: -2px;
    border: 1px solid #888;
}

.statusindicator.green {
    background-color: green;
}

.statusindicator.yellow {
    background-color: #ffd232;
}

.statusindicator.red {
    background-color: red;
}

@media only screen and (max-width: 768px) {
    .column {
        margin-bottom: 50px;
    }

    .column.twothirds,
    .column.column.fourfifths {
        width: 100%;
    }

    .offsettop {
        margin-top: 56px;
    }

    .offsettop.checklist {
        margin-top: 80px;
    }

    .column.rightpadded {
        padding-right: 0;
    }
}
.checkbox {
    margin: 0 10px 0 0;
    font-size: 16px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: row-reverse; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.checkbox .check {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.checkbox .check > .inner {
    width: 14px;
    height: 14px;
    margin: 1px;
}
.white-container {
    background: #fff;
    padding: 20px;
}
.row-primary {
    font-weight: 600;
}
.close-window-button .fa-times {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 44px;
    color: #6b6b6b;
    cursor: pointer;
    -webkit-text-stroke: 5px #fff;
}

.add-eluser-wrapper {
    width: 75%;
    margin: 0 auto;
}

.add-eluser-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.add-eluser-list.first-line {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.first-line .yes-no-boxes {
    margin-top: 18px;
}
.first-line .remove {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 5px;
}
h2 {
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 40px;
}
.blueback .add-eluser-list .property {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.repeater-header {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}
.with-spacing {
    margin-left: 20px;
}
.add-eluser-list .propinputcontainer input[type='text'] {
    width: 90%;
    padding: 0px 8px;
    margin: 0;
    height: 45px;
    font-size: 17px;
}

.add-eluser-header .headertext {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
}

.add-eluser-list .remove {
    width: 30px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    vertical-align: -4px;
    margin-left: 20px;
}

.add-eluser-header .headertext-remove {
    width: 30px;
}

.addcorrectionusers button.round {
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 24px;
    margin: 10px 10px 10px 0px;
    vertical-align: -3px;
}
.link.no-underline {
    border: none;
}
.addcorrectionusers .buttonlabel {
    cursor: pointer;
}

.add-new-eluser-wrapper {
    margin-top: 20px;
}

.invalid-reset-link {
    text-align: center;
}

.invalid-reset-link a {
    display: block;
    margin-top: 15px;
}

.success {
    background-color: #dff0d8;
    color: #3c763d;
}

.error {
    background-color: #d05050;
    color: #ffffff;
}

.active-user-message {
    padding: 8px 15px;
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
.table {
    width: 100%;
}
.header-row {
    text-align: left;
}
.table-row th,
.table-row td {
    padding: 10px 5px;
}
.table.horizontal-dividers th,
.table.horizontal-dividers td {
    border-bottom: 1px solid #d7d7d7;
}
.bottom-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px;
}
.long-button {
    padding: 10px 55px;
}

.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.imageicon {
    color: #0074fb;
    font-size: 26px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-align: center;
}

.imageicon {
    font-size: 26px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    text-align: center;
    color: #0074fb;
}
.action-center > .communicationentry {
    padding: 0;
    border: 0;
}

.communicationentry-padding {
    padding: 10px 20px;
}

.communication-summary-expanded > .communication-summary-expanded {
    margin: 12px 0 !important;
}

.communication-expanded {
    margin: 0 !important;
}

.communicationentry {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 10px;
}

.communicationentry .email-subject {
    font-size: 1.17em;
    font-weight: bold;
}

.communicationentry .email-date {
    color: #555;
    font-size: 14px;
}

.communicationentry .textcontainer {
    margin-right: 0;
}

.communicationentry .textcontainer .public-DraftEditor-content,
.commpopup .textcontainer .public-DraftEditor-content,
.newcommunication .textcontainer .public-DraftEditor-content {
    min-height: 100px;
}

.communicationentry button.type,
.communicationentry button.send {
    -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    min-width: 20%;
}

.communicationentry button.type.selected,
.communicationentry button.send {
    color: white;
    font-weight: 600;
    background-color: #438dde;
    border: 1px solid rgb(60, 127, 200);
}

.communicationentry button.type.selected i,
.communicationentry button.send i {
    color: white;
}

.communicationentry .body {
    margin-left: 17px;
}

.communicationentry .body.plaintext {
    white-space: pre-wrap;
}

.communicationentry .attachments {
    margin: 10px 17px;
}

.communicationentry .attachment {
    background-color: #ddd;
    padding: 6px 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.communicationentry .attachment.clickable {
    cursor: pointer;
}

.communicationentry .attachment i {
    cursor: pointer;
    margin-left: 5px;
}

.communicationentry .controls {
    margin: 15px 0;
}

.communicationentry .textcontainer .controls {
    margin: 5px 0 15px 0;
}

.communicationentry .communicationinfo {
    font-size: 14px;
    margin-left: 17px;
    margin-bottom: 5px;
}

.communicationentry .communicationcontents {
    margin-top: 20px;
}

.communicationentry .horisontaldivider {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    margin: 15px 0px 10px -20px;
    padding-right: 40px;
}

.communicationentry .horisontaldivider.shortbotmargin {
    margin-bottom: 5px;
}

.communicationentry .horisontaldivider.shorttopmargin {
    margin-top: 5px;
}

.communicationentry .connectedindicator {
    margin-right: 16px;
    cursor: pointer;
}

.communicationentry iframe,
.body iframe {
    border: 0;
    width: 100%;
    height: 500px;
}

.casedocumentpopup {
    position: absolute;
    bottom: 30px;
    width: 250px;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    color: #6b6b6b;
    background-color: #f2f2f2;
    padding: 10px 5px;
    overflow: hidden;
    -webkit-animation: growup 0.3s;
            animation: growup 0.3s;
}

@-webkit-keyframes growup {
    0% {
        max-height: 0px;
    }
    100% {
        max-height: 300px;
    }
}

@keyframes growup {
    0% {
        max-height: 0px;
    }
    100% {
        max-height: 300px;
    }
}

.casedocumentpopup .document {
    font-size: 14px;
    background-color: transparent;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    padding: 5px;
}

.casedocumentpopup .document:hover {
    background-color: white;
}

.communicationentry button.send i {
    margin-left: 10px;
    margin-right: 0;
}

.entitycommunication .controls button {
    border: none;
    color: black;
    border-radius: 0;
    margin-right: 10px;
}

.entitycommunication .controls button i.fa {
    color: black;
}

.communicationlistentry {
    background-color: white;
    height: 50px;
    margin: 5px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}

.blueback .communicationlistentry {
    border: 1px solid lightgrey;
}

.communicationlistentry .header {
    overflow: hidden;
}

.communicationlistentry > span {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.communicationlistentry .icon {
    width: 48px;
    height: 48px;
    border: 1px solid #2f7fd2;
}

.communicationlistentry .icon i {
    font-size: 24px;
    line-height: 48px;
    width: 48px;
    text-align: center;
}

.communicationlistentry .icon.outgoing {
    color: #0062c8;
    background-color: white;
}

.communicationlistentry .icon.incoming {
    background-color: #0062c8;
    color: white;
}

.communicationlistentry .icon.noborder {
    border-color: transparent;
}

.communicationlistentry .sender {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 16px;
}

.communicationlistentry .documenttext {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
    padding-left: 20px;
    font-weight: 600;
}

.communicationlistentry .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.communicationlistentry .attachmentindicator {
    font-size: 24px;
    margin: 0 16px;
}

.communicationlistentry .timestamp {
    margin-right: 16px;
    min-width: 100px;
}

.communicationlistentry .delete {
    margin-top: 10px;
    margin-right: 10px;
    font-weight: 600;
    border-radius: 50%;
    padding: 5px 8px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.communicationlistentry .delete:hover {
    background-color: #ddd;
}

.communicationlistentry.notlinked {
    opacity: 0.5;
}

.communicationlistentry .fa-circle {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: 1px;
    color: #cf3e3e;
}

.commpopup {
    position: absolute;
    background-color: #efefef;
    width: 700px;
    height: 80%;
    left: 50%;
    margin-left: -350px;
    margin-top: 40px;
    -webkit-box-shadow: 2px 2px 5px #555;
            box-shadow: 2px 2px 5px #555;
    -webkit-animation: appearFromTop 0.3s;
            animation: appearFromTop 0.3s;
    -webkit-transition: width 0.2s, margin-left 0.2s;
    transition: width 0.2s, margin-left 0.2s;
}

@-webkit-keyframes appearFromTop {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 40px;
    }
}

@keyframes appearFromTop {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 40px;
    }
}

.commpopup.extended {
    width: 1000px;
    margin-left: -475px;
}

.commpopup .maincontent {
    width: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100% - 90px);
    background-color: white;
    display: inline-block;
}

.commpopup .extendedcontent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    width: 300px;
    vertical-align: top;
    overflow: auto;
    padding: 10px;
    height: calc(100% - 90px);
}

.commpopup .extendedcontent.animated {
    -webkit-animation: animateExtended 0.5s;
            animation: animateExtended 0.5s;
}

.commpopup div.upload {
    width: 100%;
}

.commpopup .DraftEditor-root,
.newcommunication .DraftEditor-root {
    min-height: auto;
}

@-webkit-keyframes animateExtended {
    0% {
        width: 0;
        padding: 0;
        opacity: 0;
    }
    50% {
        width: 0;
        padding: 0;
        opacity: 0;
    }
    51% {
        width: 300px;
        padding: 10px;
        opacity: 0;
    }
    100% {
        width: 300px;
        padding: 10px;
        opacity: 1;
    }
}

@keyframes animateExtended {
    0% {
        width: 0;
        padding: 0;
        opacity: 0;
    }
    50% {
        width: 0;
        padding: 0;
        opacity: 0;
    }
    51% {
        width: 300px;
        padding: 10px;
        opacity: 0;
    }
    100% {
        width: 300px;
        padding: 10px;
        opacity: 1;
    }
}

.commpopup .attachment {
    background-color: #efefef;
    padding: 5px 10px;
    margin: 5px 10px;
}

.commpopup .attachment.clickable {
    cursor: pointer;
}

.commpopup .attachment .close {
    float: right;
    cursor: pointer;
}

.commpopup .attachment i.fa {
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.commpopup .extendedcontent .label {
    font-size: 12px;
    font-weight: 600;
    margin: 5px 10px;
}

.commpopup .extendedcontent .document {
    background-color: white;
    padding: 5px 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.commpopup .extendedcontent .document i {
    float: right;
    font-size: 20px;
    margin-top: 1px;
}

.commpopup .heading {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    color: white;
    background-color: #4c4c4c;
}

.commpopup .heading .close,
.commpopup .heading i.fa {
    float: right;
    cursor: pointer;
}

.commpopup .heading i.fa {
    line-height: 30px;
    font-size: 12px;
    margin-right: 10px;
    padding-top: 3px;
}

.commpopup .heading i.fa-window-maximize {
    font-size: 14px;
    padding-top: 6px;
}

.commpopup .contents {
    padding: 10px 15px 20px 15px;
}

.commpopup .contents .contentheader {
    margin: 20px 0 10px 0;
    font-weight: 600;
}

.commpopup .contents .recipients {
    margin-bottom: 10px;
    margin-left: -8px;
}

.commpopup .contents .recipients .recipientsheader {
    font-size: 12px;
    margin-left: 8px;
    font-weight: 600;
}

.commpopup .contents .recipients .recipient {
    background-color: #d7d7d7;
    padding: 3px 8px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.commpopup .contents .subject {
    font-weight: 600;
    margin-bottom: 10px;
}

.commpopup .contents .contentheader .timestamp {
    float: right;
}

.commpopup .contents .contentheader .address {
    margin-left: 10px;
    color: #888;
    font-weight: 300;
}

.commpopup.sms .contents .body {
    white-space: pre-wrap;
}

.commpopup .maincontent .body p {
    margin: 0;
}

.commpopup .horisontaldivider {
    height: 1px;
    background-color: #c3c3c3;
}

.commpopup .horisontaldivider.wide {
    height: 5px;
    background-color: #efefef;
}

.commpopup .controls {
    padding: 5px 20px 15px 20px;
    text-align: right;
    margin: 0;
    background-color: white;
}

.commpopup button.simple {
    font-size: 14px;
    padding: 6px 20px;
    margin-left: 25px;
}

.commpopup .proplabel {
    display: inline-block;
    vertical-align: top;
}

.commpopup .property input[type='text'] {
    width: 80%;
    border: none;
    padding: 5px 10px;
    outline: 0;
}

.commpopup .searchproperty input[type='text'] {
    padding: 5px 15px;
}

.commpopup .searchproperty {
    display: inline-block;
    width: 80%;
    border: none;
    padding: 3px 0;
}

.commpopup .searchproperty .searchelement {
    display: inline-block;
    padding: 3px 8px;
}

.commpopup .letterheader {
    padding: 10px 0;
}

.commpopup .letterheader .property .proplabel {
    width: 60px;
}

.commpopup .letterheader .property input {
    padding: 0;
    vertical-align: top;
    margin-top: 5px;
}

.commpopup .phonecontrols .checkbox {
    display: inline-block;
    width: auto;
    margin: 10px;
}

.commpopup .phonecontrols .checkbox .label {
    margin-left: 5px;
    vertical-align: 2px;
}

.commpopup.minified {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 0 5px #555;
            box-shadow: 0 0 5px #555;
    z-index: 20;
}

.commpopup.minified .heading {
    height: 40px;
    line-height: 40px;
}

.incomingmailsheader {
    padding: 5px 20px;
    clear: both;
}

.incomingmailsheader .clickable {
    cursor: pointer;
}

.incomingmailsheader i {
    margin-left: 5px;
    color: #555;
}

.incomingmailsheader span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.incomingmailsgroupheader.clickable {
    cursor: pointer;
}

.incomingmails h4 {
    font-weight: bold;
    padding: 8px 10px;
    background: #fff;
    margin: 10px 0px 5px 0px;
    font-size: 14px;
}

.incomingmails .incomingmail {
    background-color: white;
    border: 1px solid #e7e7e7;
    padding: 8px 20px;
    margin-bottom: -1px;
    font-size: 14px;
    cursor: pointer;
}

.incomingmails .incomingmail span {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    vertical-align: middle;
}

.incomingmails .incomingmail .sender {
    width: 17%;
}

.incomingmails .incomingmail .contents {
    padding-left: 16px;
    width: 70%;
}

.incomingmails .incomingmail .attachments {
    font-size: 24px;
    padding: 0 8px;
    width: 20px;
}

.incomingmails .incomingmail .connections {
    font-size: 24px;
}

.incomingmails .incomingmail .received {
    float: right;
}

.documentlist .documentlistentry {
    font-size: 14px;
    background-color: white;
    margin: 5px 0;
    padding: 10px;
    cursor: pointer;
}

.documentlist .documentlistentry .logo {
    display: inline-block;
}

.documentlist .documentlistentry .logo img {
    width: 20px;
    padding: 10px;
}

.documentlist .documentlistentry .content {
    display: inline-block;
    width: calc(100% - 50px);
}

.documentlist .documentlistentry .header {
    font-weight: 600;
    margin-bottom: 5px;
}

.documentlist .documentlistentry .header .timestamp {
    float: right;
}

.commpopup .textcontainer.tinted {
    background-color: #f5f5f5;
}

.commpopup .maincontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 0;
    background-color: #f5f5f5;
}

.commpopup .maincontent::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.commpopup .maincontent::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #4c4c4c;
}

.commpopup .texteditor .controls {
    padding: 0 0 10px 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .entitycommunication {
        margin-top: 40px;
    }
    .entitycommunication .controls {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .entitycommunication h3 {
        margin-bottom: 0;
    }

    .entitycommunication .controls button {
        width: calc(50% - 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .entitycommunication .communicationlistentry {
        height: auto;
    }

    .entitycommunication .communicationlistentry span.icon {
        margin-top: 10px;
    }

    .entitycommunication .communicationlistentry .attachmentindicator {
        margin-left: 5px;
        line-height: normal;
        font-size: 16px;
    }

    .entitycommunication .communicationlistentry .textcontents {
        display: inline-block;
        margin-left: 10px;
        margin-top: 5px;
        padding-bottom: 10px;
        width: calc(100% - 60px);
        vertical-align: top;
    }

    .entitycommunication .communicationlistentry .timestamp {
        line-height: normal;
    }

    .commpopup,
    .commpopup.extended {
        width: 100%;
        left: 0;
        top: 0;
        margin: 0;
        height: 100%;
        overflow-y: scroll;
        -webkit-animation: none;
                animation: none;
    }

    .commpopup .heading {
        height: auto;
        line-height: normal;
        padding: 10px 15px;
        overflow: hidden;
    }

    .commpopup .maincontent {
        width: 100%;
    }

    .commpopup .contents .contentheader .timestamp {
        float: none;
    }

    .commpopup .textcontainer .controls {
        padding: 0 0 10px 0;
        text-align: left;
    }

    .commpopup .textcontainer .controls .selectdiv .font-color-select {
    }

    .commpopup .textcontainer .controls .selectdiv {
        min-width: auto;
    }

    .commpopup .textcontainer .controls .selectdiv select {
        padding: 0 10px 0 0;
        font-size: 12px;
    }

    .commpopup .textcontainer .controls .selectdiv:after {
        font-size: 15px;
        right: -10px;
    }

    .commpopup .textcontainer .controls .selectdiv .font-color-select {
        font-size: 12px;
    }

    .commpopup .textcontainer .controls .selectdiv .font-color-select {
        font-size: 14px;
        right: -10px;
    }
    .commpopup .textcontainer .controls .control-field.bold-italic-underline,
    .commpopup .textcontainer .controls .control-field.lists {
        margin: 0;
    }

    .commpopup .textcontainer .controls .control-field.bold-italic-underline i {
        font-size: 12px;
    }

    .commpopup .textcontainer .controls .verticaldivider {
        height: 20px;
        margin: 0 5px;
        vertical-align: -5px;
    }
}

.response-container {
    background-color: white;
}

.response-row {
    padding: 4px 32px;
    border-bottom: 1px solid #d8d8d8;
}

.response-row-last {
    padding: 12px 32px;
    border-bottom: 1px solid #d8d8d8;
}

.response-row label {
    padding: 8px;
}
.response-row label.cc-text {
    padding-left: 32px;
}

.response-tags {
    padding-top: 8px;
}

.input-no-style {
    border: none;
    padding: 8px 0px;
    width: 100%;
    font-family: Arial;
    font-size: 16px;
    outline: 0;
}

.input-no-style:focus {
    outline: 0;
}

.bold {
    font-weight: bold;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.loader {
    margin: 10px;
    font-size: 5px;
    position: relative;
    border-top: 1.1em solid rgba(128, 205, 255, .2);
    border-right: 1.1em solid rgba(128, 205, 255, .2);
    border-bottom: 1.1em solid rgba(128, 205, 255, .2);
    border-left: 1.1em solid #80cdff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader.center {
    margin: 10px auto;
}

.loader.large,
loader.large:after {
    width: 40px;
    height: 40px;
}

.loader.inline {
    display: inline-block;
    vertical-align: middle;
}

.loader.inline.property {
    margin-left: 17px;
    margin-bottom: 12px;
}

.prop .value .loader,
.prop .extravalue .loader {
    display: inline-block;
    margin: 0;
    font-size: 3px;
}

button .loader,
button .loader:after,
.prop .value .loader,
.prop .extravalue .loader,
.prop .value .loader:after,
.prop .extravalue .loader:after {
    width: 10px;
    height: 10px;
}
button .loader {
    float: right;
    margin: -1px 0 -1px 20px;
}

button.simple .loader,
button.simple .loader:after {
    width: 8px;
    height: 8px;
    font-size: 4px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.textcontainer {
    background-color: #ffffff;
    /* border-radius: 5px;
	border: 1px solid #dddddd; */
}
.control-field {
    display: inline-block;
}
.controls .verticaldivider {
    display: inline-block;
    width: 1px;
    height: 25px;
    vertical-align: -7px;
    background-color: #9b9b9b;
    margin: 0 5px;
}
.control-field.select-style,
.control-field.font-size,
.control-field.font-color,
.control-field.alignment {
    margin-right: 5px;
}
.select-style select,
.font-size select,
.font-color select,
.alignment select {
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #000000;
    outline: none;
}
.control-field.bold-italic-underline,
.control-field.lists,
.control-field.links {
    margin: 0 15px;
}
.control-field.bold-italic-underline i.selected,
.control-field.lists i.selected,
.control-field.alignment i.selected,
.control-field.links i.selected {
    background-color: #c6c6c6;
}
.control-field.bold-italic-underline i,
.control-field.lists i,
.control-field.alignment i,
.control-field.links i {
    border: none;
    color: #000000;
    background-color: transparent;
    font-size: 16px;
    padding: 5px;
    margin: 0 2px;
    cursor: pointer;
}
.replacementpopup {
    background-color: #bddcff;
    border-radius: 5px;
    padding: 10px 0;
    position: fixed;
    z-index: 10;
}
.replacementpopup div {
    cursor: pointer;
    padding: 2px 10px;
    background-color: #bddcff;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.replacementpopup div:hover {
    background-color: #cccccc;
}
.textcontainer .decorator {
    background-color: #dae5ef;
    padding: 0 5px;
    border-radius: 5px;
}
.align-left-block {
    text-align: left;
}
.align-center-block {
    text-align: center;
}
.align-right-block {
    text-align: right;
}
.align-justify-block {
    text-align: justify;
}
.font-color input[type='color'] {
    border: none;
    background-color: transparent;
    height: 25px;
    width: 25px;
    position: absolute;
    top: -19px;
    left: -14px;
}
.alignment select,
.font-color select {
    font-family: 'FontAwesome', 'sans-serif';
}
.font-color-select .black,
.font-color-select.black {
    color: #000000;
}
.font-color-select .light-black,
.font-color-select.light-black {
    color: #808080;
}
.font-color-select .red,
.font-color-select.red {
    color: #d0021b;
}
.font-color-select .blue,
.font-color-select.blue {
    color: #1163cc;
}
.font-color-select .green,
.font-color-select.green {
    color: #417505;
}
.selectdiv {
    position: relative;
    min-width: 39px;
}
.selectdiv .font-color-select,
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    font-size: 16px;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    padding-right: 15px;
}
.selectdiv:after {
    content: '\F0D7';
    font: 17px FontAwesome;
    color: #000000;
    right: -8px;
    top: 0px;
    height: 17px;
    position: absolute;
    pointer-events: none;
    width: 17px;
}
.notranslate.public-DraftEditor-content {
    min-height: 500px;
}

.noteseditor .notranslate.public-DraftEditor-content {
    min-height: 200px;
}
html,
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #f0f0f0;
    -webkit-tap-highlight-color: transparent;
}

html {
    /* background-image: url('/images/winterbackground.jpg'); */
    background-attachment: fixed;
    background-position: bottom right;
}

/* body{
    background: none;
} */
.centered {
    text-align: center;
}
.my-table-wrapper {
    max-width: 100%;
    overflow-x: auto;
}
.leftaligned {
    text-align: left;
}

.cleared {
    clear: both;
}

.pointerevents {
    pointer-events: auto;
}

.nopointerevents {
    pointer-events: none;
}

h1 i.fa-chevron-left,
h1 i.fa-pencil,
h3 i.fa-chevron-left {
    font-size: 24px;
    margin-right: 10px;
    color: #888;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

h3 i.fa-chevron-left {
    font-size: 14px;
}

h1 i.fa-pencil {
    margin-right: 0;
    margin-left: 10px;
}

h1 i.fa-chevron-left:hover,
h1 i.fa-pencil:hover,
h3 i.fa-chevron-left:hover {
    color: black;
}

h1 .property.editable {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

h1 .property.editable input {
    font-size: 20px;
}

h2 {
    margin-top: 0;
}

h3 .subheader {
    font-size: 14px;
    color: #999;
}

h4 {
    margin: 15px 10px;
    font-weight: 300;
}

h3 .headerdescriptor {
    color: #555;
    font-size: 14px;
    margin-left: 10px;
}

a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
}

#maincontent {
    width: 100%;
    margin: 0 auto;
}

.screencontents {
    max-width: 1440px;
    vertical-align: top;
    margin: 0 auto;
    position: relative;
}

.screencontents.fire {
    /*When we are done with the design changes, we will remove this and all will use the new layout */
    max-width: inherit;
}

.capitalized {
    text-transform: capitalize;
}

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

.weak {
    font-weight: 300;
}

.entity {
}

.screencontents.fire .entity {
    padding-left: 86px;
    padding-right: 20px;
}

.entity h1 {
    font-size: 22px;
    margin-left: 20px;
}

.entity h1 i.fa-chevron-left {
    font-size: 18px;
}

.entity h1 .weak {
    font-weight: 300;
    margin-left: 40px;
}

.entity .horisontaldivider {
    width: 100%;
    height: 2px;
    background-color: #e9e9e9;
}

.entity .horisontaldivider.spaced {
    margin: 20px;
}

.column .horisontaldivider {
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    margin: 10px 0;
    clear: both;
}

.column .horisontaldivider.dark {
    background-color: #969696;
}

.error {
    background-color: #d05050;
    margin: 5px 0;
    padding: 10px 20px;
    border-radius: 3px;
    color: white;
}

.warning {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
    color: white;
    background-color: #f55;
}

.red {
    color: #cf3e3e;
}

.green {
    color: #4ca058;
}

.error,
.information {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 3px;
}

.error i,
.information i {
    margin-right: 10px;
}

.error {
    background-color: #f55959;
    border: 1px solid red;
    color: white;
    clear: both;
}

.box .prop .extravalue.error,
.box .prop .value.error {
    color: white;
    margin-left: 119px;
}

.box .prop i.fa-file {
    color: #448ede;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.box .prop i.fa-file:hover {
    opacity: 1;
}

.subbox {
    background-color: red;
    margin: 10px -10px;
    padding: 10px;
    background-color: #ccc;
}

.information {
    background-color: #e2eefa;
}

.information i.fa-calendar,
.information i.fa-pencil-square-o {
    float: right;
    font-size: 18px;
    color: #0061c7;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

.information i.fa-pencil-square-o {
    font-size: 22px;
    margin: 5px;
}

.information .label {
    font-size: 12px;
}

.information .value {
    font-weight: bold;
}

.information .checkbox {
    margin-top: 15px;
}

.information .checkbox .check {
    background-color: white;
    border: 2px solid #1088fa;
}

.information .checkbox .label {
    margin-left: 10px;
    font-weight: 600;
    vertical-align: top;
}

.information i.fa-close {
    float: right;
    cursor: pointer;
    margin-top: 3px;
}

.information .loader {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 3px;
}

.information .loader,
.information .loader:after {
    width: 9px;
    height: 9px;
}

.information .inforight {
    position: absolute;
    right: 0;
    z-index: 1000;
}

.information .nonbold {
    font-weight: 300;
}

.information .active {
    color: green;
}

.information .inactive {
    color: red;
}

.information .inforight .elcompanysearcher {
    position: static;
    position: initial;
}

.searchcontrols .information {
    margin-bottom: 10px;
    border: 1px solid #c5d8ea;
    padding: 10px 15px;
}

.error i {
    margin-right: 10px;
}

.showinmobile,
.showinmobile.simple {
    display: none;
}

.gray {
    background-color: #f0f0f0;
}

.lightblue {
    background-color: #b7d8ff;
}

.inline-block {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.white-bg {
    background-color: #fff;
}

.box-shadow {
    -webkit-box-shadow: 0 1px 2px #aaa;
            box-shadow: 0 1px 2px #aaa;
    border-radius: 5px;
}

.cancelaudittype {
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    cursor: pointer;
}

.accordion {
    margin-top: 5px;
}

.accordion .box h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    cursor: pointer;
}

.accordion .box h3 i {
    float: right;
    font-size: 20px;
}

.accordion .checkbox {
    margin-bottom: 5px;
}

.dataentry {
    background-color: white;
    padding: 10px 20px;
    color: #888888;
    margin-bottom: 10px;
}

.dataentry .header {
    color: black;
    font-weight: 600;
}

.clickable {
    cursor: pointer;
}

.dataentry .indicatorarea {
    width: 40px;
    display: inline-block;
}

.dataentry .afterindicatorarea {
    display: inline-block;
    width: calc(100% - 40px);
}

.dataentry .checkbox .check {
    width: 20px;
    height: 20px;
}

.dataentry .checkbox .check > .inner {
    width: 18px;
    height: 18px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.flex-important {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flex-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.item-right {
    margin-left: auto;
}

.email-raw-body {
    padding: 10px;
}

@media only screen and (min-width: 1024px) {
    h1.notopmargin {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .screencontents {
        width: 100%;
    }

    h2,
    h3 {
        margin-left: 10px;
    }

    #maincontent {
        width: 100%;
    }

    .hideinmobile {
        display: none !important;
    }

    .showinmobile,
    .showinmobile.simple {
        display: inherit;
        visibility: visible;
    }
}
.history {
    border-radius: 3px;
}

.history .entry {
    padding: 10px 20px 10px 5px;
    margin: 0 0 10px 0;
    white-space: pre-wrap;
    background-color: white;
}
.history .entry {
    border-left: 8px solid #0076ff;
    word-break: break-word;
}
.history .entry.audit {
    border-left: 8px solid #0076ff;
    word-break: break-word;
}

.history .entry.customer {
    border-left: 8px solid #bd10e0;
}

.history .entry.plant {
    border-left: 8px solid #417505;
}

.history .entry.company {
    border-left: 8px solid #417505;
}

.history .history-filter {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    margin: 8px 0;
}

.history .history-new-comment {
    width: 100%;
    background-color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
}

.history .entry.clickable {
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.padding-bottom {
    padding-bottom: 16px;
}

.history .entry.clickable:hover {
    background-color: #eaf5ff;
}
.bordered {
    border: 2px solid #0076ff !important;
    line-height: 30px !important;
}

.history .header button.bordered {
    float: none;
    margin: 0 auto 10px auto;
}

.history .entry .header {
    color: #444;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: visible;
}

.history .entry .header .title {
    font-weight: bold;
    font-size: 16px;
}

.history .entry .header .timestamp {
    font-weight: bold;
}

.history .entry .header .user {
    font-weight: bold;
    padding-left: 6px;
}

.history .entry .opacity {
    opacity: 0.3;
}

.controls.flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.history .entry .change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    padding-left: 30px;
    padding-bottom: 8px;
}

.history .entry .change .property {
    font-weight: 600;
    display: inline-block;
    min-width: 100px;
    margin-right: 5px;
}

.history .entry .change i {
    font-size: 14px;
    margin: 0px 5px;
    vertical-align: -1px;
}

.history .entry .icon {
    color: #777;
    font-size: 14px;
    font-weight: 600;
    float: right;
}

.history .entry .comment {
    padding: 0px 0px 0px 30px;
    font-size: 13px;
}

.history .entry .comment .text {
    display: inline-block;
    width: 90%;
}

.history .entry .change .added,
.history .entry .change .deleted,
.changebox .change .added,
.changebox .change .deleted {
    color: white;
    font-size: 10px;
    padding: 1px 10px;
    border-radius: 3px;
    float: right;
    background-color: #595;
}

.history .entry .change .deleted,
.changebox .change .deleted {
    background-color: #b55;
}

.history .header,
.dashboard .history .header {
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    padding: 0;
}

.history .header i.fa-thumb-tack {
    font-size: 14px;
    margin: 0 5px 0 -11px;
}

.history .header button {
    float: right;
}

.history > .header > span {
    margin: 0 20px;
    line-height: 45px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.history > .header > span.selected {
    border-bottom: 2px solid orange;
}

.history > .header > span:hover {
    color: black;
}

.column.onethird.doccontrolalign {
    padding: 59px 0 0 10px;
}
.history .entry.chat .header,
.history .entry.chat .text {
    color: #fff;
}
.history .entry.chat.my-comment .header,
.history .entry.chat.my-comment .text {
    color: #000;
}
.entry.chat {
    border-radius: 10px;
    background: #0074fb;
    position: relative;
    margin-left: 16px;
}
.entry.chat.my-comment {
    background: #fafafa;
    margin-left: 0px;
    margin-right: 16px;
    border: 2px solid #fff;
}
.history .entry.chat .comment .text {
    margin-left: 0;
}
.mainheader {
    margin: 0 auto 10px auto;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    max-width: 1440px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.red-dot {
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
}
.border-button {
    border: 2px solid #0074fb;
    background: transparent;
    color: #0074fb;
    margin: 0 6px !important;
}
.user-box {
}
.user-box .user-info {
    margin: 10px 0;
}
.user-box .tenant-selector {
    margin-top: 10px;
    cursor: pointer;
}
.logout-btn {
    margin: 0 16px 40px 16px;
}
.drawer-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.mainheader .logo {
    font-size: 30px;
    font-weight: 500;
    padding: 14px 10px 0 21px;
}

.mainheader .logo img {
    height: 61px;
    margin-right: 21px;
    width: 53px;
    display: inline-block;
}

.mainheader .description {
    display: inline-block;
}

.mainheader .description div {
    display: block;
    line-height: 50px;
}

.mainheader.correction .description {
    vertical-align: 18px;
}

.mainheader .description div.tenant {
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #555;
    margin: -12px 0 0 4px;
    -webkit-animation: tenantanimation 0.5s ease-out;
            animation: tenantanimation 0.5s ease-out;
}

.mainheader .description div.tenant.prod {
    color: red;
    font-weight: 600;
}

.mainheader .description div.tenant.clickable {
    cursor: pointer;
}

.mainheader .description .tenantpopup,
.user-box .tenantpopup,
.tenantpopup {
    text-align: left;
    padding: 10px 0;
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 1px 1px 3px #555;
            box-shadow: 1px 1px 3px #555;
    width: 220px;
    color: #555;
    border-radius: 5px;
    z-index: 1000;
}

.mainheader .description .tenantpopup .element,
.user-box .element,
.tenantpopup .element {
    font-size: 14px;
    font-weight: 300;
    padding: 5px 10px;
    line-height: normal;
    line-height: initial;
    cursor: pointer;
}

.mainheader .description .tenantpopup .element:hover,
.user-box .element:hover,
.tenantpopup .element:hover {
    background-color: #eee;
}

@-webkit-keyframes tenantanimation {
    0% {
        opacity: 0;
        line-height: 0px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        line-height: 30px;
    }
}

@keyframes tenantanimation {
    0% {
        opacity: 0;
        line-height: 0px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        line-height: 30px;
    }
}

.mainheader .userbox {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mainheader .userbox > div {
    display: inline-block;
}

.mainheader .userbox .usercircle .fa-user-o,
.user-box .fa-user-o {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #363636;
    text-align: center;
    color: white;
    line-height: 58px;
    font-size: 30px;
}

.mainheader .userbox .username {
    font-size: 19px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}

.mainheader .userbox .company {
    font-size: 14px;
    font-weight: 600;
    color: #888;
}

.mainheader .userbox button {
    margin: 10px 0 0 0;
}
.admin-panel {
    vertical-align: top;
}
.admin-panel.selected .fa-gear {
    background-color: #0076ff;
    color: #fff;
    cursor: pointer;
}
.admin-panel .fa {
    font-size: 30px;
    color: #363636;
    padding: 30px 21px;
    cursor: pointer;
}
.admin-panel .verticaldivider {
    display: inline-block;
    width: 1px;
    height: 50px;
    vertical-align: -14px;
    background-color: #b4b4b4;
}
.user-profile-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 14px 9px 20px;
    cursor: pointer;
}
.user-profile-wrapper.selected {
    background-color: #0074fb;
    color: #ffffff;
}
.user-profile-wrapper.selected .user-description .company {
    color: #ffffff;
}
.user-description {
    padding: 6px 8px 0px;
}
.user-profile-image img {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #363636;
}
.sigCanvas {
    width: 100%;
    height: 500px;
}
.presence-description {
    display: block;
}

.presence-description-padded {
    display: block;
    margin-top: 24px;
}
.no-border:after,
.no-border:before {
    display: none;
}
.app-bar .no-border,
.app-bar svg {
    color: #000;
    font-size: 20px;
}
.tab-content {
    padding: 16px 0;
}
.tab-content .unassignedaudit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tab-content .unassignedaudit .typedescriptor {
    margin-right: 10px;
}
.time-holder {
    position: relative;
}
.my-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.my-controls button {
    margin: 16px;
}

.unassignedaudit {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 5px 0;
    background-color: #fefffe;
    color: #1f1f1f;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.unassignedaudit .verticaldivider {
    width: 1px;
    height: 100px;
    background-color: #d7d7d7;
}

.unassignedaudit .typedescriptor {
    background-color: #aaa;
    color: white;
    width: 24px;
    font-size: 24px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.unassigned-audit-error {
    background-color: #f4d1d6;
    font-size: 10px;
    padding: 2px 5px;
}

.unassigned-audit-action {
    width: 48px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.typedescriptor {
    background-color: #aaa;
}
.typedescriptor.periodic {
    background-color: #0062c8;
}
.typedescriptor.newperiodic {
    background-color: #43751f;
}
.typedescriptor.revision {
    background-color: #e9781c;
}
.typedescriptor.verification {
    background-color: #c56619;
}
.typedescriptor.elrevision {
    background-color: #edbb59;
}
.typedescriptor.groundfault {
    background-color: #a2069c;
}
.typedescriptor.extension {
    background-color: #ff6bfd;
}
.typedescriptor.siteinspection {
    background-color: #8b572a;
}
.typedescriptor.marketcontrol {
    background-color: #00a9c2;
}
.typedescriptor.concern {
    background-color: red;
}

.unassignedaudit .main {
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.unassignedaudit .sub {
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.unassignedaudit .checkbox {
    margin: 12px 0 0 0;
}

.unassignedaudit .right {
    padding-left: 5px;
    margin-top: 5px;
    height: 40px;
    border-left: 1px solid #d7d7d7;
}

.unassignedaudit.extraline .right {
    height: 53px;
}
.notification {
    margin: 0 3px;
}

.notification-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notification-icon i.fa {
    margin-right: 10px;
    color: #0074fb;
    padding: 0;
    font-size: 14px;
    vertical-align: 3px;
}

.new .notification-icon i.fa {
    color: red;
}

.notification-title {
    font-weight: 600;
    font-size: 14px;
}

.notification-text {
    white-space: pre-wrap;
    font-size: 13px;
}
.notification-time {
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
}

.notification-divider {
    background-color: #969696;
    height: 1px;
    margin: 12px 0;
}
.notifications-container {
    position: absolute;
    right: 10px;
    z-index: 1000000;
    width: 350px;
    color: #000;
}

.notifications-container > .panel {
    position: relative;
    height: 100%;
    padding: 10px;
    background-color: white;
    border: 1px solid #969696;
    -webkit-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
}

.notification-color {
    color: #fff;
}
#map .ol-zoom {
    top: 85px;
    left: 20px;
}

#map .ol-rotate {
    top: 85px;
    right: 20px;
}
.ol-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid rgb(179, 197, 219);
  background-color: rgba(255, 255, 255, .4);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: rgba(0, 60, 136, .3);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}
.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.ol-scale-singlebar-even{
  background-color: #000000;
}
.ol-scale-singlebar-odd{
  background-color: #ffffff;
}
.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}
.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: #000000;
  float: right;
  z-index: 10;
}
.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 12px;
  z-index: 11;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}
.ol-scale-text {
  position: absolute;
  font-size: 14px;
  text-align: center;
  bottom: 25px;
  color: #000000;
  text-shadow: -2px 0 #FFFFFF, 0 2px #FFFFFF, 2px 0 #FFFFFF, 0 -2px #FFFFFF;
}
.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid black;
}

.ol-unsupported {
  display: none;
}
.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ol-viewport canvas {
  all: unset;
}
.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.ol-control {
  position: absolute;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 4px;
  padding: 2px;
}
.ol-control:hover {
  background-color: rgba(255, 255, 255, .6);
}
.ol-zoom {
  top: .5em;
  left: .5em;
}
.ol-rotate {
  top: .5em;
  right: .5em;
  -webkit-transition: opacity .25s linear, visibility 0s linear;
  transition: opacity .25s linear, visibility 0s linear;
}
.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s linear, visibility 0s linear .25s;
  transition: opacity .25s linear, visibility 0s linear .25s;
}
.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}
.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: rgba(0, 60, 136, .5);
  border: none;
  border-radius: 2px;
}
.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.ol-zoom-extent button {
  line-height: 1.4em;
}
.ol-compass {
  display: block;
  font-weight: normal;
  font-size: 1.2em;
  will-change: transform;
}
.ol-touch .ol-control button {
  font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
  top: 5.5em;
}
.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  background-color: rgba(0, 60, 136, .7);
}
.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}


.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ol-attribution a {
  color: rgba(0, 60, 136, .7);
  text-decoration: none;
}
.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: #000;
  text-shadow: 0 0 2px #fff;
  font-size: 12px;
}
.ol-attribution li {
  display: inline;
  list-style: none;
}
.ol-attribution li:not(:last-child):after {
  content: " ";
}
.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}
.ol-attribution button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ol-attribution.ol-collapsed ul {
  display: none;
}
.ol-attribution:not(.ol-collapsed) {
  background: rgba(255, 255, 255, .8);
}
.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}
.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}
.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}
.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}
.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}
.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}
.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid #7b98bc;
  height: 150px;
  margin: 2px;
  width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 2px;
  left: 2px;
  position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
  background: rgba(255, 255, 255, .8);
}
.ol-overviewmap-box {
  border: 2px dotted rgba(0, 60, 136, .7);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */
.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

/* TODO: not attached to body. attached to specific els. move */
.fc-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  /* layout of immediate children */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  font-size: 1em
}
.fc,
  .fc *,
  .fc *:before,
  .fc *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
  }
.fc th {
    text-align: center;
  }
.fc th,
  .fc td {
    vertical-align: top;
    padding: 0;
  }
.fc a[data-navlink] {
    cursor: pointer;
  }
.fc a[data-navlink]:hover {
    text-decoration: underline;
  }
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
  .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
  }
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
  .fc-liquid-hack th {
    position: relative;
  }

@font-face {
  font-family: 'fcicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {

  /* reset */

}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
.fc .fc-button {
    -webkit-appearance: button;
  }
.fc .fc-button:not(:disabled) {
    cursor: pointer;
  }
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
.fc {

  /* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
  }
.fc .fc-button:hover {
    text-decoration: none;
  }
.fc .fc-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, .25);
            box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, .25);
  }
.fc .fc-button:disabled {
    opacity: 0.65;
  }
.fc {

  /* "primary" coloring */

}
.fc .fc-button-primary {
    color: #fff;
    color: #fff;
    background-color: #2C3E50;
    background-color: #2C3E50;
    border-color: #2C3E50;
    border-color: #2C3E50;
  }
.fc .fc-button-primary:hover {
    color: #fff;
    color: #fff;
    background-color: #1e2b37;
    background-color: #1e2b37;
    border-color: #1a252f;
    border-color: #1a252f;
  }
.fc .fc-button-primary:disabled { /* not DRY */
    color: #fff;
    color: #fff;
    background-color: #2C3E50;
    background-color: #2C3E50;
    border-color: #2C3E50;
    border-color: #2C3E50; /* overrides :hover */
  }
.fc .fc-button-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, .5);
            box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, .5);
  }
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: #fff;
    background-color: #1a252f;
    background-color: #1a252f;
    border-color: #151e27;
    border-color: #151e27;
  }
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, .5);
            box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, .5);
  }
.fc {

  /* icons within buttons */

}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  }
.fc .fc-button-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
  }
.fc .fc-button-group > .fc-button {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
  }
.fc .fc-button-group > .fc-button:focus,
  .fc .fc-button-group > .fc-button:active,
  .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc .fc-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
  }
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
  }
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
  }
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
  }
.fc .fc-scroller-liquid {
    height: 100%;
  }
.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
      /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
      /* TODO: demonstrate in codepen */
  }
.fc .fc-scroller-harness-liquid {
    height: 100%;
  }
.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
  }
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid #ddd; /* bootstrap does this. match */
  }
.fc .fc-scrollgrid,
    .fc .fc-scrollgrid table { /* all tables (self included) */
      width: 100%; /* because tables don't normally do this */
      table-layout: fixed;
    }
.fc .fc-scrollgrid table { /* inner tables */
      border-top-style: hidden;
      border-left-style: hidden;
      border-right-style: hidden;
    }
.fc .fc-scrollgrid {

    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;

  }
.fc .fc-scrollgrid-liquid {
    height: 100%;
  }
.fc .fc-scrollgrid-section { /* a <tr> */
    height: 1px /* better than 0, for firefox */

  }
.fc .fc-scrollgrid-section > td {
      height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }
.fc .fc-scrollgrid-section table {
      height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }
.fc .fc-scrollgrid-section-liquid > td {
      height: 100%; /* better than `auto`, for firefox */
    }
.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
  }
.fc .fc-scrollgrid-section-header > *,
  .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
  }
.fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
  }
.fc {

  /* stickiness */

}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: #fff;
    position: sticky;
    z-index: 3; /* TODO: var */
    /* TODO: box-shadow when sticking */
  }
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0; /* because border-sharing causes a gap at the top */
      /* TODO: give safari -1. has bug */
  }
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  }
.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
    height: 1px; /* needs height to create scrollbars */
    margin-bottom: -1px;
  }
.fc-sticky { /* no .fc wrap because used as child of body */
  position: sticky;
}
.fc .fc-view-harness {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
  }
.fc {

  /* when the harness controls the height, make the view liquid */

}
.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.fc .fc-col-header-cell-cushion {
    display: inline-block; /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
  }
.fc .fc-bg-event,
  .fc .fc-non-business,
  .fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc .fc-non-business {
    background: rgba(215, 215, 215, .3);
    background: rgba(215, 215, 215, .3);
  }
.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: rgb(143, 223, 130);
    opacity: 0.3;
    opacity: 0.3
  }
.fc .fc-bg-event .fc-event-title {
      margin: .5em;
      font-size: .85em;
      font-size: .85em;
      font-style: italic;
    }
.fc .fc-highlight {
    background: rgba(188, 232, 241, .3);
    background: rgba(188, 232, 241, .3);
  }
.fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: rgba(208, 208, 208, .3);
    background: rgba(208, 208, 208, .3);
  }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
  }
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
  }
.fc-event-dragging.fc-event-selected { /* TOUCH */
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
            box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  }
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
  }
.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */

}
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
  }
.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: 4px;
    border-width: 1px;
    border-width: 1px;
    width: 8px;
    width: 8px;
    height: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: #fff

    /* expand hit area */

  }
.fc-event-selected .fc-event-resizer:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected,
.fc-event:focus {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .2)

  /* expand hit area (subclasses should expand) */

}
.fc-event-selected:before, .fc-event:focus:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc-event-selected,
.fc-event:focus {

  /* dimmer effect */

}
.fc-event-selected:after, .fc-event:focus:after {
    content: "";
    background: rgba(0, 0, 0, .25);
    background: rgba(0, 0, 0, .25);
    position: absolute;
    z-index: 1;

    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid #3788d8;
  background-color: #3788d8;
  background-color: #3788d8

}
.fc-h-event .fc-event-main {
    color: #fff;
    color: #fff;
  }
.fc-h-event .fc-event-main-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* for make fc-event-title-container expand */
  }
.fc-h-event .fc-event-time {
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-h-event .fc-event-title {
    display: inline-block; /* need this to be sticky cross-browser */
    vertical-align: top; /* for not messing up line-height */
    left: 0;  /* for sticky */
    right: 0; /* for sticky */
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: 8px;
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: -4px;
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: -4px;
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: -4px;
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: -4px;
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: -4px;
}
.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
            box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  }
.fc .fc-popover-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 4px;
  }
.fc .fc-popover-title {
    margin: 0 2px;
  }
.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
  }
.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
    background: #fff;
    background: #fff;
  }
.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, .3);
    background: rgba(208, 208, 208, .3);
  }

/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-body { /* a <div> that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because <tr>s can't do it */
  }
.fc .fc-daygrid-day.fc-day-today {
      background-color: rgba(255, 220, 40, .15);
      background-color: rgba(255, 220, 40, .15);
    }
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  }
.fc {

  /* cell top */

}
.fc .fc-daygrid-day-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
  }
.fc {

  /* day number (within cell top) */

}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
  }
.fc {

  /* event container */

}
.fc .fc-daygrid-day-events {
    margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  }
.fc {

  /* positioning for balanced vs natural */

}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
      position: absolute;
      left: 0;
      right: 0;
    }
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: relative; /* for containing abs positioned event harnesses */
      min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }
.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
      margin-bottom: 1em;
    }
.fc {

  /* event harness */

}
.fc .fc-daygrid-event-harness {
    position: relative;
  }
.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0; /* fallback coords for when cannot yet be computed */
    left: 0; /* */
    right: 0; /* */
  }
.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }
.fc {

  /* bg content */

}
.fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
.fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
.fc {

  /* events */

}
.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
  }
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
  }
.fc {

  /* cell bottom (within day-events) */

}
.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
  }
.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
.fc {

  /* week number (within frame) */

}
.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, .3);
    background-color: rgba(208, 208, 208, .3);
    color: #808080;
    color: #808080;
  }
.fc {

  /* popover */

}
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
  }
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
  }
.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
  }
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to <td> */
  }
.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: .85em;
  font-size: .85em;
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
  }
.fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
  }
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0

}
.fc-daygrid-dot-event .fc-event-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
  }
.fc-daygrid-dot-event:hover,
  .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, .1);
  }
.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: 4px solid #3788d8;
  border: 4px solid #3788d8;
  border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
  }
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
  }

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid #ddd;
  }
.fc {

  /* message when no events */

}
.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, .3);
    background-color: rgba(208, 208, 208, .3);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* vertically aligns fc-list-empty-inner */
  }
.fc .fc-list-empty-cushion {
    margin: 5em 0;
  }
.fc {

  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-table {
    width: 100%;
    border-style: hidden; /* kill outer border on theme */
  }
.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
  }
.fc .fc-list-sticky .fc-list-day > * { /* the cells */
      position: sticky;
      top: 0;
      background: #fff;
      background: #fff; /* for when headers are styled to be transparent and sticky */
    }
.fc {

  /* only exists for aria reasons, hide for non-screen-readers */

}
.fc .fc-list-table thead {
    position: absolute;
    left: -10000px;
  }
.fc {

  /* the table's border-style:hidden gets confused by hidden thead. force-hide top border of first cell */

}
.fc .fc-list-table tbody > tr:first-child th {
    border-top: 0;
  }
.fc .fc-list-table th {
    padding: 0; /* uses an inner-wrapper instead... */
  }
.fc .fc-list-table td,
  .fc .fc-list-day-cushion {
    padding: 8px 14px;
  }
.fc {


  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
    }
.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, .3);
    background-color: rgba(208, 208, 208, .3);
  }
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0 }
.fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0 }
.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer; /* whole row will seem clickable */
  }
.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: #f5f5f5;
    background-color: #f5f5f5;
  }
.fc {

  /* shrink certain cols */

}
.fc .fc-list-event-graphic,
  .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
  }
.fc .fc-list-event-dot {
    display: inline-block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: 5px solid #3788d8;
    border: 5px solid #3788d8;
    border-radius: 5px;
    border-radius: 5px;
    border-radius: 5px;
  }
.fc {

  /* reset <a> styling */

}
.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
  }
.fc {

  /* underline link when hovering over any part of row */

}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
  }

/*
A VERTICAL event
*/

.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid #3788d8;
  background-color: #3788d8;
  background-color: #3788d8

}

.fc-v-event .fc-event-main {
    color: #fff;
    color: #fff;
    height: 100%;
  }

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.fc-v-event .fc-event-time {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
  }

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-height: 0; /* important for allowing to shrink all the way */
  }

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%; /* clip overflow */
    overflow: hidden;
  }

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
  }

.fc-v-event {

  /* resizer (mouse AND touch) */

}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
  }

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
  }

.fc-v-event {

  /* resizer for MOUSE */

}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
      height: 8px;
      height: 8px;
      left: 0;
      right: 0;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
      top: -4px;
      top: -4px;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
      bottom: -4px;
      bottom: -4px;
    }

.fc-v-event {

  /* resizer for TOUCH (when event is "selected") */

}

.fc-v-event.fc-event-selected .fc-event-resizer {
      left: 50%;
      margin-left: -4px;
      margin-left: -4px;
    }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
      top: -4px;
      top: -4px;
    }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
      bottom: -4px;
      bottom: -4px;
    }
.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  }
.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  }
.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
  }
.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */

  }
.fc .fc-timegrid-axis-chunk > table {
      position: relative;
      z-index: 1; /* above the now-indicator-container */
    }
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
  }
.fc .fc-timegrid-slot { /* a <td> */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
  }
.fc .fc-timegrid-slot:empty:before {
      content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
  }
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
  }
.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
  }
.fc {


  /* slots AND axis cells (top-left corner of view including the "all-day" text) */

}
.fc .fc-timegrid-axis-cushion,
  .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
  }
.fc {


  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */

}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%; /* will need liquid-hack in FF */
  }
.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* vertical align */
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; /* horizontal align. matches text-align below */
  }
.fc .fc-timegrid-axis-cushion {
    max-width: 60px; /* limits the width of the "all-day" text */
    -ms-flex-negative: 0;
        flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  }
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
  }
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
  }
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc .fc-timegrid-col.fc-day-today {
      background-color: rgba(255, 220, 40, .15);
      background-color: rgba(255, 220, 40, .15);
    }
.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
  }
.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    }
.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
.fc-media-screen .fc-timegrid-cols > table {
      height: 100%;
    }
.fc-media-screen .fc-timegrid-col-bg,
  .fc-media-screen .fc-timegrid-col-events,
  .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
.fc {

  /* bg */

}
.fc .fc-timegrid-col-bg {
    z-index: 2; /* TODO: kill */
  }
.fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
.fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
.fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
.fc .fc-timegrid-bg-harness {
    position: absolute; /* top/bottom will be set by JS */
    left: 0;
    right: 0;
  }
.fc {

  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */

}
.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
  }
.fc {

  /* now indicator */

}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
  }
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
  }
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
  }
.fc-timegrid-event-harness {
  position: absolute /* top/left/right/bottom will all be set by JS */
}
.fc-timegrid-event-harness > .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0; /* for when not yet positioned */
    bottom: 0; /* " */
    left: 0;
    right: 0;
  }
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
          box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}
.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: .85em;
  font-size: .85em;
  border-radius: 3px;
}
.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px /* give some space from bottom */
}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
  }
.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: .85em;
    margin-bottom: 1px;
  }
.fc-timegrid-event-short .fc-event-main-frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
  }
.fc-timegrid-event-short .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  }
.fc-timegrid-event-short .fc-event-title {
    font-size: .85em;
    font-size: .85em
  }
.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: inherit;
  background: #d0d0d0;
  background: #d0d0d0;
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}
.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}
.fc-direction-ltr .fc-timegrid-more-link {
    right: 0;
  }
.fc-direction-rtl .fc-timegrid-more-link {
    left: 0;
  }
.fc {

  /* line */

}
.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: red;
    border-width: 1px 0 0;
  }
.fc {

  /* arrow */

}
.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px; /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: red;
  }
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;

    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;

    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 0 5px #96dbfa;
          box-shadow: 0 0 0 5px #96dbfa;
}
.rc-slider-handle:focus {
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 5px #57c5f7;
          box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-dot-reverse {
  margin-right: -4px;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px #d9d9d9;
          box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}
.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-option-wrapper:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-option-wrapper:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-option-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white;
}
.rdw-dropdown-wrapper:focus {
  outline: none;
}
.rdw-dropdown-wrapper:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}
.rdw-dropdown-wrapper:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.rdw-dropdown-selectedtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll;
}
.rdw-dropdown-optionwrapper:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF;
}

.rdw-dropdownoption-default {
  min-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.rdw-dropdownoption-highlighted {
  background: #F1F1F1;
}
.rdw-dropdownoption-active {
  background: #f5f5f5;
}
.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default;
}

.rdw-inline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-inline-dropdown {
  width: 50px;
}
.rdw-inline-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rdw-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-block-dropdown {
  width: 110px;
}

.rdw-fontsize-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-fontsize-dropdown {
  min-width: 40px;
}
.rdw-fontsize-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rdw-fontfamily-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-fontfamily-dropdown {
  width: 115px;
}
.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rdw-fontfamily-optionwrapper {
  width: 140px;
}

.rdw-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-list-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-list-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rdw-text-align-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90;
}
.rdw-text-align-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-right-aligned-block {
  text-align: right;
}
.rdw-left-aligned-block {
  text-align: left !important;
}
.rdw-center-aligned-block {
  text-align: center !important;
}
.rdw-justify-aligned-block {
  text-align: justify !important;
}
.rdw-right-aligned-block > div {
  display: inline-block;
}
.rdw-left-aligned-block > div {
  display: inline-block;
}
.rdw-center-aligned-block > div {
  display: inline-block;
}
.rdw-justify-aligned-block > div {
  display: inline-block;
}

.rdw-colorpicker-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-colorpicker-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}
.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px;
}
.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7;
}
.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: scroll;
}
.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1;
}
.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  -webkit-box-shadow: 1px 2px 1px #BFBDBD inset;
          box-shadow: 1px 2px 1px #BFBDBD inset;
}
.rdw-colorpicker-option:hover {
  -webkit-box-shadow: 1px 2px 1px #BFBDBD;
          box-shadow: 1px 2px 1px #BFBDBD;
}
.rdw-colorpicker-option:active {
  -webkit-box-shadow: -1px -2px 1px #BFBDBD;
          box-shadow: -1px -2px 1px #BFBDBD;
}
.rdw-colorpicker-option-active {
  -webkit-box-shadow: 0px 0px 2px 2px #BFBDBD;
          box-shadow: 0px 0px 2px 2px #BFBDBD;
}

.rdw-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-link-dropdown {
  width: 50px;
}
.rdw-link-dropdownOption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-link-dropdownPlaceholder {
  margin-left: 8px;
}
.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-link-modal-label {
  font-size: 15px;
}
.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px;
}
.rdw-link-modal-input:focus {
  outline: none;
}
.rdw-link-modal-buttonsection {
  margin: 0 auto;
}
.rdw-link-modal-target-option {
  margin-bottom: 20px;
}
.rdw-link-modal-target-option > span {
  margin-left: 5px;
}
.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-link-modal-btn:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-link-modal-btn:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-link-modal-btn:focus {
  outline: none !important;
}
.rdw-link-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-link-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-embedded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-embedded-modal-header {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-embedded-modal-link-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-embedded-modal-link-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rdw-embedded-modal-link-input:focus {
  outline: none;
}
.rdw-embedded-modal-btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-embedded-modal-btn:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-embedded-modal-btn:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-embedded-modal-btn:focus {
  outline: none !important;
}
.rdw-embedded-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-embedded-modal-size {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-embedded-modal-size-input:focus {
  outline: none;
}

.rdw-emoji-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rdw-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.rdw-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 3px 3px 5px #BFBDBD;
          box-shadow: 3px 3px 5px #BFBDBD;
}
.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
}
.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7;
}
.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0;
}
.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7;
}
.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.rdw-image-modal-upload-option-label span{
  padding: 0 20px;
}
.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px;
}
.rdw-image-modal-upload-option-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.rdw-image-modal-url-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px;
}
.rdw-image-modal-btn-section {
  margin: 10px auto 0;
}
.rdw-image-modal-url-input:focus {
  outline: none;
}
.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize;
}
.rdw-image-modal-btn:hover {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD;
          box-shadow: 1px 1px 0px #BFBDBD;
}
.rdw-image-modal-btn:active {
  -webkit-box-shadow: 1px 1px 0px #BFBDBD inset;
          box-shadow: 1px 1px 0px #BFBDBD inset;
}
.rdw-image-modal-btn:focus {
  outline: none !important;
}
.rdw-image-modal-btn:disabled {
  background: #ece9e9;
}
.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px;
}
.rdw-image-modal-alt-input:focus {
  outline: none;
}
.rdw-image-modal-alt-lbl {
  font-size: 12px;
}
.rdw-image-modal-size {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
}
.rdw-image-modal-size-input:focus {
  outline: none;
}
.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px;
}

.rdw-remove-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}

.rdw-history-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.rdw-history-dropdownoption {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-history-dropdown {
  width: 50px;
}

.rdw-link-decorator-wrapper {
  position: relative;
}
.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white;
}

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-suggestion-wrapper {
  position: relative;
}
.rdw-suggestion-dropdown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100;
}
.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1;
}
.rdw-suggestion-option-active {
  background-color: #F1F1F1;
}

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px;
}

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100;
}
.rdw-alignment-option-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
.rdw-image-alignment {
  position: relative;
}
.rdw-image-imagewrapper {
  position: relative;
}
.rdw-image-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rdw-image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rdw-image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rdw-image-alignment-options-popup-right {
  right: 0;
}

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.public-DraftStyleDefault-block {
  margin: 1em 0;
}
.rdw-editor-wrapper:focus {
  outline: none;
}
.rdw-editor-wrapper {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px;
}
/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:left;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255, 255, 255, 0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0, 0, 0, 0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:-webkit-grabbing;cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{-ms-touch-action:none;touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;-webkit-transform:translate(0);transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){-webkit-box-shadow:0 0 0 2px rgba(0, 0, 0, .1);box-shadow:0 0 0 2px rgba(0, 0, 0, .1)}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){-webkit-box-shadow:0 0 0 2px ButtonText;box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{-webkit-box-shadow:0 0 2px 2px #0096ff;box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:rgba(0, 0, 0, .05)}.mapboxgl-ctrl-group button:focus:focus-visible{-webkit-box-shadow:0 0 2px 2px #0096ff;box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){-webkit-box-shadow:none;box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{-webkit-animation:mapboxgl-spin 2s linear infinite;animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@-webkit-keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes mapboxgl-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:hsla(0, 0%, 100%, .5);margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;-webkit-box-sizing:content-box;box-sizing:content-box;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:hsla(0, 0%, 100%, .5);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:rgba(0, 0, 0, .05)}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:rgba(0, 0, 0, .75);text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:hsla(0, 0%, 100%, .75);border:2px solid #333;border-top:#333;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:-webkit-box;display:-ms-flexbox;display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.mapboxgl-popup-anchor-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.mapboxgl-popup-anchor-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{-ms-flex-item-align:start;align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{-ms-flex-item-align:end;align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{-ms-flex-item-align:start;align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{-ms-flex-item-align:end;align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{-ms-flex-item-align:center;align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:rgba(0, 0, 0, .05)}.mapboxgl-popup-content{background:#fff;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .1);box-shadow:0 1px 2px rgba(0, 0, 0, .1);padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:-webkit-box;display:-ms-flexbox;display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;-webkit-transition:opacity .2s;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{-webkit-animation:mapboxgl-user-location-dot-pulse 2s infinite;animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, .35);box-shadow:0 0 3px rgba(0, 0, 0, .35);-webkit-box-sizing:border-box;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;-webkit-transform:translateY(-28px) skewY(-20deg);transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;-webkit-transform:translate(7.5px,-28px) skewY(20deg);transform:translate(7.5px,-28px) skewY(20deg)}@-webkit-keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}70%{opacity:0;-webkit-transform:scale(3);transform:scale(3)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}70%{opacity:0;-webkit-transform:scale(3);transform:scale(3)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:rgba(29, 161, 242, 0.2);border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0, 0, 0, .7);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;-webkit-transition:opacity .75s ease-in-out;transition:opacity .75s ease-in-out;-webkit-transition-delay:1s;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.slider-filter {
    margin-bottom: 30px;
    padding: 0 8px;
}
.expandable-filters {
    position: relative;
    margin: 0 10px 10px 10px;
    overflow: hidden;
    background: #fff;
    padding: 6px 10px;
    -webkit-box-shadow: 0 1px 2px #aaa;
            box-shadow: 0 1px 2px #aaa;
}
.filter-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.chips-holder {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.chips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.filter-label {
    font-weight: 600;
    padding-right: 5px;
}
.chip {
    margin: 0 0 0 8px !important;
    background: #fff !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 3px !important;
}
.filter-button {
}
.audit-picture {
    max-width: 100%;
    position: relative;
    margin-top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}
.audit-picture img {
    width: 100%;
}
.audit-picture-comment {
    opacity: 0.7;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.snap-comment {
    background: #000;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.draggable-popup-pos {
    position: absolute;
    right: -20px;
}
.draggable-next-prev {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 10;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}

.picture-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}
.picture-comment {
    background: rgba(0, 0, 0, .5);
    padding: 10px;
}
.audit-picture-holder img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
}
.draggable-holder img {
    max-width: 100%;
    width: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}
.audit-picture-holder.selected {
    border-color: #0a7bfd;
}
.audit-picture-holder {
    cursor: pointer;
    border: 3px solid transparent;
    margin: 10px;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-size: cover;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fake-layer {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
.draggable-controls button {
    position: relative;
    z-index: 9;
}
.draggable-holder {
    width: 500px;

    position: absolute;
    z-index: 15;
    cursor: move;
}
.picture-comment {
    padding: 10px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
}
.draggable-controls {
    background: #0a7bfd;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
}
.selected-pic img {
    width: 90px !important;
    height: 90px !important;
}
.picker-pic.selected-pic {
    width: 96px;
    height: 96px;
    border: 3px solid #0a7bfd;
}
.picture-edit-controls {
    position: fixed;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 50%;
    margin-top: -50px;
}
.pictures-gallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}
.picker-pic {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
    margin: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #333;
}
.horizontal-buttons > div {
    margin: 0 10px;
}
.justify-content-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.room-name {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
.DraftEditor-root .public-DraftStyleDefault-block {
    margin: 0;
}
.my-app-bar {
    width: 100%;
}
.language-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lang-btn {
    color: #ffffff !important;
    margin: 0 4px;
}
.lang-btn.current {
    font-weight: 600;
}
.app-bar-title {
    font-size: 24px;
    margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
    .app-bar-title {
        font-size: 16px;
    }
}
.top-info .label {
    font-weight: bold;
    display: inline-block;
    margin-right: 12px;
}
.top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.document-entry .icon {
    font-size: 24px;
    margin-right: 16px;
}
.document-entry {
    cursor: pointer;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.category-status {
    padding: 10px;
}
.category-status .green,
.category-status .red {
    font-size: 24px;
}
.category-status .approved-by {
    margin-right: 20px;
}
.paper {
    background: #ffffff;
    padding: 16px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
}
.white-box {
    background: #ffffff;
    padding: 16px;
    margin: 16px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);
}
.green {
    color: green;
}
.red {
    color: red;
}
.radio-holder > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.vertical-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.handled-date {
    margin: 0 20px;
}
.bottom-controls {
    margin-bottom: 20px;
}
.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.comments {
    background-color: #ffffff;
}

.comment {
    font-size: 12px;
    padding: 8px 16px;
}

.user-comment > .comment-container {
    padding: 8px 8px 4px 8px;
    border: 3px solid #c0c0c0;
    border-radius: 10px 10px 10px 0;
}

.other-comment > .comment-container {
    color: #ffffff;
    background-color: #398cf6;
    padding: 8px 8px 4px 8px;
    border-radius: 10px 10px 0 10px;
}

.other-comment > .comment-container.seen-message {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.52756 0.42911999999999995 0.04332 0 0 0.12756 0.82912 0.04332 0 0 0.12756 0.42911999999999995 0.44332 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0.6);
            filter: grayscale(0.6);
}

.other-comment > .comment-author {
    text-align: right;
    padding: 4px 8px;
}

.user-comment > .comment-author {
    padding: 4px 8px;
}

.comment-time {
    text-align: right;
}

.comment-form {
    margin-top: 16px;
    padding: 8px 16px;
    border-top: 1px solid #515151;
}

.comment-create {
    padding: 8px;
}
.dle-top-bar {
    background-color: #ededed !important;
}
.correction-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.filter-column {
    margin: 0 20px;
}

.search-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
html,
body {
    background-color: #f0f0f0;
    height: 100%;
}

.App {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-left: 66px;
}

.appBar {
    height: 64px;
    background-color: #e5edff;
}

.App-logo {
    height: 4vmin;
    pointer-events: none;
    padding-top: 5px;
}

.section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: calc(100vh - 8em);
    height: -webkit-calc(100vh - 8em);
}

.nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 10px;
    margin-right: 20px;
}
.menu-item {
    background-color: white;
    margin: 5px;
    padding: 10px;
}
.menu-item.active {
    background-color: #cbd7f3;
}

.content {
    float: none;
    overflow: auto;
    background-color: white;
    width: 70%;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content-section {
    margin: 0px 48px 48px 48px;
}

.header {
    font-size: 26px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.text {
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.extra-space-s {
    padding-bottom: 10px;
}

.extra-space-m {
    padding-bottom: 30px;
}

.extra-space-l {
    padding-bottom: 40px;
}
@media (max-width: 1024px) {
    .section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-top: 0px;
        background-color: white;
    }
    .nav-menu {
        width: 86%;
        margin-left: 48px;
        margin-top: 27px;
        margin-bottom: 11px;
    }
    .content {
        width: 100%;
        height: 100%;
    }
    .content-bottom {
        background-color: #f7faff;
    }
}
.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer {
    margin: 48px;
}

.destination-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
}

.previous-text {
    /*padding-left: 24px;*/
}

.direction {
    margin-bottom: 10px;
}

.step-arrow.left {
    margin-left: -26px;
}

.step-name {
    margin-right: 0.6em;
}
.step-name-left .step-name-right {
    margin-right: 0.6em;
}

.action {
    cursor: pointer;
}
.action:hover {
    color: #1976d2;
}
.destination-step-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
@media (max-width: 1024px) {
    .destination-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .step-arrow.left {
        margin-left: 0;
    }
    .footer {
        margin-left: 48px;
        margin-right: 48px;
        margin-top: 10px;
    }
}
.menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
}
.mobile-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-left: 25px;
}
/*
.nav-menu .MuiSelect-icon {
    display: none;
}*/
.header {
    font-size: 34px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.text {
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.text.extra-space-m {
    padding-bottom: 30px;
}
.selected-kommune {
    margin-right: 20px;
}

.kommune-autocomplete {
    width: 50%;
}
.header {
    font-size: 34px;
}
.complete-button {
    margin-top: 90px;
}
.munici-chips {
    margin-bottom: 30px;
}
.email-setup {
    width: 100%;
    /*width: calc(100vh - 3em);*/
    /*width: -moz-calc(100vh - 3em);*/
    /*width: -webkit-calc(100vh - 3em);*/
}

.setup-header {
    font-size: 1.3em;
}

.card-content .MuiFormControlLabel-label {
    font-weight: bold;
}

.setup-form {
    /* margin-left: 20px;*/
}

.formcontrol {
    width: 78%;
}

.card {
    width: 100%;
    margin: 10px;
}

.card-content {
    padding: 10px;
}
.describe {
    font-size: 0.8em;
}

.email-setup.outgoing {
    margin-top: 30px;
    /*  width: 548px;*/
}
.email-login {
    margin-bottom: 10px;
    width: 61%;
}
.email-textField {
    width: 78%;
}
.content {
    width: 100%;
}
.header {
    font-size: 34px;
}
.complete-button {
    margin-top: 90px;
}
.email-help-info {
    margin-top: 33px;
    margin-bottom: 33px;
}
.email-table {
    margin-top: 31px;
    margin-bottom: 21px;
}
.invalid-graphapi {
    margin-top: 10px;
    color: red;
}
.field-input {
    width: 390px;
}
.header {
    font-size: 34px;
}
.link {
    margin-bottom: 20px;
}
.header {
    font-size: 34px;
}
/*#logo-upload-input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}*/

#upload-btn {
    margin-top: 30px;
}

#upload-file-input-invisibility {
    visibility: hidden;
}

.upload-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.label-group {
    border-bottom: solid 1px gray;
    padding-bottom: 2px;
    width: 40%;
}
.logo-name-wrapper {
    width: 37%;
}

#fileInputLabel {
    color: gray;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#file-icon {
}
.error-text {
    font-style: italic;
    color: red;
    margin-top: 10px;
}
.header {
    font-size: 34px;
}
.logo-name-wrapper {
    margin-top: 20px;
}
.logo-image {
    margin-top: 20px;
    margin-left: 2px;
}
.intro-info {
    margin-bottom: 34px;
    font-size: 15px;
}
.upload-info {
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 15px;
}
.info {
    font-size: 14px;
}
.divider {
    margin-top: 80px;
    margin-bottom: 20px;
}
.cubit-forms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-left > div {
    max-width: 100%;
}
.form-right {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    margin: 20px;
    padding: 15px;
    outline: 1px solid gray;
}
@media (max-width: 1206px) {
    .cubit-forms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form-right {
        margin: 20px 0;
    }
}
.form-lists {
    margin-bottom: 18px;
    font-size: 14px;
}
.form-name {
    font-size: 13px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.form-item-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}
.form-url {
    /* margin-left: 30px;
    margin-right: auto;*/
    font-size: 13px;
    color: gray;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin: 0 10px;
}
.file-copy-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}
.logo-name-wrapper,
.label-group {
    width: 80%;
}
.booking-portal-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.complete-button {
    margin-top: 90px;
}
.logo-image {
    margin-top: 20px;
    margin-left: 2px;
    width: 60px;
}
.svg-img {
    max-width: 100%;
    height: auto;
}
.information-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*    margin-bottom: 40px;*/
}

/*.contact-info {
!*    margin-bottom: 40px;*!
}*/
.address-input {
    margin-right: 30px !important;
}
.gi-input {
    width: 410px;
    margin-bottom: 10px !important;
}

.orgnr-autocomplete {
    width: 410px;
}
.header {
    font-size: 34px;
}
.error-text {
    font-style: italic;
    color: red;
    margin-top: 10px;
    margin-bottom: 10px;
}
.complete-button {
    margin-top: 90px;
}
.alert-content {
    padding-top: 16px;
    /*margin-left: 47px;
    max-width: 400px;*/
    width: 84%;
    margin-left: 7%;
}

.information-status {
    height: 80px;
}
.snackbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    margin: 10px !important;
    border-radius: 5px;
}
.snackbar-success {
    background: #43a047 !important;
}
.snackbar-error {
    background: #d0021b !important;
}
.global-loader {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.loader-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.loader-message {
    display: inline-block;
    margin-right: 20px;
}

/* Override default control style */
.mapbox-gl-draw_ctrl-bottom-left,
.mapbox-gl-draw_ctrl-top-left {
  margin-left:0;
  border-radius:0 4px 4px 0;
}
.mapbox-gl-draw_ctrl-top-right,
.mapbox-gl-draw_ctrl-bottom-right {
  margin-right:0;
  border-radius:4px 0 0 4px;
}

.mapbox-gl-draw_ctrl-draw-btn {
  border-color:rgba(0, 0, 0, .9);
  color:rgba(255, 255, 255, .5);
  width:30px;
  height:30px;
}

.mapbox-gl-draw_ctrl-draw-btn.active,
.mapbox-gl-draw_ctrl-draw-btn.active:hover {
  background-color:rgba(0, 0, 0, .05);
}
.mapbox-gl-draw_ctrl-draw-btn {
  background-repeat: no-repeat;
  background-position: center;
}

.mapbox-gl-draw_point {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>');
}
.mapbox-gl-draw_polygon {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>');
}
.mapbox-gl-draw_line {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>');
}
.mapbox-gl-draw_trash {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>');
}
.mapbox-gl-draw_uncombine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>');
}
.mapbox-gl-draw_combine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>');
}

.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: pointer;
}
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: crosshair;
}
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -webkit-grab;
}
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: cell;
}
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-static.mouse-pointer  .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -webkit-grab;
}

.mapbox-gl-draw_boxselect {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .1);
    border: 2px dotted #fff;
    opacity: 0.5;
}
.timeLine-side-main {
    min-width: 326px !important;
}
.newcasecontainer {
    position: relative;
    float: right;
}

.newcasemenu {
    position: absolute;
    background-color: #ccc;
    width: 100%;
    -webkit-box-shadow: 0 2px 4px #999;
            box-shadow: 0 2px 4px #999;
    border-radius: 0 0 5px 5px;
    z-index: 1000;
    overflow: hidden;
}

.newcasemenu div {
    text-align: center;
    padding: 10px;
    background-color: white;
    margin-bottom: 1px;
    cursor: pointer;
}
.action-search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.correction-summary-padding {
    margin-right: 16px;
}

.correction-summary-padding > div:first-of-type {
    padding-bottom: 8px;
}
.sub-step {
    background: #fff;
    padding: 0 16px 10px 25px;
    margin-top: -5px;
    color: #444;
    font-size: 14px;
}
.correction-buttons {
    margin-bottom: 16px;
}

.correction-buttons .padding-right {
    margin: 0 16px;
}

.errors-header {
    padding: 0 32px;
}

.grow-1fr {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
}

.grow-2fr {
    -webkit-box-flex: 2;
        -ms-flex: 2 1 0px;
            flex: 2 1 0;
}

.grow-3fr {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 0px;
            flex: 3 1 0;
}

.grow-4fr {
    -webkit-box-flex: 4;
        -ms-flex: 4 1 0px;
            flex: 4 1 0;
}

.grow-50px {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
}

.separator {
    height: 1px;
    margin: 16px -16px;
    background-color: #6b6b6b;
}

.errors-header-row {
    padding-bottom: 16px;
}

.errors-row {
    border-top: 1px solid #6b6b6b;
    margin: 0 -16px;
    padding: 16px;
}

.errors-row.readonly {
    background-color: #fafafa;
}

.error-row-padding {
    padding-bottom: 8px;
}

.empty-separator {
    height: 32px;
    width: 100%;
}

.disabled {
    background-color: #fafafa;
    margin-left: -16px;
    padding-left: 16px;
    margin-right: -16px;
    padding-right: 16px;
}
