.nav,.pagination,.carousel,.panel-title a {
	cursor: pointer;
}

.modal-backdrop {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
}

.messageBanner {
	height:40px;
	display: block;
}

.splash-container {
	margin-top: 10%;
	padding-bottom: 15px;
	border: 0px;
	padding-bottom: 15px;
	box-shadow: 0px 12px 35px -2px rgba(0, 0, 0, 0.21);
	border-radius: 5px;
	box-shadow: 0px 0px 25px 2px rgba(0, 0, 0, 0.23);
	background-color: #353f52;
	text-align: center;
}

.cdd-logo {
	color: white;
	font-size: 28px;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'code_boldregular';
	letter-spacing: 1.5px;
}

.logo-blue {
	margin-top: -15px;
	padding-left: 25px;
	border-radius: 11px 11px 0px 0px;
	background-color: #449bd5;
	margin-bottom: -5px;
	padding-bottom: 14px;
}

.form-bottom {
	margin-top: 15px;
}

.bold {
	font-weight: bold;
}

.logo-grey {
	background-color: #002f3d;
	border-radius: 11px 11px 0px 0px;
	margin-top: -5px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.logo-orange {
	background-color: #f8992e;
	padding-left: 25px;
	margin-top: -12px;
	border-radius: 11px 11px 11px 11px;
}

#login {
	padding: 0px;
	border-radius: 20px;
}

.login-header {
	text-align: center;
	color: white;
	font-size: 1.5em;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

.login-input {
	border-radius: 6px;
}

.search-profile-input {
	width: 250px;
	margin-left: 5px;
}

.login-input-fail {
	outline: none !important;
	box-shadow: 0px 0px 0px 1px rgba(256, 256, 256, 0.5) !important;
}

.login-intuit {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100px;
	margin-top: 15px;
}

.footer-landing {
	background-color: rgba(0, 0, 0, 0) !important;
}

.footer-landing>.text-center>h5 {
	color: white;
	opacity: 0.5;
}

.landing-link {
	opacity: 0.5;
}

.landing-link:hover {
	color: white;
	opacity: 1 !important;
}

.login-input:focus {
	border-color: #A0A0A0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(0, 0, 0, 0);
}

.white-bg {
	margin-left: 0px !important;
	background-image: url(../img/bg.jpg);
	background-color: white;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0px;
}

.landing {
	margin-left: 230px;
}

.login-btn-submit {
	width: 100%;
	background-color: rgba(248, 153, 46, 0.75);
	border: 0;
	border-radius: 6px;
	color: white;
	font-family: "Helvetica Neue";
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
	font-size: 12px;
}

.login-btn-submit.active {
	width: 100%;
	background-color: rgba(248, 153, 46, 1);
	border: 0;
	border-radius: 6px;
	color: white;
	font-family: "Helvetica Neue";
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
	font-size: 12px;
}

.login-btn-submit:hover {
	background-color: rgba(248, 153, 46, 0.75);
}

.login-btn-cancel {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(203, 203, 203);
	border-radius: 6px;
	color: rgb(180, 180, 180);
	font-family: "Helvetica Neue";
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: 600;
	font-size: 12px;
}

.login-btn-cancel:hover {
	color: grey;
	border: 1px grey solid;
}

.fa {
	vertical-align: middle;
}

.loading-img {
	width: 200px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pipeline {
	min-height: 124px;
	height: 100%;
}

.table-list {
	max-height: 350px;
	overflow: scroll;
}

.label-block {
	margin-left: 5px;
	margin-top: 5px;
	display: inline-block;
}

.properties-details {
	margin-left: 20px;
	color: #9FA6B3;
}

.properties-details-label {

}

.properties-details-label i {
	top: 2px;
}

.properties-details input {
	height: 21px;
	background: #EBF1F5;
	border-radius: 2px;
	border: 1px solid #D2DAE3;
	float: right;
}

.edit-input {
	padding: .25em;
	border: none;
	color: white;
	background: none;
}

.workflow-properties-label {
	border: 1px solid #F3F3F3;
	padding: .2em;
	background: white;
}

.jobName-compare {

}

.jobName-before {

}

.jobName-after {

}

.changed {
	background: #C8F7C8;
	color: green;
	padding: 3px;
	display: inline;
}

#logo-words {
	display: inline;
	font-family: 'code_boldregular';
	letter-spacing: 1.5px;
}

@media ( max-width :500px) {
	#logo-words {
		display: none;
	}
}

html,body {
	height: 100%;
}

body {
	height: calc(100% - 100px);
}

@media ( min-width : 768px) {
	body {
		height: calc(100% - 50px);
	}
}

.wrapper {
	height: 100%;
}

#page-wrapper {
	height: 100%;
	background-color: white;
	overflow: auto;
}

#ng-view-wrapper {
	min-height: calc(100% - 80px);
	overflow: visible;
}

.common-properties-container {
	margin: .6em;
}

