/* 
    Document   : default
    Created on : 25-dic-2012, 15:19:09
    Author     : manus
    Description:
        Purpose of the stylesheet follows.
*/

template
{
    display: none;
}
code { 
    display: block;
}

.invisible
{
    display: none;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none;
    }
    .sidebar-nav .navbar ul {
        float: none;
    }
    .sidebar-nav .navbar ul:not {
        display: block;
    }
    .sidebar-nav .navbar li {
        float: none;
        display: block;
    }
    .sidebar-nav .navbar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.vertical-rule
{
    border-left: 1px solid #b9def0;
}


/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    /*display: none;*/
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}


/*
 * Main content
 */

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

.sidebar-title
{
    text-transform: capitalize;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #999;
}

.preview img
{
    width: 100%;
}

.glyphicon-large
{
    font-size: 4em;
}

.glyphicon-round
{
    border-radius: 300px;
    background: #b9def0;
    padding: 50px;
}

.remote-settings div
{
    text-align: center;
    height: 90px;
    padding: 0;
    margin: 5px;
}

.remote-settings a
{
    width: 100%;
    height:100%;
    padding-top: 15px;
    white-space: initial;
}

.https_warning
{
    width: 100%;
    background: #B12222;
    height: 42px;
    padding: 13px;
}

.https_warning a
{
    color: #FFF;

}

.battery
{
    margin: 0;
}

.over-layer
{
    position: absolute;
    top: 25%;
    left: 23%;
}

.icons .on i.fa
{
    color: #468847;
}
.icons .off i.fa
{
    color: #b94a48;
}

.connection-graphic span.line
{
    width: 33.33%;
    display: inline-block;
    height: 1px;
    border-top: solid 1px #adadad;
    top: -4px;
    position: relative;
    text-align: center;
}
.connection-graphic span.line.dotted
{
    border-top: dotted 1px #adadad;
}
.connection-graphic span.line.line-2x
{
    width: 66.66%;
}
.connection-graphic span.line.error
{
    border-top-color: #B71C1C;
    color: #EF5350;
    top: 8px;

}
.connection-graphic span.line.error:before
{
    content: "\f00d";
    width: 20px;
    height: 20px;
    position: relative;
    top: -8px;
    font: normal normal normal 14px/1 FontAwesome;

}
.connection-graphic span.line.success
{
    border-top-color: #C8E6C9;
    color: #2E7D32;
    top: 8px;

}
.connection-graphic span.line.success:before
{
    content: "\f00c";
    width: 20px;
    height: 20px;
    position: relative;
    top: -8px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;

}