﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body, td, h1, h2, h3, h4, ol, ul, dl, li, dt, dd {
    font-family: arial,helvetica,sans-serif;
}

html, body, td, code, kbd, tt, ol, ul, dl, li, dt, dd {
    font-size: 12px;
}

code, kbd, tt {
    color: #666666;
    font-family: courier,"courier new",monaco;
}

html, body {
    margin: 0;
    padding: 0;
}

a:link {
    color: #ff3300;
    text-decoration: none;
}

a:visited {
    color: #ff3300;
    text-decoration: none;
}

a:hover {
    color: #003366;
    text-decoration: underline;
}

body {
    color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0 10px 10px 10px;
    background: #535353 url(FrameworkImages/body_bg.png) center repeat-y;
}

h1 {
    margin: 0 0 10px 0;
    color: #C00000;
}

h2 {
    color: #003366;
    margin: 0 0 10px 0;
}

p {
    line-height: 18px;
}

a img {
    border: medium none;
}

a:focus, a:hover, a:active {
    outline: medium none;
}

/* Layout */
#pageLoadOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
    background: url("images/pageLoadOverlay.png") repeat scroll 0 0 transparent;
    z-index: 10000;
    left: 0;
    top: 0;
    text-align: center;
    padding: 10px 0 0 0;
    color: #fff;
}

#page {
    width: 1002px;
    left: 50%;
    margin-left: -511px;
    position: relative;
    background-color: #fff;
    padding: 0 10px 10px 10px;
}

#left-column {
    float: left;
    width: 176px
}

#left-column-login {
    float: left;
    width: 176px;
    background-color: #A6A6A6;
    color: #000;
    margin-top: 3px
}

#left-column .w1 {
}

#left-column .w2 {
    padding: 0;
}

#left-column-login .w1 {
    background: #003366;
}

#left-column-login .w2 { /*background: url(images/bg-nav.png) 0px -37px;*/
    padding: 3px;
}

    #left-column-login .w2 h2 {
        margin: 5px 0 5px 10px;
        color: #FFF;
    }

#main {
    margin: 0 0 0 200px;
}

#main-login {
    margin: 0 0 0 200px;
}

.clearer {
    clear: both;
}

#left-column .t-state-selected {
    background-color: #C00000;
    color: #FFFFFF;
}

#page #left-column .t-state-default .t-header {
    color: #CCC;
    font-weight: bold;
    padding: 3px 3px 3px 6px;
    border-bottom: 1px solid #FFF;
    background: url(images/bg-nav.png) 0px -111px repeat-x;
}

#page #left-column .t-state-active .t-header {
    color: #FFF;
    font-weight: bold;
    padding: 3px 3px 3px 6px;
    border-bottom: 1px solid #FFF;
    background: url(images/bg-nav.png) 0px -37px repeat-x;
}

#left-column .t-widget {
    border: none;
}

#left-column .t-content a {
    display: block;
    padding: 3px 12px;
    color: #666;
}

#left-column .t-content {
    border-bottom: none;
    margin: 0 0 0 0;
}

#header {
    position: relative;
    height: 60px;
}

#logo {
    background: url(FrameworkImages/logo.png) top left no-repeat;
    width: 219px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 0px;
}

#client-info {
    width: auto;
    position: absolute;
    bottom: -2px;
    left: 0px;
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
}

#logindisplay {
    position: absolute;
    top: 10px;
    right: 128px;
    width: auto;
    padding: 6px;
    border: 1px solid #EEE;
    background: #FFF;
}

    #logindisplay.right {
        right: 0;
    }

    #logindisplay .w1 {
    }

    #logindisplay .w2 {
    }

    #logindisplay a {
        display: inline-block;
        padding: 0 10px;
        margin: 0 0 0 0;
        color: #FF3300;
    }

#status-icon {
    position: absolute;
    top: 10px;
    right: 0px;
    width: auto;
    padding: 4px 4px 0 6px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border: 1px solid #EEE;
    background: #f6f6f6;
}

    #status-icon .undefined, #status-icon .normal, #status-icon .warning, #status-icon .critical {
        width: 17px;
        height: 18px;
        display: inline-block;
        cursor: pointer
    }

    #status-icon .undefined, .undefined {
        background: url(FrameworkImages/semaforo_none.png) center no-repeat
    }

    #status-icon .normal {
        background: url(FrameworkImages/semaforo_green.png) center no-repeat
    }

    #status-icon .warning {
        background: url(FrameworkImages/semaforo_yellow.png) center no-repeat
    }

    #status-icon .critical {
        background: url(FrameworkImages/semaforo_red.png) center no-repeat
    }

