/* **************************************************************** *
 *                      Gradebook Grades styles                     *
 * **************************************************************** */

/* Fonts */
@font-face {
  font-family:"gradebook-icons";
  src:url(../fonts/gradebook-icons.eot);
  src:url(../fonts/gradebook-icons.eot?#iefix) format("embedded-opentype"),url(../fonts/gradebook-icons.woff) format("woff"),url(../fonts/gradebook-icons.ttf) format("truetype"),url(../fonts/gradebook-icons.svg#gradebook-icons) format("svg");
  font-weight:400;
  font-style:normal
}

@font-face {
  font-family: 'unirOT';
  src: url('../fonts/unirOT/ffunit.woff') format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/latin/LatoLatin-Regular-3cd3657802.woff2") format("woff2"),url("../fonts/lato/latin/LatoLatin-Regular-586ec8dc57.woff") format("woff"),url("../fonts/lato/latin/LatoLatin-Regular-c305a828ef.ttf") format("truetype");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/latin/LatoLatin-Italic-5e75c67839.woff2") format("woff2"),url("../fonts/lato/latin/LatoLatin-Italic-6b654922e0.woff") format("woff"),url("../fonts/lato/latin/LatoLatin-Italic-d9129929b0.ttf") format("truetype");
  font-style: italic;
  font-weight: normal
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/latin/LatoLatin-Bold-3ff66ada9b.woff2") format("woff2"),url("../fonts/lato/latin/LatoLatin-Bold-f323edeea9.woff") format("woff"),url("../fonts/lato/latin/LatoLatin-Bold-20ee9bd189.ttf") format("truetype");
  font-style: normal;
  font-weight: bold
}

@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/latin/LatoLatin-Light-c425d3f33c.woff2") format("woff2"),url("../fonts/lato/latin/LatoLatin-Light-4725b48f89.woff") format("woff"),url("../fonts/lato/latin/LatoLatin-Light-f7b5d804f7.ttf") format("truetype");
  font-style: normal;
  font-weight: 300
}


/* Container */
#gradebookSpreadsheet {
  margin-top: 10px;
}
#gradebookGrades {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0.9em;
}
#gradebookHorizontalOverflowWrapper {
  width: 100%;
  /*padding-bottom: 160px;*/
  padding-bottom: 20px;
  margin-bottom:30px;
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* Table */
#gradebookGrades table {
  width: 0; /* Foo-width to fix display issue in Morpheus */
  display: block;
  margin: 0;
}
#gradebookGrades table.table-bordered {
  border: none;
}
#gradebookGrades table.table-bordered>thead>tr>td,
#gradebookGrades table.table-bordered>thead>tr>th {
  border-bottom-width: 1px;
  min-height:42px;
}
#gradebookGrades table.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #FFF;
}
#gradebookGrades table.table-striped>tbody>tr:nth-of-type(even):hover {
  background-color: #f5f5f5;
}
#gradebookGrades th input[type='text'],
#gradebookGrades th select {
  width: 100%;
  font-size: 0.9em;
}
#gradebookGrades fieldset td {
  height: 2em;
  line-height: 2em;
}
/* Table cell heights, widths and positioning */
/* Known issue: as table cells don't support position:relative
 * consistently, we fudge the inner span/div of the cell to
 * provide a container for any absolutely positioned children.
 * This div is given a fixed height to ensure a cross browser
 * solution.
 */
#gradebookGrades th,
#gradebookGrades td {
  max-width: 195px;
  min-width: 195px;
  min-height: 42px;
}
#gradebookGrades .gb-course-grade {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}
#gradebookGrades .gb-course-grade.gb-cg-override {
  font-weight: bold;
}
#gradebookGrades .gb-student-cell {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
  max-height: 74px;
}
#gradebookGrades .gb-group-cell {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
  max-height: 74px;
}
#gradebookGrades > table.table-striped.table-bordered.table-hover.gb-fixed-column-headers-table > thead > tr.gb-clone-row.gb-headers > th.gb-student-cell
, #gradebookGrades > table.table-striped.table-bordered.table-hover.gb-fixed-column-headers-table > thead > tr.gb-clone-row.gb-headers > th.gb-group-cell{
  max-height:90px;
}
#gradebookGrades thead th > div,
#gradebookGrades tbody td > div {
  position: relative;
  display: block;
}
#gradebookGrades thead th,
#gradebookGrades thead th > div {
  min-height: 60px;
  height: auto;
}
#gradebookGrades thead th > div,
#gradebookGrades tbody td > div {
  min-height: 42px;
}

/* Table Header */
#gradebookGrades thead th {
  vertical-align: top;
  background: #F0f0f0;
  text-shadow: 1px 1px 2px #FFF;
  font-weight: normal;
}
#gradebookGrades thead th .gb-title {
  font-weight: bold;
  overflow: hidden;
  line-height: 1.4em;
  margin-right: 4px;
  text-align:left;
}
th.gb-group-cell div div.gb-title{
  text-align: center !important;
}
#gradebookGrades thead th .gb-title > a {
  text-decoration: none;
  color: #414141;
  min-height: 45px;
  display: block;
}
#gradebookGrades thead th .gb-title > a:hover,
#gradebookGrades thead th .gb-title > a:focus {
  text-decoration: underline;
  color: #2a94c0;
}
#gradebookGrades thead th .gb-title > a:after {
  font-family: 'gradebook-icons';
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
}
#gradebookGrades thead th .gb-title > a:hover:after,
#gradebookGrades thead th .gb-title > a:focus:after {
  content: '\f0dc';
}
#gradebookGrades thead th .gb-title > a.gb-sort-descending:after,
#gradebookGrades thead th .gb-title > a.gb-sort-descending:hover:after,
#gradebookGrades thead th .gb-title > a.gb-sort-descending:focus:after {
  font-family: 'gradebook-icons';
  content: '\f0d7';
}
#gradebookGrades thead th .gb-title > a.gb-sort-ascending:after,
#gradebookGrades thead th .gb-title > a.gb-sort-ascending:hover:after,
#gradebookGrades thead th .gb-title > a.gb-sort-ascending:focus:after {
  font-family: 'gradebook-icons';
  content: '\f0d8';
}

