.blue{
    background-color: #5489bb;
}

.green-border-bottom{
    border-bottom: dashed 2px #5cb85c;
    margin-bottom: 10px;
}

.stats{
    border-left: solid 1px #e1e0e0;
    padding-left: 15px;
}

.white{
    color: #ffffff;
    padding-left: 15px;
}

.connection-sub-heading{
    font-weight: bold;
    color: #282828;
}

.connection-list{
    list-style: none;
    padding-left: 10px;
    color: #fff;
}

div.container{
    overflow: hidden;
    min-height: 100%;
}

div.fill-height{
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

.center{
    text-align: center;
}

.black-border-bottom{
    border-bottom: solid black 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cash-money-background{
    background-image: url("../img/money.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.k-grid td{
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wage-slider{
    margin-left: 15px;
    width: 450px;
    vertical-align: top;
    margin-bottom: 15px;
}
@media(max-width: 980px)
{
    .wage-slider
    {
        margin-left: 0px;
    }
}

label.checkbox{
    font-weight: normal;
}

.k-listview{
    border: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " ";
}

.panel-body:after {
    clear: both;
}

.panel > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table {
    margin-bottom: 0;
}

.panel > .panel-body + .table {
    border-top: 1px solid #dddddd;
}

.panel-heading {
    padding: 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    height: 30px;
}

.panel-title {
    padding-top: 5px;
    font-size: 16px;
    display: inline-block;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}

.panel-primary {
    border-color: #5489bb;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #5489bb;
    border-color: #5489bb;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #5489bb;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #5489bb;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.titles-connections{
    padding: 10px;
}

div.k-listview > div.divider:last-of-type{
    display: none;
}

.table{
    margin-bottom: 0;
}

.k-pager-wrap{
    border-width: 0;
}

.k-pager-numbers .k-link{
    padding-top: 2px;
}

.k-slider-selection{
    display: none;
}

.highlight{
    background-color: #FFFF88;
}

td.military{
    font-weight: bold;
    width: 105px;
}

.vbtn2.profile-link{
    width: 130px;
}

/*****************************************/
/* Back to top button                    */
/*****************************************/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:15px;
	overflow:hidden;
	width:36px;
	height:36px;
	border:none;
	text-indent:-999px;
	background:url("../img/ui.totop.png") no-repeat left top;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -36px;
	width:36px;
	height:36px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0; filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/*****************************************/
/* Landing Page                          */
/*****************************************/

div.intro-block{
    padding-top: 15px;
}

div.intro-block > a:first-child{
    margin-right: 20px;
}

div.intro-block > p{
    text-align: justify;
}