html, body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.main-menu{
	float: left;
}

.main-menu .active{
	border-bottom: 1px solid #5680F9;
}

.blue-link{
	color: #007bff !important;
	cursor: pointer !important;
}

.white-link{
	color: #FFF !important;
	cursor: pointer !important;
}

.process{
	margin-bottom: 20px;
	background-color: #EAEDF3;
	padding: 30px 10px;
	border-bottom: 1px solid rgba(62,62,62,0.2);
}

.process h1{
	color: #2D2D2D;
	font-size: 32px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.process p{
	color: #2D2D2D;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.process button{
	padding-left: 30px;
	padding-right: 30px;
}

#values{
	width: 100%;
	/*
	height: calc(100vh - 400px);
	overflow-y: scroll;
	border-right: 1px solid rgba(62,62,62,0.2);
    padding-right: 20px;
    */
}

#values::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    /*background-color: #F5F5F5;*/
}

#values::-webkit-scrollbar
{
    width: 5px;
    /*background-color: #F5F5F5;*/
}

#values::-webkit-scrollbar-thumb
{
    background-color: #5680F9;
    /*border: 2px solid #555555;*/
}

.checkbox-row{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(62,62,62,0.2);
}

.checkbox-row .custom-control-label{
	padding-left: 7px;
    margin-left: -10px;
	border-left: 1px solid rgba(62,62,62,0.2);
	cursor: pointer;
}

.star{
	padding-top: 5px;
	cursor: pointer;
	font-size: 18px;
}

.star-checked{
	color: #007bff;
}

.custom-control-input:checked~.custom-control-label::before{
	border-color: #2D2D2D;
	background-color: #2D2D2D;
}


.special-container h2{
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(62,62,62,0.2);	
}


.group-container{
	background-color: #FFF;
	min-height: 200px;
	max-width: 100%;
	float: left;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
	padding: 10px;
}

.group-container span{
	float: left;
	width: 100%;
	outline: 0;
	background-color: white;
	color: black
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
}

.group-container ul{
	float: left;
	width: 100%;
	min-height: 200px;
	padding: 0;
	margin: 0;
	list-style: none;
	outline: 0;
}

.group-container ul li{
	float: left;
	width: 100%;
	outline: 0;
	background-color: white;
	color: black;
	border: 1px solid lightgrey;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
	outline: 0;
}

.group-title, .group-expand{
	color: #FFF; /* Changed to white. Spencer 11-5-2021 */
	font-weight: 600;
	font-size: 15px;
}

.group-edit{
	cursor: pointer;
}

.group-title-container{
	background-color:#002D72; /* Changed to FOA dark blue. Spencer 11-5-2021 */
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: 0;
}

