dialog {
	border-width: 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}

.bg-apps {
	background-color: #F2F4F7!important;
}

.py1 {
	background-color: #fff;
}

.dropdown-toggle {
	display:block !important;
}

.welcomeMessage {
	font-size: calc(1.275rem + 0.3vw)!important;
	font-weight: 500!important;
	line-height: 1.4!important;
	font-family: 'Open Sans', sans-serif !important;
}

.card-icon-fav {
    top: 0;
    left: 0;
    padding: .5rem;
    color: #DDD;
    font-size: 1.125rem;
}

.card-icon-fav-full{
    top: 0;
    left: 0;
    padding: .5rem;
    color: #a6192e;
    font-size: 1.125rem;
}

.card.appDisabled {
	background-color: #f8d7da;
}

.cards-container {
	height: 100%;
}

.jpl-card {
	padding: 1rem 0.5rem !important;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.jpl-title {
	margin: 0 !important;
}

#filter-label{
    color: #fff!important;
    padding: 5px 0px 2px;
    margin: 0;
	margin-top:5px;
}

a#advanced-filter-button:link { color: #fff }
a#advanced-filter-button:visited { color: #fff }
a#advanced-filter-button:hover { color: #fff }
a#advanced-filter-button:active { color: #fff }

#searchTags {
	margin-left:5px;
	color: #fff;
}

.selected-tags {
	padding: 0px;
}

.suggested-tag-results-list {
	margin-top:-10px;
}

.badge {
    padding: 12px 6px!important;
	margin-top: 2px;
}

.suggested-tags {
	padding: 0px;
}

.restrictedApp {
	background:#FF0000;
	color: #F0F0F0;
	margin: 10px;
	width:100px;
	text-align:center;
}

.inputGroups option {
	padding:5px;
	height:46px;
	padding-top: 12px;
	background-size: 40px 40px;
	background-repeat:no-repeat;
	background-position:1px 2px;
}

ul.editAppGroups {
	width:100%;
}

.inputGroups {
	width: 300px;
}

.bigInputGroups {
	height: 300px;
}

.contentIframe {
	width: 100%;
	height: 100%;
	border: 0px;
	pointer-events: none;
}

.tile .contentIframe {
	width: 100%;
	height: 300px;
	margin:0px;
	padding:0px;
	border: 0px;
}

.search-bar {
	white-space: nowrap;
	height: 2.7rem;
	overflow:hidden
}

#mainSearch {
	width: 320px;
}

.block {
  width:              150px;
  height:             150px;
  background-color:   #cccccc;
  margin:             10px;
}
/*
.tile-group {
	border-radius: 0px 0px 0px 0px;
	background-color:#fff;

	display:         flex;
	flex-wrap:       wrap;
	justify-content: left;
	margin: 0px 0px 0px 0px;
}
.tile-group.recommended {
	background-color:#efefef;
}

.tile-group-footer {
	border-radius: 0px 0px 10px 10px;
	background-color:#fff;
	height: 10px;

	display:         flex;
	flex-wrap:       wrap;
	justify-content: center;
	margin: 0px 0px 10px 0px;
}
.tile-group-footer.recommended {
	background-color:#efefef;
}

.tile-group-header {
	border-radius: 10px 10px 0px 0px;
	background-color:#fff;

	display:         flex;
	flex-wrap:       wrap;
	justify-content: start;
	margin: 0px 0px 0px 0px;
}
.tile-group-header.recommended {
	background-color:#efefef;
}
*/

.tile-group-header-text {
	width:80%;
}

.tile-group-header-appcount-text {
	margin-top:7px;
	margin-right:7px;
	text-align:right;
	font-size:0.75rem;
	width:20%;
}

.info-group-header {
	background-color:#98daf4;
	display:         flex;
	flex-wrap:       wrap;
	justify-content: start;
	margin: 0px 0px 0px 0px;
}

.infoGroupTitle {
	font-weight: bold;
	font-size: 1.25rem;
	margin:10px 10px 10px 0px;
	padding: 10px;
	vertical-align:top;
	left:54px;
	width:100%;
}

