.login-heading {
    padding-bottom: 100px;
}

.login-feedback-container ul {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    list-style-type: none;
}

.login-panel .panel-body {
    padding: 40px;
}

html {
    min-height: 100%;
    position: relative;
}
body {
    overflow-x: hidden;
    margin-bottom: 30px;
}
.title-container {
    height: 90px;
}

.title-container .title {
    position:absolute;
    bottom: 0;
    left:0;
    width: 100%;
}

.ws-logo {
    background-image: url("logo.png");
    background-size:136px 90px;
    height:90px;
    width:136px;
}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .ws-logo {
        background-image: url("logo2x.png");
        background-size:136px 90px;
        height:90px;
        width:136px;
    }
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding-top:6px;
}

.footer-text {
    font-size: 11px;
}

.home-button {
    color: #fff;
    font-size: 18px;
}

.notices-button {
    color: #fff;
    padding: 16px;
    font-size: 18px;
}

.content-container {
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
}

.page-heading .btn {
    margin-top: 20px;
}

.btn-wsi-dark {
    color: #fff;
    background-color: #003b5c;
    border-color: #003b5c;
}

.btn-wsi-light {
    color: #fff;
    background-color: #62b5e5;
    border-color: #62b5e5;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.35 !important;
}

.panel-wsi {
    border-color: #003b5c;
}

.panel-wsi > .panel-heading {
    color: #fff;
    background-color: #003b5c;
    border-color: #003b5c;
}

.modal-feedback .feedback-container-scrollable {
    top: 10px !important;
}

.error-panel-spacing {
    margin-top:80px;
}


.form-field-label {
    padding-top: 8px;
}

.nowrap {
    white-space: nowrap;
}

hr {
    border-top: 1px solid #003b5c;
}

.striped-repeater div.row:nth-child(even){
    background-color: #eee;
}

.no-padding {
    padding: 0 !important;
}

.dash-container {
    padding: 8px;
}

a.not-active {
    text-decoration: none;
    color: #333;
}

.config-value .radio-choice-panel label {
    padding-left:3px;
    padding-right:11px;
}

.select2-selection {
    height: 34px !important;
    padding-top: 2px;
    padding-left: 4px;
}

.select2-selection__arrow {
    height: 32px !important;
    padding-top: 2px !important;
}

select {
    padding-left: 8px !important;
}


