.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;
}
.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;
    }
}
.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);
    }
}
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;
}
.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;
}
.drawer a {
    text-decoration: none;
}
.drawer-paper,
.drawer {
    width: 250px !important;
}
.app-logo {
    font-size: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 10px 10px 24px;
}
.app-logo svg {
    margin-right: 10px;
}
.menu-item-badge {
    padding-right: 16px;
}
.active .menu-item-text,
.active .menu-item-badge {
    color: #0a7bfd;
}
.active .menu-item-text.red,
.menu-item-text.red {
    color: red;
}
.active .menu-item-badge.red,
.menu-item-badge.red {
    color: red;
}
.active .menu-item {
    border-right: 4px solid #0a7bfd;
    background: #fefefe;
}
.active .menu-item-icon {
    color: #0a7bfd;
}
.menu-item-badge {
    right: 10px !important;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif !important;
    background-color: #f0f0f0;
    -webkit-tap-highlight-color: transparent;
}

.hidden {
    display: none;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

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

.item-right {
    margin-left: auto;
}

.see-report {
    cursor: pointer;
    text-align: right;
    font-size: medium;
}
.see-report:hover {
    text-decoration: underline;
}
.see-report .fa {
    font-size: xx-large;
    margin-right: 10px;
    margin-bottom: 5px;
}

.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-v-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.flex-h-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.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);
}

.padding-all {
    padding: 8px;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.full-height {
    height: 100%;
}
.radio-holder .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.my-table-header-row th {
    color: #000 !important;
    font-weight: bold;
    font-size: 15px;
}
.my-table-wrapper {
    overflow-x: auto;
}
.my-table-wrapper-fixed-header {
    overflow-x: auto;
    max-height: 60vh;
}
.my-table-wrapper-fixed-header::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    border-radius: 8px;
    background-color: #f5f5f5;
}

.my-table-wrapper-fixed-header::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.my-table-wrapper-fixed-header::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
    background-color: #555;
}
.my-table {
    min-width: 500px;
}
.bottom-controls.centered {
    margin: 24px auto 0;
    text-align: center;
}
.bottom-controls {
    margin: 24px 0 0;
}
.bottom-controls button {
    margin-right: 16px;
}
.my-table .no-border td {
    border-bottom: none;
}
.container {
    padding: 16px;
    margin: 16px;
}
.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;
}
.color-error {
    color: #ff0000;
}
.clickable-row {
    cursor: pointer;
}
.no-decoration {
    text-decoration: none;
}
.vertical-flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.show-mobile {
    display: none;
}
.mobile-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media only screen and (max-width: 1024px) {
    .container .comments {
        max-width: inherit;
    }
    .mobile-hidden {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .mobile-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .mobile-row.item-right {
        margin-left: 0;
    }
    .errors-row {
        padding-bottom: 0;
    }
    .container {
        margin: 0;
    }
    .mobile-row.grow-50px {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
    .mobile-vertical {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mobile-row {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .mobile-flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .correction-summary-padding > div:first-of-type {
        padding-bottom: 0;
    }
    .correction-buttons .item-right {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .correction-buttons .item-right button {
        margin-bottom: 16px;
    }
}
.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;
}
.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;
}
.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;
    }
}
.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;
}
.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;
}
.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;
}
.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;
    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;
}
.document-entry .timestamp {
    margin-right: 8px;
}
.category-status {
    padding: 10px;
}
.category-status .green,
.category-status .red {
    font-size: 24px;
}
.category-status .approved-by {
    margin-right: 20px;
}
.paper.document-entry {
}
.green {
    color: green;
}
.red {
    color: red;
}
.category-comment {
    margin: 0 16px;
}
.step-2.is-completed svg {
    color: green;
}
.step-2.is-completed.rejected svg {
    color: red;
}
.container .paper {
    margin: 16px 0;
}
.box-label,
.box-badge {
    font-size: 18px;
    font-weight: bold;
}
.secondary {
    font-size: 16px;
    color: #bababa;
    margin-top: 10px;
}
.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;
}
.my-form-field {
    margin-bottom: 24px;
    width: 100%;
    max-width: 400px;
}
.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;
}
