// -------- repo page ----- 
a.todo_link {
	display: inline-block;
	margin-bottom: 2px;
	padding-right: 3px;
	font-size: 15pt;
	line-height: 1.2;
	word-break: break-word;
	color: #333;
	font-weight: bold;
}
a.todo_link:hover {
	color: #4183c4;
	text-decoration: none;
}
.deadline {
	display: block;
	width: 100%;
	border: 1px solid rgb(211, 203, 203);
	margin: 0px;
	padding: 5px;
	background: white;
	border-radius: 5px;
	margin-bottom: 5px;
}
span.set_a_deadline_plus {
	display: block;
	text-align: center;
	color: rgba(128, 128, 128, 0.54);
	font-size: 24pt;
	-webkit-transition: -webkit-transform .5s, color .5s;
	-o-transition: -o-transform .5s, color .5s;
	-moz-transition: -moz-transform .5s, color .5s;
	transition: transform .5s, color .5s;
}
span.set_a_deadline_text {
	text-align: center;
	display: block;
	color: rgba(51, 51, 51, 0.49);
	font-size: 9pt;
	text-transform: lowercase;
	margin-top: 5px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	-moz-transition: color .5s;
	transition: color .5s;
}
span.set_a_deadline_img {
	text-align: center;
	display: block;
	opacity: .5;
}
.deadline:hover>.set_a_deadline_plus {
	color: #333;
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.deadline:hover>.set_a_deadline_text {
	color: #333;
}
span.deadline_relative {
	display: block;
	text-align: center;
	color: #333;
	font-size: 9pt;
	margin-top: 10px;
}
.deadline_date {
	display: none;
}
.deadline_date_date {
	display: block;
	text-align: center;
	font-size: 11pt;
	color: rgba(51, 51, 51, 0.8);
	margin-top: 5px;
}
.deadline_date_year {
	display: block;
	text-align: center;
	font-size: 10pt;
	color: rgba(51, 51, 51, 0.56);
}
._dline_normal {
	background: rgba(212, 249, 212, 0.28);
	border: 1px solid rgba(20, 176, 20, 0.31);
	box-shadow: 0px 0px 1px rgba(0, 128, 0, 0.71);
}
._dline_medium {
	background: rgba(255, 165, 0, 0.3);
	border: 1px solid rgba(255, 165, 0, 0.74);
	box-shadow: 0px 0px 1px orange;
}
._dline_extreme, ._dline_high {
	background: rgba(249, 108, 8, 0.36);
border: 1px solid rgba(255, 107, 0, 1);
box-shadow: 0px 0px 1px rgba(255, 107, 0, 0.53);
}
._dline_extreme .deadline_date .deadline_date_date, ._dline_extreme .deadline_date .deadline_date_year {
	color: #333;
	font-weight: bold;
}
span.color {
	display: inline-block;
	width: 8px;
	height: 106%;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.75;
}
span.priority {
	padding: 5px 20px 5px 10px;
	color: rgba(51, 51, 51, 0.33);
	text-transform: uppercase;
	font-size: 9pt;
	z-index: 1;
	font-weight: bold;
	font-family: monospace;
	max-width: 100px;
	overflow: hidden;
	text-transform: uppercase;
	display: none;
}
// -------------


._r_activities .row.success:nth-child(odd) {
	background: rgb(198, 242, 214);
	color: black;
	border-top: 1px solid rgba(81, 148, 79, 0.34);
}
._r_activities .row.failed {
	background: rgba(255, 68, 0, 0.31);
	color: rgba(131, 2, 2, 0.53);
	border-top: 1px solid rgba(255, 19, 10, 0.21);
}
._r_activities div img {
	width: 45px;
}
._r_activities div.row:nth-child(odd) {
	background: rgba(221, 221, 221, 0.42);
}
._r_activities div.row {
	padding: 5px 10px;
	border-top: 1px solid rgba(208, 208, 208, 0.25);
	border-left: 1px solid rgba(208, 208, 208, 0.25);
	border-right: 1px solid rgba(208, 208, 208, 0.25);
}
._r_activities div.row .large-1 {
	padding: 0px;
	margin: 0px;
}
._r_activities {
	font-size: 11pt;
}
._r_activities a {
	color: rgb(49, 109, 152);
}
._r_activities a:hover {
	color: rgb(1, 109, 186);
}
.r_activities 
.imgbutton {
	opacity: .7;
	cursor: pointer;
	-webkit-transition: opacity .6s, -webkit-transform .6s;
}

.imgbutton:hover {
	opacity: 1;
	-webkit-transform: rotate(60deg);
}
.meter {
	-webkit-transition: width .3s;
}
body {
    /*font-family: BentonSans, sans-serif,  helvetica, aerial;*/
    font-family: 'PT Sans', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}
section#_NOTIF_HANDLER {
	display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    width: 400px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.94);
    border: #529A17 1px solid;
}
section#_NOTIF_HANDLER .row {
	height: 100%;
	overflow: hidden;
}
section#_NOTIF_HANDLER .row .small-2 {
    font-size: 45pt;
    padding: 10px;
    text-align: center;
    margin: 0px;
    background-color: #BCDEA0;
    height: 100%;
}
section#_NOTIF_HANDLER .row .small-10 {
	padding: 6px 2px;
    font-size: 12pt;
    font-weight: 100;
    font-family: calibri;
}
section#_NOTIF_HANDLER .row .small-10 div img {
	display: inline-block;
    float: left;
    margin-right: 2px;
    height: 20px;
    margin-top: -3px;
}
section#_NOTIF_HANDLER .row .small-10 div {
	margin-bottom: 4px;
    word-break: break-word;
}
section#_NOTIF_HANDLER .close {
    position: absolute;
    top: 83px;
    left: 0px;
    width: 66px;
    height: 70px;
    background-color: rgba(113, 108, 108, 0.17);
    display: inline-block;
    z-index: 2;
    text-align: center;
    padding-top: 1px;
    border: 1px solid rgba(82, 154, 23, 0);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 45px;
}
section#_NOTIF_HANDLER .close:hover {
    background-color: rgba(255, 0, 0, 0.31);
}

