.debug {
	padding: 5px;
	background: #e7e7e7;
	border-top: 5px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	margin: 10px;

}
.pdo-debug {
	color: #1a0b18;
	padding: 5px;
	background: #ff6aed;
	border-top: 5px solid #df5dd0;
	border-bottom: 5px solid #df5dd0;
	margin: 10px;
}


/*
 | BASICS
 *
 *----------------------------------------------------*/

body, h1, h2, h3, h4, p, li {
	font: 12px/14px 'ProximaNova', 'Open Sans', 'roboto', Arial, sans-serif;
	font-weight: 500;
	color: #121212;
}

.row {
	width: 100%;
	max-width: 100%;
}
table {
	margin: 0;
}
table tr th, table tr td {
	font: 12px/14px 'ProximaNova', 'Open Sans', 'roboto', Arial, sans-serif;
}
table tr th {
	font-weight: bold;
	background: #e7e7e7;
}
ul {
	list-style: none;
	margin-left: 0;
}
h1.text-header {
	margin: 0;
	font-size: 2.0em;
	font-weight: 100;
}
h1.text-header span {
	font-weight: 600;
}
h2 {
	font-size: 1.5em;
	font-weight: 200;
}
h2.competition-header {
	margin: 0;
	font-size: 2.0em;
	line-height: 1.0em;
	font-weight: 100;
}
h2.competition-header span {
	font-weight: 600;
	font-size: 1.4em;
}
h3 {
	font-weight: bold;
}
a {
	color: #272626;
	text-decoration: underline;
}
a:hover {
	color: gray;
	text-decoration: underline;
}
/*
 | LAYOUT ELEMENTS
 *
 *----------------------------------------------------*/

#masthead {
    width: 100%;
    min-height: 280px;
    margin: auto;
    margin-bottom: 20px;
    background: #262626;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9)), url(../img/1445262715.jpg);
    background-size: cover;
    background-position: center center;
}
#hero {
	background-image: url('../img/layout/hero.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 200px;
	min-height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#hero-content-page-header {
	padding: 0 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 200px;
	min-height: 200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
section {
	padding: 20px;
	border-bottom: 1px solid #e7e7e7;
}
.page-content {
	min-height: 800px;
	border: 1px solid #e7e7e7;
}
.inner-content {
	max-width: 1260px;
	min-height: 800px;
	margin: auto;
}

#social {

}

#pre-footer {
	clear: both;
	text-align: center;
	color: #fff;
	min-height: 50px;
	background: #292929;
}

footer {
	min-height: 150px;
	padding-top: 20px;
	background: #212529!important;
	margin-top: auto;
	padding-bottom: 27.5px;
}
footer p {
	text-align: center;
}
footer span {
	padding: 5px 0px;
	display: block;
}
footer span a {
	color: #ffffff;
}
#header-image {
	margin-top:20px;
	height: 250px;
	overflow: hidden;
	text-align: center;
}
.img_frame {
	max-height: 300px;
	max-width: 300px;
	border: 1px solid #e7e7e7;
	float: left;
	margin-right: 10px;
	padding:2px;
	overflow: hidden;
}
.img_framex {

}
#pre-footer a  i {
	color: #fff;
	width: 50px;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
}
/*
 |
 */

.hero_text {
	border-left: 5px solid #468637;
	background-color: #ffffff;
	padding: 15px;
	font-size: 1.8em;
	font-weight: 100;
	color: #262626;
}
.btn {
	padding: 15px 25px;
	background: #e7e7e7;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn:hover {
	background:#cccccc;
}
.btn-confirm-entry {
	background: #4eb836;
	color: #fff;
	text-align: center;
}
.btn-confirm-entry:hover {
	background:#358224;
	color: #fff;
	text-decoration: none;
}

