.navbar {
	background-color: #FD6500 !important;
}

.nav > li > a {
	color: #FFFFFF !important;
}

a {
	color: #95D400 !important;
}

.btn {
	margin: 0 !important;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

em {
  color: #FF0000;
}

.navbar-collapse > a:nth-child(1) img {
  margin-top: 5px;
  height: 50px;
}

#container {
   min-height:100%;
   position:relative;
}

#body {
   padding-bottom:30px;   /* Height of the footer */
}

#footer {
   position:absolute;
   bottom:0;
   height:30px;   /* Height of the footer */
   width: 98%;
}

.search .form-group {
  margin: 0;
  padding: 0;
}

.label-error {
  color: #FF0000;
  display: none;
}

.fixed-table-toolbar .btn {
    padding: 8px;
}

.user-avatar {
  width: 100px;
  max-height: 100px;
  display: inline-block;
}

.user-avatar {
  max-width: 100px;
  height: 100px;
}

.nav-header ul {
  margin-left: 10px;
}

.checkbox {
  margin-top: 0px;
}

.checkbox + .checkbox {
  margin-top: 0px;
}

#body-respo {
  text-align: center;
}

.respo {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 10px;
  vertical-align: top;
  padding: 5px;
  margin: 5px auto;
}

.respo > p {
  font-weight: bold;
}

.respo-inside {
  display: inline-block;
}

.respo-inside > img {
  max-width: 50px;
  max-height: 50px;
}

.respo-inside table {
  text-align: left;
  margin: 0 auto;
}

.respo-inside > table td {
  padding: 3px;
}

.hidden {
  display: none;
}

@media (max-width: 991px){
  .col-xs-12 {
    padding: 0;
  }
}

/* enable for convention
*, *:after, *:before {
    transition: none !important;
}*/
