tr.finnkampen-team-Sweden td{
	background-color: #fecc00 !important; /* gold yellow */
	text-shadow: 1px 1px 2px rgba(128, 96, 0, 0.5) !important;
}

tr.finnkampen-team-Finland td{
	background-color: #002f6c !important; /* deep(ish) blue */
	color: white !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) !important;
}

tr.finnkampen-team-Sweden td a, tr.finnkampen-team-Finland td a{
	text-shadow: none !important;
}

.heat-header .ui-input-text{
	margin: 0
}

.resultPoints .badge{
	font-size: 100%
}

table.dataTable{
	border-collapse: collapse
}

input.readonly-input{
	background-color: #dedede96
}

td img{vertical-align: middle}

.ui-table th, .ui-table td{
	line-height: 1.2em;
}

.table-check-in tbody tr.entry-reserve td, .table-check-in tbody th{
	background-color: orange;
    text-shadow: none;
}

.col-class{width: 10ch;}
.col-event{width: 10ch;}
.col-sb{width: 10ch;}
.col-pb{width: 10ch;}
.col-payment{width: 10ch;}
.col-late{width: 15ch;}
.col-except{width: 14ch;}
.col-reserve{width: 10ch;}
.col-absent{width: 11ch;}
.col-comment{width: 20%}
.col-remove{width: 4ch;}

.ui-btn.ui-checkbox-off:after{
	border: solid 1px darkslategrey;
	background-color: white;
}

.ui-btn-icon-left:after {
    left: .3em;
}
+

div.ui-checkbox label.ui-btn-icon-left{
	padding-left: 2em;
	padding-right: 0.5em;
}

.ui-btn, a.ui-btn, button.ui-btn, label.ui-btn{
	font-weight: normal;
	letter-spacing: -.025em;
}

#menu-panel div.ui-panel-inner{
	padding: .6em;
}

.flex{
	display: flex;
}

#popupSearchInternationalParticipants .row{
    display: flex;
}

#popupSearchInternationalParticipants label{
	display: flex;
    align-items: center;
    margin-right: 1em;
	margin-bottom: 0;
	flex-basis: 5em;
}

#popupSearchInternationalParticipants{
    min-width: 40vw;
    height: 90vh;
}

#participantlist a{
    padding: .1em;
    margin: .1em;
	text-align: start;
	font-weight: normal;
}

/*Manual adjustment for datatables sorting icons*/
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after{
    right: 3px !important;
	opacity: 0.4 !important;
}

@media (min-width: 2000px){
    #menu-panel.ui-panel-closed{
        visibility: visible;
        position: relative;
        left: 0;
        clip: initial;
        float: left;
        width: 17em;
        background: none;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        transform: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
		
		min-height: 100%;
		max-height: none;
		border-width: 0;
		top: 0;
		display: block;		
		
    }
	
	#menu-btn {
		display:none;   
	}
}

@media (max-width: 776px){
    .hideInSmall{
        display: none;
    }
	
	#listCompetitions{
		width: 100% !important;
	}
}

.CEPoints, .ageFactor{
    font-family: 'Courier New', monospace;
}

#table-edit-rhc div.ui-select span{
    font-weight: 100;
    letter-spacing: -.05em;
}

#menu-panel li a{
    letter-spacing: -.1px;
    font: caption;
    padding-left: .5em;
    padding-right: 2.3em;	
	
}

.table-log th, .table-log td{
	padding: 0 0.1em 0 0.1em;
	font-size: 9pt;
	letter-spacing: -.05em;
}

#timetableURLRow{
	display: none;
	transition: height 0.5s ease-in-out;
}

#partFormVertical{
	max-height: 60vh;
	overflow-y: auto;
}

#wind-input div.ui-input-text{
	width: 6em;
}

#heat-comment-input div.ui-input-text{
	width: 70%;
}

.divisionOfHeatsShouldBeCompleted{
	background-color: orange;
}

div.inline.ui-checkbox{
	display: inline-flex!important;
	flex-direction: row-reverse;
}

#eic-selected-class .ui-btn span, #eic-selected-class a{
	font-stretch: condensed;
}

div.ui-checkbox{
	margin: 0.2em 0;
	vertical-align: middle;
}

.inline-block{
	display: inline-block;
}

fieldset div.ui-checkbox label.ui-btn-icon-left{padding-top:0.2em;padding-bottom:0.2em;}

.ui-table th{
	padding: 0.2em 0.25em;
}

