/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07.02.2015, 16:11:16
    Author     : thomasmosch
*/

#bootstrap_area .nav-tabs {
    /*border-bottom: 1px solid #aaaaaa;*/
    padding: 0 10px;
    margin: 30px 0 20px;
}
#bootstrap_area .nav-tabs li a {
    background: -moz-linear-gradient(center top , #eee 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(center top , #eee 0%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    text-decoration: none;
    box-shadow: 0 -1px 1px #aaa;
}
#bootstrap_area .nav-tabs li.active a, #bootstrap_area .nav-tabs li.active a:hover {
    background: none repeat scroll 0 0 #fff;
}
#bootstrap_area .form-group {
    /*margin-bottom: 25px;*/
}

#bootstrap_area label {
    line-height: 19px;
    white-space: nowrap;
}
#bootstrap_area label.col-sm-2{
    line-height: 34px;
}

#bootstrap_area .fixed-table-body .card-view .title{
    white-space: nowrap;
}
#bootstrap_area .card-view .value {
    width: 60%;
}
    

#bootstrap_area .bootstrap-table .table .td-status-online{
    color: green;
}
#bootstrap_area .bootstrap-table .table .td-status-offline{
    color: red;
}
#bootstrap_area .pagination > .active > a, #bootstrap_area .pagination > .active > a:focus, #bootstrap_area .pagination > .active > a:hover, #bootstrap_area .pagination > .active > span, #bootstrap_area .pagination > .active > span:focus, #bootstrap_area .pagination > .active > span:hover{
    background-color: #aaa;
    border-color: #aaa;
}
#bootstrap_area .pagination > li > a:focus, #bootstrap_area .pagination > li > a:hover, #bootstrap_area .pagination > li > span:focus, #bootstrap_area .pagination > li > span:hover{
    color: #555;
}
#bootstrap_area .pagination > li > a, #bootstrap_area .pagination > li > span{
    color: #555;
}
#bootstrap_area .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, #bootstrap_area .dropdown-menu > .active > a:hover {
    background-color: #555;
}

#bootstrap_area .link_more_info{
    float: right;
    text-align: right;
    margin-top: 10px;
}
#bootstrap_area .link_more_info a{
    text-decoration:none;
}
#bootstrap_area .link_more_info a:hover{
    text-decoration:underline;
}
#bootstrap_area .fixed-table-container thead th .th-inner{
    
    white-space: normal; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.navbar-brand {
    font-size: 14px;
    /* text-transform: uppercase; */
}
.navbar-text {
    line-height: 20px;
}
#bootstrap_area .borderless, .borderless td, .borderless th {
    border: none;
}

#bootstrap_area .borderless_top {
    border-top: none;
}

.nav-tabs li.disabled a {
    pointer-events: none;
}
li.disabled {
    cursor: not-allowed;
}

.editable-emptyad, .editable-emptyad:hover, .editable-emptyad:focus{
  font-style: italic; 
  color: #999999;  
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsavedad {
    font-weight: bold;
    color: red;
  }

#channeltable.table > tbody > tr > td, #channeltable.table > tbody > tr > th, #channeltable.table > tfoot > tr > td, #channeltable.table > tfoot > tr > th, #channeltable.table > thead > tr > td, #channeltable.table > thead > tr > th {
    vertical-align: middle;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}