
.header {
    height: 100px;
    background-color: #3a3d48;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    display: flex;
    width: 200px;
    margin-left: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.header-logo>label {
    font-size: 1.7rem;
    text-transform: uppercase;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 10px;
    max-width: 120px;
    line-height: 1.4;
    cursor: pointer;
}
.header-logo>label>span {
    font-size: 1rem;
    text-transform: none;
}
.nav {
    list-style: none;
    display: flex;
    max-width: 1100px;
    width: 100%;
    height: 60px;
    align-self: flex-end;
    font-size: 1.3rem;
}
.nav>li {
    padding: 10px;
}
.nav>li>a {
    color: #ffffff;
}
.user-profile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    width: 220px;
}
.user-profile img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    cursor: not-allowed;
}
.user-profile i {
    font-size: 1.2rem;
    margin-top: 10px;
    cursor: not-allowed;
}


.wrapper-widget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}
.widget {
    color: #7f7f7f;
    background: #ebebeb;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
    max-width: 350px;
    margin-bottom: 20px;
}
.widget-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    height: 70px;
    line-height: 1.5;
}
.widget-body {
    font-size: 1.1rem;
    line-height: 1.2;
    height: 110px;
}
.widget-footer a,
.widget-footer p {
    font-size: 1.1rem;
    color: #000000;
    text-decoration: none;
}
.widget-footer p {
    cursor: not-allowed;
}
.widget-footer a:hover {
    color: #7f7f7f;
}


p.definition {
    padding: 15px;
    padding-top: 5px;
    color: #7f7f7f;
    font-size: 1.2rem;
}


.p-10 {
    padding: 10px;
    padding-left: 20px;
}
.card-proficiency-level {
    margin: 10px
}
.card-proficiency-level h2 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    color: #7f7f7f;
}
.card-proficiency-level ul {
    font-size: 13px;
    color: #7f7f7f;
}


.col p {
    text-align: center;
}
.col {
    width: 20%;
}
.ka-definition {
    font-size: 1.1rem;
    line-height: 1.4;
}
h3 {
    font-size: 1.2rem;
}
.collapse-item-content {
    border: 1px solid #e0e0e0;
    margin-bottom: 4px;
    /* box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1); */
}
.elements {
    display: flex;
    align-items: center;
    min-width: 30px;
}
.elements i {
    padding: 0 5px;
    cursor: pointer;
}
.rotate-180 {
    transform: rotate(180deg);
}
.collapse-item-header i {
    cursor: pointer;
    transition: transform 0.3s;
    padding: 0 5px;
} 



/***/

/***/


/***/


/*** Collapse component */
.collapse {
    margin: 5px 0;
}
.collapse-item-header {
    position: relative;
}
.collapse-item-header {
    font-size: 18px;
    text-transform: uppercase;
    background: #ebebeb;
    border: 1px solid #e0e0e0;
    color: #7f7f7f;
    padding: 15px 7px 12px 7px;
    margin-bottom: 6px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
}
.collapse-item-header>h6 {
    font-size: 1.5rem;
}
.collapse-item-content {
    background: #ebebeb;
    /* border: 1px solid #e0e0e0; */
    /* margin: 4px 0; */
    color: #7f7f7f;
    padding: 7px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
}

/*** ba-task*/
.ba-task .collapse-item-header>h6 {
    font-size: 1.2rem;
}
.ba-task .collapse-item-header {
    margin-bottom: 0px;
}

