
.divbloqueo {
width:100%!important;
	height: 300px!important;
	background-color: #D0D0D0;
	margin:auto;
	text-align:center;
}

.div1 {
    background-color: #EEE;
    text-align: center;
	padding-top: 5%;
	padding-bottom: 5%;
	
}
.div1 h1 {
	margin-top: 3%;
	margin-bottom: 3%;
}

.swall-overlay {
    z-index: 100005;
}
.swal-modal {
    z-index: 99999;
}
.custom-loader {
  animation: none !important;
  border-width: 0 !important;
}
.swal2-content {
	z-index: 10000000;
}
.swal2-popup {
	z-index: 10000000;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto;
    z-index: 100;
}


select {
    z-index: 1000000;   
}
.login-page, .register-page {

	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}


.breadcrumb {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: 206px;
}

#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}


.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.tile-stats h4 {
    font-size: 14px;
    margin-top: 0px;
    color: #ffffff;
  }

.tile-stats h3 {
    font-size: 14px;
    margin-top: 0px;
    color: #ffffff;
  }

  .tile-stats .num {
    font-size: 28px;
    font-weight: bold;
  }

  .tile-stats {
    padding: 10px;

  }