.modal-header {
    padding:0;
    height: 3.3em;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    font-size: 1.8em;
    margin-top: 0;
    width: 1.8em;
    height: 1.8em;
    background: #aa1212;
    color: #fff !important;
    text-shadow: none;
    opacity:0.6;
    border-radius: 0 4px 0 0;
}
.modal-header .close:hover{
    opacity: 0.75;
}
.modal-header .modal-title{
	padding-top:10px;
	padding-left:15px;
}

.full-screen-frame{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index:10000;
}
.placement-modal-response{
    padding: 20px 8px;
}