.to-do-filter {
    font-size: 0;
    letter-spacing: 0;
	min-height:41px;
	margin:-8px -17px 35px;
	padding:0 17px 0;
	border-bottom: 1px solid [main_bordcolor];
}
.to-do-filter:after {
    clear: both;
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
}
.to-do-filter input,
.to-do-filter select {
    font-size: 13px;
    color: #868686;
    font-weight: 300;
    font-style: italic;
    line-height: normal;
    width: 167px;
    height: 28px;
    padding: 0 12px;
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid [todo_filter_inp_bord];
    background-color: [todo_filter_inp_bg];
}
.to-do-filter .select2-container--default .select2-selection--single {
    background: none;
    height: 28px;
}
.to-do-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px;
}
.to-do-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}
.to-do-filter input:nth-child(2) {
    margin-right: 3px;
}
.to-do-filter input.btn {
    font-size: 12px;
	color:#888888;
	font-weight:400;
	font-style:normal;
    width: 54px;
    height: 28px;
	margin-left:-54px;
	padding:0;
	background:#d1d1d1;
	border:none;
}
.to-do-filter button.reset-document-search {
    font-size: 13px;
	color:#888888;
	font-weight:400;
	font-style:normal;
    width: 20px;
    height: 26px;
	position:relative;
	left:-27px;
	padding:0;
	background:none;
	border:none;
	cursor:pointer;
}
.to-do-filter button.btn {
	font-size: 14px;
	color: #242424;
	width:35px;
	margin-left:-38px;
	cursor:pointer;
}
.to-do-block {
    display: table;
    width: 85%;
    vertical-align: top;
    margin-bottom: 60px;
}
.to-do-block li {
    display: table-cell;
    vertical-align: top;
}
.to-do-block li p {
    margin-bottom: 5px;
}
.to-do-block li p.add-item {
    margin-bottom: 14px;
}
.to-do-block li:nth-child(1) {
    font-size: 15px;
    color: #22282b;
    font-weight: bold;
    width: 25%;
    padding-right: 10px;
}
.to-do-block li:nth-child(2) {
    width: 60%;
}
.to-do-block li a {
    font-size: 14px;
    /*color:#da1023;*/
    font-weight: 300;
    text-decoration: underline;
}
.to-do-block li:nth-child(3) {
    font-size: 14px;
    color: #6b665e;
    font-weight: 300;
    font-style: italic;
    line-height: normal;
}
.to-do-block li .inline-check {
    color: #6b665e;
}
/*------------------------------*/
.project-filter {
    /*border-bottom: 1px solid [main_bordcolor];
    margin-top: -11px;*/
}
.project-form-inp {
    position: relative;
	margin-right:20px;
}
.project-form-inp input {
    width: 107px;
    margin: 0 3px 0 0;
}
.project-form-inp input.key {
    width: 128px;
}
.project-form-inp2 input.key {
    width: 170px;
}
/*.project-form-inp input.btn {
    width: 25px;
    margin: 0 0 0 -3px;
}*/

.project-form-inp .add {
    margin: 4px 0 0 8px;
    display: inline-block;
    vertical-align: top;
}
.project-form-inp .inline-check {
    font-size: 13px;
    color: #585247;
    line-height: 24px;
    margin-right: 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.project-form-inp .inline-check input {
    width: auto;
    margin: 0 6px 0 0;
    padding: 0;
    border: none;
}
.project-status-wrap {
    float: left;
    width: 400px;
}
.project-status-wrap.project-status-three {
    width: 760px;
}
.project-status-wrap.project-status-three .select2-container {
	margin:0;
}
.project-filter .check {
	float:left;
	margin:5px 10px 0 0;
}
.project-filter .check input[type='checkbox'] {
	width:auto;
	height:auto;
	margin:0;
}
.project-status {
    font-size: 13px;
    color: #9d9992;
    font-style: italic;
    font-weight: 300;
    text-align: left;
    position: relative;
    width: auto;
	float:left;
	margin-right: 35px;
	z-index:1;
}
/*.project-status-three .project-status {
	width:33%;
}*/
.update-link {
	display:inline-block;
	vertical-align:top;
	margin-top:4px;
}

.project-status:last-of-type {
    margin-right: 0;
}
.project-status .current {
    color: #6f695f;
	line-height:normal;
    padding: 0 14px 0 10px;
    display: inline-block;
    vertical-align: middle;
    background: url([status_arrow_png]) 100% 50% no-repeat;
}
.project-status a span {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    min-width: 10px;
    min-height: 10px;
}
.project-status-wrap a span {
	margin-top:-4px;
}
.project-status .current i {
    font-style: normal;
}
.project-status ul {
    background-color: #fff;
    border: 1px solid #c8ced3;
    padding: 10px 15px;
	margin-top:-1px;
    width: 185px;
	box-shadow: 0 0 5px #b8bec2;
	border-radius: 6px;
    display: block;
}
.project-status .dropdown-content {
	display:none;
    position: absolute;
    left: 0;
    top: 41px;
    z-index: 999;
}
.project-status ul.scroll {
	max-height:255px;
	overflow:auto;
}
.project-status .dropdown-content:after,
.project-status .dropdown-content:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	z-index:9999;
}

