.btn-apply {
    width: 100%;
}
th{
    font-weight: normal;
}
td {
    font-weight:500;
    color:grey;
    font-size: 14px;
}
.geeks th {
    min-width: 105px;
}
.btn-success {
    border-radius: 7px;
}
.geeks { 
    border-right:hidden; 
} 
.gfg { 
    border-collapse:separate; 
    border-spacing:0 6px; 
} 
.description {
    /*height: 327px;*/
    width: 100%;
    color:grey;
}
.icon-size {
font-size: 18px;
padding-left: 14.5px;
}
.pound-sign {
    font-size: 18px;
    padding-left: 3px;
}
.view-details {
    font-size: 14.5px;
}
.details-container p{
    margin: 0 0 0.4em 0;
    color:grey;
}
th {
    color:grey;
    font-size: 14.5px;
}
.btn-apply {
    background-color: #6e499d!important;
    cursor: pointer;
    border-radius: 7px;
    font-size: 15px!important;
    border: 0px!important;
}
.btn-apply:hover {
    background-color: #6e499d!important;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px!important;
}
.btn-submit {
    background-color: #7db83a;
    border: 0px!important;
}
.btn-submit:hover {
    background-color: #7db83a;
    border: 0px;
}
.title {
    top: -25px;
    width: 100%;
}
.left-side {
    background-color: aliceblue;
    padding: 20px;
}
.table-data {
    margin-left: 18px;
}
.horizontal-line {
    border:solid 1px #ddd;
}
input[type=text] {
padding: 10px;
border-radius: 10px;
font-size: 15px;
}
.custom-input {
    background-color: white;
    padding: 8px !important;
    font-size: 16px;
}


section.box-centered { /*Only use this when it's the ONLY section on the page. Do not put other sections next to it.*/
	background-color: #fff;
	width:90%;
	max-width: 600px;
	position: absolute;
	left: 50%;
	top: calc(50% + 48px);
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
}
/*These styles are to be used when you need more than one column - ALWAYS wrap them in a <div class="row"></div>*/
.row{clear:both; margin:20px -10px;}
.modal-content .row:first-child {
	margin-top: 0;
}
.modal-content .row:last-child {
	margin-bottom: 0;
} 
.modal-content .row:only-child {
	margin-top: 0;
	margin-bottom: 0;
} 
section.fullwidth{padding:0 10px;}
section.onethird, section.twothirds, section.half, section.quarter, section.threequarters, section.fifth, section.sixth, section.seventh {float:left; box-sizing:border-box; width:50%; padding:0 10px;}
section.threequarters{width:75%;}
section.onethird{width:33.33333333%;}
section.twothirds{width:66.66666667%;}
section.quarter{width:25%;}
section.fifth{width:20%;}
section.sixth{width:16%;}
section.seventh{width:14%;}

.vmargin {
	margin: 20px 0;
}
.wrapper.main > .vmargin:last-child {
	margin-bottom: 0;
}

.box-border{
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.box-border + .box-border{
	margin-top:20px;	
}
.box-border h2{
	border-bottom:1px dashed #ccc; 
	padding-bottom:6px;
}
.box-border ul:last-child {
	margin-bottom: 0;
}
h2.border{
	border-bottom:1px dashed #ccc; 
	padding-bottom:6px;
}
.modal-content .box-border {
	border: none; 
	background-color: #f2f2f2;
}

label {
	display: block;
	margin: 10px 0;
}
label > span:first-child {
	display: block;
}
input, select, textarea {
	border: 1px solid #ddd;
	background-color: #f2f2f2;
	box-sizing: border-box;
	width: 100%;
	padding: 7px;
	margin: 2px 0 0 0;
	border-radius: 5px;
	font-family: 'Exo 2', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #666;
}
input[type="checkbox"] {
	width: auto;
}
input.hasDatepicker {
	width: calc(50% - 24px);
	margin-right: 3px;
	vertical-align: middle;
}
img.ui-datepicker-trigger {
	cursor: pointer;
}
textarea {
	min-height: 200px;
}
.actions {
	position: fixed;
	z-index: 3;
	left:300px;
	top: 0;
	right: 0;
	padding: 0 20px;
	height: 95px;
	border-bottom: 1px solid #dedede;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
}
.actions .fa-filter {
	display: none;
}
.expand .actions {
	left: 0;
}
.actions h1 {
	margin: 0;
}
.actions h2 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	max-width: 300px;
}
.actions h2.border {
	border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
    margin-bottom: 6px;
	display: block;
	max-width: none;
	width: 100%;
}
.actions h2 + form {
	display: inline-block;
}
.actions h2.border + form {
	width: 100%;
}
.actions button {
	vertical-align: middle;
	margin-left: 20px;
}
.actions .links {
	margin-left: auto;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table td, table th {
	padding: 10px;
	text-align: left;
}
table tr:nth-child(odd) td {
	background-color: rgba(255,255,255,0.8);
}
table tr:nth-child(even) td {
	background-color: rgba(255,255,255,0.4);
}
table td.buttons {
	white-space: nowrap;
}
.box-border table tr:nth-child(odd) td,
.modal-content table tr:nth-child(odd) td {
	background-color: #eee;
}
.box-border table tr:nth-child(even) td,
.modal-content table tr:nth-child(even) td {
	background-color: #fff;
}
section.box-centered{
		margin: 10px 0 0 0;
	}
	.row{
		margin: 0;
	}
	.row + table {
		margin-top: 20px;
	}
	section.onethird, section.twothirds, section.half, section.quarter, section.threequarters, section.fifth{
		float:none; width:100%; padding:0; margin-top:20px;
	}