footer {
	display: block;
	width: 100%;
	background: #f2f2f2;
	color: #333;
	padding-top: 100px;
	padding-bottom: 20px;
	background-image: linear-gradient(180deg, white, rgb(249, 243, 228))
}
.alert-box {
	opacity: .88;
}
.clearfix {
	display: block;
	width: 100%;
	height: 10px;
}
._infolist div {
	padding: 5px 10px;
	color: rgb(66, 63, 63);
	border: 1px solid rgba(0, 0, 0, 0.09);
	margin-top: 6px;
	background: rgba(255, 255, 255, 0.59);
	border-top: 1px solid rgba(0, 0, 0, 0.11);
}
.htitle {
	background: #2B3D54;
	color: white;
	padding: 0px 10px 0px 20px;
}

.inline_box {
	background: #2B3D54
}
.timeval {
	-webkit-transition: opacity .5s;
}
span.label.private {
	display: inline-block;
	padding: 4px 5px 3px;
	font-size: 11px;
	font-weight: 300;
	line-height: 11px;
	color: #a1882b;
	text-transform: uppercase;
	vertical-align: middle;
	background-color: #ffefc6;
	border-radius: 3px;
}
#header {
	background: #000000;
	padding-left: 20px;
	/*background-image: linear-gradient(180deg, #508850, #508850);*/
	/** Modified **/
}
ul.title-area li {
	float: left;
}
li.notice {
	margin-right: 100px;
	color: rgb(44, 176, 35);
	font-size: 10pt;
	padding: 5px 31px;
	margin-top: 7px;
}
li.link {
	background: #333;
	padding: 5px 15px;
	margin: 7px 5px 0px 5px;
	font-size: 10pt;
	border: 1px solid rgb(42, 37, 37);
	-webkit-box-shadow: inset 0px 0px 10px rgb(63, 63, 63);
	-o-box-shadow: inset 0px 0px 10px rgb(63, 63, 63);
	-moz-box-shadow: inset 0px 0px 10px rgb(63, 63, 63);
	box-shadow: inset 0px 0px 10px rgb(63, 63, 63);
	border-radius: 5px;
	text-align: center;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
li.link:hover {
	background: rgb(44, 176, 35);
	box-shadow: none;
}
li.link a {
	padding: 0px;
	color: rgb(44, 176, 35);
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
li.link:hover > a {
	color: rgb(252, 252, 252);
}
select._filter {
	padding: 5px 10px;
	width: auto;
	height: inherit;
	display: inline-block;
}

.logotext span {
	background: rgb(44, 176, 35);
	padding: 3px 3px 3px 3px;
	margin-left: 2px;
	border-radius: 25px;
	text-align: center;
	width: 100px;
}
#user_info, .subheader {
	padding-top: 30px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding-bottom: 20px;
	background: rgb(237, 237, 237);
	margin: 0px;
}
.error_state {
	border: 1px solid rgba(255, 0, 0, 0.26);
	-webkit-box-shadow: inset 0px 0px 7px rgba(255, 0, 0, 0.27);
	-o-box-shadow: inset 0px 0px 7px rgba(255, 0, 0, 0.27);
	-mox-box-shadow: inset 0px 0px 7px rgba(255, 0, 0, 0.27);
	box-shadow: inset 0px 0px 7px rgba(255, 0, 0, 0.27);
	color: rgba(100, 7, 7, 0.65);
}

textarea {width: 100%;height: 140px; color: white;}
code {color: #DD4A68; font-family: Consolas, Monaco, 'Andale Mono', monospace;}


.label {
	background: rgba(61, 163, 216, 0.57);
	border: 1px solid rgba(0, 0, 0, 0.23);
	color: black;
	display: inline-block;
	margin: 1px;
	border-radius: 2px;
	padding: 4px 5px 3px;
}
.label.secondary {
	background: rgba(199, 199, 199, 0.24);
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.72);
}
.label.success {
	background-color: rgba(77, 195, 121, 0.95);
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.label.warning {
	background: rgba(255, 165, 0, 0.51);
	color: rgb(139, 69, 69);
	text-transform: uppercase;
}
span.date {
	display: inline-block;
	font-size: 12pt;
	margin-top: 0px;
	color: black;
}
.strong {
	font-weight: bold;
}
span.tag {
	display: inline-block;
	background: rgba(192, 192, 192, 0.15);
	padding: 2px 5px 2px 5px;
	border: 1px solid rgba(24, 21, 21, 0.34);
	border-radius: 3px;
}
span.tag a {
	color: rgb(68, 78, 97);
}
span.tag a:hover {
	color: rgb(0, 52, 150);
}
.todo_row:hover > .todo_count {
	color: rgb(12, 13, 76);
}
.row.todo_row {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	max-width: 100%;
	-webkit-transition: background .2s;
	-o-transition: background .2s;
	-moz-transition: background .2s;
	transition: background .2s;
	border: rgb(238, 238, 238) 1px solid;
	margin-bottom: 4px;
	background: #f9f9f9;
	padding: 0px;
}
.row.todo_row:hover {
    background: rgb(241, 248, 235);
    border: rgb(188, 222, 160) 1px solid;
}
.row.todo_row:hover> .todo_count .deadline_box {
    background-color: rgba(188, 222, 160, 0.56);
}
img.img_options {
	opacity: 0.3;
	cursor: pointer;
}
img.img_options:hover {
	opacity: 1;
}
.hidden {
	display: none;
}


// --------- CSS for index page ------------
#_LATEST_TASKS ._task_ div a img {
	height: 100%;
}

._task_ div.large-9 {
	padding-top: 10px;
}

._task_:nth-child(odd) {
	background: rgb(237, 237, 237);
}

._task_:nth-child(odd) span.label {
	color: black;
	background: rgb(213, 213, 213);
}
._task_ {
	border-left: 1px solid rgba(192, 192, 192, 0.4);
	border-bottom: 1px solid rgba(192, 192, 192, 0.4);
	padding: 7px 0px;
}
span._task_title {
	display: inline-block;
	color: black;
	padding-left: 4px;
}
span._task_started {
	display: block;
	text-align: left;
	color: rgb(179, 179, 179);
	font-size: 10pt;
	padding-left: 5px;
	float:left;
}
._task_progress {
	margin-top: 4px;
	height: 15px;
	margin-bottom: 1px;
}
._task_ended {
	color: rgb(179, 179, 179);
	font-size: 10pt;
	text-align: right;
	display: inline-block;
	float: right;
	padding-right: 5px;
}
._task_status {
	margin: 5px;
	float:right;
}
._task_message {
	color: rgb(82, 78, 78);
	font-size: 11pt;
	padding: 5px;
}
._task_detail {
	text-align: left;
	padding: 5px 0px 0px 15px;
	margin-top: 6px;
}


ul.footer_links li a {
	color: #69808E;
}
ul.footer_links li a:hover {
	color: #B6C7D2;
}
ul.footer_links li {
	list-style-type: none;
	display: inline-block;
	margin: 3px 10px 2px 10px;
	padding: 0px;
	line-height: 1;
}

.color-white {
	color: white;
}

.color-wblue {
	color: rgb(149, 170, 182);
}
.color-red {
	color: red;
}

.footer_message {
	font-weight: 100;
	font-size: 12pt;
	font-family: calibri;
	line-height: 13pt;
}

.debug {
	background: black;
	color: rgb(0, 121, 0);
}

.debug div {
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid rgb(40, 40, 40);
}

#olayer {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.63);
	display: none;
}
#obox {
	position: fixed;
	top: 100px;
	width: 50%;
	min-width: 300px;
	background: rgba(255, 255, 255, 0.92);
	min-height: 200px;
	z-index: 11;
	left: 25%;
	border: 1px solid black;
	border-radius: 3px;
	display: none;
}

