/*#dcedc8
#c5ef98
#ade274
#89c14f
#7cb342
#699f2f
#547E25
#497917
#4b791a
#477516
#90ef2d
#7ace23
#64b311
#509606*/
.md-button {
  margin: 6px 16px 6px 0;
  padding: 0 14px;
  letter-spacing: 0.75px; }
  .md-button:last-child {
    margin-right: 0; }
  .md-button.bordered_btn {
    background: transparent;
    border: 1px solid #7db341;
    color: #7db341;
    line-height: 34px; }
  .md-button.tn-btn-icon {
    display: inline-flex;
    flex-flow: row nowrap;
    align-items: center; }
    .md-button.tn-btn-icon md-icon {
      margin-right: 5px; }
  .md-button.md-icon-button.bordered_btn {
    padding: 7px;
    background: transparent;
    color: #7db341; }
    .md-button.md-icon-button.bordered_btn md-icon {
      color: #7db341 !important; }

.md-headline {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.25px; }

.md-body-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px; }

.md-body-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px; }

md-backdrop.md-edit-dialog-backdrop {
  z-index: 80; }

md-edit-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 81;
  background-color: #f9f9f9;
  border-radius: 2px;
  cursor: default; }

md-edit-dialog > .md-content {
  padding: 16px 24px 0; }

md-edit-dialog > .md-content .md-title {
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px; }

md-edit-dialog > .md-content md-input-container {
  margin: 0;
  font-size: 13px; }

md-edit-dialog > .md-content md-input-container input {
  float: none; }

md-edit-dialog > .md-content md-input-container .md-errors-spacer {
  min-height: auto;
  min-width: auto;
  color: rgba(0, 0, 0, 0.54); }

md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
  padding: 5px 2px 5px 0; }

md-edit-dialog > .md-content md-input-container [ng-message] {
  padding: 5px 0 5px 2px; }

md-edit-dialog > .md-actions {
  margin: 0 16px 8px; }

md-edit-dialog > .md-actions .md-button {
  margin: 0;
  min-width: initial; }

md-edit-dialog > .md-actions .md-button + .md-button {
  margin-left: 8px; }

.md-table-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  box-sizing: border-box;
  padding: 0 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  border-top: 1px rgba(0, 0, 0, 0.12) solid; }

.md-table-pagination md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 64px; }

.md-table-pagination md-select:not([disabled]):focus .md-select-value {
  color: rgba(0, 0, 0, 0.54); }

.md-table-pagination md-select .md-select-value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.md-table-pagination md-select .md-select-value span.md-select-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: -6px !important; }

.md-table-pagination md-select .md-select-value span.md-select-icon:after {
  top: initial;
  -webkit-transform: scaleY(0.5) scaleX(1);
  transform: scaleY(0.5) scaleX(1); }

.md-table-pagination > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px; }

.md-table-pagination > .buttons:not(:first-child),
.md-table-pagination > .limit-select:not(:first-child) {
  margin-left: 32px; }

.md-table-pagination > .buttons {
  margin-right: -16px; }

.md-table-pagination > .buttons > .md-button.md-icon-button {
  margin: 0; }

.md-table-pagination > .buttons > .label + .md-button.md-icon-button {
  margin-left: 20px; }

md-select.md-table-select {
  margin: 0; }

md-select.md-table-select > .md-select-value {
  padding: 0;
  min-width: 0;
  min-height: 24px;
  border-bottom: 0 !important; }

md-select.md-table-select > .md-select-value > span {
  display: block;
  height: auto;
  -webkit-transform: none !important;
  transform: none !important; }

md-select.md-table-select > .md-select-value > span > .md-text {
  display: inherit;
  height: inherit;
  -webkit-transform: inherit;
  transform: inherit; }

md-select.md-table-select > .md-select-value > span.md-select-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin: 0; }

md-select.md-table-select > .md-select-value > span.md-select-icon:after {
  top: initial; }

.md-select-menu-container.md-table-select,
.md-select-menu-container.md-pagination-select {
  margin-left: -2px;
  border-radius: 2px; }

.md-select-menu-container.md-table-select md-select-menu,
.md-select-menu-container.md-pagination-select md-select-menu,
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  border-radius: inherit; }

.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-pagination-select md-content {
  padding: 0; }

.md-select-menu-container.md-table-select .md-text {
  font-size: 13px; }

.md-select-menu-container.md-pagination-select .md-text {
  font-size: 12px; }

md-toolbar.md-table-toolbar {
  box-shadow: none; }

md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87); }

md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
  color: rgba(0, 0, 0, 0.87); }

@media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
  md-toolbar.md-table-toolbar .md-toolbar-tools {
    height: 64px;
    max-height: initial; } }
md-toolbar.md-table-toolbar .md-toolbar-tools {
  padding: 0 24px; }

md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
  color: rgba(0, 0, 0, 0.54); }

md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
  margin: 0; }

md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
  margin-left: -12px; }

md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
  margin-right: -12px; }

md-card > md-toolbar.md-table-toolbar:first-child,
md-card > md-table-container:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

md-card > md-toolbar.md-table-toolbar:last-child,
md-card > md-table-container:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

md-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

table.md-table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden; }

table.md-table thead.md-head > tr.md-row {
  height: 56px; }

table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 48px; }

table.md-table thead.md-head + .md-table-progress md-progress-linear {
  top: -3px; }

table.md-table .md-table-progress th {
  padding: 0; }

table.md-table .md-table-progress th md-progress-linear {
  height: 0;
  transition: opacity 1s; }

table.md-table .md-table-progress th md-progress-linear.ng-hide {
  opacity: 0; }

table.md-table .md-table-progress th md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none; }

table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
  height: 3px; }

table.md-table th.md-column {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap; }

table.md-table th.md-column.md-sort {
  cursor: pointer; }

table.md-table th.md-column md-icon {
  height: 16px;
  width: 16px;
  font-size: 16px !important;
  line-height: 16px !important; }

table.md-table th.md-column md-icon.md-sort-icon {
  color: rgba(0, 0, 0, 0.26);
  opacity: 0;
  transition: -webkit-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s; }

table.md-table th.md-column md-icon.md-sort-icon.md-asc {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

table.md-table th.md-column md-icon.md-sort-icon.md-desc {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

table.md-table th.md-column md-icon:not(:first-child) {
  margin-left: 8px; }

table.md-table th.md-column md-icon:not(:last-child) {
  margin-right: 8px; }

table.md-table th.md-column.md-active,
table.md-table th.md-column.md-active md-icon {
  color: rgba(0, 0, 0, 0.87); }

table.md-table th.md-column:hover md-icon.md-sort-icon,
table.md-table th.md-column.md-active md-icon.md-sort-icon {
  opacity: 1; }

table.md-table tr.md-row[ng\:repeat].ng-leave,
table.md-table tr.md-row[ng-repeat].ng-leave,
table.md-table tr.md-row[x-ng-repeat].ng-leave,
table.md-table tr.md-row[data-ng-repeat].ng-leave {
  display: none; }

table.md-table.md-row-select tbody.md-body > tr.md-row {
  transition: background-color 0.2s; }

table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
  background-color: #eeeeee !important; }

table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
  background-color: #f5f5f5; }

table.md-table.md-row-select td.md-cell:first-child,
table.md-table.md-row-select th.md-column:first-child {
  width: 20px;
  padding: 0 0 0 24px; }

table.md-table.md-row-select td.md-cell:nth-child(2),
table.md-table.md-row-select th.md-column:nth-child(2) {
  padding: 0 24px; }

table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
  padding: 0 56px 0 0; }

table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 24px; }

