body, .ui-widget  {
	font-family: "Abdo Master", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.42857143;
}

bode{	
	background-color: #ffffff;
}

.beta {
	font-size: 10pt;
	margin: 0px
}

.hide {
	display: none;
}

.change_password {
	text-decoration: underline !important;
	text-align: left;
}

.change_password:hover {
	color: blue;
}

.home-link {
	margin-left: 10px;
	color: white;
	text-decoration: underline;
	float: left;
}

.link {
	text-decoration: underline;
	float: left;
}

.top-block {
	background: #673139;
	direction: ltr;
	vertical-align: baseline;
	padding: 0px !important;
}

.top-block>a {
	padding: 10px;
}

.top-link-home {
	padding: 5px;
	color: white;
	font-size: 15pt !important;
}

.top-link-profile {
	color: white;
	margin-right: 10px;
	padding: 5px;
	font-size: 10pt !important;
	margin-right: 10px;
}

.toolbar-left {
	float: left;
}

.well-message {
	font-size: 16pt;
}

.text-center {
	text-align: center;
}

.header_logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.large_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.login_container {
	max-width: 600px;
	margin-top: 50px;
}

.register_container {
	max-width: 700px;
	margin-top: 50px;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	
}

#content {
	padding: 10px;
	padding-bottom: 60px; /* Height of the footer */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.btn-danger {
	background: #673139 !important;
	border-color: #673139 !important;
}

.btn-danger:hover {
	background: #542129 !important;
	border-color: #542129 !important;
}

.datalist-noborder .ui-widget-content {
	border: none;
	background: transparent;
	background-image: none;
}

.periods li {
	list-style-type: none !important;
}

.available-btn {
	border-color: #2c4152;
	background-color: transparent;
}

.full-btn {
	border-color: #673139;
	background-color: transparent;
}

button[class*="primary"] {
	-webkit-box-shadow: none;
	font-weight: bold;;
	width: 100%;
	font-family: "Abdo Master", Helvetica, Arial, sans-serif !important;
	text-shadow: none !important;
}

button[class*="danger"] {
	-webkit-box-shadow: none;
	font-weight: bold;;
	width: 100%;
	font-family: "Abdo Master", Helvetica, Arial, sans-serif !important;
	text-shadow: none !important;
}

//
-----------------------------------------------------------------
//


@font-face {
	font-family: "Abdo Master";
	src: url('/PAHWEntitiesPortal/javax.faces.resource/fonts/Abdo Master Normal.otf.xhtml');
	font-weight: normal;
}

@font-face {
	font-family: "Abdo Master";
	src: url('/PAHWEntitiesPortal/javax.faces.resource/fonts/Abdo Master SemiBold.otf.xhtml');
	font-weight: bold;
}

@font-face {
	font-family: "Abdo Master";
	src: url('/PAHWEntitiesPortal/javax.faces.resource/fonts/Abdo Master Light.otf.xhtml');
	font-weight: lighter;
}


/****************** CONFIRMATION DIALOG  ***************/

/* header */
.ui-dialog .ui-dialog-title,
.ui-widget .ui-dialog-titlebar.ui-widget-header.ui-helper-clearfix.ui-corner-top{
	background: unset;
    background-color: #4c6972;
    color: white;
    text-shadow: none; 
	font-family: "Abdo Master", Helvetica, Arial, sans-serif !important;	
}

/* header title */
.ui-dialog .ui-dialog-title{
	float: right !important;
}

/* header close btn */
.ui-dialog-titlebar-icon.ui-dialog-titlebar-close.ui-corner-all{
	float: left !important;
}

/* content */
.dialog-content, 
.ui-confirm-dialog .ui-widget-content
{
	font-family: "Abdo Master", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

/* CONFIRMATION DIALOG yes btn */
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-confirmdialog-yes
{
	float: right;
    background: unset;
    background-color: #4c6972;
    text-shadow: none;
    color: white;
    border: unset;    
	font-family: "Abdo Master", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

/* CONFIRMATION DIALOG no btn */
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-confirmdialog-no
{
    float: left;
    background: unset;
    background-color: #673139;
    text-shadow: none;
    color: white;
    border: unset;    
	font-family: "Abdo Master", Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

/* hide alert icon */
.ui-icon.ui-confirm-dialog-severity.ui-icon-alert{
	display: none;
}

