﻿body {
    padding-top: 85px;
    padding-bottom: 20px;
}

label {
    margin-bottom: 0;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
select,
textarea {
    max-width: 280px;
}

@media (min-width: 700px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.titulo {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

@media (min-width: 760px) {
    .titulo {
        /*padding: 10px;*/
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }

        .titulo p {
            font-size: 11px;
            font-weight: lighter;
            color: #999999;
        }

        .titulo ul {
            text-align: center;
        }

        .titulo li {
            display: inline-block;
        }
}

@media (max-width: 760px) {
    .titulo p, span {
        display: none;
    }
}


.titulo a {
    text-decoration: none;
    padding-right: 10px;
    font-size: 16px;
    color: #999999;
}



.top img {
    height: 20%;
    width: auto;
}

.box {
    /*padding: 20px 20px 20px 20px;*/
    padding-left: 0px;
    padding-right: 0px;
    font-size: 10px;
}

.box-left {
    padding-right: 0px !important;
    font-size: 10px;
}


.bground {
    background-color: #f08080 !important;
}

/*.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}*/

/*@media (max-width: 760px) {
    .navbar .navbar-nav {
        display: block;
    }
}*/

.modal-lg {
    width: 750px;
}

.custom {
    max-width: 94% !important;
    margin-left: auto;
    margin-right: auto;
}

.userdata {
    font-size: small;
    color: #999999;
    padding-top: 0;
    margin: 0;
}

tr.highlight td.jsgrid-cell {
    background-color: #ffc107;
}

.menu-item {
    height: 32em;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .menu-item:hover {
        background-color: rgba(255, 0, 0, 0.6);
    }

.panelGuest {
    position: relative;
    width: 35%;
    float: left;
    border-right: solid #ff920a 2px;
    min-height: 100px;
    height: 100%;
    overflow: auto;
}

.contenedor {
    margin: 2rem auto;
    border: 1px solid #aaa;
    height: 300px;
    width: 90%;
    max-width: 400px;
    background: #f1f2f3;
    overflow: auto;
    box-sizing: border-box;
    padding: 0 1rem;
}

    /* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

    .contenedor::-webkit-scrollbar {
        -webkit-appearance: none;
    }

        .contenedor::-webkit-scrollbar:vertical {
            width: 10px;
        }

    .contenedor::-webkit-scrollbar-button:increment, .contenedor::-webkit-scrollbar-button {
        display: none;
    }

    .contenedor::-webkit-scrollbar:horizontal {
        height: 10px;
    }

    .contenedor::-webkit-scrollbar-thumb {
        background-color: #797979;
        border-radius: 20px;
        border: 2px solid #f1f2f3;
    }

    .contenedor::-webkit-scrollbar-track {
        border-radius: 10px;
    }