.gb-sort-ascending{
  padding-left: 15px;
}

.gb-sort-descending{
  padding-left: 15px;
}

#gradebookGrades thead th .gb-title > a:before {
  margin-right: 4px;
}
#gradebookGrades thead th .gb-title .gb-external-app-flag {
  font-size: 1.2em;
}
#gradebookGrades thead th .gb-title .gb-external-app-flag:before {
  margin-right: 4px;
}
#gradebookGrades thead th .gb-grade-section,
#gradebookGrades thead th .gb-due-date {
  font-size: 0.9em;
  color: #999;
  line-height: 1.4em;
}
#gradebookGrades thead th.gb-category-item-column-cell .gb-title {
  font-style: italic;
}
#gradebookGrades thead th.gb-category-item-column-cell .gb-category-score-swatch {
  float: left;
  height: 1em;
  width: 1em;
  margin: 3px 5px 0 0;
  box-shadow: 1px 1px 1px #AAA;
}

th.gb-grade-item-column-cell{
  padding-left: 20px !important;
}

/* Dropdown Menus */
#gradebookGrades td .btn-group {
  position: absolute;
  bottom: 2px;
  right: 1px;
  display: none;
}
#gradebookGrades td:focus .btn-group,
#gradebookGrades td:hover .btn-group,
#gradebookGrades td.gb-cell-editing .btn-group,
#gradebookGrades .gb-highlighted-row .btn-group {
  display: block;
}
#gradebookGrades table td,
#gradebookGrades table .gb-headers th {
  cursor: pointer;
}
#gradebookGrades tbody .btn.dropdown-toggle {
  opacity: 0.3;
  border-color: #EEE;
}
#gradebookGrades tbody .btn.dropdown-toggle:focus,
#gradebookGrades tbody .btn.dropdown-toggle:active,
#gradebookGrades tbody .btn.dropdown-toggle:hover,
#gradebookGrades tbody .open .btn.dropdown-toggle {
  opacity: 1;
  border-color: #DDD;
}
#gradebookGrades thead th .btn-group {
  position: absolute;
  bottom: 2px;
  right: -3px;
}
#gradebookGrades .btn.dropdown-toggle {
  padding: 0 8px;
  line-height: 1em;
  border-radius: 4px;
}
#gradebookGrades .btn.dropdown-toggle:focus {
  border: 1px solid #DDD;
}
#gradebookGrades #gradebookGradesTable caption {
  /* hide the caption from users, but retain for screen readers */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#gradebookGrades #gradebookGradesTable tfoot .gb-cell-inner {
  /* ensure there's enough room at the bottom of the scrollable div
     so that the bottom-most menus display without being cropped */
  min-height: 40px;
}
#gradebookGrades .dropdown-menu>li>span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #999;
  white-space: nowrap;
  cursor: not-allowed;
}
#gradebookGrades .dropdown-menu>li>span>em {
  font-style: normal;
}
/* Distinguish Headers and Fixed Columns */
#gradebookGrades table thead tr > *:nth-child(3),
#gradebookGrades table tbody tr > *:nth-child(3) {
  border-right: 1px solid #BBB !important;
}
#gradebookGrades table tr.gb-headers th {
  border-bottom-color: #BBB;
}
#gradebookGrades table.table-striped tbody td,
#gradebookGrades table.table-striped tbody th {
  border-color: #EEE;
}
/* Categories */
#gradebookGrades table tr.gb-categories-row th {
  height: 26px;
  line-height: 16px;
  font-size: 16px;
}
#gradebookGrades table tr.gb-categories-row > th:nth-child(1) {
  border-right: 1px solid #AAA !important;
}
#gradebookGrades table tr.gb-categories-row > th:nth-child(3) {
  border-right: 1px solid #DDD !important;
}
#gradebookGrades .gb-categories-row th {
  background: #e6e6e6;
  overflow: hidden;
}
#gradebookGrades .gb-category-label {
  display: block;
  text-align: center;
  white-space: nowrap;
}
#gradebookSpreadsheet.gb-grouped-by-category .dragtable-sortable {
  margin-top: 30px;
}
#gradebookGrades .gb-fixed-column-headers-table .gb-categories-row {
  display: none;
}
#gradebookSpreadsheet.gb-grouped-by-category .gb-fixed-column-headers-table .gb-categories-row {
  display: table-row;
}
#gradebookGrades .gb-category-weight {
  color: #777;
}
#gradebookGrades .gb-category-weight:before {
  content: "[";
}
#gradebookGrades .gb-category-weight:after {
  content: "]";
}
#gradebookGrades .gb-category-label .gb-category-extra-credit:before {
  font-family: 'gradebook-icons';
  content: '\f0fe';
  vertical-align: bottom;
  margin-right: 4px;
  color: #999;
}
/* Table Cells */
#gradebookGrades .gb-grade-item-cell,
#gradebookGrades .gb-external-item-cell,
#gradebookGrades .gb-readonly-item-cell,
#gradebookGrades td.gb-category-item-column-cell {
  text-align: center;
  white-space: nowrap;
}
#gradebookGrades .gb-readonly-item-cell,
#gradebookGrades .gb-external-item-cell {
  color: #777;
  font-style: italic;
}
#gradebookGrades .gb-readonly-grade {
  line-height: 1em;
  display: block;
  padding-top: 10px;
}
#gradebookGrades .gb-grade-item-cell > span {
  display: block;
}
#gradebookGrades .gb-grade-item-cell {
  text-align:center;
}
#gradebookGrades .gb-grade-item-cell input {
  text-align: center;
  line-height: 1em;
  display: inline;
  border-color: transparent;
  background-color: transparent;
  font-size: inherit;
}
#gradebookGrades .gb-grade-item-cell input:focus {
  background-color: #FFF;
  width: 40px;
  text-align: right;
}
#gradebookGrades .gb-grade-item-cell .gb-out-of {
  display: inline;
  padding-left: 6px;
  font-size: 0.9em;
  color: #999;
}
#gradebookGrades thead th {
  padding: 4px 4px 0 8px;
}
#gradebookGrades .gb-ajax-editable-label {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.75em;
}
#gradebookGrades .gb-student-label {
  padding: 4px;
  display: block;
  font-weight: normal;
  color:#00749A !important;
  margin-left: 2% !important;
}
#gradebookGrades th.gb-course-grade {
  text-align: center;
  padding-left: 20px;
}
#gradebookGrades td.gb-course-grade {
  text-align: center;
}
#gradebookGrades .gb-group-cell {
  text-align: center;
}
#gradebookGrades .gb-grade-item-cell > div,
#gradebookGrades .gb-course-grade > div,
#gradebookGrades .gb-group-cell > div,
#gradebookGrades .gb-category-item-column-cell > div {
  line-height: 2.6em;
}
#gradebookGrades .gb-course-grade.points > div > span {
  display: block;
  line-height: 1.25em;
}


