body {
	background-color:#F9F9F9;	
}

.navbar .navbar-default .navbar-fixed-top .navbar-top .ng-scope {
	background-color:#fff !important;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;		
}

#location {
	padding-left: 5px;
	position:absolute; 
	margin-left:0px;
}

#header {
	padding-top:20px;
	width:100%;
	background-color:#22A7F0;
	padding-bottom:20px;
	z-index:999;
	position:relative;
	float:left;
		
}

.form-control {
	min-width:200px !important;
	width:auto;
	margin-left:5px;
	margin-right:5px;
	float:left;
	font-size:15px;	
}

#headline {
	color:#fff;
	float:left;
	font-size:15px;
	margin-top:7px;
	margin-right:10px;
}

#refresh {
	width:50px;
	float:left;
	margin-left:0px;	
}

#refresh #btn {
	font-size:25px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.list-group-item {
	background-color:#e8e8e8;
	color:#666;
	line-height:24px;
	border:1px solid #c0c0c0;
	margin-right:3px;
}

.list-group-item span {
	margin-top:3px;
}

#groups {
	margin-left:5px;
	margin-right:5px;
	padding-top:0px;
	margin-top:-15px;
	padding-bottom:120px;
}

.pure-g {
	margin-bottom:10px;
}

.item {
	line-height:20px;
	padding-top:4px;
}

iframe {
	width:100%;
	height:100%;
}

.name {
	color:#000 !important;		
}
.status, .desc {
	color: #000 !important;
	padding-top: 10px;        
}

.gray { background-color: lightgray; }
		
.red { background-color: #ED8E7D; }

.lightgreen { background-color: lightgreen; }
		
.green { background-color: limegreen; }

.yellow { background-color: #FFA500; }
      
 #lblError {
 	background-color: red;
    color: white;
}

.item {
	padding-bottom: 3px;
	border-right: 3px solid #f9f9f9;
	margin-top:3px;		
}

.btn {
	width:200px !important;
	margin-left:0px !important;
}

.input-xlarge {
	width:220px !important;
}

.caret .pull-righ {
	margin-top:8px !important;
}

.dropdown-menu {
	width:auto !important;
	min-width:270px !important;		
}

.dropdown-menu input {
	margin-bottom:10px !important;
}

.dropdown-menu li input {
	margin-bottom: 3px;
    margin-left: 8px;
    margin-top: 5px;
    width: auto;
}

multiselect {
    display:block;
    float:left;
    margin-top:-6px;	    
}
multiselect .btn {
    min-width:200px;
    background-color: #FFF;
    margin-left:20px;
}
multiselect .btn.error{
    border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}
multiselect .dropdown-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
}
multiselect .dropdown-menu > li > a {
    padding-left:0px;
    padding-right:0px;
    padding-top:3px;
    padding-bottom:3px;
    cursor:pointer;
}
	
multiselect:first-child .btn-link {
	display:none;
}	

.icon-ok {
	margin-right:5px;
}