#formAnadirOferta .btn-group { 
    margin: 0 0 10px 0;
    padding: 0;
}
#formAnadirOferta .btn-group button { 
    height: 40px;
}

.register-center {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 18px;
    overflow: auto;
}

.center-registration-step-tab {
    border-right: 1px solid #e1e1e1;
    float: left;
    height: auto;
    margin: 8px 0 0;
    padding: 10px 18px 12px;
    overflow: auto;
}
.center-registration-step-tab-active {
    color: #1BA355;
}
#centerRegistrationFormStep2 .nav.navbar-nav.navbar-right {
    margin: 0;
}

#centerRegistrationFormStep2 h4 {
    margin-bottom: 10px;
}
.panel-heading.panel-heading-tabs {
    padding-bottom: 0;
}

#formCpcCenterRegistration .cpc-button-form-row {
    padding-top: 14px;
    text-align: center;
}

#formCpcCenterRegistration .navbar-right {
    margin-right: 0;
}

.cpc-charge-container-step .navbar-right {
    margin-right: 0;
    margin-top: -6px;
}

.cpc-campaign-form-fields div .input-group,
.cpc-filter-form-fields div .input-group,
.cpc-ad-form-fields div .input-group,
.cpc-charge-container-step .input-group {
    margin-bottom: 8px;
    width: 100%;
}

.cpc-campaign-form-fields .input-group-btn > .btn,
.cpc-filter-form-fields .input-group-btn > .btn,
.cpc-ad-form-fields .input-group-btn > .btn {
    padding: 6px;
}

.cpc-campaign-form-fields .campaign-filter-cpc-input-group,
.cpc-filter-form-fields .campaign-filter-cpc-input-group {
    z-index: 4;
}
.cpc-campaign-form-fields #campaign-ad-cpc-input-group,
.cpc-filter-form-fields #campaign-ad-cpc-input-group {
    z-index: 3;
}

.cpc-campaign-form-fields .input-group .bootstrap-select > button.btn-default,
.cpc-filter-form-fields .input-group .bootstrap-select > button.btn-default,
.cpc-ad-form-fields .input-group .bootstrap-select > button.btn-default {
    border: 1px solid #ccc;
    border-radius: 0;
}

.cpc-campaign-form-fields .input-group-addon:first-child,
.cpc-filter-form-fields .input-group-addon:first-child {
    width: 118px;
    text-align: left;
}

.cpc-ad-form-fields .input-group-addon:first-child {
    width: 140px;
    text-align: left;
}

.cpc-helper {
    /* outline: 1px solid #B91717; */
    /* border-color: #B91717; */
    /* border-width: 1px; */
    cursor: help !important;
    /* border: 1px solid #B91717; */
    outline-offset: 1px;
    /*box-shadow: 0 0 2px 1px #FF8585;*/
    box-shadow: 0 0 2px 1px #FFB309 !important;
    border-radius: 4px;
}

.cpc-helper * {
    cursor: help !important;
}

.cpc-navbar-filter-selector {
    margin-bottom: 7px;
}

.modal-body .cpc-navbar-filter-selector {
    margin-right: 0;
}

.cpc-filter-tab-contents .panel[data-filter-id] {
    margin-bottom: 8px;
    border-radius: 10px 10px 0 0;
    border-width: 1px;
}

.cpc-filter-tab-contents .panel[data-filter-id] .panel-heading {
    padding: 8px;
}

.cpc-filter-tab-contents .remove-filter-button {
    float: right;
    position: relative;
    top: -4px;
}

.cpc-filter-tab-contents .remove-seg-filter-button,
.cpc-filter-tab-contents .remove-zip-code-filter-button {
    float: right;
    margin-top: -3px;
}

.cpc-filter-form-fields .bootstrap-select.form-control.input-group-btn .drowdown-menu,
.cpc-ad-form-fields .bootstrap-select.form-control.input-group-btn  .drowdown-menu{
    z-index: 1040;
}

.cpc-charge-container-step .panel {
    margin-bottom: 10px;
}

button.center-registration-cpc-help + .popover {
    min-width: 300px;
}

.videoText h1 {
    font-weight: bold;
}

/*.bootstrap-select .drowdown-menu {
    z-index: 1040;
}*/

.textarea-length-info {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    padding: 4px;
    height: 20px;
    font-size: 9px;
    width: auto;
    background-color: rgb(210, 210, 210);
    background-color: rgba(210, 210, 210, 0.6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.has-error .form-control:not(.bootstrap-select), 
.has-error input,
.has-error input:focus,
.has-error.checkbox {
    border-color: #b94a48 !important;
}

#page-add-center .leftSide {
    margin-bottom: 10px;
}

.cpc-campaign-form-fields .has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48 !important;
}

.input-group .error-msg-label {
    left: 0;
}

.center-registration-cpl-steps .has-error .error-msg-label {
    margin-top: -1px;
}

.highlight-placeholder::-webkit-input-placeholder {
    color: #a94442;
}
.highlight-placeholder:-moz-placeholder {
    color: #a94442;
}
.highlight-placeholder::-moz-placeholder {
    color: #a94442;
}
.highlight-placeholder:-ms-input-placeholder {
    color: #a94442;
}
.highlight-placeholder::-ms-input-placeholder {
    color: #a94442;
}
.highlight-placeholder::input-placeholder {
    color: #a94442;
}

@media(min-width: 767px) {
    .center-registration-logo-column {
        margin-top: -20px;
        text-align: center;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    #page-add-center .leftSide {
        margin: 10px 0 10px;
    }
    #page-add-center .rightSide {
        margin: 0 auto 10px auto;
        width: 100%;
    }
}

@media (min-width : 768px) {
    #page-add-center .leftSide {
        min-height: 862px;
    }
}
@media (min-width : 1200px) {
    #page-add-center .leftSide {
        min-height: 802px;
    }
}

@media (max-width : 991px) {
    #page-add-center .leftSide {
        min-height: 912px;
    }
}

@media (max-width : 767px) {
    #page-add-center .leftSide,
    #page-add-center .rightSide {
        min-height: 0;
    }
}


