.table {
	background-color: #E7E7E7;
	border: 2px solid black;
}
form .span5 {
	vertical-align: middle;
}
#image_overlay {
	cursor: pointer;
	text-align: center;
}
.cat_img_preview {
	border-radius: 5px;
	width:130px;
	height:130px;
}
.cat_img_container {
	border-radius: 5px;
	box-shadow: 1px 1px 4px 1px;
	box-sizing: border-box;
	width:130px;
	height:130px;
	margin: auto;
}
.attr-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	margin-left: 2px;
}
.attr-value {
	margin-top: 4px;
}
.attr-value input{
	width: 98%;
}
.attr-value select{
	width: 99%;
}

#item_form .span8{
	border-left: 2px solid black;
	margin-left: 0px;
	padding-left: 2.564102564102564%;
}
#category_form .span4{
	border-right: 2px solid black;
}
@media (max-width: 768px){
	#item_form .span8{
		border-left: none;
		margin-left: inherit;
		padding-left: 0px;
	}
	#category_form .span4{
		border-right: none;
	}
}
.buttons {
	
}

form input, form select {
	width: 150px;
}

.loginForm label {
	font-size: 1.2em;
	margin-top: 10px;
}

.loginForm input {
	min-height: 32px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.loginForm input[type="submit"] {
	/*background: #2A9D8F;*/
	background: rgba(122,0,38,0.6);
}

.athleteBtns {
	justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
}

.actionbtn {
    margin: 1px;
    color: #494949;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.buttonIcon {
    font-size: 13px;
    line-height: 1.5;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-bottom: none;
    border-top: none;
    text-decoration: none;
    color: #494949;
    background-color: #ffffff;
    height: auto;
    padding: 4px 6px;
    min-width: 280px;
    min-height: 42px;
    justify-content: center;
    font-size: 1.1em;
    letter-spacing: 2px;
    color: #000000;
    font-weight: bold;
}

.iconButtonText {
    padding: 10px;
}

.buttonIcon:hover {
    color: white !important;
    background-color: #231903 !important;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    opacity: 0.9;
    cursor: pointer;
}

.athleteContainer {
	display: flex;
    flex-direction: column;
    width: 100%;
}

.athleteContainer .generalInfo {
	/*width: 100%;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.athleteContainer .tableContainer {
	width: 100%;
}

.trainings {
	/*width: 100%;*/
}

.announcements {
	/*width: 100%;*/
}

.tableContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
    background: #FFFFFF;
}

.tableContainer thead {
	background: rgba(42, 157, 143, 0.7);
}

.tableContainer thead th {
    border-left: 1px solid #F2E2D2;
    border-right: 1px solid #F2E2D2;
}

.tableContainer h4,
.announcements h4,
.trainings h4 {
    width: 100%;
    text-align: center;
}

.tableContainer,
.announcements,
.trainings{
	margin-bottom: 4px;
}


.tableContainer table {
	font-size: 14px;
	width: 99.5%;
	padding: 2px;
	background-color: white;
}

.tableContainer tr {
	border-bottom: 1px solid #F2E2D2;
}

.tableContainer tr td {
	padding: 2px;
	background-color: #FFF5EE;
	width: 60%;
}

.tableContainer tr td:first-child {
    background: #FF6978;
    font-weight: bold;
    width: 40%;
}

.economicsHeader,
.training-list-title {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}


#economics-container tr td {
	width: auto;
}

.announcements,
.trainings {
	background-color: #FFFFFF;
}


.selectChild {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}


.fc-event{
	cursor:pointer;
}
.fc-event-title{
	display:none;
}
.fc-event-icons{
	display:block;
	text-align:center;
}
.fc-event-icons img{
	width:50%;
}

.train-list-row {
	font-weight:bold;
	font-size: 14px;
	border: 1px dotted #aaa;
	background-color: #FFF5EE;
	margin-top: 5px;
	line-height:24px;
	text-align: center;
}

#trainings-container {
	width: 100%;
}

.trainingContainer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.trainingContainer #calendar,
.trainingContainer #training-list,
.trainingContainer .sumUpTrainings {
	margin-bottom: 10px;
} 


.trainingContainer #calendar {
	width: 100%;
	margin-right: 4px;
	border: none;
	background-color: #FFF5EE;
	background-image: unset;
}

.trainingContainer #training-list {
	width: 100%;
	padding: 4px;
	background-color: rgba(42, 157, 143, 0.7);
}

.trainingContainer .sumUpTrainings {
	width: 100%;
	margin-left: 4px;
	background-color: #FFF5EE;
} 


.trainingContainer .fc-border-separate {
	min-height: 390px;
}


.infoEditable {
	display: flex;
    flex-direction: row;
    align-items: center;
}

#announcement-body {
	padding: 4px;
	-webkit-box-shadow: 0px 0px 4px 1px rgb(42 157 143);
    -moz-box-shadow: 0px 0px 4px 1px rgba(42,157,143,1);
    box-shadow: 0px 0px 4px 1px rgb(42 157 143);
    margin: 6px;
    background-color: #FFF5EE;
}

@media only screen and (min-width: 767px) {
	.trainingContainer #calendar {
		width: 43%;
	}

	.trainingContainer #training-list {
		width: 48%;
	}

	.trainingContainer .sumUpTrainings {
		width: 100%;
	} 
}

@media only screen and (min-width: 980px) {

	.athleteContainer .tableContainer {
		width: 50%;
	}


	.trainingContainer #calendar {
		width: 36%;
	}

	.trainingContainer #training-list {
		width: 20%;
	}

	.trainingContainer .sumUpTrainings {
		width: 40%;
	} 
}

.ui-accordion .ui-accordion-content {
	margin: 0;
	padding: 2px;
}

.ui-tabs .ui-tabs-panel {
		margin: 0;
	padding: 2px;

}

