@CHARSET "UTF-8";

progress:before {
    content: attr(value) ' %';
    font-size: 14px;
}

progress {
    text-align:center;
    height: 20px;
}

.tooltip-panel {
    max-width: 500px;
    font-weight: normal;
    background: #DDEEFF;
    padding: 5px 10px;
}

.tooltip-panel.ui-widget-content {
    border: 1px solid #a6c9e2;
}

/*
BLUE COLORS:
	color: #0951A0;
	color: #599FE6;

*/

/* ============================= */
/* ===== 	BUTTONS 		 ======= */
/* ============================= */

.mediumButton, .mediumButton.greenButton.ui-state-default, .mediumButton.greenButton.ui-widget-content.ui-state-default, .mediumButton.greenButton.ui-widget-header.ui-state-default, .mediumButton.greyButton.ui-state-default, .mediumButton.greyButton.ui-widget-content.ui-state-default, .mediumButton.greyButton.ui-widget-header.ui-state-default, .mediumButton.blueButton.ui-state-default, .mediumButton.blueButton.ui-widget-content.ui-state-default, .mediumButton.blueButton.ui-widget-header.ui-state-default, .mediumButton.blueButtonJsf, .mediumButton.greenButtonJsf, .mediumButton.greyButtonJsf {
    padding: 0px 0px;
    height: 3.2rem;
}

.smallButton, .smallButton.greenButton.ui-state-default, .smallButton.greenButton.ui-widget-content.ui-state-default, .smallButton.greenButton.ui-widget-header.ui-state-default, .smallButton.greyButton.ui-state-default, .smallButton.greyButton.ui-widget-content.ui-state-default, .smallButton.greyButton.ui-widget-header.ui-state-default, .smallButton.blueButton.ui-state-default, .smallButton.blueButton.ui-widget-content.ui-state-default, .smallButton.blueButton.ui-widget-header.ui-state-default {
    padding: 0px 0px;
    height: 3.2rem;
    font-size: 12px;
}

.greenButton,
.greenButton.ui-state-default, .greenButton.ui-widget-content.ui-state-default, .greenButton.ui-widget-header.ui-state-default {
    border: 1px solid #2d8728;
    background: #2d8728;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#53aa4e), to(#2d8728));*/
    /*background: -webkit-linear-gradient(top, #53aa4e, #2d8728);*/
    /*background: -moz-linear-gradient(top, #53aa4e, #2d8728);*/
    /*background: -ms-linear-gradient(top, #53aa4e, #2d8728);*/
    /*background: -o-linear-gradient(top, #53aa4e, #2d8728);*/
    /*background-image: -ms-linear-gradient(top, #53aa4e 0%, #2d8728 100%);*/
    padding: 5.5px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;*/
    /*-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;*/
    /*box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;*/
    /*text-shadow: #1e7419 0 1px 0;*/
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    /*font-family: helvetica, serif;*/
    text-decoration: none;
    vertical-align: middle;
}

.greenButton:hover,
.greenButton.ui-state-default:hover, .greenButton.ui-widget-content.ui-state-default:hover, .greenButton.ui-widget-header.ui-state-default:hover,
.greenButton:focus,
.greenButton.ui-state-default:focus, .greenButton.ui-widget-content.ui-state-default:focus, .greenButton.ui-widget-header.ui-state-default:focus {
    border: 1px solid #399834;
    /*text-shadow: #1e7419 0 1px 0;*/
    background: #399834;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#68b962), to(#399834));*/
    /*background: -webkit-linear-gradient(top, #68b962, #399834);*/
    /*background: -moz-linear-gradient(top, #68b962, #399834);*/
    /*background: -ms-linear-gradient(top, #68b962, #399834);*/
    /*background: -o-linear-gradient(top, #68b962, #399834);*/
    /*background-image: -ms-linear-gradient(top, #68b962 0%, #399834 100%);*/
    color: #fff;
    -webkit-box-shadow: 0px 0px 4px 1px #51a94d;
    -moz-box-shadow: 0px 0px 4px 1px #51a94d;
    box-shadow: 0px 0px 4px 1px #51a94d;
    outline: darkblue dotted 2px;
}
.loginContainer .greenButton:focus,
.loginContainer .greenButton.ui-state-default:focus,
.loginContainer .greenButton:hover,
.loginContainer .greenButton.ui-state-default:hover{
    outline: 3px dotted white;
}

