/* Form labels */
.vc_tta-panel-body {
    padding-bottom: 10px !important;
}


.vc_tta-panel-body .privpol_label_chk span{
    margin-top: -29px;
}

.privpol_label {
    font-weight: normal;
}

.privpol_button_lang.button.small.selected {
    background: #fff;
    color: #1462a4;
}

a.privpol_button_lang:hover {
    background: #333;
    border-color: #333;
    text-decoration: none;
}

.privpol_button_lang.button.small.selected {
    background: #fff;
    color: #1462a4 !important;
}

.privpol_button_lang {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 14px 9px 14px;
    background: #165F9C;
    border-color: #165F9C;
    width: auto;
    margin: 0 5px 5px 0;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    color: #fff !important;
    border: 1px solid #165F9C;
}

.privpol_label_chk {
    font-weight: normal;
}

.privpol_label_chk:hover {
    cursor: pointer;
    color: #1462A4;
}

.privpol_label_chk.disabled {
    font-weight: normal;
    color: #CCC;
}

.privpol_label_chk.disabled:hover {
    cursor: default;
}

/* Form inputs */
.privpol_input {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0px !important;
}

.uk-button {
    padding: 0 30px !important;
    font-size: .875rem !important;
    line-height: 38px !important;
}

#privpol_div_btn_loader {
    font-size: 10px;
}

#privpol_btn_copy_clipboard {
    margin-top: 15px;
}

#privpol_btn_copy_clipboard_raw_text {
    margin-top: 15px;
    margin-bottom: 15px;
}

#frm_privpol_footer {
    margin-bottom: 20px;
}

.priv_div_margin_bottom {
    margin-bottom: -20px;
}

.small_input_error_msg {
    color: red;
}

/* Important for input errors */
.uk-form-danger, .uk-form-danger:focus {
    color: #f0506e !important;
    border-color: #f0506e !important;
}

/* Button based on template */
button.privpol_button {
    background-color: #FFFFFF;
    color: #165F9C !important;
    border: 3px solid #165F9C;
    width: 100%;
    min-height: 50px;
    line-height: 50px !important;
    font-size: 16px !important;
    border-radius: 2px;
}

button.privpol_button:hover {
    background: #444444;
    color: #ffffff !important;
    border-color: #444444;
}

button.privpol_button.disabled {
    background-color: #F4F4F4;
    color: #ACB2B2 !important;
    border: 3px solid #ACB2B2;
}

.uppercase {
    text-transform: uppercase;
}

/* Customize tour widget */
.privpol_tour {
    margin-top: 40px;
    margin-bottom: 30px !important;
}

/* Modal fix for Unicon */
.uk-modal.uk-open {
    z-index: 99999999;
}

/* Checkbox margin against label */
.privpol_label_chk input {
    margin-right: 5px;
}

.privpol_label_chk span {
    padding-left: 25px;
    display: block;
    margin-top: -22px;
    font-weight: normal;
}

/* For DPO inputs */
.little_dpo_margin_bottom {
    margin-bottom: 15px;
}

/* Margin bottom for first tab of Tour element */
.tour_div_margin_bottom {
    margin-bottom: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here *//* IE Fix for centering modal */
    .uk-modal-dialog {
        margin: 0px;
    }
}

/* Tour element fix for responsive behavior */
.vc_tta-panels-container {
    padding: 10px;
}

/* -------- Custom LOADER ------------*/
div#privpol_loader .privpol_loader_contenido {
    width: 200px;
    height: 50px;
    margin-left: -100px;
    margin-top: -25px;
    font-weight: bold;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 1;
    color: white;
}

div#privpol_loader .privpol_loader_text {
    color: #CCC;
    font-style: italic;
    margin-bottom: 15px;
}

/* -------- End Custom LOADER ------------*//* Rich text preview */
#privpol_div_rich_text_preview {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid #E5E5E5;
    height: 100px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 100%;
}

.span_12 {
    width: 100%;
    table-layout: fixed;
}
