﻿.sume-uv, .sume-ntd {
    display: none;
}

.reg-review-frame-btn {
    font-size: 13px;
    font-weight: bold;
    color: #d64f00;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

#success_message {
    display: none;
}

.form-horizontal label {
    text-align: right;
    padding-top: 7px;
    color: #0a40b7;
}

.panel-body.pd-form {
    padding: 15px;
    display: block;
}

.multiselect.dropdown-toggle.btn-block.text-left.btn.btn-default {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-default:hover, .btn-default:focus {
    background: #fff !important;
}

.multiselect.dropdown-toggle.btn-block.text-left.btn.btn-default b {
}

.multiselect-container.dropdown-menu {
    min-width: 285px !important;
}

    .multiselect-container.dropdown-menu > .active > a, .multiselect-container.dropdown-menu > .active > a:focus, .multiselect-container.dropdown-menu > .active > a:hover {
        color: #5970a0 !important;
        background-color: #ffffff !important;
    }

.error-border {
    border-color: #a94442;
}

.success-border {
    border-color: #3c763d;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: inherit;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    text-align: left;
}

.keyword-tag {
    display: none;
}

.rec-logo-header {
    margin-bottom: 45px;
}

.rec-logo-cover img, .item-avatar-create-frame img {
    border: 1px solid #cfcfcf;
}

.rec-logo-cover img {
    padding: 1px;
    min-height: 200px;
}

.keyword-tag {
    display: none;
}

.pending-status {
    border: 1px solid red;
    padding: 5px 10px;
    width: fit-content;
    background: #ffe3e1;
    margin-top: 5px;
}

.success-template {
    border: 1px solid #15b740;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #effff4;
    text-align: center;
    padding: 15px;
}

    .success-template h3 {
        font-size: 20px;
        margin-top: 10px;
    }

    .success-template hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .success-template table {
        border-top: 1px solid #e8e8e8;
        margin-top: 10px;
        padding: 10px 0;
    }


.panel-footer p {
    color: #455c8e;
    padding: 15px;
    margin-bottom: 0;
}