.greenButton:active
.greenButton.ui-state-default:active, .greenButton.ui-widget-content.ui-state-default:active, .greenButton.ui-widget-header.ui-state-default:active {
    text-shadow: #4aa343 0 1px 0;
    border: 1px solid #014000;
    background: #51a94d;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#389733), to(#399834));*/
    /*background: -webkit-linear-gradient(top, #389733, #51a94d);*/
    /*background: -moz-linear-gradient(top, #389733, #51a94d);*/
    /*background: -ms-linear-gradient(top, #389733, #51a94d);*/
    /*background: -o-linear-gradient(top, #389733, #51a94d);*/
    /*background-image: -ms-linear-gradient(top, #389733 0%, #51a94d 100%);*/
    color: #fff;
    -webkit-box-shadow: 0px 0px 4px 1px #51a94d;
    -moz-box-shadow: 0px 0px 4px 1px #51a94d;
    box-shadow: 0px 0px 4px 1px #51a94d;
}

.greyButton,
.greyButton.ui-state-default, .greyButton.ui-widget-content.ui-state-default, .greyButton.ui-widget-header.ui-state-default {
    border: 1px solid #0071E0;
    background: #fff;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));*/
    /*background: -webkit-linear-gradient(top, #fff, #fff);*/
    /*background: -moz-linear-gradient(top, #fff, #fff);*/
    /*background: -ms-linear-gradient(top, #fff, #fff);*/
    /*background: -o-linear-gradient(top, #fff, #fff);*/
    /*background-image: -ms-linear-gradient(top, #fff 0%, #fff 100%);*/
    padding: 5px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;*/
    /*-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;*/
    /*box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;*/
    text-shadow: #cfd3d6 0 1px 0;
    color: #0071E0;
    font-size: 16px;
    font-size: 1.6rem;
    /*font-family: helvetica, serif;*/
    text-decoration: none;
    vertical-align: middle;
    font-weight: normal;

}

.greyButton:hover, .greyButton:focus,
.greyButton.ui-state-default:hover,
.greyButton.ui-state-default:focus, .greyButton.ui-widget-content.ui-state-default:hover, .greyButton.ui-widget-header.ui-state-default:hover {
    border: 1px solid #1976D2;
    /*text-shadow: #dcdee0 0 1px 0;*/
    background: #0071E0;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#dcdcdc));*/
    /*background: -webkit-linear-gradient(top, #f8f8f8, #dcdcdc);*/
    /*background: -moz-linear-gradient(top, #f8f8f8, #dcdcdc);*/
    /*background: -ms-linear-gradient(top, #f8f8f8, #dcdcdc);*/
    /*background: -o-linear-gradient(top, #f8f8f8, #dcdcdc);*/
    /*background-image: -ms-linear-gradient(top, #f8f8f8 0%, #dcdcdc 100%);*/
    color: white;
    -webkit-box-shadow: 0px 0px 4px 1px #0071E0;
    -moz-box-shadow: 0px 0px 4px 1px #0071E0;
    box-shadow: 0px 0px 4px 1px #0071E0;
    outline: darkblue dotted 2px;
}

.greyButton:active,
.greyButton.ui-state-default:active, .greyButton.ui-widget-content.ui-state-default:active, .greyButton.ui-widget-header.ui-state-default:active {
    text-shadow: #dcdee0 0 1px 0;
    border: 1px solid #A9A9A9;
    background: #dcdcdc;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#fcfcfc));*/
    /*background: -webkit-linear-gradient(top, #dcdcdc, #fcfcfc);*/
    /*background: -moz-linear-gradient(top, #dcdcdc, #fcfcfc);*/
    /*background: -ms-linear-gradient(top, #dcdcdc, #fcfcfc);*/
    /*background: -o-linear-gradient(top, #dcdcdc, #fcfcfc);*/
    /*background-image: -ms-linear-gradient(top, #dcdcdc 0%, #fcfcfc 100%);*/
    color: #464647;
}

.blueButton,
.blueButton.ui-state-default, .blueButton.ui-widget-content.ui-state-default, .blueButton.ui-widget-header.ui-state-default {
    border: 1px solid #275CBD;
    background: #275CBD;
    /*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%);*/
    padding: 5.5px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*-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: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    vertical-align: middle;
}

.blueButton:hover,
.blueButton.ui-state-default:hover, .blueButton.ui-widget-content.ui-state-default:hover, .blueButton.ui-widget-header.ui-state-default:hover,
.blueButton:focus,
.blueButton.ui-state-default:focus, .blueButton.ui-widget-content.ui-state-default:focus, .blueButton.ui-widget-header.ui-state-default:focus {
    border: 1px solid #0a3c59;
    text-shadow: #1e4158 0 1px 0;
    background: #2f5ed4;
    color: #fff;
    outline: darkblue dotted 2px;
}

