.grid_container{
		justify-items: stretch;
		display: grid;
		grid-gap: 2px 5px;
		grid-template-columns: repeat(5, 200px);
					grid-template-rows: 20px [t_08_45] 35px [t_09_00] 18px [t_09_15] 18px [t_09_30] 18px [t_09_45] 18px [t_10_00] 18px [t_10_15] 18px [t_10_30] 18px [t_10_45] 18px [t_11_00] 18px [t_11_15] 18px [t_11_30] 18px [t_11_45] 18px [t_12_00] 18px [t_12_15] 18px [t_12_30] 18px [t_12_45] 18px [t_13_15] 18px [t_13_30] 18px [t_13_45] 18px [t_14_00] 18px [t_14_15] 18px [t_14_30] 18px [t_14_45] 18px [t_15_00] 18px [t_15_15] 18px [t_15_30] 18px [t_15_45] 18px [t_16_00] 18px [t_16_15] 18px [t_16_30] 18px [t_16_45] 18px [t_17_00] 18px [t_17_15] 18px [t_17_30] 18px [t_17_45] 18px [t_18_00] 18px [t_18_15] 18px [t_18_30] 18px [t_18_45] 18px [t_19_00] 18px [t_19_15] 18px [t_19_30] 18px [t_19_45] 18px [t_20_00] 18px [t_20_15] 18px [t_20_30];
		grid-auto-flow: column;
		overflow: auto;
		overflow-y: hidden;
}
.item {
	//min-width: 50px;
	//min-height: 50px;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.03);
}
.day_name {
		text-align: center;
		grid-row: 1;
		//border-style: dashed;
		//border-color: gray;
		border-width: 0px;
		font-size: large;
		font-weight: bold;
}
	.monday {
		grid-column: 1;
}
	.tuesday {
		grid-column: 2;
}
	.wednesday {
		grid-column: 3;
}
	.thursday {
		grid-column: 4;
}
	.friday {
		grid-column: 5;
}
	.short {
		padding: 0px;
		margin: 0px;
}
.short .card-body{
		padding: 0px;
		margin: 0px;
}
.session .card-body {
	color: black;
	display: inline-block;
	vertical-align: middle;
	padding: 0.5rem;
}

.plenary_talk .card-body .card-text {
	font-size: small;
	margin-top: -10px;
}

.break .card-body .card-text{
	display: inline-block;
	vertical-align: middle;
	//background-color: yellow;
	//color: green;
}

.plenary_talk .card-body{
}

.custom_card{
	background-color: #cecece !important;
	border-radius: 0px;
}
.plenary_talk {
	background-color: #cf463c !important;
}

.mini_symposia {
	background-color: #de7123 !important;
	flex-direction: row;
}

.mini_symposia .card-body {
	align-self: center;
}

.contributed_talk {
	background-color: #a2ad06 !important;
	flex-direction: row;
}

.contributed_talk .card-body {
	align-self: center;
}

.modal-PT h5 {
	color: #B40000;
}

.modal-IMS b {
	color: #0090FB;
}

.modal-CMS b {
	color: #C97A00;
}

.modal-CT b {
	color: #126a37;
}

div.canceled-talk * {
   color: #808080;
}

.room-container {
	display: flex;
	justify-content: space-between;
}

.icon-PDF  {
//	vertical-align: middle;
	display: inline-block;
	width: 1em;
	height: 1em;
 }
 
.text-PDF  {
//	vertical-align: middle;
	display: inline-block;
	color: #FF0000;
}
