/* ------------------------------ MAIN ------------------------------ */

::placeholder {
	color: #CCCCCC;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCCCCC;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCCCCC;
}

/* ------------------------------ AVATAR ------------------------------ */

/* AVATAR IMAGE DIV 60px */
.avDiv{
	transition: transform .2s;
}

.avDiv:hover{
	transform: scale(1.1);
}

.avDiv60{
	position:absolute;
	top:0;
	left:0;
	height:60px;
	width:60px;
	border-radius:30px;
	overflow:hidden;
}

.avDiv:hover .avDiv60{
	opacity: 1 !important;
}

.avTxt{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	line-height:14px;
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:5px;
}

/* ------------------------------ ... ------------------------------ */

/* ZOOM */
.hZoom11{
	cursor: pointer;
	transition: transform .2s;
}

.hZoom11:hover{
	transform: scale(1.1);
}

/* ------------------------------ TABS ------------------------------ */

.tabOpen{
	color:#666666;
	border-radius: 0 15px 15px 15px;
}

.tabOpen.tab1{
	border-radius: 15px 15px 15px 15px;
}

.tabOpen:hover{
	cursor: pointer;
	z-index: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 5px 6px 5px 0 rgba(0, 0, 0, 0.04);
}

.tabOpen:before {
	background: #ffffff;
	content: "";
	width: 250px;
	height: 30px;
	position: absolute;
	top: -30px;
	left: -1px;
	border: solid 1px #DDDDDD;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	padding-left:30px;
	padding-right:30px;
}

.tabOpen.tab1:before { 
	left: 248px;
	overflow: hidden;
	padding-left:30px;
	padding-right:30px;
}

/* ------------------------------ FILTER MENU ------------------------------ */

.filterMenu{
	height:0px;
	width:100%;
	transition: all .2s linear;
	overflow: hidden;
}

.filterMenu .filterMenuC{
	border: none;
	transition: all .2s linear;
}

.filterMenu_a{
	height:100px;
	width:100%;
	transition: all .2s linear;
	overflow: hidden;
}

.filterMenu_a .filterMenuC{
	border-bottom: solid 1px #DDDDDD;
	/*background-color:red;*/
	transition: all .2s linear;
}

.fltInp{
	border: solid 1px #DDDDDD;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	color: #666666;
	text-size: 24px;
}

.fltInp:focus{
	outline: none;
}

/* ------------------------------ PAGINACJA ------------------------------ */

