.home-button{
    max-width: 320px;
    margin: auto;
}


.camera {
    width: calc(100% - 10px);
    height: auto;
    position: absolute;
    top: 5px;
    left: 5px;
}

.active{
    display: block;
}

.inactive{
    display: none;
}

.custom-dialog
{
    width: 90%;
    left: 5%;
    margin-left: 0;
}

.device{
    background-color: #00adff;
    border-radius: 5px;
}

.device.disable {
    background-color: #b5e7ff;
    border-radius: 5px;
}

.invoice-header
{
    font-weight: bold;
}

.page {
    //background: url("https://app.postirai.ru/pages/images/fone.png") no-repeat center center fixed !important;
    //background-size: cover !important;
}

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    background: #ffffff;
    z-index: 9999;
}

#splash {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}