#PrintMessage{
    z-index: 1052;
}
#PrintMessage .modal-content{
    border-radius: 0rem;
    border: 0px;
}
#PrintMessage .modal-header {    
    padding: 1rem 1rem 0 1rem;
    border-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#PrintMessage .modal-footer {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-top: 0px solid #e2f4f9;
    background-color: #00233c;
}
#PrintMessage h4{
    font-weight: 600;
    color: #00243c;
}
#PrintMessage p{
    color: #00243c;
    font-size: 1rem;
}
#PrintMessage p b{    
    font-weight: 600;
}
#PrintMessage p a{    
    color: #00b3ec;
}
#PrintMessage .fa-exclamation-triangle{
    margin-right: 0.5rem;
    color: #f4a91c;
}
#PrintMessage .fa-check-circle{
    margin-right: 0.5rem;
    color: #0ad224;
}
#PrintMessage .fa-exclamation-circle{
    margin-right: 0.5rem;
    color: #029aff;
}
#PrintMessage .fa-info{
    margin-right: 0.5rem;
    color: #029aff;
}
#PrintMessage button{
    font-weight: 600;
    background-color: #00b3ec;
    color: #fff;
    border-radius: 0;
}
#PrintMessage button.delete{    
    background-color: #ff3019;   
    margin-right: auto;
}
#PrintMessage button.btn-default{
    font-weight: 600;
    background-color: #ff3019;
    color: #fff;
    border-radius: 0;
    margin-right: auto;
}

#SubscriptionModal{
    z-index: 1051;
}
#SubscriptionModal .modal-content{
    border-radius: 0rem;
    border: 0px;
}
#SubscriptionModal .modal-header {    
    padding: 1rem 1rem 0 1rem;
    border-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#SubscriptionModal .modal-footer {
    padding: 0.5rem;
    border-top: 0px solid #e2f4f9;
    background-color: #00233c;
    justify-content: space-between;
}
#SubscriptionModal h4{
    font-weight: 600;
    color: #00243c;
}
#SubscriptionModal p{
    color: #00243c;
    font-size: 1rem;
}
#SubscriptionModal p b{    
    font-weight: 600;
}
#SubscriptionModal p a{    
    color: #00b3ec;
}
#SubscriptionModal .fa-check-circle{
    margin-right: 0.5rem;
    color: #0ad224;
}
#SubscriptionModal .fa-exclamation-circle{
    margin-right: 0.5rem;
    color: #029aff;
}
#SubscriptionModal .btn {
    font-weight: 600;
    border-radius: 0;
}
#SubscriptionModal .btn.btn-primary{
    background-color: #00b3ec;
    color: #fff;
}

#ModalChangeLimit{
    z-index: 1041;
}
#ModalChangeLimit .modal-content{
    border-radius: 0rem;
    border: 0px;
}
#ModalChangeLimit .modal-header {    
    padding: 1rem 1rem 0 1rem;
    border-bottom: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#ModalChangeLimit .modal-footer {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-top: 0px solid #e2f4f9;
    background-color: #00233c;
}
#ModalChangeLimit h4{
    font-weight: 600;
    color: #00243c;
}
#ModalChangeLimit p{
    color: #00243c;
    font-size: 1rem;
}
#ModalChangeLimit p b{    
    font-weight: 600;
}
#ModalChangeLimit p a{    
    color: #00b3ec;
}
#ModalChangeLimit .fa-exclamation-triangle{
    margin-right: 0.5rem;
    color: #f4a91c;
}
#ModalChangeLimit .fa-check-circle{
    margin-right: 0.5rem;
    color: #0ad224;
}
#ModalChangeLimit .fa-exclamation-circle{
    margin-right: 0.5rem;
    color: #029aff;
}
#ModalChangeLimit .fa-info{
    margin-right: 0.5rem;
    color: #029aff;
}
#ModalChangeLimit button {
    font-weight: 600;
    background-color: #00b3ec;
    color: #fff;
    border-radius: 0;
}
#ModalChangeLimit button.delete{    
    background-color: #ff3019;   
    margin-right: auto;
}
#ModalChangeLimit button.btn-default{
    font-weight: 600;
    background-color: #ff3019;
    color: #fff;
    border-radius: 0;
    margin-right: auto;
}