﻿/* RFCUNY Applications */

/* General */

body {
	/*background: url("../img/background-image4.jpg") no-repeat 50% 50% fixed;*/
	background: url("../img/background-texture.png") repeat ;
	font: normal 100% Helvetica, Arial, sans-serif;
}

body#image
{
    background: url("../img/background-image4.jpg") no-repeat 50% 50% fixed!important;
}

#wrapper {
	margin: 0 auto;
	padding: 0 1em;
	/*max-width: 61.75em;      /* 988px / 16px = 61.75em */
	max-width: 1200px;
}

ul {
	font-size: 0.875em;      /* 14px / 16px = 0.875em */
}

small, .small {
    font-size: 0.8em;
    vertical-align: 20%;
}

a {
    color: #2579AD;
}
    
a:hover {
    color: #0c0c0c;
}

/* Header */

#header {
	height: 100px;
}

#header h1 {
	float: left;
	font-size: 1em;
	margin-top: 1.5em;
	margin-left: 0.8em;
}

#header h1 span#subapp {
	display: block;
	clear: left;
}

#header h2 {
	width: 300px;
	float: left;
	background: transparent url(../../../images/rfcuny_logo_new.png) no-repeat top left;
	text-indent: -10000px;
	margin-top:25px;
}

#header #login {
    float: right;
    line-height: 1.5;
    margin-top: 0.625%;
    text-align: right;
}

#header #login p {
	font-size: 0.75em;
}

/* Navigation */

#nav {
	
}


.topnav-button {
	padding: 5px 10px;
	margin: 5px 10px 5px 0;
	background-color: #e1f4ff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	color: #0f4168;
	display: block;
	font: bold 11px Verdana, sans-serif;
	font-variant: small-caps;
	float: left;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.topnav-button:hover {
	background-color: #eef;
}

#homelink {
	float: left;
	padding-left: 24px;
	background-image: url("../img/button-home.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#applicationslink {
	float: right;
	position: relative;
}

#applicationslink a.top {
	padding-left: 24px;
	background-image: url("../img/button-apps.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#helplink {
    background-image: url("../img/icon-help-s.png");
}

/* Navigation Box */

#applicationslink li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-right: 5px;
}

#applicationslink li a {
	text-decoration: none;
	font: 12px Verdana, sans-serif;
	padding: 5px 10px 5px 24px;
}

#applicationslink li a:hover {
	background-color: #fff;
}

#link-appt {	
	background-image: url("../img/icon-ss-appt-i.png");
}

#link-cert {	
	background-image: url("../img/icon-ss-cert-i.png");
}
#link-pending {	
	background-image: url("../img/icon-ss-pending-i.png");
}

#applicationslist {
	background-color: #eef;
	border: 1px solid #ccc;
	padding: 0.625%;
	z-index: 100;
	position: absolute;
	right: 0;
	margin: 0;
	padding: 10px;
	white-space: nowrap;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: auto;
}

#applicationslist li {

}

#main a.home-button 
{
    width: 100px;
    height: 30px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 60px;
    text-decoration: none;
    color: #333;
    background-color: Transparent;
    background-position: 50% 10px;
    background-repeat: no-repeat;
}

#main a.home-button:hover 
{
    background-color: #f0f0f0;
    border: solid 1px #c0c0c0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* Content */

#content {
}

#main 
{
    background-color: rgba(254, 254, 254, 0.7);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	clear: both;
	margin: 0.625% 0;
	/* padding: 0.625%; */
	border: 1px solid #c0c0c0;
	/*overflow: auto;*/
	overflow-x: hidden;
	padding-bottom: 20px;
    overflow: visible;
}

#main p 
{
    margin-left: 10px;
}

#main .half {
	width: 48%;
	float: left;
	display: block;
	margin-bottom: 0.625%;
}

#main #recent h3, #main #notification h3, #main #apps h3 
{
    margin: 10px;
}

#main #recent {
	border: 1px solid #e5e5e5;
	border-width: 0 1px 0 0;
	margin-right: 0.625%;
}

#main #recent ul {
	margin: 10px 0;
}

#main #recent ul li {
	margin-left: 10px;
	padding-left: 5px;
	border-left: 2px solid #c5c5c5;
	margin-bottom: 5px;
}


#main #apps {
	clear: both;
	/* border-top: 1px solid #e5e5e5; */
	padding-top: 0.625%;
}

#main #apps ul {
	margin: 10px 20px;
	display: block;
}

#main #apps li {
	text-align: center;
	display: inline;
}

#main #apps a {
	width: 100px;
	height: 40px;
	padding-top: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #0f4168;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#main #apps a:hover {
	/* background-color: #f3fffe; */
	background-color: #f3fffe;
}


/* Footer */

#footer h6 {
	font-size: 0.6em;
	clear: both;
	text-align: center;
}

/* Application Specific - could be separated */

div.apps-title {
	font-size: 0.9em;
	padding: 5px 0 5px 0px;
	font-weight: normal;
}

