.modal {
    display: block !important;
}
.modal-body {
    margin: 0px;
    padding: 10px 20px 0px 20px;
}
.modal-backdrop.in {
    opacity: 0.6;
}
.modal-header {
    height: 55px;
    background-color: white;
    border-bottom: 2px solid #777777;
    padding: 0;
}
.modal-header h3{
    padding: 10px 15px 10px 15px;
}
.modalTab {
    float: left;
    width: 220px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}
.modalTab.clickable{
	cursor:pointer;
}
.tabDoubleLine {
    padding-top: 4px;
    padding-bottom: 10px;
}
.modalTab.arrowTab {
    text-weight: bold;
    background: url("../images/icons/arrowTab.png") bottom center no-repeat; 
}
.modal-header .fa-stack{
    cursor: pointer;
    position:absolute;
    right: -18px;
    top: -18px;
}
.modal-header .fa-stack i.fa-times{
	color: #ffffff;
}
.modal-header .fa-stack i.fa-circle{
    color: #f81852;
}
.closeModal {
    cursor: pointer;
    position:absolute;
    right: -18px;
    top: -18px;
}
.infoModalWrapper p{
    padding: 20px;
    width: 100%;
    text-align: center; 
}