/*
 | NAV
 *
 *----------------------------------------------------*/
 .bg-light {
    background-color: #f8f9fa60!important;
    border-bottom: 1px solid #ffffff80;
    color: #fff;
    font-weight: bold;
    min-height: 50px;
}
.navbar-dark a {
	text-transform: uppercase;
}
.navbar-dark a:hover {
	color: #cbcbcb;
}
nav {
	clear: both;
	min-height: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
    margin-bottom: 10px;
}
nav ul {
	height: 50px;
	list-style: none;
	margin: 0 0 0 0px;
	padding-left: 10px;
}
nav li {
	position: relative;
	text-transform: uppercase;
}
nav li ul li {
	margin-left: -10px;
}
nav a {
	color: #fff;
	display: block;
	line-height: 1.8em;
	padding: 10px 1.2125em;
	text-decoration: none;
	font-weight: bold;
}
nav a:hover {
	color: #000;
	-webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}
nav ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.6em;
	left: 0;
	z-index: 99999;
}
nav ul ul ul {
	left: 100%;
	top: 0;
}
nav ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.0em;
	padding: 10px 10px;
	width: 200px;
}
nav ul ul a:hover {
	background: #f1f1f1;
	color: #05780d;
}
nav ul li:hover > ul {
	display: block;
}
.logo-elements {
	padding-top: 10px;
	padding-left: 10px;
}
/*
 | HERO PARTS
 *
 *----------------------------------------------------*/


#text {
	position: absolute;
	top: 80px;
	left: 420px;
	z-index: 18;
}


#lpjs-account {
	text-align: right;
	margin-top: 10px;
	color: #fff;
}
#lpjs-account a {
	padding: 5px 10px;
	border: 1px solid #4c4c4c;
	color: #fff;
}
#lpjs-account a:hover {
	background: #4c4c4c;
}
#lpjs-account i {
	color: #fff;
}
.lpjs-holder-lite {
	border: 1px solid #e7e7e7;
	position: relative;
}
.lpjs-holder-lite p {
	padding-left: 10px;
}
.lpjs-holder {
	border: 1px solid #e7e7e7;
	height: 240px;
	width: 100%; /*300px;*/
	position: relative;
}
.lpjs-holder-noflow {
	border: 1px solid #e7e7e7;
	width: 100%; /*300px;*/
	position: relative;
}
.lpjs-image {
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.lpjs-image img {
	width: 100%;
}
.lpjs-pos {
	padding: 10px;
	text-align: left;
	border-top: 1px solid #e7e7e7;
}
.lpjs-holder-lite h2,
.lpjs-holder h2,
.lpjs-holder-nc h2,
.lpjs-holder-noflow h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
	line-height: 30px;
	height: 35px;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.lpjs-pos span {
	margin-top: 5px;
	float: right;
}
.lpjs-holder h2 span,
.lpjs-holder-nc h2 span,
.lpjs-holder-noflow h2 span {
	float: right;
	font-weight: 100;
	margin-right: 5px;
	text-transform: uppercase;
}
.lpjs-holder-nc {
	border: 1px solid #e7e7e7;
	height: 100px;
	width: 100%; /*300px;*/
	position: relative;
}
.lpjs-holder-nc p {
	text-align: center;

}
/*
 |--[buttons]
 */
.lpjs-button-detail {
	height: 40px;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	padding: 5px 20px;
	color: #262626;
}
.lpjs-button-detail:hover {
	background: #e7e7e7;
	color: #262626;
	-webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}
.lpjs-button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #262626;
	color: #fff;
	padding: 15px 25px;
	text-transform: uppercase;
}
.enter-competition {
	background: #ef0121;
	color: #fff;
}
.enter-competition:hover {
	background: #d7031f;
	color: #fff;
	-webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}

