html, body, #app {
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 22px;
}
a {
	color: #CA0430;
	font-weight: bold;
}
a:hover {
	color: #CA0430;
}
.alert {
	margin-bottom: 0;
}
.alert ul {
	padding-left: 18px;
}
.alert > div > ul:last-child {
	margin-bottom: 0;
}
.bold {
	font-weight: bold !important;
}
.bordered {
	border: 2px solid #CA0430;
	padding: 15px;
}
.btn {
	border: none;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	font-size: 18px !important;
	line-height: 24px;
	padding: 6px 22px;
}
.btn.btn-sm {
	font-size: 12px !important;
	line-height: 1.5 !important;
	padding: 5px 10px;
}
.btn-case-study-download {
	width: 100%;
}
.btn-link {
	box-shadow: none;
	line-height: 20px;
	padding: 0;
}
.btn-primary {
	background: linear-gradient(#CA163A, #D13C5B);
}
.btn-primary.active, .btn-primary.active:hover, .btn-primary:active:hover {
	background: #C51230;
}
.btn-secondary {
	background: linear-gradient(#848384, #676567);
	color: #FFF;
}
.btn-warning {
	background: linear-gradient(#CE524F, #E95D59);
}
.form-group a {
	display: inline-block;
	font-weight: normal;
	padding-top: 7px;
}
h1, h2, h3 {
	color: #CA0430;
}
.help-block {
	font-size: 12px;
}
input, select, textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	line-height: 22px;
}
.italic {
    font-style: italic;
}
label {
	font-weight: normal;
	padding-top: 7px;
}
.admin label {
	font-weight: bold;
}
.red, .error {
	color: #CA0430;
}
.green {
	color: #28A745;
}
.badge-success {
	background-color: #28A745;
}
form span.required {
	font-family: sans-serif;
}
.row {
	padding-bottom: 30px;
}
.table-hover tbody tr:hover {
	cursor: pointer;
}
.text-right-xs {
	text-align: right;
}
ul {
	list-style: none;
	padding-left: 0;
}
ul li {
  padding-left: 20px;
  text-indent: -17px;
}

ul li::before {
  	background-color: #CA0430;
  	border-radius: 50%;
  	content: "";
  	display: inline-block;
  	margin-right: 10px;
  	margin-bottom: 2px;
  	height: 7px;
  	width: 7px;
}
.underline {
	text-decoration: underline;
}

header {
	color: #666466;
	font-size: 44px;
	font-weight: bold;
	line-height: 48px;
	margin-top: 15px;
}
.header__logo img {
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}

.main {
	padding-bottom: 20px;
}
.page-title h1 {
	margin-top: 0;
	font-size: 44px;
	line-height: 48px;
}
.dropzone {
	background: linear-gradient(#848384, #767576);
	border-radius: 10px;
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	color: #FFF;
	float: none;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
}
.dropzone-accept {
	background: linear-gradient(#4D9E7E, #60C59D);
}
.dropzone-reject {
	background: linear-gradient(#BF102D, #CF5652);
}
.dropzone-filename {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
.dropzone-filename .remove {
	color: #CA0430;
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
}
.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.modal-progress {
	margin-top: 150px;
}
.modal-progress > div {
	font-size: 14px;
	padding: 30px 50px 20px;
	text-align: center;
}
form[name="registration"]:not(.all) .extra label {
	color: grey;
}
.admin__tabs {
	border-bottom: 1px solid #CA0430;
}
.admin__tabs > a, .admin__tabs > span {
	display: inline-block;
	border: 1px solid #CA0430;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	margin-right: 5px;
	padding: 10px 15px;
}
.admin__tabs > span.disabled {
	border: 1px solid #D4D4D4;
	border-bottom: 0;
	color: #D4D4D4;
}
.admin__tabs > a:hover {
	text-decoration: none;
}
.admin__tabs > a.active {
	background-color: #CA0430;
	color: #FFF;
}
.admin__foter {
	border-top: 1px solid #000;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
}
.admin__foter > .container {
	background-color: #FFF;
}
.admin__foter > .container > .row {
	padding-bottom: 0;
	padding: 10px;
}

.admin__application {
	margin-bottom: 50px;
}
.pb-0 {
	padding-bottom: 0;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

@media (max-width: 767px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	html, body, #app {
		overflow: hidden;
	}
	.text-right-sm {
		text-align: right;
	}
	.text-right-xs {
		text-align: inherit;
	}

	header {
		margin-top: 50px;
	}
	.header__logo {
		text-align: right;
	}
	.header__logo img {
		height: auto;
		width: 100%;
	}
	.side-bar {
		margin-top: 79px;
	}
	.side-bar img {
		border: 1px solid #474747;
	}
	.main {
		height: calc(100vh - 230px);
		overflow: auto;
	}
	.dropzone {
		line-height: 45px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.applications-table {
    display: block;
}
.table-applications thead tr th {
    height: 250px;
    white-space: nowrap;
}
.table-applications thead tr th.name > div {
    transform: translate(0px, -25px) rotate(-90deg);
    width: 250px;
}
.table-applications thead tr th.edge > div {
    transform: translate(0px, 61px) rotate(-90deg);
    width: 80px;
}
.table-applications thead tr th.step > div {
    transform: translate(0px, 81px) rotate(-90deg);
    width: 40px;
}
.table-applications tbody tr td {
    height: 30px;
    line-height: 30px;
}
.table-applications tbody tr td.name {
    padding-right: 15px;
    text-align: right;
}
.table-applications tbody tr td div {
    border: 2px solid #FFF;
    height: 100%;
}
.table-applications tbody tr td.registration div {
    background-color: #CA0930;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}
.table-applications tbody tr td.submitted div {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
.table-applications tbody tr td.completed div {
    background-color: #CA0930;
}
.table-applications tbody tr.submitted td div {
    background-color: #666466;
}
.table-applications a {
    font-size: 14px !important;
    margin-left: 10px;
}