#gradebookGrades .gb-due-date {
  margin-bottom: 1.2em;
}
#gradebookGradesTable td:focus,
#gradebookGradesTable th:focus {
  outline: 2px solid #3698DB;
  outline-color: rgba(54, 152, 219, 0.8);
  outline-offset: -1px;
}
/* Row selector/highlights */
#gradebookGrades .gb-row-selector {
  width: 14px;
  min-width: 14px;
  background-color: #EEE;
  cursor: pointer;
  vertical-align: middle;
  display:none;
}
#gradebookGrades .gb-row-selector > div:before {
  font-family: 'gradebook-icons';
  content: '\f054';
  color: #E0E0E0;
  margin-left: 4px;
  font-size: 8px;
  text-shadow: none;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
#gradebookGrades .gb-row-selector:hover:before {
  color: #FFF;
}
#gradebookGrades .gb-highlighted-row .gb-row-selector {
  background-color: #3698DB;
  border-color: #3698DB;
}
#gradebookGrades tbody .gb-highlighted-row {
  outline: 1px solid #3698DB;
  outline-color: rgba(54, 152, 219, 0.8);
  outline-offset: 0px;
}
/* Fixed header/column */
#gradebookGrades .gb-fixed-header-table,
#gradebookGrades .gb-fixed-columns-table,
#gradebookGrades .gb-fixed-column-headers-table {
  border-collapse: collapse;
  width: auto;
}
#gradebookGrades .gb-fixed-columns-table,
#gradebookGrades .gb-fixed-column-headers-table {
  position: fixed;
}
#gradebookGrades .gb-fixed-header-table {
  position: absolute;
}
#gradebookGrades .gb-fixed-columns-table,
#gradebookGrades .gb-fixed-column-headers-table {
  border-right: none;
}
#gradebookGrades .gb-fixed-column-headers-table {
  z-index: 30;
  display: inline-block;
}
#gradebookGrades .gb-fixed-header-table {
  z-index: 20;
  display: inline-block;
}
#gradebookGrades .gb-fixed-columns-table {
  z-index: 10;
  background-color: white;
  display: inline-block;
}
#gradebookGrades .gb-fixed-columns-table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: white;
}
#gradebookGrades .gb-fixed-columns-table.table-hover tr.hovered {
  background-color: #f5f5f5 !important;
}
/* Fix ghosting of the dragtable helper */
#gradebookGrades .dragtable-sortable {
  z-index: 10;
}
/* Grade Item Flags */
[class*="gb-flag"] {
  color: #999;
  font-family: 'gradebook-icons';
  display: inline-block;
}
#gradebookGrades .gb-grade-item-flags {
  position: relative;
  font-size: 12px;
  bottom: 0;
  margin-bottom:5px;
  float:left;
  font-weight: 500;
  min-width:120px !important;
}
#gradebookGrades .gb-grade-item-flags span {
  margin-right: 4px;
  font-family: 'UnirOT';
}
#gradebookGrades .gb-grade-item-flags .gb-flag-is-counted {
  display: none; /* don't show these flags */
}
.gb-flag-not-counted:before {
  content: '\e600';
}
.gb-flag-not-released:before {
  content: '\e106';
  font-family: 'Glyphicons Halflings';
}
.gb-flag-is-released:before {
  content: '\e105';
  font-family: 'Glyphicons Halflings';
}
.gb-flag-extra-credit:before {
  content: '\f0fe';
}

/* Student filter */
#gradebookGrades .filtered-by-studentFilter {
  display: none;
}
#gradebookGrades .gb-student-filter {
  position: relative;
  padding-left: 15px;
  padding-top: 4px;
}
#gradebookGrades .gb-student-filter input {
  height: 2em;
  padding: 4px 6px;
  height: 28px;
  background: #E8E8E8;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  flex: none;
  order: 2;
  flex-grow: 1;
  font-weight: 700;
  text-indent: 15px;
  min-width: 180px;
  margin-bottom: 5px;
}
#gradebookGrades .gb-student-filter input::placeholder{
  color: #333333;
}
#gradebookGrades .gb-student-filter input::-webkit-input-placeholder {
  color: #333333;
}
#gradebookGrades .gb-student-filter input::-moz-placeholder {
  /* FF 4-18 */
  color: #333333;
  opacity: 1;
}
#gradebookGrades .gb-student-filter input::-moz-placeholder {
  /* FF 19+ */
  color: #333333;
  opacity: 1;
}
#gradebookGrades .gb-student-filter input::-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
#gradebookGrades .gb-student-filter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}
#gradebookGrades .gb-student-filter input::placeholder {
  /* modern browser */
  color: #333333;
}
#gradebookGrades .gb-student-filter-clear,.gb-student-filter-clear
#gradebookGrades .gb-student-filter-clear:hover,#gradebookGrades ,.gb-student-filter-clear+svg:hover {
  text-decoration: none;
}
#gradebookGrades .gb-student-filter-clear:before {
  position: absolute;
  top: 8px;
  right: 2px;
  font-family: 'gradebook-icons';
  content: '\f057';
  color: #CCC;
  font-size: 1em;
  width: 1.2em;
  text-align: right;
  height: 2em;
}
#gradebookGrades .gb-student-filter-clear+div{
  position: absolute;
  top: 6px;
  right: 167px;
  font-size: 1em;
  width: 1.2em;
  text-align: right;
  height: 2em;
}
#gradebookGrades .gb-student-filter-clear+div svg{
  fill:#C4C4C4;
}

