@CHARSET "UTF-8";

/* =================== */
/* ===== CALENDAR ===== */
/* =================== */

.compCalendar .ui-inputfield
, .compCalendar .ui-widget-content .ui-inputfield
, .compCalendar .ui-widget-header .ui-inputfield{
	/*width: 97px;*/
}

.ui-datepicker {
	z-index: 9999;
}

.ui-datepicker.ui-widget-content{
	border-color: #064ca1;
	border-width: 1px;
	border-style: solid;
} 

.ui-datepicker.ui-corner-all{
	border-radius: 0px 0px 0px 0px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all{
	background: #0062d9;
	/*font-family: Halvetica, Calibri, Arial;*/
	font-size: 15px;;
	font-weight: bold;
	color: white; 
	border-left: solid 1px #8D8C8C;
	border-top: solid 1px #8D8C8C;
	border-right: solid 1px #8D8C8C;
	border-bottom: solid 1px #8D8C8C;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-left{
	background: #0062d9;
	/*font-family: Halvetica, Calibri, Arial;*/
	font-size: 1.5rem;;
	font-weight: bold;
	color: white; 
	border-left: solid 1px #8D8C8C;
	border-top: solid 1px #8D8C8C;
	border-right: solid 1px #8D8C8C;
	border-bottom: solid 1px #8D8C8C;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-right{
	background: #0062d9;
	/*font-family: Halvetica, Calibri, Arial;*/
	font-size: 1.5rem;;
	font-weight: bold;
	color: white; 
	border-left: solid 1px #8D8C8C;
	border-top: solid 1px #8D8C8C;
	border-right: solid 1px #8D8C8C;
	border-bottom: solid 1px #8D8C8C;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ui-datepicker{
	width: 18em;	
}

.ui-datepicker th{
	padding: 1px;
	color: #303333;
}

.ui-datepicker .ui-datepicker-prev-hover .ui-icon
, .ui-datepicker .ui-datepicker-prev.ui-state-focus .ui-icon{
	background: url("../images/primefaces_icons_grey.png");
	background-position: -80px -192px;
}

.ui-datepicker .ui-datepicker-prev-hover{
	background: none;
	border: none;
}

.ui-datepicker .ui-datepicker-next-hover .ui-icon
, .ui-datepicker .ui-datepicker-next.ui-state-focus .ui-icon{
	background: url("../images/primefaces_icons_grey.png");
	background-position: -48px -192px;
}

.ui-datepicker .ui-datepicker-next-hover{
	background: none;
	border: none;
}

.ui-datepicker-calendar{
	border-left: solid 1px #8D8C8C;
	border-right: solid 1px #8D8C8C;
	border-bottom: solid 1px #8D8C8C;
}

.ui-datepicker-calendar thead{
	background-color: #D2D5DC;
	border-bottom: solid 1px #8D8C8C;
	height: 10px;
}

.ui-datepicker-calendar .ui-state-default{
	background: none;
	color: black;
	text-align: center;
	border: none;
}

.ui-datepicker-calendar .ui-state-default:hover{
	background: #A6B9E7;
	color: black;
	text-align: center;
	border: none;
}

.ui-datepicker-calendar .ui-state-active{
	background: #0062d9;
	color: white;
	font-weight:bold;
	text-align: center;
	border: none;
}

.ui-datepicker table{
	margin: 0px;
}

.ui-datepicker tr{
	border: solid 1px silver;	
}

.ui-datepicker td{
	border: solid 1px silver;	
}

.compCalendarPanel{
	font-size: small;
	width: 200px;
}

.compCalendarLabel{
	
}

.compCalendar .ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only
{
	border: 1px solid #0a3c59;
   background: #064ca1;
   background: -webkit-gradient(linear, left top, left bottom, from(#0062d9), to(#064ca1));
   background: -webkit-linear-gradient(top, #0062d9, #064ca1);
   background: -moz-linear-gradient(top, #0062d9, #064ca1);
   background: -ms-linear-gradient(top, #0062d9, #064ca1);
   background: -o-linear-gradient(top, #0062d9, #064ca1);
   background-image: -ms-linear-gradient(top, #0062d9 0%, #064ca1 100%);
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #52585c 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   margin-top: -2px;
}

.compCalendar .ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only:hover
{
	border: 1px solid #0a3c59;
   text-shadow: #1e4158 0 1px 0;
   background: #2f5ed4;
   background: -webkit-gradient(linear, left top, left bottom, from(#4777e6), to(#2f5ed4));
   background: -webkit-linear-gradient(top, #4777e6, #2f5ed4);
   background: -moz-linear-gradient(top, #4777e6, #2f5ed4);
   background: -ms-linear-gradient(top, #4777e6, #2f5ed4);
   background: -o-linear-gradient(top, #4777e6, #2f5ed4);
   background-image: -ms-linear-gradient(top, #4777e6 0%, #2f5ed4 100%);
   color: #fff;
}

.compCalendar .ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only:active
{
	text-shadow: #1e4158 0 1px 0;
   border: 1px solid #0a3c59;
   background: #4777e6;
   background: -webkit-gradient(linear, left top, left bottom, from(#2f5ed4), to(#2f5ed4));
   background: -webkit-linear-gradient(top, #2f5ed4, #4777e6);
   background: -moz-linear-gradient(top, #2f5ed4, #4777e6);
   background: -ms-linear-gradient(top, #2f5ed4, #4777e6);
   background: -o-linear-gradient(top, #2f5ed4, #4777e6);
   background-image: -ms-linear-gradient(top, #2f5ed4 0%, #4777e6 100%);
   color: #fff;
}

.compCalendarButtom{
	width: 22px;
	height: 30px;
}

/* =================================== */
/* ===== WAITING LIST ===== */
/* =================================== */

/*.waitingListTableComponentId .ui-accordion .ui-accordion-header a{*/
	/*min-height: 46px;*/
	/*background-color: white;*/
	/*padding: 0px;*/
	/*padding-left: 25px;*/
/*}*/

/*.waitingListTableComponentId .ui-state-active.ui-corner-top{*/
	/*border-top-left-radius: 0px;*/
    /*border-top-right-radius: 0px;*/
/*}*/

/*.waitingListTableComponentId .ui-corner-all{*/
	/*border-radius: 0px;*/
/*}*/

/*.waitingListTableComponentId{*/
	/*margin-left: 6px;*/
	/*margin-right: 14px;*/
/*}*/

/*.waitingListCommercialInfoContainer{*/
	/*margin-top: 15px;*/
/*}*/

/*.waitingListCommercialText{*/
	/*display: inline-block; */
	/*color: #AAA; */
	/*position: relative; */
	/*vertical-align: top; */
	/*margin-right: 5px;	*/
/*}*/

/*.waitingListComponentDetaildGridName{*/
	/*color: #AAA;*/
/*}*/

/*.waitingListComponentDetaildGridValue{*/
	/*color: #50545C; */
/*}*/

/*.waitingListComponentDetailsPanel{*/
	/**/
/*}*/

/*.waitingListComponentDetailsGrid{*/
	/*margin-left: 131px; */
/*}*/

/*.waitingListTableComponentId .ui-accordion .ui-accordion-content.ui-widget-content{*/
	/*background-color: white;*/
	/*border-top: 1px solid #D1E6FC;*/
	/*padding: 0px;*/
/*}*/

/*.waitingListTableComponentId .app-messages-warn{*/
	/*margin: 0px;*/
	/*width: 98%;*/
	/*border: none;*/
	/*border-top: 1px solid #FFD18A;*/
	/*background-color: #FFF1DC;*/
/*}*/

/*.waitingListRescheduleWarningGrid{*/
	/*margin-left: 90px;*/
/*}*/


/* =================================== */
/* ===== GROWL ===== */
/* =================================== */

.ui-growl-image.ui-growl-image-error{
	background: url("../images/warning_icon.png") -0px -50px no-repeat !important;
	width: 25px;
	height: 25px; 
}

.ui-growl-image.ui-growl-image-info{
	background: url("../images/warning_icon.png") -0px -24px no-repeat !important;
	width: 25px;
	height: 26px;
}

.visitStatusStyleConfirmed {
	color: green;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.visitStatusStyle10 {
	color: #1441A9;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
.visitStatusStyle15 {
	color: green;
	/*float: right;*/
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.visitStatusIconStyle10 {
		
}

.visitStatusStyle20 {
	color: #67686C;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    /*float: right;*/
}

.visitStatusIconStyle20 {
	background: url("../images/delete.png") no-repeat !important;
	height: 20px;
	width: 20px;
	/*float:right;	*/
}

.visitStatusStyle30 {
	color: #67686C;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.visitStatusIconStyle30 {
	background: url("../images/delete.png") no-repeat !important;
	height: 20px;
	width: 20px;
	/*float:right;*/
}

.visitStatusStyle35 {
	color: #67686C;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    /*float: left;*/
}

.visitStatusIconStyle35 {
	background: url("../images/delete.png") no-repeat !important;
	height: 20px;
	width: 20px;
	/*float:right;*/
}

.visitStatusStyle40 {
	color: #1441A9;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    /*float: left;*/
}

.visitStatusIconStyle40 {
	background: url("../images/moved.png") no-repeat !important;
	height: 20px;
	width: 20px;
	float:right;	
}

.visitStatusStyle50 {
	color: #1441A9;
    /*float: left;*/
    /*font-family: helvetica,serif;*/
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 600;
    /*margin-left: 10px;*/
}

.visitStatusIconStyle50 {
	background: url("../images/greenTick.png") no-repeat !important;
	height: 20px;
	width: 20px;
	/*float:right;	*/
}

.visitStatusStyle60 {
	color: #67686C;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.visitStatusIconStyle60 {
	background: url("../images/delete.png") no-repeat !important;
	height: 20px;
	width: 20px;
	/*float:right;	*/
}

.visitStatusStyle70 {
	color: #67686C;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}

.visitStatusIconStyle70 {
	background: url("../images/delete.png") no-repeat !important;
	height: 20px;
	width: 20px;
	/*float:right;	*/
}

.visitStatusStyle80 {
	color: #2D8728;
    float: right;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
    margin-left: 10px;
}

.visitStatusIconStyle80 {
	background: url("../images/present.png") no-repeat !important;
	height: 20px;
	width: 20px;
	/*float:right;	*/
}


/* =================================== */
/* ===== SINGLE FILE UPLOAD	 ===== */
/* =================================== */

.ui-fileupload .ui-widget-header{
	border: none;
}

.ui-fileupload-content.ui-widget-content{
	/*background: none;*/
	border: none;
	padding: 0px;
}

.ui-fileupload-buttonbar {
	background: none;
}

.singleFileUploadPanel{
	
}

.singleFileUploadComponent{
	
}

.singleFileUploadFilePanel{
	font-weight: bold;
	
}

.singleFileUploadFileName{
	float: left;
}

.singleFileUploadRemoveLink{
	margin-left: 15px;
	float: left;
	font-weight: normal;
	text-decoration: underline;
}
/*poprawki do PF5.2*/
.waitingListTableComponentTitleLeftPanel {width: 90px; text-align: right; padding-right: 15px; }
.waitingListTableComponentTitleLeftPanelDate, .waitingListTableComponentTitleLeftPanelTime {float: none; width: auto;}
.waitingListTableComponentTitleMiddlePanel {float: none; margin-top: -10px;}
.waitingListTableComponentId .app-messages-warn {box-sizing: border-box; width: 100%;}
.waitingListTableComponentId .ui-accordion .ui-accordion-header {padding-bottom: 1em;}
.waitingListTableComponentId .ui-accordion .ui-accordion-content.ui-widget-content {margin-top: 0px;}
#communicationFormId\:messageSenderMessageListId\:messageSenderDialogId\:confirmationDialogId.ui-dialog {position: absolute;}
.textAreaPF52 {width: 100%;
	height: 200px !important;
	overflow: hidden;
	word-wrap: break-word;}
.ui-widget .ui-widget {font-size: 14px;}