﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: Lato, sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --kendo-color-primary:#002776;
    --kendo-color-on-primary: #ffffff;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family) !important;
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight) !important;
    line-height: var(--bs-body-line-height) !important;
    color: var(--bs-body-color) !important;
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.RadMenu_Material {
    font-family: var(--bs-body-font-family) !important;
}

hr {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    color: #002776;
}



.h2, h2 {
    color:#000000;
}


body {
    background: #fff;
    border-top: solid 8px #3fcfd5 !important;
}


.h3, h3 {
    font-size: calc(1.3rem + .6vw)
}

.h4, h4 {
    font-size: calc(1.275rem + .3vw)
}



.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}


input[type="submit"][style],
input[type="submit"],
input[type="button"] {
    background-color: #27b4b9 !important;
    border: none !important;
    padding: 10px 22px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    height: auto !important;
}


.nav {
    /*height: 50px;*/
    background: #002776 !important;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #ffffff;
    padding: 20px 10px;
}

.nav-menu {
    background: #002776 !important;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #ffffff;
}

.k-header .k-menu-link
{
    color: #ffffff !important;
}

.k-menu-expand-arrow {
    display:none;
}

.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding-block: 0;
}
table thead {
    background: #002776 !important;
    color: #fff !important;
}

/* Boton:  #27b4b9    */


/* AppHeader.css */

.nav {
    background-color: #f8f9fa;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.nav ul li {
    margin: 0 15px;
}

.nav ul li a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    padding: 10px 15px;
    transition: background-color 0.3s, color 0.3s;
}

.nav ul li a:hover {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
}

/* AppHeader.css */

.nav {
    background-color: #f8f9fa;
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

    .nav ul li {
        margin: 0 15px;
        font-weight: bold;
    }

.nav ul li a {
    text-decoration: none;
    color: #ffff;
    padding: 10px 15px;
    transition: background-color 0.3s, color 0.3s;
}

.nav ul li a:hover {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
}


a.btn-primary,
.btn-primary {
    color: #fff;
    background-color: var(--kendo-color-primary) !important;
    /*background-color: #27b4b9 !important;*/
    border-color: #0148AD;
}

.k-calendar-th {
    background-color: #27b4b9 !important;
    color:#000000 !important;
}

.logout-fa {
    color: #404041;
    color: #002776
}

.displayname {
    font-weight: bold;
}
.company-name {
    color: #27b4b9;
    font-weight:normal;
}

.contact-clock {
    color: #002776
}

.label-accent {
    color: #002776;
}

.grid-action-link,
.grid-action-link.link {
    font-weight: bold;
    text-decoration: underline !important;
    color: #002776 !important;
}

.grid-action-link:hover {
    color: #27b4b9 !important;
}

.k-grid {
    font-family: var(--bs-font-sans-serif)
}