/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}






/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}















.btn-huge {
	width:60px;
	height:60px;
}

.btn-disabled
{
	color:#aaaaaa;
}
.fa-xs {
  font-size: 0.7em!important;
  padding:0 4px;
  color:#aaaaaa;
}

.filteractive {
	bordeR:1px solid red;
}

.desactivado{
	color:#cccccc;
	text-decoration: line-through;
}

.myspacer{
	margin:15px;
}














.actionicon { margin: 0 5px;}













/* snippet para permissoes */
	.alert {
	  border-radius: 0;
	  -webkit-border-radius: 0;
	  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
	  display: table;
	  width: 100%;
	}

	.alert-white {
	  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
	  border-top-color: #d8d8d8;
	  border-bottom-color: #bdbdbd;
	  border-left-color: #cacaca;
	  border-right-color: #cacaca;
	  color: #404040;
	  padding-left: 61px;
	  position: relative;
	}

	.alert-white.rounded {
	  border-radius: 3px;
	  -webkit-border-radius: 3px;
	}

	.alert-white.rounded .icon {
	  border-radius: 3px 0 0 3px;
	  -webkit-border-radius: 3px 0 0 3px;
	}

	.alert-white .icon {
	  text-align: center;
	  width: 45px;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  border: 1px solid #bdbdbd;
	  padding-top: 15px;
	}


	.alert-white .icon:after {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  display: block;
	  content: '';
	  width: 10px;
	  height: 10px;
	  border: 1px solid #bdbdbd;
	  position: absolute;
	  border-left: 0;
	  border-bottom: 0;
	  top: 50%;
	  right: -6px;
	  margin-top: -3px;
	  background: #fff;
	}

	.alert-white .icon i {
	  font-size: 20px;
	  color: #fff;
	  left: 12px;
	  margin-top: -10px;
	  position: absolute;
	  top: 50%;
	}
	.alert-success {
	  color: #3c763d;
	  background-color: #dff0d8;
	  border-color: #d6e9c6;
	}

	.alert-white.alert-success .icon, 
	.alert-white.alert-success .icon:after {
	  border-color: #54a754;
	  background: #60c060;
	}

	.alert-info {
	  background-color: #d9edf7;
	  border-color: #98cce6;
	  color: #3a87ad;
	}

	.alert-white.alert-info .icon, 
	.alert-white.alert-info .icon:after {
	  border-color: #3a8ace;
	  background: #4d90fd;
	}


	.alert-white.alert-warning .icon, 
	.alert-white.alert-warning .icon:after {
	  border-color: #d68000;
	  background: #fc9700;
	}

	.alert-warning {
	  background-color: #fcf8e3;
	  border-color: #f1daab;
	  color: #c09853;
	}

	.alert-danger {
	  background-color: #f2dede;
	  border-color: #e0b1b8;
	  color: #b94a48;
	}

	.alert-white.alert-danger .icon, 
	.alert-white.alert-danger .icon:after {
	  border-color: #ca452e;
	  background: #da4932;
	}