img.apps-icon {
	float: left;
	margin: 0 5px;
}

/* Application Navigation */

#app-nav {
	border-bottom: 1px solid #ccc;
	background-color: #dae4eb;
	overflow: auto;
}

#app-nav li {
	display: inline;
}

#app-nav li a {
	display: block;
	float: left;
	margin-right: 0.625%;
	padding: 3px 6px;
	margin: 3px;
	border: 1px solid #e5e5e5;
	font-size: 0.9em;
	text-decoration: none;
	color: #333;
}

#app-nav li a:hover {
	background-color: #efefef;
	background: #efefef url("../img/top-bar-bg.png") repeat-x 0 0;
	border: 1px solid #c0c0c0;
}

#app-nav li a:active {
	background-image: none;
}

/* Applications */

#epafsummary {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color:#E4EAF1;
    border:1px solid #CCE9FF;
    clear:both;
    font-size:1em;
    margin:10px;
    padding: 10px;
}

#epafsummary h3 {
    color:#014A82;
    margin: 0;
    padding:0;
    font-weight: normal;
}

#epafsummary h4 {
    font-size:0.8em;
    font-weight:normal;
    margin:0;
    padding:0;
    border: none;
}

#epafsummary ul {
    font-size: 0.8em;
    margin: 10px 0;
    }

.summaryNote {
    clear:left;
    display:block;
    float:left;
    font-weight:bold;
    margin:0 0 10px;
    padding:0;
    width:150px;
}

.summaryContent {
    display:block;
    margin:0 0 10px 150px;
    padding:0;
}

#certification-error {
  margin: 0 10px 10px; 
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}

#certification-error p {
    font-weight: bold;
    margin: 0;
}

#certification-error ul {
    margin-left: 20px;
}

#certification-error li {
    list-style-type: circle;
}


/* Buttons */

.button 
{
    padding: 3px 10px;
    background-color: #E8EEF4;
    border: solid 1px #f5f5f5;
    font-size: 0.8em;
    margin: 10px 5px;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    border: solid 1px #c3c3c3;
    color: #333;
    cursor: pointer;
}

a:hover.button 
{
    background-color: #ccc;
}

.action-button 
{
    font-size: 0.8em;
    letter-spacing: 0.1em;
    border: solid 1px #E8EEF4;
    margin: 0 5px 5px;
    padding: 2px 5px;
    display: block;
    text-decoration: none;
    background-color: #F3FFFE;
    text-align: center;
    color: #333;
}

a:hover.action-button 
{
    background-color: #DAE4EB;
}

/* Colorize Buttons */

.colorize 
{
    background: #222 url(../img/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

.small.colorize {
    font-size: 11px;
}
.medium.colorize {
    font-size: 13px;
}
.large.colorize {
    font-size: 14px;
    padding: 8px 14px 9px;
}

.yellow.colorize 
{
    background-color: #a39709;
}

.yellow.colorize:hover 
{
    background-color: #ffc;
}
 
.blue.colorize {
background-color: #2daebf;
}

.blue.colorize:hover 
{
    background-color: #007d9a;
}

.green.colorize 
{
    background-color: #799b73;
}

.green.colorize:hover 
{
    background-color: #bfdea1;
}

.red.colorize
{
    background-color: #B80900;
}

.red.colorize:hover
{
    background-color:  #FF4040;
}    

/* Disable Button */

.button[disabled] {
    background-color: #ccc;
    cursor: default;
}

.button[disabled]:hover {
    background-color: #ccc;
}


/* Action Button */

a.button-action {
    background-color:#E8EEF4;
    border-color:#E0E0E0 #222277 #222277 #E0E0E0;
    border-style:solid;
    border-width:1px;
    color:#000000;
    margin:3px 3px 3px 0;
    padding:3px 5px;
    text-decoration:none;
}
a.button-action:hover {
    background-color:#C0C0C0;
    color:#FFFFFF;
}


/* Table */

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  font-size: 0.8em;
  margin: 0 10px 10px;
  clear: both;
}

/* table tr:nth-child(even)
{
  background-color: #e8eef4;
} */

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
  vertical-align: middle;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #BCD0DD; 
  border: solid 1px #e8eef4;   
  text-align: center;
  vertical-align: middle;
}

table th#th-jobcode
{
    width: 40px;
}

table th#th-jobextent
{
    width: 40px;
}

table th#th-jobtitle
{
    width: 250px;
}

table th#th-jobcategory
{
    width: 100px;
}

table th#th-salarygrade
{
    width: 60px;
}

table th#th-flsaclass
{   
    width: 50px;
}

table th#th-covered
{
}

table th#th-suggestedsalary   
{
    width: 210px;
}

table th#th-action
{
    width: 120px;
}

table tr.row-active
{
    background-color: #BCD0DD;
}

table ul#action-button li {
    float: left;
    margin: 0;
    padding: 0;
}

table ul#action-button li span {
padding-top: 5px;
}

