.page_header {
	font-size: 18px;
	margin: 0 0 1em 0;
	text-align: center;
}

body {
	padding-bottom: 3em;
	font-family: "Roboto", "Helvetica Neue", "Helvectica", "Arial";
	/*background-color: #fafafa;*/
	-webkit-text-size-adjust: none;
   	/*-webkit-user-select: none;*/
	-webkit-tap-highlight-color: transparent;

}

body, input, select, table, textarea {
	/*font-family: "Slabo 27px";*/
	/*font-family: "Roboto", "Helvetica Neue", "Helvectica", "Arial";*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 13px;
}

.input_error {
	border-color: red;
}

.input_warning {
	border-color: orange;
}


.label {
	margin-top: .5em;
	text-transform: uppercase;
	font-size: 11px;
	color: #808080;
}

.label_description {
	margin: .5em 0 0 0;
	font-size: 11px;
	color: #808080;
}
.clickable-row {
	cursor: pointer;
}
.clickable-row:hover {
	background-color: #fafafa;
}

.label_action_shortcut_box {

background-color: #f5f5f5; border: 1px solid #aaaaaa; text-align: center; border-radius: 2px; padding: 1em; margin: 1em 0;
}

.user_image {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	color: #aaaaaa;
	width: 33px; 
	height: 35px; 
	border: 1px solid #dedede; 
	border-radius: 33px; 
	background-size: cover; 
   	-webkit-user-select: none;

}
select {
	background-color: white;
}

a.blue_link {
	color: #0084b4;
}
.btn {
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}

.btn_primary {
	background: rgba(255,0,0, 0.05);
}

.btn:hover {
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}

.cjm_table a:hover {
	color: #0084b4;
}

.cjm_table {

}

.cjm_table th {
	border: none;
	color: #aaaaaa;
	font-size: 13px;
	font-weight: 300;
	text-align: left;
	padding: .75em;
	white-space: nowrap;
}


.cjm_table td {
	border-top: 1px solid #eeeeee;
	padding: .75em;
}

.cjm_table td:first-child {
	border-left: 1px solid #eeeeee;
}

.cjm_table td:last-child {
	border-right: 1px solid #eeeeee;
}

.cjm_table tr:nth-child(2) td:first-child {
	border-radius: 2px 0 0 0;
}

.cjm_table tr:nth-child(2) td:last-child {
	border-radius: 0 2px 0 0;
}

.cjm_table tr:last-child td {
	border-bottom: 1px solid #eeeeee;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.cjm_table tr:last-child td:first-child {
	border-radius: 0 0 0 2px;
}
.cjm_table tr:last-child td:last-child {
	border-radius: 0 0 2px 0;
}

.plurili_list {
}
.plurili_list_item {
	border: 1px solid #eeeeee;
	border-top: none;
	padding: .75em;

}

.plurili_list_item:hover {
	background-color: #fafafa;
	cursor: pointer;
}

.plurili_list_item:first-child { 
	border-top: 1px solid #eeeeee;
    border-radius: 2px 2px 0 0;
} 
.plurili_list_item:last-child { 
    border-radius: 0 0 2px 2px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
} 

a:hover {
	border-bottom: none;
}

.assignment_card {
	border: 1px solid #eeeeee;
	padding: 1em; 
}

.assignment_card:hover {
	background-color: rgb(250, 250, 250);
}


.menuItem {
	cursor: pointer;
}

.selectedMenuItem {
	color: #0084b4;
}


.warning_input {
	border: 1px solid orange;
}

.btn_text {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
.btn_text:hover {
	color: black;
	border-bottom: 1px solid pink;
}

.inline_form{
	display: inline-block;
	margin: 0;
	padding: 0;
}

body {
	padding-top: 5.5em;
}

table {
	padding: 0;
	border-spacing: 0;
    border-collapse: separate;
}

/*td {
	padding: .5em 2em .5em 0;
}*/

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

table.data_list_table td {
	padding: 0.5em 0.5em 0.5em 0;
	vertical-align: top;
}

.full_top_border {
	border-top: 1px solid #d8d8d8;
}

.faded_top_border {
	border-top: 1px solid #f8f8f8;
}

.no_top_border {
	border-top: none;
}

td.new_row {
	border-top: 1px solid #eeeeee;
}

.i18nH1 {
	font-size: 21px;
}

.i18nBtn {
	padding: .5em 1em; 
	border: 1px solid #efefef;
	border-radius: 2em;
}
.i18nBtn:hover {
	border: 1px solid #dfdfdf;
	background-color: #efefef;
}

#menu_outer_wrapper {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #cccccc;
	/*box-shadow: 0px 1px 0 rgba(0,0,0,0.1);*/
	height: 3.5em;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	/*background-color: #607D8B;*/
}

