/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .non-fluid {
        font-size: x-small;
        margin-left: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {
    /*.non-fluid {*/
    /*max-width: 540px;*/
    /*}*/
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /*.non-fluid {*/
    /*max-width: 720px;*/
    /*}*/
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    /*.non-fluid {*/
    /*max-width: 960px;*/
    /*}*/
    /**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /*.non-fluid {*/
    /*max-width: 1140px;*/
    /*}*/
}

.icons {
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    /*&.icon-name
          background-image: url("../assets/svg/user.svg")
          width: 40px
          height: 32px
          background-size: 32px
          background-position: 0*/
}

.icons:hover {
    cursor: pointer;
}

.button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #B5BAD5;
    background-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-size: 14px;
    margin: 0 8px;
}

.button:hover {
    background-image: -webkit-linear-gradient(rgba(45, 57, 128, 0.07) 0%, rgba(0, 0, 0, 0.07) 100%);
}

.button-cta {
    background-color: #7CB342;
    border: 1px solid #7CB342;
    color: #fff;
}

.button-cta-delete {
    background-color: #DB4437;
    border: 1px solid #DB4437;
    color: #fff;
}

@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.ttf");
}

@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.ttf");
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #DEE0E8;
    color: #343747;
    font-size: 16px;
    font-family: "RobotoRegular";
}

input {
    min-height: 30px;
}

select {
    min-height: 34px;
}

input, select {
    border: 1px solid #B5BAD5;
    padding: 0 10px 2px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 8px 0;
}

label {
    font-size: 14px;
    font-family: "RobotoBold";
}

label, input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.non-fluid {
    width: 100%;
    margin-right: 10px;
}

.results-section {
    border-style: groove;
}

.empty-space {
    display: block;
}

.empty-space:first-child {
    max-width: 40px;
}

.empty-space:last-child {
    max-width: 24px;
}

.fullWidth {
    min-width: 100%;
}


.competitor-info span {
    font-size: 24px;
    padding: 0 24px 0 0;
}

