/* General Accessibility */
.offscreen {
    /* Borrowed from http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Main Menu */
#mainmenu .hide {
    display: none;
}
#mainmenu ul {
height: 17px;
padding: 0px 0 14px 12px;
}
#mainmenu ul li {
position: relative;
height: 26px;
line-height: 10px;
float: left;
left: 723px;
padding-left: 4px;
}
#mainmenu ul li.right {
	position: relative;
	top: -112px;
	left: -30px;

}
#mainmenu ul li.right a {
    color:#005581;
}
#mainmenu ul li.right a:hover {
    color:#FFFFFF;
}

#mainmenu ul li:hover {
  /*  background: #6399cd;
    color: #6399cd;*/
}
#mainmenu ul li.active a {
    color: #FFFFFF;
}
#mainmenu ul li:hover > ul {
    display: block;
}
#mainmenu ul li a {
    display: block;
    float: left;
}
#mainmenu ul li span {
	display: block;
	float: left;
	background: url("../../static/images/_core/admin_tab.png");
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 6px;
	text-decoration: none;
	cursor: default;
	height: 19px;
	position: relative;
	right:0px;
	background-repeat: no-repeat;
}
#mainmenu ul li.active span {
    display: block;
    float: left;
    background: #eff4fa;
    color: #0066a4;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 8px;
    text-decoration: none;
    cursor: default;
}
#mainmenu ul li ul {
	display: none;
	position: relative;
	top: 25px;
	background: #FFFFFF;
	/* color: #6399cd; */
	border: 1px solid #005581;
	height: auto;
	width: 115px;
	margin: 0;
	padding: 0;
	/* right: 760px; */
	height: 205px;
	z-index: 9;
	border-radius:10px;
}
#mainmenu ul li ul li {
    position: relative;
	left: 0px;
}
#mainmenu ul li ul li a,
#mainmenu ul li.active ul li a {
    color: #005581;
	margin-top: -10px;
}
#mainmenu ul li ul li.active a,
#mainmenu ul li ul li a:hover {
    color: #FFFFFF;
    font-weight: bold;
}
#mainmenu .settings a {
    background: url('../images/icons/settings/16.png') no-repeat;
    float: right;
    padding: 5px 8px 5px 20px;
}
#submenu {
    display: none;
    height: 25px;
    background: #eff4fa;
    margin: 0 0 10px 0;
    padding: 0;
}


/* Form modifications */
#login-form .row {
    min-height: 30px;
}
#login-form .remember {
    width: 210px;
    float: left;
    margin: 7px 0 0 0;
}
#login-form .remember label {
    min-width: inherit;
}
#login-form .links {
    margin: 20px 0 0 210px;
    line-height: 30px
}

.form .row {
    clear: both;
}
.form .row label,
.form .row select,
.form .row input {
    float: left;
}
.form .row select[multiple=multiple] {
    min-height: 130px;
}
.form .row input[type=submit] {
    margin: 0;
}
.form .row select,
.form .row input {
    margin-right: 5px;
	width: 350px;
	border-radius: 3px;
	border: 1px solid #C2C2C2;
	height: 26px;
}
.form .row input.remove_document {
margin-right: 5px;
border-radius: 3px;
height: 24px;
background-color: #005581;
color: #FFF;
width: auto;
cursor: pointer;
}
/*classes css selectors pointing to step 3 creation*/
.form .row select[name="attachment_type[]"]{
margin-right: 5px;
width: 240px;
border-radius: 3px;
border: 1px solid #C2C2C2;
height: 26px;
}


.form .row input#BenefitMilestone_document {
margin-right: 5px;
width: auto;
border-radius: 3px;
border: 1px solid #C2C2C2;
height: auto;
}

.form .row input#add_document {
margin-right: 5px;
width: auto;
border-radius: 3px;
height: 26px;
background-color: #005581;
color: #FFF;
cursor: pointer;
}


