/*!
 */

body {
  padding-top: 60px;
  background: #ffffff;
}

a:focus {outline : none;}
a img {outline : none;}
img {border : 0;}

/* message box */
#message_box {
    background-color: rgba(152, 6, 0, 0.8);
    cursor: pointer;
    height: 58px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
}
#message_box, .dispoff {
    display: none;
}
#message_box #alert {
	cursor: pointer;
	text-shadow: #000 0 0 0;
	line-height: 30px;
	width: 100%;
	margin: auto;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 2.0em;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}

/* Set the fixed height of the footer here */
#footer {
    /*position: fixed;*/
    bottom: 0;
    height: 23px;
    background-color: #f5f5f5;
    text-align: center;
	border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}

#footer p {
    margin: 0;
    margin-top: 2px;
    font-size: 12px;
}

#footer p a:link,
#footer p a:visited {
    color: #999999;
    font-weight: bold;
    font-size: 13px;
}

.bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav {
    margin-bottom: 0;
    margin-top: 0;
}
.bs-sidenav {
    background-color: #F7F5FA;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}

.bs-sidebar .nav .nav > li > a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
}
.bs-sidebar .nav > li > a {
    color: #716B7A;
    display: block;
    padding: 5px 20px;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.unsel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* node */
.node {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	cursor: pointer;
    z-index: 10;
}
.ncont {
    border: 1px solid #050505;
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    background: white;
    background-size:80px 39px;
    background-repeat:no-repeat;
    padding: 2px 8px;
    position: relative;
}

div.nlabel {
    border: 1px solid #050505;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    font-size: 11px;
    line-height: 15px;
    margin: 0 9px 0 0;
    padding: 0px 3px;
    border-bottom: 0px;
    background: #eeeeee;
}
div.blabel {
    border: 1px solid #050505;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    font-size: 11px;
    line-height: 11px;
    margin: -5px 0px 0 0;
    padding: 6px 3px 0;
    border-top: 0px;
    background: #e0e080;
    text-align: center;
}
/* node end */

/* status ball */
span.ball_a {
    background-color: #B0D472;
    background-image: -moz-linear-gradient(center top , #B0D472, #88B64B);
    background-position: 0 0 !important;
    border: 0.15em solid #000000;
    border-radius: 14px 14px 14px 14px;
    width: 10px;
    height: 10px;
    box-shadow: 0 1px 2px #999999;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 1px;
    right: -6px;
    text-shadow: none;
    top: 5px;
    /*z-index: 100;*/
    position: absolute;
}

span.ball_b {
    background-color: #B0D472;
    background-image: -moz-linear-gradient(center top , #B0D472, #88B64B);
    background-position: 0 0 !important;
    border: 0.15em solid #000000;
    border-radius: 14px 14px 14px 14px;
    width: 10px;
    height: 10px;
    box-shadow: 0 1px 2px #999999;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 1px;
    right: -6px;
    text-shadow: none;
    top: 22px;
    /*z-index: 100;*/
    position: absolute;
}

span.ndisab {
    background-color: #72B0D4;
    background-image: -moz-linear-gradient(center top , #72B0D4, #4B88B6);
}
span.nlost {
    background-color: #E03234;
    background-image: -moz-linear-gradient(center top , #E03234, #C00204);
}
span.ntrans {
    background-color: #f0f204;
    background-image: -moz-linear-gradient(center top , #E0e234, #C0c204);

}

/* status ball end*/

/* display */
.display .displ-count {
	color: #646167;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #BFFFFF;
}

.display .displ-title {
	color: #454549;
    font-size: 1.1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: -1px;
    margin-top: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #BFFFFF;
    text-transform: uppercase;
}
/* display end */

.fsmall {
    font-size: 65%;
}

div.green,
small.green {
  color: #05e606
}
