@CHARSET "UTF-8";
/* Create goal */
#createGoal .page {
  float: left; }

#createGoal .later {
  float: right;
  color: #33a1e7;
  cursor: pointer; }

#createGoal #intro {
  text-align: center; }

#createGoal .heading {
  font-size: 36px;
  font-weight: 400;
  margin-top: 36px;
  margin-bottom: 20px; }

#createGoal .createGoal {
  margin-top: 36px; }

#createGoal .text {
  padding: 8px 15%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }

#createGoal .later .mdi-navigation-close {
  padding-left: 6px;
  font-size: 24px;
  line-height: 13px;
  vertical-align: top;
  margin-top: 17px; }

#createGoal #shortTermGoals{
 max-height: 240px;
  overflow-y: auto;
      margin-bottom: 10px;
}
#createGoal .raketko {
  background: url(../../../images/myGoal/raketko.svg);
  height: 180px;
  width: 150px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat; }

#createGoal #wheel {
  text-align: center; }

#createGoal #wheelOfLife {
  margin-top: 36px; }

#createGoal .goalIntro {
  font-size: 20px;
  padding-bottom: 16px; }

#createGoal .selectedGoalName {
  font-size: 36px;
  padding-bottom: 32px; }

#createGoal .selectedGoalName i.edit-goal-name{
	font-size: 24px;
	color: #009fe3;
	cursor: pointer;
}

#createGoal .describe {
  font-weight: 300;
  padding-bottom: 16px;
  font-size: 17px; }
  

#createGoal textarea {
  background-color: #fff;
  margin: 0 0 24px;
  min-height: 70px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  padding: 1em;
  transition: border 200ms ease-in-out; }
  
  #createGoal .input-section.error .describe {
  color:#F44336;
  }
  

#createGoal textarea.longGoalDescription{
	min-height: 100px;
}

#createGoal .row.longGoalsRow .col:nth-of-type(1){
	padding-left: 0;
}
#createGoal .row.longGoalsRow .col:nth-of-type(2){
	padding-right: 0;
}

#createGoal [type="radio"]:not(:checked) + label, #createGoal [type="radio"]:checked + label {
    width: auto;
    padding-left: 35px;
}

#createGoal .notificationOptions p{
	padding: 5px 0;
}

#createGoal textarea:focus {
  outline: none;
  border: 1px solid #009fe3; }

#createGoal .datepicker {
  margin-bottom: 32px;
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  line-height: 40px;
  color: #333; }
  
  #createGoal .error .datepicker {
  border-bottom-color: #F44336;
  }

#createGoal .datepicker::-webkit-input-placeholder {
  color: #333; }

#createGoal .shortGoalsCreate .number {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #009fe3;
  color: #fff;
  border-radius: 50%;
  margin-right: 16px; }

#createGoal .shortGoalsCreate .shortGoal {
  border: none;
  border-bottom: 1px solid #999;
  background: transparent;
  line-height: 40px;
  color: #333;
  width: calc(100% - 265px);
  margin-right: 32px;
  }
  
  #createGoal .shortGoalsCreate .error .shortGoal{
  border-bottom-color: #F44336;
  }
#wheelOfLifeContent{
	padding-bottom: 160px;
}

@media (min-height: 38.875em) {
  #createGoal .picker--opened .picker__frame {
    top: 15%;
    bottom: auto; } }
    
 @media (max-width: 1400px) and (max-height: 1000px) {
	#createGoal .heading{
	 font-size: 26px;
    margin-top: 8px;
    margin-bottom: 10px;
    }
    #createGoal .text {
    padding: 5px 20px;
    font-size: 17px;
    }
    #createGoal #wheelOfLife {
    margin-top: 16px;
    height: 360px;
	}
	#createGoal .selectedGoalName {
    font-size: 28px;
    padding-bottom: 18px;
	}
	#createGoal .goalIntro {
    font-size: 17px;
    padding-bottom: 12px;
}
#createGoal textarea{
	min-height: 40px;
	width: calc(100% - 32px);
	margin: 0 0px 16px;
}
#createGoal .datepicker {
    margin-bottom: 24px;
    }
 }