﻿html, body {
    font-family: Verdana,sans-serif;
}

.bodyf {
    background-image: url(../images/jcmfundo.png);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}
.footerlogo {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index:300;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 14px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #4CAF50;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 1280px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}

.wait {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 90999;
    cursor: wait;
    /*margin: auto;*/
}

@media screen and (max-width: 600px) {
    .wait {
        position: fixed;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: none;
        z-index: 90999;
        cursor: wait;
        zoom: 0.65;
    }
}
.swal2-popup.swal2-toast .swal2-title {
    margin: 0 .9em !important;
    font-size: 1.7em !important;
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .6em 0 0 !important;
    padding: .6em 0 0 !important;
    font-size: 1em !important;
}
.jsgrid{
    font-size: 0.86em !important;
}
.jsgrid-header-cell {
    padding: .41em !important;
}
.jsgrid-cell {
    padding: .41em !important;
}
.jsgrid-header-row>.jsgrid-header-cell {
    background: #31708f !important;
    color: white !important;
}
.jsgrid-header-row>.jsgrid-control-field {
    background: #c4e2ff !important;
    color: white !important;
}
.jsgrid-edit-row {
    vertical-align: top;
}