/*
* CSS Overrides
* PSI Information Technology, Inc. 2025
*/

body {
	font-family: 'Open Sans', 'Roboto', 'Noto Sans', sans-serif;	
}

.hidden {
  display: none;
}

/*
.container {
	max-width:1024px;
}
*/

dl.csf-page-body-level-1 dt {
	margin-left: 0; 
	margin-bottom: .5em;
}

dl.csf-page-body-level-1 dd {
	margin-left: 1em;
	margin-bottom: 1.2em;
}


.jumbotron {
	margin-bottom: 16px;
	padding-top: 60px;
	padding-bottom: 40px;

	/* background-color: #1e93e2; */
	background-image: -webkit-gradient(linear,left top,left bottom,from(#0b7ccd),to(#2eA3f2));
	background-image: -webkit-linear-gradient(top,#0b7ccd 0 #2eA3f2 100%);
	background-image: -o-linear-gradient(top,#0b7ccd 0,#2eA3f2 100%);
	background-image: linear-gradient(to bottom,#0b7ccd 0,#2eA3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b7ccd', endColorstr='#2eA3f2', GradientType=0);*/
	background-repeat: repeat-x;
	color: #FFFFFF;
}

.jumbotron .container h1 {
	margin-top: 30px;
	margin-bottom: 20px;
}

.jumbotron .container p {
	color: #DDDDDD;
}

.page-header {
	margin-top: 86px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.no-border {
	border: none;
}

.page-header h1 {
	font-size: 30px;
	margin-bottom: 20px;
}

.page-header .lead {
	max-width:960px;
}


img.header-left {
	max-height:131px;
	margin:0 20px 20px 0;
}

img.header-right {
	max-height:96px;
	max-width:280px;
	margin:0 0 5px 20px;
}

img.jumbo-right {
	max-width:330px;
	margin:12px 0 8px 20px;
}

h4, .h4, h5, .h5 {
	margin-top: 18px;
	margin-bottom: 9px;
}

.panel-heading h3 {
	margin-top: 8px;
	margin-bottom: 6px;
}

.panel-collapse .panel-body h3 {
	margin-top: 16px;
	margin-bottom: 18px;
}

.panel-heading h4 {
	margin-top: auto;
	margin-bottom: auto;
}

.table-striped > tbody > tr:nth-child(odd)>th {
	background-color: #f0f0fb;
	border-top:solid 1px #dddddd;
	border-bottom:solid 1px #dddddd;
}

.table-striped > tbody > tr:nth-child(odd)>td {
	background-color: #f5f5fd;
	border:none;
}

.table-striped > tbody > tr:nth-child(even)>td {
	background-color: #fefefe;
	border:none;
}

/* PSI Classes */

footer.psi-footer {
    color:#888888; 
    margin-top:24px; 
    margin-bottom:30px; 
    padding-top:4px; 
    border-top: solid 1px #eeeeee;
}

.psi-row {
	margin: 1px 0 12px 0;
}

.psi-sep-after {
	margin-bottom:12px;
}

.psi-filter-row {
	margin-top: 1px;
	margin-bottom: 17px;
	margin-right: 2px;
	color:#888888;
}

.psi-filter-row div {
	padding-right:1px; 
}

.psi-filter-row div select {
	font-size:96%; 
	padding:1px; 
	height:26px;
	background:#FAFAFF;
}

.psi-filter-row div input {
	font-size:96%; 
	padding:1px 5px 1px 5px; 
	height:26px;
	background:#EEEEEE;
}

.psi-filter-row small {
	padding-left:3px; 
}

/*
.psi-list-row td span {
	color:#999999; 
}
*/

td.psi-cell-nudge-right {
	padding-left: 9px !important;
}

.psi-form-group {
	padding:10px 12px 1px 12px;
    border:solid 1px #EEEEEE;
    margin-bottom:16px;
    background-color:#fbfbfc;

}

.psi-form-group dl.dl-horizontal {
	margin-bottom:12px;
}

.psi-form-group dl.dl-horizontal dt {
	padding:1px;
	text-align:left;
	width:160px;
	font-weight:normal;
	color:#888888;
}

.psi-form-group dl.dl-horizontal dd {
	padding:1px;
}

@media (min-width: 768px) {
    .psi-form-group .dl-horizontal dd {
        margin-left: 100px;
    }
}

.psi-form-group dl.psi-label-100 dt {
	width:100px;
}

.psi-form-group dl.psi-label-120 dt {
	width:120px;
}

.psi-form-group dl.psi-label-140 dt {
	width:140px;
}

.psi-form-group dl.psi-label-160 dt {
	width:160px;
}

.psi-form-group dl.psi-label-180 dt {
	width:180px;
}

.psi-form-group dl.psi-label-200 dt {
	width:200px;
}

.psi-form-group dl.psi-label-220 dt {
	width:220px;
}

.psi-button-row-bottom {
    margin-top:10px;
}

.img-col-title {
	max-height: 80px;
}

.psi-bg-1 {
background-color: #eeeeef;
}

.psi-bg-2 {
background-color: #f2f2f3;
}

.psi-bg-3 {
background-color: #f8f8f9;
}

.psi-bg-4 {
background-color: #fcfcfd;
}

.psi-small-device-nav-top {
	margin-bottom:10px;
}

.table tbody tr th {
	vertical-align:bottom;
}

@media screen and (min-width: 768px) {

	.jumbotron h1, .jumbotron .h1 {
		font-size: 44px;
	}

	.page-header {
		/* padding-bottom:20px; */
		/* min-height:70px; */
	}

}

@media screen and (max-width: 767px) {

	.jumbotron {
		margin-bottom: 10px;
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.jumbotron .container h1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.jumbotron .container p {
		display:none;
	}

	.jumbotron h1, .jumbotron .h1 {
		font-size: 36px;
	}

	.page-header {
		/* padding-bottom:8px; */
		/* min-height:110px; */
	}
}

@media screen and (max-width: 460px) {

	.jumbotron .container h1 {
		font-size: 20px;
	}

}

@media screen and (max-width: 600px) {

	.jumbotron {
		margin-bottom: 10px;
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.jumbotron .container h1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.jumbotron .container p {
		display:none;
	}

	.page-header {
		margin-top: 70px;
		margin-bottom: 0;
		/* padding-bottom: 20px; */
		/* min-height: 42px; */
	}

	img.header-left {
		display:none;
	}

	.page-header h1 {
		font-size: 24px;
		margin-bottom: 1px;
	}

	.page-header .lead {
		display:none;
	}

	img.jumbo-right {
		display:none;
	}

}

@media screen and (max-width: 992px) {

	.jumbotron .container h1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.jumbotron .container p {
		display:none;
	}

	.jumbotron h1, .jumbotron .h1 {
		font-size: 32px;
	}

	img.jumbo-right {
		display:none;
	}

}

@media screen and (max-width: 962px) {

	img.header-left {
		max-height:101px;
	}

	img.header-right {
		display:none;
	}

}

/*
.psi-common-form-page {
	margin-top:80px;
}
*/

table.psi-common-list tr {
	border:none;
}

table.psi-common-list tr td {
	border:none;
}

.psi-common-form .doctitle {
	font-size:160%; 
	font-weight:500;
	color:#888888;
}

.psi-common-form .subtitle {
	font-size:150%; 
	font-weight:500
}

.psi-common-form .formtitle {
	padding-top:16px; 
	font-size:140%; 
	font-weight:500
}

.psi-common-form .sectiontitle {
	padding: 16px 0 16px 0; 
	font-size:120%; 
	font-weight:600
}

.psi-common-form td {
	vertical-align: top;
	padding-top: 4px; 
	padding-right: 5px; 
}

.psi-common-form .psi-info-block td {
	padding-top: 0 !important; 
}

.psi-common-form .form_label {
	color: #666666;
	font-size:95%;
	max-width: 180px; 
}

.psi-common-form .form_note {
	color: #777777;
	font-size:80%;
}


.psi-common-form .form_value {
	font-size:90%;
	max-width: 280px; 
}

.psi-common-form .form_value .form-control  {
	background-color: AliceBlue	;
}

.psi-common-form .form_value_short {
	width: 100px !important; 
}

.psi-common-form tr.space_before td {
	padding-top: 14px; 
}

.psi-common-form tr.space_after td {
	padding-bottom: 14px; 
}

.psi-common-form .psi-padded {
	padding: 12px; 
}

.psi-common-form #InfoGenerator {background-color:#FFFFFB;}
.psi-common-form #InfoBranch {background-color:#FFFFFB;}
.psi-common-form #InfoOther {background-color:#FFFFFB;}


.psi-common-form .form_label input[type=checkbox] {
	margin: 0 0 0 4px  ; 
}

.psi-common-form .form_buttons {
	padding-right: 1px; 
}

.psi-common-form .form_input input {
		display:inline;
		background-color: AliceBlue !important;
}

.psi-common-form .form_input input[type=url]
	,.psi-common-form .form_input input[type=search]
	,.psi-common-form .form_input input[type=color]
	,.psi-common-form .form_input textarea
	{
		max-width:90%;
		min-width:190px;
}

.psi-common-form .form_input select {
		max-width:80%;
		min-width:190px;
		background-color: AliceBlue !important;
}

.psi-common-form .form_input textarea {
		max-width:80%;
		min-width:190px;
		background-color: AliceBlue !important;
}

.psi-common-form .form_input input[type=text] 
	,.psi-common-form .form_input input[type=email]
	,.psi-common-form .form_input input[type=number]
	,.psi-common-form .form_input input[type=password]
	,.psi-common-form .form_input input[type=time]
	,.psi-common-form .form_input input[type=month]
	,.psi-common-form .form_input input[type=time]
	,.psi-common-form .form_input input[type=week]
	,.psi-common-form .form_input input[type=url]
	,.psi-common-form .form_input input[type=search]
	,.psi-common-form .form_input input[type=color]
	{
	max-width:80%;
	min-width:190px;
}

.psi-common-form .form_input input[type=tel]
	{
	max-width:60%;
	min-width:210px;
}

.psi-common-form .form_input input[type=date]
	,.psi-common-form .form_input input[type=datetime]
	,.psi-common-form .form_input input[type=datetime-local]
	{
	max-width:90%;
	min-width:140px;
}

.psi-common-form .helplink {
	margin-left: 10px;
	display:inline !important;
}


tr.listrow1
{
	background:#F8F8FB;
}
tr.listrow2
{
	background:#FFFFFF;
}

tr.listrow1 td, tr.listrow2 td, tr.listrowHover td
{
	border:none !important;
}

tr.listrowHover td
{
	background:#ECECEF !important;
}

td.listoptions_left {
	padding-top:8px;
}

.listoptions_left select {
	width:auto;
	display:inline;
}

.psi-menu p
{
	padding:0;
	margin:3px 0 6px 0;
	color:#444499;
}

@media (min-width: 768px) {
	.psi-menu p
	{
		margin-left:1em;
	}
}

@media (max-width: 460px) {
	.psi-menu p
	{
		margin:3px 0 10px 0;
	}
}

.psi-doc-page h1 {
	font-size:32px;
}

.psi-doc-page h2 {
	font-size:24px;
}

.psi-doc-page h3 {
	font-size:20px;
}

.psi-doc-page blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: inherit;
  border-left: none;
}

::-webkit-input-placeholder {
    font-style:oblique;
    font-weight:100;
    font-size:12px;
}
::-moz-placeholder {
    font-style:oblique;
    font-weight:100;
    font-size:12px;
}
:-moz-placeholder {   /* Older versions of Firefox */
    font-style:oblique;
    font-weight:100;
    font-size:12px;
}
:-ms-input-placeholder { 
    font-style:oblique;
    font-weight:100;
    font-size:12px;
}

  
