body {
    background: #fff;
    /*noinspection CssNoGenericFontName*/
    font-family: Tahoma;
    color: #333;
    width: 100%;
    height: 100%;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

select {
    height: 26px;
    line-height: 26px;
}

input[type=checkbox] {
    width: auto;
}

.toggle {
    width: 59px !important;
}

#user-add-form .toggle {
    width: 140px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.crud-with-toggle .toggle {
    width: 34% !important;

    display: inline-block;
    border-radius: 0;
}

.toggle-group label {
    line-height: inherit !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #444;
}

.table > thead > tr > th {
    border-bottom: 2px solid #444;
    margin-bottom: 10px;
}

.crud-list {
    margin-bottom: 1px;
}

.notifier-msg {
    z-index: 9999
}

.unavailable-icon {
    margin-top: 50%;
    font-size: 160px;
    margin-bottom: 40px;
    opacity: 0.5;
}

.unavailable-info {
    margin-bottom: 30px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.default-radius {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px !important;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.inline-form-control {
    width: 50% !important;
}

.inline-form-control-fill-div10 {
    width: 90% !important;
}

.inline-form-control-div10 {
    width: 10% !important;
}

.inline-form-control-div5 {
    width: 20% !important;
}

.inline-form-control-div4 {
    width: 25% !important;
}

.inline-form-control-div3 {
    width: 33% !important;
}

.successful-icon,
.error-icon {
    margin-top: 50%;
    font-size: 160px;
    margin-bottom: 40px;
    opacity: 0.5;
    color: #5cb85c;
}

.error-icon {
    color: #d9534f;
}

.button-holder * {
    margin-top: 15px;
}

.success-color {
    color: #5cb85c;
}

.error-color {
    color: #d9534f;
}

.small-form-controll {
    max-width: 200px;
    margin: 0 auto 6px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: inherit;
}

.btn-firmware {
    float: right;
    margin-top: 30px;
}

div.firmware {
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 25px;
}

div.firmware h1 {
    text-align: center;
    cursor: pointer;
}

.stable-firmware {
    color: #4cae4c;
}

.stable-firmware:after {
    content: '';
    display: block;
    border-bottom: 1px solid #E1E1E1;
    width: 40%;
    margin: 0 auto;
    margin-top: 10px;
}

.firmware-info tr td:nth-child(2) {
    font-weight: bold;
}

.firmware-info tr td:first-child {
    text-align: right;
    font-weight: normal;
    padding-right: 10px;
}

.rollback {
    display: inline-block;
    border: none;
    line-height: 15px;
    height: 17px;
    padding: 0;
    font-size: smaller;
    width: 74px;
    margin-left: 22px;
    font-weight: normal;
}

.sticker-to-device {
    width: 220px;
    height: 108px;
    border: 1px solid #000000;
    text-align: justify;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
    margin: 0 auto 14px;
    overflow: hidden;
}

.sticker-to-device #qrcode {
    float: left;
    width: 53px;
    height: 53px;
    margin: 2px 5px 0 0;
}

.sticker-to-device #qrcode {
    width: 53px !important;
    height: 53px !important;
}

.form-home {
    width: 50%;
    margin: 0 auto;
}

.form-home tr {
    line-height: 40px;
}

.form-home tr td:first-child {
    font-weight: bold;
    width: 200px;
}

#manage-device-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 40px 0 0 0;
    overflow: hidden;
    z-index: 999999;
}

#manage-device-header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    border-bottom: 1px solid #333;
}

#manage-device-title {
    display: block;
    font-size: 20px;
    margin: 5px 0 0 15px;
}

#close-iframe {
    position: absolute;
    top: 0;
    right: 20px;
    color: red;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer
}

#manage-device {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0;
}
