:root {
    --main-color: #234574;
    --secondary-color: #00BF9D;
    --third-color: #006E9C;
    --error-color: #AF4C39;
    --main-color-light: #006E9C;
    --secondary-color-dark: #008f75;
}

body {
    font-family: 'Red Hat Display','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.login-fondo {
    background-image: url(Images/Fondos/Fondo3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

/*Login*/
.login-container {
    display: table;
    position: absolute;
    height: 90%;
    width: 95% !important;
}

.login-panel {
    background: none;
    border: 0;
    display: table-cell;
    vertical-align: middle;
}

#homepage-image {
    text-align: left;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

#homepage-image > span {
    width: 340px;
    height: 370px;
    background-image: url('Images/Custom/EstiloMercedes/ImagenBienvenidaMercedes.png');
    background-size: cover;
}

#homepage-image h1 {
    color: var(--secondary-color);
    text-transform: uppercase;
    text-align: center;
}

#homepage-image span {
    display: block;
    font-size: 1em;
    color: var(--main-color);
}

#homepage-image p {
    font-weight: bold;
    font-size: 1.3em;
    color: #8b8b8b;
    text-align: center;
}

.login-button {
    padding: 1em;
    border-radius: .5em !important;
    display: block;
    width: 300px;
    font-weight: bold;
    background-color: var(--main-color);
    transition: all 0.3s ease;
    text-align: center;
    margin: auto;
}

    .login-button:hover {
        text-decoration: none;
        background-color: var(--third-color);
        color: #fff;
    }

.panel-default > .panel-heading {
    color: var(--secondary-color);
    background-color: transparent;
    text-align: center;
    font-size: 3em;
    border: none;
    border-radius: 1em !important;
    padding: .5em 1em .2em 1em;
    text-align: left;
}

.inputs-login-container {
    padding: 1em 3em;
}

.inputs-login {
    display: flex;
    flex-direction: column;
}

.inputs-login label {
    margin-bottom: 0;
    font-weight: bold;
}

input.k-textbox, textarea.k-textbox, #CaptchaInputText {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px !important;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #dbdbdb;
}

.inputs-login input, #CaptchaInputText {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    height: 40px;
}

#CaptchaImage {
    width: 50%;
}

#CaptchaDeText + br + a {
    display: block;
    margin: .5em 0;
}

#CaptchaInputText:focus-within,
#CaptchaInputText:focus-visible {
    border-color: var(--main-color);
    outline: none;
}

#butLogin,
#butContinuar,
#butSendEmailCrearCuenta,
#butSendEmailOlvido {
    display: block;
    margin-top: 50px;
    width: 100%;
    background-color: var(--main-color);
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px !important;
    cursor: pointer;
    margin: auto;
    transition: all 0.3s ease;
}

    #butLogin:hover {
        background-color: var(--third-color);
    }

#butContinuar,
##butSendEmailCrearCuenta,
#butSendEmailOlvido {
    background-color: var(--secondary-color);
    padding: .5em;
}

    #butContinuar:hover,
    #butSendEmailCrearCuenta:hover,
    #butSendEmailOlvido:hover {
        background-color: var(--third-color);
    }

#butSoyOtroUsuario,
#butOlvidoPassword,
#butCrearCuenta,
#butSoyOtroUsuarioOP {
    display: block;
    text-align: center;
    margin-left: 0;
    text-decoration: none;
    color: #a9a9a9;
    font-weight: bold;
}

#butOlvidoPassword,
#butCrearCuenta {
    margin-top: 13px;
}

    #butSoyOtroUsuario:hover,
    #butOlvidoPassword:hover,
    #butCrearCuenta:hover,
    #butSoyOtroUsuarioOP:hover {
        color: var(--main-color);
    }

#butSoyOtroUsuario,
#butSoyOtroUsuarioOP {
    margin-top: 1em;
}

.page-header-inner,
.page-header.navbar .page-logo,
.navbar-nav > li > a,
.page-header.navbar .top-menu,
.nav > li > a:focus, .nav > li > a:hover {
    background-color: var(--main-color);
    background-color: #fff;
}

.page-header.navbar .page-logo {
    display: flex;
    flex-direction: row-reverse;
    width: 180px;
    align-items: center;
}

