﻿html {
    margin: 0;
    padding: 0;
}

body {
    color: white;
    font-size: .85em;
    font-family: "Helvetica Neue", Helvetica, Segoe UI, Verdana, Sans-Serif;
    margin: 0;
    padding: 0;
    background:url('../Images/iMas2/V3/fondo.jpg') no-repeat fixed;
    background-size:cover;
}

a {
    color: #333;
    outline: none;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 0px;
    min-height: 800px;
}

    .main-content {
        /*padding-left: 10px;*/
        /*padding-top: 1px;*/
        /*padding-top: 30px;*/
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}

footer {
    position:relative;
    clear: both;
    
  /*  height: 100px;*/
}
/*version*/
.version{
    position:fixed;
    left:1%;
    bottom:0;
    color:#4C639C;
    z-index:-1;
    font-size: 0.8em;
}
    .version p {
        margin: 0px;
        font-weight: bold;
    }
    .version span {
        font-weight: normal;
    }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        /*background-color: #d3dce0;*/
        margin-left: 10px;
        margin-right: 3px;
        /*padding: 2px 3px;*/
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

.label600
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input[disabled="disabled"]
{
    background-color: #EAEAEA;
}
.editor input, .editor textarea, .editor select
{
    width: 100%;    
}
input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 15px;
    margin: 5px 0 6px 0;
    padding: 2px 3px 3px 3px;
    /*width: 300px;*/
}

input[type="number"], input[type="text"], input[type="string"], textarea, input
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.chosen-container 
{
    margin: 5px 0 6px 0;
}

select 
{
    width: 312px;
}

textarea {
    font-family: inherit;
    width: 95%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button, .button {
        background-color: #758fd0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        text-decoration: none;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    display: none;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, div.tip-error div.chosen-container, textarea.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

#ui-datepicker-div 
{
    margin-top: 13px !important;
}

#menu .pure-menu-open
{
    position: relative;
}

#menu .pure-menu-open ul 
{
    background-color: #FFFFFF;
    display: none;
}

#menu li:hover ul {
    display : block;
}

#menu li ul li.pure-menu-selected a { 
    color: #000000;
}

#menu li ul li a { 
    color: #777777;
}


/* Rejilla Telerik */

.t-header
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.t-grid-filter 
{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.t-state-hover, .t-state-hover:hover
{
    color: #00A1D6 !important;
}

.t-grid 
{
    width: 960px;
}

.t-grid input[type="checkbox"] 
{
    border: none;
}

.t-grid input[type="radio"] {
    width: auto !important;
}

.t-grid-bottom a 
{
    padding: 0px;
}

.t-filter-options .t-button 
{
    width: 100% !important;
}

/* / Rejilla Telerik */

.editor 
{
    width: 48%;
    display: inline-block;
    margin-right: 10px;
}

.ignoreValidation 
{
    display: none;
}

#divAjaxLoader {
    position: fixed; 
    top: 0;
    left: 0;    
    background-color: black;
    height: 100%;
    width: 100%;
    z-index: 1000;
    filter:alpha(opacity=25); 
    opacity:0.25;  
    display: none;
}

.active-result 
{
    color: #333333 !important;
}

.div-gris
{
    background-color: #f0f0f0;
}

/*Editors widths */
.width5
{
    width: 4.5% !important;
}
.width8
{
    width: 7.5% !important;
}

.width9
{
    width: 8.5% !important;
}
.width10
{
    width: 10% !important;
}

.width13
{
    width: 13% !important;
}

.width15
{
    width: 15% !important;
}

.width17
{
    width: 17% !important;
}

.width20
{
    width: 20% !important;
}
.width22
{
    width: 21% !important;
}

.width25
{
    width: 24% !important;
}

.width30
{
    width: 30% !important;
}

.width33
{
    width: 32% !important;
}

.width35
{
    width: 35% !important;
}

.width38
{
    width: 37% !important    
}

.width40
{
    width: 40% !important;
}

.width45
{
    width: 44% !important;
}
.width50
{
    width: 49% !important;
}
.width62
{
    width: 62% !important;
}
.width66
{
    width: 66% !important;
}

.width70
{
    width: 70% !important;
}

.width75
{
    width: 75% !important;
}

.width80
{
    width: 80% !important;
}

.width85
{
    width: 85% !important;
}
.width90
{
    width: 90% !important;
}

.width95
{
    width: 94.5% !important;
}

.width100
{
    width: 100% !important;
}

/*Editors widths */

.textoImporteResaltado 
{
    text-align:right;
    padding-right: 8px !important;
    font-size: 120% !important;
}

.textoCentrado 
{
    text-align:center;
}

/*TODO: Que todos los grids sean como este, el control sobre el ancho debe estar en el contenedor del grid */
.GridExpandidoMaximoHorizontal 
{
    width: auto !important;
}

.CssBotonMenuSecundario a
{
    color: White;
    text-decoration: none;        
}

.chosen-container
{
    min-width: 100% !important;    
}
.fila
{
    width: 100%; 
    margin: 20px 0 0 5px;       
    max-width: 1200px !important;    
}

.fila.nomaxwidth {
    max-width: 100% !important;
    margin: 0px;
    padding: 0px;
}

.AnchoEstandarFecha 
{
    min-width: 140px !important;
    margin: 0 5px 0 15px !important;
}
.AnchoEstandarFecha input[type="string"]
{
    min-width: 125px !important;
    max-width: 180px !important;
    margin: 5px 20px 0 0 !important;
}
.FijarAnchoChosen_180 .chosen-container
{
    width: 180px !important;
    /*margin: 0 15px 0 15px !important;*/
}

