﻿.center-center {
    font-size: 14px;
    color: inherit;
}

.logo {
    margin-top: 30px;
}

.sidebar {
    width: 170px;
    position: absolute;
}

.device-toolbar:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.toolbar-item {
    width: 170px;
    height: 85px;
    margin-bottom: 20px;
}

.deploy-popup {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    background-color: black;
    background: rgba(0,0,0,0.74);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.deploy-popup-content {
    position: relative;
    background-color: white;
    margin: 13% auto auto auto;
    width: 625px;
    height: auto;
    padding-bottom: 30px;
}

.deploy-popup-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: black;
}

.deploy-popup-text {
    line-height: 1.5;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 13px;
    color: #5F5F5F;
}

.deploy-popup-button-close-container {
    margin-top: 60px;
}

.deploy-popup-button-close {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.deploy-popup-close {
    text-align: right;
}

.deploy-popup-image-container {
    text-align: center;
}

.deploy-popup-reference {
    color: #008dbc;
}

.qr-code-container {
    margin-left: 10px;
}

.device-options-toolbar-view-settings {
    padding-bottom: 80px;
}

.toolbar-item:hover {
    background-color: #FF502B;
}

.toolbar-item.active {
    color: inherit;
    background-color: #F3F3F3;
}

.body-toolbar {
    position: absolute;
    bottom: 0;
}

.device-toolbar {
    position: static;
    margin-bottom: 50px;
}

.device-options-toolbar {
    position: static;
}

.deploy-popup-text-warning {
    margin-left: 130px;
    margin-right: 130px;
}

.main {
    height: auto;
}