@CHARSET "ISO-8859-1";

div.tb_wrap {
    color: #444;
    font-family: "Open Sans",sans-serif;
	margin: auto;
	max-width: 1080px;
}

div.tb_wrap .feature-filter, 
div.tb_wrap .imgedit-group, 
div.tb_wrap .popular-tags, 
div.tb_wrap .stuffbox, 
div.tb_wrap .widgets-holder-wrap, 
div.tb_wrap .wp-editor-container, 
div.tb_wrap p.popular-tags, 
div.tb_wrap table.widefat {
    background: none repeat scroll 0 0 #fff;
}
div.tb_wrap #menu-management .menu-edit, #menu-settings-column .accordion-container, .feature-filter, .imgedit-group, .manage-menus, .menu-item-handle, .popular-tags, .stuffbox, .widget-inside, .widget-top, .widgets-holder-wrap, .wp-editor-container, p.popular-tags, table.widefat {
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

div.tb_wrap .widefat {
    border-spacing: 0;
    clear: both;
    margin: 0;
    width: 100%;
}

div.tb_wrap table, div.tb_wrap th, div.tb_wrap td {
    border: none;
}

div.tb_wrap .widefat td, div.tb_wrap .widefat th {
    color: #555;
    overflow: hidden;
}
div.tb_wrap .widefat td, 
div.tb_wrap .widefat td ol, 
div.tb_wrap .widefat td p, 
div.tb_wrap .widefat td ul {
    font-size: 13px;
    line-height: 1.5em;
}
div.tb_wrap .widefat td {
    vertical-align: top;
}
div.tb_wrap .widefat td,
div.tb_wrap .widefat th {
    padding: 8px 10px;
}
div.tb_wrap .widefat * {
    word-wrap: break-word;
}
div.tb_wrap td {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}


span.member_info {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-left: 5px;
}

span.member_type {
	display: inline-block;
	margin-left: 5px;
	width: 200px;
}

img.change_status {
	cursor: pointer;
}

.select_status {
	position: absolute;
	display: none;
	height: 200px;
	width: 205px;
	z-index: 20000;
}

div.status_list {
	border: 2px solid #0060ba;
	overflow-y: scroll;
	float: right;
	background-color: #FFFFFF;
	height: 200px;
}

img.attach_status_list {
	float: left;
}

div.select_status ul {
	list-style: outside none none;
	padding: 0px;
	margin: 0px;
}

div.select_status ul li {
	padding-top: 2px;
	padding-bottom: 2px; 
}

div.select_status ul li span {
    display: inline-block;
    margin-left: 5px;
    margin-top: 6px;
    vertical-align: top;
}

div.select_status ul li {
	cursor: pointer;	
}

div.select_status ul li:hover {
	background-color: #1f81dc;
	color: #FFFFFF;
	cursor: pointer;

}


table.tbl_course_details tbody.details_agenda tr td div.status_info > div {
/*	margin-left: 53px; */
	margin-top: 20px;
	width: 100%;
}

table.tbl_course_details tbody.details_agenda tr td div.status_info {
	text-align: center;
	width: 140px;
}

table.tbl_course_details tbody.details_agenda tr td div.status_info span{
	display: block;
	width: 100%;
	text-align: center;
}

table.tbl_course_details tr td:not(:first-child):not(:last-child) {
	width: 140px;
}

table.tbl_course_details tr td:last-child {
	
}

table.tbl_course_details tr td:first-child {
	width: 220px !important;
}

table.tbl_course_details tbody#details_agenda tr td:first-child {
	padding-top: 0px;
	padding-left: 10px;
}



/* Login */

div#container_tb_login {
	font: calibri;
	font-size: 13px;
	width: 474px;
}

div#container_tb_login input{
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 7px;
	line-height: normal;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;	
}
div#container_tb_login fieldset {
	padding: 20px;
    border: 1px solid #c4c4c4;
    margin: 0 0 24px;	
}
	
div#container_tb_login input[type="password"],
div#container_tb_login input[type="text"] {
	width: 200px;
}

div#container_tb_login div#resend_pass,
div#container_tb_login div#login_error {
	background-color: #fb6137;
	border-radius: 5px;
	color: #ffffff !important;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#container_tb_login div#resend_pass {
	background-color: #27cf1a;
}

div#container_tb_login table#tbl_login {
	
    border-spacing: 0;
    border-collapse: collapse;
	border: 2px solid #fe901b;	
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
}

div#container_tb_login label {
	font-size: 13px;
	font-weight: 700;
	border: 0px;
	padding: 5px 4px 1px !important;
	color: 000000;
	width: 40%;
	display: block;
	text-align: left;
	
}

div#container_tb_login span {
	width: 100%;
	display: block;
	margin-top: 10px;
}

div#container_tb_login input[type="submit"] {
    background-color: #fe901b;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
	cursor: pointer;
}

span#userdetails_top {
	font-size: 13px;
}

@media screen and (max-width: 701px) {
	div.block-course {
		display: flex !important;
		flex-flow: row wrap;
		width: 100%;
		margin-bottom: 5px;
	}

	div.block-course .course-details {
		flex: 1 100%;
		height: 87px;
	}

	div.block-course div.block-agenda {
		display: flex !important;
		flex: 1 100%;
		flex-wrap: wrap;
	}

	div.block-course div.course-day {
		flex: 1 100%;
	}

	div.block-course div.course-day {

		border: 1px solid yellow;
		text-align: center;
	}

	div.overlay > div.status-list {
		position: absolute;
		left: 50%;
		margin-left: -6vw;
		top: 30vh;
		opacity: 1;
		color: #000000;
		background-color: #FFFFFF;
		padding: 20px 20px 40px 20px;

	}

}

@media screen and (min-width: 701px) {

	div.block-course {
		display: flex !important;
		width: 100%;
		margin-bottom: 5px;
	}

	div.block-course .course-details {
		flex: 1;
	}

	div.block-course div.block-agenda {
		display: flex !important;
		flex-wrap: wrap;
		flex: 4;
	}

	div.block-course div.course-day {
		width: 12vw;
	}

	div.block-course div.course-day {

		border: 1px solid yellow;
		text-align: center;

	}

	div.overlay > div.status-list {
		position: absolute;
		left: 50%;
		margin-left: -6vw;
		top: 30vh;
		opacity: 1;
		color: #000000;
		background-color: #FFFFFF;
		padding: 20px 20px 40px 20px;

	}

}

div.overlay {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100vw;
	max-width: 100%;
	min-height: 100vw;
	height: 100%;
	/* background-color:blue; */
	background-color: rgba(0,0,0,0.3);
	/*opacity: 0.3; */
	z-index: 1000000;
}

div.hide-overlay {
	display: none;
}


div.status-list div.status {
    background-color: #FFFFFF;
    cursor: pointer;
}
div.status-list div.status:hover {
    background-color: yellow;
}

div.overlay div.header {
	background-color: #e6c407;
	text-align: center;
	margin-bottom: 10px;
}

div.overlay div.header span {
	display: block;
}