@media screen and (min-width: 33em) {
	.x-sm-1 {
		width: 8.33%;
	}
	.x-sm-2 {
		width: 16.667%;
	}
	.x-sm-3 {
		width: 25%;
	}
	.x-sm-4 {
		width: 33.33%;
	}
	.x-sm-5 {
		width: 41.66%;
	}
	.x-sm-6 {
		width: 50%;
	}
	.x-sm-7 {
		width: 58.33%;
	}
	.x-sm-8 {
		width: 66.66%;
	}
	.x-sm-9 {
		width: 75%;
	}
	.x-sm-10 {
		width: 83.333%;
	}
	.x-sm-11 {
		width: 91.66%;
	}
	.x-sm-12 {
		width: 100%;
	}
}

@media screen and (min-width : 780px) {
	.x-md-1 {
		width: 8.33%;
	}
	.x-md-2 {
		width: 16.667%;
	}
	.x-md-3 {
		width: 25%;
	}
	.x-md-4 {
		width: 33.33%;
	}
	.x-md-5 {
		width: 41.66%;
	}
	.x-md-6 {
		width: 50%;
	}
	.x-md-7 {
		width: 58.33%;
	}
	.x-md-8 {
		width: 66.66%;
	}
	.x-md-9 {
		width: 75%;
	}
	.x-md-10 {
		width: 83.333%;
	}
	.x-md-11 {
		width: 91.66%;
	}
	.x-md-12 {
		width: 100%;
	}
}

@media screen and (min-width: 64.063em) {
	.x-g-1 {
		width: 8.33%;
	}
	.x-g-2 {
		width: 16.667%;
	}
	.x-g-3 {
		width: 25%;
	}
	.x-g-4 {
		width: 33.33%;
	}
	.x-g-5 {
		width: 41.66%;
	}
	.x-g-6 {
		width: 50%;
	}
	.x-g-7 {
		width: 58.33%;
	}
	.x-g-8 {
		width: 66.66%;
	}
	.x-g-9 {
		width: 75%;
	}
	.x-g-10 {
		width: 83.333%;
	}
	.x-g-11 {
		width: 91.66%;
	}
	.x-g-12 {
		width: 100%;
	}
}

@media screen and (min-width : 1900px) {
	.container {
		width: 1600px;
	}
	.x-lg-1 {
		width: 8.33%;
	}
	.x-lg-2 {
		width: 16.666%;
	}
	.x-lge-2 {
		width: 20%;
	}
	.x-lg-3 {
		width: 25%;
	}
	.x-lg-4 {
		width: 33.33%;
	}
	.x-lg-5 {
		width: 41.66%;
	}
	.x-lg-6 {
		width: 50%;
	}
	.x-lg-7 {
		width: 58.33%;
	}
	.x-lg-8 {
		width: 66.66%;
	}
	.x-lg-9 {
		width: 75%;
	}
	.x-lg-10 {
		width: 83.333%;
	}
	.x-lg-11 {
		width: 91.66%;
	}
	.x-lg-12 {
		width: 100%;
	}
}

a:hover, a:link {
	text-decoration: none;
}

body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

html {
	height: 100%;
}

th {
	padding: 1px;
}

.cke_path {
	display: none !important;
}

.container{
	background: transparent;
}

