@charset "utf-8";
/* CSS Document */

.box
{
	color:#fff;
}

.box .icon
{
	font-size:30px;
}

.box .box-fig
{
	font-size:46px;
}

.box .box-caption
{
	font-size:16px;
}

.feed_items
{
	max-height:960px;
	overflow-y:auto;
	font-size:11px;	
}

#graph_a , #graph_b
{
	height:300px;
}

.bg-suc
{
	background-color:#9ad268;
}

.bg-inf
{
	background-color:#4dd4fd;
}

.bg-war
{
	background-color:#ffc545;
}

.bg-dan
{
	background-color:#fe402b;
}

/*.grey_bar
{
	background: #eee;
	padding: 15px;
	border: 1px solid #dfdfdf;
	border-width: 1px 0;
	text-align:center;
}

.shortcut-link{
	display: inline-block;
	color: #ccc;
	margin-right: 20px;
	text-shadow: 0 1px 0 #fff;
	transition: color .2s ease;
	-webkit-transition: color .2s ease;
}

.shortcut-link:hover {
    color: #626262;
    text-decoration: none;
    transition: color 0.2s ease 0s;
}
.shortcut-link .shortcut-icon {
  font-size: 30px;
  position: relative;
}
.shortcut-link .shortcut-icon .shortcut-alert {
  background: none repeat scroll 0 0 #EC2525;
  border: 1px solid #EC2525;
  border-radius: 50em;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  line-height: 16px;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: none;
  top: 0;
  width: 18px;
}
.shortcut-link .text {
  color: #626262;
  display: inline-block;
  font-weight: 600;
  margin-left: 10px;
  margin-top: -5px;
  font-size:12px;
}
*/
.header-date,.header-time
{
	color:#4DD4FD;	
}
.header-time
{
   margin-left: 15px
}
.time-wrapper
{
   display: inline-block;
   width: 140px;
}

.panel_btn {
    float: right;
    margin-right: -10px;
    margin-top: -7px;
}

#table_jobs_feed td
{
	vertical-align:middle;
}

.height_30{ height: 24px; padding:3px 12px; }
.margin_top4{ margin-top: 0px;}
.custom_disabled
  {
      opacity: 0.7;
      pointer-events: none;
  } 