/**/
header, section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header {
    background: #2D3980;
    background: -webkit-gradient(linear, left top, right top, from(#2D3980), to(#B7007E));
    background: -webkit-linear-gradient(left, #2D3980, #B7007E);
    background: -o-linear-gradient(left, #2D3980, #B7007E);
    background: linear-gradient(to right, #2D3980, #B7007E);
}

header .navbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    padding: 0 16px;
    position: relative;
    height: 64px;
    overflow: hidden;
}

.header-late {
    background: red;
}

header .navbox.mobile-menu {
    height: initial;
}


header .navbox a {
    color: #fff;
    text-decoration: none;
    padding: 0 16px;
    border-bottom: 3px solid transparent;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .navbox__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
}

header .navbox__white {
    color: #fff;
    margin: auto;
}

@media screen and (max-width: 768px) {
    header .navbox__title {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

header .navbox__brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 102;
}

@media screen and (max-width: 768px) {
    header .navbox__brand {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-height: 64px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: initial;
        color: white;
    }
}

header .navbox__brand-logotype {
    width: 48px;
    height: 48px;
    display: block;
    background: url(../images/LogoBW.png);
    background-repeat: no-repeat;
    -webkit-background-size: 48px 48px;
    background-size: 48px;
    background-position: center;
}

header .navbox__mobile-menu-icon {
    display: none;
    z-index: 102;
    margin: 0 16px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 20px;
}

header .navbox__mobile-menu-icon svg {
    fill: #fff;
}

@media screen and (max-width: 768px) {
    header .navbox__mobile-menu-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

header .navbox__nav-right, header .navbox__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    header .navbox__nav-right, header .navbox__nav, header .navbox__brand {
        -webkit-box-flex: initial;
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
}

header .navbox__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}

header .navbox__nav a {
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: .6;
}

header .navbox__nav a.active, header .navbox__nav a:hover {
    opacity: 1;
    border-bottom: 3px solid #fff;
}

header .navbox__nav-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header .navbox__nav-right svg {
    fill: #fff;
}

section .sub-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    min-height: 64px;
    background-color: #fff;
}

section .sub-header__formgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

section .sub-header__formgroup div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section .sub-header input {
    max-width: 300px;
}

section .item-hit {
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    height: 100%;
}

section .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

section .list div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section .list div span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

section .list div span.routines {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section .list__header, section .list__item {
    padding: 0 16px;
}

section .list__group {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    font-family: "RobotoBold";
}

section .list__header {
    min-height: 48px;
    font-size: 12px;
    font-family: "RobotoBold";
    background-color: #F5F5F5;
    -webkit-box-shadow: 0px 2px 4px rgba(52, 55, 71, 0.1);
    box-shadow: 0px 2px 4px rgba(52, 55, 71, 0.1);
}

section .list__item {
    position: relative;
    min-height: 48px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(52, 55, 71, 0.1);
    box-shadow: 0px 2px 4px rgba(52, 55, 71, 0.1);
    margin: 0 0 1px 0;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

section .list__item:hover {
    background-color: #FAFAFA;
}

section .list__item-id {
    max-width: 48px;
}

section .list__item-overall, section .list__item-score {
    max-width: 64px;
}

section .list__item-number, section .list__item-club {
    max-width: 100px;
}


section .list__item-name, section .list__item-club {
    max-width: 180px;
}

section .list__item-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

section .list__item-category-results {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section .list__item-category-results span {
    max-width: 48px;
}

section .list__item-category-results i {
    margin: 0 10px 0 0;
}

section .list__item-icon, section .list__icon-empty {
    max-width: 40px;
    max-height: 24px;
}

section .list__item-icon svg, section .list__icon-empty svg {
    fill: #4B4F65;
}

section .list__items-count {
    font-size: 12px;
    padding: 16px;
}

section .icon-delete {
    max-width: 24px;
}

section .icon-delete svg {
    fill: #4B4F65;
}

section .icon-delete svg:hover {
    fill: #DB4437;
}

.current-group {
    background-color: #ECFCE9;
    color: #2C851B;
}

.current-competitor {
    background-color: #ECFCE9 !important;
}

.next-competitor {
    background-color: #FBF5D9 !important;
}

.next-competitor-not-checked-in {
    background-color: #ffd89a !important;
}

.next-competitor-warning {
    background-color: #ff740f !important;
}

.next-competitor-withdrawn {
    background-color: #ff527d !important;
    text-decoration: line-through;
}

.withdrawn {
    text-decoration: line-through;
    font-style: italic;
}


/* Modal box */
.modal-box {
    position: fixed;
    display: none;
    overflow-y: auto;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.modal-box-delete .modal-box__content {
    text-align: center;
}

.modal-box-lg .modal-box__container {
    width: 70%;
}

.modal-box-sm .modal-box__container {
    width: 50%;
}

.modal-box-lg .modal-box__container, .modal-box-sm .modal-box__container {
    margin-left: auto;
    margin-right: auto;
    top: 10%;
    position: relative;
    z-index: 103;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(52, 55, 71, 0.4);
    box-shadow: 0px 2px 4px rgba(52, 55, 71, 0.4);
}

.modal-box-lg .modal-box__header, .modal-box-sm .modal-box__header {
    background: -webkit-gradient(linear, left top, right top, from(#2D3980), to(#B7007E));
    background: -webkit-linear-gradient(left, #2D3980, #B7007E);
    background: -o-linear-gradient(left, #2D3980, #B7007E);
    background: linear-gradient(to right, #2D3980, #B7007E);
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-box-lg .modal-box__header .icon-close, .modal-box-sm .modal-box__header .icon-close {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    max-width: 24px;
    max-height: 24px;
}

.modal-box-lg .modal-box__header .icon-close svg, .modal-box-sm .modal-box__header .icon-close svg {
    fill: #fff;
}

.modal-box-lg .modal-box__title, .modal-box-sm .modal-box__title {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.modal-box-lg .modal-box__content, .modal-box-sm .modal-box__content {
    padding: 24px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.modal-box-lg .modal-box__footer, .modal-box-sm .modal-box__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 8px;
    border-top: 1px solid #DADDEA;
}

.formgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.formgroup-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.formgroup input[type='checkbox'] {
    max-width: 20px;
}

.dropbox {
    border: 1px dashed #ccc;
    min-height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px 0;
}

.currentRoutine {
    background-color: #ECFCE9;
}

.nextRoutine {
    background-color: #FBF5D9;
}

.icon-apparatus {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 24px;
    max-width: 32px;
    height: 24px;
    margin: 0 10px 0 10px;
}


.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

/**
 * Show selected elements in green
 */
ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
}


.features-clean {
    color: #313437;
    background-color: #fff;
    padding-bottom: 30px;
}

.white-panel {
    color: #313437;
    background-color: #fff;
    margin-bottom: 1px;
    margin-left: 0px;
}


.white-panel .table {
    margin-bottom: 0;
}


@media (max-width: 767px) {
    .features-clean {
        padding-bottom: 10px;
    }
}

.features-clean p {
    color: #7d8285;
}

.features-clean h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .features-clean h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.features-clean .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}

@media (max-width: 767px) {
    .features-clean .intro {
        margin-bottom: 40px;
    }
}

.features-clean .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
}

.wide-dialog {
    width: 80%;
}

@media (max-width: 767px) {
    .features-clean .item {
        min-height: 0;
    }
}

.features-clean .item .name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

.features-clean .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.features-clean .item .icon {
    font-size: 40px;
    color: #1485ee;
    float: left;
    margin-left: -65px;
}


.l-boxed {
    color: #313437;
    background-color: #eef4f7;
}

.l-boxed p {
    color: #7d8285;
}

.l-boxed h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width: 767px) {
    .l-boxed h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.l-boxed .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.l-boxed .intro p {
    margin-bottom: 0;
}

.l-boxed .people {
    padding: 50px 0;
}

.l-boxed .item {
    text-align: center;
}

.l-boxed .item .box {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.l-boxed .item .name {
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 8px;
    color: inherit;
}

.l-boxed .item .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #d0d0d0;
    letter-spacing: 2px;
    font-size: 13px;
}

.l-boxed .item .description {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.l-boxed .item img {
    max-width: 160px;
}

.l-boxed .social {
    font-size: 18px;
    color: #a2a8ae;
}

.l-boxed .social a {
    color: inherit;
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7;
}

.l-boxed .social a:hover {
    opacity: 1;
}


.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 90%;
    height: 90%;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}

.drop-box-in-dlg {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 150px;
    text-align: center;
    vertical-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 10px;
}


.form-group .drop-box {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    margin: 5px;
}

.dragover {
    border: 5px dashed blue;
}

.ng-invalid {
    border-color: red;
    outline-color: red;
}

.score-warning {
    color: red;
}

.ng-valid {
    border-color: green;
    outline-color: green;
}

.import-row-complete {
    background: lightgreen;
}

.import-row-incomplete {
    background: lightpink;
}


.cursorPointer {
    cursor: pointer;
}

.modal-body-scroll {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.bold {
    font-weight: bold;
}

.multi-span {
    display: block;
    float: left;
}

.selected {
    background-color: cadetblue;
}

.selected-lite {
    background-color: #E3EF89;
}

.selectedCluster {
    background-color: #b1ef4a;
}


.breakEntity {
    background-color: darkturquoise;
}

.panel-red {
    background-color: #ff8897;
}

.panel-blue {
    background-color: rgba(20, 13, 216, 0.43);
}

.mismatch-warning {
    color: orangered;
}


.panelOffence {
    color: white;
    background-color: red;
    font-weight: bold;
}

.panelOffenceSelected {
    color: red;
    background-color: cadetblue;
    font-weight: bold;
}


.attention {
    color: orangered;
}

.suggestion {
    color: blue;
}


.wrong-timing {
    color: white;
    background-color: red;
    font-weight: bold;
}


.groupBg {
    background-color: #f9f9f9;
}

.chunk {
    border-left: 2px solid !important;
}


.guest {
    font-style: italic;
}

.v-centered {
    align-items: center;
}

.clipboard {
    border-left-style: solid;
    border-width: 5px;
    border-color: darkblue;
}

.logotype-judgeappview {
    max-width: 256px;
}


/* Judge Form */

.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-score-input {
    flex: 1;
    padding: 16px 0;
}

.form-score-input label {
    font-size: 32px;
}

.form-score-input input {
    width: 128px;
    height: 64px;
    font-size: 40px;
    text-align: center;
    border: 3px solid green;
}

.form-buttons {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.form-buttons .submit-btn {
    height: 72px;
    font-weight: 500;
    margin: 0 0 32px 0;
    font-size: 24px;
}

.category-cell {
    font-weight: bold;
    font-style: italic;
}

.category-cell-empty {
    font-weight: bold;
    font-style: italic;
    background: lightpink;
}

.apparatus-cb {
    vertical-align: middle;
    margin-right: 10px;
}

.judge {
    padding: 24px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 0 0 10px 0;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.top-view-search {
    width: 70%;
}


.bg-0 {
    background-color: lightblue;
}

.bg-1 {
    background-color: bisque;
}

.bg-2 {
    background-color: lightgreen;
}

.bg-3 {
    background-color: lightpink;
}

.bg-4 {
    background-color: darkseagreen;
}

.bg-5 {
    background-color: burlywood;
}

.bg-6 {
    background-color: greenyellow;
}

.bg-7 {
    background-color: khaki;
}

.bg-8 {
    background-color: lightseagreen;
}

.bg-9 {
    background-color: lightskyblue;
}

.letter-subject {
    max-height: 70vh;
    overflow-y: auto;
}

@media screen and (max-width: 600px) {
    .letter-subject {
        max-height: 30vh;
        overflow-y: auto;
    }
}

.table-striped > tbody > tr.ordr-break  {
    background-color: darkturquoise;
}

.table-striped > tbody > tr.ordr-withdrawn  {
    text-decoration: line-through;
    font-style: italic;
}



.setup-last-row {
    margin-bottom: 50px;
}

.img-banner {
    width: 100%;
}

.btn-orientation-tb {
    margin-left: 10px;
    margin-bottom: 5px;
}


.table-compact td,
.table-compact th {
    vertical-align: middle !important;
    padding: 0 !important;
    padding-right: 10px !important;
}

.input-changed {
    border: 4px solid;
    border-radius: 4px;
    box-sizing: border-box;
}

.confirm-modal-on-top {
    z-index: 1060 !important; /* higher than default Bootstrap modal (1050) */
}

.confirm-modal-on-top .modal-backdrop {
    z-index: 1059 !important; /* keep backdrop under the confirm modal */
}

.confirm-modal-on-top .modal-dialog {
    z-index: 1060 !important;
}
