table th {
    width: 230px;
    font-weight: normal;
}

.require-field {
    color: red !important;
    padding-right: 5px;
}

.msg-error small {
    color: red;
}

#noticeModalCenter.modal {
    z-index: 999999 !important;
    margin-top: 115px;
}

#noticeModalCenter .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

#noticeModalCenter .modal-header {
    height: 40px;
}

#noticeModalCenter .modal-header button {
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 0.5;
}

#noticeModalCenter .modal-body {
    padding-top: 40px;
}

#noticeModalCenter .modal-body span {
    text-align: center !important;
}

#noticeModalCenter .modal-footer {
    padding: 0.4rem;
}

#noticeModalCenter .modal-footer button {
    width: 100px;
    margin: 0 !important;
}

#noticeModalCenter .modal-success {
    background-color: #28a745 !important;
}

#noticeModalCenter .modal-danger {
    background-color: #a94442 !important;
}

.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination .active a,
.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    z-index: 3 !important;
    color: #fff !important;
    cursor: default !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.has-error {
    background: #ffe4e4;
}

.label-error {
    color: #a94442 !important;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid gray;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.primary-btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.primary-btn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.label-primary {
    background-color: #337ab7;
    color: #fff;
    font-size: 75%;
    font-weight: bolder;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    display: inline;
    line-height: 1;
}

.card-pricing {
    cursor: pointer;
    transition: all linear 0.3s;
}

.card-pricing:hover {
    cursor: pointer;
    border-color: #e4007f;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-pricing.shadow {
    border-color: #e4007f;
}