.EnLineaFlexible 
{
    display:inline-flex !important;
}
.Oculto 
{
    display: none !important;
}
.ContenidoModulo 
{
    margin-left:300px;
    background-color: #f0f0f0;
}
.EditorChosen
{
    display: inherit;
    width: 100% !important;
}
.EditorChosen select
{    
    width: 100% !important;
}
.DetailGrid_UnaColumna
{    
    width: auto;
}
.OcultarNuevaSubaccion  + .t-detail-row .t-toolbar .anadirSubaccion 
{
    display: none !important;    
}
.OcultarNuevoSeguimiento + .t-detail-row .t-toolbar .anadirSeguimiento
{
    display: none !important;    
}
.divListaNoConformidadCoste, .divListaDocumento
{
    margin-top: 10px;
}
.BotonBorradoListaDinamica 
{
    margin: 20px 0 0 10px;
    float: right;
}

.boton
{
    text-decoration: none;
    /*color: White !important;*/
    color: black !important;
    padding-left: 2px;
    float: none !important;
}

.TotalSumatorio
{
    float: right;
    font-size: 1.3em;
}


.CambiarSpan 
{
    background-color:transparent !important;
    border:none !important;
}
.CambiarSpan [class *="t-icon"]
{
    background-position:center !important;
    background-size: 32px 32px !important;
    background-color: transparent;
    width: 32px !important;
    height: 32px !important;
    text-align: center;
}


/* Aplicar descuento bro! */
.CambiarSpan [class *="AplicarDescuento"] 
{
    background: url('../Images/iMas2/BotonesV2/descuento.png') no-repeat;    
}

.CambiarSpan [class *="AplicarDescuento"]:hover
{
    background: url('../Images/iMas2/BotonesV2/descuento-off.png') no-repeat;    
}


/* CREAR NUEVO */
.CambiarSpan [class *="t-icon t-new"] 
{
    background: url('/Images/iMas2/BotonesV3/bt_crear.png') no-repeat;    
}

.CambiarSpan [class *="t-icon t-new"]:hover 
{
     background: url('/Images/iMas2/BotonesV3/bt_crear-click.png') no-repeat;    
}

.t-grid-Create [class *="t-icon"]
{
    background: url('../Images/iMas2/BotonesV3/bt_crear.png') no-repeat;
}

.t-grid-Create [class *="t-icon"]:hover
{
    background: url('../Images/iMas2/BotonesV3/bt_crear-click.png') no-repeat;
}


/* CREAR ACCCION */
.CambiarSpan [class *="CrearAccion"]
{
    background: url('../Images/iMas2/BotonesV3/bt_crear.png') no-repeat;
    vertical-align:initial;
}

.CambiarSpan [class *="CrearAccion"]:hover
{
    background: url('../Images/iMas2/BotonesV3/bt_crear-click.png') no-repeat;
}

/* EDITAR */
.CambiarSpan [class *="t-icon t-edit"], .CambiarSpan [class *="t-icon t-Edit"]
{    
    background: url('../Images/iMas2/BotonesV3/bt_escribir.png') no-repeat;
}    

.CambiarSpan [class *="t-icon t-edit"]:hover, .CambiarSpan [class *="t-icon t-Edit"]:hover
{
    background: url('../Images/iMas2/BotonesV3/bt_escribir_click.png') no-repeat;
}

.t-grid-Edit [class *="t-icon"] {
    background: url('../Images/iMas2/BotonesV3/bt_escribir.png') no-repeat;
}

.t-grid-Edit [class *="t-icon"]:hover {
    background: url('../Images/iMas2/BotonesV3/bt_escribir_click.png') no-repeat;
}


/* BORRAR */
.CambiarSpan [class *="t-icon t-delete"], .CambiarSpan [class *="t-icon t-DeleteConfirmed"]
{
    background: url('/Images/iMas2/BotonesV3/bt_borrar.png') no-repeat;
}

.CambiarSpan [class *="t-icon t-delete"]:hover, .CambiarSpan [class *="t-icon t-DeleteConfirmed"]:hover
{
    background: url('../Images/iMas2/BotonesV3/bt_borrar_click.png') no-repeat;
}

/* GUARDAR CAMBIOS (INSERT Y UPDATE)*/
.CambiarSpan [class *="t-icon t-update"], .CambiarSpan [class *="t-icon t-insert"] 
{
    background: url('/Images/iMas2/BotonesV3/check.png') no-repeat ;
}

.CambiarSpan [class *="t-icon t-update"]:hover , .CambiarSpan [class *="t-icon t-insert"]:hover 
{
    background: url('/Images/iMas2/BotonesV3/check-click.png') no-repeat ;
}

.CambiarSpan [class *="t-icon t-cancel"] 
{
    background: url('/Images/iMas2/BotonesV3/bt-borrar-nota.png') no-repeat;
}

.CambiarSpan [class *="t-icon t-cancel"]:hover 
{
    background: url('/Images/iMas2/BotonesV3/bt-borrar-nota-click.png') no-repeat;
}

/* EXPORTAR A EXCEL (MASIVO) */
.t-grid-ExportarExcel [class *="t-icon"]            {    background: url('../Images/iMas2/BotonesV3/bt-exportar-a-excel.png') no-repeat;       }
.t-grid-ExportarExcel [class *="t-icon"]:hover      {    background: url('../Images/iMas2/BotonesV3/bt-exportar-a-excel-click.png') no-repeat;        }

/* EXPORTAR A EXCEL (diario) */
.t-grid-ExportarExcelDiario [class *="t-icon"]            {    background: url('../Images/iMas2/BotonesV3/informe-diario.png') no-repeat;       }
.t-grid-ExportarExcelDiario [class *="t-icon"]:hover      {    background: url('../Images/iMas2/BotonesV3/informe-diario-click.png') no-repeat;        }