#date {
    position: absolute;
    width: auto;
    top: 10px;
    right: 350px;
    color: #999;
    padding: 6px;
    text-align: right;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border: 1px solid #EEE;
    background: #FFF;
}

#breadcrumb {
    text-align: right;
}

/*:::::::::: ZONA BAJO EL HEADER DONDE PASAN LAS NOTICIAS EN UN MARQUE ::::::::::*/

#flash-news-w {
    border-top: 2px solid #003366;
    margin: 5px 0 5px 0;
    color: #666666;
}

#flash-news {
    background-color: #eee;
}

    #flash-news .w1 {
        background: url(FrameworkImages/flash-news-l.gif) left no-repeat;
    }

    #flash-news .w2 {
        background: url(FrameworkImages/flash-news-r.gif) right no-repeat;
        padding: 7px 14px;
    }

    #flash-news ul {
        margin: 0;
        padding: 0;
    }

        #flash-news ul, #flash-news ul li {
            list-style: none;
            list-style-type: none;
        }

            #flash-news ul li {
                font-weight: normal;
            }

/*:::::::::: PIE DE PAGINA ::::::::::*/

#footer {
    text-align: center;
    color: #003366;
    border-top: 1px solid #bbb;
    padding: 5px;
    margin: 30px 0 0 0;
    position: relative;
}

    #footer .copy {
        position: absolute;
        right: 0;
        top: 5px;
    }

    #footer .enterprise {
        position: absolute;
        left: 0;
        top: 5px;
        font-weight: bold;
    }

/* Forms */
fieldset {
    background-color: #f2f2f2;
    border: none;
    margin: 0 0 20px 0;
    padding: 5px;
}

#left-column-login fieldset {
    padding: 5px 0 5px 5px;
    margin: 0
}

fieldset.collapsed {
    padding: 0 5px;
}

fieldset legend {
    color: #444444;
    display: block;
    font-weight: bold;
    margin: 0 -5px;
    padding: 7px;
    text-transform: uppercase;
    width: 792px;
    background: url(images/bg-nav.png) 0px -74px repeat-x;
}

fieldset.white {
    background-color: #FFF;
}

fieldset.help, fieldset.wizard {
    background-color: #FFFCDF;
}

    fieldset.help legend, fieldset.wizard legend, fieldset.detalis legend {
        background-color: #D78321;
    }

    fieldset.help .fieldset-wrapper {
        padding: 0 50px 20px 0;
        background: url(FrameworkImages/help.png) right top no-repeat;
    }

    fieldset.detalis legend, fieldset.wizard legend {
        background-color: #D78321;
    }

fieldset.detalis .fieldset-wrapper {
    padding: 0 50px 20px 0;
    background: url(FrameworkImages/details.png) right top no-repeat;
}

fieldset.error .fieldset-wrapper {
    padding: 0 50px 20px 0;
    background: url(FrameworkImages/semaforo_red.png) right top no-repeat;
}

fieldset.succes .fieldset-wrapper {
    padding: 0 50px 20px 0;
    position: relative;
    background: url(FrameworkImages/semaforo_green.png) right top no-repeat;
}

fieldset.wizard .fieldset-wrapper {
    padding: 0 70px 40px 0;
    background: url(images/wizard.gif) right top no-repeat;
}

fieldset.wizard {
    position: relative;
}

    fieldset.wizard .step {
        visibility: hidden
    }

    fieldset.wizard .fieldset-wrapper .step {
        position: absolute;
        right: 14px;
        top: 74px;
        font-weight: bold;
        visibility: visible
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    fieldset.wizard .fieldset-wrapper .step {
        position: absolute;
        right: 14px;
        top: 110px;
        font-weight: bold;
        visibility: visible
    }
}

.icon-standalone {
    float: left;
    width: 16px;
    height: 16px;
    clear: left;
    padding: 2px;
    margin-right: 3px;
}

.icon-normal {
    background: url(FrameworkImages/semaforo_green.png) left no-repeat;
}

.icon-warning {
    background: url(FrameworkImages/semaforo_yellow.png) left no-repeat;
}

.icon-critical {
    background: url(FrameworkImages/semaforo_red.png) left no-repeat;
}

fieldset .icon {
    float: left;
    width: 16px;
    height: 16px;
    clear: left;
    visibility: hidden;
    padding: 3px;
}

