﻿/* Tables */
/* ------------------------------------------------------ */

table > thead > tr > th {
	border-bottom: 0;
	background: #2aadde;
	vertical-align: bottom;
	color: #ffffff;
}



/* Buttons */
/* ------------------------------------------------------ */

/* Doc9 uses .btn-default / Doc10 uses .btn-secondary */
.btn-default {
	padding-bottom: 3px;
	border-bottom: 2px solid #1797c7;
	background: #2aadde;
	color: #ffffff;
}

	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default.active {
		outline: 0;
		border-color: #127499 !important;
		background-color: #1d8eb8 !important;
		color: #ffffff !important;
	}



/* Forms */
/* ------------------------------------------------------ */

/* Doc9: margin: 5px 0 0; margin-top: 1px \9; */
/* Doc10: position:relative; top: 1px; (and float:left rule commented out) */
input[type="radio"],
input[type="checkbox"] {
	margin: 5px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

/* Doc9: .form-control.pull-left / .pull-right */
/* Doc10: .form-control.float-left / .float-right */
.form-control.pull-left,
.form-control.pull-right {
	width: auto;
}



/* Items */
/* ------------------------------------------------------ */

/* Doc9: .pull-right / Doc10: .float-right */
.candidates-item .social-icons.pull-right > li {
	float: left;
	margin-right: 0;
	margin-left: 5px;
}

.jobs-item .social-icons.pull-right > li {
	float: left;
	margin-right: 0;
	margin-left: 5px;
}

.about-candidate-item .social-icons.pull-right > li {
	float: left;
	margin-right: 0;
	margin-left: 5px;
}

/* Doc9: .btn-default / Doc10: .btn-secondary */
.about-candidate-item .btn-default {
	position: absolute;
	top: 70px;
	right: 20px;
}