#login-panel {
	margin: 0 auto;
	width: 420px;
}

#login-header {
	text-align: center;
}

.login_message{
  padding-right: 20px;
}

.body {
  position: relative;
  float: left;
  min-width: 50%;
  width: 55%;
}

.navbar {
  margin-left: 10px;
  border-radius: 0px;
}

.main {
  min-height: 318px;
}

.form-group {
  margin-bottom: 5px;
}

.form-control1 {
  padding-top: 2px;
  border-radius: 4px;
  border-style: solid;
  border: 1px solid #ccc;
}

.control-label {
  padding-top: 2px!important;
}

.side-menu>li>a {
  padding: 0px 15px;
}

.side-menu>li>a.dropdown-toggle.active {
  background-color: rgb(236, 236, 236);
  color: black;
}


.progress-bar {
  color: black;
  font-weight: bold;
}

.list-group-item-delete{
  color: #a94442;
  background-color: #FFE8EB;
}

.modal-dialog {
  width: 300px;
}

.red {
  color: red;
}

.green {
  color: rgb(132, 208, 15);
}

.grey {
  color: grey;
}

.fa-trash-o-disabled {
  color: lightgray;
}

.fa-trash-o-disabled:before {
   content: "\f014";
}
 

#dashboard tr td:nth-child(6), #dashboard tr th:nth-child(6) {
	text-align: right;
}

table#dashboard td:nth-child(n+7) {
	text-align: center;
}

#safeview tr td:nth-child(6), #safeview tr td:nth-child(7), #safeview tr th:nth-child(6), #safeview tr th:nth-child(7) {
	text-align: right;
}

#safe tr td:nth-child(5), #safe tr td:nth-child(6), #safe tr th:nth-child(5), #safe tr th:nth-child(6) {
	text-align: right;
}

#safe_detail tr td:nth-child(4), #safe_detail tr th:nth-child(4) {
	text-align: right;
}

#group tr td:nth-last-child(-n+2) {
    width: 40px;
}

#brand tr td:nth-last-child(-n+2) {
    width: 40px;
}

#site tr td:nth-last-child(-n+2) {
    width: 40px;
}

#safe tr td:nth-last-child(-n+2) {
    width: 40px;
}

#region_cit tr td:nth-last-child(-n+2) {
    width: 40px;
}

#zone tr td:nth-last-child(-n+2) {
    width: 40px;
}

#user tr td:nth-last-child(-n+2) {
    width: 40px;
}

#user tr td:first-child, #user tr th:first-child  {
    display: none;
}

table#user td:nth-child(n+7) {
	text-align: center;
}

/* Datatable search input */
div.dataTables_filter input {
    border-width: 1px!important;
}

#statut {
	width: 110px;
}

span.notice {
    font-size: 11px;
    margin-left: 10px;
}