/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06-12-2020, 18:43:18
    Author     : shimonmochizuki
*/

.ScheduleContainer {
    display: flex; /* or inline-flex */
    flex-direction: row ;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width:960px; 

}

.ScheduleClass {
    order: 8 !important; /* default is 0 */
    flex-basis:  auto !important;
    width: 220px;
    margin: 4px;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
}

.ScheduleContainerMyProfile {
    display: flex; /* or inline-flex */
    flex-direction: row ;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width:100%; 
}

.ScheduleClassFull {
    order: 0; /* default is 0 */
    flex-basis:  auto;
     width: 100%;
    margin: 4px;
    padding: 2px;
    vertical-align: middle;
    text-align: center;
  
}


.OpenMat {
	background-color:#ACAC59;
}
.BJJBasic {
	background-color:#75EA00;
}
.BJJ {
	background-color:#B7FA85;
}
.BJJAdvanced {
	background-color:#009100;
}
.BJJSparring {
	background-color:#004040;
}
.BJJGirls {
	background-color:#FF0080;
}
.Lukket {
	background-color:#CCC;
}
.Cardio {
	background-color:#E6BD33;
}
.Submission {
	background-color:#F00;
}
.MMA {
	background-color:#B00000 !important;;
        color: white;
}
.MMABasic {
	background-color:#F03;
}
.BJJKids {
	background-color:#BF8A3C;
}
.BJJJunior {
	background-color:#6A3500;
}
.BJJKonkurrence {
	background-color:#009797;
}
.Thai {
	background-color:#069;
}
.Rengoring {
	background-color:#F03;
}

.Judo {
	background-color:#06F;
}

.EMCamp {
	background-color:#330;
}

.ScheduleClassPrint {
    order: 8; /* default is 0 */
    flex-basis:  auto;
    width: 180px;
    margin: 2px;
    padding: 1px;
    vertical-align: middle;
    text-align: center;
}