#powerbiReportContainer {
	display: none;
	width: 100%;
	min-width: 100%;
	padding: 0;
	margin: 0 auto;
}
#modalContainer {
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	background-color: gray; /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	min-width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
input[type="button"]{
    background-color: #262627;
    color: white;
    border-radius: 5px;
    padding: 10px;
    border: 0px solid #d1d1d1;
	font-size: 20px;
	margin: auto;
    margin-left: 20px;
}
label[for="checkAgree"]{
	font-size: 20px;
}
.checked {
	display: flex;
    justify-content: space-between;
}
#termsModal {
    margin: 0 auto;
    width: 80%;
    height: 85%;
    margin-top: 3%;
    background-color: white;
    color: black;
    font-family: inherit;
    border-radius: 6px;
    overflow: inherit;
	position: relative;
}

th td{
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

th.manage-column.column-columnname {
    background: #e9e9e9 !important;
    font-weight: bold !important;
}

tr:nth-child(even) {background-color: #f2f2f2;}

#termsModal {
	color: #777;
}

input#checkAgree {
	width: 18px;
    height: 18px;
	margin: 10px;
}

#termsModal h2 {
	margin-top: 15px;
    margin-bottom: 15px;
    color: #2b4748;;
    letter-spacing: 0.8px;
}

#alertPowerbiModal {
	width: 80%;
	padding: 5px;
	border-radius: 10px;
	border: 2px solid #ff1a1a;
	background-color: #ff8080;
	color: black;
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;

}

.containerLogin {
	margin: 2em;
}

.textLogin {
	background-color: #262627 !important;
	border-color: #262627 !important;
	padding: 15px !important;
	border-radius: 5px !important;
	color: white !important;	
}

.message {
	margin: 3em 0;
}

#main-content {
    min-height: 73vh !important;
}

.success-message {
	color: #270;
    background-color: #DFF2BF;
    margin: 10px 0;
    padding: 10px;
	border-radius: 4px 4px 4px 4px;
	width: fit-content;
}

.headerModal h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 28px;
}

.headerModal {
    background-color: white;
    width: 100%;
    padding: 3em;
    height:100%;
	overflow: auto;
	border-radius: 6px;
}

.bodyModal {
    z-index: 999;
    padding: 3.5em;
    width: 100%;
	background-color: rgba(244,241,241,1);
	border-radius: 0px 0px 6px 6px;
	padding: 1em 3em;
	position: absolute;
	bottom: 0;
}

.Agree {
	align-self: center;
}

.cancelButton {
	color: #000 !important;
    background-color: transparent !important;
    border: 1px solid !important;

}

.buttons {
    justify-content: space-between;
    display: flex;
}
.buttons input{
	cursor: pointer;
	margin: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.logoutButton {
	text-align: right;
}

.logoutButton a.loginButton.textLogin {
    position: absolute;
    right: 0;
    margin-right: 2em;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
	.checked {
		flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
		height: 9em;
	}
	.Agree {
		margin-bottom: 1.5em;
		width: 100%;
	}
	.headerModal {
		background-color: white;
		width: 100%;
		padding: 3em;
		height: 80%;
		overflow: auto;
		margin-top: 15%;
	}
	.bodyModal {
		padding: 1em;
		height: auto;
	}
}


@media screen and (max-width: 320px) {
	.buttons input {
		cursor: pointer;
		margin: 5px;
		padding-right: 15px;
		padding-left: 15px;
		font-size: 15px;
	}
}