table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 56px 0 0; }

table.md-table td.md-cell,
table.md-table th.md-column {
  vertical-align: middle;
  text-align: left; }

table.md-table td.md-cell > *,
table.md-table th.md-column > * {
  vertical-align: middle; }

table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 24px 0 0; }

table.md-table td.md-cell.md-clickable,
table.md-table th.md-column.md-clickable {
  cursor: pointer; }

table.md-table td.md-cell.md-clickable:focus,
table.md-table th.md-column.md-clickable:focus {
  outline: none; }

table.md-table td.md-cell.md-numeric,
table.md-table th.md-column.md-numeric {
  text-align: right; }

table.md-table td.md-cell md-checkbox,
table.md-table th.md-column md-checkbox {
  margin: 0;
  width: 20px; }

table.md-table td.md-cell {
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  border-top: 1px rgba(0, 0, 0, 0.12) solid; }

table.md-table td.md-cell.md-numeric md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

table.md-table td.md-cell.md-numeric md-select .md-select-value {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

table.md-table td.md-cell.md-placeholder {
  color: rgba(0, 0, 0, 0.26); }

table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(0, 0, 0, 0.54);
  width: 18px;
  text-align: right; }

table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
  -webkit-transform: scaleY(0.4) scaleX(0.8);
  transform: scaleY(0.4) scaleX(0.8); }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.content_wrapper {
  max-width: 1396px;
  padding: 0 15px;
  margin: 0 auto; }

main {
  overflow: hidden; }
  main > md-content > div {
    width: 100%; }
  main > md-content > .content_wrapper {
    padding-top: 32px;
    padding-bottom: 60px; }

.content {
  width: 100%; }

h1.main_title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px; }

h2.main_title {
  line-height: 1.3; }

img {
  max-width: 100%;
  height: auto; }

.clear {
  clear: both;
  display: block; }

@media only screen and (min-width: 1024px) {
  .dtbl {
    display: table;
    width: 100%;
    table-layout: fixed; } }

.dcl {
  margin-bottom: 15px; }
  @media only screen and (min-width: 1024px) {
    .dcl {
      height: 100%;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      padding-right: 15px; } }
  .dcl:last-child {
    margin-bottom: 0;
    padding-right: 0; }

.dtbl_all {
  display: table;
  table-layout: fixed;
  width: 100%; }

.dcl_all {
  margin: 0;
  display: table-cell;
  vertical-align: top;
  height: 100%; }

