/* -> Login
================================ */
.login-title{
    font-size: 28px;
}
/*================================ */


/* -> Menu
================================ */
#menu-box {
	width: 100%;
	background-color: #000;
	z-index: 1001;
	top: 60px;
	border-top: 1px solid #414163;
}

#menu-box.open{
	display: block!important;
}

#nav-mobile{
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: #000;
	padding: 0px 15px;
	color: #fff;
	font-weight: bold;
	z-index: 99;
}

	#menu-open span{
		display: block;
		width: 33px;
		height: 2px;
		margin: 5px 0px;
		position: relative;
		background: #cdcdcd;
		border-radius: 3px;
		z-index: 1;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
	}
/*================================ */


/* -> Content
================================ */
#content {
	width: 100%;
    padding: 0px 0px 10px 0px;
}

	.content-header{
		padding: 65px 5px 10px 5px;
		display: flex;
		text-align: center;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		border-bottom: none;
		top: 0px;
	}

		.content-title{
			padding-right: 0px;
			padding-left: 5px;
		}

		.close-detail-box {
			font-size: 30px;
			right: 5px;
			position: absolute;
			height: 35px;
			width: 35px;
			padding: 10px;
		}
    
	/*Table*/
	.sql-table {
		padding: 20px 10px;
	}
	
	.table-actions{
		border-top: 1px solid #cdcdcd;
		border-bottom: 1px solid #cdcdcd;
		padding: 8px 0px;
		margin-top: 10px;
		width: 100%;
	}

	.table-actions .action-button{
		width: 100%;
		font-size: 16px;
		height: auto;
		padding: 0;
		text-align: center;
		min-height: 40px;
	}

	.table-actions .action-button:first-child:before{
		display: none;
	}

	.checkboxes-container{
		grid-template-columns: repeat(1, 1fr);
	}
/*================================ */

.imageContainer {
    height: 300px!important;
}

.footer-buttons{
	z-index: 1002;
}

.alt-buttons .btn,
.alt-buttons .btn-alt{
	width: 100%!important;
}

.alt-buttons .btn{
	margin-bottom: 5px;
}

embed{
	height: 400px!important;
}