.page-container {
    padding: 0;
}

.page-header.navbar .menu-toggler.sidebar-toggler {
    margin: 0;
}

.logo-default {
    width: 99px;
    height: 30px;
    margin-top: 0 !important;
}

.menu-logo {
    background-color: var(--main-color);
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 1em 0 0 1em;
}

.page-sidebar.navbar-collapse {
    margin: 0;
    padding: 0;
    position: fixed;
    height: 100% !important;
    background: rgb(16,31,51);
    background: linear-gradient(0deg, rgba(16,31,51,1) 0%, rgba(35,69,116,1) 100%);
    top: 0;
    z-index: 1;
}

.page-header.navbar .page-top {
    margin-left: auto;
}

.page-header.navbar {
    height: 51px;
    min-height: 51px;
    background-color: #fff;
    z-index: 9998 !important;
}

.collapsed {
    width: 10px;
}

.fa-bars {
    color: #fff !important;
}

.panel {
    box-shadow: 0 8px 32px 0 rgb(0 0 0 / 37%) !important;
    border-radius: 1em !important;
    font-family: 'Red Hat Display','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: rgba( 255, 255, 255, 0.75 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/*Navbar*/

#linkLogo {
    width: 60px;
    height: 60px;
    background-image: url(../Content/Images/Custom/EstiloMercedes/logo-header.png);
    background-size: cover;
    background-position: center;
    margin-left: 5em;
}

#linkLogo img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.navbar-nav > li > a {
    color: gray !important;
    font-weight: bold;
}

.navbar-right li:first-of-type a:hover {
    color: var(--secondary-color) !important;
}

.navbar-right li:last-of-type a:hover {
    color: var(--error-color) !important;
}

.page-header.navbar .page-top {
    background-color: #fff;
}

.page-header.navbar .top-menu .navbar-nav {
    display: flex;
    margin-left: 3em;
}

.page-header-inner img {
    display: none;
    width: 50px;
    margin-left: 5em;
}

.navbar-right {
    margin-right: 0;
}

.navbar-fixed-top {
    position: sticky !important;
}

/*Sidemenu*/
.page-sidebar .page-sidebar-menu .sub-menu > li > a,
.page-sidebar .page-sidebar-menu .sub-menu > li > a > i {
    color: #fff;
    font-weight: bold;
}

.page-footer-inner {
    color: #999999 !important;
    padding: .5em;
    word-break: break-word;
    margin-top: 1em;
}

.logo-menu {
    display: block;
    /*  width: 200px;*/
    height: 50px;
    background-image: url(Images/logo-sidebar-full.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2em;
    margin: 0 1em 2em auto;
    width: 148px;
    height: 38px;
}


/*Bienvenida*/
#Bienvenida > div {
    background-color: #fff;
    padding: 1em;
    border-radius: .7em !important;
    border: 1px solid #e1e1e1;
    margin-bottom: 1em;
}

/*#Bienvenida > div:first-child {
    display: flex;
    flex-direction: row;
}*/

#Bienvenida span {
    display: block;
    font-size: 3em;
}

#Bienvenida img {
    width: 400px;
    height: 220px;
    width: 95%;
    height: 25%;
    align-self: center;
    margin-right: 1em;
}

#Bienvenida h3 {
    align-self: center;
    font-size: 1em;
    font-weight: 900;
    color: var(--secondary-color);
    text-transform: uppercase;
}

#Bienvenida h3 span {
    color: var(--main-color);
}

#Bienvenida p {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    margin: .5em 0;
    color: var(--main-color);
}

#Bienvenida > div:first-of-type {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1em 2em;
}

#Bienvenida > div:last-of-type {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
    border-radius: 0 !important;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}

#Bienvenida > div:last-of-type > div {
    width: 48%;
    height: 200px;
    text-align: center;
    border-radius: 1em !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100%;
    transition: all 0.3s ease-in-out;
    margin-right: 20px;
    margin-bottom: 25px;
    transition: background-size 0.5s ease-in-out;
}

#Bienvenida > div:last-of-type > div:hover {
    background-size: 1000px;
    background-size: 120%;
}

