﻿body {
    font-family: Georgia,Times,serif;
    padding-top: 35px;
    padding-bottom: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 50px;
    padding-right: 50px;
}

/* 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 */
input,
select,
textarea {
    max-width: 280px;
    display: block;
}

.form-actions input[type="submit"] {
    background: linear-gradient(#FFDA63,#FFD940);
    border: 0;
    width: 98%;
    color: brown;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 17px;
}

.form-horizontal {
    margin: auto;
    width: 100%;
    max-width: 350px;
    text-align: center;
    padding-left: 20px;
    padding-right: 40px;
    margin-top: 35px;
    background: rgba(1, 225, 225, 0.02);
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 10px;
}

    .form-horizontal input[type="submit"] {
        background: linear-gradient(#FFDA63,#FFD940);
        border: 0;
        width: 98%;
        color: brown;
        opacity: 0.8;
        cursor: pointer;
        border-radius: 10px;
        margin-top: 30px;
        margin-left: 17px;
        font-size: 17px;
    }

    .form-horizontal input[type="datetime-local"] {
        width: 100%;
        align-items: center;
        font-size: 17px;
    }

    .form-horizontal input[type="password"] {
        width: 100%;
        align-items: center;
        font-size: 17px;
    }

    .form-horizontal input[type="submit"]:hover {
        opacity: 1;
        font-size: 17px;
    }

    .form-horizontal input[type="submit"]:active {
        transform: scale(0.95);
    }

    .form-horizontal select {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        font-size: 17px;
        padding-top: 0;
        margin-left: 2px;
    }

input {
    display: block;
    padding: 0;
    width: 80%;
    margin: 0 0;
    font-size: 17px;
}

.form-group input[type="submit"] {
    background: linear-gradient(#FFDA63,#FFD940);
    border: 0;
    width: 98%;
    color: brown;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 17px;
}

.col-md-10 {
    width: 100%;
    align-items: center;
}

    .col-md-10 input {
        margin-left: 1px;
        font-size: 17px;
    }

.col-md-offset-2 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 17px;
    padding-top: 15px;
}

.table, td, tr, th {
    text-align: center;
}

:after, :before {
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

i {
    margin-bottom: 4px;
}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 30px;
    display: block;
}

.selectTable {
    background-color: #337ab7 !important;
    height: 40px;
    float: right;
    margin-top: 0rem;
}
.btn-secondary {
    color: #fff;
    background-color: #4682b4;
    border-color: #4682b4;
}
    .btn-secondary:hover {
        color: #fff;
        background-color: #315f86;
        border-color: #545b62;
    }

.inline {
    display: inline-block;
    padding: 0;
}

.titulo-tabla {
    color: #606263;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

div.dataTables_filter div.dataTables_filter {
    text-align: left;
    margin-top: 15px;
}
.pdf {
    background-color: #dc2f2f !important;
}

.excel {
    background-color: #3ca23c !important;
}

.csv {
    background-color: #e86c3a !important;
}

.barras {
    background-color: #fff !important;
}

.imprimir {
    background-color: #8766b1 !important;
}

h2 {
    font-size: 24px;
    font-family: 'Arial';
    margin: auto;
    text-align: center;
    color: rgba(0,0,0,0.5);
    padding-bottom: 4.8rem;
    color: cornflowerblue;
}

h3 {
    margin-top: 5px;
    margin-bottom: 25px;
    padding-right: 25px;
    color: rgba(165, 42, 42, 0.70);
}

h4 {
    margin-top: 5px;
    margin-bottom: 25px;
    padding-right: 25px;
    color: black;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    text-align: center;
}

.header {
    color: darkblue;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    font-size: 15px;
}

    .header a {
        color: darkblue;
        text-decoration: none;
        font-size: 20px;
    }

.login-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main {
    padding-top: 5.5rem;
    font-size: 15px;
    font-family: 'Arial';
    text-decoration-color: black;
    margin: auto;
}

.navbar-toggler-icon {
    display: none;
}

.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .navigation ul li {
        display: inline-block;
    }

        .navigation ul li a {
            display: block;
            padding: 0.2rem 1rem;
            transition: all 0.1s;
            border-radius: 5px;
            font-size: 15px;
        }

@media(max-width:400px) {
    form {
        width: 100%;
    }
}

@media print {
    .Imprec,
    .CalcTotal,
    .Imprec * {
        display: none !important;
    }
}

@media (min-width: 215px) {
    form {
        width: 100%;
    }
}

@media (max-width: 280px) {
    form {
        width: 100%;
        padding-left: 0;
        padding-right: 2.5%;
    }
}

@media only screen and (max-width: 768px) {

    p, bg-primary {
        width: 300%;
        display: inline-block;
    }

    .col-md-offset-2 {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        font-size: 17px;
        padding-top: 15px;
    }

    input {
        display: block;
        padding: 0;
        width: 80%;
        margin: 0 0;
        font-size: 17px;
    }

    .col-md-10 input {
        margin-left: 10px;
        font-size: 17px;
    }

    .form-horizontal {
        margin: auto;
        width: 85%;
        max-width: 350px;
        text-align: center;
        padding-left: 20px;
        padding-right: 40px;
        margin-top: 35px;
        background: rgba(1, 225, 225, 0.02);
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 10px;
    }

        .form-horizontal input[type="submit"] {
            background: linear-gradient(#FFDA63,#FFD940);
            border: 0;
            width: 92.5%;
            color: brown;
            opacity: 0.8;
            cursor: pointer;
            border-radius: 10px;
            margin-top: 30px;
            margin-left: 17px;
            font-size: 17px;
        }

        .form-horizontal input[type="datetime-local"] {
            width: 100%;
            align-items: center;
            font-size: 17px;
        }

        .form-horizontal input[type="password"] {
            width: 100%;
            align-items: center;
            font-size: 17px;
        }

        .form-horizontal select {
            width: 100%;
            margin: 0;
            padding: 0;
            display: block;
            font-size: 17px;
            padding-top: 0;
            margin-left: 10px;
        }

        .form-horizontal input[type="submit"]:hover {
            opacity: 1;
            font-size: 17px;
        }

        .form-horizontal input[type="submit"]:active {
            transform: scale(0.95);
            font-size: 17px;
        }

    .form-group input[type="submit"] {
        background: linear-gradient(#FFDA63,#FFD940);
        border: 0;
        width: 92.5%;
        color: brown;
        opacity: 0.8;
        cursor: pointer;
        border-radius: 10px;
        margin-top: 30px;
        font-size: 17px;
    }

    .main {
        padding-top: 3.5rem;
        font-size: 14px;
    }

    .navbar-toggler-icon {
        display: block;
        cursor: pointer;
        padding: 0.5rem 0.4rem;
        margin: 0.5rem 0.5rem;
    }

    .navigation {
        width: 100%;
        margin-top: 1rem;
        margin: 0.1rem 0.1rem;
    }

        .navigation ul {
            display: none;
        }

            .navigation ul.show:hover {
                display: block;
            }

            .navigation ul li {
                display: block;
            }

                .navigation ul li a {
                    display: block;
                    padding: 0.1rem 0.1rem;
                    transition: all 0.1s linear;
                    border-radius: 5px;
                }

    /*.navigation ul li a:hover {
                        background: #4a4a4a;
                    }*/

}