.form .row input[type='text'].tiny {
    width: 50px;
}
.form .row input[type='text'].small {
    width: 100px;
}
.form .row input[type='text'].medium {
    width: 200px;
}
.form .row input[type='text'].large {
    width: 400px;
}
.form .row input[type='text'].extra-large {
    width: 600px;
}
.form .row label,
.form .row .label {
    min-width: 210px;
    line-height: 20px;
}
.form .row input[type='radio'] + label {
    min-width: inherit;
    width: auto;
    margin: 0 10px 0 5px;
    line-height: 18px;
}
.form .row.radio span label {
    min-width: 35px;
}
.form .row.checkbox span {
    float: left;
}
.form .row.checkbox span input[type=checkbox] {
    clear: both;
}
.form .row .hint {
    line-height: 24px;
    margin: 0 0 0 5px;
}
.form .row .errorMessage {
    line-height: 24px;
    margin: 0 0 0 210px;
    clear: both;
}

#document-search .form .row label,
#document-search .form .row .label {
    min-width: 100px;
    font-weight: bold;
    font-size: 0.9em;
}

div.wide.form .row {
    min-height: 24px;
}
div.wide.form label {
    width: 150px;
    line-height: 28px;
}

.form .row .datetime {
    position: relative;
    float: left;
}
.form .row .datetime .ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 6px;
    z-index: 1001;
}
.form .row.buttons input {
    float: none;
}

/* Footer */
#environment_details.DEVELOPMENT {
    color: #007b00;
    font-weight: bold;
}
#environment_details.TEST {
    color: #0a246a;
}
#environment_details.STAGING {
    color: #ff7400;
}
#environment {
    text-transform: uppercase;
}

#ajax-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background-color: #000;
    z-index: 9000;
    overflow: auto;
    filter: alpha(opacity=40); /* IE 7 and Earlier */
    /* Next 2 lines IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

#ajax-loading img {
    left: 47%;
    top: 35%;
    position: relative;
}

/* Grid modifications */
#content .grid-view .pager {
    margin: 10px 0;
}
#content .grid-view thead th {
    white-space: nowrap;
    padding: 0.6em;
	background: #80A0B7;
	
}
#content .grid-view td.date-time-picker {
    position: relative;
    display: block;
}
#content .grid-view td.date-time-picker .ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 6px;
    z-index: 1001;
}

.pStrength {
    margin: 0 0 0 210px;
}

#document-details {
    width: 820px;
    margin: 0 auto;
    border-top: 2px solid #999;
    padding: 10px;
    font-size: 12px;
}
#document-details .row {
    clear: both;
    min-height: 30px;
    margin: 10px 0 0 0;
}
#document-details .row .left {
    width: 200px;
}
#document-details .row .subject,
#document-details .row .campus,
#document-details .row .notes {
    clear: both;
    margin: 0 0 0 43px;
    line-height: 20px;
}

.successMsg {
    background: none repeat scroll 0 0 #CCEDCE;
    border: 2px solid #1C9E25;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 7px 7px 12px;
}

.row_even {
	background-color: #e6e6e6;
}
.row_odd {
	background-color: white;
}
td.no_color, th.no_color {
	background-color: white;
}
/*div#summary_numbers {
	float:right;
	clear:both;
}*/
table.summary_numbers {
    border-collapse: collapse;
    background-color: #004164;
    margin-bottom:10px;
}

table.summary_numbers, 
table.summary_numbers td,
table.summary_numbers td th {
    border: 1px solid #555;
    padding: 4px 20px
}
div.grid-view div.summary {
	clear:both;
}

