@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

@font-face {
    font-family: "BebasNeueRegular";
    font-style: normal;
    font-weight: normal;
    src: url("/Output/ebook/fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/Output/ebook/fonts/BebasNeue-webfont.woff") format("woff"), url("/Output/ebook/fonts/BebasNeue-webfont.ttf") format("truetype"), url("/Output/ebook/fonts/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
}

/* temp */

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #333;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 300;
	padding: 0 0 0.5em;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b
{
	font-weight: 600;
}

strong, b
{
	font-weight: 500;
	color: #444;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

hr
{
	border: 0 none;
	border-top: 1px dotted #ccc;
}

ul
{
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	line-height: 2em;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
textarea,
select
{
	background-color: #FFFFFF;
	background-image: none;
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857em;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

	border: 1px solid #E2E2E4;
	box-shadow: none;
	color: #444;
}

input[type=text]:focus, input[type=text]:active,
input[type=password]:focus, input[type=password]:active,
input[type=tel]:focus, input[type=tel]:active,
input[type=email]:focus, input[type=email]:active,
select:focus, select:active,
textarea:active
{
	border: 1px solid #00A8B3;
	box-shadow: none;
	color: #222;
}

textarea
{
	height: auto;
	padding: 12px;
}

input[type=checkbox], input[type=radio]
{
	margin: 0 0.4ex 0 0;
}

.clearfix
{
	clear: both;
	height: 1px;
}

.container
{
	width: 100%;
}

i.note
{
	color: #666;
	font-size: 0.9em;
}

.ui-widget
{
	font-family: inherit;
	font-size: 1em;
}

#header
{
	display: none;
}

#maincontent_right
{
	background: none;
	padding: 0;
}

/* end temp */

/* colors */

.bg-green
{
	background: #39b6ab;
	color: #fff;
}

.bg-blue
{
	background: #59ACE2;
	color: #fff;
}

.bg-light-green
{
	background: #A9D86E;
	color: #fff;
}

.bg-violet
{
	background: #8175C7;
	color: #fff;
}

.bg-deep-blue
{
	background: #344860;
	color: #fff;
}

.bg-red
{
	background: #fa5050;
}

/* colors end */

.label
{
	border-radius: 0.25em;
	color: #FFFFFF;
	display: inline-block;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	padding: 0.5em 0.8em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;

	margin-bottom: 3px;
}

.label:hover
{
	text-decoration: none;
	color: #fff;
	box-shadow: 0 2px 0 #ddd;
}

.text-center
{
	text-align: center;
}

.img-rounded
{
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.btn,
.gbutton,
.button,
input[type=button],
input[type=submit],
input[type=reset],
.table_points a
{
    display: inline-block;
    height: 2.5em;
    margin-bottom: 0;
    padding: 0 12px;
    line-height: 2.4em;
    border: 1px solid rgba(0,0,0,0);
    border-color: #1FB5AD;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #1FB5AD;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
    -moz-user-select: none;
}

.btn:hover, .gbutton:hover, .button:hover,
.btn:focus, .gbutton:focus, .button:focus
{
	text-decoration: none !important; 
	background: #1FB5AD !important;
	color: #fff !important;
	box-shadow: 0 2px 0 #ddd;
}

.gbutton.add
{
	padding-left: 6px !important;
}

.btn.can-wrap, .gbutton.can-wrap
{
	white-space: inherit;
}

.btn:hover
{
	text-decoration: none;
}

.btn.btn-info
{
  	background-color: #57C8F1;
  	border-color: #57C8F1;
  	color: #FFFFFF;
}

.btn.btn-default
{
	background-color: #C7CBD6;
	border-color: #C7CBD6;
	color: #FFFFFF;
}

.btn.btn-danger
{
  	background-color: #fa5050;
  	border-color: #da3030;
  	color: #FFFFFF;
}

.btn-img img
{
	position: relative;
	left: -4px;
}

.btn-block
{
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
}

.btn-block + .btn-block
{
  	margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block
{
  	width: 100%;
}

.table_points a
{
	background-color: #C7CBD6;
	border-color: #C7CBD6;
}

.table_points a.steps_active
{
	background-color: #1FB5AD;
	border-color: transparent;
}

.table_points a b
{
	color: #fff;
}

.flat-sidebar
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 220px;

	background: #32323a;
}

.flat-sidebar .branding 
{
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 0 1em;
	height: 80px;

	background: #1fb5ad;
}

.flat-sidebar .branding h1
{
	font-size: 30px;
	margin: 0;
	padding: 13px 0 0 0;
	font-family: "BebasNeueRegular";
}

.flat-sidebar .branding h4
{
	font-weight: 300;
	color: #fff;
	font-size: 11px;
}

.flat-content
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 220px;
	padding: 25px;
	background: #f1f2f7;

	overflow: auto;
}

.sidebar-hider
{
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 30px;
	color: #32323a;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 30px;
	line-height: 27px;
	position: absolute;
	right: -14px;
	text-align: center;
	top: 23px;
	width: 30px;
	z-index: 2;
}

.sidebar-hider:hover
{
	text-decoration: none;
}

.sidebar-hider img
{
	margin: -4px;
	width: 40px;
	height: 40px;
}

.sidebar-hider.toggle
{
	background: none repeat scroll 0 0 #ddd;
	color: #fff;
	width: 40px;
	height: 40px;
	top: 18px;

	right: -20px;
}

.sidebar-hider.toggle img
{
	margin: 0;
}

.flat-content .content-header
{
	background: #fff;
	height: 80px;
	margin: -25px -25px 25px;
	border-bottom: 1px solid #EcEcEc;
}

.flat-content .content-header h2
{
	padding: 20px 25px;
	float: left;
	max-width: 70%;
	overflow: hidden;
	height: 2em;
	text-overflow: ellipsis;
}

.flat-content .content-header .userinfo
{
	float: right;
	line-height: 50px;
    position: relative;
}

.flat-content .content-header .userinfo img
{
	height: 50px;
	width: 50px;
	margin: 15px 0px;
    position: absolute;
    left: -60px;
}

.flat-content .content-header .userinfo strong
{
	display: block;
	float: right;
	padding: 15px 15px 35px 0;
}

.flat-content .content-header .userinfo ul::before
{
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
	border-image: none;
	border-style: solid;
	border-width: 15px;
	content: " ";
	display: block;
	float: right;
	margin: -30px 0 0;
	width: 0;
	z-index: 50;
}

.flat-content .content-header .userinfo ul
{
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	list-style: none outside none;
	margin: 0;
	padding: 0.35em 1em;
	position: absolute;
	margin-top: 30px;
	display: none;
	opacity: 0;
	right: 10px;
	min-width: 100px;
	z-index: 50;
	text-align: right;
}

.flat-content .content-header .userinfo strong:hover ul
{
	display: block;
	opacity: 1;
}

.flat-content .content-header .userinfo ul li
{
	line-height: 1.9em;
	padding: 0.1em 0;
}

.flat-menu
{
	list-style: none;
	padding: 0;
	margin: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0px;
    bottom: 0px;
}

.flat-menu > li
{
	border-bottom: 1px solid #3c3c43;
}

.flat-menu li > a
{
	display: block;
	line-height: 3.5em;
	padding: 0 1em;
	color: #a2a6ab;
	text-decoration: none;
	height: 3.5em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flat-menu > li.sel
{
	background: #28282e;
}

.flat-menu li.sel > a
{
	/*color: #369d96;*/
	color: #fff;
}

.flat-menu > li > ul
{
	margin: 0;
	padding: 0 0 0 1em;
	display: none;
}

.flat-menu > li > ul li::before
{
	background: url("/Images/icon_page.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border-radius: 20%;
	content: " ";
	display: block;
	float: left;
	height: 16px;
	margin: 17px -5px 0 4px;
	width: 16px;
}

.flat-menu > li.sel > ul
{
	display: block;
	list-style: none;
	background: rgba(0,0,0,0.1);
}


.flat-block,
.resource
{
	width: 100%;
	overflow: auto;

	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 25px 0;

	box-shadow: 0 0 1px rgba(0,0,0,0.05);
}

.flat-block .block-head,
.resource .resource-header
{
	background: #fafafa;
	text-transform: uppercase;
	color: #767676;
	line-height: 3em;
	padding: 0 1em;
	border-bottom: 1px solid #eff2f7;
}

.flat-block .block-body,
.resource .resource-content
{
	background: #ffffff;
	padding: 1em;
}

.flat-sidebar .flat-block
{
	box-shadow: 0 none;
	border-radius: 0;
}

.flat-sidebar .flat-block .block-head
{
	color: rgba(255,255,255,0.7);
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.flat-sidebar .flat-block .block-body
{
	background: none;
	color: #eee;
}

.in-block
{
	margin: -1em;
	padding: 1em;
}


.flat-calendar
{
	max-width: 400px;
	margin: 0 auto 2em;
}

.flat-calendar .calendar-controls
{
	margin: 0.5em auto 1em;
	position: inherit;
	background: none;
	box-shadow: none;
	border: 0 none;
	font-size: 1.5em;
	color: #767676;
}

.flat-calendar table tbody
{
	border: 0 none;
}

.flat-calendar table th
{
	color: #aaa;
	text-align: center;
	border: 0 none;
	background: none;
}

.flat-calendar table thead th.week-end
{
	color: #d33 !important;
}

.flat-calendar table td
{
	text-align: center;
	border: 0 none;
}

.flat-calendar table td a
{
	text-decoration: none;
	color: #39d;
}

.flat-calendar table td.noevents a
{
	color: #333;
}

.flat-calendar .calendar-controls .calendar-prev,
.flat-calendar .calendar-controls .calendar-next
{
	background: rgba(0,0,0,0.1);
	margin-top: 1px;

	border-radius: 3px;
}

.notice, .info, .warning, .success
{
	font-family: inherit;
	font-weight: 500;
	border: 0 none;
	border-radius: 4px;
	font-size: 12px;

	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.notice
{
	background: #FCF8E3;
	color: #8A6D3B;
}

.success
{
	background: #DFF0D8;
	color: #3C763D;
}

.info
{
	background: #D9EDF7;
	color: #31708F;
}

.close
{
	left: auto;
	right: -8px;
}


table
{
	border: 0 none;
}

table
{
	border: 0 none;
	background: none;
}

table thead tr,
table .ui-state-active,
table .ui-widget-content,
table thead th
{
	background: none;
}

table thead th,
table thead td,
table tbody td,
table tfoot th,
table tfoot td
{
	padding: 0.5em;
}

table thead th,
table thead td,
table tbody td
{
	border-left: 1px solid #ccc;
}

table thead tr th:first-child,
table thead tr td:first-child,
table tbody tr td:first-child,
table tfoot tr th:first-child,
table tfoot tr td:first-child
{
	border-left: 0 none;
}

table tfoot th,
table tfoot td
{
	background: none;
}

table thead .column-sort,
table thead .column-sort > *
{
	border: 0 none !important;
}

table thead .column-sort
{
	margin: -3px 5px -4px -6px;
}

table tbody
{
	border-bottom: 1px solid #ddd;	
}

table tbody tr td:first-child
{
	border-left: 0 none;
}

table tbody tr.even td
{
	background: #fff;
}

table tbody tr.doit td
{
	background: #eef8ff;
}

table thead tr > th > a
{
	text-decoration: underline !important;
}

table thead th, table td.thead_td, table tbody tr.even td.thead_td
{
	text-shadow: none;
	color: #444 !important;
	font-weight: 500 !important;
	border: 0 none;
	border-left: 1px solid #ccc;
	background: #E6E6E6;
	font-size: 14px;
}

table.without-style thead th,
table.without-style thead td,
table.without-style tbody td,
table.without-style tbody tr.even td,
table.without-style tbody
{
	border: 0 none;
	background: transparent;
}



.bexpand
{
	display: none;
}

.splitter
{
	background: #fff;
	margin: 0;
	padding: 0 1em 1em;
	border: none;

	border-radius: 5px;
}

.splitter > li
{
	margin: 0;
	padding: 1em 0 0 0;
	color: #666;
}

.splitter ul
{
	border-radius: 0;
	text-align: center;
}

.splitter .segment-0, .splitter .segment-1, .splitter .segment-2
{
	background: #e0e1e7;
	color: #fff;
	border: 0 none;
	text-shadow: none;
	margin: 0 0.3ex 0.3ex 0;
	display: inline-block;
	float: none;

	border-radius: 4px;
}

.splitter .selected-1, .splitter .selected-0, .splitter .selected-2
{
	background: #2eb4ad;
}

.image-grid
{
	width: auto;
	padding: 2em 0;
	text-align: center;
}

.image-grid li
{
	border-radius: 100%;
	box-shadow: none;
	display: inline-block;
	float: none;
	margin: 1em 0.5em 0;
}

.image-grid li a > img
{
	margin: 15px auto 5px;
}

.image-grid li strong
{
	color: #666666;
	display: block;
	font-size: 0.9em;
	height: 1.5em;
	margin: 0 auto;
	padding: 0.3em 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}

.image-grid li a > span
{
	display: block;
	margin: 5px auto 0;
	text-align: center;
}

.image-grid li > .hstate
{
	width: 175px;
	height: 175px;
	background: rgba(0,0,0,0.7);
	padding: 50px 5px;
	white-space: nowrap;
}

.image-grid .hstate a img
{
	top: -6px;
}

.aback
{
	margin-top: 1em;
}

.form label.inline, .form .label.inline
{
	white-space: nowrap;
	margin-top: 1em;
	display: inline-block;
}

.form label.inline:first-child, .form .label.inline:first-child
{
	margin-top: 0;
}


#steps.coachSteps
{
	margin-top: 2em;
}

.ui-tabs-nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #e0e1e7 !important;
	display: table;
}

.ui-tabs-nav.tabs-header
{
	display: block;
	margin: -14px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-tabs LI.ui-state-default.ui-corner-top
{
	background: none;
	border: 0 none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-selected.ui-state-active
{
	background: #fff;
	color: #1fb5ad;
	border-radius: 0;
}

.ui-tabs .ui-tabs-nav li
{
	top: -1px;
	margin-bottom: -1px;
	display: inline-block;
}

.ui-tabs .ui-tabs-nav li a
{
	font-family: 'Roboto', sans-serif;
	font-size: 13px !important;
	text-transform: uppercase;
	border: 0 none !important;
	color: #8f8f8f !important;
	line-height: 1em;
	outline: none;
	padding: 20px 15px !important;
	display: block;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li a:hover
{
	font-weight: 300;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-selected a
{
	color: #1fb5ad !important;
}

.ui-tabs .ui-tabs-panel, .ui-tabs-main
{
	margin-top: 1em;
	border: 0 none !important;
	padding: 2em;
}

.ui-tabs-panel.ui-tabs-hide
{
	display: none;
}

.ui-tabs .ui-tabs-panel > h3
{
	padding: 0 0 0.75em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea
{
	font-size: inherit;
}

div.stepEntry
{
	margin-top: 2em;
}


.fancybox-bg
{
	display: none;
}

#fancybox-wrap
{
	padding: 0;
}

#fancybox-outer
{
	background: none;
	border: none;
	padding: 0 20px;
	border-radius: 10px;

	box-shadow: 0 0 10px #333;
}

#fancybox-content
{
	background: #F1F2F7;
	border-color: #F1F2F7;
	border-width: 10px !important;
}

#fancybox-overlay
{
	background: #000 !important;
}


.rows-like-table > .row
{
	margin-top: 0.5em;
}

.rows-like-table > .row:first-child
{
	margin-top: 0;
}

#wb_1 H3, #wb_1 H4, #wb_1 P, .wbody H3, .wbody H4, .wbody P
{
    border-bottom:1px dashed #ccc;
    padding:10px;
    color:#1f1f1f;
    font-size:14px;
    font-weight:normal;
}

table.clearstyle tbody,
table.clearstyle tbody td,
.wbody table tbody,
.wbody table tbody td
{
	border: 0 none;
}

.wbody tbody tr td:first-child
{
	padding: 0 0.5em 0 0;
}

.evaluate-container
{
	background: #fff;
}

.filter-box
{
	margin: 0 1ex 0.5em 0;
	line-height: 2.5em;
}



@media only screen and (max-width: 768px) { /* tablets */
    
	.flat-sidebar
	{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 170px;

		background: #32323a;
	}

	.flat-content
	{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 170px;
		padding: 25px;
		background: #f1f2f7;

		overflow: auto;
	}
    
}
.scenarios-list .icon img
{
	max-width: 100%
}
.block-head .button_panel {
    margin-left: 10px;
}
.bottom-toolbar
{
	padding: 10px;
	text-align: right;
}
.bottom-toolbar.attached
{
	position: fixed;
	background: none repeat scroll 0 0 #bebec9;
	height: 50px;
	left: 220px;
	bottom: 0;
	right: 0;

	box-shadow: 0 0 2px #ddd;
}
.fleft
{
	float: left;
}
.block-head .fright .button_panel
{
	margin-top: 0;
}
.fright
{
	float: right;
}

#slideme, div.Submission_div
{
	width: 100%;
}

.login-form input[type=text],
.login-form input[type=password]
{
	width: 91%;
	margin-top: 0.5em;
}

.login-forgot
{
	float: left;
	padding: 6px 0;
}

.login-action
{
	float: right;
	padding: 3px 0;
}

.vps-info
{
	float: right;
	margin: 23px 60px 0 0px;
}

.vps-info div
{
	float: left;
	padding: 0 10px 0 0;
	line-height: 32px;
}

.toggle-right-sidebar
{
	display: block;
	overflow: hidden;
    color: #000;
}

.toggle-right-sidebar img
{
	height: 48px;
	margin: -4px;
}

.register-subtitle
{
	color: #555;
	padding: 1em 0;
}

.register-note
{
	padding: 1em 0 1.5em;
	color: #555;
	font-size: 13px;
	text-align: center;
}

.nav.mail-nav {
    margin: -13px -15px;
}
.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 0;
}


.nav.mail-nav > li{
    float: none;
    line-height: 2em;
}
.nav.mail-nav > li + li {
    margin-left: 0;
    margin-top: 0;
}
.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-stacked > li {
    float: none;
}
.nav-pills > li {
    float: left;
}
.nav > li {
    display: block;
    position: relative;
}

.mail-nav li a {
    border-radius: 0;
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 1px solid #f2f3f6;
    padding: 15px;
    text-decoration: none;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
    outline: none;
}
.mail-nav > li.active > a, .mail-nav > li.active > a:hover, .mail-nav > li.active > a:focus {
    background: none repeat scroll 0 0 #fafafa;
    border-right: 3px solid #1fb5ad;
    color: #1fb5ad;
}

.table-inbox-wrap {
    margin:0 -15px -15px;
}
.mail-checkbox {
    margin-right:10px;
}
.table.table-inbox {
    margin:0;
    width: 100%;
    border: 0 none;
}
.table.table-inbox tr td {
    padding: 12px !important;
    border: 0 none;
    border-top: 1px solid #ddd;
    line-height: 1.42857;
}
.table.table-inbox tr td:first-child {
    width:5%;
}
.table.table-inbox tr td:first-child .icheckbox_minimal {
    margin-left:15px;
}
.table.table-inbox tr td:hover {
    cursor:pointer;
}
.table.table-inbox tr:hover td {
    background: #f5f5f5;
}
.table.table-inbox tr td .fa-star.inbox-started,.table.table-inbox tr td .fa-star:hover {
    color:#f78a09;
}
.table.table-inbox tr td .fa-star {
    color:#d5d5d5;
}
.table.table-inbox > thead > tr > th, .table.table-inbox > tbody > tr > th, .table.table-inbox > tfoot > tr > th, .table.table-inbox > thead > tr > td, .table.table-inbox > tbody > tr > td, .table.table-inbox > tfoot > tr > td
{
    background: none repeat scroll 0 0 #fff;
    font-weight: 300;
    vertical-align: middle;
}
.table.table-inbox tr.unread td {
    font-weight:600;
    background:#f7f7f7;
}

.table.table-inbox tr.unread a {
    color: #32323a;
}
.table.table-inbox tr a {
    color: #767676;
}

.table.table-inbox tr a.nowrap
{
	width: 90%;
	display: block;
	height: 1.5em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	max-width: 150px;
}

.inbox-small-cells .avatar-wrapper
{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 40px;
	margin: 0 -10px 0 5px;
}

.inbox-small-cells .avatar-wrapper img
{
	width: 40px;
	height: 40px;
}

#fancybox-outer
{
	padding: 0;
	border: 0px none;
	background: none;
}

#fancybox-content
{
	border-radius: 5px;
	border-radius: 0 0 5px 5px;
	width: auto !important;
}

#fancybox-bg-n
{
	border-bottom: 1px solid #e5e5e5;
	min-height: 40px;
	padding: 10px 0;
	background: #fafafa;
	color: #333;
	top: -40px;
	border-radius: 5px 5px 0 0;
	display: block;
}

#fancybox-close
{
	background-image: url("/js/ui/images/ui-icons_222222_256x240.png") !important;
	background-position: -96px -128px;
	height: 16px;
	right: 10px;
	top: -27px;
	width: 16px;
}

.image-grid-flat
{
	list-style: none;
	margin: 15px -10px;
	padding: 0;
}

.image-grid-flat li
{
	display: inline-block;
	width: 33.3333333%;

	border-radius: 15px;
}

.image-grid-flat li > div.title
{
	background: none repeat scroll 0 0 #fafafa;
	border-bottom: 1px solid #eff2f7;
	color: #767676;
	font-size: 12px;
	line-height: 3em;
	padding: 0 1em;
	text-transform: uppercase;
	margin: 0 10px -11px;
	overflow: hidden;
	height: 3em;
	text-overflow: ellipsis;
}

.image-grid-flat li > div.title .button
{
	float: right;
	height: 2em;
	line-height: 1.9em;
	margin: 6px -6px 0 -18px;
	padding: 0 6px;
	position: relative;
}

.image-grid-flat li > div.content
{
	margin: 10px;
	background: #fff;
	height: 240px;
	overflow: hidden;

	box-shadow: 0 0 1px rgba(0,0,0,0.05);
}

.image-grid-flat li > div > .icon
{
	display: block;
	float: left;
	width: 140px;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none !important;
	font-size: 12px;
	padding-top: 6px;
}

.image-grid-flat li > div > .icon img
{
	width: 160px;
	height: 160px;
}

.image-grid-flat li > div > .icon span
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	position: relative;
	top: -80px;
	text-decoration: none !important;
	display: block;
	color: #fff;
	margin: 0 10px;
	line-height: 1.2em;
	font-size: 11px;
	text-align: center;
	border-radius: 4px;
	padding: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	box-shadow: 0 0 9px rgba(0,0,0,0.3)  inset;
}

.image-grid-flat li > div > .icon:hover span
{
	text-decoration: none !important;
}

.image-grid-flat li > div > a.hstate
{
	display: block;
	overflow: hidden;
	color: #999;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}

.image-grid-flat li > div > a.hstate:hover
{
	text-decoration: none;
	color: #666;
}

.image-grid-flat li:hover div.content
{
	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.1);
}

.chat_entry
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	display: table;
}

.chat_entry .lft
{
	float: left;
}

.chat_entry .rght
{
	float: left;
	position: absolute;
}

.chat_entry .rght a
{
	display: block;
	width: 50px;
	height: 50px;
}

.chat_entry .rght a img
{
	display: none;
}

.chat_entry .user .ava
{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 1em 0 0;
}

.chat_entry .user img
{
	height: 50px;
	width: 50px;
}

.chat_entry .user, .chat_entry .main
{
	float: left;
}

.chat_entry .main
{
	max-width: 80%;
}

.chat_entry .main > b
{
	float: left;
	font-size: 12px;
	display: inline-block;
	margin-right: 1em;
}

.chat_entry .main > span
{
	float: right;
	font-size: 12px;
	color: #999;
}

.chat_entry .main > br
{
	display: none;
}

.chat_entry .main p.desc
{
	display: table;
	background: #44b7fb;
	color: #fff;
	padding: 0.5em 0.7em !important;
	border-radius: 4px;
	margin: 1.5em 0 0.5em 0 !important;
	font-size: 12px;
	line-height: 1.5em;
}

ul.teamlist
{
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	text-align: left;
}

img.avatar.vbooklet-avatar
{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
}
.current-booklet {
    font-size: 14px;
    margin: 0px 0px;
    padding: 3px 10px;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.lock-booklet {
    margin: 2px -5px 0 10px;
}
.lock-booklet input {
    vertical-align: middle;
}
.consttable {
    width: 100%;
}
.consttable .even td {
    background: #EEE;
}
.consttable th:first-child + th, .consttable th:first-child + th + th + th, .consttable .evaluation.evaluation_no_hover_blue {
    width: 50%;
}
.consttable .evaluation.evaluation_no_hover_blue {
    padding: 0;
    vertical-align: top;
}
.const-div {
    max-width: 100%; 
    overflow: hidden; 
    margin: 0 auto;
}
.evaluation_no_hover_blue .criterions-table {
    width: 100%;
}
.evaluation_no_hover_blue .criterions-table tr td {
    border-bottom: 1px solid #ccc;
}
#pane-student-info {
	border-radius: 4px;
	box-shadow: 0 15px 20px 4px rgba(0, 0, 0, 0.2);
	max-height: 500px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 90px;
	width: 350px;
	z-index: 50;
	display: none;
}
#pane-student-info .block-body {
	max-height: 457px;
	overflow: auto;
}
#pane-student-info.showed {
	display: block;
}
#main-toggle .btn {
    float: left;
    margin: 6px 5px;
}
#galleryA {
    overflow: hidden;
}