/* CSS for the default JSF components and the other default settings like the font, colors and position */

body {
	margin: 0;
	background: none repeat scroll 0 0 #FFFFFF;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
}

a {
	color: #000000;
}

#main {
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -25px;
	text-align: left;
	width: 100%;
}

#content {
    padding: 5px;
}

.right {
	float: right;
	white-space: nowrap;
}

/* Default Header CSS */
#header {
	position: relative;
	height: 90px;
	padding: 5px 10px;
}

#header .title {
	bottom: 0px;
    position: absolute;
    right: 15px;
    font-size: 1.4em;
    display: block;
}

/* Default Information Makers Logo */
#header .logo {
	background: url(/Care4Care-Hours/javax.faces.resource/default/images/logo.png.jsf?ln=css&v=4_2_0_170309) repeat scroll 0 0 #FFFFFF;
	width: 173px;
	height: 88px;
}

#main .palmTree {
	background: url(/Care4Care-Hours/javax.faces.resource/default/images/palm-tree.png.jsf?ln=css&v=4_2_0_170309) repeat scroll 0 0 #FFFFFF;
	background-size: contain;
    width: auto;
    height: 88px;
}

/* Default Error Message Icon */
span.message-icon {
	background: url(/Care4Care-Hours/javax.faces.resource/default/icons/error.png.jsf?ln=css&v=4_2_0_170309) no-repeat scroll 0 0 transparent;
	font-size: 0px;
	height: 16px;
	width: 16px;
	display: block;
}

/* Default Form */
.form {
	width: auto;
}

.form a.action {
    height: 16px;
    margin: 0 5px;
    width: 16px;
}

table.form {
	border-collapse: collapse;
	margin: 5px;
}

table.form .formCol {
	padding: 0;
}

table.form tr {
	height: 30px;
}

table.form tr.label {
	font-weight: bold;
}

table.form td.label {
	width: 200px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

table.form td.label.width-100 {
	width: 100px;
}

table.form td.label.width-150 {
	width: 150px;
}

table.form td.label.width-250 {
	width: 250px;
}

table.form td.label.width-300 {
	width: 300px;
}

table.form td.label.width-350 {
	width: 350px;
}

table.form td.label.width-400 {
	width: 400px;
}

table.form td.label-wide {
	width: 400px;
	font-weight: bold;
	vertical-align: top;
	line-height: 30px;
}

table.form td.label-middle {
	width: 200px;
	font-weight: bold;
	line-height: 30px;
}

table.form td.field fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

table.form td.input {
	width: 200px;
	height: 30px;
}

table.form td.input fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

table.form td.error {
	color: #ff0000;
	vertical-align: middle;
	padding-left: 5px;
}

input.error, select.error, .errorInput .ui-inputfield.error {
	background-color: #F66;
}

textarea.error, select.error, .errorInput .ui-inputfield.error {
	background-color: #F66;
}

.box .header {
	background-color: #CCCCCC;
}

/* Ribbon */
table.ribbon {
	border-collapse: collapse;
	width: 100%;
	height: 40px;
}

table.ribbon .ribbonCol, table.ribbon td {
	padding: 0 5px !important;
}

table.ribbon td.button {
	text-align: right;
}

table.ribbon table.page td {
	padding: 0;
}

/* Wrapper */
div.wrapper {
	margin: 5px;
	padding: 5px 5px 0px;
	border: 1px solid #999;
}

div.wrapper table.block {
	margin-bottom: 5px;
}

/* List */
table.list {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #333;
}

table.list .listHdr, table.list th {
	background: none repeat scroll 0 0 #CCC;
	text-align: left;
	height: 25px;
	padding: 0px 5px;
	border-bottom: solid 1px #333;
}

table.list tbody td {
	padding: 0px 5px;
	height: 20px;
}

table.list td.width-25, .ui-datatable .width-25 {
	width: 25px !important;
}

table.list td.width-50, .ui-datatable .width-50 {
	width: 50px !important;
}

table.list td.width-75, .ui-datatable .width-75 {
	width: 75px !important;
}

table.list td.width-100, .ui-datatable .width-100 {
	width: 100px !important;
}

table.list td.width-125, .ui-datatable .width-125 {
	width: 125px !important;
}

table.list td.width-150, .ui-datatable .width-150 {
	width: 150px !important;
}

table.list td.width-200, .ui-datatable .width-200 {
	width: 200px !important;
}

table.list td.width-250, .ui-datatable .width-250 {
	width: 250px !important;
}

table.list td.width-300, .ui-datatable .width-300 {
	width: 300px !important;
}

table.list .actions {
	width: 100px;
}

table.list .actions a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

table.list .actions a span {
	display: none;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

table.list .actions a style {
	display: none;
}

table.list button, table.list input, table.list select, table.list textarea {
	margin: 0px;
}

.empty {
	display: block;
	padding: 5px;
}

/* legend */
.legend {
	border: 1px solid #333333;
	margin-bottom: 5px;
}

.legend span {
	background-repeat: no-repeat;
	line-height: 25px;
}

/* Fontawesome legend */
.legend {
	height: 100%;
}

.legend .fa {
	margin: 0px;
	padding: 0px;
	width: 15px;
}

.legend .fa:hover {
	color: #000;
}

.legend .legend-text {
	margin: 0px;
	padding-left: 0px;
	padding-right: 5px;
}

/* Application Info */
#appinfo {
	bottom: 5px;
	font-size: 0.6em;
	position: absolute;
	right: 5px;
	text-align: right;
	width: 400px;
}

.centerLogin {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
}

/* Menu bar */
#top{
	height: 30px;
}