div.warning {
	line-height:2em;
	font-size: 16px;
	border: 2px solid #C00;
	padding: 7px 7px 12px;
	margin: 0px 0px 20px;
	background: none repeat scroll 0% 0% #FEE;
}
input.notes {
	width: 100%;
}
textarea.notes {
	width: 100%;
	display:none;
	height: 100%;
	min-height: 100px;
}
textarea.notes.org {
	min-height: 150px;
}
textarea.confirmation {
	width: 530px;
	height: 100%;
	min-height: 50px;
	margin-left:20px;
}
label.note_label, p.return.bottom {
	margin-left:20px;
}
p.return.bottom {
	margin-top:10px;
}
p.approve, p.return, p.reject, div.reassign, label.approve, label.return, label.reject {
	display: none;
}
div.reassign {
	padding-bottom: 10px;
}
table.summary_numbers tr td.active, table.summary_numbers tr td.active a {
	background-color: #FFB511;
	color: #004164;
	font-weight: bold;
}
/* This area is reserved for carousel classes */

.carousel {
    height: 397px;
    margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
 .carousel-caption {
	z-index: 0;
	right: 50px;
	width: 400px;
	height: 266px;
	background-color: rgba(27,40,73,0.4);
	 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#581B2849,endColorstr=#581B2849);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#581B2849,endColorstr=#581B2849);
}
/* Declare heights because of positioning of img element */
 .carousel .item {
    width: 100%;
    height: 397px;
    background-color: #777;
}
.carousel-inner > .item > img {
    position: absolute;
}
@media (min-width: 768px) {
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}


div.error div.errorMessage {
	color: #F00;
	font-size: 0.9em;
}

div.error select {
	background: none repeat scroll 0% 0% #FEE;
	border-color: #C00;	
}

/* Original Search 

input#search_string {
	height: 25px;
	width:500px;
	margin-right:20px;
	margin-bottom:30px;
	margin-top:15px;
}

input#dashboard_search_string {
	height: 25px;
	width:250px;
	margin-right:20px;
	margin-bottom:30px;
	margin-top:15px;
}
*/

.nd-arrows {
	text-decoration: none;
	}
	
	 	.carousel-caption h2 {
		color: #FFF;
		padding: 40px 50px 10px;
		font-size: 20px;
		font-family: inherit;
		font-weight: bold;
		}
		
		.carousel-caption p {
			color: #FFF;
			font-size: 14px;
			font-family: inherit;
			font-weight: normal;
			padding: 0px 55px;
			}
		
		
		#content #homepage{
			margin-right: -20px;
			margin-left: -20px;
			margin-right: -20px;
			margin-top: -61px;
			margin-bottom: -20px;
			}
			
		input#dashboard_search_string {
			font-size: small;
			margin-bottom: 30px;
			width: 253px;
			border-radius: 3px;
			border: 1px solid #C2C2C2;
			height: auto;
			padding-left: 3px;
			}
					
		input#search_string {
			margin-bottom: 30px;
			width: 253px;
			border-radius: 3px;
			border: 1px solid #C2C2C2;
			height: auto;
			padding-left: 3px;
		}
		
	/*	
#search-form .ui-button{	
border: 1px solid #FFFFFF;
color: transparent;
background: #005581;
font-size: 7px;
width: 15px;
background: url('../images/_core/icon-search.png')repeat-x;
background-repeat: no-repeat;
}
*/

/*#search-form .ui-button {
border: 1px solid #FFFFFF;
color: transparent;
background: #005581;
font-size: 7px;
width: 15px;
background: url('../images/_core/icon-search.png')repeat-x;
background-repeat: no-repeat;
}
*/

/*Search benefits grid area*/
#grid table.items tr.odd {
background: #FFFFFF;
}

#grid table.items tr:hover {
background: #f3f1ed;
}

#grid table.items tr.even {
background: #FFFFFF;
}
#grid table.items tr.even:hover {
background: #f3f1ed;
}

#grid table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#grid table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#grid table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}

/*Manage benefits grid area*/
#benefit-grid table.items tr.odd {
background: #FFFFFF;
}

#benefit-grid table.items tr:hover {
background: #f3f1ed;
}

