.row.dashboard{
	
}
.row.dashboard.company > div{
		padding: 0px;
	}
	.row.dashboard.company > div > div.dashboard-space{
		padding: 0px 10px 0px 10px;
	}
.row.dashboard .box{
	margin-bottom:10px;
}
.row.dashboard .box .title{
	font-size:15px;
	font-weight:normal;
	margin:0px;
}

.row.dashboard .box .show-details{
	border-top:1px solid #e4e4e4;
	position:relative;
	cursor:pointer;
}
.row.dashboard .box .show-details{
	padding:0px;
}
.row.dashboard .box .show-details > div{
	padding:10px;
}
.row.dashboard .box .show-details:hover{
	background-color:#e4e4e4;
}
.row.dashboard .box .show-details:after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #12385F;
    font-size: 16px;
    position: absolute;
    top: 8px;
	right:10px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row.dashboard .box .show-details.active:after{
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top:13px;
}
.row.dashboard .box .detail-content .width-30{
	max-width:85px;
}


.dashboard.company .fixed.top-bar{
	padding: 25px 30px 25px 30px;
  	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.13);
}
.dashboard.company .fixed.top-bar > div{
	width:100%;
}

.dashboard.company  .top-info-bar{
	padding: 0px 10px 0px 10px;
}
.dashboard.company .employee-block{
	cursor:pointer;
}
.dashboard.company .employee-block .collapseClickable{
	position:relative;
}
.dashboard.company .employee-block .collapseClickable:hover,
.dashboard.company .employee-block.active .collapseClickable{
	background-color:#e4e4e4;
}
.dashboard.company .employee-block .collapseClickable:after {
	content: " \f078";	
	font-family: FontAwesome;
	position: absolute;
	top:20px;
	right:20px;
}
.dashboard.company .employee-block.active .collapseClickable:after {
	content: " \f077";	
}
.dashboard.company .employee-block .employee-name,
.dashboard.company .employee-block .completed{
	line-height:35px;
	font-size:16px;
}
.dashboard.company .employee-block .collapseContent{
	padding:0px;
}
.dashboard.company .employee-block .campagne-wrapper{
	border-bottom:1px solid #d8d9db;
	padding: 15px 10px 10px 10px;
	height:68px;
}
.dashboard.company .employee-block .campagne-wrapper:last-child{
	border:0px;
}
.dashboard.company .employee-block .text .campagne-title{
	padding-bottom:5px;
	padding-top:4px;
}
.dashboard.company .employee-block  .remove-user{
	width:auto!important;
	float: left;
    padding-left: 36px;
    padding-right: 20px;
	font-size:14px;
	margin-left:10px;
}
.dashboard.company .employee-block  .remove-user i{
	font-size:16px;
	top:13px;
}

.game-wrapper {
	height: 300px;
}

.game-mobile-wrapper {
	display: none!important;
}

.game-status {
	width: calc(30% - 5px);
	height: 100%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #0000000A;
	border: 1px solid #E4E4E4;
	border-radius: 2px;
}

.game-status > .status {
	height: calc(100% - 55px);
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	font: Regular 14px/16px Arial;
	letter-spacing: 0px;
	color: #58595B;
	padding: 20px;
}

