.navbar-inverse {
	background-color: #4E3A28;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4E3A28;
}

a {
    color: #4E3A28;    
}
a:hover, a:focus {
    color: #4E3A28;    
}
.thirdpartyDevices.devicelist
{
    min-height:10px;
    border-top:1px solid darkgray;
    margin-bottom: 15px;
}
@media (max-width: 992px) {

    .devicelist input[type="checkbox"]
    {
        width:30px;
        height:30px;
    }
    .devicelist a
    {
        bottom: 10px;
        display: inline-block;
        position: relative;
    }
}

.kirr .btn.active
{
    background:silver;
}


.selection_active
{
	background-color: #4E3A28;
	color: white;
	text-align:center;
}
