/*CSS HANDLER */
.results .ui-datepicker-calendar tr td {
	font-size: 13px;
	padding-left: 0 !important;
	line-height: 13px;
}

.formsContainer {
	width: 85%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.formsContainer .section {
	padding-right: 0;
}

.section h1 {
    color: var(--table_header_3);
	text-align: center;
}

.fieldset_wrapper {
	background: transparent;
    width: 300px !important;
    border: 1px solid var(--border-main);
    border-radius: 20px;
    padding: 1%;
    font-size: 11.5px;
	margin: auto;
}

.fieldset {
	margin: 0;
	display: flex;
	align-items: center;
	background: none;
	border: 1px solid var(--border-main);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	width: 100% !important;
	white-space: nowrap !important;
}

.fieldset span {
	color: var(--bg_text);
}

.fieldset:last-of-type {
	border: none;
	padding: 0;
	margin: 0;
	justify-content: end;
}

.formsContainer .section button {
	border-radius: 7px;
    border: 1px solid var(--border-main) !important;
    background: var(--table_row) !important;
    color: var(--border-main9);
    padding: 5px 50px;
	font-size: 12.5px;
	margin: auto;
	display: block;
	margin-top: 15px;
}

.margin_field {
	border: none;
	padding: 0;
	display: block;
}

.fieldset div {
	margin: 0;
	display: flex;
	align-items: center;
	background: none;
	border: 1px solid var(--border-main);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	width: auto !important;
	white-space: nowrap !important;
}

.fieldset div:last-of-type {
	margin-bottom: 0;
}

.span_sport {
	display: flex;
	align-items: center;
	width: 100% !important;
}

#cmbGroup {
	width: 100%;
}

#cmbGroup option {
	background: var(--bgColor2);
	color: #fff;
}

.fieldset select, .fieldset input {
	display: inline-block;
    padding-left: 5px;
    height: 26px;
    color: var(--border-main7);
    background: var(--table_row);
    border-radius: 5px;
	width: 100%;
	margin-left: 5px;
}

.fieldset select {
	padding-left: 0;
}

.fieldset select:focus, .fieldset input:focus {
	border: 2px solid transparent;
}

.resultsContainer .section h1 {
	background: none;
}

.resultsContainer .section {
	padding: 50px;
	padding-top: 0;
}

#tresult > span {
	color: var(--bg_text);
	font-size: 12.5px;
	margin-left: 25px;
}

#tresult table tbody, #tresult table td {
	background: transparent !important;
	color: var(--bg_text);
	height: 30px;
	text-align: center;
}

#tresult table tbody tr td {
	width: 15%;
	padding: 0 10px;
}

#tresult table tbody tr td:first-of-type {
	color: var(--textColor7);
}

#tresult table tbody tr td:nth-child(3) {
	width: 30%;
}

#tresult table td {
	border: 1px solid var(--border-main) !important;
	white-space: nowrap;
	vertical-align: middle;
}

.results .rwmanif {
	background: transparent !important;
}

#tresult .rwcateg > td, #tresult .rwoffer > td,
#tresult .rwmanif > td  {
  border: none !important;
  text-align: left;
  color: var(--bg_text) !important;
}

#tresult .rwcateg > td {
	font-size: 12.5px;
	text-indent: 13px;
	padding-top: 15px;
	padding-left: 0;
}

#tresult .rwmanif > td {
	text-indent: 1% !important;
	padding-top: 15px;
	height: 40px !important;
	font-size: 12.5px;
}

.rwoffer td {
	padding-top: 10px !important;
	padding-left: 4px !important;
}

.print_view {
    display: none;
}

.ico_print.glyphicon.glyphicon-print {
	float: right;
	top: 5px;
	right: 15px;
}

body.pageAccount #tresult tr td:last-child {
	position:relative
}

body.pageAccount #tresult tr.rwmanif + tr td:last-child::after {
	content: " FT      HT";
	white-space: pre;
	position: absolute;
	top: -23px;
	left: -30px;
	font-weight: bold;
}

.result_table_wrapper {
	box-shadow: var(--table_box_shadow); 
	border-radius: 15px; 
	overflow: hidden;
	margin-top: 15px;
}

@media screen and (min-width: 992px) {
	#tresult table td:first-of-type {
		border-left: none !important;
	}
	#tresult table td:last-of-type {
		border-right: none !important;
	}
	#tresult table tfoot td {
		border-bottom: none !important;
	}
	.formsContainer .section button:hover {
		background: var(--colorHeader) !important;
		color: #fff;
	}
}

@media screen and (max-width: 991px) {
	.resultsContainer .section {
		padding-bottom: 50px;
	}
	.fieldset_wrapper {
		padding: 2%;
	}
	.result_table_wrapper {
		overflow-x: auto;
	}
	#tresult .result_table_wrapper table {
		min-width: 600px;
	    border-collapse: collapse;
	    width: 100%;
	}
	#tresult table tbody tr td:nth-child(3) {
	    width: 40% !important;
	}
	#tresult table td:last-of-type {
		border-right: none !important;
	}
	#tresult table td:first-of-type {
		border-left: none !important;
	}
}

@media screen and (max-width: 768px) {
	.rwoffer td {
	    text-indent: 5% !important;
	}
}

@media screen and (max-width: 480px) {
	.fieldset_wrapper {
		padding: 3%;
	}
	.rwoffer td {
	    text-indent: 3% !important;
	}
}