@charset "UTF-8";
@import url("../webfonts/montserrat_light__allfont_net_/stylesheet.css");
.core {
	font-family: Raleway, Arial, sans-serif;
	text-transform: capitalize;
	font-size: 14px;
	color: #333;
	font-weight: 500;
}
.money {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #36C;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
.logoname {
	font-family: "montserrat light [allfont net]";
	font-size: 24px;
	color: #EF3E3B;
	/* [disabled]border-radius: 8px; */
	cursor: pointer;
	/* [disabled]padding: 18px; */
}
.logoname2 {
	font-family: "montserrat light [allfont net]";
	font-size: 22px;
	color: #00CC99;
	/* [disabled]border-radius: 8px; */
	cursor: pointer;
	/* [disabled]padding: 18px; */
}

.acceptex {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #00CC99;
	border: 1px solid #00CC99;
	border-radius: 8px;
	cursor: pointer;
	padding: 18px;
}
.acceptex:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	border: 1px solid #00CC99;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #00CC99;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}



.acceptblack {
	font-family: "Chivo Light";
	font-size: 14px;
	color: #FFFFFF;
	border: 2px solid #204545;
	border-radius: 8px;
	cursor: pointer;
	padding: 8px;
	height: 40px;
	background-color: #204545;
}

.acceptblack:hover {
	font-family: "Chivo Light";
	font-size: 14px;
	color: #CCCCCC;
	border: 2px solid #663366;
	border-radius: 8px;
	background-color: #663366;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
	height: 40px;
	padding: 8px;
}
.acceptwhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 2px solid #003366;
	border-radius: 8px;
	cursor: pointer;
	padding: 8px;
	background-color: #003366;
}
.acceptwhite:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #023366;
	border: 2px solid #93F0E0;
	border-radius: 8px;
	background-color: #93F0E0;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
	padding: 8px;
}



.accept {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1F3F7B;
	border: 1px solid #1F3F7B;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	cursor: pointer;
}

.accept:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	border: 1px solid #1F3F7B;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #1F3F7B;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}
.accepted {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00CC99;
	border: 1px solid #00CC99;
	border-radius: 8px;
	cursor: pointer;
	padding: 10px;
}
.accepted:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #00CC99;
	border-radius: 8px;
	background-color: #00CC99;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
	padding: 10px;
}
.cancel {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #F91B6B;
	border-radius: 8px;
	cursor: pointer;
	background-color: #F91B6B;
	padding: 4px;
}
.cancel:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 360px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-color: #666666;
	-webkit-transition: all 420ms ease-in 20ms;
	-moz-transition: all 420ms ease-in 20ms;
	-ms-transition: all 420ms ease-in 20ms;
	-o-transition: all 420ms ease-in 20ms;
	transition: all 420ms ease-in 20ms;
}
.comfirmbox {
	height: 180px;
	width: 100%;
	overflow: auto;
}
.linne {
	border: 0.3px dotted #999999;
}
.boxxing {
	height: auto;
	width: 99%;
	background-color: #F4F4F4;
}
.boxxing:hover {
	height: auto;
	width: 100%;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
	cursor: pointer;
	background-color: #D6E4F8;
}
.fottering {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	/* [disabled]letter-spacing: 0.5px; */
	text-transform: capitalize;
}
.fotterins {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	/* [disabled]letter-spacing: 0.5px; */
	text-transform: capitalize;
}
.applyform {
	font-family: "montserrat light [allfont net]";
	font-size: 12px;
	letter-spacing: 0.4px;
	color: #666;
}
.applyformer {
	padding: 6px;
	width: 98%;
	border: 1px solid #006;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	height: 30px;
	color: #FFF;
	background-color: #006;
}
.liner {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-color: #FFF;
	border-top-width: 0.1px;
	border-top-style: solid;
}
.aalist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.aalist2 {
	font-family: "montserrat light [allfont net]";
	font-size: 12px;
	color: #666;
	margin-right: 2px;
	margin-left: 2px;
}
.formholder {
	height: 450px;
	width: 100%;
	/* [disabled]overflow: auto; */
}

.dock1 {
	padding: 10px;
	height: auto;
	width: 100%;
	border-radius: 8px;
	cursor: pointer;
	border: 3px solid #E0F5EB;
	/* [disabled]background-color: #E0F5EB; */
}
.dock2 {
	padding: 10px;
	height: auto;
	width: 100%;
	border-radius: 8px;
	border: 3px solid #F2F0F5;
	/* [disabled]background-color: #F2F0F5; */
}
.dock3 {
	padding: 10px;
	height: auto;
	width: 100%;
	border-radius: 8px;
	background-color: #D0D0D9;
}
.dock4 {
	padding: 10px;
	height: auto;
	width: 100%;
	border-radius: 8px;
	border: 1.5px solid #F2F0F5;
}


/*Drop Menu 2 */

.dropdown {
	position: relative;
	display: inline-block;
	width: auto;
	float: right;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	width: auto;
	box-shadow: 2px 6px 8px 2px rgba(153,153,153,0.2);
	z-index: 100;
	float: right;
	line-height: 24px;
	margin-top: 2%;
	background-color: #FFF;
	/* [disabled]padding: 2%; */
}

.dropdown:hover .dropdown-content {
	display: block;
	width: auto;
	float: right;
	z-index: 90;
}
.basicdisc {
	font-family: "montserrat light [allfont net]";
	font-size: 14px;
	color: #FFF;
}