span.__new_member {
	display: inline-block;
	border-radius: 2px;
}
span.__new_member a {
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin: 0px;
}
span.__new_member a img {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
	margin: 0px;
}
span.__new_member a img:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

._set_deadline {
	cursor: pointer;
}

#_todo_next_week h4, h4.todofystyle {
	text-align: right;
	color: red;
	font-weight: 200;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 0, 0, 0.32);
	padding-bottom: 0px;
	font-size: 15pt;
	margin-bottom: 0px;
}

._todo_next_week_div.row {
  padding: 5px 0px 5px 3px;
  color: rgba(51, 51, 51, 1);
  margin: 0px;
  border-bottom: 1px solid rgba(118, 116, 116, 0.12);
}

._todo_next_week_div a {
	font-weight: 100;
}

._todo_next_week_todo {
  font-weight: 400;
  font-size: 12pt;
  padding: 5px 0px 5px 5px;
}

.todo_next_week_meta {
  padding: 2px 10px 2px 5px;
  font-size: 10pt;
  font-weight: 100;
}

.timestamp, .tnextweek_timestamp {
	display: none;
}

.tnwoptions {
  opacity: .5;
  display: none;
  float: right;
  width: 16px;
}
.tnwoptions:hover {
	cursor: pointer;
	opacity: .8;
}

