.container.full-width{
    max-width: 100%;
}

input, input.form-control {
    border-radius: 4px;
    border: 1px solid #aaa;
    line-height: 28px;
    height: 28px;
    color: rgb(100, 100, 100);
    padding-right: 8px !important;
    padding-left: 8px !important;
}

input.fecha {
    padding: 0;
    font-size: small;
    color: rgb(100, 100, 100);
}

label {
  color: black;
}

.form-group {
    margin-bottom: 3px;
}
.col-form-label{
    font-size: 13px;
    padding-right: 0;
}
html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    }

.full-height {
    height: 100vh;
    }

.error {
    color: red;
    font-size: 12px;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}
            .position-ref {
                position: relative;
            }

            .top-right {
                position: absolute;
                right: 10px;
                top: 18px;
            }

            .content {
                text-align: center;
            }

            .title {
                font-size: 84px;
            }

            .links > a {
                color: #636b6f;
                padding: 0 25px;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: .1rem;
                text-decoration: none;
                text-transform: uppercase;
            }

            .m-b-md {
                margin-bottom: 30px;
            }

            /* Toggle Styles */
            .dropdown-menu {
                color: black;
                background: #37474f;
                border: 0px;
            }

            #viewport {
              padding-left: 250px;
              /*-webkit-transition: all 0.5s ease;*/
              /*-moz-transition: all 0.5s ease;*/
              /*-o-transition: all 0.5s ease;*/
              /*transition: all 0.5s ease;*/
            }

            #content {
              width: 100%;
              position: relative;
              margin-right: 0;
            }

            /* Sidebar Styles */

            #sidebar {
              z-index: 1000;
              position: fixed;
              left: 250px;
              width: 250px;
              height: 100%;
              margin-left: -250px;
              overflow-y: auto;
              background: #37474F;
              /*-webkit-transition: all 0.5s ease;*/
              /*-moz-transition: all 0.5s ease;*/
              /*-o-transition: all 0.5s ease;*/
              /*transition: all 0.5s ease;*/
            }
            #sidebar a{
                color: #CFD8DC;
                padding: 16px 24px;
            }

            #sidebar header {
              background-color: #263238;
              font-size: 20px;
              line-height: 52px;
              text-align: center;
            }

            #sidebar header a {
              color: #fff;
              display: block;
              text-decoration: none;
            }

            #sidebar header a:hover {
              color: #fff;
            }

            #sidebar .nav a{
              background: none;
              border-bottom: 1px solid #455A64;
              color: #CFD8DC;
              font-size: 16px;
            }

            #sidebar .nav a:hover{
              background: none;
              color: #ECEFF1;
            }

            #sidebar .nav a i{
              margin-right: 16px;
            }

            #sidebar .nav-item {
                padding: 16px 24px;
                font-size: 16px;
            }

            #nominas-trabajadores {
                text-align: center;
            }
            #nominas-trabajadores input, #precios-trabajadores input{
                max-width: 100px;
            }

            .nav-link {
                color: gray;
            }

.dropdown-menu.trabajador-years {
    background-color: white;
}


.deposit-status-full{
    color: green;
}
.deposit-status-middle{
    color: orange;
}
.deposit-status-low{
    color: red;
}

.widget-home {
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
    border: 1px solid gray;
    background-color: gainsboro;
}

.widget-depositos-list-item .deposito-tipo {
    font-weight: bold;
    font-size: 0.9em;
}
.table-header {
    background-color: #a1a1a1; 
}
.table-footer {
    background-color: #a1a1a1; 
}

.small-column {
    width: 10%;
}
.fixed-width {
    width: 50px;
}