﻿*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;
}


#footer {
    background-color: #Ff0032;
    position: relative;
    left: 0;
    width: 100%;
}

    #footer img.logo {
        margin: 5px 0 35px 10px;
    }

    #footer a.toTop {
        float: right;
        margin: 8px 10px 0 0;
    }

    #footer.stikybottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

div#page {
    position: relative;
    display: block;
    float: none;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6, .font {
    font-family: 'Josefin Sans', sans-serif;
}

h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 33px;
    font-weight: 300;
}

.navbar > h3 {
    color: #Ff0032;
    padding: 5px 0 0 50px;
}

.field-validation-error, .text-danger {
    color: #e56461;
}

a, a:link, a:visited {
    color: black;
    text-decoration: none;
}

    a:hover, a:active {
        color: dimgrey;
        text-decoration: none;
    }

.menuBurger {
    margin: 0 15px 0 0;
}

nav.navbar.navbar-default {
    box-shadow: 0 0 9px #000000;
    border-bottom: 2px solid rgba(42, 5, 162, 0.3) !important;
}

.navbar {
    font-size: 18px;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}

nav ul.navbar-nav {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 55px;
    width: auto;
}

    nav ul.navbar-nav li {
        display: inline-block;
        padding: 0 20px;
    }

.main-nav {
    list-style-type: none;
    position: fixed;
    display: none;
    left: 0;
    top: 70px;
    border: 1px solid #bebebe;
    padding: 10px 30px;
    width: 260px;
    text-align: left;
    height: calc(100vh - 70px);
    background-color: white;
    z-index: 9999;
    box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.nav-links,
.logo {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}

.main-nav li {
    text-align: left;
    margin: 15px auto;
}

.logo {
    display: inline-block;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.navbar-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}

.active {
    display: block;
}

.navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

#cookieConsent {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #d1cde4;
    border-radius: 0.25rem;
    margin: 1em 0;
    background-color: rgba(25, 21, 150, 0.1);
}

    #cookieConsent button {
        color: #fff;
        background-color: #Ff0032;
        border-color: #Ff0032;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        font-size: 1em;
        line-height: 1.5;
        border-radius: 0.25em;
    }

ul.navbar-nav.userNav {
    font-size: 14px;
}

    ul.navbar-nav.userNav li {
        font-size: 14px;
    }

        ul.navbar-nav.userNav li button,
        ul.navbar-nav.userNav li a {
            font-size: 14px;
        }

.fc-dayGrid-view .fc-body .fc-row {
    min-height: 3em !important;
}
.forSwitch {
    position:relative;
    overflow:hidden;
    cursor:pointer;
}
input.form-switch {
    opacity: 0;
    width: 1px;
}
    input.form-switch:checked + span {
        z-index: 2;
        /*position: relative;*/
        color: white;
        cursor: default;
    }
        input.form-switch:checked + span:before {
            content: '';
            position: absolute;
            left: -20px;
            top: -20px;
            bottom: -20px;
            right: -20px;
            background-color: #Ff0032;
            z-index: -1;
            cursor: default;
        }