/* Popover Notifications */
.popover{
  font-family: var(--font-family) !important;
}
.gb-grade-item-flags .popover {
  min-width: 180px;
  font-family: var(--font-family);
}

.gb-popover-notifications {
  min-width: 200px;
  max-width: 300px;
  list-style: none;
  padding: 0;
}
.gb-popover-notifications li {
  clear: both;
  margin-bottom: 10px;
  color:#333333 !important;
}
.gb-popover-notifications li:before {
  margin-right: 5px;
}
.gb-popover-notifications .gb-popover-notification-error:before,
.gb-popover-notifications .gb-popover-notification-invalid:before {
  font-family: "gradebook-icons";
  content: "\f06a";
}
.gb-popover-notifications .gb-popover-notification-overlimit:before {
  font-family: "gradebook-icons";
  content: "\f0fe";
}
.gb-popover-notifications .gb-popover-notification-has-comment:before {
  font-family: "gradebook-icons";
  content: '\f075';
}
.gb-popover-notifications .gb-popover-notification-concurrentedit:before {
  font-family: "gradebook-icons";
  content: '\f040';
}
.gb-popover-notification-is-external:before,
.gb-popover-notification-is-readonly:before {
  font-family: "gradebook-icons";
  content: '\f023';
}
.gb-popover-notifications .gb-popover-link {
  float: right;
  font-size: 0.9em;
  margin: 0 0 1em;
}
.gb-popover-notifications .gb-popover-notification-has-comment blockquote {
  margin: 1em 0;
  padding: 5px 10px;
  font-size: 0.9em;
}
.gb-popover-notifications .gb-revert-score {
  margin-top: 20px;
}
.gb-popover-close {
  float: right;
  text-decoration: none;
}
.gb-popover-close:hover {
  text-decoration: none;
}
.gb-popover-close:before {
  font-family: "gradebook-icons";
  content: "\f00d";
}

/* Toolbar */
#gradebookGradesToolbar,#categories-body {
  position: relative;
  font-size: 0.9em;
  overflow: visible;
  padding: 0.5em;
  width: 100%;
  margin-top:-13px;
  white-space: nowrap; /* don't wrap so it stays on one line */
}
.tab-container{
  margin-top:20px !important;
  margin-left:1.5%  !important;
}
#gradebookGradesToolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#gradebookGradesToolbar ul.gb-toolbar-left {
  float: left;
}
#gradebookGradesToolbar ul.gb-toolbar-right {
  float: right;
}
#gradebookGradesToolbar > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
#toggleGradeItemsToolbarItem:after {
  font-family: 'gradebook-icons';
  content: '\f078';
  font-size: 0.9em;
  margin-left: 6px
}
#toggleGradeItemsToolbarItem.on:after {
  content: '\f077';
}
#toggleCategories:before,
#toggleCategoriesToolbarItem:before {
  font-family: 'gradebook-icons';
  content: '\f096';
  font-size: 0.9em;
  margin-right: 6px
}
#toggleCategories.on:before,
#toggleCategoriesToolbarItem.on:before {
  content: '\f046';
}
#filterByGroup {

}
#gradebookGradesToolbar .gb-item-summary.warn-items-hidden .gb-item-summary-counts {
  color: #CA7311;
  font-weight: bold;
}

.gradebook-instructions-summary {
  font-size: 14px;
  font-weight: 400;
}
/* Wicket modal Overrides */
.modal-style-ERP-confirm{
  position:absolute !important;
  left:30% !important;
  visibility: visible !important;
  top:2000px !important;
}
.modal-style-override{
  top:400px !important;
}
div.wicket-modal div.w_content {
  padding-top: 40px; /** don't want border wrapping content inside the modal **/
}
div.wicket-modal div.w_content_3 {
  border: none; /** don't want border wrapping content inside the modal **/
}
div.wicket-modal h3.w_captionText {
  padding: 20px;
  font-size: 1.5em;
  position: relative !important;
  height: auto !important;
}
div.wicket-modal div.w_caption {
  min-height: 60px;
  height: auto !important;
}
div.wicket-mask-dark {
  background-color: #FFF;
  opacity: 0.6;
  filter: alpha(opacity=6);
}
.gb-blur {
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
  filter: url(blur.svg#blur);
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
div.wicket-mask-transparent {
  opacity: 0.5;
  background-color: black;
  filter: alpha(opacity=50);
}
div.wicket-modal h3.w_captionText {
  font-weight: normal;
}
/* IE9-11 does not support a blur filter. As such, we fallback to an opaque mask */
/* Note: IE8 and below are not supported as Bootstrap does not support IE8 */
/* IE9 blur fallback */
body:nth-child(n) div.wicket-mask-dark {
  filter: alpha(opacity=\95);
  background-color: \#000;
}
/* IE10+ blur fallback */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div.wicket-mask-dark {
    opacity: 0.95;
    background-color: #000;
  }
}
div.wicket-modal div.w_content_container {
  /* give wicket model content some padding */
  padding: 0 20px 20px;
  height: auto !important;
}
div.wicket-modal div.w_content_container > div > h2:first-child,
div.wicket-modal div.w_content_container > div > form > h2:first-child {
  /* remove the large morpheus top padding and margin from the first header element */
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #EEE;
}
div.wicket-modal .w_topLeft,
div.wicket-modal .w_top,
div.wicket-modal .w_topRight,
div.wicket-modal .w_bottomLeft,
div.wicket-modal .w_bottom,
div.wicket-modal .w_bottomRight {
  background-image: none !important;
}
div.wicket-modal div.w_left,
div.wicket-modal div.w_right {
  background-image: none !important;
}
div.wicket-modal a.w_close {
  margin: 6px;
}
div.wicket-modal div.w_caption {
  cursor: move;
}
div.wicket-modal div.w_right > div {
  box-shadow: 0 1px 4px 1px rgba(45,59,69,0.95);
}


/* Drag & Drop */
.gitable {
  border-collapse:collapse;
}
table.gitable thead tr th.tituloceldassemana{
  font-weight: 400 !important;
}

.gi-categorycell {
  padding-right: 15px;
  padding-top: 15px;
  vertical-align: top;
}

.panel-heading {
  border-radius: 5px;
}

.sortable {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  min-width: 40%;
  background-color: #efefef;
  border: 0px;
  border-radius: 0px;
}

.sortable li {
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  list-style: none;
}
.selected {
  background: lightblue !important;
}
.hidden {
  display: none !important;
}

.gi-unassigned, .gi-assigned {
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
}
.gi-unassigned>h4,.gi-assigned>h4{
  font-weight: 700;
}

.gi-unassigned .sortable, .gi-assigned .sortable {
  min-width: 202px;
  min-height: 70px;
}

.gi-unassigned .sortable li, .gi-assigned .sortable li {
  width: 280px;
  min-height: 60px;
  margin-top: 15px;
  background: #fff;
  color: #333;
  border: 1px dashed;
}

.date-rows{
  margin-bottom: 10px;
}

fieldset.scheduler-border {
  border: 2px solid #ddd !important;
  border-radius: 5px !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
}

legend.scheduler-border {
  width: inherit;
  padding: 10px;
  border-bottom:  0px !important;
}

/* Student Grade Summary */
#instructorView.tab-pane,
#studentView.tab-pane {
  border-top: 1px dotted #EEE;
  margin-top: 20px;
  padding-top: 20px;
}
.gb-summary-grade-score-outof {
  color: #999;
}
.gb-summary-grade-panel {
  position: relative;
  margin-left:16px !important;
}
.gb-summary-grade-panel table {
  width: auto;
}

