/* keep footer down code starts */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
	border-bottom: 1px solid #b8c123;
}
#header img {
	/*height: 30px;*/
	margin: 7px 10px 7px -2px;
}
#footer img {
	margin: 10px 10px 7px -5px;
	float: left;
}	
#body {
   padding-bottom:45px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:45px;   /* Height of the footer */
   /* background: transparent;*/
   border-top: 1px solid #b8c123;
}
/* keep footer down code ends */

#footer .text-muted {
	margin: 25px 0 0 0;
	text-align: center;
}
h4 {
	font-size: 16px;
}
#footer {
	font-family: Verdana, Arial, Helvetica;	
	
}
#footer .consoleCopyright {
    padding-left: 95px;
    padding-top: 11pt;
    font-size: 10px;
    color: #777777;
}
p.url-list a, .has-url {
	word-break: break-word;	
}
.tool-tip small {
    font-size: .8em;
    font-style: italic;
    padding-left: 20px;
}
.tool-tip {
    margin: 0 0 10px;
}
.auto-length {
	width: auto;
	max-width: 100%;
}
textarea {
	max-width: 100%;	
}
label {
	font-weight: normal;
}