._todo_next_week_div.row:hover, ._todo_next_week_div.row.focus  {
  background: rgba(216, 216, 216, 0.28);
  cursor: pointer;
}

._todo_next_week_div.row:hover > .columns .tnwoptions {
	display: inline;
}
._todo_next_week_div.row:hover > .columns .tnwlink {
	text-decoration: underline;
}
._todo_next_week_div.row:hover > .columns .priority_text {
	display: inline-block;
}

#embed_badge_url {
	display: inline-block;
	width: 274px;
	padding: 0px 5px;
	height: 25px;
	color: #000000;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: inset 0px 0px 1px rgb(61, 156, 236);
}

#embed_badge_url:focus {
	color: black;
	background: rgba(32, 144, 237, 0.09);
	box-shadow: inset 0px 0px 0px black;
}

#_embed_badge {
	font-size: 10pt;
	font-weight: 100;
	text-transform: capitalize;
}
#_embed_badge:hover {
	text-decoration: underline;
}

a.plain_a {
  color: rgb(102, 99, 99);
  font-weight: 100;
}

span.more , span.less{
  background: rgba(192, 192, 192, 0.22);
  padding: 0px 5px;
  font-weight: 300;
}
span.more:hover, span.less:hover {
  cursor: pointer;
  background: rgba(143, 195, 232, 0.36);
  font-weight: 500;
}

div.switch.radius label {
  border-radius: 4px;
  display: inline-block;
  margin: 0px;
  float: left;
}
.box_ {
	margin-left: 5px;
  	margin-top: 3px;
}
.box_ a {
  color: #353535;
  font-weight: 100;
}
.box_ a:hover {
	text-decoration: underline;
}
.todofy_suggestions .row:hover {
    background: rgba(235, 177, 75, 0.33);
}
.todofy_suggestions .row:hover>.box_ a {
	color: black;
	font-weight: 400;
}
.todofy_suggestions .row:hover>.box_ .desc, .todofy_suggestions .row .box_ .desc.undertodofication {
	display: block;
	margin-top: 10px;
}

.box_ .desc {
	display: none;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
	font-weight: 100;
	font-size: 10pt;
}


.drop_down_menu {
  position: absolute;
  top: 2px;
  right: 3px;
  display: block;
  width: 100px;
  height: 40px;
  background-image: url(../resources/icons_white/menu.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  color: white;
  padding: 13px 0px 0px 37px;
  font-weight: 100;
  font-size: 13pt;
}

.drop_down_menu:hover {
  cursor: pointer;
  color: rgba(231, 255, 18, 1);
}


/* ------------------ header ----------------- */
@media (max-width: 825px) {
	.top-bar-section .right {
		display: none;
	}
	#notification_block {
		display: none;
	}
}

@media (min-width: 825px) {
	.drop_down_menu {
		display: none;
	}
}


/* ----------------- repo.php ------------- */
.clear {
    display: inline;
    float: left;
    width: 62px;
    background-color: #F9F9F9;
    border: 1px solid #BFBFBF;
    padding: 1px 10px;
    border-radius: 20px;
    margin: 0px 0px 0px 0px;
    color: rgba(0, 0, 0, 0.99);
    font-weight: 200;
    font-size: 10px;
}

a.login_button {
  background-color: rgb(51, 51, 51);
  color: white;
  font-size: 13pt;
  padding: 5px 10px;
  margin: 0px;
  border-radius: 5px;
}

a.login_button:hover {
	cursor: pointer;
	background-color: #272727;
	color: rgb(241, 198, 0);
}

#logoImage{
	width: 155px;
	height: 45px;
	display: inline-block;
	background-size: 153px 38px;
	background-repeat: no-repeat;
	-webkit-transition: background-image .5s;
	-o-transition: background-image .5s;
	-moz-transition: background-image .5s;
	transition: background-image .5s;
  /** MODIFIED **/
}

