/* Overrides */
body.modal-open {
    overflow: visible;
}
.tab-content{
	padding-top: 10px;
}
.emailContent, .emailFooterContent{
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.block{
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
	position: relative;
	background: white;
}
.blockColumns img{
	margin-bottom: 5px;
}
.blockColContent{
	text-align: center;
}
.block .rmBlock{
	color: red;
	position: absolute;
	top: 5;
	right: 5;
	cursor: pointer;
}
.block .reOrder{
	position: absolute;
	top: 50%;
	right: -15;
	cursor: pointer;
	font-size: 1.5em;
}
.footerAddress{
	text-align: center;
}
.imgContent{
	position: relative;	
}
.imgContent{
	position: relative;	
}
.imgContent .imgEdit{
	position: absolute;	
	left: 2;
	top: 2;
	padding: .25rem .3rem;
	cursor: pointer;
}
.editContent{
	border: 1px solid #D6D6D6 !important;
	padding-top: 10px !important;
	box-shadow: none !important;
}
.imageCropWindow .modal-dialog{
	width: 700px !important;
	max-width: none !important;
}
.imgContent .imgRemove{
	position: absolute;	
	left: 30px;
	top: 2px;
	padding: .25rem .3rem;
	cursor: pointer;
}
.attachmentHolder .attachment{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: relative;
	border: 1px solid #EDEDED;
    border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.attachmentHolder .attachment .removeAtt{
	color: red;
	position: absolute;
	right: 5;
	top: 5;
	cursor: pointer;
	font-size: 1.3em;
}
.attachmentHolder .attachment img{
	width: 100%;
}
.attachmentHolder .attAlt{
	background: #CCC;
}
.attachmentHolder .attAlt .fa-file-o{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
}
.imgContent{
	margin-bottom: 5px;
}

/* Image Library */
.modal.imgLibBootBox .modal-dialog{
	width: 1200px;
	max-width: 1200px;
}
.modal.imgLibBootBox img {
    max-width: 100%;
    height: auto;
    max-height: 75px;
}
.imageSelectContent .card-header {
    height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imageSelectContent .card{
	margin-bottom: 15px;
}
.imageSelectContent .card.selectedImage {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.imageSelectContent .card {
    cursor: pointer;
}

/* Selectpicker Modification */
.bootstrap-select.btn-group .dropdown-menu.inner {
	display: block;
}
.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
    display: block;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
    display:none;
}
.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.bootstrap-select .btn{
	color: #495057 !important;
	background: white;
	border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

/* Unsubscribe */
.unsubscribe{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}