fieldset .normal {
    background: url(FrameworkImages/semaforo_green.png) left no-repeat;
}

fieldset .warning {
    background: url(FrameworkImages/semaforo_yellow.png) left no-repeat;
}

fieldset .critical {
    background: url(FrameworkImages/semaforo_red.png) left no-repeat;
}

fieldset .displayname {
    float: left;
    width: 23%;
    padding: 4px 0 6px 5px;
}

fieldset .value {
    float: left;
    padding: 4px 0 0 0;
}

fieldset .fix {
    float: right;
    padding: 4px 0 0 0;
}

fieldset .status {
    float: left;
    padding: 4px 0 0 5px;
    display: none;
}

/*::::::::::  SIDEBAR ::::::::::*/

#left-column-login fieldset legend {
    width: 163px;
    color: #fff;
}

fieldset legend a:link {
    color: #333;
    display: block;
}

fieldset legend a:hover {
    color: #003366;
    text-decoration: none;
}

fieldset legend a {
    color: #fff;
    display: block;
    background: url(FrameworkImages/grey_arrows.gif) right 5px no-repeat;
}

fieldset.collapsed legend a:hover {
    display: block;
    background: url(FrameworkImages/red_arrows.gif) right -11px no-repeat;
}

fieldset legend a:hover {
    display: block;
    background: url(FrameworkImages/red_arrows.gif) right 5px no-repeat;
}

fieldset.collapsed legend a {
    display: block;
    background: url(FrameworkImages/grey_arrows.gif) right -11px no-repeat;
}

.editor-label, .display-label {
    width: 150px;
    float: left;
    color: #000;
    padding: 3px 0 0 0;
}

#left-column-login .editor-label {
    width: 60px;
}

.display-label {
    font-weight: bold;
}

.required label {
    font-weight: bold;
}

.editor-field {
    margin: 0 0 1px 153px;
    height: 23px;
    overflow: hidden;
}

#left-column-login .editor-field {
    margin: 0 0 1px 63px;
}

.display-field {
    margin: 0 0 2px 153px;
    min-height: 14px;
}

    .display-field span {
        padding: 5px;
        border: 1px solid #D9D9D9;
        display: inline-block;
        min-height: 14px;
    }

.form-line .editor-label, .form-line .editor-field {
    float: left;
    width: auto;
    padding: 0 10px 0 0;
    margin: 0 3px 1px 0;
}

.form-line .editor-label-first {
    width: 140px;
    text-align: right;
    padding: 0 10px 0 0;
}

.buttons {
    text-align: center;
    margin: 10px 0 0 0;
}

.buttons-top {
    margin: 0 0 5px 0;
}

.buttons-left {
    text-align: left;
}

.buttons-right {
    text-align: right;
}

.button {
    background: url(FrameworkImages/btn_middle.gif) repeat-x;
    height: 22px;
    display: inline-block;
    margin: 0;
}

    .button span {
        background: url(FrameworkImages/btn_left.gif) left no-repeat;
        height: 22px;
        display: inline-block;
    }

        .button span input {
            background: url(FrameworkImages/btn_right.gif) right no-repeat;
        }

input[type="submit"], input[type="button"] {
    border: medium none;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 3px 20px;
    cursor: pointer;
    height: 22px;
    overflow: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type="submit"], input[type="button"] {
        padding: 5px 20px 3px 20px;
        height: auto;
        overflow: inherit;
    }

    .buttons a {
        padding: 3x 20px 3px 20px;
        height: auto;
        overflow: inherit;
    }
}

.buttons a {
    border: medium none;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 5px 20px 3px 20px;
    background: url(FrameworkImages/btn_right.gif) right no-repeat;
    display: inline-block;
    cursor: pointer;
}
/* IE8/9 */
@media screen\0 {
    .buttons a {
        padding: 5px 20px 5px 20px;
    }
}

input.disabled {
    color: #aaa;
}

.buttons a:hover {
    text-decoration: none;
}

input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #333333;
    color: #333333;
    background-color: #eeeeee;
    font-size: 11px;
    margin: 0 5px 0 0;
    padding: 2px;
}

