.HIDDEN{display:none!important;}
.navbar-brand{background:none!important;width:auto;}

.bold{font-weight:bold;}

.login .login-header .brand .logo {
	border: none;
	width: 32px;
	height: 32px;
	background-image:url("../img/icons/logo.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display:inline-block;
	margin-right: 0px;
	top: 4px;
	
	border: 1px solid rgb(136, 108, 84);
	border-radius: 4px;
}

.navbar-logo {
	border: none;
	width: 22px;
	height: 22px;
	background-image:url("../img/icons/logo.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display:inline-block;
	margin-right: 10px;
	
	/*border: 1px solid rgb(136, 108, 84);
	border-radius: 4px;*/
}

.text-custom{
	color:#F00043!important;
}
.btn-custom{
	background: #F00043!important;
    border-color: #E5004E!important;
}
.btn-custom:hover{
	background: #ff3b72!important;
    border-color: #ff0057!important;
}
.login .error {
    margin: 0 auto;
    text-align: left;
}
.login label.error{color:red;}

.news-image video {
    position: absolute;
    left: 50%;
    top: 50%;
    /* The following will size the video to fit the full container. Not necessary, just nice.*/
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}

.login-bg-body{
	background: rgba(0, 0, 0, 0.15)!important;
}
.alert strong{
margin-right:10px;	
}

a.link-orange{
	color:rgba(248,123,0,1.00);
}

.widget-stats .font-smaller{
	font-size: 145%;
    line-height: 34px;
}

.ui-dark body {
    color: #9ea6af;
}
.ui-dark{background-color: #374048;}
.ui-dark h1, .ui-dark h2, .ui-dark h3, .ui-dark h4, .ui-dark h5, .ui-dark h6 {
    color: #929da9;;
}
.ui-dark .breadcrumb>li a {
    color: #a9a9a9;
}
.ui-dark .breadcrumb>.active {
    color: #eaeaea;
}
.ui-dark .nav>li>a {
    color: #a3a6ad;
}

.ui-dark .tab-content {
    background: #2a3138;
}
.ui-dark .nav-tabs {
    /*background: #1f2429;*/
	background:none;
}
.ui-dark .nav-tabs>li.active>a, .ui-dark .nav-tabs>li.active>a:focus, .ui-dark .nav-tabs>li.active>a:hover {
    color: #cacaca;
    background-color: #2a3138;
    border: 1px solid #1f2429;
}
.ui-dark .nav>li>a:focus, .ui-dark .nav>li>a:hover {	
	color: #ababab;
    background: #47525d;
    /*height: 34px;*/
}
.ui-dark .well {
    background: #2a3138;
	border-color:#21262b;
}
.ui-dark .well h1{
	font-size:30px;
	margin-top: 5px;
    margin-bottom: 25px;
}

.ui-dark .table-dark-ui {
    color: #c0c9d2;;
}

.ui-dark .table-dark-ui.table-bordered,.ui-dark .table-bordered.table-dark-ui{
    border-color: #374048;
}
.ui-dark .table-dark-ui>tbody>tr>td, .ui-dark .table-dark-ui>tbody>tr>th, .ui-dark .table-dark-ui>tfoot>tr>td, .ui-dark .table-dark-ui>tfoot>tr>th, .ui-dark .table-dark-ui>thead>tr>td, .ui-dark .table-dark-ui>thead>tr>th {
    border-color: #374048!important;
    background: #2a3138;
}
.ui-dark .table-dark-ui>thead>tr>th {
    color: #a6acb1;
	background: #22292f!important;
}

.ui-dark div.dataTables_wrapper div.dataTables_filter label {
    color: #9c9c9c;
}

/*
.jarviswidget>header {
    height: 34px;
    padding: 0;
    line-height: 40px;
}
.jarviswidget>header {
    color: #333;
    border: 1px solid #C2C2C2;
    background: #fafafa;
}
.jarviswidget>header>:first-child.widget-icon {
    margin-left: 0;
}
.jarviswidget>header>.widget-icon {
    display: block;
    width: 30px;
    height: 32px;
    position: relative;
    float: left;
    font-size: 111%;
    line-height: 32px;
    text-align: center;
    margin-right: -10px;
}
.jarviswidget>header h2 {
    height: 100%;
    width: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}
.jarviswidget>header>h2 {
    margin-left: 10px;
    float: left;
}
*/

.fb1{
	height: 100%;
	width:100%;
	flex:1;
    display: flex;
    flex-direction: column;    
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.fb2
{
    flex: 1; /* same as flex: 1 1 auto; */
	display: flex;
}
.fb3
{
    display: flex;
    flex-direction: row;
    
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
    
}
.fb4{
  display: flex;
  flex-direction: column;
}
.fb5{
	flex-grow: 1;
}
.fb6{
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}


@keyframes highlightNew {
  0% {
    background-color:rgba(130,205,0,0.3);
  }
  100% {
    background: inherit;
  }
}
@keyframes highlightUpdate {
  0% {
    background-color:rgba(255,198,0,0.3);
  }
  100% {
    background: inherit;
  }
}
#nodeConsole .highlightNew td{
	animation: highlightNew 1s;
}
#nodeConsole .highlightUpdate td{
	animation: highlightUpdate 1s;
}

.panel-dark-bg{
	background-color: #2d353c;
}

.panel-dark-bg .table {
    border-color: #242a30;
    background: transparent;
}
.panel-dark-bg .table>tbody>tr>td, .panel-dark-bg .table>tbody>tr>th, .panel-dark-bg .table>tfoot>tr>td, .panel-dark-bg .table>tfoot>tr>th, .panel-dark-bg .table>thead>tr>td, .panel-dark-bg .table>thead>tr>th {
    border-color: #2d353c;
    padding: 10px 15px;
    background: #374048;
}
.panel-dark-bg .table>thead>tr>th {
    border-color: #2d353c;
    padding: 10px 15px;
    background: #242a30;
    border-bottom: none!important;
    color: #a8b0b9;
}
.panel-dark-bg .widget.widget-stats {
    margin-bottom:0px;
}
.panel-dark-bg label {
    color: #7b8188;
}
.panel-dark-bg.panel-expand>.panel-body {
    overflow-y: auto;
}
.panel-dark-bg .bg-black {
    background: #1a1f23!important;
}

.panel-dark-bg table.dataTable>tbody>tr.child span.dtr-title {
    color: #868c92;
}

.ui-dark .text-inverse {
    color: #999da0!important;
}