.ui-controlgroup-horizontal{
	margin: 0;
}

.table-check-in .chbCalled{
	z-index: 100;
	left: -11px;
	margin-left: 50%;
}

.table-check-in .ui-btn.ui-checkbox-on:after, .table-check-in .ui-btn.ui-checkbox-off:after{
	display: none;
}

.table-entry-settings td, .table-entry-settings th{
	border: thin solid lightgrey;
	text-shadow: none;
}

.table-entry-settings .yes{
	background-color: lawngreen;
	text-shadow: none;
}

.table-entry-settings .no{
	background-color: orangered;
}

div.ui-bar{
	margin: .2em 0;
}

.thin{font-weight: 200;}

.btn-borderless{
	border: 0 solid transparent;
}
a.delete-result, a.delete-heat{
	margin: auto;
}

.inline-flex, .inline-flex div.ui-controlgroup-controls{
	display: inline-flex;
}

.display-none{
	display: none;
}

#listCompetitions{
	width: 70%;
	margin: auto;
}

#listCompetitions a{
	padding-top: 1em;
	padding-bottom: 1em;
	display: flex;
	align-items:center;
}

#listCompetitions .ui-controlgroup{
	margin-left: auto;
}

.list-relay-team div{
	margin: 0;
}

.list-relay-team{
	max-height: 20vh;
    overflow: auto;
    display: block;
}

th .sortable-btn, td .sortable-btn{
	margin: 0;
}

.imgLogo{
	width:auto;
	max-width: 100%;
	max-height: 30em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.msg-info, .msg-info-persist, .msg-bad, .msg-good, .msg-good-persist, .msg-warning{
	text-align:center;
	text-shadow: none;
}

.msg-warning{
	background:#ffc107 no-repeat 10px 50%;
	border:1px solid #a47b01;
	font-size:1em;
	padding:5px;
	margin:5px;
}

.msg-info, .msg-info-persist{
	background:#e3f7fc no-repeat 10px 50%;
	border:1px solid #8ed9f6;
	font-size:1em;
	padding:5px;
	margin:5px;
}

.msg-bad{
	background: #ffecec no-repeat 10px 50%;
	border: 1px solid #f5aca6;
	font-size:1em;
	padding:10px;
	margin:10px;
}

.msg-bad, .msg-info, .msg-info-persist, .msg-warning{
	z-index: 1510;
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;
	left: 50%;
}

.msg-good, .msg-good-persist{
	background:#e9ffd9 no-repeat 10px 50%;
	border:1px solid #a6ca8a;
	z-index: 1500;
	color:#555;
	font-weight:bold;	
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;
	font-size:0.8em;
	padding:10px;
	margin:10px;
	left: 50%;
}

.msg-good, .msg-info{
	position:fixed;
	transform: translateX(-50%);
	
	/*Hide messages after 5 seconds*/
	-moz-animation: cssAnimation 2s ease-in 5s forwards;
	/* Firefox */
	-webkit-animation: cssAnimation 2s ease-in 5s forwards;
	/* Safari and Chrome */
	-o-animation: cssAnimation 2s ease-in 5s forwards;
	/* Opera */
	animation: cssAnimation 2s ease-in 5s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes cssAnimation{
	0%{opacity: 1; visibility: visible;}
	100%{opacity: 0; visibility: hidden;}
}
@-webkit-keyframes cssAnimation {
	0%{opacity: 1; visibility: visible;}
	100%{opacity: 0; visibility: hidden;}
}

.heat-header {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.badge{
	align-self: center;
	display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;	
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
	text-shadow: none;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}




.td-new-record{
	background: gold!important;
	text-shadow: none;
}

#ui-datepicker-div{
	z-index: 1000!important;
}

#table-drag-and-drop{
	width: max-content;
	border-collapse: collapse;
}

#table-drag-and-drop tr{
	line-height: 0.8em;
}

#table-drag-and-drop th{
	padding: 0.1em;
	letter-spacing: -.05em;
	font-size: .9em;
}

#table-drag-and-drop td{
	padding: 0;
	text-align: center;
	font-size: .8em;
}

#table-drag-and-drop col.time{
	width: 2.2em;
}

#table-drag-and-drop col.track, .draggable.track, .draggable.track:active{
	width: 8em;
}

.draggable.track{
	display: flex;
}

#table-drag-and-drop col.field, .draggable.field, .draggable.field:active{
	width: 3.5em;
}