.blueButton:active,
.blueButton.ui-state-default:active, .blueButton.ui-widget-content.ui-state-default:active, .blueButton.ui-widget-header.ui-state-default:active {
    text-shadow: #1e4158 0 1px 0;
    border: 1px solid #0a3c59;
    background: #4777e6;
    color: #fff;
}

.lightBlueButton,
.lightBlueButton.ui-state-default, .lightBlueButton.ui-widget-content.ui-state-default, .lightBlueButton.ui-widget-header.ui-state-default {
    border: 1px solid #169BFF;
    background: #067ac7;
    padding: 10px 15px;
    border-radius: 0px;
    -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: #7ea4bd 0 1px 0;
    color: #06426c;
    font-size: 16px;
    font-size: 1.6rem;
    /*font-family: helvetica, serif;*/
    text-decoration: none;
    vertical-align: middle;
}

.lightBlueButton:hover,
.lightBlueButton.ui-state-default:hover, .lightBlueButton.ui-widget-content.ui-state-default:hover, .lightBlueButton.ui-widget-header.ui-state-default:hover {
    border: 1px solid #169BFF;
    text-shadow: #1e4158 0 1px 0;
    background: #006eb8;
    color: #ffffff;
}

.lightBlueButton.ui-state-default:active, .lightBlueButton.ui-widget-content.ui-state-default:active, .lightBlueButton.ui-widget-header.ui-state-default:active:active {
    text-shadow: #1e4158 0 1px 0;
    border: 1px solid #169BFF;
    background: #65a9d7;
    color: #fff;
}

.lightBlueButtons .compCalendar .ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    border: 1px solid #169BFF;
    background: #067ac7;
    padding: 0px 15px;
    border-radius: 0px;
    -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: #7ea4bd 0 1px 0;
    color: #06426c;
    font-size: 14px;
    font-family: helvetica, serif;
    text-decoration: none;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 2px;
}

.lightBlueButtons .compCalendar .ui-datepicker-trigger.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only:hover {
    border: 1px solid #169BFF;
    text-shadow: #1e4158 0 1px 0;
    background: #006eb8;
    color: #ffffff;
}

.lightBlueButtons .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 #169BFF;
    background: #65a9d7;
    color: #fff;
}

button .ui-button-text.ui-c {
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: none;
}

.long {
    min-width: 150px;
}

.middle {
    min-width: 100px;
}

.short {
    min-width: 60px;
}

.logOutButton {
    position: relative;
    top: -12px;
}


/* ============================= */
/* =====  SELECT ONE RADIO	 ======= */
/* ============================= */

.ui-radiobutton .ui-state-default, .ui-radiobutton .ui-widget-content .ui-state-default, .ui-radiobutton .ui-widget-header .ui-state-default {
    border: 1px solid #0951A0;
}

/* ============================= */
/* =====  SELECT ONE MENU	 ======= */
/* ============================= */

.ui-selectonemenu .ui-selectonemenu-trigger {
    width: 30px;
    padding: 0;
}

.ui-selectonemenu-trigger {
    background: url("../images/gui/select_arrow_active.png") -1px -3px no-repeat !important;
    width: 30px;
    height: 30px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-selectonemenu-trigger span {
    display: none;
}

/* ============================= */
/* =====  TEXT INPUT	 ======= */
/* ============================= */

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    border: solid 1px silver;
    height: 2rem;
    box-shadow: none;
    color: #064ca1;
    font-weight: normal;
}

.ui-inputfield.ui-state-error, .ui-widget-content .ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error {
    border: solid 1px red;
    box-shadow: 0px 0px 5px red;
}

/* ============================= */
/* =====  LABELS	 ======= */
/* ============================= */

.labelTextInput {
    color: black;
    font-size: 16px;
    font-size: 1.6rem;
}

.top-info {
    color: #303030;
    margin: 20px 15px;
    font-size: 1.8rem;
    font-weight: bold;
}

/* ============================= */
/* =====  FIELDSET	 ======= */
/* ============================= */

.ui-fieldset.ui-widget-content {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #445377;
}

.ui-fieldset-legend.ui-state-default, .ui-fieldset-legend.ui-widget-content .ui-state-default, .ui-fieldset-legend.ui-widget-header .ui-state-default {
    background: none;
    border: none;
    color: #445377;
    font-weight: bold;
    font-size: large;
}

/* ============================= */
/* ===== MESSAGES	 ======= */
/* ============================= */

.ui-messages-error, .ui-message-error {
    color: #444444;
    border: 1px solid red;
}

