#training-confirm {
  width: 600px;
  margin: 0px auto; }

#training-confirm tr td.head {
  font-weight: bold;
  width: 100px;
  text-align: right; }

#training-confirm tr td.content {
  padding-left: 10px; }

.training-admin .admin-box {
  border: 1px solid #ccc;
  position: relative;
  margin-top: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.training-admin .admin-box .collapsable {
  position: absolute;
  width: 99%;
  top: 5px;
  text-align: right; }

.training-admin .admin-box h4 {
  border-bottom: 1px solid #ccc;
  padding: 5px;
  margin: 0px;
  background-color: #ccc;
  font-weight: 100;
  font-size: 20px; }

.training-admin .admin-box .box-content {
  padding: 10px; }

.training-admin .admin-box .box-content .info {
  margin-bottom: 10px; }

.training-admin .admin-box fieldset {
  border-left: 2px solid grey;
  padding-left: 15px;
  margin-bottom: 15px; }

.training-admin .admin-box .admin-box-label {
  min-width: 50px;
  display: inline-block; }

.additional-form-fields .field-row input[type=text],
.additional-upload .field-row input[type=text] {
  margin-right: 10px;
  margin-top: 5px; }

.additional-form-fields .field-row input[type=checkbox],
.additional-upload .field-row input[type=checkbox] {
  margin: 5px; }

.training-term-form .alert-error {
  margin-bottom: 8px; }

.training-term-form .point-link {
  margin-bottom: 15px; }

.training-term-form .uploaded-file {
  margin-left: 20px; }

.training-term-form .training-email-info-grey {
  margin-top: 30px;
  background-color: #dededd;
  padding: 10px; }

.training-term-form .training-dates {
  margin-top: 10px; }

.training-application .app-row {
  display: table-row; }

.training-application .app-row label {
  float: left;
  margin-right: 10px; }

.training-application .app-row span {
  float: left; }

.training-term-form .training-details .date-in-rec span {
  display: inline-table;
  margin-top: 24px; }

.icon-red {
  color: #da0000;
  font-size: 22px; }

.icon-yellow {
  color: #ffd141;
  font-size: 22px; }

/*
    Zebra_DatePicker: a lightweight jQuery date picker plugin
    Twitter Bootstrap theme
    copyright (c) 2011 - 2014 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/
*/
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.Zebra_DatePicker {
  position: absolute;
  background: #FFF;
  border: 1px solid #999;
  z-index: 100;
  padding: 5px; }

.Zebra_DatePicker * {
  margin: 0;
  padding: 0;
  color: #373737;
  background: transparent;
  border: none; }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  table-layout: auto; }

.Zebra_DatePicker td,
.Zebra_DatePicker th {
  text-align: center;
  padding: 5px 0; }

.Zebra_DatePicker td {
  cursor: pointer; }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
  margin-top: 3px; }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
  width: 30px; }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker td.dp_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible {
  display: block;
  visibility: visible;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transition: opacity 0.2s ease-in-out; }

.Zebra_DatePicker.dp_hidden {
  display: none;
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0; }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
  width: 30px; }

.Zebra_DatePicker .dp_header .dp_caption {
  font-weight: bold; }

.Zebra_DatePicker .dp_header .dp_hover {
  background: #DEDEDE;
  color: #373737; }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
  font-weight: bold; }

.Zebra_DatePicker td.dp_not_in_month {
  color: #DEDEDE;
  cursor: default; }

.Zebra_DatePicker td.dp_weekend_disabled {
  color: #DEDEDE;
  cursor: default; }

.Zebra_DatePicker td.dp_selected {
  background: #039;
  color: white !important; }

.Zebra_DatePicker td.dp_week_number {
  cursor: text;
  font-weight: bold; }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
  width: 33%; }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
  width: 33%; }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
  margin-top: 3px; }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
  color: #3a87ad; }

.Zebra_DatePicker td.dp_disabled_current {
  color: #3a87ad; }

.Zebra_DatePicker td.dp_disabled {
  color: #DEDEDE;
  cursor: default; }

.Zebra_DatePicker td.dp_hover {
  background: #dedede; }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../images/zebra/calendar.png") no-repeat left top;
  text-indent: -9000px;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  vertical-align: top; }

button.Zebra_DatePicker_Icon_Disabled {
  background-image: url("../images/zebra/calendar-disabled.png"); }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon {
  margin: 0 0 0 3px; }

button.Zebra_DatePicker_Icon_Inside {
  margin: 0 3px 0 0; }

#training-confirm .confirm-btn {
  float: right; }

.ui-timepicker-inline {
  display: inline; }

#ui-timepicker-div {
  padding: 0.2em; }

