.TF {
    background-color: #653379;
    display: none;
    width: 120px;
    height: 60px;
    font-size: 12px;
    border-radius: 10%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}
.NL {
    background-color: #e02126;
    display: none;
    width: 120px;
    height: 60px;
    font-size: 12px;
    border-radius: 10%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}
.NF {
    background-color: #E6B711;
    display: none;
    width: 120px;
    height: 60px;
    font-size: 12px;
    border-radius: 10%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 130px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}
.SZF {
    background-color: #14FF08;
    display: none;
    width: 120px;
    height: 60px;
    font-size: 12px;
    border-radius: 10%;
    line-height: 20px;
    text-align: center;
    color: #000;
    position: fixed;
    right: 10px;
    bottom: 190px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

.dataTables_filter input {
  border-radius: 5px;
  border: 2px solid #1e3970;
}

.experience {
    height: 400px;
}

.TF:hover, .NL:hover, .NF:hover, .SZF:hover {
	color: #fff;
	background-color: #1e3970;
	border-color: #e40613;
}


.alert-info label li{
	font-weight: 300 !important;
	margin-left: 20px;
}

.experience-item{
  min-height: 260px;
}
.result .container {
  width: 99%;
}
.mailPreview {
  border: 2px solid #ddd;
  margin: 10px;
  padding: 25px;
}
.mailCont{
  margin: 10px;
  padding: 25px;
}

label.disabled {
color: gray;
}

.modal-dialog {
  margin-top: 100px;
}


.nav a {
  color: #052460;
  font-size: 17px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

.navbar-brand {
    padding: 5px 15px;
}

.navbar {
margin-bottom: 0px;	# a jumbotron közvetlenül a navbar alatt legyen
}

.navbar-default .navbar-nav > li > a {
    color: #304C81;
}

.jumbotron {
  background-image:url('https://goo.gl/LMOKoP');
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0px;  # a jumbotron alatt közvetlenül jöjjön a tartalom
}

.jumbotron .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-family: 'Shift', sans-serif;
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.learn-more {
  background-color: #f7f7f7;
}

.learn-more h3 {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.learn-more a {
  color: #00b0ff;
}

.neighborhood-guides{
  background-color: #efefef;
  border-bottom: 1px solid #dbdbdb;
}

.neighborhood-guides h2{
  color: #393c3d;
  font-size: 24px;
}

.neighborhood-guides p{
  margin-bottom: 13px;
  font-size: 15;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0px auto;
    padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.profilerdata {
	color: white;	
}

/* Események megjelenítése */
.events {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.events .time {
	text-decoration: underline;
}
.events a:hover {
/*	color: inherit;*/
	text-decoration: underline;
}
.event-title {
	background-color: gray;
	color: white;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 20px; 
	padding-top: 10px;
	padding-bottom: 10px;
  	font-size: 18px;
  	font-weight: bold;
  	font-weight: 500;
}

/*Nevezési listát tartalmazó tábla formázása*/

.category-title {
  font-family: 'Shift', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.result_table table {
	width: 100%;
	/*border: 1px solid #e40613;
	border-spacing: 5px;*/
	margin-bottom: 30px;
}


.result_table {
	margin-bottom: 50px;
	/*font-size: 22px;*/
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
}
table tbody th, table tbody td{
    border-top: 1px solid #ddd;
}

.result_table table th {
    color: white;
    background-color: #808080;

	color: #ffffff;
	background: #1e3970; 
/*	
	border-top: 1px solid #1e3970;
	border-left: 1px solid #1e3970;
	border-right: 1px solid #1e3970;
*/
} 

.result_table table tr:nth-child(even) {
    background-color: #eee;
	background-color: #e6f7fc;
	background-color: #ebf0fa;
}

.result_table table tr:nth-child(odd) {
    background-color: #fff;
}

.result_table table tr.duplicated {
    background-color: red;
}

.result_table table tr.deleted {
	background: repeating-linear-gradient(45deg, #F40E0E, #EE6F6F 3px, #FFF0 0, #FFF 70px);
}

.result_table table tr:hover {
    background-color: #ffff99;
    background-color: #d7e1f4;
}

.result_table a:hover {
    text-decoration: underline;
}

.result_table th, .result_table td {
    font-weight: 500;
	padding: 8px 10px;
}

.dataTables_filter  input, .dataTables_length select{
	height: 25px;
	width: 120px;
}

th.dt-center, td.dt-center {
	text-align: center;
}

/*datatable: keresőmező formázása */
/*kereső balra*/
.dataTables_wrapper .dataTables_filter {
  float: left;
  width: 100%;
  text-align: left !important;
  padding-left: 10px;
}
.dataTables_wrapper .dataTables_filter input {
  width: 300px;
}

/* nevezési form formázása */

.page-title {
  font-family: 'Shift', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 4px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.page_events {
  margin-top: 70px;
}


/* Nevezési űrlap formázása */
/* innen töltve: https://jsfiddle.net/5WMff/ */

.form-group.error .control-label,.form-group.error .help-block,.form-group.error .help-inline{color:#b94a48;}
.form-group.error .checkbox,.form-group.error .radio,.form-group.error .radio-inline,.form-group.error input,.form-group.error select,.form-group.error textarea{color:#b94a48;}
.form-group.error input,.form-group.error select,.form-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.form-group.error input:focus,.form-group.error select:focus,.form-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;}
.form-group.error .input-prepend .add-on,.form-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
.form-group.success .control-label,.form-group.success .help-block,.form-group.success .help-inline{color:#468847;}
.form-group.success .checkbox,.form-group.success .radio,.form-group.success .radio-inline,.form-group.success input,.form-group.success select,.form-group.success textarea{color:#468847;}
.form-group.success input,.form-group.success select,.form-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.form-group.success input:focus,.form-group.success select:focus,.form-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;}
.form-group.success .input-prepend .add-on,.form-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}

/* explorerben a checkbox háttere fehér, helyette legyen átlátszó */
input[type=checkbox]{
	background-color: transparent;
	height: 14px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.14);
}

/**** beviteli mezők alá ne kerüljön OK felirat, ha a tartalma átmegy a validáláson ****/
label.valid {
  display: none !important;
}



/* copyright - az oldalak alján jelenik meg. */

#copyright {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}


.panel {
  margin-top: 15px;
}

.race_details{
  margin-top: 80px;
}

.panel-default {
    border-color: #e40613;
}

.panel-default .panel-heading {
  background-color: #1e3970;
  color: #FFF;
  border: red;
  
  border-top: 1px solid #1e3970;
  border-left: 1px solid #1e3970;
  border-right: 1px solid #1e3970;

}

.csvImport {
	margin-top: 80px;
}

/* reg listában elrejt oszlopokat, ha a szélesség kisebb, mint az itt definiált méret */
@media (max-width: 576px) {
	.hideTableCol-sm{display:none;}
}

.btn-korido {
	margin-top: 5px;
	width: 240px;
	border-color: #e40613;
	background-color: #1e39701a
}

.btn-korido:hover {
	color: #fff;
	background-color: #1e3970;
	border-color: #e40613;
}

/* regisztrációs felület */
#reg_form .radio-inline{
  margin-left: 10px;
}

#reg_form .radio{
  margin-left: 20px;
}
/* sárga háttéren megjelelő hibaüzenetek (IIKECrossRun */
#uploadedFileName-error, #accept-error, #accept_korido_adat-error, #accept-error, #accept1-error, #accept2-error, #accept3-error, .error {
  color: red;
  padding-left: 20px;
}

/*HR formázások*/
/* Gradient color1 - color2 - color1 */ hr.style-one { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #333, #ccc); }
/* Gradient transparent - color - transparent */ hr.style-two { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
/* Double-color dashed line */ hr.style-three { border: 0; border-bottom: 1px dashed #ccc; background: #999; }
/* Single-direction drop shadow */ hr.style-four { height: 12px; border: 0; box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5); }
/* Cloud */ hr.style-five { border: 0; height: 0; /* Firefox... */ box-shadow: 0 0 10px 1px black; } hr.style-five:after { /* Not really supposed to work, but does */ content: "\00a0"; /* Prevent margin collapse */ }
/* Inset, by Dan Eden */ hr.style-six { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }


/* eredmények detail nézete: detail2 */
.rd-table {
	width: 100%;
}
.rd-table  th{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #d4d4d4;
	padding: 8px;
	padding-left: 20px;
}
.rd-table  td{
	border-bottom: 1px solid #ddd;
}
.rd-label {
	white-space: nowrap;
	width: 20%;
	padding: 5px;
	padding-right: 20px;
}
.rd-data {
	font-weight: 800;
}
.rd .panel-default {
    border-color: initial;
	padding-bottom: 10px;
    box-shadow: 5px 10px 8px #888888;	
}
.rd-table-rounds {
	width: 100%;
}
.rd-table-rounds  th{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #d4d4d4;
	padding: 8px;
}
.rd-table-rounds  td{
	border-bottom: 1px solid #ddd;
	padding: 8px;
}


/* eredmény oldalon a betűméret legyen nagyobb */
.result_page {
	font-size: 18px;
}

/* QR to top on result */

.qr-to-top {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 67px;
    position: fixed;
    right: 50px;
    top: 0px;
    z-index: 99999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}
