._scoring_line_xak3d_1 {
  padding-bottom: 10px;
  margin-left: 0px;
  margin-top: 5px;
}
._scoring_line_xak3d_1 button {
  line-height: 2em;
  min-width: 70px;
  margin-right: 10px;
}
._match_line_xak3d_11 {
  padding-bottom: 3px;
  font-size: 1.3em;
}
._red_user_xak3d_15 {
  background: red;
  color: white;
}
._red_span_xak3d_19 {
  padding: 3px;
  margin: 3px;
  background: red;
  color: white;
}
._red_player_xak3d_25 label {
  background: red;
  color: white;
}
._black_user_xak3d_29 {
  background: black;
  color: white;
}
._black_span_xak3d_33 {
  padding: 3px;
  margin: 3px;
  background: black;
  color: white;
}
._black_player_xak3d_39 label {
  background: black;
  color: white;
}
._edit_button_span_xak3d_43 {
  margin-left: -9px;
  padding-left: 0px;
}
._round_span_xak3d_47 {
  margin-left: -9px;
  margin-right: 9px;
}
._match_note_xak3d_51 {
  margin-bottom: 5px;
}
._scoringSubpage_xak3d_54 {
  margin-left: -15px;
  margin-right: 10px;
}

._container_9cki5_1 {
  text-align: center;
}
._elapsed_time_9cki5_4 {
  font-size: 2em;
  line-height: 1.5;
  margin: 8px auto;
  display: inline-block;
  padding-left: 10px;
}
._timer_expired_9cki5_11 {
  font-size: 2.5em;
  color: #ff0000;
}
._buttons_9cki5_15 {
  margin: 8px auto;
  display: inline-block;
}
._timer_button_9cki5_19 {
  margin: 0 20px;
  padding: 8px 24px;
  font-size: 1em;
  line-height: 1.2;
  background-color: lightblue;
}

.container {
    background-color: #ffffff;
}

li.navbar-brand.dropdown {
    list-style: none;
}

.input-group span.suffix {
    padding-left: 10px;
}


.videos_cell {
    vertical-align:top;
    height: 12em;
}

.logList {
    height: 400px;
    overflow: auto;

}

.attendance-tab-pane {
    max-height: 485px;
    overflow-y: scroll;
    margin-top: 6px;
}

.event-attendance .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* some space for the tab icon */
#attendance-tabs .glyphicon {
    margin-right: 6px;
}

#attendance-student-list {
    max-height: 160px;
    overflow-y: scroll;
}

.limited-student-list {
    max-height: 160px;
    overflow-y: scroll;

}

.attendance-list div {
    padding-bottom: 5px;
}

.attendance-wizard-add-more div {
    margin-bottom: 10px;
}

.attendance-wizard-confirm button {
    margin-right: 4px;
}
.event-attendance {
    overflow-y: scroll;
    max-height: 42px;
}

.attendance-event-name {
    font-weight: bolder;
    margin-left: 0.5em;
    margin-right: 1em;
    font-size: larger;
}

.attendance-event-line {
    padding-bottom: 8px;
}
.attendance-event-panel.panel.panel-default {
    margin-top: 14px;
}


/* see https://github.com/Hacker0x01/react-datepicker/issues/624*/
.react-datepicker {
    font-size: 1em;
}
.react-datepicker__header {
    padding-top: 0.8em;
}
.react-datepicker__month {
    margin: 0.4em 1em;
}
.react-datepicker__day-name, .react-datepicker__day {
    width: 1.9em;
    line-height: 1.9em;
    margin: 0.166em;
}
.react-datepicker__current-month {
    font-size: 1em;
}
.react-datepicker__navigation {
    top: 1em;
    line-height: 1.7em;
    border: 0.45em solid transparent;
}
.react-datepicker__navigation--previous {
    border-right-color: #ccc;
    left: 1em;
}
.react-datepicker__navigation--next {
    border-left-color: #ccc;
    right: 1em;
}
.input-group.required label:after {
    content: ' *';
}
.react-datepicker__input-container {
    width:100%;
}

.react-datepicker__close-icon::after {
    z-index: 10;
}

/* some reason bootstrap checkbox is aligned in the middle, because of width:100%, this rule shrinks it */
input.form-control.input_checkbox {
     width: 40px;
 }

form .input-group {
    padding-bottom:5px
}

/*align vertically radio button*/
.form-group label.radio-inline {
    margin-bottom: -10px;
    margin-left: 11px;
}
.match-winner {
    color: green;
    font-weight: bold;
}
.match-modal-select div {
    margin-top: 18px;
    text-align: center;
}
.match-modal-select button {
    display: block;
    margin-bottom:0.5em;
    margin-left: auto;
    margin-right: auto;

}
.notify-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
}

.notify-item {
    width: 250px;
    margin: 5px 10px;
    color: #FFF;
    border-radius: 5px;
}

.notify-item:hover {
    opacity: 0.8;
    box-shadow: 0 0 10px 0 rgb(15, 15, 15);
}

.notify-item > p {
    font-family: 'Lora', serif;
    margin: 10px;
    opacity: .8;
}

.notify-item.success {
    background-color: rgba(81, 163, 81, 0.4);
}

.notify-item.error {
    background-color: rgba(203, 100, 94, 0.8);
}

.notify-item.info {
    background-color: rgba(33, 150, 243, 0.8);
}

.notify-title {
    font-weight: 700;
}
.orders-summary.list-group-item {
    float: left;
    margin-right: 2em;
}

._absolute_1g3t3_1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
._flex_1g3t3_8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
._flex-column_1g3t3_13 {
  display: flex;
  flex-direction: column;
}
._pagination_1g3t3_17 {
  justify-content: center;
  display: flex;
  padding-left: 0;
  list-style: none;
}
._pagination_1g3t3_17 li {
  background: #ffffff;
  min-width: 35px;
  min-height: 30px;
  padding: 5px;
  border: 1px solid #808080;
  position: relative;
  text-align: center;
}
._pagination_1g3t3_17 li:hover {
  background: #808080;
}
._pagination_1g3t3_17 li a {
  color: #262626;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
}
._pagination_1g3t3_17 li a:hover {
  text-decoration: none;
}
._pagination_1g3t3_17 ._active_1g3t3_47 {
  background: #807f7f;
}
._pagination_1g3t3_17 ._active_1g3t3_47:hover {
  background: #685d5d;
}
._pagination_1g3t3_17 ._disabled_1g3t3_53 {
  background: #808080;
}
._pagination_1g3t3_17 ._disabled_1g3t3_53:hover {
  background: #808080;
}

.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  -webkit-transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-time-picker-panel-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.rc-time-picker-panel-clear-btn:hover:after {
  color: #666;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
}
.rc-time-picker-panel-select:hover {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 144px;
}
.rc-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #edfaff;
  color: #2db7f5;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #bfbfbf;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}

.user-group-name {
    margin-right:10px;
    border: 1px solid #9c9c9c;
    margin-left: 3px;
    padding: 2px;
    word-break: break-all;
}
.user-group-owner {
    padding-top:10px;
    padding-bottom:10px;
}

.user-detail-page button {
    margin-right:10px
}

.user-line span {
    margin-right:3px;
    margin-left:2px;
}

/*# sourceMappingURL=app.css.map*/