body.forceColors{
	margin: 8px 0px 0px 0px !important;
}

.getStart{
	text-align: center;
}

div.radio{
	border-radius: 5px;
}

.nav-tabs > li > a{
	color: rgb(0,149,254);
}

.wrapper{
	/*padding: 10px 25px 25px 25px;*/
	height: 470px;
	position: relative;
}

.login_general_page{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    margin: auto;
}

.popup_general_header{
	text-align: center;
}

#popup_tab{
	padding-left: 8px;
}

.tabContainer{
	padding: 0px 20px 0px 20px;
	border-bottom: solid 2px;
	border-color: rgb(241, 241, 241);
}

.btnContainer{
	text-align: center;
}

#type_select{
	overflow: scroll;
}

/*outter is inline-block, inner is float left*/
/*this is how two div show inline in another div*/
.subRadio{
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.subLeft{
	float: left;
	margin-left: 40px;
}

.subRight{
	display: block;
	padding-left: 290px;
}

.subRightTop{
	font-weight: bold;
	padding-bottom: 10px;
}

.subRightBottom{
	padding-bottom: 10px;
}

.subRightSpecial{
	padding-right: 0px;
}

input[type="radio"] {
  margin-left: 10px !important;
  margin-top: -1px;
  vertical-align: middle;
  height: 100%;
}

.event_summary, .eventLists_summary{
	margin-top: 10px;
	margin-bottom: 10px;
}

a#insert{
	float: right;
	margin-right:20px;
	margin-top:15px;

	background-color: rgb(0,133,185);  
	border-color: rgb(0, 104, 154);
  	border-radius: 5px;
  	color: white;
  	padding: 0.2em;
  	text-decoration: none;
}

a#insert:focus,
a#insert:hover {
  background-color: rgb(0,170,254);
}