.checkbox input[type=checkbox] {
	margin-left: 0;
}

.career-options .checkbox input[type=checkbox] {
	margin-left: -20px;
}

.about-timeline .item .year-xtr>span {
    top: 350px;
    font-size: 2.375em;
    font-weight: 300;
}


.box-documentation .doc-filers .filters .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin: 0 15px 15px 0;
    font-family: Lato,sans-serif;
    font-size: .875em;
    font-weight: 400;
    line-height: 20px;
}

.box-documentation .doc-filers .filters .checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}

.box-documentation .doc-filers .filters .checkbox label.checked:before {
    background: url(../dist/images/icon-check-checked-white.png) 50% no-repeat;
    background-size: 16px 12px;
}

.box-documentation .doc-filers .filters .checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
	visibility: hidden;
}

table.dataTable {
	margin-top: -1px !important;
    margin-bottom: -1px !important;
}

table.dataTable thead .sorting:after, 
table.dataTable thead .sorting_asc:after, 
table.dataTable thead .sorting_desc:after, 
table.dataTable thead .sorting_asc_disabled:after, 
table.dataTable thead .sorting_desc_disabled:after {
	bottom: 20px !important;
}

table.dataTable thead tr th {
    padding: 20px 25px 20px 15px !important;
}

@media (min-width: 1200px)
{
	.products-list-design-top, .products-list-top {
		padding-bottom: 30px;
	}
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-control[disabled], fieldset[disabled] .form-control {
	background-color: #eee !important;
	color: #9b9b9b !important;
}

.form .form-group .custom-file-upload {
    font-size: 1em
}

.form .form-group .custom-file-upload .file-upload-wrapper {
	position: relative;
	background: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.form .form-group .custom-file-upload .file-upload-wrapper.file-selected .file-upload-button {
	text-indent: -9999px
}

.form .form-group .custom-file-upload .file-upload-input {
	padding: 20px;
	width: 100%;
	height: 62px;
	font-size: 1em;
	background: transparent;
	border: 1px solid #9b9b9b;
	box-shadow: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.form .form-group .custom-file-upload .file-upload-input:focus {
	box-shadow: none;
	outline: none
}

.form .form-group .custom-file-upload .file-upload-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 62px;
	overflow: hidden;
	background: none;
	border: none;
	padding: 20px;
	text-align: left;
	font-family: Lato,sans-serif;
	font-size: .875em
}

.form .form-group .custom-file-upload .file-upload-button:focus {
	box-shadow: none;
	outline: none
}

.form .form-group .custom-file-upload .file-upload-button:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 33px;
	height: 33px;
	background: url(../dist/images/input-file-inv.png) 0 0 no-repeat;
	background-size: 33px 33px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2) {
	.form .form-group .custom-file-upload .file-upload-button:after {
        background-image: url(../dist/images/input-file-inv@2x.png)
    }
}