.drop_down_menu_items {
  display: none;
  z-index: 20;
  position: absolute;
  top: 45px;
  right: 0px;
  width: 100%;
}

.drop_down_menu_items ul {
  width: 100%;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
  padding-bottom: 40px;
}

.drop_down_menu_items ul li.name, .drop_down_menu_items ul li.has-dropdown {
  padding: 10px 10px 5px 30px;
}

.drop_down_menu_items ul li a {
	color: white;
}

.drop_down_menu_items ul li.name:hover, .drop_down_menu_items ul li.has-dropdown:hover {
  background-color: black;
}

.drop_down_menu_items ul li ul {
  position: static;
  top: 0px;
  background-color: rgba(0,0,0,0);
  padding: 10px;
}

.drop_down_menu_items ul li ul li {
  list-style-type: none;
  display: inline-block;
  padding: 5px 10px;
}

span.label.spl.yellow {
    background-color: rgba(235, 177, 75, 0.54);
    font-weight: 500;
    font-size: 10pt;
    border: 1px solid #D09B3D;
    padding: 2px 5px;
    border-radius: 5px;
}
span.label.spl {
    background-color: rgba(231, 173, 22, 0.2);
    font-weight: 400;
    font-size: 10pt;
    border: 1px solid #E7AD16;
    padding: 5px 5px;
    font-family: 'PT Sans', 'Helvetica Neue', 'Arial', 'sans-serif' !important;
}
span.label.spl.broad {
	margin-bottom: 4px;
	transition: padding-left .5s, border .5s;
	-o-transition: padding-left .5s, border .5s;
	-moz-transition: padding-left .5s, border .5s;
	-webkit-transition: padding-left .5s, border .5s;
}
span.label.spl.broad.glitter:hover {
    background-color: rgb(231, 173, 22);
    cursor: pointer;
}
span.label.spl.broad.glitter.selected {
    background-color: #FFDF86;
    border: 1px solid #0E0E0E;
    padding-left: 19px;
    background-image: url(../resources/tick.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 3px 3px;
}

div.switch input:checked+label {
  background: #F4D59D;
}

.clearfix.duplex{height: 20px;}

.todo_filename {
	float: right;
	font-weight: 100;
	color: black;
	font-size: 10pt;
}
a.todo_link {
    color: black;
    font-weight: 400;
    font-size: 14pt;
}
.deadline_box {
    display: inline;
    width: 40px;
    height: 63px;
    float: left;
    margin-right: 5px;
    background-color: #EFEFEF;
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    margin-left: -5px;
    padding-top: 10px;
}
.deadline_box.addDeadline {
    background-image: url(../resources/deadline.png);
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.todo_count {
	padding: 0px 10px 0px 5px;
}
.deadline_box span {
    font-size: 10pt;
    font-weight: 100;
}
div.todolistloading._loading {
    background-image: url(../resources/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .3;
}
.todolist_header {
    text-align: right;
    padding-right: 5px;
    color: red;
    font-weight: 200;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 0, 0, 0.32);
    padding-bottom: 0px;
    /*font-size: 15pt;*/
    margin-bottom: 10px;
    margin-top: 20px;
}
.todolist_header.grey {
    color: rgba(0, 0, 0, 0.56);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.filters div input, .filters-white div input {
    margin: 0px;
}
.filters div {
    background-color: rgba(192, 192, 192, 0.23);
    padding: 5px;
	margin-bottom: 4px;
}
.filters-white div {
	background-color: white;
    padding: 5px;
	margin-bottom: 4px;
}
.row.todo_row.deadlinecrossed .todo_count .deadline_box {
    background-color: rgba(255, 0, 0, 0.3);
}
.row.todo_row.deadlinecrossed {
    background-color: rgba(255, 0, 0, 0.11);
    border: 1px solid rgba(255, 0, 0, 0.24);
}

#_filter_priority_div span {
    display: block;
    text-align: left;
    width: 75%;
    color: black;
    font-weight: bold;
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    -webkit-transition: padding-left .5s, background-image .5s;
    -moz-transition: padding-left .5s, background-image .5s;
    -o-transition: padding-left .5s, background-image .5s;
    transition: padding-left .5s, background-image .5s;
}
#_filter_priority_div span span {
    display: inline-block;
    width: 10px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#_filter_priority_div span.label.secondary.selected {
    padding-left: 18px;
    padding-left: 20px;
    background-image: url(../resources/tick.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 3px 2px;
}

div.ALLFINISHED {
    font-size: 22pt;
    text-align: center;
    background-color: rgba(224, 224, 224, 0.41);
    padding: 31px;
    font-weight: 100;
    margin-bottom: 10px;
}
._language_text:hover, #_filter_group_bool_text:hover {
	text-decoration: underline;
	cursor: pointer;
}
.oh_snap {
	display: none;
    text-align: center;
    padding: 25px;
    font-size: 20pt;
    font-weight: 100;
    background-color: #F9F9F9;
    border: 1px solid #EEEEEE;
}
span._tnwoptions {
    float: right;
    display: inline;
    opacity: .3;
    margin: 0px;
    margin-right: 0px;
    height: 12px;
    width: 18px;
}
span._tnwoptions:hover {
	opacity: .7;
	cursor: pointer;
}
.deadline_box.addDeadline:hover {
	cursor: pointer;
}


/** selection box **/
.selection_box {
  display: none;
  position: absolute;
  top: 20px;
  right: 0px;
  width: 270px;
  background: white;
  border: 1px solid rgba(213, 210, 210, 0.78);
  z-index: 1;
  border-radius: 3px;
  padding: 0px;
  margin: 0px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}
.selection_header {
  background: #f5f5f5;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 600;
}
.selection_header .close {
  float: right;
  margin: 0px;
  height: 0px;
  position: relative;
  top: -3px;
  right: 1px;
  width: 12px;
}
.selection_input_i {
  padding: 10px;
  border-bottom: 1px solid rgba(213, 210, 210, 0.78);
  background: rgba(245, 245, 245, 0.21);
}
.selection_input_i input {
  margin: 0px;
  height: 30px;
  color: rgba(51, 51, 51, 0.79);
  font-weight: bold;
}
.selection_clear {
  padding: 9px 5px 9px 15px;
  border-bottom: 1px solid rgba(213, 210, 210, 0.78);
  background: rgba(245, 245, 245, 0.21);
  font-size: 13px;
  font-weight: 400;
}
.selection_clear:hover, .selection_input_gui div:hover {
  background: rgb(53, 140, 203);
  color: white;
  cursor: pointer;
}
.selection_input_gui {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.selection_input_gui .wait_loading {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 10pt;
  color: silver;
}
.__labels .selection_box .selection_add_box {
  padding: 5px;
  display: none;
  border-bottom: 1px solid rgba(213, 210, 210, 0.78);
}
.selection_input_gui div img {
  width: 20px;
  border-radius: 2px;
}
.selection_input_gui div {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.09);
  font-size: 10pt;
  font-weight: bold;
}
._dlabels div {
  padding: 5px 10px;
  margin: 2px 0px;
  font-size: 10pt;
  font-weight: bold;
  border-radius: 3px;
  padding-left: 18px;
}
.selection_input_gui div.set {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-image: url(../resources/icons_black/check.png);
  background-position: 6px 6px;
}
.selection_input_gui div.set:hover {
	color: black;
}
.color_block {
	display: inline-block;
	width: 14px;
	height: 14px;
}
.__labels .selection_box .selection_input_gui .close {
  float: right;
}
.selection_title {
    padding: 4px 10px 2px 10px;
    color: grey;
}

/** CSS FOR LOADER JS **/
.__babyloader div {
	height: 10px;
	margin: 5px 0px;
	-webkit-transition: width .1s;
	-o-transition: width .1s;
	-moz-transition: width .1s;
	transition: width .1s;
}
.__babyloader .big1 {
    background-color: rgba(255, 0, 0, 0.4);
}
.__babyloader .small1 {
	display: inline-block;
	margin-right: 10px;
	background-color: #80D280;
}

.__babyloader .small2 {
	display: inline-block;
	margin-right: 10px;
	background-color: rgba(0, 0, 0, 0.44);
}

.__babyloader .small3 {
	display: inline-block;
	margin-right: 10px;
	background-color: silver;
}

.__babyloader .big2{
	display: block;
	background-color: rgba(192, 192, 192, 0.43);
}


/** notifications **/
li#notification_block ul li.notif_header, li#notification_block ul li.notif_header:hover {
	background-color: rgba(162, 202, 162, 0.39);
	font-size: 10pt;
	/*border-bottom: 1px solid #A1A1A1;*/
	text-align: center;font-weight: 600
}
li#notification_block {
	width: 50px;
}
li#notification_block ul {
    display: none;
    width: 300px;
    position: absolute;
    top: 45px;
    z-index: 99;
    right: 135px;
    border: 1px solid rgba(78, 78, 78, 0.22);
    border-top: 0px;
    background: white;
}
/*li#notification_block:hover > ul {
	display: block;
}*/
li#notification_block ul li {
    background-color: white;
    font-size: 10pt;
	padding: 5px 0px;
    border-bottom: 1px solid rgb(244, 244, 244);
    width: 100%;
}
li#notification_block ul li:hover {
	background: rgba(162, 202, 162, 0.39);
    cursor: pointer;
}
li#notification_block ul li a {
    background-color: transparent;
    color: black;
    line-height: 1;
}
li#notification_block ul li.notif_active_task span.header {
    font-size: 9pt;
    color: rgb(51, 51, 51);
    margin-left: 3px;
}
li#notification_block ul li.notif_active_task {
    padding: 10px;
}
li#notification_block ul li.notif_active_task:hover {
	background: none;
}
.active_task_count {
	display: none;
    position: relative;
    top: -34px;
    left: 26px;
    background: #FF9E00;
    color: black;
    z-index: 47;
    width: 22px;
    height: 22px;
    text-align: center;
    font-size: 10pt;
    border-radius: 16px;
    padding: 2px;
    font-weight: bold;
}
.notifications {
    padding-top: 10px;
}
.notifications .row {
    padding: 10px;
    background-color: rgba(128, 128, 128, 0.08);
    border: 1px solid white;
}
li.name.has-dropdown.not-click.notification_ ul.dropdown {
    width: 300px;
    border: 1px solid rgba(162, 162, 162, 0.54);
    border-top: none;
    background-color: white;
}
li.name.has-dropdown.not-click.notification_ ul.dropdown li {
    background-color: rgb(255, 255, 255);
    color: black;
    font-size: 9pt;
    font-weight: 100;
    padding: 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
li.name.has-dropdown.notification_ .dropdown li a {
    background-color: transparent;
}
span.weak {
    font-weight: 100;
    font-size: 13px;
}
span.weak a:hover {
    text-decoration: underline;
}
span.weak a {
    color: black;
}
.active_tasks .row {
    padding: 10px 15px;
    font-size: 13pt;
    font-weight: 100;
}
.active_tasks .row .large-2 {
    text-align: center;
	background-color: rgba(175, 175, 175, 0.52);
    color: #080808;
    padding: 16px;
    text-transform: uppercase;
}
li.name.notification_:hover > ul.dropdown {
	display: block
}
.code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    margin: 2px;
    display: inline-block;
}

