﻿.col-12 {
	padding: 0px !important;
}

.col-1 {
	padding-left: 2px !important;
}

.container {
	padding: 0;
}

.bicc-image {
    width: 90px;
    height: 90px;
}

.bicc-logo {
	background: #1d4f7a;
    position: relative;
    height: 90px;
    width: 100%;
}

.grey-color {
	width: 100%;
	height: 13px;
	background: #cbcbcb;
}

.bicc-header {
	color: #fff;
	font-size: 20px;
	padding: 15px 0 15px 0;
}

.candidate-details {
	display: inline-block;
    width: 100%;
    height: 970px;
    padding: 10px;
}

.background-color-e8e8e8 {
	background: #e8e8e8;
}

.details span {
	display: block;
}

table {
	width: 100%;

}

table, th, td {
    border: 1px solid #000;
}

.border-top-hidden {
    border-top: hidden;
}

.border-bottom-hidden {
    border-bottom: hidden;
}

table tbody tr td:first-child {
    padding-left: 1.5rem;
}

th, td {
	padding-top: .3em;
    padding-bottom: .3em;
}

.strick {
	float: left;
    height: 300px;
    width: 20px;
}

.padding-top-1em {
	padding-top: 1em;
}

.padding-bottom-1em {
	padding-bottom: 1em;
}

.border {
    border: 1px solid #000 !important;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-12 {
	font-size: 12px;
}

.dataTables_length {
    padding-bottom: 10px;
}