/* EXPORTAR A EXCEL (mensual) */
.t-grid-ExportarExcelMensual [class *="t-icon"]            {    background: url('../Images/iMas2/BotonesV3/informe-mes.png') no-repeat;       }
.t-grid-ExportarExcelMensual [class *="t-icon"]:hover      {    background: url('../Images/iMas2/BotonesV3/informe-mes-click.png') no-repeat;        }

/* EXPORTAR A EXCEL (mensual) */
.t-grid-CobroMasivo [class *="t-icon"]            {    background: url('../Images/iMas2/BotonesV3/bt-cobros-masivos.png') no-repeat;       }
.t-grid-CobroMasivo [class *="t-icon"]:hover      {    background: url('../Images/iMas2/BotonesV3/bt-cobros-masivos-click.png') no-repeat;        }



.divGrupo {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 5px;
  /*background-color: #e8f3ff;*/
  /*background-color: #1d5b9b;*/
  background-color: rgba(142, 130, 123,0.8);
}    



/* BOTONES ESPECÍFICOS DE ALBARANES */

/* MARCAR/DESMARCAR MASIVO */
.t-grid-ValidarMasivo [class *="t-icon"]            {    background: url('../Images/iMas2/BotonesV2/validacion-masiva.png') no-repeat;       }
.t-grid-ValidarMasivo [class *="t-icon"]:hover      {    background: url('../Images/iMas2/BotonesV2/validacion-masiva-click.png') no-repeat;        }

/* GENERAR ALBARANES  */
.t-grid-GenerarAlbaranes [class *="t-icon"]         {    background: url('../Images/iMas2/BotonesV2/generar-albaranes.png') no-repeat;       }
.t-grid-GenerarAlbaranes [class *="t-icon"]:hover   {    background: url('../Images/iMas2/BotonesV2/generar-albaranes-click.png') no-repeat;        }

/* FACTURAR ALBARANES  MARCADOS */
.t-grid-FacturarMasivo [class *="t-icon"]         {    background: url('../Images/iMas2/BotonesV2/generar-factura.png') no-repeat;       }
.t-grid-FacturarMasivo [class *="t-icon"]:hover   {    background: url('../Images/iMas2/BotonesV2/generar-factura-click.png') no-repeat;        }

/* MARCAR/DESMARCAR */
.CambiarSpan [class *="t-ValidarAlbaran"]           {    background: url('../Images/iMas2/BotonesV2/validar-albaran.png') no-repeat;       }
.CambiarSpan [class *="t-ValidarAlbaran"]:hover     {    background: url('../Images/iMas2/BotonesV2/validar-albaran-click.png') no-repeat;        }



/* BOTONES ESPECÍFICOS DE FACTURAS */

/* COBROS DE FACTURA */
.CambiarSpan [class *="t-Cobro"]           {    background: url('/Images/iMas2/BotonesV3/a-cobros-de-factura.png') no-repeat;       }
.CambiarSpan [class *="t-Cobro"]:hover     {    background: url('/Images/iMas2/BotonesV3/a-cobros-de-factura-click.png') no-repeat;        }

/* FACTURA RECTIFICATIVA */
.GenerarFacturaRectificativa [class *="t-Delete"]           {    background: url('/Images/iMas2/BotonesV3/factura-rectificativa.png') no-repeat;       }
.GenerarFacturaRectificativa [class *="t-Delete"]:hover     {    background: url('/Images/iMas2/BotonesV3/factura-rectificativa-click.png') no-repeat;        }

/* VER/IMPRIMIR FACTURA */
.CambiarSpan [class *="t-Imprimir"]           {    background: url('/Images/iMas2/BotonesV3/bt-imprimir.png') no-repeat;       }
.CambiarSpan [class *="t-Imprimir"]:hover     {    background: url('/Images/iMas2/BotonesV3/bt-imprimir-click.png') no-repeat;        }

/* ENVIAR FACTURA EMAIL */
.CambiarSpan [class *="t-Enviar"]           {    background: url('/Images/iMas2/BotonesV3/enviar-email.png') no-repeat;       }
.CambiarSpan [class *="t-Enviar"]:hover     {    background: url('/Images/iMas2/BotonesV3/enviar-email-click.png') no-repeat;        }



/* BOTONES ESPECÍFICOS DE GRUPOS DE FACTURAS */

/* GENERAR FICHERO CONTABLE COBROS */
.CambiarSpan [class *="t-Cobros"]           {    background: url('/Images/iMas2/BotonesV3/generar-fichero-de-cobro.png') no-repeat;       }
.CambiarSpan [class *="t-Cobros"]:hover     {    background: url('/Images/iMas2/BotonesV3/generar-fichero-de-cobro-click.png') no-repeat;        }

/* GENERAR FICHERO CONTABLE FACTURAS */
.CambiarSpan [class *="t-Contabilidad"]           {    background: url('/Images/iMas2/BotonesV3/generar-fichero-de-factura.png') no-repeat;       }
.CambiarSpan [class *="t-Contabilidad"]:hover     {    background: url('/Images/iMas2/BotonesV3/generar-fichero-de-factura-click.png') no-repeat;        }

/* DESCARGAR GRUPO FACTURA */
.CambiarSpan [class *="t-Descargar"]           {    background: url('/Images/iMas2/BotonesV3/descargar-grupo-de-facturas.png') no-repeat;       }
.CambiarSpan [class *="t-Descargar"]:hover     {    background: url('/Images/iMas2/BotonesV3/descargar-grupo-de-facturas-click.png') no-repeat;        }

/* ENVÍO MASIVO DE FACTURAS DE GRUPO */
.CambiarSpan [class *="t-EnviarMasivo"]           {    background: url('/Images/iMas2/BotonesV3/bt-enviar-por-email-grupo-de-facturas.png') no-repeat;       }
.CambiarSpan [class *="t-EnviarMasivo"]:hover     {    background: url('/Images/iMas2/BotonesV3/bt-enviar-por-email-grupo-de-facturas-click.png') no-repeat;        }

