﻿body {
}

.table_button {
    padding: 1px 0px;
    min-width: 1px;
    min-height: 1px;
    height: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
}

.table_button_ico {
    font-size: 18px;
    padding: 1px;
}


@font-face {
    font-family: 'darkwoman';
    src: url(/css/Darkwoman.woff2) format('woff2');
}
 
@font-face {
    font-family: 'the quironax regular';
    src: url('../font/the quironax regular.otf') format('opentype');
}

.cPhoneIcon {
    animation: wiggle 2s linear infinite;
}

@keyframes apartmenttitle {


    from {
        left: 0px;
    }

    to {
        left: 30px;
    }
}

@keyframes wiggle {

    0%, 7% {
        transform: rotateZ(0);
    }

    15% {
        transform: rotateZ(-15deg);
    }

    20% {
        transform: rotateZ(10deg);
    }

    25% {
        transform: rotateZ(-10deg);
    }

    30% {
        transform: rotateZ(6deg);
    }

    35% {
        transform: rotateZ(-4deg);
    }

    40%, 100% {
        transform: rotateZ(0);
    }
}


.cPhoneIcon {
    height: 7em;
    width: 7em;
    background: transparent;
    border-radius: 30px;
    transform-origin: 50% 5em;
}

.qr-code-text {
    text-align: center;
    color: red;
    font-size: 20px;
    font-family: sans-serif;
}

.qr-code-text-header {
    margin-bottom: 11.5px;
    margin-top: 3px
}

.qr-code-text-footer {
    margin-top: 14.5px;
}

.qr-code-image {
    width: 152px;
    height: 152px;
}

.qr-code-div {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-right: 0px;
}

.qr-code-table-cell {
    min-width: 242px;
    text-align: center;
    border-left: 1px solid;
    border-color: #5acaf4;
}

.qr-code-table {
    border-spacing: 0px;
    margin-top: -1px;
    border: 1px solid;
    border-color: #5acaf4;
}


.mbgIcon > div.mud-list-item-icon
{
    min-width:30px;
}
 