/* lista kolorów */
/*Intensywne:
#48C9B0 Eucalyptus
#3498D8 Celestial Blue
#2364AA Lapis Lazuli
#FEC601 Golden Poppy
#EBF3FF Alice Blue

Ich jaśniejsze odpowiedniki w tej samej kolejności:
#8ADCCC Middle Blue Green
#7DBDE6 Aero
#739CC8 Dark Pastel Blue
#FEDA5D Stil De Grain Yellow
#F2F7FF Alice Blue

*/

/*PROJECT CSS */


.task_form{
	padding-left:10px;
	border-left: 5px dotted #2364AA
}

.attribute_form{
	padding-left:10px;
	border-left: 5px dotted #48C9B0
}

.subattribute_form{
	padding-left:10px;
	border-left: 5px dotted #FEC601
}

.dummy{
	display:none;
}
.bottom_border{
	border-bottom: 1px solid lightgray;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

DIV.actions.clearfix{
	display:none !important;
}
DIV#hideit{
    background-color: white;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

#perspective{
	font-style: italic;
	color: #2364AA;
}

.num_of_attrs{
	color: #48C9B0; 
}

.num_of_tasks{
	color: #2364AA;
}

.js_button{
	padding: 0px 0px 0px 3px;
	cursor: pointer;
	color: #7DBDE6;
	font-size: medium;
}

.js_button:hover{
	color: #3498D8;
}

.perspective_row{
	margin-top: 5px;
	margin-bottom: 5px;
}

.perspective_controls{
	position:relative;
	float: left;
	width: 30%;
}

.perspective_main{
	width: 70%;
	float: left;
	position: relative;
}

.attr_type_info{
	font-style: italic;
	color: #739CC8;
}

.definition_folded{
	display:none
}

.slot_buttons SPAN.button {
	line-height:20px;
	height:20px;
}

.move_slots{
	float:right;
}

.folded_shortcut.attribute{
	color: #48C9B0;
}
.folded_shortcut.task{
	color: #2364AA;
}

.definition_shortcut .definition_shortcut_clickable_area, .fold_definition_button {
	cursor: pointer;
}

.expand_definition_button{
	display: none;
}

.slot_buttons{
	margin-bottom: 5px !important;
}

.expand_all_button, .fold_all_button{
	float:right;
	margin-right: 5px;
	background-color: #F2F7FF !important;
}
.expand_all_button i, .fold_all_button i{
	font-size: 2em !important;
	margin-top:5px;
}

.archived_region{
	color:gray !important;
}
	

SPAN.order_field_span{
	float:right;
}

INPUT.order_field{
	-moz-appearance: textfield;
}
input.order_field::-webkit-outer-spin-button,
input.order_field::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#multiprojects_label{
	display:ruby-text-container;
	left: -4px;
}

#completed_tasks_projects_scope_row{
	margin-bottom:7em;
}

/* #multiprojects_filter{ */
	/* display:block; */
/* } */


#global_search_button{
	float:right;
}
#global_search_button i{
	font-size: 25px;
}
#global_search_button span{
	background: none;
}
#global_search_button span:hover{
	background: #cacfd2;
}

.duplicated_monitored .main_id{
	filter: hue-rotate(90deg);
}

.blocked_row{
	background-image: url("../images/background4.gif");
}	


.wiki_url a{
	color: #FEDA5D;
	position: absolute;
	/* margin-left: -10px; */
	/* margin-top: -10px; */
	opacity:50%;
}

.wiki_url a:hover{
	opacity:100%;
	color: #FEC601;
}



#merge_dialog{
  position: fixed;
  margin: auto;
  border: 5px solid;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:20px;
  background:white;
  z-index:1055;
}

#merge_button_B{
	float:right;
}

#merge_button_A, #merge_button_B{
	min-width: 70px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}


#merge_button_close{
	float:right;
	cursor:pointer;
}

/* RECORDSLIST CSS */



