@import url('https://fonts.googleapis.com/css?family=Montserrat');
html, body {
	font-family: 'Montserrat', sans-serif !important;
	width: 100%;
	height: 100%;
	max-width: 100%;
	font-size: 0.9em;
}
sup {
	font-size: 2em !important;
	color: red !important;
	top: 0.3em !important;
}
label {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: normal !important;
	text-align: left;
}
header {
	height: 15%;
	/*padding: 2% 0%;*/
}
footer {
	height: 15%;
	padding: 3% 0%;
}
main {
	min-height: 25%;
}
#login .modal-dialog {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
#login .modal-content {
	height: 100%;
	border-radius: 0px;
}
.tile .badge{
    
    color: white !important;    
    border: 1px solid white !important;   
}
.tile p{
	color: white !important;
}
#boc_form2, #bmodel_form2, #befm_form2, #odi_form2, #cf_form2, #mktvbty_form2, #contactDetails_form2, #bmod_check_ext, #validate, #validate, #others_hide, #befm_hide, #loader, #login .close {
	display: none;
}
td {
	border: none !important;
}
/*.row {
 margin: 0% !important;
 padding: 1.7% 0% !important;
 }*/


.tile label, #midas_page .form-group {
	cursor: pointer;
}
.tile {
	background: #df4048;
}
.tile label{
	width:100% !important;	
}
#founderlist2, #founderlist3, #roundForm ,#founderlist_22, #your_mkt_other, #protectyourip{
	display: none;
}
.btn-primary {
	background-color: #f0454e !important;
	border: none !important;
}
nav {
	background-color: #e7e7e7 !important;
}
textarea {
	resize: none;
	min-height: 34px !important;
}
/* Hiding the checkbox, but allowing it to be focused */
.badgebox {
	opacity: 0;
}
.badgebox + .badge {
	/* Move the check mark away when unchecked */
	text-indent: -999999px;
	/* Makes the badge's width stay the same checked and unchecked */
	width: 27px;
}
.badgebox:focus + .badge {
	/* Set something to make the badge looks focused */
	/* This really depends on the application, in my case it was: */
	/* Adding a light border */
	box-shadow: inset 0px 0px 5px;
	/* Taking the difference out of the padding */
}
.badgebox:checked + .badge {
	/* Move the check mark back when checked */
	text-indent: -2px;
}
.right-border label {
	cursor: pointer;
	color: #a59999;
}
.right-border input[type = 'checkbox'] {
	height: 25px;
}
.badge {
	display: inline-block;
	min-width: 5px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: black !important;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid #777 !important;
	border-radius: 1px;
	background-color: transparent;
}
#founderlist ol {
	width: 100%;
	/*height: 100px;*/
	border-bottom: 1px solid #99999c;
}
/*.row p {
 padding: 0% 1.5%;
 font-weight: bolder;
 }*/
#mySidenav p {
	height: 5%;
	/*background: rebeccapurple;*/
	padding: 4% 0%;
	font-weight: normal !important;
}
/*desktop styles*/
@media (min-width: 768px) {
	.navbar-nav > li {
		width: 14.2%;
	}
	#founderlist ol li {
		width: 20%;
	}
	#founderlist ol li label {
		width: 100%;
		text-align: center;
	}
	.sidenav {
		width: 250px !important;
	}

	#mySidenav img {
		margin: auto;
		margin-top: -12%;
		width: 7em;
		margin-left: 20%;
	}

}
#hide_se_oth, #mida_ext, #modallogin, #contu_form, #thanQbtn, #women_form_tab, #bcmps_form_tab, #se_form_tab, #cotdet_form_tab, #mktvbty_form_tab, #cf_form_tab, #odi_form_tab, #odi_form_tab, #befm_form_tab, #bMod_form_tab {
	display: none;
}
.sidenav {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #f0454e;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	color: white;
	display: block;
	transition: 0.3s;
}
.sidenav p a:hover, .offcanvas a:focus {
	color: black;
	background: transparent;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
#main {
	transition: margin-left .5s;
	padding: 16px;
}

.keymetric textarea,#round_check textarea,#fy17_18 textarea{
       height: 3em !important;
       font-size: 13px  !important;
}
#round_check label{
font-size:0.8em !important;
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
	.sidenav {
		width: 0px !important;
	}
}
/* @media screen and (max-width: 768px) {
	
	.sidenav {
		width: 0px !important;
	}
} */
.btn-cat{color: #fff;
    background-color: #f0454e;
    border-color: #f0454e;
}