#Bienvenida > div:last-of-type > div:first-of-type {
    background-image: url(Images/BotonFondo1.jpg);
}

#Bienvenida > div:last-of-type > div:nth-of-type(2) {
    background-image: url(Images/BotonFondo2.jpg);
}

#Bienvenida > div:last-of-type > div:nth-of-type(3) {
    background-image: url(Images/BotonFondo3.jpg);
}

#Bienvenida > div:last-of-type > div:last-of-type {
    background-image: url(Images/BotonFondo4.jpg);
}

#Bienvenida > div:last-child a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--third-color);
    padding: 1em;
    border-radius: .5em !important;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    background-color: rgb(35 69 116 / 80%);
    word-break: break-word;
}

    #Bienvenida > div:last-child a:hover {
        background-color: rgb(35 69 116 / 93%);
    }

    #Bienvenida > div:last-child a i {
        font-size: 2em;
        margin-bottom: .5em;
    }

#Bienvenida ul {
    list-style: none;
    padding: 0;
    display: flex;
}

#Bienvenida li {
    margin-bottom: 3em;
    margin-right: 1em;
}

/*Menu*/

input.hamburger {
    display: none;
}

input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, 0%) rotate(45deg);
}

input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, 0%) rotate(-45deg);
}

input.hamburger:checked ~ label > div::after {
    width: 100%;
}

input.hamburger:checked ~ label > div::before {
    width: 0;
}

label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
}

label.hamburger:hover {
    cursor: pointer;
}

label.hamburger > div {
    font-size: 0.8em;
}

label.hamburger > div::after, label.hamburger > div::before {
    top: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    overflow: hidden;
    transition: width 0.25s 0.35s, color 0.45s 0.35s;
}

    /*label.hamburger > div::after {
    content: "CLOSE";
    right: 0;
    width: 0;
}

label.hamburger > div::before {
    content: "MENU";
    left: 0;
}*/

label.hamburger > i {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    top: 50%;
    background-color: #222;
    pointer-events: auto;
    transition-duration: 0.35s;
    transition-delay: 0.35s;
}