.draggable.field:active, .draggable.track:active{
	min-width: unset;
}

#table-drag-and-drop col.free-area{
	width: 7em;
}

#table-drag-and-drop .class-cell{
	border-bottom-width: 0;
	border-top-width: 0;
	background-color: lightgrey;
}

#popupHeights a, #tableHeights a{
	margin: .1em 0;
}

.ui-header .ui-title, .ui-footer .ui-title{
	margin: 0 10%;
}

.td-TrackOrder{
	max-width: 4em;
}

.input-PbSb{
	max-width:7em;
}

.table-relay-participants{
	display: block;
	max-height: 35vh;
	overflow: scroll;
}

.close-btn{
	cursor: pointer;
	float:right;
	display:inline-block;
	padding:5px 8px;
	margin:.5em;
	background:#ccc;
	border-radius: .5em;
	font-weight: bold;
	
}

.close-btn:hover {
	color:#fff;
}

.cloud-upload-success{
	color: darkslategrey;
}

.warning-triangle{
	color: orange;
}

.main-eic{
	filter: brightness(20%);
}

.sub-eic{
	filter: brightness(300%);
}

#tableEICSimplified th, #tableEICSimplified td{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	min-width: 2em;
}

td.td-clickable{
	cursor: pointer;
	background-color: white;
}

td.td-clickable:hover {
	opacity: 0.5;
}

td.td-clickable.active {
	background-color: springgreen;
}

td.td-unclickable{
	background-color: #e6e6e6;
}

div .wrapper-timetable{
	overflow-x: visible;
	position: relative;
}

.draggable{
	border-radius: .3em;
	cursor: pointer;
	position: absolute;
	float: left;
}

.draggable div{
	border: .05em solid grey;
	border-radius: .3em;
	background: blue;
/*	display: inline-block;*/
	width: 100%;
}

.draggable div:hover{
	/*max-width: 5em;*/
}

.draggable:hover{
	min-width: fit-content;
	z-index: 100;
	border: .05em solid black;
}

.draggable p{
	color: white;
/*	mix-blend-mode: difference; */
	font-size: .75em;
	text-shadow: none;
	letter-spacing: -.05em;
	overflow: hidden;
	line-height: 1.1;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
}

.draggable p:hover{
	min-height: 1em;
}


.draggable.track p{
	white-space: nowrap;
}

.table-bordered td, .table-bordered th{
	border: .1em solid black;
}

.droppable.custom-active, .free-area{
	background-color: lavender;
}

table.align-center td, table.align-center th, table tr th.align-center, table tr td.align-center{
	text-align: center;
}

#timeline{
	position: absolute;
	width: 95%;
	border: .1em solid red;
}

#popup-eic-overview-popup{
	max-width: 80%!important;
	overflow-x: scroll;
}

#popup-eic-overview-popup{
	max-width: 90%!important;
	overflow-x: scroll;
}

#changelog-popup{
	max-width: 80%!important;
	max-height: 50%!important;
	overflow-y: scroll;
}

#tableOverview td, #tableOverview th{
	text-align: center;
}

#tableOverview .td-roundStatus{
	text-align:left;
}

.table-bordered td, .table-bordered th{
	border:1px solid #ddd;
	text-align: center;
	white-space: nowrap;
}

.color-positive{
	background-color: lightgreen!important;
}

.ui-table{
	overflow: auto;
}

.warningText{
	color: red;
	font-weight: thick;
}

.heatDone, .roundDone{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	font-family:Tahoma,Geneva,Arial,sans-serif;
	background:#e3f7fc no-repeat 10px 50%;
	border:1px solid #8ed9f6;
	z-index: 10;
	color:#555;
	border-radius:10px;
	padding:0.2em;
	margin:0.1em;
	left: 50%;
}

.heatWarning{
	text-align:center;
	font-family:Tahoma,Geneva,Arial,sans-serif;
	background-color:bisque;
	border:1px solid #8ed9f6;
	z-index: 10;
	color:#555;
	border-radius:10px;
	padding:0.2em;
	margin:0.1em;
	left: 50%;
}

div.ui-page{
	overflow-x: visible!important;
}

label.result-label{
	width: 15%;
	margin: .2em .2em .1em .1em;
}

/*Tooltip button*/
.ui-btn.my-tooltip-btn,
.ui-btn.my-tooltip-btn:hover,
.ui-btn.my-tooltip-btn:active {
	background: none!important;
	border: 0;
	margin: 0;
	padding:0;
}

