﻿body, html {
    height: 100%;
}

body {
    background: url(../img/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.btn-link {
    border: 0;
    padding: 0;
}

.btn-link:focus {
    text-decoration: none;
}

.hidden-user-devices {
    background-color: rgba(0,0,0,.075);
    font-size: 0.8rem;
}

.hidden-user-devices .btn-link {
    font-size: 0.8rem;
}

.text-devices-head {
    color: #495057 !important;
    font-weight: bold;
}

.bg-darkgray {
    background-color: #ddd;
}

.device-row:hover {
    background-color: #ececec !important;
}

tr:hover .hidden-user-action,
.hidden-user-action.active,
.device-row:hover .device-actions {
    display: block;
}

.hidden-user-action,
.device-actions {
    display: none;
}

.accordion-toggle {
    background: url(../img/chevron-right.png) no-repeat;
    background-position: 0 2px !important;
    padding-left: 24px;
}

.accordion-toggle.active {
    background: url(../img/chevron-down.png) no-repeat;
}