.add-to-reminders {
	background: #00bff5;
	color:#fff;
}
.add-to-reminders:hover {
	color: #fff;
	background: #05a5d2;
	-webkit-transition: background 500ms linear;
    -moz-transition: background 500ms linear;
    -o-transition: background 500ms linear;
    -ms-transition: background 500ms linear;
    transition: background 500ms linear;
}
.lpjs-help {
	background: #f2f2f2;
	height: 50px;
	margin:5px 0;
}
.lpjs-bullet {
	background: #262626;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}
.lpjs-help a {
	padding-left: 20px;
	line-height: 50px;
	font-size: 1.2em;
	color: #262626;
}
/*
 | Calendar overides
 */
.fc-header-right span {	float: left;
}
.fc-button-prev span {


}
.fc-header .fc-state-default span {
	border-color: #fff;
	background: #262626;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
}
.fc-header {
	background: #fff;
	border: none;
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
	padding:5px;
	margin-top: 10px;
}
.fc-header-left {
	padding-top: 10px;
}
.fc-button-today {
	margin: 5px;
}

/*
 | LISTS
 */
 .current_page_item {
	font-weight: bold;
}
.dots li {
	border-bottom: 1px dotted #e7e7e7;
	padding: 0px;
	line-height: 30px;
}
.lp-bullet {
	margin-left: -10px;
	list-style-image: url('../img/layout/lp.bullet.png');
}
#recent-results ul li span {
	float: right;
	margin-right: 10px;
}
/*[tables]---------------------------*/
.nostyle {
	border: none;
	background: #ffffff;
}
.nostyle tr, .nostyle td {
	background: #ffffff;
}
.noborder {
	border: none;
}
.lpjs-top-athletes {
	border: none;
}
.lpjs-top-athletes tr td {
	padding: 10px;
}
.ta-header {
	background: #262626;
	color: #fff;
	font-weight: 300;
	padding: 2px 5px;
}
.ta-header span {
	float: right;
	margin-right: 5px;
}
.ta-header span a {
	color: #f00;
}
.full-ranking-table tr td {
	padding: 5px;
}
.contentbox {

	border: 1px solid #e7e7e7;
	padding: 5px;
}
table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd
}

table thead,table tfoot {
    background: #f5f5f5;
    font-weight: bold
}

table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    color: #222;
    text-align: left
}

table tr th,table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222
}

table tr.even,table tr.alt,table tr:nth-of-type(even) {
    background: #f9f9f9
}

table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td {
    display: table-cell;
    line-height: 1.125rem
}
/*
 | MISC
 *
 *----------------------------------------------------*/
.age_display {
	padding: 10px;
	font-size: 12px;
	color: #f00;
}
.bordered {
	border: 1px solid #e7e7e7;
	padding: 5px;
}
.pad5 {

	padding: 5px;
}
.detail {
	clear: right;
	padding: 20px;
	border-bottom: 1px solid  #05780d;
}
.detail:hover {
	background: #f7f7f7;
}
.view-link a {
	color: #05780d;
	text-transform: uppercase;
	float: right;
}

.img-holder {
	padding: 5px 10px;
}
.current_page_item {
	font-weight: 600;
	padding-left: 20px;
	border-bottom: 1px solid #363636;
}
.cal-foil {
	background: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
	padding: 5px;
    text-decoration: none;
}
.cal-epee {
	background: #0000ff;
	border: 1px solid #0000ff;
	padding: 5px;
    text-decoration: none;
}
.cal-sabre {
	background: #00ff00;
	color: #262626;
	border: 1px solid #00ff00;
	padding: 5px;
    text-decoration: none;
}
.foil {
	border-left: 5px solid #ff0000;
}
.epee {
	border-left: 5px solid #0000ff;
}
.sabre {
	border-left: 5px solid #00ff00;
}
.closing-date-gone {
	color: #000;
	background: #f3b8b8;
	border-top: 5px solid #ff0000;
	border-bottom: 5px solid #ff0000;
	padding: 15px 25px;
}
.msg {
	color: #000;
	background: #dbf2ff;
	border-top: 5px solid #69b2dc;
	border-bottom: 5px solid #69b2dc;
	padding: 15px 25px;
	margin: 10px 0;
	-moz-animation-delay: 2s;
}
.msg-confirm {
	color: #000;
	background: #b1f9a1;
	border-top: 5px solid #4eb836;
	border-bottom: 5px solid #4eb836;
	padding: 15px 25px;
	margin: 10px 0;
	-moz-animation-delay: 2s;
}
.msg-warning {
	color: #000;
	background: #f3b8b8;
	border-top: 5px solid #ff0000;
	border-bottom: 5px solid #ff0000;
	padding: 15px 25px;
	margin: 10px 0;
	-moz-animation-delay: 2s;
}
.login_form {
	width: 50%;
	margin: 5px auto;
}
.error {
    border: 1px solid red;
}
/*
 | TWITTER
 */