.Importe{
    text-align: right;
    padding-right: 5px !important;
}


.FormularioCentrado .fila 
{
    width: 50%;
    margin: 0 auto;
}

.FormularioCentrado 
{
        margin: 50px 0 50px 0;
}

.FormularioCentrado95 
{
    width: 95%;
    margin: 0 auto;
}

/* Manuel: Barra de navegación superior */
.navbar {
    width: 100%;
    background-color: #4C639C;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    font-family: "Open Sans";
}

    .navbar ul {
        font-size: 0;
    }
        .navbar ul li {
            display: inline-block;
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-size: 15px;
            vertical-align:middle;
        }

            .navbar ul li a {
                text-decoration: none;
                color: white;
            }

        .navbar ul.left-navbar {
            float: left;
            display: table;
            margin: 0;
            padding: 0;
        }

            .navbar ul.left-navbar li {
                display: table-cell;
                vertical-align: middle;
                height: 2.3em;
            }

ul.left-navbar li:first-child {
    padding-right: 0.5em;
    padding-left: 1.5em;
    font-weight: bold;
}

.navbar ul.right-navbar {
    float: right;
    display: table;
    margin: 0;
    padding: 0;
}

    .navbar ul.right-navbar li {
        display: table-cell;
        height: 3.2em;
    }

ul.right-navbar li:first-child {
    padding-right: 2em;
}

.btn-navbar {
    position: relative;
    background-position: center left;
    background-repeat: no-repeat;
    min-width: 50px;
    border-bottom: 4px solid transparent;
    text-align: center;
}

    .btn-navbar.btn-modulo {
        width: 130px;
        background-image: url('/Images/iMas2/BotonesV3/ic-modulos.png');
        background-color: #4C639C;
        background-position-x: 4px;
        background-size: 22px 22px;
    }

    .btn-navbar.btn-modulo:hover, .btn-navbar.btn-modulo.pure-menu-selected {
        background-color: #3D4F7C;
        border-bottom: 4px solid #AFA097;
        cursor: pointer;
    }

    .btn-navbar.btn-maestros {
        width: 135px;
        background-image: url('/Images/iMas2/BotonesV3/ic-maestros.png');
        background-color: #4C639C;
        background-position-x: 4px;
        background-size: 22px 22px;
    }

        .btn-navbar.btn-maestros:hover, .btn-navbar.btn-maestros.pure-menu-selected {
            background-color: #3D4F7C;
            border-bottom: 4px solid #AFA097;
            cursor: pointer;
        }

    .btn-navbar.btn-configuracion {
        width: 170px;
        background-image: url('/Images/iMas2/BotonesV3/ic-configuracion.png');
        background-color: #4C639C;
        background-position-x: 4px;
        background-size: 22px 22px;
    }

        .btn-navbar.btn-configuracion:hover, .btn-navbar.btn-configuracion.pure-menu-selected {
            background-color: #3D4F7C;
            border-bottom: 4px solid #AFA097;
            cursor: pointer;
        }

    .btn-navbar.btn-logout {
        background-image: url('/Images/iMas2/BotonesV3/ic-logout.png');
        background-color: #8D7E75;
        background-position: center center;
        background-size: 20px 22px;
    }

        .btn-navbar.btn-logout:hover {
            background-color: #6A5F58;
            cursor:pointer;
        }

        .btn-navbar.btn-logout:active {
            background-color: #C1B9B5;
        }
.font-empresa{
    font-family:"Quicksand";
    font-size:22px !important;
    line-height:22px;

}
.font-empresa-desc{
    font-family: Helvetica Neue LT Std, Helvetica, "Segoe UI", Verdana, Sans-Serif;
    font-size:18px !important;
    line-height: 18px;

}
/**Modulos*/
.nav-modulos {
    background-color: rgba(144,132,124,0.3);
    border-bottom: 2px solid #fff;
    /*padding: 0.6em 1em 0.6em 1em;*/
    padding: 0px;
}

