body {
  font-family: 'Titillium Web', sans-serif;
  background: #444e7d;
  line-height: 28px;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #222;
}

.box {
  position: relative;
  min-height: 100%;
  margin: 100px auto;
  width: 90%;
  background: #fff;
  border-radius: 8px;
}

#top-logo {
  width: 120px;
  position: absolute;
  margin: 20px;
}

.section_title {
  font-size: 28px;
  text-align: center;
  margin-left: 15px;
  color: #444e7d;
  padding-top: 15px;
  margin-bottom: 20px;
}

.tracking {
  text-align: center;
  padding-bottom: 20px;
}

.tracking label {
  margin-left: 0px;
  margin-right: 20px;
  display: inline-block;
  width: 150px !important;
  text-align: left !important;
  font-size: 14px;
  color: #222;
}

.tracking input[type="text"] {
  width: 200px !important;
  margin: 8px auto;
}

.tracking .btn {
  width: 120px;
  display: inline-block;
  margin-left: 15px;
  height: 31px;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #444e7d;
  background: #444e7d;
  border: 1px solid #444e7d;
}

a {
  text-decoration: none;
  color: #fff;
}

table.dataTable.nowrap th,
table td {
  text-align: center !important;
}

table.dataTable {
  font-size: 12px !important;
}

.modal-body .dtr-details tr:last-child{display: none;}

.dataTables_wrapper .dataTables_processing{color:#444e7d!important;}
.dataTables_wrapper {padding:0 10px;overflow-x: auto;}
td.remove-btn{cursor: pointer;}
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
table.dataTable.nowrap th{text-align: center!important;}
table.dataTable.display tbody tr:first-child th{text-align: center!important;}
#history_tracking thead tr{background: #444e7d;color: #fff}
#history_tracking tbody tr{background: #ddd;color:#000;}
#history_tracking tbody tr td{width: 25%;}

.delete i{
  font-size: 22px;
  color: red;
  vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed > tbody > tr:nth-child(2) > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr:nth-child(2) > th:first-child::before {
 display: none;
}


table.dataTable.dtr-inline.collapsed > tbody > tr:nth-child(2) > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr:nth-child(2) > th:first-child{
  padding: 5px;
}


.track-type-B{
  position: absolute;
  right: 20px;
  top: 0;
  width: 150px;
}

.track-type-C{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 150px;
}

.track-footer {
    position: absolute;
    right: 20px;
    bottom: 100px;
    width: 150px;
    display: none;
}

footer{
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
}

#footer-text, #footer-text a {
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
}

@media (max-width: 980px){

  #top-logo {
    position: relative;
    margin: 20px 33%;
  }
  .track-type-C{display: none;}
  .track-type-B{display: none;}
  .track-footer{display: block;}

}
@media (max-width: 700px){
  .tracking input[type="text"]{width:100px!important;}
  .tracking .btn{width:80px;}
}


/*** list tracking***/
nav{
  width: 100%;
  background: #fff;
  position: fixed;
  height: 120px;
  top: 0;

}
#nav-logo {
  width: 60px;
  margin: 10px 40px;
}
#list-wrapper {
  position: relative;
  min-height: 100%;
  margin: 200px auto;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}

.tracking_list tbody{
  background: #fff;
}
#liste_info,#liste_filter{display: none;}

.btn-logout {
  position: absolute;
  right: 0;
  top: 45px;
  color: #fff;
  background: #c62727;
  padding: 3px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  right: 15px;
}

/** alert **/

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.fs-error{
  /*background: #fbbfbf;*/
  margin: auto;
  width: 80%;
  padding: 10px;
  border-radius: 5px;
}