/***/
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-family: inherit;
    cursor: pointer;
}
.btn:hover {
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
}
.btn-tag {
    font-size: 1.1rem;
    color: #7f7f7f;
    border: 2px solid #bcbcbc;
    background: #e4e4e4;
    padding: 6px;
    border-radius: 3px;
    margin: 3px;
}
.tag-section-without-bg .btn-tag {
    background: #ebebeb;
}
.btn-tag:hover {
    background-color: #bababa;
    color: #efefef;
}
.proficiency-level {
    display: flex;
    flex-direction: column;
    min-width: 250px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.proficiency-level>label {
    font-size: 1.1rem;
    margin-bottom: 3px;
}
.range {
    display: flex;
}
.proficiency-level .range>div {
    width: 20%;
    margin: 0 1px;
    height: 6px;
    box-shadow: 2px 2px 1px 0 rgba(0,0,0,0.1);
    cursor: pointer;
}
.proficiency-level span {
    height: 25px;
    font-size: 1.2rem;
}
.general-awareness {
    background-color: rgb(250,239,229);
}
.practical-knowledge {
    background-color: rgb(245,217,190);
}
.skilled {
    background-color: rgb(237,174,129);
}
.expert {
    background-color: rgb(227,134,63);
}
.strategist {
    background-color: rgb(220,92,1);
}
.col .list-group {
    background: none;
}
.list-group {
    background: #e4e4e4;
    list-style: disc;
    padding: 5px;
    padding-left: 22px;
    font-size: 1rem;
}
.list-group>li {
    margin-bottom: 6px;
}
.list-group>li:last-child {
    margin-bottom: 0px;
}
.tag-section {
    background: #e4e4e4;
    padding: 5px;
}

/***/
.range div {
    position: relative;
}
.range div>span {
    position: absolute;
    top: -25px;
    text-align: center;
    width: 200px;
    margin-left: calc(-100px + 50%);
}


/** Normalize css **/
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

html {
    font-family: 'Bahnschrift', 'Open Sans Condensed', Fallback, sans-serif;    
    font-variation-settings: "wght" 300, "wdth" 75;
    font-size: 14px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%; 
    overflow-y: scroll;
}

body {
    margin: 0;
    background-color: #e2e2e2;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
    text-decoration: none;
}

/** Helpers **/
.m-1{margin:.3125rem!important}
.mt-1{margin-top:.3125rem!important}
.mr-1{margin-right:.3125rem!important}
.mb-1{margin-bottom:.3125rem!important}
.ml-1{margin-left:.3125rem!important}
.m-2{margin:.625rem!important}
.mt-2{margin-top:.625rem!important}
.mr-2{margin-right:.625rem!important}
.mb-2{margin-bottom:.625rem!important}
.ml-2{margin-left:.625rem!important}
.m-3{margin:1.25rem!important}
.mt-3{margin-top:1.25rem!important}
.mr-3{margin-right:1.25rem!important}
.mb-3{margin-bottom:1.25rem!important}
.ml-3{margin-left:1.25rem!important}
.m-4{margin:1.875rem!important}
.mt-4{margin-top:1.875rem!important}
.mr-4{margin-right:1.875rem!important}
.mb-4{margin-bottom:1.875rem!important}
.ml-4{margin-left:1.875rem!important}
.m-5{margin:3.75rem!important}
.mt-5{margin-top:3.75rem!important}
.mr-5{margin-right:3.75rem!important}
.mb-5{margin-bottom:3.75rem!important}
.ml-5{margin-left:3.75rem!important}

.p-1{padding:.3125rem!important}
.pt-1{padding-top:.3125rem!important}
.pr-1{padding-right:.3125rem!important}
.pb-1{padding-bottom:.3125rem!important}
.pl-1{padding-left:.3125rem!important}
.p-2{padding:.625rem!important}
.pt-2{padding-top:.625rem!important}
.pr-2{padding-right:.625rem!important}
.pb-2{padding-bottom:.625rem!important}
.pl-2{padding-left:.625rem!important}
.p-3{padding:1.25rem!important}
.pt-3{padding-top:1.25rem!important}
.pr-3{padding-right:1.25rem!important}
.pb-3{padding-bottom:1.25rem!important}
.pl-3{padding-left:1.25rem!important}
.p-4{padding:1.875rem!important}
.pt-4{padding-top:1.875rem!important}
.pr-4{padding-right:1.875rem!important}
.pb-4{padding-bottom:1.875rem!important}
.pl-4{padding-left:1.875rem!important}
.p-5{padding:3.75rem!important}
.pt-5{padding-top:3.75rem!important}
.pr-5{padding-right:3.75rem!important}
.pb-5{padding-bottom:3.75rem!important}
.pl-5{padding-left:3.75rem!important}

.cursor-pointer { cursor: pointer; }
.d-flex {display: flex;}

.header-elements-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

/** Tooltip **/

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    font-size: 1.1rem;
    font-family: 'Bahnschrift', 'Open Sans Condensed', Fallback, sans-serif;   
    visibility: hidden;
    width: 120px;
    color: #7f7f7f;
    text-align: center;
    padding-bottom: 3px;

    position: absolute;
    z-index: 1;
    width: 120px;

    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext,
.tooltip.show .tooltiptext {
    visibility: visible;
}


/** Title **/

.wrapper-title {
    background: linear-gradient(to bottom,#3a3d48 0%, #3a3d48 50%, #e2e2e2 50%);
}

.container-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;

    background: #ebebeb;
    color: #7f7f7f;
    padding: 15px 7px 10px 7px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
}

.container-title h1 {    
    font-size: 2.2rem;
}

.container-title .header-elements i {    
    font-size: 1.3rem;
    margin-right: 10px;
}

.modal-mask {
		position: fixed;
		z-index: 2000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		display: table;
		transition: opacity .1s ease;
}
.modal-wrapper {
		margin: 0 auto;
    	margin-top: 100px;
}
#modal-container {
		width: 580px;
		margin: 0px auto;
		background-color: #f0f0f0;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
		transition: all .1s ease;
		border-radius: 2px;
}
.modal-header {
		height: 55px;
		background-color: #f0f0f0;
		border: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px;
}
.modal-header h3 {
		margin-left: 5px;
		color: #5A5A5A;
		font-size: 1.6rem;
		line-height: 24px;
		font-weight: 600;
}
.modal-default-button {
		float: right;
}

	/* .modal-enter {
		opacity: 0;
	}

	.modal-leave-active {
		opacity: 0;
	}

	.modal-enter .modal-container,
	.modal-leave-active .modal-container {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	} */
.overlay-fade-enter-active,
.overlay-fade-leave-active {
  transition: all 0.2s;
}
.overlay-fade-enter,
.overlay-fade-leave-active {
  opacity: 0;
}
.close-btn i {
		color: #424B5A;
		cursor: pointer;
}

