body {
    padding-top: 20px;
}

#main-logo {
    padding-bottom: 20px;
}

.info-widget {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 30%;
}

.file-input-wrapper {
    overflow: hidden;
    position: relative;
}

.file-input-wrapper input[type="file"] {
    font-size: 200px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    padding-top: 50px;
    width: 100%
}

.file-input-wrapper .btn-file-input {
    display: inline-block;
    /*width:   200px;*/
    /*height:  50px;*/
}

#div-add-firmware-alert,
#div-add-rf-firmware-alert,
#div-add-device-alert,
#div-add-devices-alert,
#div-upload-rf-firmwares-list-alert {
    display: none;
}

.btn-next-rf-firmware,
.btn-next-firmware {
    width: 50px;
}

.lds-ellipsis {
    display: none;
    /*display: inline-block;*/
    position: relative;
    width: 64px;
    height: 25px;
}

.lds-ellipsis div {
    position: absolute;
    top: 11px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #3ab54a;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

.logout {
    float: right;
    top: 15px;
    position: relative;
}

.message-box {
    text-align: center;
}

.field {
    margin: 10px;
}


.title {
    margin: 10px 0px 20px 10px
}

#error-message {
    color: #E91E63;
    display: block;
    margin: 10px;
    font-size: large;
    max-width: fit-content;
}

.display-none {
    display: none;
}
.display-initial {
    display: initial;
}
/*table {*/
/*width: 100%;*/
/*}*/

/*thead, tbody, tr, td, th { display: block; }*/

/*tr:after {*/
/*content: ' ';*/
/*display: block;*/
/*visibility: hidden;*/
/*clear: both;*/
/*}*/

/*thead th {*/
/*height: 30px;*/
/*!*text-align: left;*!*/
/*}*/

/*tbody {*/
/*height: 600px;*/
/*overflow-y: auto;*/
/*}*/

/*thead {*/
/*!* fallback *!*/
/*}*/

/*tbody td:nth-child(1), thead th:nth-child(1) {*/
/*width: 3%;*/
/*}*/

/*tbody td:nth-last-child, thead th:nth-last-child{*/
/*width: 5%;*/
/*}*/

/*tbody td, thead th {*/
/*width: 10.5%;*/
/*float: left;*/
/*}*/