#tw-widget1 {
	padding: 0 10px;
}
#tw-widget1 .media {

}
#tw-widget1 .user {
	display: none;
}
#tw-widget1 .tweet {
	padding-top: 10px;
}
#tw-widget1 p.interact {
	text-align: right;
	padding: 5px;
	border-top: 1px solid #262626;
}
#tw-widget1 p.interact a {
	padding: 5px;
}

/*
 | Gallery
 */
.img_holder {
	max-width: 300px;
	float: left;
	margin: 5px;
	border: 1px solid #e7e7e7;
	height: 250px;
}
.img_holder p {
	padding: 5px;
	border-top: 5px solid #e7e7e7;
	padding-top: 10px;
}
.gallery_icon span {
	float: right;
	line-height: 30px;
}
ul.with-span li span { width: 80px; display: inline-block; }


pre {
	color: #fff;
}
.gold {
	color: #ffc900;
}
.silver {
	color: #cdcdcd;
}
.bronze {
	color: #e68b41;
}

/*
 | FT Sytles
 *--------------------*/

.tournName {
    font-size:          2em;
    font-weight:        bold
    line-height:        1.2em;
}
.tournDetails {
    font-size:          1.2em;
    margin-top:         4px;
}
.roundName
{
    font-size:          1.8em;
    color:              #444444;
    font-variant:       small-caps;
    text-transform:     none;
    margin-bottom:      4px;
}

.dataTable {
    border:             solid 1px tan;
    border-collapse:    collapse;
    font-size:          1em;
    line-height:        1.5em;
    width:              100%;
    vertical-align:     top;
    text-align:         left;
    font-style:          normal;
}
.dataTable td {
    padding:            3px;
}
.dataTableHeaderRow {
    font-weight:        bold;
    background:         tan;
}
.dataTableOddRow {
    background:         #FAFAD2;
}
.dataTableEvenRow {
    background:         #EEE8AA;
}
.dataTableExcludedRow {
    background:         #333333;
    color:              #FFFFFF;
}
.dataTableGoldResultRow {
    background:         #FFD700;
}
.dataTableSilverResultRow {
    background:         #888888;
    color:              #FFFFFF;
}
.dataTableBronzeResultRow {
    background:         #A67D3D;
    color:              #FFFFFF;
}

.poolNum {
  font-size:            1.4em;
  color:                #666666;
  font-variant:         small-caps;
  text-transform:       none;
  margin-bottom:        0px;
  font-family:          Tahoma, serif
}
.pool {
  color:                #000000;
  border:               solid 1px #D2B48C;
  border-collapse:      collapse;
  font-size:            1em;
  line-height:          1.5em;
}
.pool td {
  padding:              1px 2px 1px 2px;
  border-right:         solid 1px #D2B48C;
  border-bottom:        solid 1px #D2B48C;
  height:               40px;
  font-style:            normal;
}
.poolHeader {
  background-color:     #D2B48C;
  font-weight:          bold;
}
.poolHeader th {
  font-weight:           bold;
  text-align:           center;
  vertical-align:       top;
  font-style:            normal;
}
.poolOddRow {
  background-color:     #FAFAD2;
  vertical-align:       middle;
}
.poolEvenRow {
  background-color:     #EEE8AA;
  vertical-align:       middle;
}
.poolNameCol {
  padding:              2px;
  min-width:            256px;
}
.poolPosCol {
  background-color:     #D2B48C;
  font-weight:          bold;
  text-align:           center;
  width:                15px;
}
.poolScoreCol {
  min-width:            40px;
  font-size:            1.3em;
  text-align:            center;
  vertical-align:        middle;
  font-weight:          normal;
}
.poolSpacerCol {
  background-color:     #D2B48C;
  width:                10px;
}
.poolResultCol {
  text-align:           center;
  min-width:            40px;
  font-size:            1.3em;
}
.poolScoreFill {
  background-color:     #695A46;
}
.poolWithdrawn {
  background-color:     #AAAAAA;
}
.poolExcluded {
  background-color:     #AAAAAA;
}
.poolScoreVictory {
  text-align:           center;
  background-color:     #88FF88;
}
.poolScoreDefeat {
  text-align:           center;
  background-color:     #FF8888;
}
.poolRefsDiv {
  margin-top:           4px;
  color:                #0000FF;
}
.poolRefsHeader {
  font-size:            1.0em;
  font-weight:          bold;
  font-variant:         small-caps;
  font-family:          Tahoma, serif;
  text-transform:       none;
}
.poolRefName {
  color:                #0000FF;
}

