/*

Description: Universal Application Framework Stylesheet
Authors: Jim Schuman (jim.schuman@www.kansas.gov)
Created: May 1, 2012
Modified: August 22, 2012

*/


/* COLOR PALETTE by James Hebert
------------------------------------------- */

/*
 * Gold
 * ------------------------
 * Dark			:	#965300
 * Auburn		:	#F1AD02 (Kansas Gold - do not change)
 * Coral		:	#F2D377
 * Pale 		:	#FEFBF3
 *
 * Teal
 * ------------------------
 * Dark			:	#124C5E
 * Medium		:	#27A8D0
 * Light		:	#86D1E8
 * Pale			:	#EAF7FB
 *
 * Green
 * ------------------------
 * Dark			:	#3B441B
 * Medium		:	#859A3C
 * Light		:	#D0D98C
 * Pale			:	#FAFAF7
 *
 * Brown
 * ------------------------
 * Dark			:	#372419
 * Medium		:	#7d5239
 * Light		:	#BE8C6F 
 * Pale			:	#F7F0EC
 *
 * Blue
 * ------------------------
 * Dark			:	#002569 (Kansas Blue - do not change)
 * Medium		:	#2C4694
 * Light		:	#6B86D6
 * Pale			:	#E3E8F7
 *
 * Mixed
 * ------------------------
 * Black		:	#000000
 * White		:	#FFFFFF
 * Red			:	#E62418
 * Green		:	#398D02
 
*/

/* HTML TAG STYLES
------------------------------------------- */
body{background-color:#fff9e5}

/* CLASSES
------------------------------------------- */
.req:before{content:"*  ";color:#f00;font-weight:bold}
.navbar-inner {border-radius: 0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;}
.like-btn,.follow-btn {position: relative;top: 10px;}
.page-header {margin-top: 0;}

input.full-width {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
}

.IE7req { color: red; font-weight: bold; font-style: italic; }

.alert, .alert-info, .alert-success, .alert-danger {
	color: #000 !important;
}

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
	color: #000 !important;	
}

/* IDS
------------------------------------------- */

#global-content { background-color: #fff ; border: 1px solid #E3E3D7; -moz-border-radius:6px; -webkit-border-radius: 6px; border-radius: 6px; padding: 1.5em;}
#agency-header{margin-bottom:0;padding:0;-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0; border-radius: 6px 6px 0 0;}
#agency-header span{display:none}
#agency-banner{height:150px;display:block;-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0; border-radius: 6px 6px 0 0;background: url("https://www.kansas.gov/shared-app-content/img/app-header.png") repeat-x scroll 0 0 white;}

#agency-footer{text-align:center}

#agency-links .navbar-inner{ background: #002569; }
#app-links a:link { color: #F1AD02; }
#app-links a:visited { color: #F1AD02; }
#app-links a:hover { color: #FFFFFF; }
#agency-links .divider-vertical { background-color: #002569; border: 0px solid #002569; }
#agency-links .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { background: #002569; }
#agency-links a.btn.btn-navbar { background: #002569; }
#app-links a.dropdown-toggle { background-color: #002569; }


/* HEADINGS
------------------------------------------- */

/* LINKS
------------------------------------------- */


/* TABLES
------------------------------------------- */

/* ERRORS
------------------------------------------ */