.modal-content {
	border-radius: 0px;
}
.modal-header .close {
	float: none;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	background-color: #3498db;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
	width: 30px;
	height: 30px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	z-index: 9999;
}
.modal-header .close:active, .modal-header .close:focus, .modal-header .close:hover {
	background: #2783c0;
	color: #fff;
	outline: 0
}
.modal-content {
	border-radius: 0;
}
.modal-footer {
	padding-top: 0;
	border-top: 0;
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 0;
}
.modal-title {
	font-size: 14px;
	font-weight: 600;
	color: #3498DB;
	text-transform: uppercase;
}

/*alignment popup*/

#alighment-modal p.details{
	font-size: 12px;
	color:#757575;
	margin-bottom: 20px;

}
#alighment-modal .options{
	width:78px;
	height: 78px;
	display: inline-block;
	background-position: 0 0;
	margin-left: 10px;
	margin-right: 10px;
}
#alighment-modal .options.left{
	background-image: url('/assets/images/left-col.png');
}
#alighment-modal .options.center{
	background-image: url('/assets/images/center-col.png');
}
#alighment-modal .options.right{
	background-image: url('/assets/images/right-col.png');
}
#alighment-modal .options:hover,
#alighment-modal .options.active{
	background-position: 0 -78px;
}

/*delete block warning */
#delete-block-modal .modal-title{
	color: #d20000;
}
#delete-block-modal .modal-header .close {
	background-color: #d20000;
}
#delete-block-modal .modal-footer button{
	background-color: #d20000 !important;
	border-color: #d20000 !important;
}
#delete-block-modal  h4 {
	font-size: 14px !important;
}

/*delete block row modal*/
#delete-block-row-modal .modal-title{
	color: #d20000;
}
#delete-block-row-modal .modal-header .close {
	background-color: #d20000;
}
#delete-block-row-modal .modal-footer button{
	background-color: #d20000 !important;
	border-color: #d20000 !important;
}
#delete-block-row-modal  h4 {
	font-size: 14px !important;
}