.disabled {
	opacity: .5;
	cursor: no-drop;
}
.disabled:hover {
	opacity: .5;
	cursor: no-drop;
}

.steps {
    padding: 40px;
    font-size: 20pt;
    border: 1px solid #D1890A;
    margin: 10px 0px 20px 0px;
    background: rgb(251, 237, 214);
    padding-left: 100px;
    position: relative;
    color: #000000;
}
.steps .number {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgb(251, 237, 214);
    text-align: center;
    border: 2px solid #D1890A;
    padding: 10px;
    border-radius: 100px;
    top: -10px;
    left: -10px;
    border-right: none;
    border-bottom: none;
    font-size: 20pt;
    color: #D69523;
}
.steptop {
	position: relative;
}
.steptop:before {
    content: '';
    position: absolute;
    top: -30px;
    height: 120%;
    left: 12px;
    width: 5px;
    background: #D69523;
    z-index: 0;
}
.steptop:after {
    content: ' ';
    position: absolute;
    top: -30px;
    width: 100%;
    height: 5px;
    background: #D69523;
}
h4 span a {
    font-size: 10pt;
}

.priorityBox div {
    margin: 10px 20px;
    padding: 10px;
    border-radius: 5px;
    color: black;
    font-size: 20pt;
    border: 2px dashed black;
    opacity: .9;
    cursor: ns-resize;
    font-weight: bold;
}
.priorityBox {
    margin: 10px;
    border: 1px solid black;
    background: whitesmoke;
}