.project-status .dropdown-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.project-status .dropdown-content:before {
    border-color: rgba(200, 206, 211, 0);
    border-bottom-color: #c8ced3;
    border-width: 7px;
    margin-left: -7px;
}
.project-status-wrap ul {
	top:33px;
}
.project-status ul li {
    display: block;
	margin:5px 0;
    color: #222222;
    font-size: 13px;
    font-weight: 300;
}
.project-status ul li a {
    /*font-size: 13px;*/
    /*color: #6f695f;*/
    text-align: left;
    font-style: normal;
    line-height: normal;
    /*font-weight: 300;*/
    display: block;
    border: none;
    width: auto;
}
.project-status ul li.selected a,
.project-status ul li.selected {
    background: url(../images/default/status-select-tick.png) 100% 50% no-repeat;
	pointer-events: none;
    color: #6f695f;
}
.project-status ul li.selected span {
    opacity: 0.2;
}
.project-status ul li span {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.project-status ul li a i {
    margin-right: 5px;
    vertical-align: middle;
}
.project-status ul li a.open i {
    color: #f46e5f;
}
.project-status ul li a.in_progress i {
    color: #eeb200;
}
.project-status ul li a.closed i {
    color: #1ba323;
}
.project-form-inp .more_box {
    top: 32px;
}
.project-form-inp .arrow:after {
	display:none;
}

/*------------------------------*/

.to-do-filter {
    position: relative;
	z-index:9;
}
.project-form-inp-task {
    position: static;
}
.project-form-inp-task input {
    width: 245px;
}
.project-form-inp-task .adv {
	font-size: 12px;
	color: #858585;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	margin: 0 0 0 1px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	position:relative;
}
.project-form-inp-task .adv.act:after,
.project-form-inp-task .adv.act:before {
	bottom: -11px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.project-form-inp-task .adv.act:after {
	border-color: rgba(234, 236, 231, 0);
	border-bottom-color: #eaece7;
	border-width: 6px;
	margin-left: -6px;
}
.project-form-inp-task .adv.act:before {
	border-color: rgba(219, 219, 218, 0);
	border-bottom-color: #dbdbda;
	border-width: 7px;
	margin-left: -7px;
}
.project-form-inp-task .add {
    font-size: 14px;
    margin-left: 21px;
}
.project-form-inp-task .flink {
    font-size: 14px;
	color:#898989;
	line-height:28px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.project-status ul.priority-type {
    width: 155px;
}
.project-form-inp-task .flink.selected {
	color:#69c320;
}
.project-status ul.priority-type li input[type='checkbox'] {
    width: auto !important;
}
.icon-sets {
	font-size:17px;
	color:#686868;
	line-height:normal;
	text-align:right;
	margin: 0;
	display: block;
	width:auto;
	float:right;
	padding:0;
}
.icon-sets i {
	vertical-align:top;
	margin-left:11px;
}
.icon-sets a {
    color: inherit;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.excel-wrap {
	display:inline-block;
	vertical-align:middle;
	position:relative;
}
.excel-wrap .more_box {
	top:35px;
}
.advance-search-task {
    font-size: 0;
    letter-spacing: 0;
    padding: 23px;
    margin: 0 -17px;
    background-color: [advance_search_task];
    border-bottom: 1px solid [main_bordcolor];
    position: relative;
	z-index:1;
    /*position:absolute;
	top:41px;
	left:0;
	right:0;
	z-index:3;*/
    display: none;
}
/*.advance-search-task:after {
    bottom: 100%;
    left: 63%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(248, 237, 222, 0);
    border-bottom-color: [main_bordcolor];
    border-width: 7px;
    margin-left: -7px;
}*/
.advance-search-div {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin-right: 36px;
    margin-bottom: 15px;
}
.advance-search-div:nth-child(4n+1) {
    margin-right: 0;
}
.advance-search-task a.cross {
    font-size: 0;
    text-indent: -100000px;
    width: 11px;
    height: 11px;
    display: block;
    background: url(../images/default/advance-cross.png) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 12px;
}
.advance-search-div .select2-container .select2-selection--single {
    height: 30px;
}
.advance-search-div .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
}
.advance-search-div .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -1px;
}
.advance-search-div span {
    color: #6b6b6b !important;
    display: block;
    font-size: 15px;
    font-weight: 400;
}
.advance-search-div input,
.advance-search-div select {
	font-size:14px;
    font-style: normal;
    border: 1px solid [main_bordcolor];
    background: #fff;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    margin: 0;
}
.advance-search-div .select2 {
    background: #fff;
    width: 100% !important;
}
.advance-search-div .two-half {
    position: relative;
}
.advance-search-div .two-half .icon {
    font-size: 14px;
    color: #878787;
    position: absolute;
    right: 16px;
    bottom: 5px;
    z-index: 1;
}
.advance-search-div .check {
    font-size: 14px;
    color: #646669;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    width: 82px;
    height: 32px;
    margin-right: -1px;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #646669;
}
.advance-search-div .check.selected {
    background-color: #646669;
    color: #fff;
}
.rag-block label {
    font-size: 14px;
    color: #f74f4d;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    width: 40px;
    height: 32px;
    background: #fff;
    border: 1px solid [main_bordcolor];
    margin-right: 1px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    opacity: .5;
}
.rag-block label:nth-child(3) {
    color: #f5bb48;
}
.rag-block label:nth-child(4) {
    color: #37de3c;
}
.rag-block label:nth-child(5) {
    color: #0615f8;
    margin-right: 17px;
}
.rag-block label.selected {
    opacity: 1;
}
.advance-search-div .check input,
.rag-block label input {
    position: absolute;
    left: -1000000px;
    opacity: 0;
}
.advance-search-div .button {
    color: #fff !important;
    margin: 0 !important;
}
.back-link {
    font-size: 13px;
    color: #6b604f;
    font-weight: 300;
    font-style: italic;
    float: right;
}
.back-link2 {
    margin-right: 10px;
}
.back-link.active {
    color: #dd013f;
}
.back-link.member-link {
    color: #004e77;
    font-style: normal;
    text-transform: uppercase;
    float: left;
}
.back-link.left {
    float: left;
    margin-right: 20px;
}
.add {
    font-size: 17px;
    color: #22282b;
    line-height: 17px;
}

/* Project To do filter */

.project-todo-filter {
    margin: 0 -17px 15px;
    padding: 0 17px 15px;
    border-bottom: 1px solid [main_bordcolor];
    position: relative;
}
.project-todo-filter input,
.project-todo-filter select {
    width: 25%;
    margin-right: 0 !important;
}
.project-todo-filter input.btn {
    width: 25px !important;
}
.small-inputs {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
.project-todo-filter .small-inputs input {
    width: 30%;
    margin-right: 3px !important;
}
.to-do-block.to-do-block2 {
    margin-bottom: 40px;
}
.to-do-block.to-do-block2:last-child {
    margin-bottom: 0;
}
.to-do-block.to-do-block2,
.to-do-block.to-do-block2 li {
    display: block;
    width: 100%;
}
.to-do-block.to-do-block2 li {
    margin-bottom: 15px;
}
.to-do-block.to-do-block2 li:last-child {
    margin-bottom: 0;
}
.to-do-block.to-do-block2 li:nth-child(1) {
    font-size: 15px;
    color: #22282b;
    font-weight: bold;
}
.to-do-block.to-do-block2 li:nth-child(1) p {
    font-size: 13px;
    color: #9d9992;
    font-weight: 300;
    font-style: italic;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.to-do-block.to-do-block2 li:nth-child(1) p a {
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    text-decoration: none;
}
.report-graph {
    padding: 60px 17px 0;
    margin: 0 -17px;
    border-top: 1px solid [main_bordcolor];
}
.report-graph .graph-container {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}
.report-graph .graph-container:last-child {
    padding-right: 0;
    padding-left: 15px;
}
.check {
    float: left;
    position: relative;
    z-index: 1;
}
/* 03-05-2018
-----------------------------*/
.project-col {
    width: 145px;
    float: left;
	padding-right:10px;
    font-size: 12px;
    color: #6a6969;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.project-filter-new .project-col {
	overflow: visible;
	white-space: normal;
	text-overflow: inherit;
}
.status-col {
    width: 115px;
    float: left;
    padding-right: 15px;
}
.new-task-row-sub .status-col {
	width: 168px;
}
.priority-col {
	width:80px;
	float:left;
}
.release-col {
    font-size: 12px;
    font-weight: 300;
    color: #445960;
    width: 170px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advance-col {
    width: 620px;
    float: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px;
}
.to-do-filter .advance-col {
	overflow:visible;
}
.sortby-col {
	width:120px;
	float:right;
}
.project-filter-new .project-status .current{
	line-height:14px;
	padding-left:0;
	vertical-align:top;
}
.project-filter-new .project-status{
	float:none;
}
.project-filter-new .project-status> strong {
	color:#313030;
	font-weight:600;
	font-style:normal;
	line-height:normal;
	text-transform:uppercase;
	display:block;
}
.project-filter-new .project-status .current {
    padding: 0 14px 0 0;
	line-height:normal;
    display: inline-block;
    vertical-align: top;
	max-width: 88%;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	position:relative;
	z-index:9999;
}
/*.project-filter-new .project-status .current.active {
	padding-bottom:5px;
}
.project-filter-new .project-status .current.active:after, .project-filter-new .project-status .current.active:before {
	bottom: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.project-filter-new .project-status .current.active:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.project-filter-new .project-status .current.active:before {
	border-color: rgba(200, 206, 211, 0);
	border-bottom-color: #c8ced3;
	border-width: 7px;
	margin-left: -7px;
}*/
.project-filter-width .project-col {
	width:192px;
}
.project-filter-width .status-col {
	width:80px;
}
.risk-wrap.project-filter-width .status-col,
.risk-wrap .priority-col {
	width:95px;
}