input[type="text"], input[type="password"] {
    height: 16px;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset textarea, fieldset select {
    border: 1px solid #d9d9d9;
    color: #333333;
    background-color: #fff;
    font-size: 11px;
    margin: 0 5px 0 0;
    padding: 2px;
}

    fieldset input[type="text"]:hover, fieldset input[type="password"]:hover, fieldset textarea:hover {
        border: 1px solid #ff3300;
        color: #333333;
        background-color: #fff;
        font-size: 11px;
        margin: 0 5px 0 0;
        padding: 2px;
    }

fieldset select, select {
    height: 22px;
    background-color: #eee;
}

.telerik-combo span.field-validation-error, .telerik-combo label.error {
    position: relative;
    top: -6px;
}

span.field-validation-error, label.error {
    color: Red;
    display: inline-block;
}

#left-column-login input[type="text"], #left-column-login input[type="password"] {
    width: 116px;
}
/* Para Telerik */
#page span.t-input {
    color: #000;
}

#page .t-widget {
    border: none;
}

.t-grid table tr:hover {
    background-color: #DFD1D1;
}

#page .t-widget, #page .t-link:link, #page .t-link:active, #page .t-link:visited, #page .t-popup {
    color: #333333;
}

#page .t-grid-header .t-header .t-link {
    border: 0 none;
    display: block;
    height: 16px;
    line-height: 18px;
    margin: -0.3em -0.6em;
    padding: 0.3em 2.4em 0.3em 0.6em;
    color: #fff;
    font-weight: bold;
}

#page .t-state-hover {
    color: #000;
    background: url(images/bg-nav.png) 0px 0px repeat-x;
}

#page .t-grid-header .t-header .t-state-hover {
    color: #003366;
}

#page .t-header, #page .t-grid-header {
    color: #FFF;
    border: none;
    border-bottom: 1px solid #FF3300;
    background: url(images/bg-nav.png) 0px 0px repeat-x;
}

#page #left-column .t-header {
    border-bottom: none;
}

#page .t-grid td {
    border-right: none;
}

#page .t-combobox, #page .t-combobox .t-header, #page .t-dropdown, #page .t-dropdown .t-header {
    border: none;
}

    #page .t-dropdown .t-input {
        background-color: #eee;
        height: 16px;
    }

    #page .t-combobox .t-state-default, #page .t-dropdown .t-state-default {
    }

#page .loading-combo {
    padding: 0 16px 0 0;
    background: transparent url(FrameworkImages/loading.gif) right no-repeat;
}

.features {
    padding: 5px 0 5px 15px;
}

    .features li {
        list-style: none;
        list-style-type: none;
        padding: 3px 0 3px 21px;
        background: url(FrameworkImages/feature.png) left no-repeat;
    }

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    padding: 5px;
    background-color: #FFE2BF
}

    .validation-summary-errors span {
        color: #000;
        font-weight: bold;
    }

    .validation-summary-errors ul li {
        color: #c00000;
        font-weight: normal;
    }

#-xcaptcha-image {
    border: 0;
    float: left;
    margin: 3px 0 3px 0;
}

#-xcaptcha-refresh {
    width: 27px;
    height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(FrameworkImages/refresh.gif) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    margin: 3px 0 0 2px;
    float: left;
}

.module {
    background-color: #fff;
    padding: 5px;
}

    .module img {
        float: left
    }

#Register-adds {
    background: transparent url(FrameworkImages/register.png) no-repeat center top;
    padding: 0;
    text-align: center;
}

#Register-adds-image {
    background: #fff url(FrameworkImages/register.png) no-repeat center top;
    height: 250px;
}

#global-message {
    padding: 10px 10px 10px 10px;
    background-color: #E7E0E0;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 10px 0;
    color: #333;
    border: 1px solid #666;
}

    #global-message .buttons {
        margin-top: 10px;
    }

.qq-uploader {
    position: relative;
    width: 100%;
}

.qq-upload-button {
    display: inline-block; /* or inline-block */
    padding: 0 0 0 25px;
    background: url("FrameworkImages/upload.png") left no-repeat;
    color: #000;
    margin: 0 0 0 5px;
    cursor: pointer;
    height: 15px;
}

.qq-upload-button-hover {
    color: red;
    background: url("FrameworkImages/upload_over.png") left no-repeat;
    cursor: pointer;
    #cursor: pointer;
}

.qq-upload-button-focus {
}

.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}

    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 16px;
    }

.qq-upload-drop-area-active {
    background: #FF7171;
}

.qq-upload-list {
    color: #999999;
    list-style: none outside none;
    margin: 10px 3px;
    padding: 0;
}

    .qq-upload-list li {
        margin: 0;
        padding: 0;
        line-height: 15px;
        font-size: 12px;
    }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {
}

.qq-upload-spinner {
    display: inline-block;
    background: url("FrameworkImages/fileuploadloading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
    font-size: 11px;
}

.qq-upload-failed-text {
    display: none;
}

.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}

