.submissiondisplay {
	background-color: #182027;
	/* position:absolute; */
	/* z-index:999; */
	/*top: 5vh; */
	left: 0;
	right: 0;
	padding-top: 3em;
	padding-bottom: 3em;
	/* max-width: 991px; */
	box-sizing: border-box;
	margin: 0 auto;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
	transition-delay: 0s;
	box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.8);
	text-align: left;
	/* overflow-y: auto; */
}

.personabg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
	position: fixed;
	display: none;
	overflow: scroll;
}

.closebtnp {
	color: white;
	top: 0;
	position: relative;
	right: 0;
	font-family: 'Lato Black', sans-serif;
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
	display: inline-block;
	padding: 1em;
	float: right;
	text-align: right;
}

.markettag {
	color: white;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #e41113;
	padding: 7px 9px;
	margin-right: 5px;
	margin-top: .5em;
	margin-bottom: 0;
}

.startupList {
	display: none;
	min-height: 120px;
}

.startupphoto {
	height: 25px;
	width: 25px;
	border: 1px solid white;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 25px;
	vertical-align: middle;
	display: inline-block;
}

#tblstartupResult .tablerow td.scoreHighlighter:first-child {
	background-color: #53292A;
	border-bottom: solid 1px #FE0000;
	border-right: solid 1px #FE0000;
	border-left: solid 1px #FE0000;
	border-top: none;
	text-align: center;
}

#tblstartupResult .tablerow td.scoreHighlighter,
.individualStartupResult .tablerow td.scoreHighlighter {
	background-color: #53292A;
	border-right: solid 1px #FE0000;
	border-left: solid 1px #FE0000;
	border-top: none;
	border-bottom: none;
	text-align: center;
}

#tblstartupResult .tablerow td.scoreHighlighter:last-child {
	background-color: #53292A;
	border-top: none;
	border-right: solid 1px #FE0000;
	border-left: solid 1px #FE0000;
	border-bottom: solid 1px #FE0000;
	text-align: center;
}

.jconfirm.jconfirm-dark .jconfirm-box {
	background: #171f27 !important;
	box-shadow: 0 0 100px 50px rgba(0, 0, 0, .8) !important;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
	right: 20px !important;
}

@media only screen and (max-width: 991px) {
	#site-canvas {
		position: inherit;
		transform: inherit !important;
		-webkit-transform-style: inherit !important;
	}
}

.profileuser {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.startupdescription {
	margin-top: 1em;
	width: 100%;
}

.lboxshare i {
	font-size: 1.5em !important;
}

.votebtn {
	width: auto;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 14px;
	height: auto;
	line-height: normal;
	text-align: center;
	background: #e41113;
	border-width: 0;
	border-color: #e41113;
	border-style: solid;
	color: #ffffff;
	cursor: pointer;
	font-weight: normal;
	border-radius: 0px;
	text-shadow: none;
	padding: 10px 50px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 10px 0;
	position: absolute;
	vertical-align: middle;
}

.btnSmall {
	color: white;
	display: inline-block;
	font-size: 10px;
	text-transform: capitalize;
	background-color: #e41113;
	padding: 7px 10px;
	margin-right: 5px;
	margin-bottom: 0.5em;
	white-space: nowrap;
}

.marginB50 {
	margin-bottom: 50px;
}

.input {
	background-color: black;
	border: 2px solid white;
	height: 60px;
	color: white;
	padding-left: 10px;
	width: 90%;
}

.welcome {
	margin-bottom: 6em !important;
	/*	margin-top: 4em !important;*/
	text-align: left;
}


.welcome h2 {
	color: #fff;
}

#head span {
	font-size: small !important;
}

.frm_error {


	margin-top: 5% !important;
	color: red !important;
}

.hexagon {
	position: relative;
	width: 30px;
	height: 18px;
	background-color: #e41113;
	margin: 4px 0;
	text-align: center;
}

.hexagon:before,
.hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.hexagon:before {
	bottom: 100%;
	border-bottom: 8.66px solid #e41113;
	left: 0;
}

.hexagon:after {
	top: 100%;
	width: 0;
	border-top: 8.66px solid #e41113;
	left: 0;
}

#tblstartupResult {
	border-collapse: separate;
	border-spacing: 0 15px;
}

#tblstartupResult .tablerow {
	background-color: #1b1d1e !important;
}

#tblstartupResult th {
	text-align: left;
}

#tblstartupResult td {
	padding: 8px 10px;
}

