.form-select {
	color: #343f52;
}

.table > :not(caption) > * > * {
	padding: 0.6rem 0.3rem;
}

.custom-card-body {
	padding: 3rem !important;
}

@media only screen and (max-width: 479px){
	.custom-card-body {
		padding: 1.5rem !important;
	}
	
	.hidden-cell {
		display: none;
	}
}

/* Logout Button from Navbar */
@media only screen and (min-width: 992px){
	#btn-navbar-logout {
		display: none;
	}
}
	

/* Contextmenu plugin with jQuery, by Ovidiu Isac */
#contextmenu_container {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	visibility: hidden;
}

#contextmenu_container ul {
	list-style-type: none;
    font-size: 15px;
	color: #343f52;
	background-color: #fff;
	margin: 0;
	padding: 8px 0;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 0 .25rem .5rem rgba(0,0,0,.1);
}

/* Submenu items */
#contextmenu_container ul li {
	float: none;
	text-align: left;
	white-space: nowrap;
}

#contextmenu_container ul li a {	
	display: block;
	background-color: #fff;
	color: #343f52;
	font-weight: 500;
	padding: 6px 18px;
	margin: 0;
	text-decoration: none;
	width: auto;
	min-width: 120px;
}

#contextmenu_container ul li a:hover {
	background-color: #f6f3f9;
	text-decoration: none;
}

/* Item menu separator */
#contextmenu_container ul li.menuSeparator {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
    margin: 5px;
    *margin-top: 2px; /* FF and IE 9 have height=0, IE7 have height=3 */
    padding: 0;
    font-size: 0; /*  ie6/ie7 will expand an empty element to the height of font */
    line-height: 0;
}

/* Style for item image */
#contextmenu_container ul li img {
	border: 0; 
	vertical-align: middle;
	margin-right: 5px;
}

#contextmenu_container ul li i.fa {
	margin-right: 12px;
}

/* Lity */
.custom-lity {
	width: 480px;
	max-width: 95%;
	margin: 0 auto;
	background: #f6f7f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	overflow: auto;
}
		
.custom-lity .lity-title {
	width: 100%;
	background: #747ed1;
	font-weight: 500;
	padding: 14px 6px 14px 18px;
	color: white !important;
}

.custom-lity .lity-title .close-button {
	width: 28px;
	height: 28px;
	float: right;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin-top: 0;
	color: white;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
	line-height: 28px;
	border: 0;
	outline: none;
	background: transparent;
}

.custom-lity .lity-body {
	margin: 0;
	padding: 20px;
}
		
.custom-lity .lity-body textarea {
	width: 100%;
	resize: vertical;
	overflow: auto;
}

/* Hide defalut close button */
.lity-close {
	visibility: hidden;
}