#CODE {
	height: 671px;
    max-width: none;
    background: rgb(39,40,34);
    color: white;
    padding-top: 30px;
    font-size: 20pt;
    padding-left: 50px;
    font-family: inherit;
}

@media (max-width: 490px) {
	.onboarding {
		width: 400px;
		position: absolute;
		top: 100px;
		left: 0px;
		font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
		transition: right .5s ease-out, filter .5s, top .5s;
		-webkit-transition: right .5s ease-out, -webkit-filter 1s, top .5s;
		-o-transition: right .5s ease-out, -o-filter: .5s, top .5s;
		-moz-transition: right .5s ease-out, -moz-filter .5s, top .5s;
	    z-index: 1;
	}
	.slideINFOSEC {
		padding: 50px 10px 50px 10px;font-size: 16pt;
	}
}

@media (min-width: 490px) {
	.onboarding {
		width: 400px;
		position: absolute;
		top: 100px;
		right: -450px;
		font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
		transition: right .5s ease-out, filter .5s, top .5s;
		-webkit-transition: right .5s ease-out, -webkit-filter 1s, top .5s;
		-o-transition: right .5s ease-out, -o-filter: .5s, top .5s;
		-moz-transition: right .5s ease-out, -moz-filter .5s, top .5s;
	    z-index: 1;
	}
	.slideINFOSEC {
		padding: 50px 10px 50px 100px;font-size: 16pt;
	}
}

