footer {
	text-align: center;
	position: fixed;
	bottom: 0px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-size: 12px;
	color: #4D4D4D;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	background-color: white;
}

body {
	margin: 0px;
}

footer > a {
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}

header {
	border: 1px solid #F2F2F2;
	height: 70px;
	width: 100%;
	position: fixed;
	background-color: white;
	z-index: 10;
}

header > img {
	padding: 10px;
}

#logout-button > img {
	height: 46px;
}

header > p {
    display: inline-block;
    font-size: 24px;
    margin: 0 10px;
    font-family: 'Open Sans', sans-serif;
    color: #FF8000;
    position: relative;
	top: -25px;
}

#logout-button {
	display: inline-block;
	float: right;
	padding: 10px;
	border-left: 1px solid #F2F2F2;
}

.site-row {
	min-height: 50px;
	padding: 0px;
	border: 1px solid #F2F2F2;
	color: #4D4D4D;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
}

.site-row > div {

}

.site-number {
	font-size: 30px;
	width: 50px;
	height: 100%;
	display: inline-block;
	border-right: 1px solid #F2F2F2;
	text-align: center;
}

.site-content {
	padding-left: 10px;
	line-height: 50px;
}

.site-url {
	color: #FF8000;
	text-decoration: none;
}

.task-button {
	float: right;
	display: inline-block;
	height: 35px;
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #FF8000;
    border: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
    margin-right: 10px;
    padding: 0 12px;
    cursor: pointer;
}

.task-button:disabled {
	cursor: default;
}

.special-permission {
	background-color: #d46a00;
}

.task-button:hover {
	background-color: #00A0C6;
	border: 0px;
}

.task-button:active {
	background-color: #F0047F;
	border: 0px;
}

.task-button:disabled {
	background-color: rgba(255, 128, 0, 0.28);
}

.running-button {
	background-color: rgba(0, 160, 198, 0.39) !important;
}

.command-result {
	background-color: #F2F2F2;
	display: none;
	padding: 10px 20px 20px 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	border-bottom: 1px solid #B9B9B9;
	width: 100%;
	box-sizing: border-box;
	float: left;
}

.command-date {
	font-size: 16px;
	margin: 3px 0;
}

.command-status {
	margin: 3px 0;
}

.command-dismiss-button {
	margin-right: 5px;
	cursor: pointer;
}

.command-dismiss-button > .fa {
	font-size: 18px;
	color: black;
}

.task-running {
	float: right;
	padding-right: 30px;
	margin: 0px;
	display: none;
	line-height: 50px;
	box-sizing: border-box;
}

.task-running > .fa {
	font-size:20px;
	color: #484848;
}

.task-running img {
	margin-top: 10px;
	display: inline;
}

.task-running-text {
	font-weight: initial;
	margin-left: 4px;
}

pre {
	border: 1px solid #D6D6D6;
  padding: 6px;
	margin: 0;
	overflow: scroll;
  background-color: white;
}

.command-pre-label {
	margin-top: 10px;
	margin-bottom: 0px;
}

.fa {
	color: grey;
	font-size: 14px;
}

#search-cont {
	margin-left: 40px;
	line-height: 72px;
	box-sizing: border-box;
	max-width: 100%;
	background-color: white;
	height: 10px;
}

#search {
  box-sizing: border-box;
  font-size: 20px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgb(187, 187, 187);
}

#search:focus {
	border-radius: 8px;
	border: 1px solid #FF8000;
	outline: none;
}

#delete-search {
	font-size: 27px;
	display: none;
	cursor: pointer;
}

#delete-search:hover {
	color: #FF8000;
}

.dismiss-all-button {
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #FF8000;
    border: 0px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 6px;
    position: relative;
    bottom: 26px;
    cursor: pointer;
}

.dismiss-all-button:hover {
	background-color: #00A0C6;
}

.site-row[data-deployed="False"] {
	background-color: #bcc1dc;
}
.site-row[data-deployed="False"] button {
	background-color: #ff5050;
}
.site-row[data-deployed="False"] .site-url {
	color: white;
}

@media only screen and (max-width: 1150px) {
	.task-button {
		width: initial;
	}
}

@media only screen and (max-width: 850px) {
    body {
        /* background-color: lightblue; */
    }
		#head-separator {
			height: 120px !important;
		}
		.header-user-info {
	    position: relative;
	    font-size: 20px;
	    top: -19px;
		}
		.header-user-info span {
			display: block;
		}
		.mobile-hide {
			display: none !important;
		}
		#logout-button img {
			height: 26px;
		}
		#logo-4sigma {
			height: 30px;
		}
		header {
			height: 50px;
		}
		header > p {
			/* top: 0px; */
		}
		footer {
			display: none;
		}
		.button-group {
			display: block;
	    width: 100%;
	    float: left;
	    padding-left: 20px;
	    box-sizing: border-box;
			margin-bottom: 10px;
		}
		#search-cont {
			display: block;
			width: 100%;
			float:left;
			margin: 0;
			margin-top: 20px;
		}
		#search {
			width: 90%;
			margin-left: 2%;
		}
		#search-cont {
			padding-top: 0px;
		}
		#logout-button {
			position: absolute;
			top: 0px;
			right: 0px;
		}
		.site-row {
			border-color: white;
		}

		.site-row:first-of-type {
			heigth:50px;
		}
}

@media only screen and (max-width: 450px) {

	.task-running {
		float: left;
		width: 100%;
		line-height: 15px;
	}

}
