body {
            background-image: url('/Background.jpeg');
            background-attachment: fixed;
            background-size: cover;
            background-position: center;
            background-repeat: repeat;
            height: 100vh;
            margin: 0;
            display: block;
            justify-content: center;
            align-items: center;
            font-family: Arial, sans-serif;
        }
.header {
	background-image: url('/Background.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 63px;
	width: 99%; 
	max-width: 1200px;
	align-items: center;
}
.header .menu {
	height: 63px;
}
.header .menu .menu-logo {
	background-image: url(/images/CTechLogo.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-left: 20px;
	width: 50px;
}
.header .menu ul.links {
	height: 75px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.header .menu ul.links li {
	display: inline-block;
	padding: 28px 10px 0 10px;
	text-transform: uppercase;
}
.header .menu ul.links li a {
	color: #000;
	font-family: Arial;
	font-size: 16px;
}
.header .menu ul.links li a:hover {
	color: #1f3f6b;
	font-weight: bold;
}
.header .logo-and-title {
	background-color: rgb(61,92,135);
	height: 63px;
	width: 100%

}
.header .logo-and-title .logo {
	background-image: url(/images/makeover/circle-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	float: left;
	height: 174px;
	margin-left: 81px;
	text-indent: -1000px;
	width: 174px;
}
.header .logo-and-title h1 {
	display: flex;
	color: #fff;
	font-family: Arial;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-align: right;
	height: 100%;
	width: 100%;
	max-width: 1200px;
	align-items: center;
}
.header .link-company-name {
	float: left;
	font-size: 20px;
	line-height: 28px;
}
.body-content-wrapper {
	margin-bottom: 0;
	margin-top: 127px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: right;
}
.body-content {
	background-image: url('/Background.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	border: none;
	margin-left: auto;
	margin-right: auto;
	height: 99%;
	width: 100%;
	max-width: 1200px;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.99);
	-moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.99);
	box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.99);
}

.inner-body-content {
	padding-top: 30px;
	min-height: 400px;
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0;
	z-index: 1000;    
	background-image: url(/images/makeover/circle-logo.png);
	background-repeat: no-repeat;
	background-size: 55px 55px;
	background-position: 13px center;
	background-color: #000;
	color: #fff!important;
	height: 61px;
	width: 100%;
}
.footer p {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	padding: 20px 70px;
}
label {
	color: #1f3f6b;
	font-size: 20px;
	font-weight: bold;
}
form input[type=text], form textarea, select[size="5"], .well {
	background-color: #ebebeb;
	border-radius: 4px;
	border: 0;
	font-size: 14px;
	padding: 5px;
	outline: 0;
}
.oldwell {
	width: calc(100% - 20px)!important;
}
.well input[type="file"] {
	margin-bottom: 5px;
}
.well input[type="text"] {
	border-bottom: 2px solid #1b375e;
	border-radius: 0;
}
.button {
	background-color: #ebebeb;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #1b375e;
	color: #1b375e!important;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-size: 18px!important;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	margin-bottom: 5px;
	outline: 0;
	padding: 0 60px;
	text-decoration: none;
}
.button a {
	color: #000;
	text-decoration: none;
}
.button.small-button, .button.button-small {
	font-size: 14px!important;
	height: auto!important;
	line-height: 14px!important;
	padding: 5px 15px!important;
}
.actions {
	background-image: url(/images/makeover/gradient.png);
	padding: 30px;
	text-align: center;
	width: calc('100% - 60px');
}
.actions.top-actions {
	margin-top: -30px;
	margin-bottom: 30px;
}
.actions .button {
	margin-left: 5px;
	margin-right: 5px;
}
tr.divider td {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f3f6b+1,1f3f6b+42,ffffff+84 */
	background: #1f3f6b; /* Old browsers */
	background: -moz-linear-gradient(left,  #1f3f6b 1%, #1f3f6b 42%, #ffffff 84%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #1f3f6b 1%,#1f3f6b 42%,#ffffff 84%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #1f3f6b 1%,#1f3f6b 42%,#ffffff 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3f6b', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	font-size: 0;
	height: 5px;
	padding: 0;
}
.task-list .table-header th {
	border-bottom: 3px solid #1b375e;
}
.task-list td {
	border-bottom: 10px solid #fff;
}
.task-list tr {
	background-color: #fff;
}
.task-list tr td {
	background-color: #ebebeb;
}
.task-list tr td:first-child {
	background-color: #fff;
}
.task-list tr td:first-child a:before {
	content: "View";
	background-color: #ebebeb;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #1b375e;
	color: #1b375e!important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px!important;
	font-weight: bold;
	height: auto;
	line-height: 14px;
	outline: 0;
	padding: 5px 15px;
}
.task-list tr td:first-child a img {
	display: none;
}
.task-list p.small {
	font-size: 14px;
	font-weight: bold;
}
.date-inputs input { display: inline-block; }
.date-inputs input[type=text] {
	margin: 3px;
	width: 75px!important;
}