/* ============================= */
/* ===== DIALOG	 ======= */
/* ============================= */

.ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top {
    background: #BAB9B9;
    font-family: Halvetica, Calibri, Arial;
    font-size: large;
    font-weight: bold;
    color: #303333;
    border-left: solid 1px #8D8C8C;
    border-top: solid 1px #8D8C8C;
    border-right: 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;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-shadow.ui-overlay-visible {
    border-color: #DCDBDB;
    border-width: 6px;
    border-style: solid;
}

/* Close button */
.ui-dialog .ui-state-hover .ui-icon, .ui-dialog .ui-state-focus .ui-icon {
    background: url("../images/primefaces_icons_grey.png");
    background-position: -96px -128px;
}

/* Close button */
.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: none;
}

.ui-dialog-content.ui-widget-content {
    padding: 0px 0px;
    border: solid 1px #8D8C8C;
}

.app-messages-info {
    /*background-color: #67afde;*/
    /*/!*#4499de;*!/*/
    /*border-radius: 5px;*/
    /*width: 95%;*/
    /*margin: 10px auto;*/
    /*padding: 7px;*/
}

.hiddenOnStart .app-messages-info, .relative .app-messages-info {
    display: none;
}

.blueBox.app-messages-error {
    background-color: #FFE0E0;
    border: 1px solid #E11018;
}

.blueBox.app-messages-accepted {
    background-color: #DAFDDA;
    border: 1px solid #3C9937;
}

.blueBox.app-messages-warn {
    background-color: #FFE6BF;
    border: 1px solid #F79B00;
}

.blueBox.app-messages-warn .icon-warn {
    color: #F79B00;
}

.app-messages-info-summary {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.app-messages-info-summary-long-text {
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
}

.app-messages-error-summary, .app-messages-warn-summary, .app-messages-accepted {
    font-size: 1.4rem;
    color: #000000;
}

/* ============================= */
/* ===== ERROR SITE		 ======= */
/* ============================= */

.error-site {
    color: #F04349;
    font-family: Halvetica, Calibri, Arial;
    font-size: xx-large;
    font-weight: bold;
    display: block;
    margin-bottom: 24px;
    text-align: center;
    /*line-height: 100px;*/
}

@media (max-width: 800px) {
    .error-site {
        font-size: 24px;
    }

    #container #tekst {
        padding: 0px 35px;
    }

}

#container {
    background-color: #FFFFFF;
    margin: 0 -1px -1px -1px;

}

#bok_l {
    height: 34px;
    width: 1px;
    background: url("../images/gui/linia_menu.png") repeat-x !important;
    /* background: url("../images/gui/linia_menu.png");	 */
    float: left;
    overflow: hidden;
    position: relative;

}

#srodek {
    height: 34px;

    background-color: #FFFFFF;

}

#bok_r {
    height: 34px;
    width: 1px;
    background: url("../images/gui/linia_menu.png") repeat-x !important;
    float: right;
    overflow: hidden;
    position: relative;

}

#tekst {
    background-color: #FFFFFF;
    padding-left: 30px;
    padding-right: 75px;

}

.error-site-text1 {
    color: #000000;
    font-family: Halvetica, Calibri, Arial;
    font-size: large;
}

.error-site-text2 {
    color: #000000;
    font-family: Halvetica, Calibri, Arial;
    font-size: x-large;
    font-weight: bold;
}

/* ======================+====== */
/* ===== ACCOUNT SETTINGS ====== */
/* ============================= */

.accountSettingsMainPanel {
    /*margin: 50px;*/

    /*margin-left: 100px;*/
    /*margin-bottom: 10px;*/

    margin: 0 auto 0 auto;
    background-color: #FCFCFC;

}
.ui-widget-content:not(.ui-progressbar) {
    border: none;
}

.accountSettingsMainPanel .ui-widget-content {
    border: 0px solid #FCFCFC;

}

.accountSettingsMainPanel .ui-panelgrid.td {
    border: 0px solid #FCFCFC;
}

.accountSettingsSubmit {
    width: 100px;

    margin: 0 auto;
    margin-top: 5px;
}

#profileWindowDiv .ui-datatable .ui-datatable-data td, .ui-datatable .ui-datatable-data-empty td {
    border: none;
    border-style: none;
}

.no-patient-profile-message {
    margin: 10px auto;
    text-align: center;
    width: 250px;
}

.descriptive-data-item {
    padding: 3px 20px;
}

.descriptive-data-item:hover {
    cursor: pointer;
}

.disableBorderForPanelGrid td {
    border-style: none !important;
}