.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.Absolute-Center.is-Responsive {
    width: 50%;
    height: 70%;
    min-width: 200px;
    max-width: 400px;
    padding: 40px;
}

.modalLoading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../images/loading.gif')
                50% 50%
                no-repeat;
}

body.loading .modalLoading {
    overflow: hidden;
}

body.loading .modalLoading {
    display: block;
}

.card-header-custom {
    color: #3e7c9b;
    background-color: #d9edf7;
}
.card-title {
    font-size: 14px;
}

.card-text{
    font-size: 15.4px;
}