.gb-summary-grade-panel .pull-right {
  margin-bottom: 5px;
}
.gb-summary-grade-panel .gb-summary-category-row td {
  font-weight: bold;
}
.gb-summary-grade-panel .gb-no-categories .gb-summary-grade-row td {
  padding-left: 5px;
}
.gb-summary-grade-panel .gb-summary-no-cell {
  background: none;
}
.gb-summary-call {
  font-weight: bold;
}
.gb-summary-grade-panel .gb-summary-category-column,
.gb-summary-grade-panel .gb-summary-finalgrade {
  background: #F4F4F5
}

.gb-summary-grade-duedate,
.gb-summary-grade-score,
.gb-summary-grade-weight,
.gb-summary-category-grade,
.gb-summary-category-weight {
  text-align: center;
}
.gb-summary-grade-panel .gb-summary-course-grade {
  margin-bottom: 10px;
  width: 50%;
}
.gb-summary-grade-panel .gb-summary-course-grade .panel {
  margin-bottom: 0;
}
.gb-summary-grade-panel .gb-summary-course-grade .panel-body {
  padding: 8px 15px;
}
.gb-summary-grade-panel .gb-summary-course-grade-label {
  padding-right: 10px;
}
.gb-summary-grade-panel .gb-summary-expand-all {
  padding-right: 8px;
}
.gb-summary-grade-panel .gb-summary-category-toggle,
.gb-summary-grade-panel .gb-summary-category-toggle:hover,
.gb-summary-grade-panel .gb-summary-category-toggle:active {
  text-decoration: none;
  float: left;
}
.gb-summary-grade-title {
  font-weight: normal;
}
.gb-summary-grade-panel .gb-summary-category-toggle:before {
  font-family: 'gradebook-icons';
  content: '\f078';
  padding-right: 4px;
}
.gb-summary-grade-panel .gb-summary-category-toggle.collapsed:before {
  content: '\f054';
}
.gb-summary-navigate-students {
  margin-bottom: 20px;
}
.gb-summary-previous-student {
  float: left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.gb-summary-previous-student:before {
  font-family: 'gradebook-icons';
  content: '\f060';
  padding-right: 4px;
}
.gb-summary-next-student {
  float: right;
  padding-right: 20px;
  margin-bottom: 10px;
}
.gb-summary-next-student:after {
  font-family: 'gradebook-icons';
  content: '\f061';
  padding-left: 4px;
}
.gb-grade-summary-content .tabpanel {
  display: block;
  margin-top: 10px;
}
.gb-summary-grade-panel {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #DDD;
}
.gb-summary-grade-panel .gb-summary-grade-flags {
  padding-left: 10px;
  float: right;
}
.gb-summary-not-released-flag,
.gb-summary-not-released-message {
  color: #888;
}
#studentGradeSummary {
  margin: 30px 0 0;
}
.gb-grade-summary-close-confirmation {
  z-index: 50000 !important;
}
.gb-grade-summary-close-confirmation .modal-dialog {
  z-index: 50001 !important;
}
.gb-summary-print {
  position: absolute;
  top: 5px;
  right: 10px;
  margin-right:7px;
  margin-top: 15px;
}
.gb-summary-print:before {
  font-family: 'gradebook-icons';
  content: '\f02f';
  padding-right: 4px;
}
#studentGradeSummary .table>tbody+tbody {
  border-width: 1px;
}
#studentGradeSummary .table>tbody.gb-summary-assignments-tbody+tbody.gb-summary-category-tbody {
  border-width: 2px;
}
.gb-summary-category-row td,
.gb-summary-category-row th {
  background-color: #F4F4F4;
}
.gb-summary-category-row th {
  text-align: center;
}


/* Live feedback message container */
.gb-live-feedback {
  padding: 4px;
  font-size: 12px;
  line-height: 35px;
  color: #666;
  margin: 0 0 0 10px;
}