.nav-modulos-item {
    background-size: 23px 23px;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: rgba(88, 96, 106, 0.529);
    width: 18.6%;
    padding: 0.4em;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin: 0.3em 0.1em 0.3em 0.1em;
}

    .nav-modulos-item:hover {
        background-color: #4C639C;
        cursor: pointer;
    }

    .nav-modulos-item .nav-modulos-text {
        color: white;
        font-size: 1.2em;
    }
    /*Modulos*/
    .nav-modulos-item.ic-avisos {
            background-image: url('/Images/iMas2/BotonesV3/avisos.png');
    }
    .nav-modulos-item.ic-rrhh {
            background-image: url('/Images/iMas2/BotonesV3/rrhh.png');
    }
    .nav-modulos-item.ic-inventario {
            background-image: url('/Images/iMas2/BotonesV3/inventario.png');
    }
    .nav-modulos-item.ic-almacen {
            background-image: url('/Images/iMas2/BotonesV3/almacen.png');
    }
    .nav-modulos-item.ic-clientes {
            background-image: url('/Images/iMas2/BotonesV3/clientes.png');
    }
    .nav-modulos-item.ic-proveedores {
            background-image: url('/Images/iMas2/BotonesV3/proveedores.png');
    }
    .nav-modulos-item.ic-facturacion {
            background-image: url('/Images/iMas2/BotonesV3/facturacion.png');
    }
    .nav-modulos-item.ic-ventas {
            background-image: url('/Images/iMas2/BotonesV3/ventas.png');
    }
    .nav-modulos-item.ic-cuadroDeMando {
            background-image: url('/Images/iMas2/BotonesV3/cuadro-de-mando.png');
    }
    .nav-modulos-item.ic-agenda {
            background-image: url('/Images/iMas2/BotonesV3/agenda.png');
    }
    .nav-modulos-item.ic-comunicacion {
        background-image: url('/Images/iMas2/BotonesV3/ic-comunicaciones.png');
    }
    .nav-modulos-item.ic-prl {
        background-image: url('/Images/iMas2/BotonesV3/ic-prl.png');
    }
    .nav-modulos-item.ic-documentacion {
        background-image: url('/Images/iMas2/BotonesV3/ic-documentacion.png');
    }
    /*Maestros*/
    .nav-modulos-item.ic-almacenes {
            background-image: url('/Images/iMas2/BotonesV3/almacenes.png');
    }
    .nav-modulos-item.ic-cabinas {
            background-image: url('/Images/iMas2/BotonesV3/cabinas.png');
    }
    .nav-modulos-item.ic-centros {
            background-image: url('/Images/iMas2/BotonesV3/centros.png');
    }
    .nav-modulos-item.ic-colores {
            background-image: url('/Images/iMas2/BotonesV3/colores.png');
    }
    .nav-modulos-item.ic-cuestionarios {
            background-image: url('/Images/iMas2/BotonesV3/cuestionarios.png');
    }
    .nav-modulos-item.ic-dietas {
            background-image: url('/Images/iMas2/BotonesV3/dietas.png');
    }
    .nav-modulos-item.ic-empresa {
            background-image: url('/Images/iMas2/BotonesV3/empresa.png');
    }
    .nav-modulos-item.ic-estadosCita {
            background-image: url('/Images/iMas2/BotonesV3/estados-cita.png');
    }
    .nav-modulos-item.ic-formacionEspecifica {
            background-image: url('/Images/iMas2/BotonesV3/formacion-especifica.png');
    }
    .nav-modulos-item.ic-formasDePago {
            background-image: url('/Images/iMas2/BotonesV3/formas-de-pago.png');
    }    
    .nav-modulos-item.ic-impuestos {
            background-image: url('/Images/iMas2/BotonesV3/impuestos.png');
    }
    .nav-modulos-item.ic-periodo {
            background-image: url('/Images/iMas2/BotonesV3/periodo.png');
    }
    .nav-modulos-item.ic-condicionesProveedores {
            background-image: url('/Images/iMas2/BotonesV3/condiciones-proveedor.png');
    }
    .nav-modulos-item.ic-requisitosFormacion {
            background-image: url('/Images/iMas2/BotonesV3/requisitos-formacion.png');
    }
    .nav-modulos-item.ic-tiposArea {
            background-image: url('/Images/iMas2/BotonesV3/tipos-area.png');
    }    
    .nav-modulos-item.ic-tipoArticulosMedida {
            background-image: url('/Images/iMas2/BotonesV3/tipo-articulos-medidas.png');
    }
    .nav-modulos-item.ic-tipoCategoriaLaboral {
            background-image: url('/Images/iMas2/BotonesV3/tipo-categoria-laboral.png');
    }
    .nav-modulos-item.ic-tiposCargosAdicionales {
            background-image: url('/Images/iMas2/BotonesV3/tipos-cargos-adicionales.png');
    }
    .nav-modulos-item.ic-tipoCliente {
            background-image: url('/Images/iMas2/BotonesV3/tipos-cliente.png');
    }
    .nav-modulos-item.ic-tipoCondicionesPagoProveedor {
            background-image: url('/Images/iMas2/BotonesV3/tipos-condiciones-pago-proveedor.png');
    }    
    .nav-modulos-item.ic-tipoDocumento {
            background-image: url('/Images/iMas2/BotonesV3/tipo-de-documentos.png');
    }
    .nav-modulos-item.ic-tipoDocumentoSubtipos {
            background-image: url('/Images/iMas2/BotonesV3/tipos-doc-subtipos.png');
    }
    .nav-modulos-item.ic-formacionCategoria {
            background-image: url('/Images/iMas2/BotonesV3/formacion-categorias.png');
    }
    .nav-modulos-item.ic-tipoGrupoCompras {
            background-image: url('/Images/iMas2/BotonesV3/tipo-grupo-de-compras.png');
    }
    .nav-modulos-item.ic-tipoGrupoVenta {
            background-image: url('/Images/iMas2/BotonesV3/tipo-grupo-de-ventas.png');
    }    
    .nav-modulos-item.ic-tipoMateria {
            background-image: url('/Images/iMas2/BotonesV3/tipo-de-materia.png');
    }
    .nav-modulos-item.ic-tipoProductos {
            background-image: url('/Images/iMas2/BotonesV3/tipo-de-productos.png');
    }
    .nav-modulos-item.ic-tipoResponsabilidad {
            background-image: url('/Images/iMas2/BotonesV3/tipo-de-responsabilidad.png');
    }
    .nav-modulos-item.ic-pais {
            background-image: url('/Images/iMas2/BotonesV3/ic-paises.png');
    }
    .nav-modulos-item.ic-provincia {
            background-image: url('/Images/iMas2/BotonesV3/ic-poblacion.png');
    }
    .nav-modulos-item.ic-localidad {
            background-image: url('/Images/iMas2/BotonesV3/ic-localidad.png');
    }
    /*Configuración*/
    .nav-modulos-item.ic-perfiles {
            background-image: url('/Images/iMas2/BotonesV3/perfiles-de-usuario.png');
    }
    .nav-modulos-item.ic-usuarios {
            background-image: url('/Images/iMas2/BotonesV3/usuario.png');
    }
    .nav-modulos-item.ic-configuracion {
            background-image: url('/Images/iMas2/BotonesV3/configuracion.png');
    }

    .nav-modulos-item.pure-menu-selected{
        background-color:#4C639C !important;
    }
