﻿/* Campos Adicionales*/
#afc_main {
    width: 100%;
    margin: 0;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    min-height: 300px;
    padding-bottom: 50px;
}

.form-tab-content #afc_main {
    max-height: 100% !important;
    padding-bottom: 0;
}

#afc_main .mCSB_container {
    width: auto !important;
}

.afc-row {
    display: inline-block;
    padding: 2px;
    height: auto;
    margin-bottom: 4px;
    white-space: nowrap;
    vertical-align: middle;
}

    .afc-row.title {
        text-overflow: ellipsis;
        width: 40%;
        color: #8DA5A3;
        text-indent: 8px;
    }

        .afc-row.title span {
            width: 100%;
            word-wrap: break-word;
            white-space: pre-line;
        }

    .afc-row.value {
        width: 54%;
    }
    .afc-row.rich {
        width: 99%;
    }

        .afc-row.value input, .afc-row.value textarea {
            height: 14px;
            min-height: 14px;
            width: 100% !important;
        }

.afc-field > span {
    display: block;
    border-bottom: 1px solid rgb(208, 208, 208);
    font-family: ClearSans-Regular;
    margin-bottom: 8px;
    margin: 4px 10px 8px 10px;
    width: 100%;
    color: #F5846F;
    font-size: 13px;
}

#afc_title {
    padding: 4px 4px 8px 6px;
}

    #afc_title span {
        color: #666666;
        font-size: 12px;
    }

.afc-row.value input[type="text"]:focus, .afc-row.value textarea:focus {
    outline: 1px solid #F5846F;
}

.pickerWrapper_Default {
    height: inherit !important;
}
/* Fin Campos Adicionales */

/* Tooltip */
.basic_tooltip, .basic_tooltip_alt {
    background-color: #556D82;
    border: 1px solid #556D82;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    left: 610px;
    padding: 4px 5px;
    position: absolute;
    top: 427.067px;
    max-width: 80px;
    word-wrap: break-word;
    white-space: pre;
    display: none;
}

    .basic_tooltip img, .basic_tooltip_alt img {
        position: absolute;
        top: 5px;
        left: -9px;
    }

.k-editor .k-editor-toolbar-wrap {
    overflow: auto;
}

/* Fin Tooltip*/