.ui-accordion-header {
	background-color: #fff !important;
	color: #546e7a;
	line-height: 40px;
	font-weight: 600 !important;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.ui-accordion-header.ui-state-hover, .ui-accordion-header.ui-state-active, .ui-accordion-header.ui-tabs-outline {
	background-color: #f5f5f5 !important;
	color: #546e7a !important;
}

.ui-messages ul{
	margin-top: 0px !important;
}

.ui-messages-error-summary{
	margin-left: 0px !important;
}

.ui-messages-error-icon{
	margin-top:-6px !important;
}

.ui-layout-unit .ui-layout-unit-content{
	overflow: visible;
}

.ui-menu {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.ui-paginator {
	background-color: #fff;
}

.ui-paginator .ui-paginator-first .ui-icon {
	background-image: url("/leshan/faces/javax.faces.resource/images/left-double-arrow-for-data-blue.svg?ln=modena-layout");
}

.ui-paginator .ui-paginator-last .ui-icon {
	background-image: url("/leshan/faces/javax.faces.resource/images/right-double-arrow-for-data-blue.svg?ln=modena-layout");
}

.ui-paginator .ui-paginator-next .ui-icon {
	background-image: url("/leshan/faces/javax.faces.resource/images/right-one-arrow-for-data-blue.svg?ln=modena-layout");
}

.ui-paginator .ui-paginator-prev .ui-icon {
	background-image: url("/leshan/faces/javax.faces.resource/images/left-one-arrow-for-data-blue.svg?ln=modena-layout");
}

.ui-paginator a, .ui-paginator .ui-state-active, .ui-paginator .ui-state-hover, .ui-paginator .ui-paginator-pages .ui-state-active, .ui-paginator .ui-paginator-pages .ui-state-hover {
	color: #0091ea !important;
}

.ui-paginator-current {
	color: #546e7a !important;
	font-weight: normal;
}

.ui-paginator-page.ui-state-focus {
	background-color: #fff !important;
}

.ui-selectonemenu .ui-selectonemenu-label {
	overflow: inherit;
}

.ui-state-highlight {
	text-shadow: none !important;
}

.ui-steps.custom{
	min-height: 70px;
	margin-top : 0px;
	padding: 20px 0 10px 0;
	text-align: center;
}

.ui-steps .ui-steps-item {
	width: 25%;
	height: 40px;
	background-color: transparent;
	border-radius: 0px;
	margin-right: 0px;
	background-image: url("/leshan/faces/javax.faces.resource/images/step-item-bg.png?ln=modena-layout");
	background-size: 2px 14px;
	background-repeat: repeat-x;
	background-position:center;
	display: inline-block;
	float: none;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
	height: 40px;
	padding: 0px !important;
	background-image: url("/leshan/faces/javax.faces.resource/images/step-link-bg.png?ln=modena-layout");
	background-size: 2px 4px;
	background-repeat: repeat-x;
	background-position:center;
	border-radius: 0px;
	position: relative;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link:focus{
	outline:none;
}

.ui-steps.custom .ui-state-disabled{
	opacity: 1;
}

.ui-steps.custom .ui-state-disabled .ui-steps-number,.ui-steps.custom .ui-state-disabled  .ui-menuitem-link{
	background-image: none !important;
}

.ui-steps.custom .ui-steps-item .ui-steps-number{
	text-align: center;
	margin-top: -10px !important;
	line-height: 60px;
	background-color: #e4e4e4 !important;
	background-image: url("/leshan/faces/javax.faces.resource/images/circle.svg?ln=modena-layout");
	background-size: 40px;
	background-repeat: no-repeat;
	background-position:center;
	color: #FFFFFF;
	display: inline-block;
	width: 60px;
	height: 60px !important;
	border-radius: 50%;
	padding: 0px !important;
	margin-left: -1px;
	margin-right: -1px;
}

.ui-steps.custom .ui-steps-item .ui-steps-title {
	margin: 0px;
}

.ui-steps.custom .ui-steps-item.ui-state-highlight .ui-steps-title {
	color: #0081c2;
}

.ui-steps.custom ul>:first-child a{
	text-align: left;
}

.ui-steps.custom ul>:last-child a{
	text-align: right;  
}

.ui-steps.custom ul>:first-child,.ui-steps.custom ul>:last-child {
	width:12%;
}

.ui-timepicker .ui-state-active {
	color: #fff !important;
	background-color: #0288d1;
}

.ui-timepicker .ui-timepicker-hours,.ui-timepicker .ui-timepicker-minutes {
	border: 1px solid #ccc;
}

.ui-timepicker .ui-timepicker-title {
	color: #546e7a;
}

.ui-tooltip {
	background-color: transparent;
}

.ui-tooltip .ui-tooltip-text {
	background-color: #003d50;
	padding: 10px;
}

.ui-tooltip-bottom .ui-tooltip-arrow {
	border-bottom-color: #003d50 !important;
}

.ui-tooltip-left .ui-tooltip-arrow {
	border-left-color: #003d50 !important;
}

.ui-tooltip-right .ui-tooltip-arrow {
	border-right-color: #003d50 !important;
}

.ui-tooltip-top .ui-tooltip-arrow {
	border-top-color: #003d50 !important;
}

.x-button-icon+.ui-button-text {
	margin-left: 18px;
}

.x-center{
	box-shadow: 1px 0px 10px #e1e5e6;
	-webkit-box-shadow: 1px 0px 10px #e1e5e6;
	-moz-box-shadow: 1px 0px 10px #e1e5e6;
}

.x-center, .x-center .ui-layout-unit-content, .x-menu, .ui-layout-unit-content {
	padding: 0px !important;
}

.x-menu {
	-webkit-box-shadow: -1px 0px 10px #e1e5e6;
	-moz-box-shadow: -1px 0px 10px #e1e5e6;
	box-shadow: -1px 0px 10px #e1e5e6;
	border: none !important;
}

.x-menu .ui-icon-triangle-1-e {
	background-image: url("/leshan/faces/javax.faces.resource/images/arrow_right.svg?ln=primefaces-modena") !important;
}

.x-menu .ui-icon-triangle-1-s {
	background-image: url("/leshan/faces/javax.faces.resource/images/arrow_down.svg?ln=primefaces-modena") !important;
}

.x-menu .ui-menuitem-text {
	line-height: 30px;
}

.x-menu .ui-panelmenu-header {
	background-color: #eceff1 !important;
}

.x-menu .ui-panelmenu-header a {
	color: #000 !important;
	line-height: 30px;
}

.x-navigationBar tbody tr td{
	padding: 0px !important; 
}

.x-patientHome .x-center{
	display: table-cell !important;
	position: static !important;
	vertical-align: top;
}

.x-patientHome .x-menu{
	display: table-cell !important;
}

.x-patientHome .x-menu>.ui-layout-unit-content::-webkit-scrollbar {
	width: 4px;
}

.x-patientHome .x-menu>.ui-layout-unit-content::-webkit-scrollbar-thumb,.x-patientHome .x-menu>.ui-layout-unit-content::-webkit-scrollbar-track-piece,.x-patientHome .x-menu>.ui-layout-unit-content::-webkit-scrollbar-track{
	background-color: #fff;
}

.x-patientHome .x-menu>.ui-layout-unit-content:hover::-webkit-scrollbar-thumb{
	background-color: #d4d8e2;
}

.x-patientHome .x-menu>.ui-layout-unit-content::-webkit-scrollbar-button{
	background-color: #fff;
	display: none;
}

.x-patientHome .x-center, .x-patientHome .x-center .ui-layout-unit-content, .x-patientHome .x-menu, .x-patientHome .x-menu .ui-layout-unit-content {
	height: fit-content !important;
	height: -webkit-fit-content !important;
	height: -moz-fit-content !important;
}

.x-westCenter, .ui-layout-resizer-west {
	position: static;
	padding: 0px;  
	margin: 0px;
	font-size: 1px;
	text-align: left;
	overflow: hidden;
	z-index: 2;
	left: 250px;
	cursor: default;
	height: 760px;
	width: 6px;
	top: 0px;
	display: table-cell;
	max-height: 800px;
}

#ui-timepicker-div {
	background-color: #fff;
	box-shadow: 3px 3px 3px 3px #888888;
}

.ui-datepicker-calendar tbody tr .ui-datepicker-today {
    background-color: #ffffff;
    border: solid 1px #0288d1;
}

.ui-datepicker-calendar tbody tr .ui-datepicker-current-day {
    background-color: #0288d1;
    border: solid 1px #0288d1;
}

.ui-datepicker-calendar tbody tr td:hover {
    background-color: #0288d1;
    border: solid 1px #0288d1;
}