.tbl-header {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.panel-body-padding {
    padding-left:30px;
    padding-right: 30px;
}

.tbl-heading {
    font-weight: bold;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tbl-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.tbl-row-border {
    border-bottom: 1px solid #ddd;
}

.tbl-text-cell {
    padding-top: 5px;
}

.clickable {
    cursor: pointer;
}

.btn-margin {
    margin-left: 3px;
    margin-right: 3px;
}

.cis-padded-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.cis-fat-bottom-row {
    margin-bottom: 15px;
}

.modal-body .cis-padded-row {
    padding-top: 10px;
}

.member-edit-flag {
    max-width: 100%;
    max-height: 25px;
}

.edit-user-image {
    max-width: 100%;
    max-height: 180px;
}

.skill-form .skill-number {
     width: 100px;
}

.skill-form .skill-name {
    width: 50%;
}

.skill-select-container .select2-container {
    width:200px !important;
}

a[disabled] {
    opacity: 0.65;
    pointer-events: none;
}

.user-group-checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.panel .team-selected {
    background-color: #dff0d8;
}

.team-group-buttons {
    padding-top: 100px;
}

.team-group-buttons a {
    margin-bottom: 15px;
}

/*
.shaded-tbl th {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
}

.shaded-tbl td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
}
*/

.shaded-tbl th {
    color: #fff;
    background-color: #003b5c;
    border: 1px solid #005678;
    text-align: center;
    padding: 5px;
}

th.shaded-tbl-col-start {
    border-left: 3px solid #005678 !important;
}

th.shaded-tbl-row-start {
    border-top: 3px solid #005678 !important;
}

.shaded-tbl td {
    border: 1px solid #005678;
    text-align: center;
    padding: 5px;
}

td.shaded-tbl-col-start {
    border-left: 3px solid #005678 !important;
}

td.shaded-tbl-row-start {
    border-top: 3px solid #005678 !important;
}

.shaded-tbl .bold {
    font-weight: bold;
}

th.clear {
    background-color: transparent;
    border: 0;
}

.criterion-identifier-header {
    min-width: 50px;
}

.marker-select {
    min-width: 200px;
}

.competitor-image {
    max-width: 100%;
    max-height: 100px;
}

.mark-entry-competitor-image {
    height: 100px;
}

.mark-entry-header-col {
    margin-top: 63px;
}

.mark-entry-form-panel-heading {
    text-align: center;
}

.mark-entry-form-header {
    border-bottom: 1px solid #000;
    margin-right: -12px;
    margin-left: -12px;
    margin-bottom: 5px;
}

.mark-entry-desc-exp {
    width:25px;
    display: table-cell;
}

.mark-entry-extra-desc {
    margin-left:25px;
}

.mark-entry-aspect-name {
    display: table-cell;
}

.desc-expansion-button {
    font-size: 10px;
}

.benchmarks .panel-body {
    padding: 4px !important;
}
.panel.benchmarks {
    margin-top: 7px;
    margin-left: 25px;
}

.mark-entry-input {
    height: 24px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.mark-entry-direct {
    width: 50px;
}

.mark-entry-judgement {
    width: 25px;
}

.mark-entry-mark-awarded {
    display: table-cell;
}

.mark-entry-max-mark {
    padding-left: 4px;
    vertical-align: middle;
}

.mark-entry-aspect-container {
    overflow: hidden;
    padding-top: 3px;
}

.mark-entry-error {
    background-color: #d9534f !important;
}

.aspect-row {
    margin-right: -12px;
    margin-left: -12px;
}

.mark-entry-table {
    width: 100%;
}

.mark-entry-table  td {
    padding-top: 3px;
}

.mark-entry-aspect-id {
    width: 70px;
    text-align: center;
    vertical-align: top;
}

.mark-entry-description {
    min-width: 60%;
    vertical-align: top;
}

.mark-entry-requirement {
    vertical-align: top;
    min-width: 130px;
}

.mark-entry-measurement {
    max-width:250px;
    vertical-align: top;
 }

.calculation input[type=text] {
    width: 50% !important;
    display: inline-block !important;
}

.no-attempt {
    margin-left:15px;
    font-size: 85%;
}

.mobile-calc-entry {
    vertical-align: top;
    white-space: nowrap;
}

@supports not (-webkit-overflow-scrolling: touch) {
    .mobile-calc-entry input[type=checkbox] {
        transform: scale(1.6);
        vertical-align: top;
        margin: 4px;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .mobile-calc-entry input[type=checkbox] {
        transform: scale(1.1);
        vertical-align: top;
        margin: 3px;
    }
}


.mark-entry-scores {
    min-width: 250px;
    text-align: right;
    vertical-align: top;
}

.mark-entry-scores table {
    margin-left: auto;
}

.mark-entry-scores td {
    padding-right: 5px;
}

.mark-entry-aspect-total {
    width: 135px;
    text-align: right;
    padding-right:20px;
    vertical-align: top;
}

.mark-entry-form-footer {
    border-top: 1px solid #000;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: 7px;
    padding-top: 5px;
}

.mark-entry-table .aspect-row:nth-child(odd){
    background-color: #eee;
}

.lock-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}

.lock-cell {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
    padding: 2px;
}

.lock-cell .panel {
    display: flex;
    flex-direction:column;
    align-content:stretch;
    width: 100%;
}

.lock-cell .panel-body .list-group {
    width: 100%;
}

.lock-cell .lock-all-buttons {
    padding-bottom: 10px;
    text-align: center;
}

.lock-cell .scLabel {
    font-weight: bold;
}

.lock-cell a {
    margin-left: 10px;
}

.list-group-item-locked {
    color: #777;
    background-color: #eee;
}

.locked-alert {
    padding-left: 15px;
    padding-right: 15px;
}

.person-checkbox {
    width: 20px;
    float: left;
}

.person-results-spinner .spinner {
    left: -25% !important;
}


td.warning {
    background-color: #ffe691;
}

td.problem {
    background-color: #d9534f;
}

td.good {
    background-color: #5fba7d;
}

td.left {
    text-align: left;
}

td.center {
    text-align: center;
}

span.problem {
    color: #d9534f;
}

span.good {
    color: #5fba7d;
}

.proportion-bg {
    background-color: orange;
    width: 100%;
}

.proportion-fg {
    background-color: #003b5c;
}

.proportion-bg + .tooltip > .tooltip-inner {
    background-color: #5c95a8;
}

.proportion-bg + .tooltip.top .tooltip-arrow {
    border-top-color: #5c95a8;
}

.proportion-bg + .tooltip.in{opacity:1!important;}

table.dash-skill-progress {
    width: 100%;
}

.progress-dash-cell {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}

.invalid-mark-table {
    width: 100%;
}

.invalid-mark-table .aspect-row:nth-child(odd){
    background-color: #eee;
}

.invalid-mark-table  td {
    padding-top: 3px;
}

.invalid-mark-aspect-id {
    width: 70px;
    text-align: center;
    vertical-align: top;
}

.invalid-mark-status {
    width: 150px;
    vertical-align: top;
    font-weight: bold;
}

.invalid-mark-competitor {
    vertical-align: top;
}

.invalid-mark-table .score {
    margin-right: 11px;
    width: 300px;
}

.invalid-mark-table .scoreVal {
    font-weight: bold;
    margin-right: 4px;
}

.calc-button {
    margin: 4px;
}

.cis-radio-choice input[type="radio"] {
    margin-right: 4px;
}

.cis-radio-choice label {
    font-weight: normal !important;
    display: block;
}

.cis-checkbox input[type="checkbox"] {
    margin-top:12px;
}

.required-indicator {
    color: red;
    cursor: default;
}

.bon-table {
    width: 100%;
}

.bon-row {
    margin-right: -12px;
    margin-left: -12px;
}

.bon-table .bon-row:nth-child(odd){
    background-color: #eee;
}

.bon-medal {
    width: 200px;
}

.bon-score {
    width: 75px;
}

.chart-light {
    height:20px;
    border: 1px solid #000;
    float: left;
    background-color: orange;
}

.chart-dark {
    height:20px;
    border: 1px solid #000;
    float: left;
    background-color: #003b5c;
}

.bordered-box {
    border: 1px solid #aaa;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.mark-history-label {
    font-weight: bold;
}


th.rotated-table-text {
    height: 200px;
    white-space: nowrap;

}

th.rotated-table-text > div {
    transform:
            translate(0px, 75px)
            rotate(270deg);
    width: 18px;
}
th.rotated-table-text > div > span {
    padding: 5px 10px;
    background-color: #003b5c;
}

.analysis-score-data {
    padding: 0 4px !important;
}

.j-a-r-score {
    border-bottom: 1px solid #005678;
    height: 21px;
}

.j-a-r-score-equal {
    background-color: #3dc23f;
}

.j-a-r-score-highest {
    background-color: #f7c307;
}

.j-a-r-score-lowest {
    background-color: #f72135;
}

.j-a-r-score-highlight {
    background-color: #dcedff;
}


/* marking scheme editor */
.criterion-edit-row {
    background-color: #003b5c;
    border: 1px solid #003b5c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 15px;
    color: #fff;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.criterion-edit-row-error {
    background-color: #d9534f !important;
}

.criterion-total {
    font-size: 130%;
}

.criterion-edit-expand {
    color: #fff;
    font-size: 130%;
    padding-top: 3px;
}

a.criterion-edit-expand:hover, a.criterion-edit-expand:focus {
    color:#fff;
}

.sub-criterion-edit-expand {
    color: #003b5c;
    font-size: 110%;
    padding-top: 3px;
}

a.sub-criterion-edit-expand:hover, a.sub-criterion-edit-expand:focus {
    color:#003b5c;
}

.criterion-total-row {
    border-top: 1px solid #003b5c;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 5px;
}

.sub-criterion-edit-row {
    background-color: #ddd;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    cursor: grab;
}

.sub-criterion-edit-row-error {
    background-color: #d9534f !important;
    border-color: #cd524e !important;
}

.sub-criterion-total-row {
    background-color: #ddd;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.aspect-edit-row {
    padding: 2px 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    cursor: grab;
}

.aspect-edit-shaded-row {
    background: #f4f4f4;
}

.aspect-edit-row-error {
    background-color: #d9534f !important;
    border-color: #cd524e !important;
}

.aspect-edit-label {
    padding-top: 4px;
}

.aspect-edit-header-label {
    padding-top: 4px;
    font-size: small;
    font-weight: bold;
}

.aspect-edit-field {
    height:27px !important;
}

.aspect-edit-buttons {
    padding-right: 0 !important;
    white-space: nowrap;
}

.description-edit-row {
    padding-top:2px;
}

.aspect-del-button {
    margin-left:4px;
}

.mark-edit-field {
    padding: 0 8px;
}

.benchmark-edit-group {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-top: 3px;
    padding: 2px 2px 2px 12px;
    background-color: #eee;
}

.benchmark-edit-field {
    height:22px !important;
    margin-bottom: 1px;
}

.aspect-total-row {
    border-top: 1px solid #ccc;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.aspect-total {
    margin-left: 10px;
}

.sub-criterion-drag-hover {
    border: 1px dashed #003b5c !important;
}

.criterion-drag-hover {
    border: 1px dashed #eee !important;
}

.judgement-drag-hover {
    border: 1px dashed #003b5c !important;
}

.measurement-drag-hover {
    border: 1px dashed #003b5c !important;
}

.wsss-header {
    font-weight: bold;
}

.wsss-container-scrollable {
    position: absolute;
    z-index: 100;
}

.wsss-container-stick {
    position: fixed;
    z-index: 100;
    top:10px;
}

.ms-indicator {
    background-color: #d9534f;
}

.ms-criterion-label {
    margin-right: 10px;
}

.ms-sub-criterion-label {
    margin-right: 10px;
}

.bold-or {
    font-size: 1.2em;
    font-weight: bold;
}







::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #dfdcdc !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #dfdcdc !important;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #dfdcdc !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #dfdcdc !important;
}