/* Overview heading */
.sticky {
  position: fixed;
  top: 2.4em;
  width: 100%;
  z-index: 20;
}

/* Common editing */
.pull-right{float:right!important;}
.pull-left{float:left!important;}
.transparent{color: transparent!important;}
.strong{font-weight: bold!important;}
.vAlignMiddle{vertical-align: middle!important; text-align: center!important}
.inline {display: inline !important;}
.pull-down{vertical-align:bottom !important;}
.p{
	font-weight: 300!important;
	font-size:10pt!important;
}
.small{
	font-weight: 300!important;
	font-size:8pt!important;
}

.fs-start-coordinator div .ui-radio .ui-first-child.ui-radio-on {
	background: green !important;
}

.fs-start-coordinator div .ui-radio .ui-last-child.ui-radio-on {
	background: red !important;
}

/*Table day-programme*/
#table-day-programme th, #table-day-programme td p{
	text-align: center;
	vertical-align: middle;
}

#table-day-programme td {
	overflow: hidden;
	white-space: nowrap;
}
#table-day-programme th, #table-day-programme td{
	border: 1px solid #ddd;
}

#table-day-programme td:hover {background-color: #ddd!important;}

/*Make an inputfield inline*/
.controlgroup-textinput{
	padding-top:.22em;
	padding-bottom:.22em;
}

.tableLiveResult .result{max-width:4em;}
.tableLiveResult td{padding: 0.3em;}

#participant-listbox ul li.ui-last-child a, #participant-listbox ul li:nth-last-child(2) a{
	border-width: 1px;
	border-color: #ddd;
	color: #38c;
	border-radius: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#club-listbox-popup ul li a.ui-btn, #participant-listbox-popup ul li a.ui-btn{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#tableOverview td:nth-child(1),#tableOverview th:nth-child(1) {display: none}

/* Custom indentations for flipswitch */
.flipswitch-participant-sex.ui-flipswitch .ui-btn.ui-flipswitch-on {text-indent: -3.7em;}
.flipswitch-participant-sex.ui-flipswitch .ui-flipswitch-off {text-indent: 1.0em;}

.flipswitch-participant-sex{margin: 0;}

/*Size of content*/
[data-role="content"] {
	overflow: visible;
}

/* The alert message box */
.alert{
	padding: 10px;
	background-color: #f44336; /* Red */
	color: white;
	margin-bottom: 15px;
	transition: linear 0.3s;
}

/* Hidden elements (this allows for transitions, "display:none" does not) */
.hidden{
	height:0!important;
	padding:0!important;
	visibility:hidden!important;
	transition: linear 0.2s;
}

/*Buttons in edit-eic*/
.ui-field-contain .ui-controlgroup-controls{
	width:100%;
	display:flex;
	flex-wrap: wrap;
    justify-content: center;
}

/* Setting minimum size of part result popups to make them not appear to un-centered on screen */
.popupPartResult{
	min-width:200px;
	min-height:500px;
}

#popupHeights{
	min-width:300px;	
}

/* Invalid field */
input.invalid{
	background-color: #f44336; /* Red */
	text-shadow:none;
}

/* stack all grids below 30em */
@media all and (max-width: 25em) {
	.ui-block-a,
	.ui-block-b,
	.ui-block-c,
	.ui-block-d,
	.ui-block-e {
		width: 100%;
		float: none;
	}
}

@media all and (max-width: 25em) {
	.ui-grid-a .width-20{width:20%;}
	.ui-grid-a .width-80{width:80%;}
	.ui-block-a,
	.ui-block-b,
	.ui-block-c,
	.ui-block-d,
	.ui-block-e {
		width: 100%;
		float: none;
		}
}

/*I.e. heat comment*/
.ui-field-contain{
	margin-top: 0;
	margin-bottom: 0;
}

 /*For filterable select popup*/
