﻿html,
body {
	height: 100%;
	/* The html and body elements cannot have any padding or margin. */
}

body {
	font-family: Verdana;
	font-size: 13px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 50px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
}

/*h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}*/

h1 {
    font-size: 24px;
}

h2{
	font-size: 22px;
}

h2 a {
	font-size: 13px; 
	float: right;
	margin-top: 10px;
	font-family: Verdana;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

a {
    color: #022D6A;
}

a:hover {
    color: #1B4683;
	text-decoration: underline;
}

hr {
	margin-top: 10px;
	border-top-color: #022D6A;
}

/*change the image when screen size gets smaller*/
@media (max-width: 768px) {
    navbar-brand logo-nav img[id="logo"] {
		width: 16px;
		height: 16px;
	}

	.navbar-brand {
		padding-left: 5px;
		padding-right: 5px;
	}

    .navbar-collapse { background: #f8f8f8; }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }

}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
/*.field-validation-error {
    color: #b94a48;
}*/

.field-validation-error {
    /*background-image: url('http://findicons.com/files/icons/1014/ivista/128/error.png');
    background-repeat: no-repeat;
    color: Transparent;
    background-size: 16px 16px;*/
    background-color: white;
    border-radius: 4px;
    border: solid 1px #333;
    display: block;
    position: absolute;
    text-align: right;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.loginPanelCentered {
		margin: 0 auto;
		max-width: 350px;
	}

.noEdit .k-grid-edit
{
    display: none;
}
 
.noDelete .k-grid-delete
{
    display: none;
}


/* Sticky footer styles */
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 97%;
	height: auto !important;
	height: 97%;
	/* Negative indent footer by it's height */
	margin: 0 auto -40px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 35px;
}

#footer {
	background-color: #F8F8F8;
	border-top: 1px solid #022D6A;
	padding-top: 10px;
}

/*apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*multi-level drowdown*/
.dropdown-menu {
	font-size: 13px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 9px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*bootstrap overriden styles*/

/* These 2 became necessary when upgradged to bootstrap v3.3.7 */
/* https://bootstrapious.com/p/how-to-change-bootstrap-navbar-height */
.navbar {
    min-height: 65px !important;
}

.navbar-brand {padding: 0 15px; height: 65px; line-height: 65px;}

/*also see .dropdown:hover .dropdown-menu datalist legend color-profile this color-profile */
/**********************************/

.navbar-default .navbar-nav > li > a {
    color: #022D6A;
}

.navbar-default .nav > li > a {
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #1B4683;
	text-decoration: underline;
}

.form-control {
    padding: 3px 6px 3px 6px;
	height: 30px;
}

.btn-default {
	background-color: #022D6A;
	color: #fff;
}

.btn-default:hover {
	background-color: #1B4683;
	color: #fff;
}

.btn-default:disabled {
    background-color: #1B4683;
	color: #fff;
}

.k-button-default {
    background-color: #022D6A;
    color: #fff;   
}

.btn-default-small {
  padding: 2px 7px;
  max-height: 25px;
  display: inline-block;
  line-height: 1.72em;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  vertical-align: middle;
  text-transform: none;
}

.btn-secondary {
  background-image: none;
  background-color: #35609D;
  color: #fff;
}

.btn-secondary:hover {
	background-color: #6893d0;
	color: #fff;
}

.row {
    padding: 0px 0px 5px 0px;
}
/*Kendo overriden styles*/
.k-grid-save-changes {
	color: #022D6A;
}

.k-grid-save-changes:hover {
	color: #1B4683;
}

.k-grid-add {
	color: #fff;
    background-color: #022D6A;
    background-image: none;
    border-color: #ccc;
}

/*Style the grid header*/
.k-filter-row > th:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-grid-header {
    border-left-width: 1px;
}
.k-grid-header th.k-header {
    vertical-align: bottom;
}
.k-filter-row th, .k-grid-header th.k-header {
    background-color:#82ADEA;
    border-color: #bababa;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    font-weight: 400;
    overflow: hidden;
    padding: 0.5em 0.6em 0.4em;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;    
}
/*End Style the grid header*/

.k-grid-add:hover {
	background-color: #6893d0;
    background-image: none;
	color: #fff;
}

.k-grid-delete {
	color: #BF0D27;
}

.k-grid-edit {
	color: #32733F;
}

.k-grid .k-alt {
   background-color: #B5E0FF; /* specify the alternate background-color */
}

.k-grid .k-alt:hover {
   background-color: #B5E0FF; /* specify the alternate background-color */
}

.k-grid-header {
        padding-right: 0 !important;
}

.k-button.k-state-focused, .k-button:focus{
     background-color: #6893d0
}

.k-tooltip.k-widget {
	border-color: #ccc;
	background-color: #ccc;
	color: #000;
	text-align: left;
	min-width: 300px;
}

.k-button {
    border-color: #ccc;
    background-image: none;
    color: #fff;
    background-color: #35609D;
}

.k-button:hover {
    background-color: #6893d0;
    background-image: none;
	color: #fff;
}

/*GEF Created form single row one char display columns*/
.col-md-1.no-pad {  
  width: 1px;
  padding-left:5px;
  padding-right:0px;
  margin-right:0;
  margin-left:0;
  vertical-align: middle;
  text-align:center;
  padding-top:9px;
}

/*GEF Created to have columns and no padding, used on labels cols mostly*/
.no-pad2 {  
  margin-right:0;
  margin-left:0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*GEF created this stop make the kendo disabled inputs match thead bootstrap style*/
.k-input[disabled]{
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.no-pad-row {  
  width:100%;
  margin:0;  
  padding: 0 !important;
}

.input-highlight{
   border-color: #35609D;
}

/* GEF 09/14/2015 Hover menu now popups up sub menu*/
/* HMT 10/6/2016 Wrapped in media query so only does the hover popup when > 768 otherwise doesn't work well in small mode */
@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.form-group-checkbox{
    margin-bottom: 24px;
    line-height: normal;
}