.ui-timepicker-table {
  display: inline-table;
  width: 0;
  background-color: white !important;
  border: 1px solid #ddd; }

.ui-timepicker-table table {
  margin: 0.15em 0 0 0;
  border-collapse: collapse; }

.ui-timepicker-hours, .ui-timepicker-minutes {
  padding: 0.2em; }

.ui-timepicker-table .ui-timepicker-title {
  line-height: 1.8em;
  text-align: center; }

.ui-timepicker-title {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #50a2f5;
  background-image: -moz-linear-gradient(top, #54aaff, #4a96e8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54aaff), to(#4a96e8));
  background-image: -webkit-linear-gradient(top, #54aaff, #4a96e8);
  background-image: -o-linear-gradient(top, #54aaff, #4a96e8);
  background-image: linear-gradient(to bottom, #54aaff, #4a96e8);
  background-repeat: repeat-x; }

.ui-timepicker-table td {
  padding: 0.1em;
  width: 2.2em;
  border: 1px solid #ddd; }

.ui-timepicker-table th.periods {
  padding: 0.1em;
  width: 2.2em; }

/* span for disabled cells */
.ui-timepicker-table td span {
  display: block;
  padding: 0.2em 0.3em 0.2em 0.5em;
  width: 1.2em;
  text-align: right;
  text-decoration: none; }

/* anchors for clickable cells */
.ui-timepicker-table td a {
  display: block;
  padding: 0.2em 0.3em 0.2em 0.5em;
  width: 1.2em;
  cursor: pointer;
  text-align: right;
  text-decoration: none; }

/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-timepicker .ui-timepicker-buttonpane button {
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* The close button */
.ui-timepicker .ui-timepicker-close {
  float: right; }

/* the now button */
.ui-timepicker .ui-timepicker-now {
  float: left; }

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect {
  float: left; }

.horizontalControlGroup {
  display: table;
  margin-top: 15px; }

.horizontalControlGroup .control-group {
  display: table-cell;
  padding-right: 10px; }

.not-active-training {
  padding: 3px 8px;
  background-color: #FC6161;
  color: #fff;
  border-radius: 3px; }

.active-training {
  padding: 3px 8px;
  background-color: #28A114;
  color: #fff;
  border-radius: 3px; }

.search-view .tr-filters {
  height: 100%;
  background: #ececec;
  margin-right: 60px;
  padding: 30px;
  width: auto; }

.search-view .filters-desc {
  font-size: 16px;
  display: block !important;
  margin-bottom: 20px;
  font-weight: bold; }

.search-view .filters-show {
  font-weight: bold;
  display: block;
  padding-top: 10px; }

.search-view .control-group {
  margin-bottom: 10px !important; }

.search-view .search-btn {
  margin: 0 auto !important;
  display: block !important;
  width: 120px;
  line-height: 20px !important;
  float: none !important;
  text-shadow: none; }

.search-view .filter-info {
  margin: 10px 0;
  font-size: 14px; }

.search-view .search-results {
  margin-left: 0px !important; }

.search-view .file-item {
  position: relative;
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  width: 100%;
  display: inline-block; }

.search-view .date-in-rec,
.training-details .date-in-rec {
  width: 70px;
  height: 70px;
  border: 3px solid #1256bb;
  color: #000;
  font-weight: bold;
  float: left;
  text-align: center;
  line-height: 25px; }

.search-view .date-in-rec.finished {
  border: 3px solid #ececec !important; }

.search-view .date-in-rec .day-of-month {
  margin-top: 20px;
  display: block;
  font-size: 27px; }

.search-view .date-in-rec .month-name {
  font-size: 13px;
  width: 100%;
  display: block;
  line-height: 17px; }

.search-view .file-title {
  color: #1256BB;
  text-decoration: none !important;
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold; }

.search-view .status-date {
  font-size: 12px;
  margin: 0 !important; }

.search-view .blue-button {
  float: right;
  display: block;
  margin: 5px 0px;
  min-width: 100px;
  height: 40px;
  background: #1256bb;
  color: white !important;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-top: 0; }

.search-view .blue-button:hover {
  text-decoration: none !important;
  background: #118ade; }

.search-view .blue-button.disabled {
  background: #ececec;
  pointer-events: none;
  cursor: default; }

.search-view .training-page-number {
  font-size: 14px; }

.search-view .training-page-number .selected-page {
  color: #ffffff;
  background-color: #1256bb;
  display: inline-block;
  width: 20px;
  text-align: center; }

.training-article-view .event-date-info {
  font-size: 16px;
  padding: 20px;
  border: 2px solid #ececec;
  border-left: 10px solid #ececec;
  margin-bottom: 20px;
  width: 520px;
  height: 60px;
  position: relative;
  height: auto;
  margin-left: 18px !important; }

.training-article-view .blue-button {
  display: block;
  width: 200px;
  height: 40px;
  background: #1256bb;
  color: white !important;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  margin-left: 56%; }

.training-article-view .blue-button:hover {
  text-decoration: none !important;
  background: #118ade; }

.training-article-view .blue-button.disabled {
  background: #ececec;
  pointer-events: none;
  cursor: default; }

.back-button {
  display: block;
  width: 100px;
  height: 30px;
  background: #1256bb;
  color: white !important;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  margin-left: 18px;
  margin-bottom: 10px; }

.back-button:hover {
  text-decoration: none !important;
  background: #118ade; }

.reserve-list-info h4 {
  display: inline-block; }

.new-category {
  margin: 0px !important; }

.category-item {
  width: 255px;
  margin: 0px !important; }
  .category-item input {
    margin: 0px !important; }
  .category-item a {
    float: right;
    margin-top: 2px; }