.feedbackOverlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	z-index: 2060;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.feedbackOverlay > * {
	padding: 30px;
}
.feedbackOverlay p {
	margin-bottom: 0;
}
.feedbackOverlay .success {
	display: none;
	background: rgba(22, 32, 48, 0.85);
	color: #00a660;
}
.feedbackOverlay .error {
	display: none;
	background: rgba(22, 32, 48, 0.85);
	color: #c92438;
}

#bsModal-top-transparent {
	z-index: 2070;
}

.loginContainer.pwLost .loginContent,
.loginContainer.login .pwLostContent {
	display: none;
}

.listTopImg {
	max-height: 200px;
}

#dataTableWalls thead tr th select {
	font-weight: bold;
}

.imgCircle {
	min-width: 50px;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	border-radius: 1000px;
	background-position: center;
	background-color: #2b4c81;
	position: relative;
}
.imgCircle .initials {
	color: #e63312;
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: middle;
	letter-spacing: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.rightBottom {
	position: absolute;
	right: 7px;
	bottom: 7px;
}

.chbSelectCampaignWall.custom-control-input:checked ~ .custom-control-label::before,
.chbSelectCampaignWall.custom-control-input:indeterminate ~ .custom-control-label::before {
	color: #fff;
	border-color: #F9973A;
	background-color: #F9973A;
}

.custom-checkbox .chbSelectCampaignWallDisabled.custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .chbSelectCampaignWallDisabled.custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	color: #fff;
	border-color: #F9973A;
	background-color: #F9973A;
	opacity: 0.7;
}

.chbSelectCampaignWallDisabled.custom-control-input[disabled]:checked ~ .custom-control-label,
.chbSelectCampaignWallDisabled.custom-control-input:disabled:indeterminate ~ .custom-control-label {
	color: #fff;
}

.min-width-125 {
	min-width: 125px;
}

h3.hKanban {
	background-color: #2B4E83;
	color: #fff;
}

.creationPanel {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.creationColumn {
	border: 1px solid #ebe9e9;
	flex: 1 1 0;
	border-radius: 2px;
	display: flex;
	flex-flow: column;
	position: relative;
}

.creationColumn.closed {
	width: 50px;
	background: #2B4E83;
	flex: unset;
	cursor: pointer;
}

.creationColumn h5 {
	padding: 14px;
	font-weight: bold;
	height: 45px;
	background: #2B4E83;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	position: relative;
}

.creationColumn h5.sticky {
	position: fixed!important;
	top: 0;
	z-index: 1;
}

.creationColumn h5.responsible {
	background-color: #E63312;
}

.creationColumn.closed h5 {
	transform: rotate(90deg);
	overflow: initial;
	background-color: transparent;
}

.creationColumn .creationColumnPanel {
	flex-grow: 1;
	position: relative;
	padding: 5px;
}

.creationColumn.closed .creationColumnPanel {
	display: none;
}

.creationColumn .creationColumnPanel .creationColumnGroup {
	margin-bottom: 20px;
	min-height: 20px;
	box-sizing: border-box;
	position: relative;
}

.creationColumn .creationColumnPanel .creationColumnGroup .avoidDropOverlay {
	position: absolute;
	top: 0;
	left:  0;
	width: 100%;
	height:  100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
	display: none;
}

.creationColumn .creationColumnPanel .creationColumnGroup .avoidDropOverlay > div {
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	top: 50%;
    transform: translateY(-50%);
}

.creationColumn .creationColumnPanel .creationColumnGroup .avoidDropOverlay > div > i {
	font-size: 4em;
}

.creationColumn .creationColumnPanel .creationColumnGroup .avoidDropOverlay > div > p {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

.creationColumn .creationColumnPanel .creationColumnGroup h6 {
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.creationColumn .creationColumnPanel .creationColumnGroup .creationColumnGroupItems {
	height: 100%;
}

.creationColumn .creationColumnPanel .creationColumnGroup .creationColumnGroupItems.closed {
	display: none;
}

.creationColumn .creationColumnPanel .creationColumnGroup.noHeadline .creationColumnGroupItems {
	padding-top: 26px;
}

.creationColumn .creationColumnPanel .creationColumnGroup .creationColumnGroupItems .card {
	margin-bottom: 5px;
	cursor: default;
	opacity: 0.7;
}

.creationColumn .creationColumnPanel .creationColumnGroup .creationColumnGroupItems .card.draggable {
	opacity: 1;
}

.creationColumn .creationColumnPanel .creationColumnGroup .creationColumnGroupItems .card:last-child {
	margin-bottom: 0;
}

.creationColumn .creationColumnPanel .creationColumnGroup .creationColumnGroupItems .card i.editWallFrame {
	cursor: pointer;
}

#mailingListStoreSelection {
	height: 250px;
	overflow: auto;
}

div.form-loader-overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #fff;
}

div.form-loader-overlay.opacity-07 {
	background-color: rgba(255, 255, 255, 0.7);
}

div.form-loader-overlay > div.spinner-border {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

#campaignBriefingFilter,
#creationCollapseExpand {
	margin-top: -10px;
}

#creationCollapseExpand > button {
	width: 165px;
}

.clipboardcopy-indesign {
	cursor: pointer;
}

#tblReorderWallsFrames tbody tr td.fixReOrderChb {
	width: 25px;
	position: relative;
}

#tblReorderWallsFrames tbody tr td.fixReOrderChb input[type="checkbox"] {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#tblReorderWallsFrames tr.selectable {
	cursor: pointer;
}

#dataTableCampaignOrder tr td.nowrap {
	white-space: nowrap;
}

a.text-decoration-none,
a.text-underline:hover {
	text-decoration: none!important;
}

a.text-underline {
	text-decoration: underline!important;
}