.gb-cell-notification {
  position: absolute;
  left: 20px;
  font-size: 1.4em;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1em;
  top: 50%;
  margin-top: -0.55em;
}
.grade-save-error,
.grade-save-warning {
  background-color: #ffbbbb !important;
}
.gb-cell-notification-error:before,
.gb-cell-notification-warning:before {
  font-family: "gradebook-icons";
  content: "\f06a";
  color: rgb(204,0,0);
}
.gb-readonly-item-cell .gb-cell-notification-warning,
.gb-external-item-cell .gb-cell-notification-warning {
  opacity: 0.2;
  font-style: normal;
}
.gb-readonly-item-cell .gb-cell-notification-warning:before,
.gb-external-item-cell .gb-cell-notification-warning:before {
  color: #CCC;
  content: '\f023';
}
.gb-readonly-item-cell.grade-save-over-limit .gb-cell-notification-warning:after,
.gb-external-item-cell.grade-save-over-limit .gb-cell-notification-warning:after {
  font-family: "gradebook-icons";
  content: '\f0fe';
  color: rgb(200,144,0);
  font-size: 10px;
  left: 12px;
  position: absolute;
  top: 6px;
}
.gb-readonly-item-cell:focus .gb-cell-notification-warning,
.gb-readonly-item-cell .gb-cell-notification-warning:focus,
.gb-external-item-cell:focus .gb-cell-notification-warning,
.gb-external-item-cell .gb-cell-notification-warning:focus {
  display:block;
  opacity: 1;
}
.grade-save-over-limit {
  background-color: #fcf8e3 !important;
}
.gb-cell-notification-over-limit:before {
  font-family: "gradebook-icons";
  content: '\f0fe';
  color: rgb(200,144,0);
}
.gb-cell-notification-comment {
  position: absolute;
  right: 4px;
  top: 0;
  width: 18px;
  color: #CCC;
  line-height: 18px;
}
.gb-cell-notification-comment:before {
  font-family: "gradebook-icons";
  content: '\f075';
  font-size: 1em;
  font-style: normal;
}
.gb-cell-out-of-date .gb-cell-notification {
  display: none;
}
.gb-cell-out-of-date .gb-cell-notification.gb-cell-notification-out-of-date {
  display: block;
}
.grade-save-error .gb-cell-notification-error {
  display: block !important;
}
.grade-save-error .gb-cell-notification.gb-cell-notification-out-of-date {
  display: none;
}
/* feedback styles for the grade saving state */
.gb-score-dynamically-updated,
.grade-save-success {
  background-color: #dff0d8 !important;
}
.grade-save-success > div:before {
  font-family: "gradebook-icons";
  content: "\f05d" !important;
  color: green !important;
  position: absolute;
  left: 20px;
  font-size: 1.4em;
  height: 1.1em;
  width: 1.1em;
  line-height: 1.1em;
  top: 50%;
  margin-top: -0.55em;
}
.grade-save-success .gb-cell-notification {
  display: none;
}


#rowButtonsGradebook {
  margin-bottom: 10px;
  margin-top: 10px;
}

.reportContainer iframe {
  width: 100%;
  height: 700px;
  margin-top: 15px;
}

.confirmContainer {
  display: inline-block;
}

/* General */
a {
  color: #747474;
}
input[type="text"]:focus{
  outline: none !important;
  border: 1px solid #00749A !important;
}
a:focus, a:hover {
  color: #2d8db1;
}
.pagination>li>a, .pagination>li>span {
  color:#00749A;
  margin-left:3px !important;
  margin-right:3px !important;
  border-radius:3px !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #329cc4;
  border-color: #329cc4;
}
.table-bordered>tfoot>tr>td {
  border: 0px;
}

html {
  font-size: 100%;
}

body {
  font-family: var(--font-family);
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.15;
  color: var(--ic-brand-font-color-dark);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: normal
}

h1,h2,.h1,.h2 {
  font-size: 1.8em;
  line-height: 1.5
}

h3,.h3 {
  font-size: 1.5em
}
h4{
  font-size: 16px;
}

.table-align-middle > tbody > tr > td {
  vertical-align: middle;
}

.gradesltiBody {
  margin: 15px;
}

/* Tabs */
.tab-pane .row {
  margin: 0px;
}

.tab-pane .row .row {
  margin-left: -25px;
  margin-right: -15px;
}

.tab-pane {
  padding-top: 10px;
}

.tab-content {
  padding-left: 0px !important;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #E8E8E8;
  border-radius: 0px 4px 4px 4px;
}

.nav-tabs {
  padding: 0 130px 0 0;
}

.nav>li>a {
  padding: 8px 14px;
}

.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #333;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #333;
}
/* Buttons */
.btn{
  border-radius:0px !important;
}
.btn-primary {
  background:#FFFFFF;
  color: #333333;
  border: 1px solid #333333 !important;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  padding: 8px 14px;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
  text-shadow: none;
}