.dataTables_filter input[type="search"] {
	background-color: black;
	border: 2px solid white;
	height: 35px;
	color: white;
	padding-left: 10px;
	width: 200px;
}

.individualStartupWrap {
	position: relative;
	overflow: auto;
	width: 100%;
}

.individualStartupResult {
	border-collapse: separate;
	border-spacing: 0 15px;
}

.individualStartupResult td {
	padding: 15px 10px;
}

.individualStartupResult th {
	text-align: left;
	padding: 5px;
}

.tablerow {
	background-color: #1b1d1e;
	margin: 15px 0;
	padding: 10px 0px 5px 0px;
}



#evaluationResult {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	margin-top: 100px;
}

.searchinput {
	background-color: transparent;
	color: #fff;
	font-size: 1.3em;
	padding: 0.9em 0.9em 0.9em 0;
	border-bottom: 2px solid #e41113;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/********************************************************************************************************************/
/* Sweet Model Custom CSS - start */
/********************************************************************************************************************/

.sweet-modal-tabs-links {
	margin: 20px !important;
	font-family: 'Lato', sans-serif !important;
}

.sweet-modal-tabs-links li {
	width: 50%;
}

.sweet-modal-tabs-links li:before {
	content: none !important;
}

.sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li a {
	color: #fff !important;
}

.sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li.active a {
	color: #fff !important;
}

.sweet-modal-overlay.tabbed .sweet-modal-title .sweet-modal-tabs-links ul li a {
	padding: 10px !important;
	border: none;
}

.sweet-modal-title .sweet-modal-tabs-links ul li.active {
	background-color: #e41a14;
}

.sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-title .sweet-modal-tabs-links ul li.active a::after {
	border-bottom-color: #e41a14 !important;
}

.sweet-modal-close a.sweet-modal-close-link {
	background-size: 15px !important;
	background-repeat: no-repeat;
}

a.sweet-modal-close-link:hover {
	background-color: transparent !important;
}

.sweet-modal-overlay.dark-modal .sweet-modal-box .sweet-modal-close a.sweet-modal-close-link {
	background-color: transparent !important;
}

@media screen and (max-width: 420px) {
	.sweet-modal-overlay {
		overflow: auto !important;
	}
}


/********************************************************************************************************************/
/* Sweet Model Custom CSS - end */
/********************************************************************************************************************/
@media all and (max-width: 1000px) and (min-width: 250px) {
	.givefeedbackbutton {

		/*		margin-bottom: 5em !important;*/
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#182027+0,182027+100&0+0,1+30 */
		/* FF3.6-15 */
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(24, 32, 39, 0) 0%, rgba(24, 32, 39, 1) 30%, rgba(24, 32, 39, 1) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00182027', endColorstr='#182027', GradientType=0);
		/* IE6-9 */

		padding: 2rem 0.2rem 0.2rem 0.2rem;
	}
}


/* ERWINS ADJUSTMENTS */

/* #test {} */
#events_sub .content {
	margin-bottom: 0em !important;
}

#events_sub col-xs-9 {
	padding: 0;
}

.selection-mob {
	padding: 0 .5rem 0 .5rem !important;
}

.startuplogo-selection {
	height: 150px;
	width: 150px
}

.link1 {
	cursor: pointer;
}

@media screen and (max-width:991px) {
	#events_sub .content {
		padding: 1em !important;
		height: 100%
	}

	.mobpadhide {
		padding: 0 !important;
		overflow: hidden;
	}

	.startupminiature {
		margin: .3rem;
		height: 42px;
	}

	.selection-mob {
		padding: 0 !important;
	}

	.welcome h2 {
		text-align: center;
	}

	.welcome .votebtn {
		width: 96%;
	}

	.givefeedbackbutton {
		width: 100%
	}

	.givefeedbackbutton a {
		width: 100%;
	}

	.startuplogo-selection {
		height: 100px;
		width: 100px
	}

	.frm_button_submit {
		width: 100% !important;
	}

	/* New GM 22 */
	.img-link {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		overflow: hidden;
	}

	#events_sub figure {
		padding-top: initial;
	}

	.jconfirm {
		overflow-x: initial !important;
		overflow-y: scroll !important;
	}

	body {
		overflow-x: hidden !important;
	}
}

@media screen and (min-width:991px) {

	.jconfirm {
		overflow-y: scroll !important;
		overflow-x: hidden !important
	}
}

.selection-search {
	position: -webkit-sticky;
	position: sticky;
	top: -1px;
	z-index: 99999;
	background-color: black;
}