label.hamburger > i:before, label.hamburger > i:after {
    position: absolute;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: #222;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

label.hamburger > i:before {
    transform: translate(-50%, -14px);
}

label.hamburger > i:after {
    transform: translate(-50%, 14px);
}

body {
    margin: 0;
    overflow-x: hidden;
    height: 100svh;
    width: 100vw;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primnav expand:hover, .primnav li:hover {
    background-color: #66a9e0;
    background-color: rgba(0, 112, 204, 0.6);
}

.primnav {
    position: fixed;
    width: 100vw;
    height: 0;
    /*height: 58px;
    padding-top: 58px;*/
    font-size: 0.8em;
    text-transform: uppercase;
    background-color: #007ee6;
    display: flex;
    flex-direction: column;
    transition: height 246ms 0.5s ease;
    overflow-x: hidden;
    overflow-y: hidden;
    box-sizing: border-box;
    z-index: 9999;
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.67 );
    background: rgb(16,31,51);
    background: linear-gradient(0deg, rgba(16,31,51,1) 0%, rgba(35,69,116,1) 100%);
}

.primnav > ul {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.primnav li {
    font-weight: 400;
    position: relative;
}

.primnav li .tag {
    background-color: #005aa3;
    background-color: rgba(0, 112, 204, 0.8);
    color: rgba(255, 255, 255, 0.8);
    color: #e6e6e6;
    color: rgba(255, 255, 255, 0.9);
    padding: 0 0.5em;
    border-radius: 2em;
    margin-left: auto;
    margin-right: 0.75em;
}

.primnav li a {
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 2em;
    margin: 1em 0;
}

.primnav .icon {
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    padding: 19px;
    margin-right: 5px;
    padding-bottom: 15px;
    color: #e6e6e6;
    color: rgba(255, 255, 255, 0.9);
    height: 50px;
    font-size: 1.5em;
    margin-right: 1em;
}

user {
    padding: 5px;
    padding-bottom: 3px;
    flex-shrink: 0;
    position: fixed;
    font-weight: 400;
    right: 0;
    color: white;
    color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
}

user > section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

user > section > section {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

user img {
    height: 51px;
    width: 48px;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    margin-left: 10px;
    min-height: 51px;
    min-width: 48px;
    align-items: flex-end;
}

user name {
    font-weight: 400;
}

user actions {
    padding: 0.1em 0;
    font-size: 0.8em;
    display: flex;
    justify-content: flex-end;
}

user actions a {
    padding: 0 0.5em;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

user actions a:last-child {
    padding-right: 0;
}

.icon {
    display: inline-block;
    width: 5vw;
    height: 4vw;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    width: 30px;
    height: 30px;
    vertical-align: sub;
    margin-right: 10px;
}

/** hamburger */
input.hamburger {
    display: none;
}

input.hamburger:checked ~ nav.primnav {
    width: 100%;
    height: 30vh;
}

input.hamburger:checked ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

input.hamburger:checked ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

input.hamburger:checked ~ label close {
    color: rgba(255, 255, 255, 0.8);
    width: 100%;
}

input.hamburger:checked ~ label open {
    color: rgba(0, 0, 0, 0);
    width: 0;
}

label.hamburger {
    z-index: 99999;
    position: relative;
    display: block;
    height: 24px;
    width: 24px;
}

label.hamburger:hover {
    cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
    text-transform: uppercase;
    align-text: center;
    position: absolute;
    transform: translateY(24px);
    text-align: center;
    overflow: hidden;
    transition: width 0.25s 0.35s, color 0.45s 0.35s;
    font-size: 6px;
}

label.hamburger > i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: var(--main-color);
    pointer-events: auto;
    transition-duration: 0.35s;
    transition-delay: 0.35s;
}

label.hamburger > i:before, label.hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: var(--main-color);
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

label.hamburger > i:before {
    transform: translate(-50%, -7px);
}

label.hamburger > i:after {
    transform: translate(-50%, 7px);
}

label.hamburger {
    position: fixed;
    top: 14px;
    left: 17px;
}

/*Secciones*/
.section-container h3 {
    font-size: 2em;
    color: var(--main-color);
}

.k-grid-header th.k-header {
    background-color: var(--main-color-light);
    color: #fff;
}

.k-grid-header th.k-with-icon .k-link,
.k-grid-filter .k-icon,
.k-header > .k-grid-filter a {
    color: #fff;
}

.k-grid-header th.k-header {
    border-color: #2b5bab;
    border-width: 0 0 1px 2px;
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: var(--main-color);
}

/*Solicitud de reintegros*/
#FacturasContenedor h4 {
    margin-top: 1.5em !important;
    margin-bottom: .5em;
}

.factura-boton-slide {
    background-color: var(--secondary-color) !important;
    font-weight: bold;
}

.factura-datos {
    background-color: #f1f1f1 !important;
    padding-bottom: 1em;
}

.factura-cuerpo p {
    margin: 10px 0;
}

.facturas-campos input.k-textbox {
    height: 34px;
    margin-top: 0;
}

.total div {
    padding: 0 !important;
}

.factura-cuerpo:nth-of-type(2) {
    height: 200px !important;
}

.factura-datos textarea.form-control {
    height: 140px;
}

#CargarUltimo {
    background-color: var(--main-color);
    transition: all 0.3s ease;
    border: none;
    padding: 1em;
    border-radius: .5em !important;
    font-weight: bold;
}

#CargarUltimo:hover {
    background-color: var(--third-color);
}

.botones-factura button, #butAceptar {
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
    border: none;
    padding: 1em;
    border-radius: .5em !important;
    font-weight: bold;
    color:#fff;
}

.botones-factura button:hover, #butAceptar:hover {
    background-color: #008971;
}

.reintegros-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#TablaRespaldo th {
    background-color: var(--secondary-color) !important;
}

#TablaRespaldo td {
    background-color: #eaeaea;
}

/*Reintegros-Subsidios*/
#gridReintegrosOS .k-header, #gridReintegrosS .k-header {
    background-color: var(--main-color);
    color: #fff;
    border-color: #183361;
}

#gridReintegrosOS .k-grid-header-wrap, #gridReintegrosS .k-grid-header-wrap {
    border-color: #183361;
}

#gridReintegrosOS .k-grid-header, #gridReintegrosS .k-grid-header {
    background-color: var(--main-color);
}