/*Submodulos*/
.nav-submodulo {
    width: 96%;
    margin: 0 auto;
}

.nav-submodulo-button {
    display: inline-block;
    margin: 0.5em 0.3em 0.5em 0.3em;
    width: 13.7%;
    padding: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
    color: #755D4F;
    text-align: center;
    border: 1px solid #755D4F;
    white-space: normal;
}

    .nav-submodulo-button:hover {
        color: #fff;
        background-color: #4C639C;
        cursor: pointer;
        border-color: #4C639C;
    }
    .nav-submodulo-button.pure-menu-selected{
        color: #fff;
        background-color: #4C639C;
        cursor: pointer;
        border-color: #4C639C;
    }

/****/
h2 {
    color: #4A4440;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-left: 2em;
    margin-bottom: 10px;
}

.CssDivContenedorInformacionModulo {
    width: 96%;
    margin: 0 auto;
    background-color: transparent;
}

.ContenedorAgenda {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-color: transparent;
}
/****/
/*Form*/
label{
    color:#4A4440;
}
.padding-0 {
    padding:0 !important;
}
.text-align-right {
    text-align:right;
}
.text-align-center {
    text-align:center;
}
.vertical-align-top {
    vertical-align:top;
}
.vertical-align-bottom {
    vertical-align:bottom;
}
.display-inline{
    display:inline;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-left-10 {
    margin-left:10px;
}
.margin-left-20 {
    margin-left:20px;
}

.padding-contenido {
    padding:15px 15px 0px 15px;
}
/*Todos los dropdownlist*/
.chosen-drop {
    background: #758fd0;
}

.chosen-container-single a.chosen-single, .t-grid td select, div.t-animation-container div.t-filter-options select{
    border-radius: 3px;
    background: #4C639C;
    border: 0px;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
}
.t-grid td select{
    width:100%;
}
.chosen-container div.chosen-drop 
{
   background: #758fd0;
    border: 0px;
    box-shadow: none;
    color: #fff;
}

.chosen-container-active.chosen-with-drop a.chosen-single
{
    background-image: none;
}
div.chosen-container-active.chosen-with-drop {
    border: none;
    background: #4A4440;
    box-shadow: none;
    text-transform: uppercase;
    background-image:none;
}
ul.chosen-results, .CssPopupEstandar_Contenido select{
    background: #758fd0;
    /*background: #827771;*/
    color: #fff;
    border: none;
    box-shadow: none;
}
li.active-result {
    color: #fff !important;
}

li.active-result.result-selected{
    color: #fff;
    font-weight: bold;
    background: #3D4F7C;
}

.chosen-container-single .chosen-search input[type="text"]{
    color:#fff;
    background: url('chosen-sprite.png') no-repeat 100% -20px !important;
}

.chosen-container .chosen-results li.highlighted, .CssPopupEstandar_Contenido select option:hover
{
    color: #fff;
    font-weight: bold !important;
    background-color: #4C639C !important;
    background-image:none !important;
}
.chosen-container .chosen-results li.no-results{
    background: #4C639C !important;
    /*background: #6581AF !important;*/
}
.chosen-container-single.chosen-with-drop .chosen-single{
    border:none !important;
}
.chosen-container .chosen-results {
    padding:0  !important;
}

/***/
/*Manuel: logoff*/
#contenedor-logoff {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.logoff {
    position: relative;
    background: rgba(50,43,39,0.4);
    width: 360px;
    height: 360px;
    border-radius: 10px;
    color: white;
}

.text-logoff {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.4;
}

.text-top {
    font-weight: bold;
    font-size: 1.2em;
}
#logoff-top {
    width: 100%;
    height: 25%;
}
.text-bot {
    font-size: 0.8em;
}
#logoff-bottom {
    width: 100%;
    height: 25%;
}

#logoff-center {
    width: 100%;
    height: 50%;
}

.logoff-icono {
    background:url('../Images/iMas2/V3/ic_user.png') no-repeat;
    background-size:cover;
    width:104px;
    height:104px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.logoff-icono:hover{
    cursor:pointer;
}
.center-vertical {
    top: 50%;
    transform: translate(0,-50%);
}
/*Manuel: Login*/
#logo-login {
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translate(-15%,-50%);
    background: url('../Images/iMas2/V3/logo-login.png');
    background-size: cover;
    width: 464px;
    height: 163px;
}

#logo-bonos {
    position: absolute;
    left: 55%;
    top: 90%;
    transform: translate(-15%,-50%);
    background: url('../Images/iMas2/V3/imagen-bonos.png');
    background-size: cover;
    width: 893px;
    height: 109px;
}

#contenedor-login {
    position: absolute;
    left: 80%;
    top: 50%;
    transform: translate(-80%,-50%);
}

.login {
    position: relative;
    background: rgba(50,43,39,0.4);
    width: 360px;
    height: 490px;
    border-radius: 10px;
    color: white;
}

.text-login {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 0.4;
}
.text-top-sub-login {
    font-size: 0.8em;
}

.login-top {
    width: 100%;
    height: 20%;
}

.login-bottom {
    width: 100%;
    height: 25%;
}

.login-center {
    width: 100%;
    height: 50%;
}

.login-inputs {
    width: 80%;
    left: 50%;
    top: 35%;
    transform: translate(-45%,-35%);
    position: absolute;
}