/* PAGINACJA */
.pag{
	width:30px;
	height:30px;
	border-radius:15px;
	line-height:30px;
	/*background-color: #DDDDDD;*/
	color: #888888;
	display: inline-block;
	margin:0px;
	margin-left:2px;
	margin-right:2px;
	border: solid 1px #ffffff;
	font-weight: bold;
	
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.pag:hover{
	cursor: pointer;
	border: solid 1px #264C72;

}

.pag.act{
	color: #ffffff;
	background-color: #264C72;

}

.pag.off:hover{
	cursor: default;
	border: solid 1px #ffffff;
}

/* ------------------------------ TEXTAREA ------------------------------ */

.textarea{
	border-radius:15px;
	border: solid 1px #DDDDDD;
	resize: none;
	padding:20px;
	color:#666666;
}

.textarea:focus{
	outline: none;
}

/* ------------------------------ BUTTONS ------------------------------ */

/* BUTTON ABRYS */
.btnA{
	height:30px;
	border: solid 1px #DDDDDD;
	border-radius:15px;
	padding-left:15px;
	padding-right:15px;
	background-color: #ffffff;
	color: #666666;
}

.btnA:focus{
	outline: none;
}

.btnA:hover{
	background-color: #264C72;
	border: solid 1px #ffffff;
	color: #ffffff;
}

.btnA:disabled,
.btnA[disabled]{
	color: #DDDDDD;

}

.btnA:disabled:hover,
.btnA[disabled]:hover{
	border: solid 1px #DDDDDD;
	background-color: transparent;
	cursor: not-allowed;
}

/* BUTTON ABRYS 0 */
.btnA0{
	height:30px;
	border:none;
	border-radius:15px;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	background-color: #ffffff;
	color: #666666;
	font-weight:bold;
}

.btnA0:focus{
	outline: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 5px 6px 5px 0 rgba(0, 0, 0, 0.04);
}

/* BUTTON ABRYS 0 - NO FOCUS SHADDOW*/
.btnA0.nf:focus{
	outline: none;
	box-shadow: none;
}

/* BUTTON ABRYS 0 - EMPTY*/
.btnA0.e{
	color: #CCCCCC;
}

.btnA0:hover{

}

.btnA1{
	height:40px;
	border:none;
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	background-color: #ffffff;
	color: #666666;
	font-weight:bold;
	line-height:40px;
	overflow:hidden;
}

.btnA1:focus{
	outline: none;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 5px 6px 5px 0 rgba(0, 0, 0, 0.04);*/
}

.btnA1:hover{
	background-color: #264C72;
	color: #ffffff;
}

/* BUTTON ABRYS CIRCLE */
.btnAC{
	width:30px;
	height:30px;
	border-radius:999px;
	line-height:30px;
	font-size:24px;
	border: solid 1px #BBBBBB;
	color: #BBBBBB;
	background-color: #ffffff;
}

.btnAC:hover{
	border: solid 1px #ffffff;
	color: #264C72;
}

.btnAC:focus{
	outline: none;
}

.buttonSubmenu4:hover{
	border-color: #264C72;
}

/* FILTERS BUTTON */
.fBtn{
	width:32px;
	height:32px;
	line-height:20px;
	font-size:16px;
	background-image: url(/img/filter_40px.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-size:20px;
	margin:0;
	border: solid 1px #DDDDDD;
	padding:1px;
	color: #DDDDDD;
	text-align: center;
	border-radius:25px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.fBtn:hover{
	background-image: url(/img/filter_a_40px.png);
	cursor: pointer;
	background-color: #264C72;
	border-color: #264C72;
	color: #ffffff;
}

/* ADD BUTTON 1 */
.addBtn{
	height:50px;
	width:50px;
	line-height:50px;
	margin:0;
	border: solid 1px #264C72;
	padding:1px;
	color: #264C72;
	text-align: center;
	border-radius:25px;
	font-size: 35px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.addBtn:hover{
	cursor: pointer;
	background-color: #264C72;
	color: #ffffff;
}

/*
	.addBtn{
		height:50px;
		width:50px;
		line-height:50px;
		margin:0;
		border: solid 1px #264C72;
		padding:1px;
		color: #264C72;
		font-size: 35px;
		text-align: center;
		border-radius:25px;
	}
	
	.addBtn:hover{
		cursor: pointer;
		background-color: #264C72;
		color: #ffffff;
	}
*/
	
/* AP BUTTON 1 */
.apBtn1{
	height:50px;
	width:50px;
	line-height:50px;
	margin:0;
	border: solid 1px #DDDDDD;
	padding:1px;
	color: #DDDDDD;
	text-align: center;
	border-radius:25px;
	font-size: 35px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.apBtn1:hover{
	cursor: pointer;
	background-color: #264C72;
	border-color: #264C72;
	color: #ffffff;
}

.btnTab{
	width:120px;
	height:40px;
	/*background-color: #DDDDDD;*/
	border: solid 1px #DDDDDD;
	font-size: 14px;
	color: #666666;
	margin-left:-1px;
}

.btnTab:focus{
	outline:none;
}

.btnTab.active{
	background-color: #ffffff;
	border-bottom: solid 1px #ffffff;
	color: #666666;
}

.btnTab.active:hover{
	cursor: default;
	background-color: transparent;
	border: solid 1px #DDDDDD;
	border-bottom: solid 1px #ffffff;
	color: #666666;
}

.btnTab.active:focus{
	cursor: default;
	background-color: transparent;
	border: solid 1px #DDDDDD;
	border-bottom: solid 1px #ffffff;
	color: #666666;
	outline:none;
}

/* DEL */
.delBtn{
	cursor: pointer;
	transition: transform .2s;
	content: url('/img/del_50p.png');
}

.delBtn:hover{
	transform: scale(1.2);
	content: url('/img/del_50p_a.png');
}

/* ------------------------------ JOBS (SESJE) ------------------------------ */

.jobInpDiv{
	display:inline-flex;
	height:auto;
	width:auto;
}

.jobInpDiv > img{
	visibility: hidden;
	float:right;
	height:12px;
	margin-top:6px;
	margin-right:6px;
}

.jobInpDiv:hover > img{
	visibility: visible;
}

.jobInp{
	color:#666666;
	border-radius: 15px;
	padding-left:8px;
	padding-right:8px;
	border:	solid 1px #ffffff;
	outline: none;
}

.jobInp:hover{
	cursor: pointer;
}

.jobInp:disabled{
	background-color: #DDDDDD;
}

.jobInp:focus{
	cursor: text;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 5px 6px 5px 0 rgba(0, 0, 0, 0.04);
}

.jobDiv{

}

.jobDiv:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 5px 6px 5px 0 rgba(0, 0, 0, 0.04);
}

/* ------------------------------ TIME BUTTONS ------------------------------ */

.timeBtnS, .timeBtnP{		
	width:100px;
	height:100px;
	border-radius:50px;
	border: 1px solid #DDDDDD;
	margin: 0;
	transition: transform .2s;
}

.timeBtnP{
	border-color: #ff0000;
}
	
.timeBtnS:hover{
	cursor: pointer;
	border-color: #264C72;
	transform: scale(1.1);
}

.timeBtnP:hover{
	cursor: pointer;
	transform: scale(1.1);
	border-color: #ff0000;
}

.timeBtnS1{
	width: 30px;
	border-left: 30px solid #DDDDDD;
	margin-left: 38px;
	height: 40px;
	margin-top:30px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.timeBtnS:hover .timeBtnS1{
	border-left-color: #264C72;
}

/* BUTTON PAUSE */

.timeBtnP1 {
	width: 14px;
	height: 18px;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-color: #ff0000;
	margin-top: 16px;
	margin-left: 43px;
}


/* BUTTON PAUSE - ZAPAUZOWANY */

.timeBtnP.paused{
	border-color: #DDDDDD;
}

.timeBtnP.paused .timeBtnP1{
	width: 14px;
	border-left: 14px solid #DDDDDD;
	margin-left: 43px;
	height: 18px;
	margin-top:16px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: none;
}

.timeBtnP.paused .timer{
	color: #DDDDDD;
}

.timeBtnP.paused:hover{
	border-color: #264C72;
}

.timeBtnP.paused:hover .timeBtnP1{
	width: 14px;
	border-left: 14px solid #264C72;
	margin-left: 43px;
	height: 18px;
	margin-top:16px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: none;
}

.timeBtnP.paused:hover .timer{
	color: #264C72;
}

/* BUTTON PAUSE - UKONCZONY */

.timeBtnP.stopped{
	border-color: #DDDDDD;
}

.timeBtnP.stopped .timeBtnP1{
	margin-top: 15px;
	margin-bottom: 9px;
	margin-left: 39px;
	height: 16px;
	width: 24px;
	border: solid #DDDDDD;
	border-width: 0 0 4px 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.timeBtnP.stopped .timer{
	color: #DDDDDD;
}

.timeBtnP.stopped:hover{
	border-color: green;
}

.timeBtnP.stopped:hover .timeBtnP1{
	margin-top: 15px;
	margin-bottom: 9px;
	margin-left: 39px;
	height: 16px;
	width: 24px;
	border: solid green;
	border-width: 0 0 4px 4px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.timeBtnP.stopped:hover .timer{
	color: green;
}

/* ------------- */

.timer{
	width:100%;
	text-align: center;
	color: #ff0000;
	font-size:20px;
	height:100%;
	line-height:100%;
	margin-top: 6px;
}

/* END BUTTON */
.timeBtnE {
	float:right;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	cursor:pointer;
	transition: transform .2s;
}

/* END BUTTON */
.timeBtnE:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -8px;
	height: 8px;
	width: 16px;
	border: solid #DDDDDD;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.timeBtnE:hover{
	transform: scale(1.1);
	border-color: green;

}

.timeBtnE:hover:before{
	border-color: green;
}

/* ------------------------------ EDIT BUTTON ------------------------------ */

/* EDIT BUTTON */
.editBtn{
	width:60px;
	height:60px;
	background-color: transparent;
	border: solid 2px #DDDDDD;
	border-radius:30px;
	color: #DDDDDD;
	font-weight: bold;
	text-align:center;
	line-height:60px;
	transition: transform .2s;
}

/* style 1 */
.editBtn.st1{
	width:30px;
	height:30px;
	line-height:30px;
	border: solid 1px #DDDDDD;
}

.editBtn img{
	height:18px;
	content: url('/img/edit_a_32p.png');
}

.editBtn.st1 img{
	height: 12px;
	width: 12px;
	content: url('/img/edit_a_32p.png');
}

.editBtn:hover{
	cursor: pointer;
	border: solid 2px #264C72;
	color: #264C72;
	transform: scale(1.1);
}

.editBtn.st1:hover{
	cursor: pointer;
	border: solid 1px #264C72;
	color: #264C72;
	transform: none;
}

.editBtn:hover img{
	content: url('/img/edit_b_32p.png');
}

/* EDIT BUTTON ACTIVE */
.editBtn_a{
	width:60px;
	height:60px;
	background-color: transparent;
	border: dashed 2px #DDDDDD;
	border-radius:30px;
	color: #DDDDDD;
	font-weight: bold;
	text-align:center;
	line-height:60px;
	transition: transform .2s;
}

.editBtn_a img{
	height:18px;
	content: url('/img/edit_a_32p.png');
}

.editBtn_a:hover{
	cursor: pointer;
	border: dashed 2px #264C72;
	color: #264C72;
	transform: scale(1.1);
}

.editBtn_a:hover img{
	content: url('/img/edit_b_32p.png');
}

/* ------------------------------ TASK ------------------------------ */

#task_html img:hover{
	cursor:pointer;
}

/* ------------------------------ INNE ------------------------------ */

/* ABRYS SHADOW */
.aShdw{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08), 5px 6px 5px 0 rgba(0, 0, 0, 0.04);
}