html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.logocontainer {
	width: 100%;
	height: 120px;
}

.but_logo {
	background-image: url(../images/ButLogo1_100.png);
	background-size: 302px 100px;
	height: 120px;
	background-repeat:no-repeat;
	background-position: 10px 50%;
	cursor: pointer;
	width: 322px;
	display: block;
	position: relative;
}

.ui-effects-transfer {
	border: 1px solid black;
}

@media only screen and (min--moz-device-pixel-ratio: 2),

only screen and (-o-min-device-pixel-ratio: 2/1),

only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (min-device-pixel-ratio: 2) {

	.but_logo {

		background-image: url(../images/ButLogo1_200.png) no-repeat;
	
		background-size: 604px 200px;

	}

}

.atlwdg-trigger {
	background-color: #428BCA !important;
}

.atlwdg-trigger:hover {
	height: 33px;
	padding-top: 9px;
}

.content .well {
	margin-bottom: 0 !important;
}

.feature_list {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
}

.margin-left-10 {
	margin-left: 10px;
}

.feature_heading {
	font-size: 22px;
	font-weight: bold;
}

.param_group, .param_group button {
    text-align: left;
    width: 100%;
}

.param_group span {
    position: absolute;
    right: 10px;
    top: 15px;
}

.param_group,
.param_group button {
	width: 100%;
	text-align: left;
}

.param_group span {
	position: absolute;
	top: 15px;
	right: 10px;
}

.param_group .dropdown-menu {
	width: 100%;
}

.link_result .glyphicon {
	right: 14px;
}

.help_icon {
	cursor: pointer;
}

.dropdown-toggle,
.dropdown-menu {
	text-overflow: ellipsis;
}

.flot_container {
	width: 850px;
	height: 450px;
	border: 1px solid #428BCA;
	padding: 20px 15px 15px;
	margin-top: 20px;
	background-color: #ffffff;
	box-shadow: 0 3px 10px #428BCA;
}

.flot_canvas {
	font-size: 14px;
    height: 100%;
    line-height: 1.2em;
    width: 100%;
}

.ajax_loader {
	margin-left: 350px;
	margin-top: 170px;
}

.app {
	cursor: pointer;
	margin-top: 20px;
}

.app:nth-child(1) {
	margin-top: 0;
}

.width-49 {
	width: 49% !important;
}

.popover-content textarea {
	width: 100%;
	height: 200px;
}

.popover-content button {
	margin-bottom: 5px;
}

#dropzone {
margin: 5px 0;
-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.13);
box-shadow: 0 0 50px rgba(0,0,0,0.13);
padding: 4px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.dropzone {
border: 1px solid rgba(0,0,0,0.03);
min-height: 150px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: rgba(0,0,0,0.03);
padding: 23px;
}

.dropzone.dz-clickable {
cursor: pointer;
}

.dropzone .dz-default.dz-message {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
background-image: url("../images/spritemap.png");
background-repeat: no-repeat;
background-position: 0 0;
position: absolute;
width: 428px;
height: 123px;
margin-left: -214px;
margin-top: -61.5px;
top: 50%;
left: 50%;
}

.dropzone .dz-default.dz-message span {
display: none;
}

.bookmarklet {
	border: 1px solid #428BCA;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
}
.bookmarklet:hover,
.bookmarklet:visited {
	text-decoration: none;
}