.task_hidden{
	display:none;
}
.js_hidden{
	display:none;
}
.search_hidden{
	display:none;
}
TR.search_row  INPUT{
	width:50px;
}
TH.task_main, TH.js{
	cursor:w-resize;
}
TD.progress{
	min-width:70px;
}
TD.progress DIV.glow{
	box-shadow: 0px 0px 3px 2px #FEC601
}
.fa_icon.task_skipped, .task_skipped{
	color:gray;
}
.fa_icon.task_attention, .task_attention{
	color:blue;
}
.fa_icon.task_issue, .task_issue, .fa_icon.progress_issue, .progress_issue{
	color:red;
}
.fa_icon.task_finished, .task_finished, .fa_icon.progress_ok, .progress_ok{
	color:green;
}
.fa_icon.task_started, .task_started{
	color:orange;
}
.fa_icon.task_new, .task_new{
	color:black;
}
.ajax_action{
	cursor:pointer;
}
SELECT.fa_icon, OPTION.fa_icon{
	font-family:fontawesome;
}
.sort_link I{
	color:lightgray;
	text-decoration:none;
}
.sort_link.selected I{
	color:black;
	text-decoration:none;
}
.task_state_initials{
	color: black;
}
.task_state_initials_hidden{
	display: none;
}
TH.attribute.shortable_column SPAN{
	cursor:e-resize;
}
TD.attribute:not(.display_full) SPAN.full_text{
	display: none;
}
TD.attribute.display_full SPAN.full_text{
	display: inherit;
}
TD.attribute:not(.display_full) SPAN.short_text{
	display: inherit;
}
TD.attribute.display_full SPAN.short_text{
	display: none;
}



.logo_bar{
	width:10%;
}
.current_bar{
	border-left:1px solid;
	border-right:1px solid;
	display: block;
    max-height: 253px;
	min-height: 72px;
    overflow: auto;
    width: 97%;
}
.user_bar{
	width:20%;
}
.header_bar {
	width:100%;
	text-align:center;
	vertical-align:middle;
	height:70px;
	margin-bottom:20px;
	background-color:#2364aa;
	border-spacing:1px;
	color:white;
	font-size:large;
	position:fixed;
	top:0px;
	z-index:150;
}
IMG.quasar_logo{
	width:50px;
	padding:5px;
	padding-left:10px;
}

.smart-forms .progress-bar.bar-red{
    background: #FFDDDD;
}

.dblclickable{
	cursor:default;
}

INPUT.record_attr{
	width: calc(100% - 25px) !important;
	min-width: 190px;
}

.row_selected{
	box-shadow: inset 0px 0px 0px 3px #fec601;
}

.index_column{
	cursor:default;
}
BODY{
	font-family:"Roboto",Arial,Helvetica,sans-serif;
}

TABLE.recordslist{
	--TRtableheaderrow1THtop: 75px;
	/* $("TABLE.recordslist").get(0).style.setProperty("--TRtableheaderrow1THtop","150px") */
}


TR.table_header_row TH{
	z-index:5;
	/* position: sticky; */
}

TR.table_header_row_1 TH{
	top:var(--TRtableheaderrow1THtop);
}

TR.table_header_row_2 TH{
	top:calc(var(--TRtableheaderrow1THtop) + 32px);
}

TR.table_header_row_3 TH{
	top:calc(var(--TRtableheaderrow1THtop) + 32px + 32px);
}

#freezed2_table{
	z-index: 6;
	position: fixed;
	top:var(--TRtableheaderrow1THtop);
	left: 0px;
}
#freezed2_table TH{
	z-index: 6 !important;
}
#freezed_table{
	z-index: 4;
}


/* TABLE CSS */


div.gridbox table.row20px tr td {
    white-space: nowrap;
    /*padding: 0;*/
}

div.gridbox_material.gridbox table.obj.row20px tr td, th {
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;

    border-right: 1px solid white;
}

th{
    border-bottom: 1px solid #FFF;
}
div.gridbox_material.gridbox table.obj.row20px tr td{

	line-height: 32px;

}

div.gridbox_material.gridbox table.obj.row20px tr td:last-child {
    border-right: 1px solid white;
}
div.gridbox_material.gridbox table.obj.row20px tr.rowselected td {
    background-color: #eee;
    border-right-color: #eee;
    color: #404040;
}
div.gridbox_material.gridbox table.obj.row20px tr td img {
    display: block;
}
div.gridbox_material.gridbox table.obj.row20px tr td.group_row img,
div.gridbox_material.gridbox table.obj.row20px tr td .treegrid_cell img {
    display: inline;
}
td,th{
	padding-left:8px;
	padding-right:8px;
}
th{
	background-color:#7dbde6;
}
th.oddTask{
	background-color:#739cc8;
}
th.oddJS{
	background-color:#8adccc;
}
td{
	text-align:center;
}
.recordslist tr:nth-child(2n+1), .subrecordslist tr:nth-child(2n+1) {
    background-color: #EBF3FF;
}

