@import url("/css/new-sidebar.css");
@import url("/css/popup.css");


:root {
	--ck-z-default: 100;
	--ck-z-modal: calc( var(--ck-z-default) + 999 );
}


$( '#modal-container' ).modal( {
	focus: false
} );


.ck-content .table {
	width: auto;
}

div.narrowForm {
	width: 300px;
	max-width: 100%;
	margin: 20px auto;
	}

.bg-success-subtle {
	background-color: #d1e7dd;
	}

.bg-danger-subtle {
	background-color: #f8d7da;
	}

.bg-warning-subtle {
	background-color: #fff3cd;
	}


.ck.ck-editor  {
	min-width: 100% !important;
	}

div.catLevel2,
div.catLevel3,
div.catLevel4,
div.catLevel5 {
	margin-left: 30px;
	display: none;
	}

label {
	line-height: .85;
	}

.whiteShadowText {
	text-shadow: #ffffff 1px 0 10px !important;
	}

.img-thumbnail {
	width: 100%;
	/* height:100px;
	object-fit: cover;
	object-position: center; */
	margin:10px;
}

@media screen and (max-width: 480px) {
	.img-thumbnail {
		width: 75px !important;
	}
}

button.close {
	border: 0px none transparent;
	background-color: transparent;
	font-size: 200%;
	}

.sideMenu li {
	list-style-type: none;
	text-indent: -1em;
	}


#sidebar-content {
	width: 100%;
	}

.validated {
	border: 2px solid green;
	}

.notValidated {
	border: 2px solid red;
	}

.tinytext {
	line-height: .85;
	font-size: 90%;
	}
