.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger a {
    color: #a94442;
    text-decoration: underline;
    font-weight: 700;
}

.alert-danger a:hover {
    text-decoration: none;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.badge-warning {
    background: #ed9c28 !important;
    color: #fff;
}

.badge-danger {
    background: #d2322d !important;
    color: #fff;
}

.badge-success {
    background: #47a447 !important;
    color: #fff;
}


/** popup **/
#modalPopUp {
    z-index: 99999999 !important;
}

.modal-popup {
    left: 50%;
    margin-left: -320px;
    max-width: 641px;
}

.modal-popup img {
    max-width: 641px;
}

@media (max-width: 700px) {
    .modal-popup {
        left: 0%;
        margin-left: 0px;
        margin-top: 100px;
    }

    .modal-popup img {
        width: 100%;
        height: auto;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}


#fCampaignKeyword {
    background: #f3f7ff !important;
    border: 1px solid #f0f0f0 !important;
    padding: 15px;
    border-radius: 4px;
}

#fCampaignKeyword .form-2 fieldset label {
    background: #f3f7ff !important;
}

#fCampaignKeyword fieldset {
    padding: 7px !important;
}


@media (min-width: 1025px) {}

.closePopUpCampaign {
    left: 50%;
    z-index: 9;
    top: 35px;
    margin-left: 295px;
    position: relative;
    font-size: 2.2em;
    font-weight: 700;
    color: #4f4e4e;
}