#gridReintegrosOS .k-state-selected, #gridReintegrosS .k-state-selected {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color-dark);
    font-weight: bold;
}

/*Consultas/solicitud de autorizaciones*/
#gridConsultaAutorizacion .k-grid-header, #gridAutorizacionDocumentos .k-grid-header {
    background-color: var(--main-color);
    border-color: var(--secondary-color-dark);
    font-weight: bold;
    color: #fff;
    border-color: #183361;
}

#gridConsultaAutorizacion .k-header, #gridAutorizacionDocumentos .k-header {
    background-color: var(--main-color);
    border-color: #183361;
}

#butFiltrar {
    background-color: #89E082;
    transition: all 0.3s ease;
    border: none;
    border-radius: .5em !important;
    font-weight: bold;
    color: #222;
}

#butFiltrar:hover {
    background-image: none;
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
}

#butFiltrar:focus {
    background-image: none;
}

#butFiltrar img {
    vertical-align: middle;
}

.k-state-default > .k-select {
    background-color: var(--main-color);
    color: #fff;
}

.k-state-default > .k-select .k-i-arrow-60-down:before {
    color: #fff;
}

.k-picker-wrap .k-icon {
    color: #fff;
}

#gridReintegrosS {
    display: none;
}

.facturasAsoc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--secondary-color) !important;
}

.facturasAsoc button {
    order: 2;
    display: block;
    margin-left: auto;
}

.facturasAsoc h3 {
    order: 1;
}

@media (min-width: 650px) {
    input .hamburger:checked ~ nav.primnav {
        width: 275px;
    }

    input.hamburger:checked ~ nav.primnav.page-footer-inner {
        color: red;
    }

    input.hamburger:checked ~ .page-content-wrapper .page-content {
        margin-left: 100px;
    }
}

@media (min-width:992px) {

    #homepage-image span {
        font-size: 3.1em;
    }

    .primnav {
        width: 58px;
        height: 100vh;
        transition: width 246ms 0.5s ease;
        padding-top: 58px;
    }

    input.hamburger:checked ~ nav.primnav {
        width: 278px;
        height: 100vh;
    }

    .primnav li a {
        font-size: 12px;
    }

    .primnav .icon {
        font-size: 20px;
    }

    .navbar-fixed-top {
        position: fixed !important;
    }

    .logo-menu {
        /* width: 200px;*/
        height: 60px;
        margin-bottom: 2em;
        margin-left: .5em;
    }

    #Bienvenida img {
        width: 25%;
    }

    .page-header-inner img {
        display: block;
    }

    .page-content-wrapper .page-content {
        margin-left: 55px;
        width: 95%;
    }

    label.hamburger > i {
        background-color: rgba(255, 255, 255, 0.8);
    }

    label.hamburger > i:before, label.hamburger > i:after {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .login-container {
        width: 90% !important;
    }

    .page-container {
        padding: 0 20px 20px 0;
    }

    #Bienvenida > div:first-of-type {
        flex-direction: row;
    }

    #Bienvenida h3 {
        font-size: 2em;
        cursor: default;
    }

    #Bienvenida > div:last-child a {
        font-size: 2em;
    }

    .reintegros-title {
        flex-direction: row;
    }
}

@media (min-width:1024px) {
    #homepage-image {
        text-align: left;
        flex-direction: row-reverse;
        justify-content: center;
    }

    #homepage-image > span {
        width: 270px;
        height: 290px;
    }

    #homepage-image h1 {
        text-align: left;
    }

    #homepage-image p {
        text-align: left;
    }

    .login-button {
        margin: 0 auto 0 0;
    }
}

@media (min-width:1200px) {

    #homepage-image > span {
        width: 380px;
        height: 430px;
    }
}

#uploadDocument .modal-header {
    background-color: var(--main-color);
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}

#uploadDocument h4 {
    color: #fff;
}

#uploadDocument .k-upload-files {
    padding-bottom: 0;
}

#uploadDocument .close {
    margin-left: auto;
}

.form-control {
    border: 1px solid #c2cad8 !important;

}

#gridAutorizacionDocumentos {
    height: 240px!important;
}