/*D Gilmore-SIG Faculty Non-Instructional Request Form Css*/
.noWrap {
display: inline;
}

.extraspace { 
  margin-top: 1em; 
} 

.pb-block-label {
	font-size: large;
	font-family: sans-serif;
	background: #e5e5e5;
	color: #2C5234;
        font-weight: bold;
        width: 65%;
}

select.pb-item.pb-select {
    color:#4F585F;
    border: 2px solid #869FB1;
    /*box-shadow: inset 0px -4px #DEE5E7;	20200325: commented out to take off the box shadow*/
    width: 22em;   
    padding: 0.25em 0.75em;					/*20200325: adjusted the padding to 0.25em instead of 1em*/
    font-size: 0.875em;
    -moz-border-radius       : 4px;
    -webkit-border-radius    : 4px;
    border-radius:4px;
}

select.pb-select:focus {
  background-color: #FFFFFF;
  border: 2px solid #206E9F; 
}

.pb-detail {
	font-size: medium;
	font-family: sans-serif;
	font-weight: bold;
}

/*20200604: StartOver/Submit/Confirm buttons width should be consistent*/
.pb-block.pb-button.pb-item {
width: 140px;
margin-top: 25px;
margin-left: 26px;
}

/*resize the grid*/

div#pbid-xferEquivResultsGrid {
  width: 75%;
}