.menuBarContainer{
	width: 100%;
	height: 30px;
	border-collapse: collapse;
	background: #999 none repeat scroll 0 0;
}

.menuBarContainer > tbody > tr > td {
	padding: 0;
}

.menuBarContainer .wijmo-wijmenu{
	padding: 0 10px;
}

.menuBar {
	font-size: 12px;
	white-space: nowrap;
	border: none;
	background: #999 none repeat scroll 0 0;
}

.menuBar > div > ul > li {
	border: none;
	margin: 0;
	float: left;
}


.menuBar > div > ul > li > a {
	border: none !important;
	padding: 0;
}

.menuBar > div > ul > li > a > .ui-icon {
	background:  none repeat scroll 0 0;
	height: 0px;
	width: 0px;
}


/* Menu Items */
.menuBarItem{
	background: #999 none repeat scroll 0 0;
	border-top: 2px solid #999;
	color: #FFF;
	display: block;
	float: left;
	line-height: 28px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	white-space: normal;
}

.menuBarItem:hover {
	border-top: 2px solid #000;
	background-color: #999;
	color: #fff;
}

.menuBarItem.active{ 
	border-top: 2px solid #000;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
}

.menuBarItem .width-200{ 
	width: 200px;
}

.actions a {
	text-decoration: none;
	vertical-align: middle;
}

/* Menu bar */
.menuBarContainer{
	background: #999 none repeat scroll 0 0;
}

.menuBar {
	background: #999 none repeat scroll 0 0;
}

/* Menu Items */
.menuBarItem{
	background: #999 none repeat scroll 0 0;
	border-top: 2px solid #999;
	color: #FFF;
}

/* FONT Awesome */
a {
	text-decoration: none !important;
}

/* .list .actions a {
    padding-left: 0px !important;
    text-decoration: none;
} */

.fa-lg {
  line-height: 1em;
}

.fa {
  color: #999;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
}

.fa:hover {
	color: #000;
	background-color: none;
	border-radius: 100px;
}

.fa:active {
	background: none;
	color: #ccc;
}

.fa-green, .fa-green:hover {
	color: #298A08;
}

.fa-red, .fa-red:hover {
	color: #FF0000;
}

/* Block */
table.block {
	width: 100%;
	border: 1px solid #333333;
	border-collapse: collapse;
}

table.block th:first-of-type {
    border-top-left-radius: 0;
}

table.block th:last-of-type {
    border-top-right-radius: 0;
}

table.block th, table.block .blockHdr {
	text-align: left;
	border-bottom: 1px solid #333333;
	height: 25px;
	font-weight: bold;
	padding: 0px 5px;
	background: none repeat scroll 0 0 #DDDDDD;
}

table.block td, table.block .blockCol1 {
	padding: 0;
}

table.block .list {
	border: none;
}

table.block th {
    background: #ddd none repeat scroll 0 0;
    border-bottom: 1px solid #333;
    font-weight: bold;
    height: 25px;
    padding: 0 5px;
    text-align: left;
}

table.block th a {
    display: inline-block;
}

table.block th .fa {
	font-size: 1.1em;
	color: #000000;
}

table.block th .fa:hover {
	background: none;
	color: #444444;
	border-radius: 0;
}

.tableValueMenu > div > ul > li{
	width: 100% !important;
}

/* Buttons */
a.button, input.button, span.button {
    padding: 5px 10px;
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #CCC;
	border: solid 1px #333;
	margin-left: 5px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	
}

a.buttonSmall, input.buttonSmall, span.buttonSmall {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none !important;
	background-color: #CCC;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
    color: #000000;
    font-weight: normal;
    width: 30px;
}