.tile {
	width: 400px;
	height: 200px;
	position: relative;
	margin: 5px 5px 10px 5px;
	outline: 1px solid transparent;
	padding: 5px;
	font-size: 0.85rem;
	background-color:#efefef;
	color:hsla(153, 43%, 15%, 1.0);
	overflow:hidden;
}

.recommended .tile {
	background-color: #d3d3d3;
}

.appsImage {
/*	width: 72px;
	height: 72px;
	*/
}

.appsGroupImage {
	margin: .25rem 1rem .25rem 0;
	width: 40px;
	height: 40px;
	display: inline-block;
}

div.appsGroupTitle {
	font-weight: bold;
	font-size: 1.25rem;
	margin:10px 10px 10px 0px;
	vertical-align:top;
	left:54px;
	width:100%;
}
.recommended .appsGroupTitle {
	border-bottom-color: #d3d3d3;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

.appsEditFieldLabel {
	font-weight: bold;
	font-size: 0.85rem;
	margin:10px;
	display: block;
}

.floatingEditField {
	float: left;
	position: absolute;
}

.halfSizedEditField {
	width: 200px;
}

.plusToolButton {
	width:20px;
	height:20px;
	background-image: url(/images/svg/plus-solid.svg);
	background-repeat: no-repeat;
	float: right;
	margin-right:10px;
}

.minusToolButton {
	width:20px;
	height:20px;
	background-image: url(/images/svg/minus-solid.svg);
	background-repeat: no-repeat;
	float: right;
}

.indented {
	margin-left: 30px;
}

.appEditField {
	border: 1px solid silver;
	background-color:#f6f6f6;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	margin-bottom:10px;
}

input[type="text"].appEditField {
	width:95%;
}

textarea.appEditField {
	width:95%;
}

#appsInfo h4 {
	margin-top:10px;
}
.appsDescriptions {
	margin:0px;
	font-size: .875rem;
	display:block;
}

.hiddenEdit{
	display:none;
	border: 1px solid #a0a0a0;
	background-color: #e3e3e8;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.hiddenEditToggle {
	display:none;
}


.appsGroupControls {
	margin: 0px 10px 10px 10px;
	width: 100%;
	text-align:center;
}

#appsControls {
	margin: 15px 0px 10px 0px;
}

ul.app-tags{
	list-style:none;
}

.app-tag {
    background-color: #fff;
    font-size: .85em;
    float: left;
    padding: 5px;
    border-radius: 5px;
	border: 1px solid #ccc;
    margin: 5px 2px;
    color: #000;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#appsInfo,#appsEdit {
	background-color: #fff;
}

/*
.row div:nth-child(odd) {
	border-right:1px solid #666666;
}
*/

.twoColumn1 {
  float: left;
  width: 75%;
}
.twoColumn2 {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.appsSearchErrorMessage {
	margin-top: 0px;
	margin-bottom: 40px;
}

#banner {
	background-image: url('/images/header-banner.png?v=1.24.0.260610-2012');
	background-size: cover;
	background-repeat: no-repeat;
}

#searchBanner {
	min-height: 276px!important;
}

.badge-primary {
	color: #0062cc!important;
	background-color: #fff!important;
}

.badge-secondary {
	background-color: #243b7F!important;
	border: 1px solid #fff;
}

/* the below two classes hide the intorjs skip button while showing the done button */

/*
a.introjs-skipbutton {
	display: none;
}
*/
/* always display the done button even when skipbutton is display none */
a.introjs-donebutton {
	display: inline!important;
	font-weight: bold;
	text-decoration:underline;
}

.wiggle {
	animation-name: wiggle;
	animation-duration: 425ms;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	cursor: grab;
}

@keyframes wiggle {
	0% {transform: rotate(1deg);}
	25% {transform: rotate(-1deg);}
	50% {transform: rotate(2deg);}
	75% {transform: rotate(-1deg);}
	100% {transform: rotate(1deg);}
}

.grab {
	cursor: grab;
}

.grab:active {
	cursor: grabbing;
}

.titleRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.myFavoritesTitle {
	display: inline-block !important;
}

.btnContainer {
	margin: 0 20px;
}

.tile-btn {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.sort-btn, .cancel-btn, .save-btn {
		display: none !important;
	}
}