.input-log {
    background-color: #6F6D6C;
    border: none;
    outline: none;
    border-radius: 4px;
    margin: 1em auto 1em auto;
    width: 90%;
    padding: 0.8em;
    font-family: "Open Sans";
    color: white;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .input-log::-webkit-input-placeholder {
        color: white;
        text-transform: uppercase;
    }

    .input-log:-moz-placeholder { /* Firefox 18- */
        color: white;
        text-transform: uppercase;
    }

    .input-log::-moz-placeholder { /* Firefox 19+ */
        color: white;
        text-transform: uppercase;
    }

    .input-log:-ms-input-placeholder {
        color: white;
        text-transform: uppercase;
    }

.checkbox-log {
    position: absolute;
    left: 15%;
    text-transform: uppercase;
}

    .checkbox-log label {
        font-size: 0.9em;
        display: inline-block;
    }

input[type="submit"].boton-bot-log {
    font-size: 1em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: absolute;
    top: 90%;
    left: 50%;
    width: 70%;
    height: 40px;
    background: #4C639C;
    transform: translate(-50%,-35%);
    border-style: none;
}
.boton-bot-log:hover {
    cursor: pointer;
}
/**/

/*Telerik*/
.t-grid tbody tr {
    background-color:rgba(142, 130, 123,0.8);
}
.t-grid tbody tr.t-alt{
    background-color:rgba(175, 160, 151,0.8) !important;
}
.t-grid .t-grid-header th.t-header, .t-grid .t-grid-header, .t-grid .t-grid-pager, .t-widget .t-status {
    background-color:#374770 !important;
}
.t-widget .t-grid-pager .t-status-text{
    color:#fff;
}
.t-toolbar, .t-grouping-header{
    background-color:#4C639C !important;
    color:#fff;
}
.t-grouping-header .t-group-indicator .t-link {
    color:#fff !important;
}
tr.t-alt td.t-last, td.t-last {
    background-color: #212A43;
}
.t-numeric .t-state-active {
     background-color:transparent !important;
}
.t-pager .t-state-active, .t-pager .t-state-hover{
    border:none !important;
}
.t-pager .t-numeric{
    vertical-align:middle !important;
}
.t-grid tbody td{
    color:#4A4744;
}
.t-widget{
    background-color:transparent !important;
}
.t-numeric .t-link{
    background-color:transparent !important;
    color:#827771 !important;
}
.t-numeric .t-state-active, .t-numeric .t-state-hover{
    line-height:22px !important;
    padding: 0 5px !important;
}
.t-numeric .t-link, .t-numeric .t-state-active{
    vertical-align:middle !important;
}
.left-grid,.right-grid{
  display:inline-block;
}
.left-grid > *, .right-grid > *{
  display:inline-block;
  vertical-align:middle;
}
.left-grid > * {
  padding:0.5em;
}
.left-grid{
  margin-left:1em;
  color:#fff;
  font-family: "Open Sans";
  text-transform:uppercase;
  font-weight:bold;
}
.right-grid .t-button{
    padding: 0 !important;
}
.right-grid{
  position:absolute;
  right:0;
  top:0;
  margin:0.3em;
}
.right-grid:last-child {
    margin-right:1.8em;
}
.t-footer-template td{
    background-color:#4A4440 !important;
    color: #fff !important;
}
/*Columna final sin botones*/
.no-background-color{
    background-color:transparent !important;
}
/*Checkbox*/
label.checkbox-custom-label {
    display: inline-block;
    /*width: 100%;*/
    background: none;
    /*padding: 10px 15px;*/
}

label:last-child {
    /*border-bottom: 1px solid #BBB;*/
}

label.checkbox-custom-label > input {
    display: none;
}

label.checkbox-custom-label i {
    display: inline-block;
    padding: 2px;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    vertical-align: middle;
    position: relative;
    background: #8D7E75;
    box-sizing: initial;
    text-align:left;
}

label.checkbox-custom-label.disabled {
    opacity: 0.6;
    cursor: auto;
}

label.checkbox-custom-label > input[type=checkbox]:checked + input + i:after {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: white !important;
}
/*Radio Button*/
input[type=radio].newRadio{
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
  cursor: pointer;
}

input[type=radio].newRadio + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

input[type=radio].newRadio + label > span{
  display          : inline-block;
  width            : 1.2em;
  height           : 1.2em;
  border-radius    : 50%;
  background: #fff;
  vertical-align   : middle;
  cursor: pointer;
  margin-right: 10px;
}

input[type=radio].newRadio:checked + label > span{
  background: #fff;
}


input[type=radio].newRadio:checked +  label > span > span{
  display          : block;
  width            : 0.9em;
  height           : 0.9em;
  margin           : 0.15em;
  
  border-radius    : 50%;
  padding: 0px;
  background: #8D7E75;
}

/*Subniveles de acordeon*/
.CssDivCompletoCampos_Titulo,.CssDivCompletoCampos_Titulo_SoloCss{
  color:#fff;
  background-color:#5971AA !important;
  text-indent: 7.5em;
  border-bottom:0.1px solid #2F3A47;
}
.CssDivCompletoCampos_Titulo.sub-2,.CssDivCompletoCampos_Titulo_SoloCss.sub-2{
  color:#fff;
  background-color:#6E84B9;
  text-indent: 12.5em;

}
.CssDivCompletoCampos_Titulo.sub-3,.CssDivCompletoCampos_Titulo_SoloCss.sub-3{
  color:#fff;
  background-color:#869AC9;
  text-indent: 17.5em;
}
.CssDivCompletoCampos_Titulo.sub-4,.CssDivCompletoCampos_Titulo_SoloCss.sub-4{
  color:#fff;
  background-color:#96ACE1;
  text-indent: 22.5em;
}
.CssDivCompletoCampos_Titulo.sub-5,.CssDivCompletoCampos_Titulo_SoloCss.sub-5{
  color:#000;
  background-color:#B1C8E1;
  text-indent: 27.5em;
}
.CssDivCompletoCampos_Titulo.sub-6,.CssDivCompletoCampos_Titulo_SoloCss.sub-6{
  color:#000;
  background-color:#D2DFFF;
  text-indent: 32.5em;
}
.CssDivCompletoCampos_Titulo.sub-7,.CssDivCompletoCampos_Titulo_SoloCss.sub-7{
  color:#000;
  background-color:#EBF1FF;
  text-indent: 37.5em;
}
/**/
.CssFilaPerfil {
    vertical-align:middle;
    display:inline-block;
    width: 30%;
    height: 32px;
}

.CssFilaPerfil_Checkbox {
    vertical-align:middle;
    display:inline-block;
    width:65%;
    margin-left: 30px;
}

.CssTituloDeLaAccion{
    margin-top:10px !important;
}
/********************/
.t-grid.gridAction .t-toolbar {
    text-align:right;
}

@media screen and (max-width: 1279px) { /* ..10" */
    body {
        font-size: 0.75em;
    }

    input {
        font-size:14px;
    }

    #logo-login {
        left: 10%;
        top: 50%;
        transform: translate(-10%,-50%);
        width: 400px;
        background-size: 400px 163px;
    }

    #contenedor-login {
        left: 90%;
        top: 60%;
        transform: translate(-90%,-60%);
    }

        #contenedor-login .login {
            height: 430px;
            width: 340px;
        }

    .navbar ul li {
        font-size: 14px;
    }

    .navbar ul.left-navbar li {
        height: 2.5em;
    }

    .navbar ul.right-navbar li:first-child {
        padding-right: 0.6em;
    }

    .nav-modulos-item {
        width: 23.5%;
    }

    .nav-submodulo-button {
        width: 15.5%;
    }

    .btn-navbar.btn-modulo {
        width: 120px;
    }

    .btn-navbar.btn-maestros {
        width: 125px;
    }

    .btn-navbar.btn-configuracion {
        width: 160px;
    }

    .font-empresa {
        font-size: 19px !important;
    }

    .font-empresa-desc {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1279px) and (min-height: 767px) /* 12" */ {
    body {
        font-size: 0.75em;
    }
    
    input{
        font-size:14px;
    }

    #logo-login {
        left: 10%;
        top: 50%;
        transform: translate(-10%,-50%);
        width: 400px;
        background-size: 400px 163px;
    }

    #contenedor-login {
        left: 85%;
        top: 50%;
        transform: translate(-85%,-50%);
    }

        #contenedor-login .login {
            height: 460px;
            width: 340px;
        }

    .navbar ul li {
        font-size: 14px;
    }

    .navbar ul.left-navbar li {
        height: 2.5em;
    }

    .navbar ul.right-navbar li:first-child {
        padding-right: 0.6em;
    }

    .nav-submodulo-button {
        width: 15.5%;
    }

    .nav-modulos-item {
        width: 23.5%;
    }

    .btn-navbar.btn-modulo {
        width: 120px;
    }

    .btn-navbar.btn-maestros {
        width: 125px;
    }

    .btn-navbar.btn-configuracion {
        width: 160px;
    }

    .font-empresa {
        font-size: 19px !important;
    }

    font-empresa-desc {
        font-size: 15px !important;
    }
}