.onboarding .body {
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.onboarding .body .block {
    background: white;
    padding: 20px;
}

/*    background-image: linear-gradient(90deg, #63B163, #DA9B0D 100%);*/
#_bl_title {
	background-image: linear-gradient(90deg, #63B163, #DA9B0D 100%);
}
#_bl_continue button {
	margin: 0px;
	background: rgba(199, 199, 199, 0.3);
}
#_bl_continue button:hover {
	background: #FF7B00;
}
#_bl_continue a {
	float: left;
    padding: 10px;
    color: white;
    font-size: 9pt;
    width: 160px;
    text-align: left;
    text-decoration: underline;
    line-height: 1.3;
}
.block.postStart {
    font-size: 15pt;
    /*border-left: 5px solid #63B163;*/
    /*border-right: 5px solid #63B163;*/
    border-bottom: 1px solid rgba(144, 144, 144, 0.28);
    position: relative;
}
.block.postStart.done {
    padding-left: 47px;
    background-image: url(../resources/icons_black/check.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px 15px;
    color: #000000;
    background-color: rgb(232, 232, 232);
}
.block.postStart.current {
    background: #1E1E1E;
    color: #557A45;
}
#_bl_continue a:hover {
	color: #FF7B00;
}

._af_elem {
	display: none;
}

.labelTAKEME {
	position: relative;
	margin: 40px 0px;
    padding: 20px 60px;
    font-size: 20pt;
    line-height: 1.2;
    background: #535BA7;
    color: white;
}
.labelTAKEME:before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: 00px;
    height: 0px;
    width: 0px;
    border: 36px solid rgba(255, 255, 255, 0);
    border-left: 36px solid rgb(255, 255, 255);
    transition: left 1s, width 1s;
}

.followers {
    display: inline-block;
    width: 150px;
    border: 1px solid rgba(0, 0, 0, 0.28);
    margin: 5px;
    text-align: center;
    overflow: hidden;
}
.followers div {
    background: #1E1E1E;
    color: white;
    padding: 10px 2px;
    margin: 0px;
}
.followers div input {
    margin: 0px 2px;
}

.finish {
    cursor: pointer;
    background: #DC795E;
    font-size: 20pt;
    color: black;
    padding: 10px 20px 10px 40px;
    text-align: center;
    line-height: 1.2;
    background-image: linear-gradient(90deg, #63CE93, #D87457);
    display: inline-block;
    -webkit-transition: background-image 1s;
    -o-transition: background-image 1s;
    -moz-transition: background-image 1s;
    transition: background-image 1s;
    text-transform: lowercase;
    text-decoration: underline;
    float: right;
    border: 1px solid #0E5F30;
	position: relative;
}
.finish:hover {
	background-image: linear-gradient(90deg, #DCCDC8, #D87457);
}
.finish:before {
    content: ' ';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0px;
    height: 0px;
    border: 28px solid rgba(255, 255, 255, 0);
    border-left: 28px solid white;
    z-index: 2;
}
.finish:after {
    content: ' ';
    position: absolute;
    top: -1px;
    left: 0px;
    width: 0px;
    height: 0px;
    border: 28px solid rgba(27, 25, 25, 0);
    border-left: 28px solid black;
    z-index: 1;
}

div#_filter_files div:hover {
    background: #FFE3E3;
    border: 1px solid #FFADAD;
}
#_filter_files div {
	border: 1px solid #F9F9F9;
}
.filters .links {
    background: none;
}
.filters .links a:hover {
    text-decoration: underline;
}
.filters .links a {
    color: black;
}

#branch_selector:hover {
	cursor: pointer;
	text-decoration: underline;
}

span.login_button {
    display: inline-block;
    /*width: 230px;*/
    margin: auto;
    text-align: center;
    background: rgb(62, 172, 205);
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid rgb(13, 106, 134);
}
span.login_button a {color: white;}
span.login_button:hover {
  background: rgb(13, 106, 134);
}


/** loading image box **/
div#limgb {
    position: fixed;
    top: 50px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: rgba(8, 8, 8, 0.19);
    background-image: url(../resources/loading.gif);
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid black;
    border-radius: 4px;
}


.footer_link img:hover {
	background: #FACF04;
    border-radius: 5px;
    background-image: linear-gradient(180deg,yellow,orange);
}

/** ---------- learn page ------------- **/
.sub-header li {
    list-style-type: none;
    float: left;
    height: 40px;
    padding: 7px 14px;
    border-left: 1px solid rgba(0, 0, 0, 0.18);
    font-weight: bold;
    /*background-image: radial-gradient(ellipse farthest-corner at 45px 45px , #BE8623 0%, rgb(223, 185, 103) 50%, #C59031 95%);*/
}
.sub-header li.last {
    border-right: 1px solid rgba(0, 0, 0, 0.18);
}

/** ------ organisation images -------- */
.org-img {
	text-align: center;
}
.org-img img{
	height: 40px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}