.disable, fieldset .disable, fieldset input.disable[type=Text] {
    background-color: #eee;
}

.view {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    background: url("FrameworkImages/details.png") left no-repeat;
    cursor: pointer;
    #cursor:pointer;
}

.edit {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    background: url("FrameworkImages/edit.png") left no-repeat;
    cursor: pointer;
    #cursor:pointer;
}

.new {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    background: url("FrameworkImages/new.png") left no-repeat;
    cursor: pointer;
    #cursor:pointer;
}

.add {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 5px 0 0 0;
    background: url("images/add.png") left no-repeat;
    cursor: pointer;
    #cursor:pointer;
}

.delete {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 0 0 0 5px;
    background: url("FrameworkImages/delete.png") left no-repeat;
    cursor: pointer;
    #cursor:pointer;
}

.delete2 {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin: 5px 0 0 5px;
    background: url("images/delete.png") left no-repeat;
    cursor: pointer;
    #cursor:pointer;
}

.content-info {
}

.action-grid-title {
    margin: 10px 0 20px 0;
}

    .action-grid-title h3 {
        display: inline-block;
        margin: 0;
    }

    .action-grid-title label, .action-grid-title select, .action-grid-title span, .action-grid-title input {
        float: right;
    }

    .action-grid-title label {
        display: inline-block;
        padding: 3px 0;
    }

    .action-grid-title select {
        margin: 0 0 0 5px;
    }

    .action-grid-title span.button {
        margin: 0 0 0 5px;
    }

#PendingChanges, #GlobalMsg {
    background: transparent url(images/notifications-bg.png) bottom no-repeat;
    padding: 0 0 4px 0;
    color: #000;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -210px;
    width: 420px;
    text-align: center;
}

#PendingChanges {
    z-index: 100
}

#GlobalMsg {
    z-index: 200
}

#PendingChanges-W, #GlobalMsg-W {
    background-color: #C00000;
    padding: 8px 5px 4px 5px;
    cursor: pointer;
    color: #fff
}

#PendingChanges .inline-buttons {
    display: inline-block;
    padding: 2px 5px 2px 20px;
    margin: -2px -5px -4px 5px;
}

#conf-apply-btn {
    background: url(images/apply.png) left no-repeat
}

#conf-discard-btn {
    background: url(images/cancel.png) left no-repeat
}

#GlobalMsg .inline-buttons {
    display: inline-block;
    padding: 2px 5px 2px 20px;
    margin: -2px -5px -4px 5px;
    background: url(images/ok.png) left no-repeat
}

    #GlobalMsg .inline-buttons a, #PendingChanges .inline-buttons a {
        color: #fff
    }

#SaveStatus, #RestoreStatus, #UpdateStatus {
    margin: 5px 0 0 0;
}

    #SaveStatus .status, #SaveStatus .status-error, #RestoreStatus .status, #RestoreStatus .status-error, #UpdateStatus .status, #UpdateStatus .status-error {
        text-align: left;
        padding: 2px 5px 2px 20px;
        background: url(images/step.gif) left no-repeat;
    }

.icon-message {
    text-align: left;
    padding: 2px 5px 2px 20px;
    margin: 0 0 10px 0;
}

#SaveStatus .ok, #RestoreStatus .ok, #UpdateStatus .ok, .ok {
    background: url(images/ok.png) left no-repeat
}

#SaveStatus .loading, #UpdateStatus .loading, #RestoreStatus .loading, .loading {
    background: url(images/smallloading.gif) left no-repeat;
}

#SaveStatus .error, #UpdateStatus .error, #RestoreStatus .error, .error {
    background: url(images/error.png) left no-repeat
}

#SaveStatus .status-error, #UpdateStatus .status-error, #RestoreStatus .status-error {
    display: none;
    background-color: #FFE2BF;
    color: #c00000;
    margin: 10px 0 0;
    padding: 10px 20px;
}


.checkbox-grid {
    position: relative
}

    .checkbox-grid .checkbox {
        position: absolute;
        left: 7px;
        top: 3px;
        z-index: 100;
    }

h2.loading {
    background: url(images/smallloading.gif) 150px 3px no-repeat;
}

.centered-loading {
    background: url(images/smallloading.gif) center no-repeat;
    min-height: 20px;
}

.right-loading {
    background: url(images/smallloading.gif) right no-repeat;
}

#properties .editor-label {
    width: 190px;
}

#properties .editor-field {
    margin: 0 0 1px 193px;
}

