.modal-backdrop.show{
    background-color:#004694;
    opacity:.8;
}
.modal-content{
    border:none;
    width:80%;
    margin-left:10%;
}
.modal-content .modal-header{
    border:none;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.modal-content .modal-header h5{
    width:100%;
    font-family: Montserrat-bold;
    text-align:center;
    color:#004694;
    width:100%;
    text-transform:uppercase;
    font-size:22px;
}
.modal-content .modal-header h6{
    width:100%;
    font-family: Montserrat-light;
    text-align:center;
    color:#004694;
    width:100%;
    text-transform:uppercase;
    font-size:12px;
}
.modal-content .modal-header button span{
    color:#004694;
}
.modal-content .modal-body select{
    border:2px solid #004694;
    color:#004694;
    border-radius:2px;
}
.modal-content .modal-body{
    padding:0 1rem;
}
.modal-content .modal-body p{
    color:#004694;
    font-size:14px;
    margin-bottom:5px;
    line-height:20px;
}
.modal-content .modal-body select:focus{
    box-shadow: none;
}
.modal-content .modal-footer{
    border:none;
    padding-top:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.modal-content .modal-footer button{
    margin-top: 10px;
    background-color: #004694;
    border: none;
    color: #FFF;
    padding:7px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: Montserrat-medium;
    font-size: 12px;
}
.modal-content .modal-footer .btn-cancel{
    margin-right:2.5px;
    width: calc(50% - 5px);
}
.modal-content .modal-footer .btn-add{
    margin-left:2.5px;
    width: calc(50% - 5px);
}