#menu_inner_wrapper {
	display:table-cell;
	vertical-align:middle;
}

#menu_content {
	width:100%;
	color: white;
}

.no_decoration {
	text-decoration: none;
	border: none;
}
.no_decoration:hover {
	text-decoration: none;
	border: none;
}

.breadcrumbs {
	display: inline-block;
	min-width: 5em;
}

.i18n_badge {
	font-size: 10px;
	border-radius: 4px;
	display: inline-block;
	padding: .25em .5em;
	position: relative;
	top: -0.25em;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}

.i18n_admin_badge {
	background-color: #dddddd;
	border: 1px solid #cccccc;
}

.i18n_smaller {
	font-size: 13px;
}
.i18n_faded {
	color: #808080;
}
.i18n_pale {
	color: #aaaaaa;
}

.strikethrough {
	text-decoration: line-through;
}

.i18n_th {
	font-size: 13px;
	color: #aaaaaa;
}

.failed {
	color: #aa0000;
}
.completed {
	color: #008800;
}

.stats_big_number_label {
	font-size: 14px; 
	text-align: center;
}

.stats_big_number {
	font-size: 48px; 
	font-weight: 100;
	padding-top: .5em;
	text-align: center;
}

.one_tab {
	padding-left: 1em;
}
.two_tabs {
	padding-left: 2em;
}

.data_list_hover_row:hover{
	background-color: #fafafa;
	cursor: pointer;
}

.stats_bad {
	cursor: default;
	color: #aa0000;
}

.stats_faded {
	cursor: default;
	color: #808080;
}

.stats_goodish {
	cursor: default;
	color: orange;
}

.stats_good {
	cursor: default;
	color: #00aa00;
}

strong {
	font-weight: 400;
}


		
.mobile_only{
	display: none;
}

.hidden{
	display: none;
}

.fullscreen_overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}
.fullscreen_overlay_content {
	position: relative;
	top: 0;
	left: 0;
	margin: 6em auto;
	text-align: center;
	width: 90%;
	max-width: 640px;
}
		
@media screen and (max-width: 500px) {
	.mobile_only{
		display: table-row;
	}
	
	.dt_only{
		display: none;
	}
}
		


.rainbow {
    background: red; /* not working, let's see some red */
    background: -moz-linear-gradient( top ,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 255, 0, 1) 15%,
        rgba(0, 255, 0, 1) 30%,
        rgba(0, 255, 255, 1) 50%,
        rgba(0, 0, 255, 1) 65%,
        rgba(255, 0, 255, 1) 80%,
        rgba(255, 0, 0, 1) 100%);
    background: -webkit-gradient(linear,  left top,  left bottom, 
        color-stop(0%, rgba(255, 0, 0, 1)), 
        color-stop(15%, rgba(255, 255, 0, 1)),
        color-stop(30%, rgba(0, 255, 0, 1)),
        color-stop(50%, rgba(0, 255, 255, 1)),
        color-stop(65%, rgba(0, 0, 255, 1)),
        color-stop(80%, rgba(255, 0, 255, 1)),
        color-stop(100%, rgba(255, 0, 0, 1)));
}


/* bootstrap */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}


