/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */


/* ========================================================================
   CBSubs - rounded template not working - fixed
 ========================================================================== */ 
.cb_template .cbregPlanSelector_rounded * {
	box-sizing: content-box;
}

.cb_template .cbregPlanStatus_rounded * {
	box-sizing: content-box;
}

/* ==========================================================================================
   CBSubs - rounded und default template Plan-Überschriften festlegen für Selector und Status 
 ============================================================================================ */ 
.cb_template .cbregPlanSelector .cbregName label {
  font-size: 20px;
}
.cb_template .cbregPlanStatus .cbregName span {
  font-size: 20px;
  font-weight: bold;
}

/* ========================================================================
   CBSubs - rounded template Donation-Auswahlmenü verkleinern 
 ========================================================================== */
.cb_template select {
  width: 207px;
}

/* ========================================================================
   jp-1stclass – grundsätzlich alles im Blocksatz schreiben  
 ========================================================================== */
html {
  text-align: justify;
}

/* ==========================================================================
   CBSubs - default template eigene Farben und Styling für Pläne hinzugefügt   
 ============================================================================ */
.cb_template div.cbregPlanStatus.cbreg_mymember, .cbregPlanSelector.cbreg_mymember {
  background-color: #ffffff; 
  border-radius: 25px;
  box-shadow: -5px 5px 10px #888888;
  border-width:10px; 
  border-color:#525354; 
  border-style:outset inset; 
  padding:5px;  
}
.cb_template div.cbregPlanStatus.cbreg_mydeveloper, .cbregPlanSelector.cbreg_mydeveloper {
  background-color: #ffffff; 
  border-radius: 25px;
  box-shadow: -5px 5px 10px #888888;
  border-width:10px; 
  border-color:#525354; 
  border-style:outset inset; 
  padding:5px;   
}
.cb_template div.cbregPlanStatus.cbreg_mygreen, .cbregPlanSelector.cbreg_mygreen {
  background-color: #19B319; 
  border-radius: 25px;
  box-shadow: -5px 5px 10px #888888;
  border-width:5px; 
  border-color:#19B319; 
  border-style:outset inset; 
  padding:5px;   
}
.cb_template div.cbregPlanStatus.cbreg_mypurple, .cbregPlanSelector.cbreg_mypurple {
  background-color: #9b1cc4;
  border-radius: 25px;
  box-shadow: -5px 5px 10px #888888;
  border-width:5px; 
  border-color:#9b1cc4; 
  border-style:outset inset; 
  padding:5px;    
}
.cb_template div.cbregPlanStatus.cbreg_myorange, .cbregPlanSelector.cbreg_myorange {
  background-color: #e3a71b;
  border-radius: 25px;
  box-shadow: -5px 5px 10px #888888;
  border-width:5px; 
  border-color:#e3a71b; 
  border-style:outset inset; 
  padding:5px;    
}

/* ======================================================================================================
   CBSubs - default template eigene Farben für Pläne hinzugefügt - Farbe bei Mouse-Over oder bei Auswahl  
 ======================================================================================================== */
.cb_template .cbregPlanSelector.cbreg_mymember:hover, .cbregPlanSelector.cbreg_mymember.cbregPlanSelected {
	border-color:#0331FF;	
}
.cb_template .cbregPlanSelector.cbreg_mydeveloper:hover, .cbregPlanSelector.cbreg_mydeveloper.cbregPlanSelected {
	border-color:#0331FF;	
}
.cb_template .cbregPlanSelector.cbreg_mygreen:hover, .cbregPlanSelector.cbreg_mygreen.cbregPlanSelected {
	background-color: #20E020;
}
.cb_template .cbregPlanSelector.cbreg_mypurple:hover, .cbregPlanSelector.cbreg_mypurple.cbregPlanSelected {
	background-color: #B822EA;
}
.cb_template .cbregPlanSelector.cbreg_myorange:hover, .cbregPlanSelector.cbreg_myorange.cbregPlanSelected {
	background-color: #F1B21D;
}