.btn-secondary{
  background:#80c6df;
  color:#FFFFFF;
  border: 1px solid #80c6df;
  transition: background-color 0.2s ease-in-out;
  position: relative;
  padding: 8px 14px;
  line-height: 20px;
  text-decoration: none;
  overflow: hidden;
  text-shadow: none;
}
  .btn:hover, .btn-primary:hover,
  .btn:focus, .btn-primary:focus,
  .btn.active, .btn-primary.active,
  .btn:active, .btn-primary:active {
    background: #e8e8e8;
    color: #2D3B45;
    border: 1px solid;
    border-color: #C7CDD1;
  }

  .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: inherit;
  }

  .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    background: #f5f5f5;
    color: #329cc4;
    border: 1px solid;
    border-color: #C7CDD1;
  }

  /* Forms */
  label {
    font-weight: normal;
    margin-bottom: 0px;
  }
  .wicket-modal{
    min-width: 700px !important;
  }

  .wicket-modal  .w_close{
    margin-top: 10px !important;
    margin-right: 5px !important;
  }


  .wicket-modal .form-buttons {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -16px;
    padding-top: 20px;
    text-align: right;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #f5f5f5;
    border-top: 1px solid #C7CDD1;
    margin-top:40px;
  }

  .wicket-modal .w_content_container{
    overflow: none !important;
  }

  .wicket-modal select {
    width: 100%;
  }

  .instruction {
    color: #707070;
    font-size: 0.875rem;
  }

  .instruction-category {
    margin-top: 0.5rem;
  }

  .form-datepart {
    width: auto;
    display: inline;
    margin-left: 10px;
  }

  .input-group.date {
    float: left;
    width: 130px !important;
  }


  .modalLoading {
    display:    none;
    position:   fixed;
    z-index:    70000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background-attachment: fixed;
    background-color: rgba( 255, 255, 255, .8 );
    background-repeat: no-repeat;
    background-image: url('images/loading.gif');
    background-position: center 30%;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80)
  }

  body.loading .modalLoading {
    overflow: hidden;
  }

  body.loading .modalLoading {
    display: block;
  }

  /* jQuery UI */
  .form-group .ui-widget input {
    font-family: "LatoWeb","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #555;
  }

  .form-group .ui-widget .ui-spinner-input {
    margin: 0px;
    font-size: 14px;
    padding: 6px 12px;
  }

  .form-group .ui-widget.ui-widget-content {
    width: 100%;
  }


  #infoCertsContainer .popover, .gb-popover-notifications {
    max-width: 450px !important;
  }

  #infoOverride .popover, .gb-popover-notifications {
    max-width: 100% !important;
  }

  a.gb-access-docuware-button {
    margin: 0;
  }

  span.gb-access-docuware-button {
    margin: 0;
  }
  .ignore-sum-checkbox-hidden {
    visibility: hidden;
  }
  em{
    font-style:normal;
  }
  disableRightClic {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;
  }
  .margin-to-second-line{
    padding-top:20px;
  }
  .delete-margin-top-buttons{
    margin-top: -16px !important;
    margin-left: 0px !important;
  }
  .align-right{
    text-align:right;
  }
  .spacing-between-title-first-check{
    margin-bottom:16px !important;
    margin-left:51px;
    min-width:100%;
  }
  .vertical-margin-between-checks{
    margin-top:8px;
    margin-left:35px;
  }
  .vertical-margin-between-buttons{
    margin-top:16px;
  }
  .vertical-margin-between-buttons-sign{
    margin-top:32px;
  }
  .info-select-list{
    display: inline-block;
    margin-top: 40px;
  }
  .cert-button-container{
    margin-top: 30px;
    margin-left:-2%
  }
  .cert-button-container>h4{
    margin-left:27px !important;
  }
  .cert-button-container div{
    min-width: 160px;
  }
  .cert-button-container div>.btn-secondary,.cert-button-container div>.btn-primary{
    min-width:238px !important;
  }
  .cert-button-container button{
    width: 150px;
  }
  .check-option-inline{
    display: inline;
    margin-right: 25px;
  }
  input[type=radio]{
    height: 22px;
    width: 22px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right:5px;
  }
  .css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  /*.css-checkbox-categories{
    accent-color:black;
    height: 25px;
    width: 25px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #C5C5C5;
    -moz-box-shadow: inset 0px 0px 0px 1px #C5C5C5;
    box-shadow: inset 0px 0px 0px 1px #C5C5C5;
    border-radius: 4px !important;
    clip-path: circle(58% at 50% 50%);
  }*/

  .css-checkbox-categories {
    width: 24px;
    height: 24px;
    border-radius: 20%;
    border: 1px solid #C5C5C5;
    appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    cursor: pointer;
  }
  .css-checkbox-categories:checked {
    appearance: none;
    background-image: url("../img/check_black.png");
  }

  .css-checkbox+label {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 22px;
    height: 22px;
    width: 100%;
  }
  .css-checkbox+label>span,.css-radio-button+label>span{
    margin-left:5px;
  }

  .css-checkbox+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    min-width: 22px;
    height: 22px;
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: #C5C5C5;
    border-radius: 4px;
    box-shadow: none;
  }
  .css-checkbox:checked+label::after {
    content: " ";
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    text-align: center;
    background-color: rgb(10, 9, 9);
    font-size: 10px;
    height: 22px;
    width: 22px;
  }
  .checks-for-override{
    padding-top: 9px !important;
  }
  .css-radio-button {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .css-radio-button+label {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 24px;
    color: rgb(0, 0, 0);
  }

  .css-radio-button+label::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    min-width: 22px;
    height: 22px;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-radius: 50px;
    box-shadow: none;
  }

  .css-radio-button:checked+label::after {
    content: " ";
    background-image: url("../img/dot.png");
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    left: 0px;
    top: 3%;
    text-align: center;
    background-color: transparent;
    font-size: 10px;
    height: 22px;
    width: 22px;
  }
  .css-checkbox:disabled+label::before,.css-radio-button:disabled+label::before{
    background-color: rgb(238, 238, 238);
    border-color: rgb(203, 203, 203);
  }
  .css-checkbox:disabled+label::after,.css-radio-button:disabled+label::after {
    background-color: rgb(238, 238, 238);
  }
  .alert{
    font-size:14px !important;
  }
  .alert-warning{
    margin-top: 20px;
    color: #664C1E !important;
  }
  .gradesContainer{
    padding-left:2%;
  }
  .space-between-buttons{
    margin-right:5px;
    margin-bottom:16px;
  }
  /* remove the original arrow */
  select{
    -webkit-appearance: none;
    -moz-appearance: none !important;
    -o-appearance: none;
    appearance: none;
    color: #333333 !important;
  }

  select::-ms-expand {
    display: none;
  }

  select + i.fa {
    content: url('data:image/svg+xml;utf-8,<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 5.25H3.5L7 8.75L10.5 5.25Z" fill="black"/></svg>');
    float: right;
    margin-top: -24px;
    margin-right: 6px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: transparent;
    color:black!important;
    padding-right: 5px;
  }
  a svg, em svg{
    position: relative;
    top: 2px;
  }
  a.dropdown-toggle svg{
    position: absolute;
    top: 20px;
    left: -7px;
  }

  a svg path, em svg path{
    fill: currentcolor;
  }
  .css-checkbox+label+span{
    position:relative;
    top:-3px;
  }

  select option{
    padding-right: 21px;
    font: -moz-pull-down-menu;
  }
  .form-config{
    margin-top:30px;
  }
  .form-config .group-config{
    margin-bottom: 8px;
  }
  .row-separator{
    margin-bottom:32px !important;
  }
  .form-config .line-separator{
    border-bottom: 1px solid #E8E8E8;
    width: 90% !important;
  }
  .page-header{
    border-bottom:0px;
    margin-bottom:20px !important;
    margin-top:0px !important;
    font-size: 18px !important;
    margin-left:0px;
    padding-left: 15px;
  }
  .page-header-2{
    border-bottom:0px;
    margin-bottom:40px !important;
    margin-top:0px !important;
    font-size: 18px !important;
    margin-left:0px;
    padding-left: 15px;
  }
  .page-header-3{
    border-bottom:0px;
    margin-bottom:20px !important;
    margin-top:30px !important;
    font-size: 18px !important;
    margin-left:0px;
    padding-left: 15px;
    margin-top:30px !important;
  }
  .form-config .dates-container{
    margin-left:10px;
  }
  .form-config .page-sub-header{
    margin-bottom:5px !important;
    margin-top:0px !important;
    margin-left:0px;
    padding-left: 15px;
  }
  .form-config div.row>div.col-12{
    margin-bottom: 9px;
  }
  .form-config div.row>div.col-md-12{
    margin-top:-13px;
  }
  .form-config div.row>div.check{
    margin-bottom: 4px!important;
  }
  .form-config .config-buttons{
    align-items: top !important;
  }
  .form-config .dates-title{
    margin-left: -10px;
  }
  .form-config .input-group date{
    margin-right:20px;
  }

