body {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.siteHeader {
    background-color: #FFFFFF;
    height: 86px;
    width: 100%;
    background-image: url(../Content/Images/AppImg.png);
    background-position: 3% center;
    background-size: 146px 53px;
    background-repeat: no-repeat;
    border-bottom: 8px #989A9C solid;
    text-align: right;
}

    .siteHeader > img {
        margin-top: 13px;
        margin-right: 10px;
    }

.siteFooter {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #999999;
    background-color: #D6D6D6;
    width: 100%;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    border-top: 2px solid #CCCCCC;
    margin-top: 10px;
}

.logOnUser {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: right;
    color: #808080;
    padding-top: 15px;
}

.spanLogOut {
    font-weight: bold;
}

    .spanLogOut:hover {
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

.txtDefault {
    width: 99%;
}

.pageTitle {
    FONT-SIZE: 15px;
    TEXT-TRANSFORM: uppercase;
    COLOR: #797979;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, sans-serif;
    padding-left: 10px;
    margin-bottom: 20px;
}

.ItemTitle {
    background-image: url("../Content/ParadocANL/Images/overlay.png");
    background-repeat: no-repeat;
    width: 100% -40px;
    cursor: pointer;
    background-color: #8f8f8f;
    border-bottom: 2px solid #989A9C;
    height: 31px;
    padding-left: 50px;
    line-height: 32px;
}

    .ItemTitle:hover {
        background-image: url("../Content/ParadocANL/Images/overlay.png");
        background-repeat: no-repeat;
        width: 100% -40px;
        cursor: pointer;
        background-color: #797979;
        height: 31px;
        padding-left: 50PX;
        line-height: 32px;
    }

.lineSeparator {
    border-top: 1px dashed #CCCCCC;
    width: 100%;
    height: 4px;
    border-bottom-style: none;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.msgError {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ff0000;
    font-size: 12px;
}

.msgSuccess {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #4b9b56;
    font-size: 12px;
}

.msgLoading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 13px;
}

.modalAdminWindow {
    display: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .modalAdminWindow > div {
        padding-bottom: 6px;
    }

.modalAdminElementWindow {
    display: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

    .modalAdminElementWindow > div {
        padding-bottom: 6px;
    }

    .modalAdminElementWindow header {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #797979;
    }

    .modalAdminElementWindow .modalAdminElementFields {
        width: 95%;
    }

.fieldForm {
    width: 100% !important;
    margin-top: 4px;
}

/* Secciones en Páginas */
.divSection > header {
    background-image: url("../../Content/ParadocANL/Images/overlay.png");
    background-repeat: no-repeat;
    width: 100% -40px;
    cursor: pointer;
    background-color: #8f8f8f;
    border-bottom: 2px solid #989A9C;
    height: 31px;
    padding-left: 50px;
    line-height: 32px;
    color: #FFFFFF;
    font-size: 14px;
}

    .divSection > header:hover {
        background-image: url("../../Content/ParadocANL/Images/overlay.png");
        background-repeat: no-repeat;
        width: 100% -40px;
        cursor: pointer;
        background-color: #797979;
        height: 31px;
        padding-left: 50PX;
        line-height: 32px;
        color: #FFFFFF;
        font-size: 14px;
    }

.divSection > section {
    display: none;
}

.divSection .divSectionContent {
    padding-bottom: 15px;
}

.divSectionFilters {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
}

.divSection .k-button {
    margin-top: 5px;
}

.pageSection .k-button {
    margin-top: 5px;
}

/* Ventana Confirm */
.divWinConfirm {
    display: none;
}

    .divWinConfirm header {
        margin-left: 15px;
        margin-top: 10px;
        margin-right: 15px;
        font-size: 12px;
        width: 95%;
    }

    .divWinConfirm footer {
        margin-top: 10px;
        margin-right: 15px;
        width: 95%;
        text-align: right;
    }

/* Actualizaciones param estilo kendo */
.k-window-titlebar {
    background-color: #d3d3d3 !important;
    border-color: #c2c2c2 !important;
    color: #797979 !important;
}

.k-calendar .k-header {
    background-color: #d3d3d3 !important;
}

.k-window .k-button {
    margin-top: 4px;
}

.k-file-progress .k-progress {
    background-color: #98a0cc !important;
}

.k-file-success .k-progress {
    background-color: #d5f7da !important;
}

.k-grid tr:hover {
    background-color: #f2f2f2;
}

/* Actualizaciones Bootstrap */
.table .k-button {
    padding: 0px 6px 0px 6px !important;
    line-height: inherit !important;
}

.table td {
    padding: 4px !important;
}


.highlightedValue {
    color: #FF423C;
}

.imgHome {
    width: 650px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) {
    .imgHome {
        width: 90% !important;
    }
}

.noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.highlightGray {
    margin-top: 6px;
    background-color: #ebebeb;
    padding-top: 5px;
    min-height: 28px;
}

.pageSection {
    padding-bottom: 10px;
}

    .pageSection header {
        background-color: #e8e8e8;
        border-bottom: 1px solid #d4d4d4;
        border-Top: 1px solid #d4d4d4;
        min-height: 45px;
        font-size: 18px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #808080;
    }

    .pageSection footer {
        text-align: right;
    }

    .pageSection .pageSectionFields {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.fieldTitle {
    padding-top: 6px;
    font-size: 15px;
    color: #808080;
}

.noValid {
    border: 1px solid #ff9999 !important;
    background-color: #fff2f2 !important;
}