a.button:hover, input.button:hover, a.buttonSmall:hover, 
input.buttonSmall:hover, span.buttonSmall:hover {
	background: repeat-x padding-box #bfdaff;
    border: 1px solid #d3d3d3; 
}

a.button .text, span.button .text, span.button-dis .text {
	padding-left: 5px;	
}

a.button .fa, span.button .fa, span.button-dis .fa {
	color: #333;
	height: 1em;
 	width: 1em;
 	line-height: 20px;
}

a.button:hover .fa, a.button:hover .text, a.buttonSmall:hover .fa,
span.buttonSmall:hover .fa, input.buttonSmall:hover .fa{
	color: #bfdaff;
	background:none;
}

span.button:hover .fa, span.button:hover .text,
span.button-dis:hover .fa, span.button-dis:hover .text {
	color: #333;
	background: none;
}

span.button, span.button-dis {
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-position: 2px center;
    background-color: #DDDDDD;
    border: solid 1px #CCCCCC;
    margin-left: 5px;
    text-decoration: none;
    color: #999;
    cursor: default;
}

/* SubList */
/* List */
.list.subList {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #828282;
}

.list.subList .listHdr, .list th {
	background-color: #E5E5E5;
	text-align: left;
	height: 25px;
	padding: 0px 5px;
	border-bottom: solid 1px #828282;
	color: #333;
}

.list.subList tbody td {
	padding: 0px 5px;
	height: 20px;
}

.list.subList tbody tr.listRow1, .list .oddRows {
	background-color: #F3F3F3;
}

/* Login screen */
table.login {
	width: 400px;
	margin: auto;
}

table.login div.messages {
	margin: 5px;
	padding: 5px;
	display: block;
}

/* Messages */
.messages {
	margin: 0px 10px;
}

.messages ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.messages ul span {
	display: block;
	border: 1px solid #CCC;
	margin: 5px 0px;
	padding: 5px;
}

.messages ul span.iceMsgsInfo, .messages.info {
	background: none repeat scroll 0 0 #99FF66;
	border: 1px solid #339900;
}

.messages ul span.iceMsgsWarn, .messages.warn {
	background: none repeat scroll 0 0 #FFEE66;
	border: 1px solid #FF9966;
}

.messages ul span.iceMsgsError, .messages ul span.iceMsgsFatal, .messages.error {
	background: none repeat scroll 0 0 #FF9999;
	border: 1px solid #FF0000;
}

/* Panel this is used for the criteria fields */
.panel {
	width: 100%;
	border-collapse: collapse;
}

.panel .panelCol {
	border: none;
}

.panel .column-5 {
	width: 5%;
	vertical-align: top;
}

.panel .column-10 {
	width: 10%;
	vertical-align: top;
}

.panel .column-15 {
	width: 15%;
	vertical-align: top;
}

.panel .column-20 {
	width: 20%;
	vertical-align: top;
}

.panel .column-25 {
	width: 25%;
	vertical-align: top;
}

.panel .column-30 {
	width: 30%;
	vertical-align: top;
}

.panel .column-33 {
	width: 33%;
	vertical-align: top;
}

.panel .column-40 {
	width: 40%;
	vertical-align: top;
}

.panel .column-50 {
	width: 50%;
	vertical-align: top;
}

.panel .column-60 {
	width: 60%;
	vertical-align: top;
}

.panel .column-66 {
	width: 66%;
	vertical-align: top;
}

.panel .column-70 {
	width: 70%;
	vertical-align: top;
}

.panel .column-75 {
	width: 75%;
	vertical-align: top;
}

.panel .column-80 {
	width: 80%;
	vertical-align: top;
}

.panel .column-85 {
	width: 85%;
	vertical-align: top;
}

.panel .column-90 {
	width: 90%;
	vertical-align: top;
}

.panel .column-95 {
	width: 95%;
	vertical-align: top;
}

/* Animations */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
  }
  50% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }  
  100% {
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
  }
  50% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }  
  100% {
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
  }
  
}

.tab .ui-tabs-nav li {
	border-bottom: 0 none !important;
	margin: 0 0.2em -1px 0;
	white-space: nowrap;
}

.tab .ui-tabs-nav li.ui-state-default {
	background-color: #CCCCCC !important;
	border: 1px solid #333333;
    border-bottom-color: rgb(51, 51, 51);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.tab .ui-tabs-panel {
    padding: 5px !important;
}

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
    margin: 5px !important;
}

.block.bvuReference {
	margin-top: 20px;
}

.bvuReference th {
	background: #719430 none repeat scroll 0 0 !important;
	border: none !important;
	color: #fff !important;
}

.bvuReference .label {
	font-weight: bold;
	padding: 4px;
}