.recordslist TH{
	white-space:nowrap;
}
TABLE{
	border-spacing:0;
	margin-bottom:7px;
}
.central{
/*	margin:auto;*/
	display:table;
	margin-bottom:15px;

}

.central .gui-input, #subrecords_screen .gui-input{
	width:auto;
	padding-top:2px;
	padding-bottom:2px;
	height: 27px;
	vertical-align:middle;
}


div.smart-wrap.gridbox{
	margin-top:100px;
}
.paging{
	color:gray;
	margin-bottom:10px;
	font-size: 16px;
}
.paging a{
	text-decoration:none;
	color:gray;
}
.paging a:last-of-type, #go_to_page_icon{
	margin-right:15px;
}
.paging button{
	margin-right: 5px;
}
.clickable{
	cursor:pointer;
}
.this_filtered{
	background-color:#fec601;
}

UL.unfinished_projects {
	list-style-type: none;
}
UL.unfinished_projects li:before {
	font-family: 'FontAwesome';
	content: '\f044';
	margin:0 5px 0 -15px;
}

#waiting{
    background-color: white;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
#spinner{
	left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
}
#spinner2{
	left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: fixed;
    top: 50%;
	z-index: 1050;
}

TD.task_who{
	cursor:default;
}

TD.task_who .custom-combobox-toggle{
	border-style: none !important;
	color:black !important;
	line-height:32px !important;
	padding-left: 5px !important;
	position: relative !important;
	margin-left: 0px !important;
	background:none !important;
}

TD.task_who SPAN.custom-combobox{
	display:inline-table !important;
	padding-right: 10px !important;

}

TD.attr_type_string, TD.attr_type_dict{
	text-align:left;
}




SPAN.current_job_entry{
	display:block;
}
.main_id{
	font-weight:800;
	color:darkcyan;
}


.flash-error{
	background-color:red;
}
.flash-warning{
	background-color:orange;
}
.flash-notice{
	background-color:green;
}
/*#dynamic_message.message_invisible{
	display:none;
}*/


.logout_icon{
	text-decoration:none;
	color:white;
}


#subrecords_screen {
    /* background: white none repeat scroll 0 0; */
    /* border: medium solid #739cc8; */
    /* left: 50%; */
    /* margin: auto; */
    /* padding: 30px; */
    /* position: fixed; */
    /* top: 200px; */
	margin-top:0px;

}

#subrecords_screen_close{
	float: right;
    margin-right: -20px;
    margin-top: -25px;

}

#subrecords_screen TD{
	white-space:nowrap;
}

.smart-forms ul, .smart-forms ol{
	font-size:20px;
	line-height: 30px;
}

.smart-forms ul a, .smart-forms ol a{
	text-decoration:none;
	color:black;
}

.projects_list H3{
	font-size:20px;
	display:inline;
}
.projects_list H2{
	font-size: 24px;
}

.projects_list .tagline{
	margin-bottom: 60px;
    margin-top: 10px;
}

.projects_list .tagline SPAN{
	font-size:24px;
}

.projects_list a{
	text-decoration:none;
	color:#34495E;
}

.regions SPAN{
	margin-left:5px;
}
.regions a{
	color:darkcyan;
}

.regions{
	font-size:16px;
}

.breadcrumbs, .subrecord_title{
	font-size:16px;
	margin-bottom:7px;
}

I.current_sort{
	color:#FEC601;
}

I.hidden_task_sort{
	display:none;
}

a.current_page{
	color:#FEC601;
}

.current_job{
	color:#FEC601;
}

.icon_active{
	color:#FEC601;
}

a.sort_link {
    text-decoration: none;
}


.hist_log .record_name{
	font-weight:bold;
}

.record_hover, .project_hover, .region_hover, .user_hover , .task_hover{
	color:#FEC601;
}

