*{
    font-size: 16px;
    font-family: sans-serif;
    margin:0;
	padding:0;
	border:0;
}
#user-img{
    height: 35px;
    width: 35px;
}
footer a{
    color: white;
}
 
#sidebar-wrapper{
    background: #003473 !important;
}

#menu :hover{
    background-color: #EFDB01 !important;
}
#menu :focus{
    background-color: #EFDB01 !important;
}
.navbar{
    background: #003473 !important;
}
 
#menu{
    background-color: #003473 !important;
}

#information-card{
    background: linear-gradient(90deg, rgba(0,52,115,1) 0%, rgba(7,56,112,1) 5%, rgba(11,59,110,1) 10%, rgba(19,65,106,1) 15%, rgba(25,69,103,1) 20%, rgba(36,77,98,1) 25%, rgba(44,82,94,1) 30%, rgba(54,89,89,1) 35%, rgba(61,94,86,1) 40%, rgba(70,100,82,1) 45%, rgba(78,106,78,1) 50%, rgba(99,121,68,1) 55%, rgba(120,136,58,1) 60%, rgba(129,142,54,1) 65%, rgba(142,151,48,1) 70%, rgba(155,160,42,1) 75%, rgba(168,169,35,1) 80%, rgba(181,178,29,1) 85%, rgba(193,187,23,1) 90%, rgba(211,200,14,1) 95%, rgba(239,219,1,1) 100%);
}
.card-text span{
    font-size: small;
}
.card-text a{
    color:#ffffff; 
    text-decoration: underline;
}

a.list-group-item{
    background-color: #003473 !important;
    color: white;
}

.user-header{
    background: #003473 !important;
}
thead{
    background-color: #003473;
    color: white;
}
table{
    text-align: center;
    display: inline-table;
      
}
.card{
    border-color: #003473;
}
.btn:hover{
    color: #EFDB01;
}
.btn{
    color: white;
}
#btn-add-funcionario, #btn-add-activo{
    background: #003473;
    border-color: #003473;
}

#btn-add-hardware, #btn-add-activo{
    background: #003473;
    border-color: #003473;
}

.container{
    margin-top: 1%;
    margin-bottom: 1%;
}

#logoutButton{
    background: #003473;
    color: white;
}
#logoutButton:hover{
    color: #EFDB01;
}
.navbar-toggler-icon{
    color: white;
}
.hidden-xs{
    color: white;
}

#menu :focus{
    background-color: #EFDB01;
}
.card-header{
    color: #003473;
}
.modal-header{
    color: #003473 !important;
}
#user-img{
    background-color: white;
}
.rounded-circle{
    background-color: white;
}
.dropdown-toggle{
    color: white !important;
    background-color: #003473 !important;
}
.dropdown-toggle :hover{
    color: #EFDB01 !important;
}
.cs-header-title {
    color: aliceblue;
    margin-left: auto;
    margin-top: auto;
    font-weight: 200;
    font-size: 25px;
}
#footer-menu{
    background-color:#003473;
    position: absolute;
    width: 100%;
}
.dual-list {
    background-color: #f5f5f5;
    padding: 2%;
    margin: auto auto;
}

.dual-list .list-group {
    margin-top: 8px;
}

.list-left li, .list-right li {
    cursor: pointer;
    border-color: #003473;
    margin: 0.5% 0.5%;
}

.list-arrows {
    padding-top: 100px;
}
.list-arrows button {
    margin-bottom: 20px;
}
.scroll-list{
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}
.dual-list{
    border: 1px solid #003473; 
    border-radius: 5px 5px;
}

.double-list-title{
    color: #003473;
    margin-bottom: 5%;
    text-align: center;
}
.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}

#btn {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

#encabezado{
    background-color: #EFDB01 !important;
    margin-top: 2%;
}

.contenedor{
    background-color: white;
    margin: auto;
}

.page{
    text-align: center;
    font-size: xx-large;
    font-family: sans-serif;
    align-items: center;
    justify-content: center;
    background-size: auto;
}

#btn{
    background-color: #003473;
    border-color: white;
}

#homeContainer {
    margin-top: 5%;
    margin-bottom: 5%;
}

/* estilos home */

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    float: none;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-heading img{
    margin-top: 6%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}