body{
	background: url("https://edukim.cl/catalog/view/theme/kids/images/patterns/pattern1.png") 50% 0 repeat #dff2f7
}
body.login img {
  max-width: 100%;
}
body.login h1{
  color: white;
}
body.login .login-container {
  background-color: #9db011;
  color: white;
  padding: 40px 20px;
}
body.login .login-container label {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 8px;
  text-transform: uppercase;
}
body .login-container input[type="text"], body .login-container input[type="password"] {
  border: medium none;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  margin: 5px 0;
  padding: 1px 5px;
  width: 100%;
}
body .login-container .submit {
  margin-top: 10px;
  text-align: right;
}
body .button
{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffe000 0%, #ffdb00 100%) repeat scroll 0 0;
  color: #3f3f3f;
  cursor: pointer;
}
body .button:hover
{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ef2047 0%, #ec193b  100%) repeat scroll 0 0!important;
  color: white!important;
}

body .login-container .submit .button {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffe000 0%, #ffdb00 100%) repeat scroll 0 0;
  border: 0 none;
  color: #3f3f3f;
  font-family: Open Sans;
  font-weight: 600;
  padding: 3px 10px 4px;
  text-transform: uppercase;
}
body .alert {
  font-family: open sans;
  font-size: 13px !important;
  font-weight: 600;
  margin-bottom: 15px !important;
  margin-left: -5%;
  margin-top: -20px !important;
  padding: 7px 4px !important;
  text-align: center;
  width: 110%;
}
body .alert-warning {
  background-color: #ec193b;
  border-color: #ec193b;
  color: white;
}
body .alert-success {
  background-color: #374830;
  border-color: #374830;
  color: white;
}
body.home .inner-container .table-view {
  background-color: #363636;
  min-height: 500px;
}
body.home .table-view table tr td {
  height: 60px;
  width: 7%;
}
body.home .table-view table.head {
  margin-top: 30px;
}
body.home .table-view table.head td {
  background-color: #316498;
  border: 3px solid #363636;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 11px;
  padding: 0 6px;
  text-align: center;
}
body.home .table-view table thead td.mid-width {
  background-color: #363636 !important;
}
body.home .table-view tbody .mid-width.rowspan {
  background-color: #97c2c4 !important;
  color: black;
}
body.home .table-view table tbody .detail {
  background-color: #f2f2f2;
  color: black;
  font-weight: normal;
  text-align: right;
}
body.home .table-view table tbody td.toggledata, body.home .table-view table tbody tr.background td {
  background-color: #dde4e3;
  color: black;
  font-weight: 500;
}
body.home .table-view .toggledatabutton {
  text-align: right;
}
body.home .table-view .toggledatabutton button {
  background-color: #989898;
  border: 0 none;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
}
