﻿body {
}

.fs-init {
font-size:smaller;
}

.btnSelect, .btnEdit, .btnInsert, .btnDelete, .btnUpdate, .btnCancel {
  height: 20px;
  width: 20px;
  border: 0px;
  cursor: pointer;
}

.btnSelect {
  background: url(Images/Select.png) no-repeat center center;
}

.btnEdit {
  background: url(Images/grdModif.gif) no-repeat center center;
}

.btnInsert {
  background: url(Images/grdAjout.gif) no-repeat center center;
}

.btnDelete {
  background: url(Images/grdSuppr.gif) no-repeat center center;
}

.btnUpdate {
  background: url(Images/grdEnreg.gif) no-repeat center center;
}

.btnCancel {
  background: url(Images/grdAnnul.gif) no-repeat center center;
}

.ExportExcel {
  padding: 10px 25px;
  background: url(Images/ExportExcel.gif) no-repeat center left;
}

/*gridview*/
.table table tbody tr td a,
.table table tbody tr td span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
/*end gridview */

.Toast01 {
  width: 300px;
  max-width: 100%;
  position: fixed !important;
  bottom: 20px;
  right: 0;
}

.toast.fade {
  transition-duration: 3s;
}

.toast:not(:last-child) {
  margin-bottom: 5.75rem;
}