.glyphicon-trash{
  color:#9A0000;
}
.sign-button{
  margin-top: 20px;
}
.cert-buttons-margin{
  margin-right: 25px;
}
.btn-primary,.btn-secondary {
  min-width: 228px;
}
.btn-primary:disabled{
    color: rgb(51, 51, 51);
}
.not_approved{
  color: #9A0000 !important;
}
.hours{
  margin-left:0px !important;
}
#dateStartCont,#dateEndCont,#dateExtraordinaryCont,#dateQ1StartCont,#dateQ1EndCont,#dateQ2StartCont,#dateQ2EndCont{
  margin-right:15px
}
.hour-cont{
  padding-left:0px !important;
  margin-right: 15px !important;
}

.table-fixed {
  table-layout: fixed;
  width: 100%;
}
.status-resuelta {
  background-color: #d4f4e7;
  color: #2ca02c;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.status-pendiente {
  background-color: #fbe6e6;
  color: #d9534f;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.status-draft {
  background-color:#eaeaea;
  color: #242424;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.header-table-diligence {
	background: #e3e3e3;
}

@media screen and (max-width: 992px) {
  .dates-container + div {
    margin-left: 10px;
  }
}
#maxGrade,#approvedMinPass{
  min-width: 200px;
}

  @media screen and (max-width: 768px) {
    .btn-add-category{
      margin-top:22px !important;
      float:left;
    }
    .docuware-add-item-group>div{
      float:left;
      margin-bottom: 16px !important;
    }
    .wicket-modal{
      min-width: 0px !important;
    }
    #dateStartCont,#dateEndCont,#dateExtraordinaryCont,#dateQ1StartCont,#dateQ1EndCont,#dateQ2StartCont,#dateQ2EndCont{
      margin-bottom:24px;
    }
    .hour-cont{
      padding-left:0px !important;
    }
    .gb-add-gradebook-item-button {
      margin-top: 16px;
    }

    .cert-button-container {
      margin-left: 0px;
    }

    .confirmContainer:last-child {
      margin-top: 0px;
    }

    .margin-to-second-line {
      margin-bottom: 16px !important;
    }
    .gradesContainer {
      padding-left: 5%;
    }

    .sign-button {
      margin-top: 0px;
    }

    .cert-button-container.row div.row div.col-3.vertical-margin-between-checks {
      margin-left: 5px !important;
    }
  }
  @media screen and (max-width: 363px) {
    .cert-button-container>h4{
      margin-left:3% !important;
    }
    .cert-button-container.row div.row.delete-margin-top-buttons div.col-3.vertical-margin-between-buttons div.col-3.vertical-margin-between-buttons-sign{
      margin-left:5px !important;
    }
    .cert-button-container>div:last-child.row{
      margin-top:0px;
    }
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: var(--font-family);
    font-size: 14px;
    text-decoration: none;
  }

.item-category{
  padding-left: 27px;
}

.add-item-footer{
  padding-bottom: 0px;
}

.modal-title-color{
  color: #666666;
}

.group-selector-margin{
  margin-left: 41px;
}

.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
  width: auto;
}

.form-inline .input-group > .form-control {
  width: 100%;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}

.navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}

.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
  width: auto;
}

.navbar-form .input-group > .form-control {
  width: 100%;
}

.grade-item-dots{
  padding-top: 8px;
}

.btn-annular{
  bottom: -10px !important;
}

.category-color-0{
  background-color: rgb(255, 219, 183) !important;
}

.category-color-1{
  background-color: rgb(163, 211, 255) !important;
}

.category-color-2{
  background-color: rgb(255, 190, 186) !important;
}

.category-color-3{
  background-color: rgb(191, 255, 156) !important;
}

.category-color-4{
  background-color: rgb(255, 242, 204) !important;
}

.category-color-5{
  background-color: rgb(228, 218, 253) !important;
}

.student-summary-btns{
  padding-left: 25px;
}

.dates-config-margin{
  margin-left: -10px !important;
}

.course-model{
  margin-bottom: 10px;
  margin-left: -25px;
}

.add-category{
  text-align: right;
  margin-bottom: 40px;
  margin-left: 23px;
}

.no-weight-no-category-radio{
  min-width: 160px;
}

.no-weight-category-radio{
  min-width: 220px;
}

.weight-category-radio{
  min-width: 200px;
}

.category-title{
  min-width: 200px;
}

.category-text-field{
  max-width: 50px;
}

.categories-overflow{
  overflow-x: auto;
}

.categories-table{
  margin-bottom: 15px !important;
}

.categories-trash{
  text-align: center;
  color: orangered;
}

.weight-header{
  min-width: 75px;
}

.call-radios{
  margin-left: 25px !important;
}

.ignore-sum-checkbox-none{
  display: none;
}

.ignore-not-grade-none{
  display: none;
}

.weight-category-txt{
  min-width: 200px;
}

.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > 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;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pull-right {
  float: right !important;
}

.filter-form-control{
  width: auto;
  display: inline;
}

.diligence-table-margin{
  margin-top: 10px !important;
}

.table td{
  vertical-align: middle;
}

.footer-diligence-margin{
  margin-bottom: 5px !important;
}

.diligence-detail {
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 30px;
}

.diligence-confirm{
  padding-left: 45px;
  padding-right: 30px;
  padding-top: 20px;
}

.diligence-confirm-buttons{
  padding-top: 20px;
  padding-right: 30px;
}

a:not([href]):not([tabindex]) {
  opacity: 50%;
}