@import url(//fonts.googleapis.com/css?family=Lato:300:400);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css?family=Raleway");

* {
    font-family: fatfrank, sans-serif;
    font-style: normal;
    font-weight: 400;
}
body{
    background-color: #373b3e;
}
b{
    font-size: 13px;
}
#fullcontainer{
    margin-top: 15%;
}
.imgInicio{
    margin-left: 25%;
}
.card-title{
    text-align: center;
}
.gestion-mantenimiento{
    text-align: center;
}
.tabla-principal{
    text-align: center;
}
h6{
    text-align: initial;
}
tbody{
    padding-top: 100px;
}
.input-tabla{
    width: 100%;
}
input{
    border-radius: 10px;
    text-align: center;

}
input[type="text"]::placeholder {
    color: #9e9e9e;
}
input[type="text"]{
    color: #ddd;
}
input[type="text"]:focus {
    color: rgb(0, 0, 0);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"]::placeholder {
    color: #9e9e9e;
}
input[type="date"]::placeholder {
    color: #9e9e9e;
}
input[type="date"] {
    color: #ddd;
}
.form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background: #555;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    border-radius: 5px;
}
.btn-base-bg {
    border-radius: 15px px;
    color: rgb(255, 255, 255);
    background: #000000;
    border-color: transparent;
    border-width: 0;
}
.btn-base-bg {
    border-radius: 15px;
    color: rgb(255, 255, 255);
    background: #000000;
    border-color: transparent;
    border-width: 0;
}
.btn-theme-sm {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    width: 180px;
}
#exportarpdf {
    text-align: center;
    background: none;
    color: #338db8;
    text-transform: Uppercase;
    cursor: pointer;
    border: none;
}

/*                           Navbar                   */

:root {
    scrollbar-color: rgb(210, 210, 210) rgb(46, 54, 69) !important;
    scrollbar-width: thin !important;
}

::-webkit-scrollbar {
    height: 12px;
    width: 8px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: gray;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

header {
    position: fixed;
    top: 2rem;
    width: 100%;
    transition: 0.5s;
}

.topnav {
    overflow: hidden;
    background-color: #ffffff;
    width: 80%;
    height: 70px;
    margin: auto;
    box-shadow: 0px 6px 16px -6px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    background-size: cover;
    background-position: center;
}

.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 24px 20px;
    text-decoration: none;
    font-size: 17px;
    position: relative;
    transition: 0.5s;
}

.logo {
    width: 30px;
    position: relative;
    top: -5px;
}

#active {
    display: flex;
    background: #ffffff;
}

.active:hover {
    color: #fff;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 24px 20px;
    background-color: inherit;
    font-family: inherit;
    transition: 0.5s;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    margin: auto 0rem;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    color: #888888;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#files {
    display: none;
}

@media screen and (max-width: 820px) {
    .topnav {
        height: auto;
    }

    #active b {
        display: none;
    }

    .logo {
        width: 40px;
        position: static;
    }

    .dropdown .dropbtn {
        padding: 14px 16px;
    }

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 820px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        padding: 14px 16px;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}