.modalbri {
    display: none; 
    position: fixed; 
    z-index: 9999;
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
	color:#000000;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 32%;
    position: relative;
}

.closem {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top:0px;
    right: 10px;
    position: absolute;
}

.closem:hover,
.closem:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-header {
	border-bottom: 1px solid #ddd;
}
.modal-body {
	padding:15px;
}
.modal-footer {
	text-align: right;
	padding:15px;
}
.btn-primary {
	background: #3085d6;
	border: 1px solid #3085d6;
	color: #fff;
	padding:5px 18px;
	border-radius: 5px;
	text-decoration: none;
}