@media screen and (min-width: 1279px) and (max-width: 1281px) { /* 13" */

}

@media screen and (min-width: 1282px) and (max-width: 1366px) { /* 15" */

}

@media screen and (min-width: 1367px) and (max-width: 1441px) { /* 19" */

}

@media screen and (min-width: 1441px) and (max-width: 1899px) { /* 20"... */
    .nav-modulos-item {
        width: 15.5%;
    }
}

@media screen and (min-width: 1900px) { /* 23"...*/
    #logo-login {
        left: 20%;
        top: 50%;
        transform: translate(-20%,-50%);
    }

    #contenedor-form-login {
        left: 80%;
        top: 50%;
        transform: translate(-80%,-50%);
    }

    .nav-modulos-item {
        width: 13%;
    }
}


.imagen-mini
{
    max-width: 100%;
    min-height: 60px;
    max-height: 120px;
    vertical-align: middle;
}

input[type="file" i] {
    background: none;
    background-color: #4C639C;
    color: white;
    border: none;
}



/*  FIXED HEADER */
.fixed {
	position: fixed; 
	top: 0; 
    opacity: 0.8;
    right: 0;
    left: 0;
	z-index: 200;
}
/*  FIXED HEADER */

#CobroMasivoDesde {
    margin-right: 5px;
}

.cuadroFacturacion{ 
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%; 
    background-color: #4C639C;
    padding-top: 0.5em;
}

.cuadroFacturacion>div{
    margin-left:5px;   
}

.cuadroFacturacion>div>input{
    width:5em;
}
.cuadroFacturacion>div:last-child{    
    margin-right:1.7em;
}

.cuadroFacturacion div .chosen-container-single a.chosen-single, .t-grid td select, div.t-animation-container div.t-filter-options select{
    background-color: white;
    color: black; 
}

#Documentos{
    margin-top:5px;
}
#ContenidoDocumentos {
    padding: 15px 15px 0px 15px;
}

.margin-top-7{
    margin-top: 7px !important;
}

.firma-cliente {
    background-color: white;
    border-radius: 5px;
    max-width: 600px;
}

.firmaContainer {
    display:flex;
    justify-content:flex-start;
    align-content:flex-start;
    align-items:flex-start;
    flex-direction:column;
    margin-left: 2.5%;
}

.CuestionarioSaludContainerPadding {
    padding-bottom: 15px !important;
}

.CssObervationClients {
    width: 100% !important;
}

.t-grid-GenerarPDF {
    background-color: #4CAF50; /* Color de fondo */
    color: white; /* Color del texto */
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
}

    .t-grid-GenerarPDF:hover {
        background-color: #45a049; /* Color al pasar el mouse */
    }
