@charset "UTF-8";
/* CSS Document */

body {
	padding-left: 0;
	padding-right: 0;
}


/* NAVBAR */
.navbar-fixed-top {
    margin-bottom: 18px;
	margin-left: 0px;
	margin-right: 0px;
	position: static;
}

.navbar-fixed-top .navbar-inner {
	padding: 0;
	min-height: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #bbb;
}

/* fixed navbar (applied dynamically if screen is wide enough) */
body.navfixed {
	margin-top: 57px;
}

body.navfixed .navbar-fixed-top  {
	position: fixed;
}

body.navfixed.scrolled .navbar-fixed-top .navbar-inner {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* end of fixed navbar */



/* BEGIN: Modals */
/*
.modal-body {
	max-height: 360px;
}
*/

.modal.no-footer .modal-body {
	max-height: 420px;
}

.modal-footer .btn-primary {
	min-width: 40px;
}

.modal-body .alert {
	margin-bottom: 0px;
	padding: 6px;
}

.modal-max {
	margin: 15px;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
}

.modal-max .modal-body {
	position: absolute;
	left: 0;
	right: 0;
	max-height: inherit;
	/* top: 46px;      // must be calculated at runtime */
	/* bottom: 58px;   // must be calculated at runtime */
}

.modal-max .modal-inner-scroll {
	top: 54px;
}

.modal-max .modal-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.modal-inner-scroll {
	bottom: 0;
	left: 15px;
	overflow-y: auto;
	position: absolute;
	right: 0;
	padding-right: 15px;
}

.modal-inner-scroll .toolbox-info {
	margin-bottom: 10px;
}

.modal-2 {
	margin-top: -200px;
	z-index: 1060;
}

.modal-backdrop.modal-2 {
	z-index: 1055;
	opacity: 0.6;
}

.badge-active {
    background-color: #FFFFFF;
    color: #000000;
    text-shadow: none;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.uppercase {
	text-transform:uppercase;
}
/* end of fixed navbar */




/* BEGIN: Tables */
.table {
    margin-bottom: 0px;
}

.table-bordered {
	border-left: 1px solid #dddddd;
}

.table-bordered th,
.table-bordered td {
	border-left: none;
}

.text-right {
	text-align: right;
}

.text-center,
table td.text-center,
table th.text-center {
	text-align: center;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table tbody tr:hover  {
  background-color: #f5f5f5;
}

.table th, .table td {
	padding: 5px;
}

.table-condensed th,
.table-condensed td {
	padding: 2px;
}

.table-nonbordered,
.table-nonbordered td {
	border: none;
}

.table .nobords {
	margin:0;
	padding:0;
}

.status-z, .status-bhz {
	background-color:rgba(64,199,64,0.18) !important;
}
.status-t td {
	opacity:0.41;
	-moz-opacity:0.41;
	font-size:76%;
	background-color: rgba(204,213,218,.50);
	color: #333333;
}

.status-t .btn, .status-t td > i {
	display: none;
	visibility: hidden;
}
.status-t td:last-child, .status-t td > a, .status-t td > a i {
	opacity:1;
	-moz-opacity:1;
	font-size:100% !important;
	background-color: transparent;
}

.tablein, .tablein tbody tr {
	background-color:#FFF !important;
}
.container_affectation {
	padding: 0 3px 2px 3px;
	margin-bottom:4px;
	border-bottom: Solid 3px rgba(56,56,56,1.00);
	width:auto;
}
.affectation {
	margin:0;
	padding:0;
	line-height:23px;
	font-size:15px;
}

.affectation .badge {
	min-width:98px;
	font-size:15px
}
.badge.active {
	background-color:rgba(216,220,214,1.00);
	color:rgba(9,44,5,1.00);
}
/* END: Tables */

/* remove focus border */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover,
.nav-pills > .active > a, .nav-pills > .active > a:hover,
.nav-list > .active > a, .nav-list > .active > a:hover,
.btn, .btn-group .btn, .pagination a,
.btn-toolbar .btn , .control-group .btn, .modal-footer .btn, .form-search .btn,
.btn:focus {
	outline: 0;
}

td.selected {
	background-color: rgba(238,154,0,0.59);
}


.inprogress {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}

table .header-fixed {
  position: fixed;
  top: 40px;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