.ui-selectmenu.ui-popup .ui-input-search {
	margin-left: .5em;
	margin-right: .5em;
}
.ui-selectmenu.ui-dialog .ui-content {
	padding-top: 0;
}
.ui-selectmenu.ui-dialog .ui-selectmenu-list {
	margin-top: 0;
}
.ui-selectmenu.ui-popup .ui-selectmenu-list li.ui-first-child .ui-btn {
	border-top-width: 1px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.ui-selectmenu.ui-dialog .ui-header {
	border-bottom-width: 1px;
}
.ui-selectmenu.ui-popup{
	max-height: 70vh;
	overflow:auto;
}

:not(.ui-popup).ui-content{padding-top:0.1em}

/*Decrease margins and padding for small screens*/
@media (max-width: 800px){
	.ui-content{padding:0.1em}
	
	/*Left side menu*/
	.ui-panel .ui-panel-inner{padding:0.1em;}
	
	/*Margins and padding in tables*/
	.ui-table tbody tr p,.ui-table tbody tr .ui-checkbox,.ui-content p{margin-left:0.1em;margin-right:0.1em;}
	.ui-table tbody tr td{padding-left:0.1em;padding-right:0.1em;}	
	.ui-table tbody tr .ui-btn-icon-right{padding-left:0.1em;padding-right:1.5em;}
	.ui-btn-icon-right:after{right:0.1em;}
	.ui-table tbody tr .ui-btn-icon-left{padding-left:1.5em;padding-right:0.1em;}
	.ui-btn-icon-left:after{left:0.1em;}
}

/*Add horizontal scroll*/
.ui-content{overflow-x:auto;}

/*Add vertical scroll to overflowing popups*/
div.ui-popup-container div.ui-popup{overflow-y:auto;}

/*Header and footer when printing*/
div.header, div.footer {font-size:15px; text-align:center;}

@page {size: A4; margin: 11mm 17mm 17mm 17mm;}

@media print {
  div.leftHeader {position:fixed; top:0; left:0;}
  div.centerHeader {position:fixed; top:0; width:100%; text-align:center;}
  div.rightHeader {position: fixed; top: 0; right: 0;}
  div.leftFooter {position: fixed; bottom: 0; left: 0;}
  div.centerFooter {position: fixed; bottom: 0; width:100%; text-align:center;}
  div.rightFooter {position: fixed; bottom: 0; right: 0;}
  .ui-content, p { page-break-inside: avoid;}
  html, body {width: 210mm; height: 297mm;}
}

/*Decrease size of header*/
.ui-header .ui-title{padding-top:0.5em; padding-bottom:0.5em;}
.header-buttons{top:0.01em;}

.header-buttons > div {display:flex!important;}

.role-text{
	margin: auto;
	margin-left: 1.5em;
	font-weight: normal;
}

/*Hidden table cells*/
th.ui-table-cell-hidden,td.ui-table-cell-hidden{display: none;}

/*Left side menu*/
.ui-panel .ui-panel-inner h3{margin-top:0.0em;margin-bottom:0.2em;}
.ui-collapsible .ui-collapsible-heading .ui-collapsible-heading-toggle{padding-top:0.3em;padding-bottom:0.3em;	}

#popupSeeding-popup{
	left: 10% !important;
	top: 10% !important;
	right: auto !important;
	bottom: auto!important;
	max-width: 80%;
	max-height:80%;
	overflow: auto;
}

/*General classes*/
.width-10-percent{width:10% !important;}
.width-20-percent{width:20% !important;}
.width-30-percent{width:30% !important;}
.width-40-percent{width:40% !important;}
.width-50-percent{width:50% !important;}
.width-60-percent{width:60% !important;}
.width-70-percent{width:70% !important;}
.width-80-percent{width:80% !important;}
.width-90-percent{width:90% !important;}

.inherit-bg-color{background-color: inherit !important;}
.transparent-bg-color{background-color: transparent !important;}
.no-distance{margin: 0 !important;padding:0 !important;}

/*Margins and padding in tables*/
.ui-table tbody tr p,.ui-table tbody tr .ui-checkbox,.ui-content p{margin-top:0.1em;margin-bottom:0.1em;}

.ui-table tbody tr td, .ui-table thead tr th{
	padding:0.05em 0.2em;
	vertical-align:middle;
}

.ui-table tr td.align-left, .ui-table tr th.align-left{
	text-align: left;
}

.ui-table tbody tr .ui-btn-icon-right,.ui-table tbody tr .ui-btn-icon-left{
	padding-top:0.3em;
	padding-bottom:0.3em;
	vertical-align:middle;
}

.ui-table tbody tr .ui-input-text input, table tbody tr .ui-input-text input, div div div.ui-input-text input{
	min-height:1.2em;
	padding-top:0.1em;
	padding-bottom:0.1em;
}

