@font-face {
  font-family: 'Anton';
  src: url('https://sistemex.rocks/apps/altitud/libs/fonts/anton/font.ttf') format('truetype');
}

@font-face {
  font-family: 'Lobster';
  src: url('https://sistemex.rocks/apps/altitud/libs/fonts/lobster/font.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url('https://sistemex.rocks/apps/altitud/libs/fonts/roboto/font.ttf') format('truetype');
}

@font-face {
  font-family: 'Francois One';
  src: url('https://sistemex.rocks/apps/altitud/libs/fonts/francois_one/font.ttf') format('truetype');
}

@font-face {
  font-family: 'Shadows Into Light';
  src: url('https://sistemex.rocks/apps/altitud/libs/fonts/shadows_into_light/font.ttf') format('truetype');
}

@font-face {
  font-family: 'Vesper Libre';
  src: url('https://sistemex.rocks/apps/altitud/libs/fonts/vesper_libre/font.ttf') format('truetype');
}

@font-face {
  font-family: 'Alegreya';
  src: url('https://sistemex.rocks/apps/altitud/libs/fonts/alegreya/font.ttf') format('truetype');
}


/* here you can put your own css to customize and override the theme */

td span.info{
	display: block;
	font-size: x-small;
	color: #999;
}


tr.hidden{
	display: none;
}

tr.showing{
	display: block;
}


.dashboardsite{

}

.dashboard-stat .visual i{
	font-size: 70px;
    opacity: 0.1; 
    color:#000000;!important
    line-height: 70px;
    -khtml-opacity: 0.1;
    -moz-opacity:0.1;


   
}



.dropdown-menu{
	min-width: 180px;
} 

.spacer{
	height: 20px;
	display: block;
	width: 100%;
}

.loaderback{
	background: #ff6a00;	
	opacity: 0.8;
	width: 100%;
	height: 100%;
	min-height: 900px;
	position: absolute;
	left: 0;
	top: -70px;
	z-index: 99999999999;
	display: none;
}

.loaderback a {
	color: #fff;
  margin: 30px auto 0;
  width: 70px;
  text-align: center;
  display: block;
  
}

.spinner {
  margin: 300px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fee8e3;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.mix-inner .box-network{
	width: 100%;
	height: 200px;
	display: block;
	line-height: 200px;
	text-align: center;
	position: relative;
}

.mix-inner .box-network .opt{
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 10px;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
}

.mix-inner .box-network .opt i{
	font-size: 12px;
	margin-right: 5px;
}

.mix-inner .box-network i{
	font-size: 4em;
}

.mix-inner .box-network.inactive{
	background-color: #f2f2f2;
	color: #ccc;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;		
}

.mix-inner .box-network.inactive:hover{
	background-color: #f2f2f2;
	color: #999;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
}


.mix-inner .box-network.active:hover .opt{
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.mix-inner .box-network.active .opt{
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;	
}


.mix-inner .box-network.active.twitter{
	background-color: #00ACEE;
	color: #fff;
}

.mix-inner .box-network.active.twitter:hover .opt{
	color: #fff;
}

.mix-inner .box-network.active.twitter .opt{
	color: #00ACEE;
}

.mix-inner .box-network.active.facebook{
	background-color: #3b5998;
	color: #fff;
}

.mix-inner .box-network.active.facebook:hover .opt{
	color: #fff;
}

.mix-inner .box-network.active.facebook .opt{
	color: #3b5998;
}