.elimTableau {
  color:                #000000;
  background-color:     #FAFAD2;
  border:               solid 1px #D2B48C;
  border-collapse:      collapse;
  font-size:            1em;
}
.elimTableu td {
border-width:           0px;
}
.tableauColumnTitle {
  text-align:           center;
  font-weight:          bold;
  background:           #D2B48C;
  font-size:            1em;
  line-height:          1.5em;
}
.tableauBorderRight {
  border-right:         solid 2px #222222;
}
.tableauBorderLeft {
  border-left:          solid 2px #222222;
}
.tableauBorderLeftRight {
  border-left:          solid 2px #222222;
  border-right:         solid 2px #222222;
}
.tableauBorderBottom {
  border-bottom:        solid 2px #222222;
  vertical-align:       bottom;
}
.tableauBorderBottomRight {
  border-bottom:        solid 2px #222222;
  border-right:         solid 2px #222222;
  vertical-align:       bottom;
}
.tableauBorderBottomLeft {
  border-bottom:        solid 2px #222222;
  border-left:          solid 2px #222222;
  vertical-align:       bottom;
}
.tableauBorderBottomLeftRight {
  border-bottom:        solid 2px #222222;
  border-left:          solid 2px #222222;
  border-right:         solid 2px #222222;
  vertical-align:       bottom;
}
.tableauNameCell {
  font-size:            .85em;
}
.tableauSeed {
  font-weight:          bold;
  color:                #000000;
}
.tableauCompName {
  font-weight:          bold;
  color:                #0000FF;
}
.tableauCompAffil {
  color:                #666666;
  font-size:            0.8em;
  vertical-align:       top;
}
.tableauReferee {
  color:                #666666;
  font-size:            0.8em;
  vertical-align:       top;
}

.tableauMatchDetailsLink a {
  color:                black;
  font-size:            0.8em;
  font-variant:         small-caps;
  text-decoration:      none;
  font-weight:          bold
}
.teamMatch {
  margin-top:           16px;
}
.teamMatchName {
  font-size:            1.4em;
  color:                #666666;
  font-variant:         small-caps;
  text-transform:       none;
  margin-bottom:        0px;
}
.teamMatchNumCol {
  border-right:         solid 1px #D2B48C;
  text-align:           center;
  width:                7%;
}
.teamMatchNameCol {
  border-right:         solid 1px #D2B48C;
  text-align:           center;
  width:                30%;
}
.teamMatchTouchesCol {
  border-right:         solid 1px #D2B48C;
  text-align:           center;
  width:                5%;
}
.teamMatchScoreCol
{
  border-right:         solid 1px #D2B48C;
  text-align:           center;
  width:                8%;
}
.teamMatchRefs {
  margin-top:           4px;
  color:                #0000FF;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
button {
	border: none;
}
select {
    -webkit-appearance: none !important;
    background: rgb(246, 246, 246);
    border: 1px solid #ccc;
    padding: 0.5rem;
    font-size: 1.0rem;
    line-height: 1.5em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-width: 250px;
}
label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5rem;
}
.action.dark, .action.primary {
    background-image: none;
    background: #1a1a1a;
    border: 0 solid #1a1a1a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 10px 10px;
    width: auto;
    font-size: 1.0rem;
    line-height: 2.0rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    text-decoration:none
}

.action.dark:focus, .action.primary:focus, .action.dark:active, .action.primary:active {
    background: rgba(26, 26, 26, 0.1);
    border: 0 solid rgba(26, 26, 26, 0.1);
    color:#1a1a1a
}

.action.dark:hover, .action.primary:hover {
    background: rgba(26, 26, 26, 0.1);
    border: 0 solid rgba(26, 26, 26, 0.1);
    color:#1a1a1a
}

.action.dark.disabled, .action.primary.disabled, .action.dark[disabled], .action.primary[disabled], fieldset[disabled] .action.dark, fieldset[disabled] .action.primary {
    opacity: .5;
    cursor: default;
    pointer-events:none
}