#benefit-grid table.items tr.even {
background: #FFFFFF;
}
#benefit-grid table.items tr.even:hover {
background: #f3f1ed;
}

#benefit-grid table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#benefit-grid table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#benefit-grid table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}

/*Manage accounts grid area*/
#accounts-list table.items tr.odd {
background: #FFFFFF;
}

#accounts-list table.items tr:hover {
background: #f3f1ed;
}

#accounts-list table.items tr.even {
background: #FFFFFF;
}
#accounts-list table.items tr.even:hover {
background: #f3f1ed;
}

#accounts-list table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#accounts-list table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#accounts-list table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}

/*Manage suppliers grid area*/
#supplier-grid table.items tr.odd {
background: #FFFFFF;
}

#supplier-grid table.items tr:hover {
background: #f3f1ed;
}

#supplier-grid table.items tr.even {
background: #FFFFFF;
}
#supplier-grid table.items tr.even:hover {
background: #f3f1ed;
}

#supplier-grid table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#supplier-grid table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#supplier-grid table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}
/*Manage department grid area*/
#department-grid table.items tr.odd {
background: #FFFFFF;
}

#department-grid table.items tr:hover {
background: #f3f1ed;
}

#department-grid table.items tr.even {
background: #FFFFFF;
}
#department-grid table.items tr.even:hover {
background: #f3f1ed;
}

#department-grid table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#department-grid table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#department-grid table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}
/*Manage UC Category grid area*/
#uc-category-grid table.items tr.odd {
background: #FFFFFF;
}

#uc-category-grid table.items tr:hover {
background: #f3f1ed;
}

#uc-category-grid table.items tr.even {
background: #FFFFFF;
}
#uc-category-grid table.items tr.even:hover {
background: #f3f1ed;
}

#uc-category-grid table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#uc-category-grid table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#uc-category-grid table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}
/*Manage baseline grid area*/
#baseline-type-grid table.items tr.odd {
background: #FFFFFF;
}

#baseline-type-grid table.items tr:hover {
background: #f3f1ed;
}

#baseline-type-grid table.items tr.even {
background: #FFFFFF;
}
#baseline-type-grid table.items tr.even:hover {
background: #f3f1ed;
}

#baseline-type-grid table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#baseline-type-grid table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#baseline-type-grid table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}


/*Manage table detail viw grid area*/
#content table.detail-view  tr.odd {
background: #FFFFFF;
}
#content table.detail-view  tr:hover {
background: #f3f1ed;
}

#content table.detail-view tr.even {
background: #FFFFFF;
}
#content table.detail-view table  tr.even:hover {
background: #f3f1ed;
}

#content table.detail-view  th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#content table.detail-view table  th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}

#content table.detail-view th, #content table.detail-view td {
font-size: 0.9em;
padding: 0.3em 0.6em;
border: 1px #F3f3f4 solid;
text-align: left;
}


/*Manage department-totals grid area*/
#department-totals table.items tr.odd {
background: #FFFFFF;
}

#department-totals table.items tr:hover {
background: #f3f1ed;
}

#department-totals table.items tr.even {
background: #FFFFFF;
}
#department-totals table.items tr.even:hover {
background: #f3f1ed;
}

#department-totals table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#department-totals table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#department-totals table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}


/*Manage search grid grid area*/
#search_grid table.items tr.odd {
background: #FFFFFF;
}

#search_grid table.items tr:hover {
background: #f3f1ed;
}

#search_grid table.items tr.even {
background: #FFFFFF;
}
#search_grid table.items tr.even:hover {
background: #f3f1ed;
}

#search_grid table.items td {
font-size: 0.9em;
border: 1px #F3f3f4 solid;
padding: 0.3em;
}
#search_grid table.items th a {
color: #FFF;
font-weight: bold;
text-decoration: none;
}
#search_grid table.items th a:hover {
color: #EEE;
font-weight: bold;
text-decoration: none;
}