.footer {
	width: 100%;
	height: 80px;
	background-color: #f5f5f5;
	padding: 5px;
}

.footer * a:hover {
	text-decoration: none;
}

.collapsed-table,.collapsed-panel {
	margin-bottom: 0px;
}

.table {
	table-layout: fixed;
}

.table td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.boxset-creation-table {
	table-layout: auto;
}

.boxset-creation-table-div {
	overflow-x: scroll;
	overflow-y: visible;
	padding-bottom: 1px;
}

.boxset-creation-table td {
	white-space: normal;
	overflow: visible;
}

.btn-vertical {
	margin-top: 3px;
}

.popover-content {
	color: black;
	font-size: 10px;
}

.btn-lg.next-page {
	margin-top: 10px;
	height: 45px
}

.btn-lg.round {
	border-radius: 24px;
}

/*************** Animations ********************/
.animate-show.ng-hide-add.ng-hide-add-active,.animate-show.ng-hide-remove.ng-hide-remove-active
	{
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
}

.animate-show.ng-hide {
	line-height: 0;
	opacity: 0;
}

.animate-repeat.ng-enter {
	-webkit-animation: fadeInUp 0.5s;
	-moz-animation: fadeInUp 0.5s;
	-o-animation: fadeInUp 0.5s;
	animation: fadeInUp 0.5s;
}

.animate-repeat.ng-leave {
	-webkit-animation: fadeOutDown 0.5s;
	-moz-animation: fadeOutDown 0.5s;
	-o-animation: fadeOutDown 0.5s;
	animation: fadeOutDown 0.5s;
}

.scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

/****************** Orch CSS ******************/
.events-body {
	margin-top: 160px;
}

.orch-event {
	display: inline-block;
	background-color: #EBF1F5;
	border-radius: 15px;
	padding: 3px 0px;
	vertical-align: initial;
}

.orch-event i {
	display: inline;
	margin: 0px 5px;
	color: #707D95;
	z-index: 0;
	vertical-align: baseline;
}

.orch-event span {
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 15px;
	z-index: 1;
}

.orch-event span:first-child {
	background-color: #1aac89;
}

.orch-event span:last-child {
	background-color: #479AD5;
}

.new-event {
	font-size: 1.5em;
	background-color: #C7E5FF;
	border-radius: 100px;
	padding: 6px;
	width: 50px;
	height: 50px;
	margin-bottom: -20px;
}

.new-event:hover {
	background-color: lightgray;
}

.lock-top {
	position: fixed;
	z-index: 10;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid #d8dfe5;
}

.display-change {
	min-height: 500px;
}

.event-icon {
	float: left;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 3px solid #D2DAE3;
	margin: 3px;
	color: #A0AABF;
	text-align: center;
	height: 150px;
	width: 150px;
}

.event-icon #name {
	font-size: 1.0em;
	bottom: 8px;
	text-align: center;
	margin: 10px;
}

.event-icon i {
	margin-top: 25px;
}

.event-icon-selected {
	background-color: green;
	border-radius: 10px;
	border: 3px solid white;
	margin: 3px;
	color: white;
	text-align: center;
	height: 120px;
	width: 100%;
}

.event-icon-selected #name {
	font-size: 1.0em;
	bottom: 8px;
	text-align: center;
	margin: 10px;
}

.event-icon-selected i {
	z-index: 10;
	margin: 20px 10px;
}

.full-span {
	width: 100px;
	float: right;
}

/* Speed up global animation speeds */
.animated {
	animation-duration: .4s;
	animation-fill-mode: both;
}

.rule-delete-button {
	margin: -7px;
	margin-left: 0px;
	margin-right: -17px;
	background: rgba(255, 255, 255, 0);
}

.no-rules {
	text-align: center;
}

a.navbar-admin-link {
	color: #479AD5 !important;
	font-weight: bold;
}

.navbar-admin-user-text {
	font-weight: bold;
}

.edit-environment--input {
	margin-top: 10px;
}
.banner-info {
	color: white;
	padding:10px;
	text-align: center;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size:0.9em;
	font-weight:800;
	top: 0px;
	height:38px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0px;
	overflow: hidden;
    white-space: nowrap;
}
.banner-info.important{
	background-color: red;
}
.banner-info.informational{
	background-color: #449bd5;
}
.banner-info.informational:hover{
	background-color: #306890;
	cursor:pointer;
}
.banner-info.important:hover {
	background-color: #f10e6e;
	cursor:pointer;
}
.banner-info-text{
	display: block;
}

.hover-component:hover {
	cursor: pointer;
}
.margin-t0{
	margin-top: 0px;
}
.margin-t-25{
	margin-top: -25px;
}
.boxset-creation-edit-icon{
	margin-top: -25px;
}
.boxset-creation-close-icon{
	width: 15px;
	margin-left: 5px
}
.boxset-creation-duplicate-icon{
	width: 15px;
	margin-left: 5px;
}
#inline-loading .col-sm-12{
	width: 100px;
}