@CHARSET "UTF-8";



/* Bootstrap extend */

.btn-full
{
	width:100%
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.img-responsive-center
{
	margin:0 auto;	
}


.logo
{
	max-height:30px;
}
/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    width: 0;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a i
{
	margin-right:1.4em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}


.error
{
	font-size:1.5em;
}


/* INSTANT INFO */ 

.display-area
{
	background-color:#24292E;
	padding-top:1em;
	padding-bottom:1em;
}

.instantInfoButton-wrapper
{
	padding-right:5px;
}

.instantInfoButton
{
	border:0.5em solid #F7941E;
	border-radius:8px;
	background-color:white;
	text-align:center;
	line-height:5em;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor:pointer;
}

.instantInfoButton:hover , .instantInfoButton:active
{
	background-color:red !important;
	color:white !important;
	border-color:white !important;
	 -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.circle-wrapper
{
	float:left;
	text-align:center;
}
.circle-wrapper img
{
	margin:0 auto;
}

.circle
{
	width:2em;
	height:2em;
	border:0.4em solid black;
	background-color:red;
	border-radius:50%;
	margin:0 auto;
}

.circle.active
{
	background-color:limegreen;
}

.little-leds-wrapper
{
	margin-top:1em;
}


.instantInfoWrapper
{
	
	overflow:hidden;
	background-color:red;
	border:0.5em solid #F7941E;
}

.instantInfoDigits
{
	height:10em;
	margin-bottom: 1em;
  	margin-top: 1em;
}

.sevenSeg-segOn
{
	fill:black;
}
.sevenSeg-svg
{
	fill:red;
	background-color:red;
}


.gatewayList
{
	font-size:1.3em;
}

.page-header{
	margin-top:0px;
	margin-bottom:1em;
}
.page-header h1
{
	font-size:1.5em;
	margin-top:0;
	margin-bottom:0;
}

form strong , .deviceValue strong
{
	font-size:1.4em;
}

.row-noleft
{
	  margin-right: 0;
  margin-left: -15px;
}

.custom-pagination
{
	padding:1em;
	background-color:#F7F7F7;
	color:#333;	
}
.custom-pagination ul
{
	list-style:none;
	margin:0;
	display:inline-block;
	padding-left:0;
}


.custom-pagination ul li
{
	float:left;
	margin-right:5px;	
}

.custom-pagination .seperator
{
	margin-right:5px;
	margin-left:5px;
}


.alarm-led
{
	margin-bottom:1em;
}

.alarm-led div.name
{
	font-weight:strong;
}

.alarm-led div.alarm-circle
{
	text-align:left;
}


@media (max-width: 767px)
{
	#actions-menu
	{
		display:none;
	}
}


/* XS */
@media (max-width: 767px)
{
	.marginer
	{
		margin-bottom:10px;
	}
	
	#actions-menu
	{
		display:none;
	}
}

/* SM */
@media (max-width: 991px) and (min-width: 768px)
{
	#actions-menu
	{
		display:none;
	}
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    
    .instantInfoDigits
	{
		margin-bottom: 0.8em;
	  	margin-top: 0.8em;
	}
}


