/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-ene-2016, 1:22:15
    Author     : quike
*/
.login form {
  margin-top: 60px;
}
.login .logo {
  margin: 0;
}
.login .logo img {
  max-width: 100%;
}
.input-group {
  width: 100%;
}
.checkbox input[type=checkbox] {
  margin-left: -10px;
}
.checkbox label {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
div.form-horizontal .control-label {
  padding-top: 0px;
  margin-top: 0px;
}
#formEvaluar h4 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
span.pending {
  font-style: italic;
  display: block;
  width: 100%;
  text-align: center;
}
#evaluacionesFinalizadas_wrapper td.child {
  padding: 0;
}
#evaluacionesFinalizadas_wrapper td table {
  width: 100%;
}
#evaluacionesFinalizadas_wrapper tr.child {
  padding: 0;
}
.popover {
  max-width: 400px;
}
.popover .popover-title {
  font-weight: bold;
}
.popover .assessment_title {
  text-decoration: underline;
  padding-bottom: 10px;
  display: block;
}
.popover table {
  width: 100%;
}
.popover table tr {
  border-bottom: 1px solid #f2f2f2;
}
.popover table tr td {
  padding: 1px 2px;
}
.popover table tr td:last-child {
  text-align: right;
  padding-left: 10px;
}
.popover table tr td b {
  font-size: 110%;
}
.subTable th,
.subTable td {
  text-align: center;
}
.subTable th:first-child,
.subTable td:first-child {
  text-align: left;
}
table.dataTable td.sorting_1,
table.dataTable td.sorting_2,
table.dataTable td.sorting_3,
table.dataTable th.sorting_1,
table.dataTable th.sorting_2,
table.dataTable th.sorting_3 {
  background: none !important;
}
.help {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}
table#evaluacionesFinalizadas tr th {
  white-space: normal;
  vertical-align: middle;
}
table#evaluacionesFinalizadas tr td.result {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 8px;
}
.page-header.navbar .top-menu .navbar-nav > li.dropdown > .dropdown-toggle:last-child {
  padding-right: 8px;
}
.formLayout .content {
  width: 600px;
  max-width: 95%;
}
.formLayout form {
  margin-top: 20px;
}
.formLayout h3 {
  margin-bottom: 20px;
}
/*# sourceMappingURL=bgsm.css.map */