body.md-default-theme, body, html.md-default-theme, html {
  background: #fff; }

.md-button.bordered_btn {
  color: #7db341;
  background: transparent;
  border: 1px solid #7db341; }
  .md-button.bordered_btn md-icon {
    margin-right: 5px;
    color: #777 !important; }

h1 .md-button {
  margin-left: 20px; }

a {
  color: #7db341;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.md-button.md-48 {
  padding: 0;
  height: 48px !important;
  line-height: 48px !important;
  width: 48px !important; }

md-icon.md-48 {
  font-size: 48px !important;
  height: 48px !important;
  width: 48px !important; }

*[layout-padding="20"] {
  padding: 20px; }

.castn_terms_and_conditions {
  max-height: 330px;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto; }
  .castn_terms_and_conditions_holder {
    padding: 10px; }

.formatted_text > *:first-child {
  margin-top: 0; }
.formatted_text > *:last-child {
  margin-bottom: 0; }

.info_container,
.error_container {
  margin-bottom: 20px; }
  .info_container p,
  .error_container p {
    margin: 0; }

.error_container {
  background: #E84855; }
  .error_container * {
    color: #fff; }

.info_container {
  background: #C5E1A5; }
  .info_container * {
    color: #000; }

md-input-container[toggle-password-visibility] md-icon {
  outline: none;
  cursor: pointer; }

[disabled] md-input-container .md-input,
md-input-container .md-input[disabled] {
  background-color: transparent;
  border: none;
  color: #263238; }

.terms_and_conditions_preview {
  border: 1px solid #90a4ae;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }
  .terms_and_conditions_preview .head {
    outline: none;
    cursor: pointer; }
    .terms_and_conditions_preview .head .title {
      font-size: 18px;
      font-weight: bold; }
    .terms_and_conditions_preview .head .date {
      margin-top: 4px; }
  .terms_and_conditions_preview .content > div {
    max-height: 360px;
    padding-right: 15px;
    overflow: hidden;
    overflow-y: auto; }

.error_container, .info_container {
  position: relative; }
  .error_container .close, .info_container .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0 none;
    outline: none; }

.mr20 {
  margin-right: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt32 {
  margin-top: 32px; }

.mb32 {
  margin-bottom: 32px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.hint {
  position: absolute;
  left: 8px;
  right: auto;
  top: 42px;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  color: grey; }

.layout-row.tn-field:not(.full) > md-input-container {
  flex: 1 1 100%;
  max-width: 320px; }
.layout-row.tn-field:not(.full) > .formatted_text {
  flex: 1 1 100%;
  max-width: 370px; }
.layout-row.tn-field.full > md-input-container {
  flex: 1 1 100%; }
.layout-row.tn-field .tn-field__actions {
  margin-top: 10px; }
.layout-row.tn-field span.md-input {
  line-height: 28px; }

.tn-actions .md-button.btn--flat:first-child {
  margin-left: -14px; }

/*.nav_bg{
	padding: 15px 0;
	
	.header_logo{
		margin: 0;
		height: auto;
		min-height: 0;
		padding: 6px 8px;
		font-size: 20px;
		line-height: 24px;
		text-align: left;
		white-space: normal;
	}
	
	.md-button{
		margin: 0;
		min-width: 0;
	}
	
	a.md-button{
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		font-weight: 700;
	}
	
	md-icon{
		margin: 0;
		width: 32px;
		height: 32px;
		font-size: 32px;
		color: #fff;
	}
	
	@include max(599){
		
		.header_logo{
			font-size: 14px;
			line-height: 18px;
		}
		
		md-icon{
			width: 24px;
			height: 24px;
			font-size: 24px;
		}
	}
}*/
.nav_bg {
  background: #7db341; }
  .nav_bg .md-toolbar-tools {
    max-height: 68px;
    height: 68px;
    padding-top: 10px;
    padding-bottom: 10px; }
  @media only screen and (max-width: 599px) {
    .nav_bg .content_wrapper {
      padding-right: 5px; } }
  .nav_bg .header_logo {
    margin-left: -14px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav_bg .header_logo img {
      width: 150px;
      fill: #FFF; }
    @media only screen and (min-width: 1400px) {
      .nav_bg .header_logo {
        margin-left: -20px; } }
  .nav_bg .notification_btn {
    font-size: 30px; }
  .nav_bg md-icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #fff; }
  .nav_bg .md-button.md-icon-button {
    width: 48px;
    height: 48px;
    margin: 0; }
  @media only screen and (max-width: 479px) {
    .nav_bg .md-button.md-icon-button {
      display: inline-flex;
      align-items: center;
      padding: 0;
      width: 32px;
      height: 32px;
      min-height: 32px; }
    .nav_bg .md-button md-icon {
      font-size: 28px;
      width: auto;
      height: auto; } }

.md-sidenav-left {
  background: #7db341;
  padding: 120px 0px 20px 0;
  overflow: visible; }
  .md-sidenav-left * {
    color: #fff; }
  .md-sidenav-left .menu_decorations {
    position: relative; }
    .md-sidenav-left .menu_decorations img {
      opacity: 0.2;
      position: absolute;
      display: block;
      width: 120px;
      height: 120px;
      pointer-events: none; }
      .md-sidenav-left .menu_decorations img:nth-child(1) {
        left: -40px;
        top: -60px;
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        transform: rotate(-20deg); }
      .md-sidenav-left .menu_decorations img:nth-child(2) {
        left: 70px;
        top: -120px;
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        transform: rotate(20deg);
        width: 70px;
        height: 70px; }
      .md-sidenav-left .menu_decorations img:nth-child(3) {
        left: 130px;
        top: -60px;
        -webkit-transform: rotate(80deg);
        -moz-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        -o-transform: rotate(80deg);
        transform: rotate(80deg);
        width: 90px;
        height: 90px; }
  .md-sidenav-left h2 {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 18px;
    padding-left: 20px; }
  .md-sidenav-left ul, .md-sidenav-left li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: none; }
  .md-sidenav-left nav {
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .md-sidenav-left nav > ul > li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .md-sidenav-left nav > ul > li a {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        display: block;
        padding: 12px 20px; }
        .md-sidenav-left nav > ul > li a:hover, .md-sidenav-left nav > ul > li a.menu-inpath, .md-sidenav-left nav > ul > li a.menu-active {
          text-decoration: underline; }
      .md-sidenav-left nav > ul > li ul {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .md-sidenav-left nav > ul > li ul li {
          padding-left: 20px; }
  .md-sidenav-left .close_menu {
    position: absolute;
    right: 2px;
    top: 7px;
    cursor: pointer;
    z-index: 1; }

md-backdrop.md-opaque {
  opacity: 0.7; }

.important_alert {
  background: #eceff1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 0 14px 0;
  display: none; }
  .important_alert .content_wrapper {
    position: relative;
    padding-left: 32px;
    padding-right: 42px;
    font-size: 13px;
    color: #263238;
    min-height: 30px; }
    .important_alert .content_wrapper:before {
      content: "";
      background-image: url("../img/jumping_ball.gif");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 30px 30px;
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px; }
    .important_alert .content_wrapper md-icon {
      color: #263238;
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -12px; }
  .important_alert .md-button {
    position: absolute;
    right: 0px;
    top: -9px;
    margin: 0; }
    .important_alert .md-button md-icon {
      color: #263238; }

.md-button.loggedin_btn {
  position: relative;
  min-width: 0;
  margin: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media only screen and (max-width: 599px) {
    .md-button.loggedin_btn {
      padding: 0; } }
  @media only screen and (min-width: 600px) {
    .md-button.loggedin_btn {
      padding-left: 50px; } }
  .md-button.loggedin_btn:hover {
    background: #5c9633; }
  .md-button.loggedin_btn .image_cont {
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    @media only screen and (min-width: 600px) {
      .md-button.loggedin_btn .image_cont {
        position: absolute;
        top: 0;
        left: 0; } }
    .md-button.loggedin_btn .image_cont img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
    .md-button.loggedin_btn .image_cont span {
      display: block;
      background: #273139;
      line-height: 34px; }
  .md-button.loggedin_btn md-icon {
    vertical-align: -11px; }

.language-holder-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 0 5px; }
  .language-holder-header a {
    text-transform: uppercase;
    color: #547e25;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 0 10px;
    transition: all 0.2s ease-in-out;
    text-decoration: none; }
    .language-holder-header a:after {
      content: "";
      display: block;
      width: 1px;
      height: 14px;
      background-color: #FFF;
      position: absolute;
      bottom: 0;
      right: -1px; }
    .language-holder-header a:not(.current):hover {
      color: #FFF; }
    .language-holder-header a:last-child:after {
      content: none; }
    .language-holder-header a.current {
      color: #FFF; }

@media only screen and (max-width: 960px) {
  .language-holder-header {
    display: none; } }

footer {
  background: #EDEDED;
  padding: 25px 0;
  color: #999;
  text-align: center; }
  footer nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none; }
  footer nav li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 16px 10px;
    background: none; }
    footer nav li:before {
      display: none; }
  footer nav a {
    display: block;
    color: #7DB342;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration: none; }
    footer nav a:hover {
      text-decoration: underline; }
  footer nav + .copyright_text {
    margin-top: 10px; }

.cookies_block {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 90%;
  background: #fff;
  display: none;
  padding: 20px 20px 22px 18px;
  z-index: 9999; }
  @media only screen and (min-width: 500px) {
    .cookies_block {
      width: 354px;
      padding: 22px 20px 22px 22px; } }
  .cookies_block .cookie_text {
    margin: 0 0 10px; }
  .cookies_block p {
    margin: 0;
    line-height: 1.2;
    color: #273139; }
  .cookies_block .md-button {
    margin-left: 0px; }
  .cookies_block a.link_to_terms {
    color: #7db341;
    text-decoration: none; }
    .cookies_block a.link_to_terms:hover {
      text-decoration: underline; }

@media only screen and (min-width: 992px) {
  .cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }

@media only screen and (min-width: 992px) {
  .content--has-sb-r {
    flex: 1 1 calc(100% - 240px);
    max-width: calc(100% - 240px); } }

@media only screen and (min-width: 992px) {
  .sidebar {
    flex: 0 0 240px;
    max-width: 240px; } }
.sidebar--right {
  margin-top: 30px; }
  @media only screen and (min-width: 992px) {
    .sidebar--right {
      margin: 0 0 0 15px; } }

.tournament_bg {
  height: 350px;
  background-size: cover;
  background-position: top -392px center;
  position: relative;
  background-repeat: no-repeat;
  padding: 38px 0 0;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .tournament_bg {
      height: 300px; } }
  @media only screen and (max-width: 1400px) {
    .tournament_bg {
      background-position: top -250px center; } }
  @media only screen and (max-width: 800px) {
    .tournament_bg {
      background-position: center center; } }
  @media only screen and (max-width: 600px) {
    .tournament_bg {
      padding-top: 0px; } }
  .tournament_bg:before, .tournament_bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#273139+0,273139+100&1+0,0+100 */
    background: -moz-linear-gradient(left, #273139 0%, rgba(39, 49, 57, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #273139 0%, rgba(39, 49, 57, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #273139 0%, rgba(39, 49, 57, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273139', endColorstr='#00273139',GradientType=1 );
    /* IE6-9 */ }
    @media only screen and (min-width: 1400px) {
      .tournament_bg:before, .tournament_bg:after {
        width: 400px; } }
    @media only screen and (min-width: 1500px) {
      .tournament_bg:before, .tournament_bg:after {
        width: 500px; } }
    @media only screen and (min-width: 1600px) {
      .tournament_bg:before, .tournament_bg:after {
        width: 600px; } }
    @media only screen and (min-width: 1700px) {
      .tournament_bg:before, .tournament_bg:after {
        width: 700px; } }
    @media only screen and (min-width: 1800px) {
      .tournament_bg:before, .tournament_bg:after {
        width: 800px; } }
    @media only screen and (min-width: 2200px) {
      .tournament_bg:before, .tournament_bg:after {
        width: 900px; } }
    @media only screen and (max-width: 600px) {
      .tournament_bg:before, .tournament_bg:after {
        display: none; } }
  .tournament_bg:after {
    left: auto;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#273139+0,273139+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(39, 49, 57, 0) 0%, #273139 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(39, 49, 57, 0) 0%, #273139 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(39, 49, 57, 0) 0%, #273139 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00273139', endColorstr='#273139',GradientType=1 );
    /* IE6-9 */ }
  .tournament_bg .content_wrapper {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 600px) {
      .tournament_bg .content_wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #263238;
        z-index: 2; } }
  .tournament_bg .content_wrapper, .tournament_bg .dtbl, .tournament_bg .dcl {
    height: 100%; }
  @media only screen and (min-width: 600px) {
    .tournament_bg .dtbl {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .tournament_bg .dtbl .dcl {
        display: table-cell;
        vertical-align: top; } }
  .tournament_bg .dcl {
    vertical-align: top;
    overflow: hidden; }
    @media only screen and (min-width: 600px) {
      .tournament_bg .dcl:last-child {
        width: 40%;
        text-align: right; } }
    .tournament_bg .dcl:last-child img {
      max-width: 327px; }
      @media only screen and (max-width: 800px) {
        .tournament_bg .dcl:last-child img {
          max-width: 200px; } }
      @media only screen and (max-width: 600px) {
        .tournament_bg .dcl:last-child img {
          position: absolute;
          left: 0;
          bottom: 0px;
          width: 100%;
          max-width: 100%; } }
    @media only screen and (max-width: 600px) {
      .tournament_bg .dcl:last-child {
        position: absolute;
        bottom: 45px;
        left: 0px;
        width: 100%;
        z-index: 3;
        text-align: center;
        padding-top: 10px; }
        .tournament_bg .dcl:last-child:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#273139+0,273139+100&0.11+0,0.65+35,1+100 */
          background: -moz-linear-gradient(top, rgba(39, 49, 57, 0.11) 0%, rgba(39, 49, 57, 0.65) 35%, #273139 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(39, 49, 57, 0.11) 0%, rgba(39, 49, 57, 0.65) 35%, #273139 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(39, 49, 57, 0.11) 0%, rgba(39, 49, 57, 0.65) 35%, #273139 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c273139', endColorstr='#273139',GradientType=0 );
          /* IE6-9 */
          opacity: 0.8;
          z-index: 2; } }
    @media only screen and (max-width: 600px) {
      .tournament_bg .dcl:nth-child(1) {
        position: relative;
        z-index: 4;
        padding-top: 60px;
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%; }
        .tournament_bg .dcl:nth-child(1) .info_wrapper {
          display: table-cell;
          vertical-align: bottom;
          height: 100%;
          padding-bottom: 59px; }
        .tournament_bg .dcl:nth-child(1) h2 {
          font-size: 30px;
          margin: 0 0 15px; }
        .tournament_bg .dcl:nth-child(1) h3 {
          font-size: 14px;
          margin: 0 0 5px; }
        .tournament_bg .dcl:nth-child(1) .date {
          display: none; } }
  .tournament_bg * {
    color: #fff; }
  .tournament_bg h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px; }
  .tournament_bg h2 {
    font-size: 38px;
    font-weight: 500;
    margin: 0 0 40px;
    line-height: 1; }
  .tournament_bg .date {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-width: 300px;
    padding: 10px 0;
    font-weight: 700; }
  .tournament_bg md-nav-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #273139;
    overflow-y: auto;
    z-index: 7; }
  .tournament_bg .md-nav-bar {
    border: 0;
    position: relative;
    z-index: 2;
    max-width: 1396px;
    margin: 0 auto; }
  .tournament_bg .md-nav-item:first-of-type {
    /*margin-left: 0;*/ }
  .tournament_bg .md-button._md-nav-button {
    min-width: 110px;
    padding-left: 7px;
    padding-right: 7px; }
    @media only screen and (max-width: 400px) {
      .tournament_bg .md-button._md-nav-button {
        min-width: 97px; } }
  .tournament_bg md-nav-ink-bar {
    height: 3px;
    background: #fff !important; }
  .tournament_bg.inner_header {
    background: #263238;
    padding-top: 0px;
    height: 180px; }
    .tournament_bg.inner_header .content_wrapper {
      padding-bottom: 0; }
      @media only screen and (max-width: 600px) {
        .tournament_bg.inner_header .content_wrapper {
          padding-bottom: 25px; } }
      .tournament_bg.inner_header .content_wrapper:before {
        display: none; }
    @media only screen and (max-width: 600px) {
      .tournament_bg.inner_header {
        padding-top: 15px;
        height: 146px; } }
    .tournament_bg.inner_header h4 {
      margin: 0 0 5px;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.9em; }
      .tournament_bg.inner_header h4 + md-select {
        margin-top: 5px;
        margin-bottom: 5px; }
    .tournament_bg.inner_header .md-icon-button {
      margin-left: 0; }
    .tournament_bg.inner_header .dtbl_all {
      height: 100%; }
      .tournament_bg.inner_header .dtbl_all .dcl_all {
        vertical-align: middle;
        height: 100%;
        padding-bottom: 30px; }
        .tournament_bg.inner_header .dtbl_all .dcl_all:first-child {
          width: 50px; }
          @media only screen and (max-width: 600px) {
            .tournament_bg.inner_header .dtbl_all .dcl_all:first-child {
              width: 27px; }
              .tournament_bg.inner_header .dtbl_all .dcl_all:first-child .md-button {
                margin-left: -15px; } }
        .tournament_bg.inner_header .dtbl_all .dcl_all:nth-child(2) {
          width: 180px;
          padding-left: 20px;
          padding-right: 20px; }
          @media only screen and (max-width: 600px) {
            .tournament_bg.inner_header .dtbl_all .dcl_all:nth-child(2) {
              width: 110px;
              padding-left: 10px;
              padding-right: 10px; } }
        .tournament_bg.inner_header .dtbl_all .dcl_all:last-child {
          width: auto;
          text-align: left; }
    .tournament_bg.inner_header md-select {
      max-width: 300px; }
      @media only screen and (max-width: 600px) {
        .tournament_bg.inner_header md-select {
          max-width: 100%; } }
      .tournament_bg.inner_header md-select .md-select-value {
        border: 0; }
        .tournament_bg.inner_header md-select .md-select-value span {
          font-size: 1.3rem;
          line-height: 1.3; }
          @media only screen and (max-width: 600px) {
            .tournament_bg.inner_header md-select .md-select-value span {
              font-size: 1.1rem; } }
        .tournament_bg.inner_header md-select .md-select-value .md-select-icon {
          color: #fff; }
          .tournament_bg.inner_header md-select .md-select-value .md-select-icon:after {
            font-size: 18px; }

md-list.tn_list {
  max-width: 768px;
  display: block;
  text-align: left; }
  md-list.tn_list md-list-item {
    display: block;
    min-height: 5px;
    padding: 0;
    border-bottom: 1px solid #ddd; }
    md-list.tn_list md-list-item:first-child {
      border-top: 1px solid #ddd; }
    md-list.tn_list md-list-item:before {
      display: none; }
    md-list.tn_list md-list-item .md-button {
      display: block;
      width: 100%;
      margin: 0;
      text-align: left;
      position: relative;
      min-height: 44px;
      line-height: 44px;
      text-transform: none; }
      md-list.tn_list md-list-item .md-button md-icon {
        color: #7db341;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -13px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    md-list.tn_list md-list-item md-list {
      padding: 0 0 0 20px; }
      md-list.tn_list md-list-item md-list md-list-item:first-child {
        border-top: 0; }
      md-list.tn_list md-list-item md-list md-list-item:last-child {
        border-bottom: 0; }

.one_result {
  background: #DEECC8;
  height: 100%;
  position: relative; }
  .one_result .dcl_all {
    vertical-align: middle; }
  .one_result .res_header {
    background: #EAEFF2;
    padding: 7px 15px; }
    .one_result .res_header a {
      text-decoration: none;
      text-decoration: none;
      white-space: nowrap;
      color: rgba(0, 0, 0, 0.87); }
    .one_result .res_header .sep {
      display: inline-block;
      vertical-align: 3px;
      width: 4px;
      height: 4px;
      background: #333;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin: 0 8px; }
    .one_result .res_header div {
      font-size: 13px; }
    .one_result .res_header .dcl_all:last-child {
      text-align: right; }
  .one_result .res_body {
    padding: 15px 0px 15px 15px;
    min-height: 118px;
    padding-top: 24px; }
    .one_result .res_body * {
      font-size: 14px; }
    .one_result .res_body .dcl_all:last-child {
      width: 82px;
      white-space: nowrap;
      font-size: 18px; }
      @media only screen and (min-width: 400px) {
        .one_result .res_body .dcl_all:last-child {
          width: 87px; } }
      .one_result .res_body .dcl_all:last-child span {
        font-size: 18px;
        display: inline-block;
        min-width: 17px;
        margin-left: -2px; }
        .one_result .res_body .dcl_all:last-child span.sup {
          font-size: 13px;
          vertical-align: 2px; }
    .one_result .res_body .dcl_all .center_status {
      position: relative;
      top: 24px; }
    .one_result .res_body .one_match {
      min-height: 25px;
      margin: 0 0 15px; }
      .one_result .res_body .one_match:last-child {
        margin: 0; }
      .one_result .res_body .one_match.winner * {
        font-weight: 700; }
    .one_result .res_body .one_player {
      display: table;
      table-layout: fixed;
      width: 100%;
      margin: 0 0 4px;
      line-height: 23px;
      text-decoration: none;
      color: rgba(0, 0, 0, 0.87); }
      .one_result .res_body .one_player:last-child {
        margin: 0; }
      .one_result .res_body .one_player .flag, .one_result .res_body .one_player .name {
        display: table-cell;
        vertical-align: middle; }
      .one_result .res_body .one_player .flag {
        width: 30px;
        padding-right: 8px;
        padding-bottom: 2px; }
        .one_result .res_body .one_player .flag img {
          vertical-align: middle; }
      .one_result .res_body .one_player .name {
        font-size: 16px; }
        @media only screen and (max-width: 340px) {
          .one_result .res_body .one_player .name {
            font-size: 15px; } }
        .one_result .res_body .one_player .name span {
          font-size: 16px; }
          @media only screen and (max-width: 340px) {
            .one_result .res_body .one_player .name span {
              font-size: 15px; } }
  .one_result .res_footer {
    background: #EAEFF2;
    padding: 7px 15px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    min-height: 34px; }
    .one_result .res_footer a {
      text-decoration: none;
      white-space: nowrap;
      color: rgba(0, 0, 0, 0.87); }
    .one_result .res_footer .sep {
      display: inline-block;
      vertical-align: 3px;
      width: 4px;
      height: 4px;
      background: #333;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin: 0 8px; }
  .one_result .live_indicator {
    margin-left: -7px;
    position: relative;
    top: 18px; }
  .one_result.doubles .res_body {
    padding-top: 10px; }
  .one_result.doubles .one_player {
    line-height: 1.1; }
    .one_result.doubles .one_player .name {
      font-size: 13px; }
      .one_result.doubles .one_player .name span {
        font-size: 13px; }
  .one_result.doubles .live_indicator {
    top: 26px; }

.draw_toggler {
  margin: 0 0 25px; }
  .draw_toggler button {
    margin: 0 4px;
    background: none;
    padding: 0;
    border: none;
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: 50px; }
    @media only screen and (max-width: 420px) {
      .draw_toggler button {
        width: 42px;
        margin: 0 3px; } }
    @media only screen and (max-width: 350px) {
      .draw_toggler button {
        width: 42px;
        margin: 0 1px; } }
    .draw_toggler button:focus {
      outline: none; }
    .draw_toggler button:first-child {
      margin-left: 0; }
    .draw_toggler button:last-child {
      margin-right: 0; }
    .draw_toggler button span {
      display: block; }
      .draw_toggler button span.title {
        color: #263238;
        font-size: 11px;
        margin: 0 0 4px;
        text-align: center; }
      .draw_toggler button span.box {
        border: 1px solid #90a4ae;
        padding: 0 10px;
        height: 80px;
        display: table;
        table-layout: fixed;
        width: 100%; }
        @media only screen and (max-width: 420px) {
          .draw_toggler button span.box {
            padding: 0 5px; } }
        .draw_toggler button span.box .box_center {
          display: table-cell;
          vertical-align: middle; }
    .draw_toggler button.level_1r .box_center span {
      height: 12px;
      margin: 0 0 4px;
      background: #7db341; }
      .draw_toggler button.level_1r .box_center span:last-child {
        margin: 0; }
    .draw_toggler button.level_2r .box_center > span {
      margin: 0 0 5px; }
      .draw_toggler button.level_2r .box_center > span span {
        height: 1px;
        background: #7db341;
        margin: 0 0 2px; }
      .draw_toggler button.level_2r .box_center > span:last-child {
        margin: 0; }
    .draw_toggler button.level_8f .box_center > span {
      margin: 0 0 6px; }
      .draw_toggler button.level_8f .box_center > span:first-child {
        margin-top: 3px; }
      .draw_toggler button.level_8f .box_center > span span {
        height: 2px;
        background: #7db341;
        margin: 0 0 3px; }
      .draw_toggler button.level_8f .box_center > span:last-child {
        margin: 0; }
    .draw_toggler button.level_4f .box_center > span {
      height: 2px;
      background: #7db341;
      margin: 0 0 6px; }
      .draw_toggler button.level_4f .box_center > span:nth-child(2) {
        margin-bottom: 9px; }
      .draw_toggler button.level_4f .box_center > span:last-child {
        margin: 0; }
    .draw_toggler button.level_sf .box_center > span {
      height: 2px;
      background: #7db341;
      margin: 0 0 12px; }
      .draw_toggler button.level_sf .box_center > span:last-child {
        margin: 0; }
    .draw_toggler button.level_f .box_center > span {
      height: 2px;
      background: #7db341;
      margin: 0 0 12px; }
      .draw_toggler button.level_f .box_center > span:last-child {
        margin: 0; }
    .draw_toggler button.active.level_1r .box_center span, .draw_toggler button.active.level_sf .box_center span, .draw_toggler button.active.level_4f .box_center span, .draw_toggler button.active.level_f .box_center span {
      background: #fff; }
    .draw_toggler button.active.level_2r .box_center span span, .draw_toggler button.active.level_8f .box_center span span {
      background: #fff; }
    .draw_toggler button.active .box {
      background: #90a4ae; }

.one_division_wrapper {
  margin: 0 0 40px; }

h2.main_title + md-table-container {
  margin-top: -18px; }

md-table-container table.md-table {
  empty-cells: show;
  width: auto;
  margin: 0 0 0px 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px;
  table-layout: auto; }
  md-table-container table.md-table th, md-table-container table.md-table td, md-table-container table.md-table th.md-column, md-table-container table.md-table td.md-cell {
    padding: 8px 8px !important;
    border: 2px solid #fff;
    text-align: center;
    font-size: 14px; }
md-table-container table.md-table thead.md-head > tr.md-row {
  height: auto; }

@media only screen and (max-width: 1060px) {
  table.group_table, table.group_table.md-table {
    min-width: 700px; } }
table.group_table th, table.group_table.md-table th {
  color: #263238;
  font-weight: 400; }
  table.group_table th:first-child, table.group_table.md-table th:first-child {
    width: 180px; }
table.group_table td, table.group_table.md-table td {
  background: #eceff1;
  width: 68px;
  height: 78px; }
  table.group_table td:first-child, table.group_table.md-table td:first-child {
    background: #DEECC8;
    text-align: left; }
  table.group_table td.disabled, table.group_table.md-table td.disabled {
    background: #90a4ae; }
  table.group_table td.dark, table.group_table.md-table td.dark {
    background: #4f5b62;
    color: #fff; }
table.group_table .one_player, table.group_table.md-table .one_player {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0 2px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 1061px) {
    table.group_table .one_player, table.group_table.md-table .one_player {
      min-width: 195px; } }
  table.group_table .one_player:last-child, table.group_table.md-table .one_player:last-child {
    margin: 0; }
  table.group_table .one_player .flag, table.group_table .one_player .name, table.group_table.md-table .one_player .flag, table.group_table.md-table .one_player .name {
    display: table-cell;
    vertical-align: top; }
  table.group_table .one_player .flag, table.group_table.md-table .one_player .flag {
    width: 30px;
    padding-right: 10px; }
    table.group_table .one_player .flag img, table.group_table.md-table .one_player .flag img {
      margin-top: 2px; }
table.group_table .planned_icon, table.group_table.md-table .planned_icon {
  height: 22px;
  width: 22px;
  min-height: 22px;
  min-width: 22px;
  color: #000; }
table.group_table .score, table.group_table.md-table .score {
  font-size: 0.9em; }

@media only screen and (min-width: 1024px) {
  .court_schedule_wrapper {
    display: table;
    table-layout: fixed;
    width: 100%; } }
@media only screen and (max-width: 1023px) {
  .court_schedule_wrapper {
    max-width: 380px; } }
@media only screen and (min-width: 1024px) {
  .court_schedule_wrapper .one_court {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px; }
    .court_schedule_wrapper .one_court:first-child {
      padding-left: 0; }
    .court_schedule_wrapper .one_court:last-child {
      padding-right: 0; } }
@media only screen and (max-width: 1023px) {
  .court_schedule_wrapper .one_court {
    padding-bottom: 22px; }
    .court_schedule_wrapper .one_court:last-child {
      padding-bottom: 0; } }
.court_schedule_wrapper .one_court .court_title {
  color: #555;
  font-weight: 400;
  text-align: left;
  padding-bottom: 9px;
  border-bottom: 2px solid #FFD967;
  margin: 0 0 30px; }
  @media only screen and (max-width: 1023px) {
    .court_schedule_wrapper .one_court .court_title {
      margin: 0 0 20px;
      font-size: 1.2em; } }
.court_schedule_wrapper .one_court .schedule_item {
  margin: 0 0 30px; }
  @media only screen and (max-width: 1023px) {
    .court_schedule_wrapper .one_court .schedule_item {
      margin: 0 0 15px; } }
.court_schedule_wrapper .one_court .time {
  margin: 0 0 15px;
  color: #777; }
  @media only screen and (max-width: 1023px) {
    .court_schedule_wrapper .one_court .time {
      margin: 0 0 10px; } }
  .court_schedule_wrapper .one_court .time md-icon {
    vertical-align: -7px;
    margin-right: 8px; }
@media only screen and (min-width: 1024px) {
  .court_schedule_wrapper.places_1 {
    max-width: 380px; } }
@media only screen and (min-width: 1024px) {
  .court_schedule_wrapper.places_2 {
    max-width: 783px; } }

@media only screen and (min-width: 1024px) {
  .court_schedule_separator {
    background: #ddd;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 28px; } }

@media only screen and (min-width: 420px) {
  .results_list {
    max-width: 400px; } }
@media only screen and (min-width: 960px) {
  .results_list {
    max-width: 750px; } }
@media only screen and (min-width: 1280px) {
  .results_list {
    max-width: 1100px; } }

@media only screen and (min-width: 960px) {
  .md-dialog-content {
    min-width: 770px; } }
@media only screen and (min-width: 1280px) {
  .md-dialog-content {
    min-width: 970px; } }

.bracket_container {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 3px;
  padding-bottom: 50px; }
  .bracket_container *, .bracket_container *::before, .bracket_container *::after {
    box-sizing: border-box; }
  @media only screen and (min-width: 1095px) {
    .bracket_container .tournament-bracket {
      min-width: 1034px; } }
  .bracket_container .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .bracket_container ul {
    margin: 0;
    padding: 0; }
  .bracket_container .one_result {
    height: auto;
    padding-bottom: 33px; }

.tournament-bracket {
  display: flex;
  flex-direction: column; }
  @media (min-width: 200px) {
    .tournament-bracket {
      flex-direction: row; } }

.tournament-bracket__round {
  display: block;
  width: 285px;
  margin-left: -3px; }
  @media only screen and (min-width: 330px) {
    .tournament-bracket__round {
      width: 295px; } }
  @media only screen and (min-width: 340px) {
    .tournament-bracket__round {
      width: 305px; } }
  @media only screen and (min-width: 350px) {
    .tournament-bracket__round {
      width: 315px; } }
  @media only screen and (min-width: 360px) {
    .tournament-bracket__round {
      width: 325px; } }
  @media only screen and (min-width: 370px) {
    .tournament-bracket__round {
      width: 335px; } }
  @media only screen and (min-width: 380px) {
    .tournament-bracket__round {
      width: 345px; } }
  @media only screen and (min-width: 390px) {
    .tournament-bracket__round {
      width: 355px; } }
  @media only screen and (min-width: 400px) {
    .tournament-bracket__round {
      width: 365px; } }
  .tournament-bracket__round:first-child .tournament-bracket__round-title {
    padding-left: 0; }

.tournament-bracket__round-title {
  color: #9e9e9e;
  font-weight: 400;
  text-align: left;
  padding-right: 25px;
  padding-left: 23px; }
  .tournament-bracket__round-title span {
    display: block;
    border-bottom: 2px solid #FFD967;
    padding-bottom: 4px; }

.tournament-bracket__list {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  justify-content: center;
  height: 100%;
  min-height: 100%;
  border-bottom: 1px dashed #fff;
  padding-bottom: 2em;
  margin-bottom: 2em;
  transition: padding 0.2s ease-in-out, margin 0.2s ease-in-out; }
  @media (max-width: 200px) {
    .tournament-bracket__list {
      padding-bottom: 1em;
      margin-bottom: 1em; } }
  @media (min-width: 200px) {
    .tournament-bracket__list {
      margin-bottom: 0;
      padding-bottom: 0;
      border-right: 1px dashed #fff;
      border-bottom: 0; } }
  .tournament-bracket__round:last-child .tournament-bracket__list {
    border: 0; }

.tournament-bracket__item {
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 2% 0;
  width: 48%;
  transition: padding 0.2s linear; }
  .tournament-bracket__item:nth-child(odd) {
    margin-right: 2%; }
  .tournament-bracket__item:nth-child(even) {
    margin-left: 2%; }
  .tournament-bracket__item::after {
    transition: width 0.2s linear; }
  @media (max-width: 200px) {
    .tournament-bracket__item {
      width: 100%; }
      .tournament-bracket__item:nth-child(odd), .tournament-bracket__item:nth-child(even) {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 200px) {
    .tournament-bracket__item {
      padding: 0.5em 1em;
      width: 100%; }
      .tournament-bracket__item:nth-child(odd), .tournament-bracket__item:nth-child(even) {
        margin: 0; }
      .tournament-bracket__item::after {
        position: absolute;
        right: 0;
        content: '';
        display: block;
        width: 1em;
        height: 45%;
        border-right: 2px solid #7db341; }
      .tournament-bracket__item:nth-child(odd)::after {
        top: 50%;
        border-top: 2px solid #7db341;
        transform: translateY(-1px); }
        .tournament-bracket--rounded .tournament-bracket__item:nth-child(odd)::after {
          border-top-right-radius: 0.2em; }
      .tournament-bracket__item:nth-child(even)::after {
        bottom: 50%;
        border-bottom: 2px solid #7db341;
        transform: translateY(1px); }
        .tournament-bracket--rounded .tournament-bracket__item:nth-child(even)::after {
          border-bottom-right-radius: 0.2em; }
      .tournament-bracket__round:first-child .tournament-bracket__item {
        padding-left: 0; }
      .tournament-bracket__round:last-child .tournament-bracket__item {
        /*padding-right: 0;*/ }
        .tournament-bracket__round:last-child .tournament-bracket__item::after {
          /*display: none;*/
          height: 52%; } }
  .tournament-bracket__item:only-child::after {
    display: none; }
  @media (min-width: 200px) {
    .tournament-bracket__item {
      padding: 0.5em 1.5em; }
      .tournament-bracket__item::after {
        width: 1.5em; } }

.tournament-bracket__match {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  transition: padding 0.2s ease-in-out, border 0.2s linear; }
  .tournament-bracket__match:focus {
    border-color: #2196F3; }
  .tournament-bracket__match::before, .tournament-bracket__match::after {
    transition: all 0.2s linear; }
  @media (max-width: 200px) {
    .tournament-bracket__match {
      padding: 0.75em 0.5em; } }
  @media (min-width: 200px) {
    .tournament-bracket__match::before, .tournament-bracket__match::after {
      position: absolute;
      left: 0;
      z-index: 1;
      content: '';
      display: block;
      width: 1em;
      height: 10%;
      border-left: 2px solid #7db341; }
    .tournament-bracket__match::before {
      bottom: 50%;
      border-bottom: 2px solid #7db341;
      transform: translate(0, 1px); }
      .tournament-bracket--rounded .tournament-bracket__match::before {
        /*border-bottom-left-radius: 0.6em;*/ }
    .tournament-bracket__match::after {
      top: 50%;
      border-top: 2px solid #7db341;
      transform: translate(0, -1px); }
      .tournament-bracket--rounded .tournament-bracket__match::after {
        /*border-top-left-radius: 0.6em;*/ } }
  @media (min-width: 200px) {
    .tournament-bracket__match::before, .tournament-bracket__match::after {
      width: 1.5em; }
    .tournament-bracket__match::before {
      transform: translate(0, 1px); }
    .tournament-bracket__match::after {
      transform: translate(0, -1px); } }

.tournament-bracket__round:first-child .tournament-bracket__match::before, .tournament-bracket__round:first-child .tournament-bracket__match::after {
  display: none; }

.tournament-bracket__content {
  display: flex; }
  .tournament-bracket__content::after {
    content: ':';
    width: 1em;
    text-align: center;
    padding: 0.2em 0.1em; }
    @media (min-width: 200px) {
      .tournament-bracket__content::after {
        order: 1; } }
  .tournament-bracket__content .tournament-bracket__team:first-child {
    width: 50%;
    order: 0;
    text-align: right; }
    @media (min-width: 200px) and (max-width: 200px) {
      .tournament-bracket__content .tournament-bracket__team:first-child {
        align-items: flex-end; } }
    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
      order: 2;
      justify-content: flex-end; }
      @media (min-width: 200px) {
        .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
          order: 0; } }
      @media (min-width: 200px) and (max-width: 200px) {
        .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {
          flex-direction: column-reverse;
          align-items: flex-end; } }
    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
      order: 0; }
      @media (min-width: 200px) {
        .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {
          order: 2; } }
  .tournament-bracket__content .tournament-bracket__team:last-child {
    width: 50%;
    order: 2;
    text-align: left; }
    @media (min-width: 200px) and (max-width: 200px) {
      .tournament-bracket__content .tournament-bracket__team:last-child {
        align-items: flex-start; } }
    @media (min-width: 200px) {
      .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
        justify-content: flex-start; } }
    @media (min-width: 200px) and (max-width: 200px) {
      .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {
        align-items: flex-start; } }
    .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {
      order: 1; }

.tournament-bracket__table {
  width: 100%; }

.tournament-bracket__caption {
  font-size: 0.8rem;
  color: #BDBDBD;
  font-weight: 300;
  padding-bottom: 0.75em; }

.tournament-bracket__team {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media (min-width: 200px) {
    .tournament-bracket__team {
      flex-direction: column-reverse; } }
  @media (min-width: 200px) {
    .tournament-bracket__team {
      flex-direction: column-reverse; } }

.tournament-bracket__country {
  font-size: 0.95rem;
  display: flex;
  margin-top: 0.5em;
  align-items: center; }
  @media (max-width: 200px) {
    .tournament-bracket__country {
      margin-top: 0; } }
  @media (min-width: 200px) and (max-width: 200px) {
    .tournament-bracket__country {
      display: flex;
      flex-direction: column; }
      .tournament-bracket__country .tournament-bracket__code {
        margin-top: 0.2em; } }

.tournament-bracket__code {
  padding: 0 0.5em;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
  cursor: help;
  transition: padding 0.2s ease-in-out; }
  @media (max-width: 200px) {
    .tournament-bracket__code {
      padding: 0 0.25em; } }
  @media (min-width: 200px) and (max-width: 200px) {
    .tournament-bracket__code {
      padding: 0; } }

.tournament-bracket__score {
  display: flex;
  align-items: center; }
  .tournament-bracket__team:first-child .tournament-bracket__score {
    flex-direction: row-reverse;
    padding-left: 0.75em; }
  .tournament-bracket__team:last-child .tournament-bracket__score {
    padding-right: 0.75em; }

.tournament-bracket__number {
  display: inline-block;
  padding: 0.2em 0.4em 0.2em;
  border-bottom: 0.075em solid transparent;
  font-size: 0.95rem;
  background-color: #F5F5F5;
  border-color: spin(shade(#F5F5F5, 10%), -10); }
  .tournament-bracket__team--winner .tournament-bracket__number {
    background-color: #FFF176;
    border-color: spin(shade(#FFF176, 2%), -10); }

.tournament-bracket__medal {
  padding: 0 0.5em; }

.tournament-bracket__medal--gold {
  color: #FFD700; }

.tournament-bracket__medal--silver {
  color: #C0C0C0; }

.tournament-bracket__medal--bronze {
  color: #CD7F32; }

.playerprofile_header {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 48px 0 0;
  background: #263238;
  padding-top: 0px;
  height: 160px; }
  @media only screen and (max-width: 600px) {
    .playerprofile_header {
      padding-top: 0px; } }
  .playerprofile_header .content_wrapper {
    position: relative;
    z-index: 1; }
  .playerprofile_header .content_wrapper, .playerprofile_header .dtbl, .playerprofile_header .dcl {
    height: 100%; }
  .playerprofile_header .dcl {
    vertical-align: middle; }
  .playerprofile_header * {
    color: #fff; }
  .playerprofile_header .name .sep {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    vertical-align: 2px;
    margin: 0 8px; }
  .playerprofile_header h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px; }
    @media only screen and (max-width: 600px) {
      .playerprofile_header h2 {
        font-size: 20px; } }
  @media only screen and (max-width: 600px) {
    .playerprofile_header {
      height: 140px; } }
  .playerprofile_header .md-icon-button {
    margin-left: 0; }
  .playerprofile_header .dtbl_all {
    height: 100%; }
    .playerprofile_header .dtbl_all .dcl_all {
      vertical-align: middle;
      height: 100%; }
      .playerprofile_header .dtbl_all .dcl_all:first-child {
        width: 50px; }
        @media only screen and (max-width: 600px) {
          .playerprofile_header .dtbl_all .dcl_all:first-child {
            width: 27px; }
            .playerprofile_header .dtbl_all .dcl_all:first-child .md-button {
              margin-left: -15px; } }
      .playerprofile_header .dtbl_all .dcl_all:nth-child(2) {
        width: 110px;
        padding-left: 0px;
        padding-right: 10px; }
        @media only screen and (max-width: 600px) {
          .playerprofile_header .dtbl_all .dcl_all:nth-child(2) {
            width: 70px;
            padding-left: 5px;
            padding-right: 5px; } }
      .playerprofile_header .dtbl_all .dcl_all:last-child {
        width: auto;
        text-align: left; }
    .playerprofile_header .dtbl_all .player_photo {
      border: 2px solid #C0C0C0;
      width: 80px;
      height: 80px;
      line-height: 74px;
      text-align: center; }
      @media only screen and (max-width: 600px) {
        .playerprofile_header .dtbl_all .player_photo {
          width: 50px;
          height: 50px;
          line-height: 46px; } }
      .playerprofile_header .dtbl_all .player_photo md-icon {
        color: #C0C0C0;
        font-size: 60px !important;
        height: 60px !important;
        width: 60px !important; }
        @media only screen and (max-width: 600px) {
          .playerprofile_header .dtbl_all .player_photo md-icon {
            font-size: 40px !important;
            height: 40px !important;
            width: 40px !important; } }
    .playerprofile_header .dtbl_all .country {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .playerprofile_header .dtbl_all .country:last-child {
        margin: 0; }
      .playerprofile_header .dtbl_all .country .flag, .playerprofile_header .dtbl_all .country .name {
        display: table-cell;
        vertical-align: middle; }
      .playerprofile_header .dtbl_all .country .flag {
        width: 40px;
        padding-right: 10px; }
        .playerprofile_header .dtbl_all .country .flag img {
          margin-top: 4px; }

.profile_section {
  margin: 0 0 40px; }
  .profile_section:last-child {
    margin: 0; }
  .profile_section h2.section_title {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }

md-table-container table.bordered_table {
  empty-cells: show;
  width: 100%;
  margin: 0 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px;
  table-layout: fixed;
  max-width: 700px;
  min-width: 600px; }
  md-table-container table.bordered_table th, md-table-container table.bordered_table td, md-table-container table.bordered_table th.md-column, md-table-container table.bordered_table td.md-cell {
    padding: 5px 12px !important;
    border: 0px;
    border-bottom: 1px solid #EDEDED;
    text-align: left; }
    md-table-container table.bordered_table th:nth-child(2), md-table-container table.bordered_table td:nth-child(2), md-table-container table.bordered_table th.md-column:nth-child(2), md-table-container table.bordered_table td.md-cell:nth-child(2) {
      width: 15%; }
  md-table-container table.bordered_table .md-button {
    min-height: 30px;
    line-height: 30px; }
md-table-container table.md-table thead.md-head > tr.md-row {
  height: auto; }

md-input-container.tn_player_search .md-input {
  height: 40px;
  line-height: 36px;
  font-size: 1.1em; }

@media only screen and (max-width: 767px) {
  .banners {
    max-width: 320px;
    margin: 0 auto; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banners {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -8px;
    max-width: 672px;
    margin: 0 auto; }
    .banners .banners__item {
      -webkit-box-flex: 0 0 336px;
      -moz-box-flex: 0 0 336px;
      -webkit-flex: 0 0 336px;
      -ms-flex: 0 0 336px;
      flex: 0 0 336px;
      max-width: 336px;
      padding: 0 8px; }
      .banners .banners__item:nth-child(-n+2) {
        margin-top: 0; } }

.banners__item {
  display: block;
  max-width: 320px;
  margin-top: 15px; }
  @media only screen and (min-width: 992px) {
    .banners__item {
      max-width: 240px;
      margin-top: 30px; } }
  .banners__item:first-child {
    margin-top: 0; }
.banners .banner {
  border: 1px solid #000000; }

.banner {
  display: block;
  text-decoration: none !important;
  outline: none;
  overflow: hidden; }
  .banner img {
    display: block;
    width: 100%; }
  .banner iframe {
    display: block;
    border: 0 none;
    overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .banner .desktop {
      display: none !important; } }
  @media only screen and (min-width: 992px) {
    .banner .mobile {
      display: none !important; } }

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