﻿body {

    background: #efefef;
    font-family: 'Open Sans', "Helvetica Neue", sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
}

h3 {
    font-size: 24px;
}

h5 {
    font-size: 14px;
}

p, span, div, p, a {
    color: #444;
}

svg {
    fill: #444;
}

a {
    text-decoration: none;
}

input {
    filter: none;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 50px #FFF inset !important;
        content: "\feff";
    }

    input:-moz-autofill,
    input:-moz-autofill:hover,
    input:-moz-autofill:focus,
    input:-moz-autofill:active {
        -moz-box-shadow: 0 0 0 50px #FFF inset !important;
        content: "\feff";
    }

.page-panel {
    height: 100%;
    width: 100%;
    display: inline-table;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.content-page-panel {
    height: 100%;
    display: table;
    margin: auto;
}

    .content-page-panel > div {
        display: table-cell;
        vertical-align: middle;
    }

    .content-page-panel .logo-cell {
        min-width: 310px;
        text-align: center;
    }

        .content-page-panel .logo-cell img {
            margin-right: 30px;
        }

    .content-page-panel .login-form-cell {
        width: 327px;
    }

    .content-page-panel .login-form {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
        padding: 15px;
        margin-bottom: 20px;
    }

.invite-complete-content-page-panel {
    height: 100%;
    width: 100%;
    display: table;
    margin: auto;
}

    .invite-complete-content-page-panel > div {
        display: table-cell;
        vertical-align: middle;
    }

    .invite-complete-content-page-panel .logo-cell {
        padding: 40px 80px;
    }

        .invite-complete-content-page-panel .logo-cell img {
            position: absolute;
            top: 40px;
        }

        .invite-complete-content-page-panel .logo-cell .big-title {
            color: #1F4E79;
            font-size: 50px;
            margin: 0 0 10px;
        }

        .invite-complete-content-page-panel .logo-cell h4 {
            font-size: 18px;
            margin: 10px 0;
        }

    .invite-complete-content-page-panel .login-form-cell {
        width: 35%;
        background-color: #fff;
    }

        .invite-complete-content-page-panel .login-form-cell .login-form {
            max-width: 400px;
            display: block;
            margin: auto;
        }

.login-form .form-header {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

    .login-form .form-header .account-name {
        margin: 3px 0 0;
        font-size: 20px;
        text-transform: uppercase;
    }

.login-form .static-error-notification {
    background-color: #ffe8e8;
    border: 1px solid #d8232b;
    padding: 10px;
    margin-bottom: 20px;
}

.login-form .form-group {
    display: inline-flex;
    width: 100%;
    padding: 10px 0 30px;
}

    .login-form .form-group .input-underline {
        border-color: rgba(0,0,0,.12);
    }

    .login-form .form-group .input-underline {
        position: absolute;
        width: calc(100% - 10px);
        margin-top: -1px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .login-form .form-group > div {
        padding: 0;
    }


    .login-form .form-group .form-group-input-field {
        width: 100%;
        margin-left: 7.5px;
        position: relative;
    }

    .login-form .form-group .form-group-input-field-placeholder {
        position: absolute;
        font-family: Arial, serif;
        color: rgba(0, 0, 0, 0.38);
        font-weight: 700;
        left: 0;
        top: -16px;
        width: 100%;
        padding-top: 16px;
        overflow: hidden;
        line-height: 24px;
        pointer-events: none;
        transition: transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
        -webkit-transition: transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),width .4s cubic-bezier(.25,.8,.25,1);
    }

        .login-form .form-group .form-group-input-field-placeholder .placeholder-required {
            color: #444 !important;
        }

    .login-form .form-group .form-group-input-field .error-msg {
        color: #E32B2C;
        font-family: Arial, serif;
        font-size: 10.5px;
        position: absolute;
        left: 0;
        top: 30px;
    }

    .login-form .form-group input[type="text"], .login-form .form-group input[type="password"] {
        border: none;
        outline: none;
        font-family: Roboto, sans-serif;
        font-size: 14px;
        height: 24px;
        width: calc(100% - 10px);
    }

    .login-form .form-group .btn.btn-primary {
        border: none;
        outline: none;
        font-family: "Open Sans", sans-serif;
        line-height: 20px;
        border-radius: 25px;
        padding: 6px 12px;
        background-color: #ffcc00;
        color: #fff;
        font-size: 14px;
        min-width: 100px;
        min-height: 34px;
    }

    .login-form .form-group.form-group-button-field {
        display: block;
        overflow-y: hidden;
        padding-bottom: 20px;
    }

        .login-form .form-group.form-group-button-field .forget-password {
            float: left;
            padding: 6px 0;
            font-size: 14px;
        }

        .login-form .form-group.form-group-button-field button {
            float: right;
            margin-right: 10px;
            cursor: pointer;
        }

.tenant-item {
    clear: both;
    padding: 20px;
    overflow-y: hidden;
    cursor: pointer;
    padding-right: 25px;
}

    .tenant-item .tenant-item-logo {
        float: left;
        width: 100px;
        height: 40px;
        margin-top: 8px;
    }

        .tenant-item .tenant-item-logo img {
            width: 100%;
        }

    .tenant-item .tenant-item-info {
        float: right;
        width: calc(100% - 120px);
        margin-left: 20px;
    }

        .tenant-item .tenant-item-info .tenant-item-info-name-group {
            display: flex;
        }

            .tenant-item .tenant-item-info .tenant-item-info-name-group svg {
                height: 24px;
            }


            .tenant-item .tenant-item-info .tenant-item-info-name-group .tenant-item-tenancy {
                margin: 0;
                display: inline-block;
                text-transform: uppercase;
                font-weight: bold;
                line-height: 24px;
            }

            .tenant-item .tenant-item-info .tenant-item-info-name-group ~ p {
                margin: 0;
                word-wrap: break-word;
            }

        .tenant-item .tenant-item-info .tenant-item-inactived-tenancy,
        .tenant-item .tenant-item-info .tenant-item-default-tenancy {
            height: 24px;
            margin-left: 5px;
        }

            .tenant-item .tenant-item-info .tenant-item-default-tenancy svg {
                fill: #71d545;
            }

            .tenant-item .tenant-item-info .tenant-item-inactived-tenancy svg {
                fill: #e32b2c;
            }

        .tenant-item .tenant-item-info .error-message-deactived {
            color: #e32b2c;
            font-weight: 700;
        }

.checkbox {
    clear: both;
    cursor: pointer;
    display: flex;
    margin: 0 25px 0 17px;
    height: 26px;
}

    .checkbox > * {
        cursor: pointer;
    }

    .checkbox svg {
        height: 100%;
    }

    .checkbox label {
        line-height: 24px;
    }

    .checkbox .checkbox-is-set-default-tenant, .checkbox .checkbox-is-not-set-default-tenant {
        margin-right: 9px;
    }

        .checkbox .checkbox-is-set-default-tenant > svg {
            fill: #ffcc00;
        }

        .checkbox .checkbox-is-not-set-default-tenant > svg {
            fill: #444;
        }

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

    .modal .modal-content {
        background-color: #fefefe;
        border-radius: 5px;
        border: 1px solid #888;
        width: 550px;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translateY(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .modal .modal-content .message-dialog {
            padding: 7.5px 17.5px 17.5px 17.5px;
            overflow-y: hidden;
            overflow-x: hidden;
        }

        .modal .modal-content p.title {
            font-family: 'Roboto', sans-serif;
            color: #000000;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .modal .modal-content span.message {
            font-family: 'Open Sans', sans-serif;
            color: rgb(128, 128, 128);
            font-size: 14px;
        }

        .modal .modal-content div.actions {
            text-align: right;
            margin-top: 20px;
        }

        .modal .modal-content .btn.btn-warning-type.btn-ok.mat-button {
            background-color: #ffc000;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            border-radius: 25px !important;
            overflow: hidden;
            box-sizing: border-box;
            position: relative;
            cursor: pointer;
            user-select: none;
            outline: none;
            border: none;
            display: inline-block;
            white-space: nowrap;
            text-decoration: none;
            vertical-align: baseline;
            font-family: 'Roboto', sans-serif;
            text-align: center;
            margin: 0;
            min-width: 88px;
            line-height: 36px;
            padding: 0 16px;
        }
