.modal {
    position: fixed;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    padding-top: 15px;
    background: #001b37;
    border-bottom: 1px solid #00843c;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
}

.modal-body {
    position: relative;
    padding: 15px;
	background: #fff;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #000;
	font-size: 18px;
	float:left;
}

.btn-primary {
    color: #000;
    background-color: #96ae40;
    border-color: #96ae40;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 5px;
    /* color: rgb(0 0 0); */
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
    /* opacity: .2; */
}

.modal-header .close {
    margin-top: -8px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid rgb(229 229 229);
}