html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
	height: 60px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.jumbotron {
	text-align: center;
	background-color: transparent;
}

.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

a.asc:after {
	content: /*"\e113"*/ "\e151";
}

a.desc:after {
	content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
	content: "\e153";
}

.sort-numerical a.desc:after {
	content: "\e154";
}

.sort-ordinal a.asc:after {
	content: "\e155";
}

.sort-ordinal a.desc:after {
	content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.driver-list-image {
    float: left;
    margin-right: 10px;
    max-width: 200px;
}

.driver-list-info {
    vertical-align: top;
    margin-top: -20px;
}

.drivers-view-update {
    margin-top: 35px;
    white-space: nowrap;
    margin-left: 10px;
}
.drivers-view-update .glyphicon {
    margin-right: 5px;
}

.detail-view .form-group {
    margin-bottom: 0 !important;
}

p.note {
    padding: 10px;
    border-radius: 4px;
}
p.note span {
    margin-right: 5px;
    color: #006699;
}

#languages h6 {
    margin: 3px 0;
    width: 50%;
}
#languages h6 .label-default{
    background-color: #ddd;
}
#languages .panel-heading label {
    margin-left: -6px;
    margin-bottom: 0;
}
#languages .panel-heading .message {
    padding: 3px;
    margin: -2px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid transparent;
    border-radius: 4px;
}

.widget {
    padding: 0;
}
.widget .panel-heading {
    margin-bottom: 15px;
}
.widget .panel-heading label {
    margin-top: -7px;
    margin-left: 0;
    margin-bottom: 0;
}

.kv-grid-table th {
    border-bottom: 1px solid #ddd !important;
}
#drivers .detail-view td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
#drivers table th {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
#drivers .photo {
    max-width: 160px;
}
#drivers .photo img {
    float: left;
    width: 100%;
    max-width: 160px;
}
#drivers .caption {
    font-size: 90%;
}
#drivers .buttons {
    padding-top: 10px;
}
#drivers .buttons a {
    padding: 4px;
}
#drivers {
    font-size: 10pt;
}
#drivers .panel-heading {
    border-bottom: 0 !important;
}
#drivers #download-passport-data {
    margin-top: 10px;
    margin-right: 20px;
}
#drivers .table .table {
    background-color: inherit !important;
}

#required-fields {
    padding-bottom: 0;
}
#projects table {
    border: 0;
    margin-bottom: 0;
}
#projects .panel-heading {
    border-bottom: 0;
}
#projects .panel-heading label {
    margin-top: -7px;
    margin-left: -6px;
    margin-bottom: 0;
}

#typical-contract-file {
    padding: 20px;
}

#drivers-search .form-group {
    margin-bottom: 10px;
}
#drivers-search {
    margin-bottom: -10px;
}

#projects .nav {
    margin-bottom: 20px;
}

.project-index .action-buttons a {
    padding-right: 10px;
}
.project-index .archived {
    opacity: 0.3;
}
.provider-alert, .provider-alert ul, .provider-alert a {
    color: #fff !important;
    background-color: #471d1d !important;
}