/*:::::::::::::::::::: BOTON GENERICO ::::::::::::::::::::*/
.botonGen {
    width: 120px;
    height: 32px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    margin: 5px;
    border: none;
    background: url(images/buttons.png) top left no-repeat;
}

.botonGen {
    background-position: 0 -32px; /* con esto cambiamos la porcion de imagen que se muestra */
}

#utilitarios tbody tr td {
    border-bottom: 1px solid #DDDDDD;
}

.span-hint {
    cursor: pointer;
    overflow: hidden;
    height: 22px
}

.section {
    margin: 0 0 10px 0;
}

.row {
    margin: 20px 0;
}

.span2 {
    width: 20%;
}

.col {
    float: left;
    margin-right: 20px;
}

    .col.last {
        margin-right: 0;
    }

.services_table {
    width: 100%;
    text-align: left;
}

    .services_table td a {
        margin: 0 10px;
    }

    .services_table th {
    }

.required {
    color: red;
}

.float-right {
    float: right;
}

.help-text {
    color: grey;
    font-size: 11px;
}

/******************CONTROL DE FOLIOS ***************************/
.floatLeft {
    float: left !important;
}

.docTypeLabel {
    width: 30% !important;
}

.docTypeRange {
    width: 61% !important;
    margin-left: 15px !important;
}

.doctTypeCantMax {
    margin-left: 20px;
    text-align: left;
}

.noUi-horizontal {
    height: 10px;
}

    .noUi-horizontal .noUi-handle {
        width: 10px;
        height: 18px;
        margin-left: 12px;
    }

.noUi-handle:before, .noUi-handle:after {
    height: 4px;
    left: 2px;
}

.noUi-handle:after {
    left: 5px;
}


.sub-section {
    margin: 0 0 0 20px;
}

.datos, .data-info {
    display: inline-table;
    width: 100%;
    margin: 0 0 4px 0;
    background: transparent;
}

.seccion {
    font-size: 12px !important;
    /*background: #f5f5f5;*/
    padding: 1px 6px;
    margin: 3px 0 0;
    border-bottom: 1px solid #d1d1d1;
}

.actionContent {
    display: flex !important;
    justify-content: space-evenly !important;
}

.h-titulo {
    /*border: 1px solid #f0f0f0;*/
}

p.titulo {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    line-height: 12px;
    margin-top: 6px;
}


.tabla {
}

    .tabla th.t-header {
        padding: 0 0.6em;
    }

        .tabla th.t-header span {
            border: 0 none;
            display: block;
            height: 16px;
            line-height: 18px;
            margin: -0.3em -0.6em;
            padding: 0.3em 2.4em 0.3em 0.6em;
            color: #fff;
            font-weight: bold;
        }

    .tabla tr:nth-child(2n) {
        background-color: rgba(0,0,0,.15);
    }

    .tabla tr:nth-child(2n+1) {
        background-color: rgba(0,0,0,.1);
    }

#InfoCaff {
}

#InfoTabla {
}

.caf-info {
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0;
}

    .caf-info li:first-child {
        margin-left: 0;
    }

    .caf-info li {
    }

    .caf-info li {
        display: inline;
        margin: 0 5px 0 0;
        font-weight: 600;
        /*background: #074c92;*/
        padding: 1px 6px;
        border-radius: 4px;
        color: #000;
        font-size: 13px;
    }


/*.caf-info li span.badge{ font-weight:600; background:#c4c4c4; padding:2px; border-radius:4px;}*/
.t-collapse, .t-collapse:hover {
    text-decoration: none;
    cursor: pointer;
}

.t-toggle {
    font-weight: bold;
    font-size: 14px;
}

.notfound {
    font-style: italic;
    font-weight: 500;
}

table.InfoCaff {
    margin-bottom: 20px;
}

    table.InfoCaff tr .text {
        /*background: #074c92;*/
        color: #000;
        font-weight: bold;
        padding: 2px 4px;
        width: auto;
        font-size: 13px;
    }

    table.InfoCaff tr .title {
        padding-left: 5px;
        font-size: 13px;
    }

.cafitem.Agotado td {
    text-decoration: line-through;
    font-style: oblique;
}

    .cafitem.Agotado td:last-child {
        text-decoration: none;
    }

.cafitem.alert-row {
    font-weight: 500;
}

.cafhelp {
    cursor: pointer;
    width: 13px;
}

.poniter {
    cursor: pointer;
}

.font9 {
    font-size: 9px !important;
}

.font10 {
    font-size: 10px !important;
}