.SolicitudComanda {
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.custom-textarea {
    display: inline-block;
    width: 100%;
    height: calc(6em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.fc-toolbar.fc-header-toolbar .fc-center {
    width:100%;
    text-align:center;
}
/*.fc-toolbar.fc-header-toolbar .fc-left .fc-today-button,*/
.fc-toolbar.fc-header-toolbar .fc-right {
    display: none;
}

button.fc-today-button.fc-button.fc-button-primary {
    display: block;
    width: 100%;
    margin: 2px 0 0 0;
}

.fc-button-group > .fc-button:not(:last-child) {
    margin: 0 3px 0 0;
}


.userName {
    background-image: url(../images/icon-user2.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0 40px 0 0 !important;
}

.userOut {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96.9' height='96.9' viewBox='0 0 97 97'%3E%3Cpath fill='red' d='M61 84H11V13h50l2-2V4l-2-2H2L0 4v89l2 2h59l2-2v-7l-2-2z'/%3E%3Cpath fill='red' d='M96 47L69 20h-2l-7 7v2l12 13H20c-1 0-2 0-2 2v9c0 2 1 2 2 2h52L60 68v2l7 7a2 2 0 002 0l27-27a2 2 0 000-3z'/%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 40px 0 0 !important;
    background-size: 30px 30px;
}

.Comentarios {
    line-height: 1.2;
    padding: 15px;
    /* border: 1px dotted #bebebe; */
    border-radius: 17px;
    background-color: aliceblue;
}

    .Comentarios:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath fill='red' d='M42 0H18C8 0 0 8 0 18v14c0 10 8 18 18 18h2c7 0 13 3 18 8l2 2h1l2-2v-8c9-1 17-8 17-18V18C60 8 52 0 42 0zM17 17h14a1 1 0 110 2H17a1 1 0 110-2zm27 18H17a1 1 0 110-2h27a1 1 0 110 2zm0-8H17a1 1 0 110-2h27a1 1 0 110 2z'/%3E%3C/svg%3E");
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        margin: 0 10px 0 0;
        opacity: 1;
    }
ul.navbar-nav.userNav li.userOut button {
    text-indent: -999em;
}
li.nav-item.userOut {
    width: 50px;
    padding: 0;
    margin: 0;
    height: 50px;
}
    li.nav-item.userOut * {
        width: 50px;
        padding: 0;
        margin: 0;
        height: 50px;
    }

h3#nombre {
    line-height: 1.2;
    padding: 15px;
    /* border: 1px dotted #bebebe; */
    border-radius: 17px;
    background-color: aliceblue;
    font-size: 14px;
    color:#dc002e;
    font-family: 'Open Sans', sans-serif;
}
    h3#nombre b {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700 !important;
    }
    h3#nombre:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Cpath fill='%23dc002e' d='M42 0H18C8 0 0 8 0 18v14c0 10 8 18 18 18h2c7 0 13 3 18 8l2 2h1l2-2v-8c9-1 17-8 17-18V18C60 8 52 0 42 0zM17 17h14a1 1 0 110 2H17a1 1 0 110-2zm27 18H17a1 1 0 110-2h27a1 1 0 110 2zm0-8H17a1 1 0 110-2h27a1 1 0 110 2z'/%3E%3C/svg%3E");
        display: inline-block;
        position: relative;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        vertical-align: middle;
        margin: 0 10px 0 0;
        opacity: 1;
    }

.muestra:hover{
    color: white;
    /*background-color: #837171;
    border-color: #837171;*/
}

    @media all and (max-width: 768px) {
        .navbar {
            height: 60px;
        }

        nav.navbar > h3 {
            display: none;
        }

        nav ul.navbar-nav li {
            display: inline-block;
            padding: 0 10px;
        }

        ul.navbar-nav.userNav li.userName a {
            text-indent: -999em;
        }

        .main-nav {
            position: fixed;
            left: 0;
            top: 59px;
            padding: 10px;
            width: 260px;
            height: calc(100vh - 59px);
            box-shadow: 4px 0 2px rgba(0, 0, 0, 0.2);
        }

        nav ul.navbar-nav {
            line-height: 41px;
        }

        .navbar-brand {
            transform: none;
            height: auto;
            margin: 0;
            text-align: left;
            left: 60px;
        }

            .navbar-brand img {
                width: 180px;
            }

        .notifyjs-container {
            width: auto;
            max-width: 90% !important;
        }
    }

.content {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
}

.spinner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #FF0032;
    background: transparent;
    border-top-color: #efef;
    border-bottom-color: #efef;
    border-left-color: #FF0032;
    animation: spin 1.5s linear infinite;
    position: relative;
}

@keyframes spin {
    0% {
        background: transparent;
        transform: rotate(720deg);
    }
}

.filtros{
    flex: 0 0 20%;
    max-width: 20%
}
.dataTables_filter {
    display: none;
}

.check{
    display:inline;
    padding:15px !important;
    height:25px;
    width:25px;
    vertical-align:middle;
    margin-left:10px;
}

#pdfPreviewSidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    padding: 20px;
    overflow: auto;
}

    #pdfPreviewSidebar h5 {
        text-align: center;
    }

    #pdfPreviewSidebar iframe {
        border: none;
        width: 100%;
        height: 90%;
    }

    #pdfPreviewSidebar .btn {
        margin-top: 15px;
    }

@keyframes slideIn {
    from {
        right: -400px;
    }

    to {
        right: 0;
    }
}