/*Division of heats*/
table tbody tr td .ui-select,table tbody tr td .ui-input-text, table tbody tr a[class^=delete], table tbody tr a.editHeatName{
	margin-top:0.0em;
	margin-bottom:0.0em;
    padding-top: 0;
    padding-bottom: 0;
}

table.edit-draw-table td:nth-child(2), table.edit-draw-table th:nth-child(2){
	width: 4.5em;
}

table.edit-draw-table td:nth-child(3), table.edit-draw-table th:nth-child(3){
	width: 5.5em;
}

table.edit-draw-table td:nth-child(3) a{
	margin-right: 0.7em;
}

table.edit-draw-table td.td-seeding{
	padding-right: 0.7em;
}

td.td-delete-result{
	text-align: center;
}

a.delete-heat svg.fa-trash-can{
	font-size: 1.6em;
    color: royalblue;
}

a.delete-result svg.fa-trash-can{
	font-size: 1.1em;
    color: royalblue;
}

table tr td .ui-select div[id^=select]{padding-top:0.3em;padding-bottom:0.3em;}

/*Heading*/
h3.ui-bar{margin-top:0.1em;margin-bottom:0.1em;padding-top:0.3em;padding-bottom:0.3em;}

/*Adds center alignment*/
.center-button{text-align: center;}

/*Drop down lists*/
.ui-btn-icon-right{padding-top:0.3em;padding-bottom:0.3em;vertical-align:middle;}

/*Buttons*/
.ui-input-btn,.ui-btn-inline, .ui-btn-inherit{margin-top:0.2em;margin-bottom:0.2em;padding-top:0.4em;padding-bottom:0.4em;}

/*Sortable tablecolumns*/
.sortableTableCol {cursor: pointer;cursor: hand;}

/*Overview page*/
table tbody tr[class^=tr-round-status]{text-shadow:none;}

/*Gradient in status-column*/
table tbody tr[class^=tr-round-status] td:last-child {
  background-image:linear-gradient(to right,  rgba(27,217,71,1) 0%, rgba(192,250,187,0) 100%);
  background-repeat: no-repeat;
}
table tbody .tr-round-status-0 td:last-child{
/*	background-color:#92a8d1; */
	background-size: 5% 100%;
}
table tbody .tr-round-status-5 td:last-child{
/*	background-color:#d5e1df; */
	background-size: 10% 100%;
}
table tbody .tr-round-status-10 td:last-child{
/*	background-color:#d6cbd3; */
	background-size: 30% 100%;
}
table tbody .tr-round-status-15 td:last-child{
/*	background-color:#bdcebe; */
	background-size: 40% 100%;
}
table tbody .tr-round-status-20 td:last-child{
/*	background-color:#bdcebe; */
	background-size: 50% 100%;
}
table tbody .tr-round-status-25 td:last-child{
/*	background-color:#e3eaa7; */
	background-size: 70% 100%;
}
table tbody .tr-round-status-30 td:last-child{
/*	background-color:#b5e7a0; */
	background-size: 90% 100%;
}
/*Protest/review*/
table tbody .tr-round-status-35 td:last-child{
	background-color:#FFCC00;
	background-size: 0% 100%;
}
table tbody .tr-round-status-40 td:last-child{
	background-color:#1bd947;
	background-size: 0% 100%;
}
table tbody .tr-round-status--1 td:last-child, table tbody .tr-round-status--2 td:last-child, table tbody .tr-round-status-99 td:last-child{
/*	background-color:#c1946a; */
	background-size: 0% 100%;
}

/*Custom sized flipswitches*/

/* Custom indentations are needed because the length of custom labels differs from
the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch .ui-btn.ui-flipswitch-on {
	text-indent: -5.9em;
}
.custom-size-flipswitch.ui-flipswitch .ui-flipswitch-off {
	text-indent: 0.5em;
}
/* Custom widths are needed because the length of custom labels differs from
the length of the standard labels */
.custom-size-flipswitch.ui-flipswitch {
	width: 8.875em;
}
.custom-size-flipswitch.ui-flipswitch.ui-flipswitch-active {
	padding-left: 7em;
	width: 1.875em;
}
@media (min-width: 28em) {
	/*Repeated from rule .ui-flipswitch above*/
	.ui-field-contain > label + .custom-size-flipswitch.ui-flipswitch {
		width: 1.875em;
	}
}

.ui-state-error{
	border:1px solid #cd0a0a;
	background:#fef1ec url("images/ui-bg_glass_error.png") 50% 50% repeat-x;
	color:#cd0a0a
}