.game-status > .status > .shield {
	height: 100%;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.game-status > .status > .status-header {
	width: 100%;
	font: Bold 16px/18px Arial;
	letter-spacing: 0px;
	color: #58595B;
}

.game-status > .status > .shield > img {
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.game-status > .points {
	width: 100%;
	height: 55px;
	padding: 20px;
	font: Regular 14px/16px Arial;
	letter-spacing: 0px;
	color: #58595B;
}


.points > .points-text {
	height: 100%;
	justify-content: center;
    display: flex;
	flex-direction: row;
}


.points-text > .brons {
	font: Bold 14px/16px Arial;
	color: #C97312;
}

.game-block {
	width: calc(70% - 5px);
	height: 100%;
	background: #58595B 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #0000000A;
	border: 1px solid #E4E4E4;
	border-radius: 2px;
}

.game-block > .game-header {
	width: 100%;
	height: 55px;
	width: 100%;
	text-align: center;
	font: Bold 16px/18px Arial;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: table;
	position: relative;
}

.game-block > .game-header span {
	vertical-align: middle;
    display: table-cell;
}

.game-header > .gamerules {
	font-size: 10px;
	color: #f2cb13;
	cursor: pointer;
	position: absolute;
    top: 18px;
    right: 18px;
}

.game-header > .gamerules:hover {
	color: #FFFFFF;
}

.game-block > .game-progress {
	width: 100%;
	height: 128px;
	background: #6B6B6B 0% 0% no-repeat padding-box;
	display: inline-flex;
	padding: 0 6.6%;
	position: relative;
}

.game-block > .game-progress > .game-progress-block {
	width: 17%;
	min-width: 100px;
	margin:auto;
	z-index: 10;
	display: grid;
}

.game-block > .game-progress > .game-progress-block.active {
	width: 23%;
}

.game-progress-block > .progress-points {
	text-align: center;
	font: 10px/13px Arial;
	letter-spacing: 0px;
	color: #FFFFFF;
	width:100%;
}

.game-progress-block.active > .progress-points {
	font-weight: bold;
}


.game-block > .game-progress > .dotted-line {
	border:none;
	border-top: 1px dashed #CECECE;
	height:1px;
	position: absolute;
    left: 0;
	right: 0;
	top:-37px; /* push up to align with the gold shield ribbon */
	bottom: 0;
	margin: auto;
	margin-left: 15%;
    margin-right: 15%;
}

.game-block > .game-buttons {
	padding: 10px;
	display: grid;
}

.game-block > .game-buttons > div > span {
	text-align: center;
	font: Italic 14px Arial;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-top: 10px;
}

.page-text > h2 {
	text-align: left;
	font: Bold 16px Arial;
	letter-spacing: 0px;
	color: #58595B;
	text-align: center;
}

.page-text > p {
	text-align: center;
	font: Regular 14px Arial;
	letter-spacing: 0px;
	color: #58595B;
}

.block-wrapper {
	margin-left:10px;
	width: calc(33% - 10px); /* 3 blocks per row, so 33% minus the margin */
	height: 249px;
	float: left;
}

.block-wrapper > .block-inner-wrapper {
	width: 100%;
	height: 100%;
}

.block-disabled {
	background-color: #F7F7F7;
}

.block-wrapper > .block-inner-wrapper > .block-header {
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	padding: 20px;
}

.block-wrapper > .block-inner-wrapper > .block-header > .header-text {
	height: 100%;
	text-align: left;
	font: Bold 14px/21px Arial;
	letter-spacing: 0px;
	color: #58595B;
	justify-content: center;
    display: flex;
    flex-direction: column;
}

.block-wrapper > .block-inner-wrapper > .block-content {
	height: calc(100% - 80px);
	width: 100%;
	position: relative;
}

.block-content > .progress {
	padding: 20px;
}

.block-content > .progress > .percentage {
	padding-top:10px;
	font: 14px/21px Arial;
	letter-spacing: 0px;
	color: #58595B;
}

.block-content > .buttons {
	padding:0px;
	width: 100%;
	position: absolute;
	bottom: 10px;
}

.block-content > .buttons > .single-button {
	width: 72%;
	margin: auto;
}

.block-content > .buttons > div > .double-button {
	width: 40%;
	margin: auto;
}

.padding-10px {
	padding: 10px !important;
}

.button > span > i.left{
	position: relative;
	top: 0;
	left: 0;
	font-size:20px;
}

.shield-img {
	/* width: 10%; */
}

/* Mobile overwrites */
@media (max-width:767px),(max-device-width:767px) and (orientation:portrait),(max-device-width:499px) and  (orientation:landscape)
{
	.row .dashboard {
		padding: 0 10px!important;
	}
	.dashboard.company .employee-block .employee-name,
	.dashboard.company  .top-info-bar .width-70{
		width: 85%
	}
	.dashboard.company .employee-block .completed,
	.dashboard.company  .top-info-bar .width-30{
		width: 15%;
	}
	.dashboard.company .employee-block .campagne-wrapper{
		height:auto;
		padding-bottom:20px;
	}
	.dashboard.company .employee-block .campagne-wrapper .icon{
		width:20%;
	}
	.dashboard.company .employee-block .campagne-wrapper .text{
		width:80%;
	}
	.dashboard.company .employee-block .campagne-wrapper .download{
		width:100%;
		margin-top:10px;
		margin-bottom:-10px;
	}
	.dashboard .button i.left{
		display:none;
	}

	.block-wrapper {
		width: 100%;
		margin-left: 0px!important;
	}

	.game-wrapper {
		display: none!important;
	}

	.game-mobile-wrapper {
		display: inline-block!important;
	}

	.game-status, .game-block {
		height: 60px;
		margin-top: 10px;
		position: relative;
		background-color: #FFFFFF;
	}

	.expand-header {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		cursor: pointer;
	}

	.expand-header i {
		position: absolute;
		right:20px;
		font-family: FontAwesome!important;
	}

	.game-status.expand-status {
		height: 250px;
	}

	.game-block.expand-game {
		height: 320px;
	}

	.shield {
		display: flex;
	}

	.shield > .shield-img {
		height: 125px;
		margin: auto;
	}

	.points {
		border-top: 1px solid #E4E4E4;
		height:55px;
		bottom: 0;
		position: absolute;
	}

	.game-block > .game-progress {
		background-color: #F7F7F7!important;
	}
	.game-block > .game-progress > .game-progress-block {
		width: 90px;
		min-width: auto!important;
	}
	.game-block > .game-buttons > div > span {
		color: #58595B;
	}
	.progress-points {
		color:#58595B!important;
	}
	

	.dotted-line {
		top: -25px!important;
	}

	.game-block > .game-progress > .game-progress-block.active {
		width: 115px;
	}

	.page-text {
		margin-top: 10px;
	}

}
/* End mobile overwrites */

/* 	Tablet overwrites */
@media (max-device-width:1023px){
	.row.content .row.dashboard.company > div.top-bar-wrapper{
		padding: 0px;
	}
}
/* End tablet overwrites */