.hist_log a, #task_log a{
	text-decoration: none;
	color: inherit;
}

.task_val_id_hover{
	font-weight:bold;
	/*color: #48C9B0;*/
}

#task_log tr:nth-child(2n), #roles_grid tr:nth-child(2n){
    background-color: #ebf3ff;
}

#task_log .overtime{
	color:red;
}



th.rotate {
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    translate(16px, 50px)
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #7dbde6;
  padding: 9px 0;
}
#roles_grid th, #roles_grid-fixed th{
	border-right:none;
	border-bottom: 5px solid #7dbde6;
	background-color:white;
}


.user_time TD, .project_time TD{
	border: 1px solid #f2f7ff;
}
.user_time TD.js_sum, .project_time TD.js_sum{
	font-weight:bold;
}

TABLE.statistics, TABLE.user_time_details, TABLE.project_time_details, TABLE.project_advancement_details{
	width:100%;
	font-size:20px;
}
TABLE.statistics TD{
	text-align:left;
	border: none;
	padding: 5px;
	width:50%
}
TABLE.statistics TD:not(.label){
	padding-left: 50px;
}


TABLE.statistics TD.label{
    color: gray;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 10px;
}


TABLE.statistics TD i.fa{
	padding-right:10px;
}
TABLE.user_time_details TH.js_time_details, TABLE.project_time_details TH.js_time_details{
	width:40%
}
TABLE.user_time_details TH.task_time_details, TABLE.project_time_details TH.task_time_details{
	width:40%
}
TABLE.user_time_details TH.spent_time_details, TABLE.project_time_details TH.spent_time_details{
	width:20%
}

SPAN.summary{
	color: #3498d8;
    font-size: 24px;
    font-weight: bold;
}

SPAN.summary.summary_time{
	float:right;
	padding-right:28px;

}

.report_title{
	color: #739CC8;
	padding-top:10px;
	text-align:center;
	text-transform:uppercase;
}


.move_slot{
	font-size:20px;
}


#roles_grid-fixed {
    position: fixed;
    top: 0px;
	display:none;
    background-color:white;
}

.nestdashboard a{
	text-decoration:none;
	color:inherit
}
.nestdashboard .current{
	font-weight:bold;
	color:#FEC601
}
.nestdashboard TR.nextuser TD{
	border-top: 3px solid #7DBDE6;
}
.procrastinators{
	font-weight:bold;
	color:red;
}

a.active-user, a.label {
	text-decoration: none;
	color: darkcyan
}
a.inactive-user {
	text-decoration: none;
	color: gray
}

.td-check i {
	color: lightgray;
}
.td-check.checked i {
	color: black;
}

/*Intensywne:
#48C9B0 Eucalyptus
#3498D8 Celestial Blue
#2364AA Lapis Lazuli
#FEC601 Golden Poppy
#EBF3FF Alice Blue

Ich jaśniejsze odpowiedniki w tej samej kolejności:
#8ADCCC Middle Blue Green
#7DBDE6 Aero
#739CC8 Dark Pastel Blue
#FEDA5D Stil De Grain Yellow
#F2F7FF Alice Blue
*/

/* @button
------------------------------------------------------ */
.smart-forms .btn-red { background-color: #e74c3c; }
.smart-forms .btn-red:hover,
.smart-forms .btn-red:focus { background-color: #ec7063; }
.smart-forms .btn-red:active{ background-color: #c44133; }
.smart-forms .btn-red,
.smart-forms .btn-red:hover,
.smart-forms .btn-red:focus,
.smart-forms .btn-red:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }


.search_row.disabled td {
	background-color: lightgray;
	color: darkgrey;
	pointer-events:none;
}
.search_row.disabled input {
	background-color: lightgray;
	color: darkgrey;
	border: 1px solid;
	border-color: darkgrey;
}
.search_row.disabled td a {
	background-color: lightgray;
	color: darkgrey;
}


select#user_filter option[disabled] {
	display: none;
}

.my_dashboard_button{
	color:white;
}
.taskbar_record_link{
	color:inherit;
	text-decoration:none;
}
.my_dashboard_summary{
	color:gray;
}
.hidden_record_sign {
	color: gray;
}