@font-face {
    font-family: "Futura";
    src: url("/fonts/futurabold.eot");
    src: url("/fonts/futurabold.eot?#iefix") format("embedded-opentype"),
        url("/fonts/futurabold.woff2") format("woff2"),
        url("/fonts/futurabold.woff") format("woff"),
        url("/fonts/futurabold.ttf") format("truetype"),
        url("/fonts/futurabold.svg") format("svg");
    font-weight: bold;
}

html, body{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
}
form {
    padding: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

div {
    box-sizing:border-box;
    margin: 0px;
}

div.bottom {
    width: 305px;
    margin-left: auto;
    margin-right: auto;
    /* padding: 35px;*/
    text-align: center;

}

@media screen and (min-width: 560px) {  
    div.topbackground{
        /*height: 473px;     */
        height: 60%;
        background-color: #1f2f40;
    }
    div.topbackgroundmain{
        /*height: 473px;     */
        height: 60%;
        background-color: #1f2f40;
    }
    div.top {
        /*width: 305px;*/
        /*padding-top: 15vw;*/
        margin: auto;
        text-align: center;
    }
    div.topline {
        height: 24px;
        padding: 2%;
    }
    div.topmain{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    div.toplinemain {
        height: 24px;
        padding: 2%;
        padding-bottom: 3%;
    }
    .paneltext {
        width: 60%;
        margin: auto;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }
}

@media screen and (max-width: 560px) { 
    div.topbackground{
        height: 80%;
        background-color: #1f2f40;
    }
    div.topbackgroundmain{
        /*height: 473px;     */
        height: 80%;
        background-color: #1f2f40;
    }
    div.top {
        width: 305px;
        margin: auto;
        text-align: center;
    }
    div.topline {
        height: 24px;
        padding-top: 10%;        
    }
    div.topmain{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    div.toplinemain {
        height: 24px;
        padding: 2%;
        padding-bottom: 8%;
    }
    .paneltext {
        width: 100%;
        margin: auto;
        font-family: Arial;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }
}  

#iicon {
    float: left;
}

#remkaicon {
    margin-top: -7px;
}
#remkaiconadmin {
    padding-top: 9px;
}

#exiticon {
    float: right;
    margin-bottom: -2px;
}

div.topcontainer {
    width: 305px;
    height: 449px;
    margin: auto;
    white-space: nowrap;
    word-spacing: 0px;
}

/*div.topcontainer:after{
    display: inline-block;
    width: 0px;
    height: 449px;
    vertical-align: middle;
    content: "";
}*/

div.topcontent {
    width: 100%;
    vertical-align: middle;
    text-align: left;
}

div.userform {
    width: 100%;
    border-spacing: 0px;
    padding-top: 30%;
}

div.messageLine {
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #549ce5;
}

div.userform input{
    display: block;
    width: 100%;  
    height: 54px;
    border-width: 0px;
    border-radius: 8px;
    background-color: #f0f0f0;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000000;
}

div.userform label {
    display: block;
    width: 72px;
    height: 17px;
    margin-top: 24px;
    margin-bottom: 7px;
    opacity: 0.59;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
}

div.bottom {
    min-height: 194px;
    padding: 35px;
    /*background-color: #ffffff;*/
}

div.bottom button {
    display: block;
    width: 100%;
    height: 54px;
    box-sizing:border-box;
    margin: 0px;
    border: none;
    border-width: 0px;
    border-radius: 27px;
    line-height: 54px;
    background-color: #1085FF; 
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Arial;
    font-weight: bolder;
    font-size: 14px;    
}

.RectangleOut {
    width: 192px;
    height: 192px;
    padding-top: 14.5px;
    border-radius: 107.6px;
    margin: auto;
}
.RectangleIn {
    width: 163px;
    height: 163px;
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */
    margin: auto;
    border-radius: 81.5px;
}

.icon {
    width: 72px;
    height: 83px;
}
div.activityText{
    width: 100%;
    padding: 2%;
    padding-bottom: 1%;
    margin: auto;
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
}

.decoding-disk {
    width: 303px;
    height: 54px;
    display: flex;
    flex-wrap: wrap; /* optional. only if you want the items to wrap */
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */
    border-radius: 31px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #000000;
    margin: auto;
}
.reboot {
    width: 303px;
    height: 54px;
    border-radius: 31px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #000000;
    margin: auto;
}