/* Form */

fieldset 
{
    margin: 10px 0 10px;
    padding: 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
    background-color: rgba(254, 254, 254, 0.6);
}

fieldset input, fieldset textarea 
{
    border: solid 1px #ccc;
}

fieldset ul 
{
    margin: 0 1em;
}

fieldset li 
{
    padding: 10px 0;
    border-bottom: solid 1px #e5e5e5;
    font-size: 0.9em;
    overflow: auto;
}

fieldset li:last-of-type
{
    border: none;
}

label, span.label
{
    width: 12em;
    float: left;
    display: block;
    clear: left;
    padding: 3px 0;
}

fieldset textarea.noticeText 
{
    width: 30em;
    height: 10em;
}

fieldset a.dp-choose-date 
{
    display: none;
}

fieldset legend 
{
    font-weight: bold;
    letter-spacing: 0.2em;
    padding: 0 10px 20px;
    margin-top: 10px;
}

fieldset p 
{
    margin-left: 10em;
}

input[type="submit"] 
{
    margin: 10px 0 10px 12.5em;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset select 
{
    padding: 2px 3px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

fieldset input[type="text"].long, fieldset input[type="password"].long {
    width: 350px;
    font-size: 0.9em;
}

fieldset input[type="text"].med, fieldset input[type="password"].med {
    width: 200px;
    font-size: 0.9em;
}

fieldset input[type="text"].short, fieldset input[type="password"].short {
    width: 100px;
    font-size: 0.9em;
}

fieldset input[type="text"].shorter, fieldset input[type="password"].shorter {
    width: 35px;
    font-size: 0.9em;
}

fieldset ul#preview-form input,fieldset ul#preview-form input[disabled], fieldset ul#preview-form input.disabled {
    color: #000;
    border: none;
}

fieldset ul#preview-form input.long {
    width: 300px;
}

fieldset span.textData {
    padding: 5px 0 0;
    vertical-align: middle;
}

fieldset#paf-constants {
    margin: 0 10px;
    }

fieldset#paf-constants label {
    width: 25em;
}

fieldset#paf-constants #inputField input[type="submit"] {
    margin: 0;
}

button.submit-selected {
    clear: both;
    display: block;
}

#fund-availability {
    display: block;
    float: right;
    background: #ffc;
    border: solid 1px yellow;
    margin: 10px 0;
    padding: 5px;
}

input.inputable, textarea.inputable {
    border: none;
    color: #000;
}

fieldset #create-form span, fieldset #preview-form span, fieldset #modify-form span, fieldset #modify-preview span {
    display: block;
    padding-top: 3px;
    float: left;
}

/* Payment Dialog */

#data-employee, #data-salary {
    border: solid 1px #c0c0c0;
    padding: 10px;
    margin-bottom: 2px;
    overflow: auto;
}

#data-employee span, #data-salary span {
    font-weight: bold;
}

#data-employee span.reset, #data-salary span.reset {
    font-weight: normal;
   }

#data-employee li {
    display: block;
    width: 50%;
    float: left;
 }
 
 #data-salary .label-like {
    display: block;
    width: 300px;
    float: left;
    clear: left;
   }



/* Notification */

#notificationPanel ul
{
    display: block;
    border: solid 1px #035903;
    background-color: #E2FEE2;
    margin: 10px;
    padding: 10px 10px 10px 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	border-radius: 4px;
    background: #E2FEE2 url("../img/notice-accept.png") no-repeat 5px 0;
}

#notification {
    margin: 10px 0 20px;
    padding: 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#update-notification {
    margin: 10px 10px 20px;
    padding: 8px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#pending-notification {
    margin: 10px;
    padding: 8px;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#modify-notification {
    margin: 10px 0 20px;
    padding: 8px;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.notice-success {
    display: block;
    background-color: #C6FFC4;
}
.notice-error {
    background-color: #fef1ec;
    color: #cd0a0a;
    padding: 5px;
    border: solid 1px #cd0a0a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:10px;
}

.notice-warning{
    background-color: #FFFFCC;
    padding: 5px;
    border: solid 1px yellow;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:10px;
    color: #363636;
}

.notice-regular{
    background-color: #e1f4ff;
    padding: 5px;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:10px;
    color: #363636;
}

.notice-error li, .notice-warning li {
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 5px;
}

/* Pagination */

.pagination
{
    text-align: center;
    margin-top: 10px;
    font-size: 0.8em;
}

.paginationLeft {
    border-right: solid 1px #000;
    padding-right: 5px;
}

.paginationRight {
    padding-left: 10px;
}


/* DatePicker */

table.jCalendar {
	border: 0 solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #e8eef4;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
	margin-top: 20px;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* Custom for jQuery 'datepicker' */

.ui-datepicker
{
z-index: 9999;
}

/* Nested Table */

table.nested {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    font-size: .9em;
}

td.nest-table {
    border: none;
    padding: 0;
}

/* Custom for jQuery 'tablesorter' */

table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}

