body { /* padding-top: 70px; */
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	}

.gky-jumbotron {background:#FFCC00;padding-top: 70px;}
.gky-jumbotron h1 {color: #FFF;text-shadow: 1px 1px #333;}

.gky-jumbotron h4, .black {color: #000;}

.gky-jumbotron a.l {color: #FFF;}
.gky-jumbotron a.l:hover {color: #CCC;}

.white a {color: #FFF;}
.gky-yellow {color: #FEFE00;}

.midnight-blue {color:#003366;}
.aqua-blue {color:#336688;}

.gky-navbar-brand {
  color: #FFCC00 !important;
  padding-top: 8px;
}

.gky-underline {
	border-bottom: 2px solid #5A5A5A;
}

.gky-table {
	font-family: Verdana,Arial, sans-serif;
	font-size:12px;
	}
.gky-table th {background-color:#C3DCF1 !important;}

.navbar-inverse .navbar-nav > li > a.active  {
  color: #FFCC00 !important;
}

.tablebody {
	border-collapse:collapse;
	border: 1px solid #93B6D8;
	background-color:#FFFFFF;
	padding: 0 0 0 0;
	font-family: Verdana,Arial, sans-serif;
}

.tablebody td, .tablebody th {
	border-bottom: 1px solid #93B6D8;
	border-right: 1px solid #93B6D8;
	padding: 4px 4px 4px 10px;
	font-size:12px;
        vertical-align: top;
}

.tabhead, .tablebody th  {
        background-color:#C3DCF1;
        font-weight: bold;
        padding: 8px 8px 8px 8px;
}

.tablebody tr:nth-child(even) {background: #FFF;}
.tablebody tr:nth-child(odd) {background: #EEE;}

.tabcell {
        background-color:#FFFFFF;
}

.center {text-align:center;}
.links p {
        padding-left: 4em;
}

.recentmods p {
        padding-left: 4em;
}

.img-responsive {padding-bottom: 1.5em;}

.middleofpage {margin:auto;width:50%;min-height:300px;border: 1px solid #93B6D8;text-align:center;padding: 1em 1em 1em 1em;}

#gkyform form {
	padding: 0.6em 1em 0.6em 1em;
	max-width: 30em;
}

#gkyform fieldset {
	border: 1px solid #93B6D8;
	padding: 0.6em 1em 0.6em 1em;
	/* background: #dddddd; */
	margin: 1em 1em 1em 1em;
}

#gkyform legend {
	font-size: 1.3em;
	font-weight: bold;
 	/* color: #0040FF; */
	border: 1px solid #93B6D8;
	padding: 0.2em 0.7em;
	background: #C3DCF1;
	margin-bottom: 0.3em;
}

#gkyform label {
	width: 8em; 
	/* float: left; */
	text-align: left;
	margin-right: 0.5em;
	margin-bottom: 0.8em;
	/* display: inline; */
}

.formbutton {
	color: #ffffff;
	background: #93B6D8;
	border: 1px solid #93B6D8;
	padding: 0.6em 1em 0.6em 1em;
	margin-top: 0.6em;
	text-align: center;
}

.formfield {
	/* font-size: 0.9em; */
	padding: 0.3em 0.3em 0.3em 0.3em;
	border: 1px solid #999999; 
	/* background: #eeeeee; */
	margin: 0 0.3em 1em 0.3em;
}

.formlineblock {
	/* display: inline; */
	padding-bottom: 0.2em;
	width: 40em;
}

.formlineblock * {
	vertical-align: top; /*puts labels aligned to top of multi-line elements eg. textarea */
}

.fieldhint {
	font-size: 0.85em;
	color: #93B6D8;
}

.formbuttons {
	text-align: center;
}

.formerrormsg {
	color: #ff0000;
}

/* schedule related css */
.today {color: #fff; background: #333;}

.progress-compacted {margin-bottom: 0;}

.panel-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sansserif-font {font-family: "Trebuchet MS", Helvetica, sans-serif;}

.alert-gky {font-family: sans-serif;}
.alert-gky a {text-decoration: none;}

.alert-value-gky {font-size:200%;}

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* timeline 
.timeline{
	background-image: url("/scripts/images/line-1.png");
    background-position: center; 
    background-repeat: repeat-y;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    height: auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.timeline li.year, .timeline li.event{
	list-style-type: none;
	z-index: 999;
}
.timeline li.year{
	clear: both;
	width: 4em;
	margin: 0 auto;
	line-height: 4em;
	background-color: #fff;
	border-radius:50%;
	text-align: center;
	margin-bottom: 25px;
	border: 1px solid #f39c12;
	
	box-shadow: 2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
    -webkit-box-shadow: 2px 2px 2px #888888;
}
.timeline li.year:first-child{
	margin-top:0px;
}


.timeline li.event{
	width: 45%;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

li.event:nth-child(odd) {
    color: blue;
    clear:left;
    float: left;
}
li.event:nth-child(even) {
    color: red;
    clear: right;
    float: right;
    margin-top:100px;
    margin-bottom:50px;
}

.timeline li.event:nth-child(odd)::after {
    background:red;
    content: "";
    height: 2px;
    position: absolute;
    right: -11.2%;
    top: 30px;
    width: 11.2%;
    
}
li.event:nth-child(even)::before{
	background:red;
    content: "";
    height: 2px;
    position: absolute;
    top: 30px;
    width: 11.2%;
    left: -11.2%;
} 

@media (max-width: 640px) {
	.timeline li.event{
		width: 80%;
		background-color: #fff;
		border: 1px solid #ff0000;
		margin: 20px auto;
		padding: 20px;
		position: relative;
	}
	
	li.event:nth-child(odd) {
	    color: blue;
	    clear: both;
	    float: none;
	}
	li.event:nth-child(even) {
	    color: red;
	    clear: both;
	    float: none;
	}
	
	.timeline li.event:nth-child(odd)::after, li.event:nth-child(even)::before {
	    width: 0px;
	}
}


@media (max-width: 350px) {
	.timeline li.event{
		width: 98%;
		background-color: #fff;
		border: 1px solid #ff0000;
		margin: 20px auto;
		padding: 20px;
		position: relative;
	}
	
	li.event:nth-child(odd) {
	    color: blue;
	    clear: both;
	    float: none;
	}
	li.event:nth-child(even) {
	    color: red;
	    clear: both;
	    float: none;
	}
	
	.timeline li.event:nth-child(odd)::after, li.event:nth-child(even)::before {
	    width: 0px;
	}
} */

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #5A5A5A;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    /*color: #ffffff !important; */
}
.timeline-badge a:hover {
    color: rgba(207, 17, 17, 0.75) !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4,.timeline-heading-info h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #4679bd;
}

.timeline-heading-danger h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #A94442;
}
.timeline-heading-success h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #449D44;
}

.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}

/* Flot */

.flotGraph {
	height:300px;width:90%;margin: 15px auto 30px auto;padding: 10px 5px 0 0;
	}

.flotGraph-half-height {
	height:150px;width:90%;margin: 15px auto 30px auto;padding: 10px 5px 0 0;
	}
	
.axisLabel {
	position: absolute;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.xaxisLabel {
    bottom: -20px;
    left: 0;
    right: 0;
}
.yaxisLabel {
	top: 50%;
	left: -20px;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform:  rotate(-90deg);
	transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}