﻿a {
    color: #265C87;
}

a:focus {
    color: #265C87;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.form-control {
    border: 1px solid #959595;
}

    .form-control:focus {
        border-color: #3A97E3;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.btn-default {
    border-color: #959595;
}

.input-group-addon {
    border: 1px solid #959595;
}

.btn-success {
    background-color: #418541
}

.text-muted {
    color: #6E6E6E;
}

.text-link {
    color: #2D6C9F;
    cursor:pointer;
}

    .text-link:hover {
        color: #2D6C9F;
        cursor: pointer;
        text-decoration: underline;
    }

.panel-footer {
    background-color:#f8f8f8;
}


.panel-primary > .panel-heading .badge {
    color: #2D6C9F;
    background-color: #ffffff; /*Fix For ADA*/
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.5em;
    font-weight: 600
}

.page-title {
    font-size: 24px;
    font-weight: 600
}

.application-name-title {
    font-size: 24px;
    font-weight: 600;
}

.application-page-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.application-section-title {
    font-size: 16px;
    font-weight: 600;
}




/*H1 {
    color: maroon;
    font-size: 1.5em;
    font-weight: 100;
    margin: 0;
    margin-bottom: 4px;
    margin-top: 0;
}
h3
{
    margin:0;
}
H2
{
	font-size: 1em;
	margin-left:26px;
	margin-bottom:8px;
	padding-bottom:0px;
	margin-top:36px;
	text-decoration:underline;
}*/
body
{
    font-size:13px;
    font-family: 'Open Sans', Arial;
}
label
{
    display:inline;
}
.navbar
{
    margin-bottom:0;
}
td
{
    padding:6px;
}
th
{
    padding:6px;
}
.page-header
{
    margin:0;
}
input[type="radio"] 
{
    margin-right:2px;
}

.dropdown-menu > li > button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background-color: #FFF;
    border: 0px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.dropdown-menu > li > button:hover {
    background-color: #f2f2f2
}

.LORTable td {
    padding: 6px;
}

.LORTable table
{
	width:auto;
	border: 1px solid #ccc;
	background-color:#ffffff;	
}

.LORTable .GraphicShell-Body1-Off 
{
	background-color:#ffffff;	
}


.LORTable .GraphicShell-Body1-Off label
{
	background-color:#ffffff;	
	border-width:0;
}

.LORTable .GraphicShell-Body1-Off input
{
	border: 1px solid #ccc;
	height:20px;
	padding:0;
}

.LORTable .GraphicShell-Body1-Off a
{
	color:#0000ff;
	padding:0;
	border-width:0;
	padding-bottom: 5px;
	font-size:.9em;
}

.LORTable .GraphicShell-Body1-Off a:hover
{
	color:#0000ff;
	padding:0;
	border-width:0;
	padding-bottom: 5px;
	font-size:.9em;
	text-decoration:underline;
}

.LORStatus
{
	font-size:.9em;
}

.LORText
{
	padding:0px;	
}

.LORLink
{
	color:#000;	
	padding:0;
	border-width:0;
	background-color:#f0f0f0;
}

.LORLabel
{
	font-size:.8em;	
}

.LOREntryControls
{
    width:500px;    
}

.navbar-default .navbar-nav>li>a
{
    color:#000000;
    font-weight:bold;
}

.container
{
    /*padding-right:40px;*/
}

/* used for things like "Clear All" on scholarship search */
.ngPanelHeaderLink
{
    color:#fff;
}

.header
{
	cursor:pointer;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.btn-group-xs > .btn, .btn-xs {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 1200px;
    }
}

.form-control-no-border {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px #fff;
    box-shadow: inset 0 1px 1px #fff;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

select.input-xs {
    height: 25px;
    line-height: 25px;
}