body {
	padding-top: 60px;
}
/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.exportBox {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	*padding-top: 19px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Echo out a label for the example */
.exportBox:after {
	content: "Get Configuration";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

.importBox {
	position: relative;
	margin: 15px 0;
	padding: 39px 19px 14px;
	*padding-top: 19px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* Echo out a label for the example */
.importBox:after {
	content: "Change Configuration";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	color: #9da0a4;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

.navbar-inner {
	/*  font-size: 11px; */
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	/*  width:1500px; */
}

.nameLabel {
	position: relative;
	top: 3px;
}

/* .navbar-inner > .container { width:1500px; } */
.ng-binding {
	line-height: 26px;
}

.ng-scope .well {
	padding: 10px;
}

.row-fluid.line {
	border-bottom: 1px solid #DDD;
	margin-bottom: 4px;
	padding-bottom: 2px;
}

.span12 .box1:nth-child(2) {
	position: relative;
	right: -30px;
}

.disabledLinks {
	padding-top: 10px;
	line-height:26px;
}

.ie8 .disabledLinks {
	padding-top: 0;
	line-height:40px;
}

@media ( min-width : 980px) and (max-width:1199px) {
	.span12 .box1:nth-child(2) {
		position: relative;
		right: -20px;
	}
	.navbar .nav {
		margin: 11px 0 0 0;
	}
	.navbar .nav>li>a {
		padding: 0 3px 5px 0;
	}
	.disabledLinks {
		padding-top: 0px;
	}
}

@media ( min-width : 768px) and (max-width: 979px) {
	.span12 .box1:nth-child(2) {
		right: -20px;
	}
	.onTop {
		margin-top: -59px;
	}
	.disabledLinks {
		padding-top: 8px;
		padding-left: 13px;
	}
}

@media ( max-width : 767px) {
	.span12 .box1:nth-child(2) {
		right: 0px;
	}
	.pGroups {
		margin-top: 17px;
	}
	.autorefresh {
		margin-top: 64px;
		margin-left: -217px;
	}
	.onTop {
		margin-top: -59px;
	}
	.disabledLinks {
		padding-top: 10px;
		padding-left: 16px;
	}
}

@media ( max-width : 480px) {
	.span12 .box1:nth-child(2) {
		right: -20px;
	}
	.pGroups {
		width: 110px;
		margin-top: 17px;
	}
	.autorefresh {
		margin-top: 64px;
		margin-left: -108px;
	}
	.onTop {
		margin-top: -59px;
	}
	.disabledLinks {
		padding-top: 10px;
		padding-left: 16px;
	}
}

@media ( min-width : 1200px) {
	.span12 .box1:nth-child(2) {
		right: -30px;
	}
	.navbar .nav {
		position: relative;
		left: 0;
		display: block;
		float: left;
		margin: 0 10px 0 0
	}
	.navbar .nav>li>a {
		float: none;
		padding: 10px 8px 10px;
		color: #777;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff
	}

	.navbar .nav>li>p {
		padding: 10px 8px 10px;
	}
}

/* a.disabled-link,
a.disabled-link:visited ,
a.disabled-link:active,
a.disabled-link:hover {
    color:#aaa !important;
} */
.disabled-link {
	color: #aaa !important;
}

.disableLi {
	background-color: #FF0000;
}

.username {
	padding-top: 3px;
	padding-right: 17px;
}

.navbar-inner {
	filter: none;
}

.wellAlarm {
	min-height: 26px;
	padding: 13px;
	margin-bottom: -1px;
	background-color: #f2eaea;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.wellTotalizer {
	min-height: 26px;
	padding: 13px;
	margin-bottom: -1px;
	background-color: #efeded;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}



i[class*="icon-home"] {
  margin-right:3px;
  position: relative;
  bottom: -4px; 
}

.autoRefreshStyle {
	margin-top: -19px;
}

[class*="lowered"] {
	margin-top: 10px;
}

.remote-wrapper {
	position: relative;
}

.remote-loader {
	background: url('../img/ajax-loader.gif') center center no-repeat #ffffff;
	position: absolute;
	top: 46px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	opacity: 0.5;
}

.remote-loader_hidden {
	display: none;
}

.remote-image-wrapper {
	width:100%;
}

.dot_one {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.0s;
    animation: dot 1.3s infinite;
    animation-delay: 0.0s;
}

.dot_two {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
      animation: dot 1.3s infinite;
      animation-delay: 0.2s;
}

.dot_three {
    opacity: 0;
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
     animation: dot 1.3s infinite;
     animation-delay: 0.3s;
}

@-webkit-keyframes dot {
      0% { opacity: 0; }
     50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes dot {
      0% { opacity: 0; }
     50% { opacity: 0; }
    100% { opacity: 1; }
}

.inactivity_timeout {
	padding-top: 5px;
}

.inactivity_timeout input {
	margin-top: 0px;
}

.remote-operation_reloading {
	opacity: 0.5;
}

.remote-operation_Image {
	border: 1px solid #000;
}