/************************************************************************************************
*
* Variables
*
************************************************************************************************/
/************************************************************************************************
*
* Styles for Login #f5f5f5;
*
************************************************************************************************/
.body-singin {
  -o-box-align: center;
  -mz-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
  height: 100vh;
}
.body-sing{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
  height: 100vh;  
}
.form-signin {
  width: 100%;
  max-width: 380px;
  padding: 15px;
  margin: auto;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 1;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sidebar {
  min-height: calc(100vh - 76px);
}
/************************************************************************************************
*
* Styles for Dashboard
*
************************************************************************************************/
.page-title {
  text-align: center;
}
.no-padding {
  padding-left: initial;
  padding-right: initial;
}
.dataTable tbody tr {
  cursor: pointer;
}
.dataTable tbody tr:hover {
  background-color: #d2e9f9;
}
.alert {
  text-align: center;
}
.cutom-card {
  background-color: #f5f5f5;
  margin: 15px;
}
.center {
  text-align: center;
}
.list2 {
  margin-left: 30px;
}
.list-group {
  margin-bottom: 15px;
}
.list-group .list-group-item select.form-control {
  padding: 0.04rem 1em;
}
.table-filter-container {
  text-align: right;
  display: inline-block;
  margin-right: 20px;
  float: right;
}
#DataTables_Table_0_filter {
  display: inline-block;
  float: right;
}
.btn-edit {
  width: 40px;
}