a {
    text-decoration: none;
}

.bottomMainRectangle {
    height: 60px;
    padding: 5%;
    display: flex;
    flex-wrap: wrap; /* optional. only if you want the items to wrap */
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */
}

.alarmMe {
    width: 119px;
    height: 54px;
    border-radius: 31px;
    background-color: #1f2f40;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;


}
.alarmAll {
    width: 119px;
    height: 54px;
    border-radius: 31px;
    background-color: #1f2f40;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
}

.ui-panel 
{
    width: 100%;
    height: 20%;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

#aboutpanel 
{
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.menubutton{
    padding-top: 20px;
}

div.topbackgroundabout{
    min-height: 100vh;
    background-color: #1f2f40;
}

div.topmainpage{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}

h3{
    text-align: center;
}

h2{
    text-align: center;
}

div.userformchngpas input{
    display: block;
    width: 100%;  
    height: 54px;
    border-width: 0px;
    border-radius: 8px;
    background-color: #f0f0f0;
    font-size: 23px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #000000;
}

div.userformchngpas label {
    display: block;
    width: 100%;
    height: 17px;
    margin-top: 24px;
    margin-bottom: 7px;
    opacity: 0.59;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
}

div.userformchngpas {
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}

div.userformchngpas table {
    margin: auto;
}

div.userformchngpas p {
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #549ce5;
}

div.userformchngpas button{
    width: 303px;
    height: 54px;
    display: flex;
    flex-wrap: wrap; /* optional. only if you want the items to wrap */
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */
    border-radius: 31px;
    background-color: #1085ff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #ffffff;
    margin: auto;
}

.toplineadmin{
    height: 24px;
    padding: 2%;
    padding-bottom: 3%;
}

.newuser{
    width: 203px;
    height: 40px;
    border-radius: 27px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #090909;
}

.remkaiconadmin{
    margin-top: 0px;
}

.ui-inputswitch{
    width: 55px !important;
    height: 28px !important;
    padding-top: 1px;
    object-fit: contain;
    border-radius: 17.9px;
    background-color: #d8d8d8;
}

div.ui-inputswitch-off{
    height: 30px !important; 
    padding-top: 0px !important;
}

div.ui-inputswitch-on{
    height: 30px !important; 
    padding-top: 0px !important;
}

.ui-inputswitch-off span{
    padding-left: 0px !important; 
    padding-right: 0px !important; 
    padding-top: 25px; /* Высота изображения */
    height: 1px; /* Нулевая высота заголовка */
    width: 28px !important;
    overflow: hidden; /* Скрывает область */
    background: url(/images/switch_1.svg) no-repeat; /* Фоновый рисунок для замены текста */
    text-align: center;
}

.ui-inputswitch-on span{
    padding-left: 0px !important; 
    padding-right: 0px !important; 
    padding-top: 25px; /* Высота изображения */
    height: 1px; /* Нулевая высота заголовка */
    width: 24px;
    overflow: hidden; /* Скрывает область */
    background: url(/images/switch_2.svg) no-repeat; /* Фоновый рисунок для замены текста */
    text-align: center;
}

.alarmswitch {
    width: 131px;
    height: 17px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
}

div.wrapper {
    width:450px;
    padding-top: 22px;
}

div.left_block {
    float:left;
    width:200px;
    padding-left: 40px;
    padding-top: 4px;
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #ffffff;
}

div.right_block {
    float:right;
    width:200px;
}

.ui-dialog .ui-dialog-content{
    width: 494px !important;
    height: 598px !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    background-color: #ffffff !important;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
}

.ui-selectonemenu-panel .ui-selectonemenu-list{
    background-color: beige;  
}

.ui-button{
    background-color: beige;  
}

.textdialog{
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: cadetblue;
}

.ui-draggable .ui-dialog-titlebar{
    width: 494px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    background-color: #ffffff !important;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: left;
    color: #000000;
}

.ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield{
    width: 300px !important;
    height: 40px !important;
    border-radius: 2px !important;
    background-color: #f0f0f0 !important;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th, ui-datatable span{
    border-style: none !important;
    text-align: left !important;
    text-align: left !important;
    font-family: Arial !important;
    font-size: 16px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: 0.2px !important;
    text-align: left !important;
    color: #ffffff !important
}



.ui-datatable thead {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
    text-align: left !important;
}