.label, .sortable li, .group-container ul li, .connectedSortable, .connectedSortable li{
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.no-margin{
	margin: 0;
}

.no-padding{
	padding: 0;
}

.sortable { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.sortable li {
	float: left;
	width: 100%;
	outline: 0;
    background-color: #5680F9;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

#values-group-container-1 ul li:first-child::before, #values-group-container-2 ul li:first-child::before, #values-group-container-3 ul li:first-child::before, #values-group-container-4 ul li:first-child::before, #values-group-container-5 ul li:first-child::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f005";
	float: right;
}

/*#goals-sortable li:nth-child(1)::before, #goals-sortable li:nth-child(2)::before, #goals-sortable li:nth-child(3)::before, #goals-sortable li:nth-child(4)::before, #goals-sortable li:nth-child(5)::before{*/
	#goals-sortable li:nth-child(1)::before, #goals-sortable li:nth-child(2)::before, #goals-sortable li:nth-child(3)::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f005";
	float: right;
}

.btn-logout{
	cursor: pointer;
}

.top-goal{
	float: left;
	width: 100%;
	background-color: white;
	color: black;
	border: 1px solid lightgrey;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px 5px;
	cursor: initial;
}

.top-goal .goal-number-container{
	float: left;
	width: 30px;
}

.top-goal .goal-number{
	float: left;
	width: calc(100% - 1px);
	width: initial;
	border-radius: initial;
	border-right: 1px solid #FFF;
	cursor: initial;
}

.top-goal .goal-info-container{
	float: left;
	width: calc(100% - 30px);
}

.top-goal .goal-content{
	float: left;
	width: initial;
	border-radius: initial;
	cursor: initial;
}

.goal-content a{
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.goal-content a:hover, .goal-content a:active, .goal-content a:focus{
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

.top-value-div{
	float: left;
	width: 100%;
	padding: 5px 10px;
	background-color: white;
	color: black;
	border: 1px solid lightgrey;
	border-radius: 7px;
}

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
  
  .title {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
  }
} 

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
} 
@keyframes show  {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu-icon{
	display: none;
}

.btnGoalCategory{
	margin-bottom: 3px;
}

.btnGoalCategory.selected{
	box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* */
.btnGoalCategory.btn-financial{
    background-color:#009cde; 
    border-color:#009cde; 
    color:white
}

.btnGoalCategory.btn-financial:hover {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color:white
}

.btnGoalCategory.btn-career{
    background-color:#007fc5; 
    border-color:#007fc5; 
    color:white
}

.btnGoalCategory.btn-career:hover {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color:white
}

.btnGoalCategory.btn-health{
    background-color:#0063aa; 
    border-color:#0063aa; 
    color:white
}

.btnGoalCategory.btn-health:hover {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color:white
}

.btnGoalCategory.btn-relationships{
    background-color:#00478e; 
    border-color:#00478e; 
    color:white
}

.btnGoalCategory.btn-relationships:hover {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color:white
}

.btnGoalCategory.btn-fun{
    background-color:#002d72; 
    border-color:#002d72; 
    color:white
}

.btnGoalCategory.btn-fun:hover {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color:white
}

.btn-foa {
    background-color:#002d72; 
    border-color:#002d72; 
    color:white
}

.btn-foa:hover {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color:white
}

.btn-outline-foa {
  color: #002d72;
  border-color: #002d72;
}

.btn-danger-outline {
    background-color:white; 
    border-color:#dc3545; 
    color:#dc3545;
}

.btn-danger-outline:hover {
    background-color:#dc3545; 
    border-color:#dc3545; 
    color:white;
}

.btn-success-outline {
    background-color:white; 
    border-color:#28a745; 
    color:#28a745;
}

.btn-success-outline:hover {
    background-color:#28a745; 
    border-color:#28a745; 
    color:white;
}

.btn-primary-outline {
    background-color:white; 
    border-color:#002d72; 
    color:#002d72;
    white-space: nowrap;
}

.btn-primary-outline:hover {
    background-color:#002d72; 
    border-color:#002d72; 
    color:white;
}

.badge-warning-outline {
    background-color:white; 
    border-color:#ffc107; 
    color:#ffc107;
}

.badge-warning-outline:hover {
    background-color:#ffc107; 
    border-color:#ffc107; 
    color:white;
}

.custom_goal{
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
}

.goal_input{
	margin-right: 10px;
    width: calc(100% - 10px);
}

.delete_goal{
	display: flex;
    width: 110px;
    justify-content: flex-end;
}

#goal_category_group{
	width: 100%;
	flex-wrap: wrap;
}

.min-height-initial{
	min-height: initial;
}

.label-due-date{
	margin-right: 10px;
    background-color: #f74040;
    color: #fff;
}

.next-action-plans{
	display: flex;
	width: 100%;
	flex-direction: column;
	margin-bottom: 10px;
}

.next-action-plans p{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}

.main-menu-arrow{
	display: none;
}

footer{
	margin-top: 20px;
    width: 100%;
    padding: 50px 0;
	background-color: #002d72;
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
}

footer a{
	color: #009cde;
	text-decoration: none;
	margin: 0 10px;
}

footer a:hover{
	color: #009cde;
	text-decoration: underline;
}

.goals-flex-box{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
	margin: 3px 0;
}

.goals-flex-box div:first-child{
	width: calc(100% - 110px);
}

@media only screen and (min-width: 998px){
	.main-menu a{
		margin-bottom: 10px;
	}
	.main-menu-arrow{
		display: inline;
		margin-left: 3px;
	}
	.main-menu-process-margin{
		margin-right: 20px;
	}
	#menu-content, #menu-content *{
		font-size: 15px !important;
	}
}

@media only screen and (min-width: 575px) and (max-width: 997px) {
	.group-container ul li{
		font-size: 13px;
		word-break: break-all;
	}
	.group-title, .group-expand{
		font-size: 12px;
    	word-break: break-word;
	}
}

@media only screen and (max-width: 997px) {
	.main-menu a{
	    width: 100%;
	    margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	body{
	    width: calc(100% - 30px);
	    margin: 15px;
	}
	.edit-profile{
		width: 100%;
	    text-align: center;
	    display: inline-block;
	    color: #6c757d;
    	border-color: #6c757d;
    	border: 1px solid #6c757d;
    	border-radius: 3px;
    	margin-bottom: 10px;
	}
	.btn-logout{
		width: 100%;
	}
	.menu-icon{
		display: block;
	}
	.logo-menu{
		display: flex;
	    flex-direction: row;
	    align-items: center;
	    justify-content: space-between;
	}
	.menu-icon{
		width: 100%;
    	max-width: 40px;
    	cursor: pointer;
	}
	.logo-menu .img-fluid{
		max-width: 240px !important;
	}
	.menu-content{
		display: none;
	}
	.menu-content.expanded{
		display: flex;
	}
}

/* Center header text and cell text in tables. Spencer 11-5-2021*/

.table-bordered td,
.table-bordered thead {
  text-align: center;
  vertical-align: middle;
}

#action_items_table tbody td,
#completed_goals tbody td,
#other_goals tbody td,
#top_5_goals tbody td {
    padding: 6px 8px;
} 

.edit-profile {
    color: #6c757d !important;
}

.edit-profile:hover{
	color: white !important;
}

.action-item {
  margin-bottom: 10px;
}

.edit-action-item {
  float: right;
}