.subtitle {
font-size: 13px;
font-weight: bold;
width: 100px;
float: left;
}
.container-form{
	width:800px;
	margin-bottom:100px;
	}
	


/*Progress bar*/



/*images */
.prog_one {
	marign-right:auto;
	margin-left:auto;
	
	}
.no-step1 span.arrow_text {
z-index: 1;
position: relative;
top: -58px;
left: 730px;
color: #FFF;
font-weight: bold;
}
.no-step1 span.arrow_text_active {
z-index: 1;
position: relative;
top: -58px;
left: 719px;
color: #005581;
font-weight: bold;
}

.no-step2 span.arrow_text {
z-index: 1;
position: relative;
top: -75px;
left: 516px;
color: #FFF;
font-weight: bold;
}
.no-step2 span.arrow_text_active {
z-index: 1;
position: relative;
top: -75px;
left: 516px;
color: #005581;
font-weight: bold;
}

.no-step3 span.arrow_text {
z-index: 1;
position: relative;
left: 298px;
color: #FFF;
top: -91px;
font-weight: bold;
}
.no-step3 span.arrow_text_active {
z-index: 1;
position: relative;
left: 298px;
color: #005581;
top: -91px;
font-weight: bold;
}

.active span.arrow_text_active{
z-index: 1;
position: relative;
left: 140px;
top: -107px;
font-weight: bold;
color: #005581;;
	}
	
.progress_bar {
width: 905px;
height: 100px;
position: relative;
top: 0px;
margin-top: -20px;
margin-bottom: 15px;
right: 0px;
background-color: #f3f1ed;
z-index: 0;
}



/*better diplay for buttons*/

#search-form input.ui-button,
#result-form input.ui-button {
padding: 1px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 4px;
padding-left: 4px;
cursor: pointer;
width: 150px;
}

.row input#save{
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
cursor: pointer;
width: auto;
height: auto;
margin-left: 25px;
}

.row button.ui-button {
color: #FFF;
background: #005581;
font-size: 13px;
cursor: pointer;
width: auto;
height: auto;
margin-left: 2px;
padding: 0;
border: 1px solid;
	}
#search-org-unit input#search-unit {
padding: 6px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 12px;
cursor: pointer;
	}
#department-grid input#apply{
	padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
padding-left: 14px;
cursor: pointer;
	}
	
.ui-menu .ui-menu-item a.ui-corner-all {
text-decoration: none;
display: block;
padding: .2em .4em;
line-height: 1.5;
zoom: 1;
font-size: 12px;
}	
	
#search-org-unit input#unit-name{
	border-radius: 3px;
	border: 1px solid #C2C2C2;
	height: 26px;
	padding-left: 4px;
}	

/*Edit button for priview*/

#content .edit_link a {
color: #005581;
text-decoration: none;
float: left;
clear: left;
padding-bottom: 10px;
padding-top: 10px;
font-weight: bold;
}
.form .row input#cancel {
margin-right: 5px;
width: auto;
border-radius: 3px;
height: auto;
padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
padding-left: 14px;
cursor: pointer;
}

.row input[value="Submit for Approval"]#save {
padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
padding-left: 14px;
cursor: pointer;
width: auto;
padding-bottom: 21px;
height:28px;

}

/*login button*/

.form .row input#login {
border-radius: 3px;
height: 26px;
padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
padding-left: 14px;
cursor: pointer;
width: auto;
}
/*Login username and password field*/
.form .row input#LoginForm_username {
margin-right: 5px;
width: 190px;
border-radius: 3px;
border: 1px solid #C2C2C2;
height: 21px;
padding-left: 4px;
}
.form .row input#LoginForm_password {
margin-right: 5px;
width: 190px;
border-radius: 3px;
border: 1px solid #C2C2C2;
height: 21px;
padding-left: 4px;
}

/*class for save commit approver*/
#benefit-form .row input[value="Save Comment"]#save {
padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
padding-left: 14px;
cursor: pointer;
width: auto;
height: 25px;
}

.form .row input[name="approve_button"],.form .row input[name="review_benefit"],.form .row input[name="reject_button"],.form .row input[name="reassign_button"],.form .row input[name="cancel_button"]   {
margin-right: 5px;
border-radius: 3px;
padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
padding-left: 14px;
cursor: pointer;
width: auto;
height: 25px;
}
.ui-dialog-buttonset .ui-button-text  {
border-radius: 3px;
color: #005581;
background: #FFF;
font-size: 13px;
cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar {	
background: #005581;
color: #FFF;
}
/*fix return benefit button and check box*/
.form .row input#return_button {
border-radius: 3px;
padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
cursor: pointer;
width: auto;
height: 25px;
}

.form .row input[type="checkbox"].review {
width: auto;
}

/*fixing form titles*/
.form #benefit-form h3 {	
color: #005581;
font-size:16px;
font-weight:bold;
}

/*fixing checkboxes*/
.form .row input[type="checkbox"] {
margin-right: 5px;
border-radius: 3px;
border: 1px solid #C2C2C2;
height: auto;
width: auto;
}
/*fixing radio boxes*/
.form .row input[type="radio"] {
margin-right: 5px;
width: auto;
border-radius: 3px;
border: 1px solid #C2C2C2;
height: auto;
}


/* buttons */

.row button#cancel,
.row button#cancel_button,
.row input#new_milestone,
.row input#new_extension,
.row input#submit_benefit,
.row input#delete_benefit,
.row input#recover {
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
cursor: pointer;
width: auto;
height: auto;
	
}

button#cancel span.ui-button-text {
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
cursor: pointer;
width: auto;
height: auto;
padding-top: 3px;
padding-bottom: 3px;
}
.form .row input#cancel[value="Save as Draft"] {
width: auto;
border-radius: 3px;
height: auto;
border: 1px solid #005581;
color: #FFF;
background: #005581;
cursor: pointer;
font-size: 13px;
padding-top: 4px;
padding-bottom: 6px;
}

div#submitter_grid table tr.filters, 
div#approver_grid table tr.filters,
div#proxy_grid table tr.filters,
div#search_grid table tr.filters {
	display:none;
}

.search_term{
padding: 1px;
color: #000;
background: #FFB511;
font-weight: bold;
}


.form .row input#resubmit_benefit {
margin-right: 5px;
width: auto;
border-radius: 3px;
height: auto;
padding: 4px;
border: 1px solid #005581;
color: #FFF;
background: #005581;
font-size: 13px;
padding-right: 14px;
padding-left: 14px;
cursor: pointer;
}

div.disable_message {
margin-top:10px;
}

.login-container {
position: relative;
left: 600px;
top: -77px;
width: 330px;
}
.form-home{
    height: 0px;
}
.username-row{
width: 125px;
float: left;
padding-right: 10px;
padding-bottom: 5px;
}
.passrow{
width: 125px;
float: left;
padding-right: 10px;

}
.form-fields{
display: inline-block;
    height: 37px;
    width: 329px;
}
.divider-login-form {
height: 15px;
}

.login-home-btn{
float: left;
background-color: #005581;
border: 2px solid #005581;
border-top: 1.5px solid #005581;
color: #FFF;
font-weight: normal;
cursor: pointer;
}
.fg-pass{
float:left;
font-size: 9px;
color: #005581;

}
.fg-pass a{
text-decoration: none;
color: #005581;
}
.fg-pass a:hover {
text-decoration: underline;
color: #005581;
}
.label-username-row {
font-size: 12px;
color:#005581;

}
.label-pass-row {
font-size: 12px;
color:#005581;
}

.auth #mainmenu ul li.right a {
    display: none;
}
.menu .active{
border-bottom: 2px solid #005581;

}
