
			.container {
			  background-color: white;
			  float: right; /* Makes the container height the same as its children. */
			  padding: 5px;
			  margin-bottom: 0px;
			  
			}

			.container div {
			  padding: 1px;
			  float: left;
			  background-color: #FFFFFF;
			  font-size: 20px;
			  
			  
			  /* And here comed the trick: */

			  box-shadow: 
				0px 0 0 0 #888, 
				0 0px 0 0 #888, 
				0px 0px 0 0 #888,   /* Just to fix the corner */
				0px 0 0 0 #888 inset, 
				0 0px 0 0 #888 inset;

			}

			#container2 {
				width: 90%;
			}
			
div.text-container2 {
    margin: 0 auto;
    width: 100%;    
}

.cell1 {
	width:100px;
	height: 160px;
	vertical-align: text-bottom;
    margin: 2px;
    border: 0px solid #088c46;
	//border-radius: 15px;
}

#bib_tb td {
	text-align: center; 
    vertical-align: bottom;
}


.div_left {
	position: inline;
	float: left;
}

.div_right {
	position: inline;
	float: right;
}


.main_tb tbody tr:nth-of-type(2n) {
	background-color: #f4f7fa;
	margin: 5;

}

.main_tb th {
	background-color:#4f81bd;
	font-weight:bold;
	color:#FFFFFF;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}

.main_tb tbody tr td {
	border: 1px solid DarkGray;
	margin: 0;
	padding: 0px;
}

.ribbon_tb_body {
	border: 1px solid DarkGray;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0px;
}

.ribbon_th {
	
	text-align: left;
}

.ribbon_iframe {
	display: none;
	width: 100%;
}

.check_holdings {
	cursor: pointer; 
	margin-top: 7px; 
	width: 150px;	
	
}

.check_holdings:hover {
	text-decoration: underline;
	
}




.btn_blue {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 2px 15px 2px 15px;
  text-decoration: none;
  text-align: center;
}

.btn_blue:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  text-align: center;
}

.btn_back {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 4px 15px 4px 15px;
  text-decoration: none;
  text-align: center;
}

.btn_blue:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  text-align: center;
}

.btn {

  background: #DB3434;
  background-image: -webkit-linear-gradient(top, #DB3434, #B92929);
  background-image: -moz-linear-gradient(top, #DB3434, #B92929);
  background-image: -ms-linear-gradient(top, #DB3434, #B92929);
  background-image: -o-linear-gradient(top, #DB3434, #B92929);
  background-image: linear-gradient(to bottom, #DB3434, #B92929);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 2px 15px 2px 15px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
}

.btn:hover {
  background: #FD3C3C;
  background-image: -webkit-linear-gradient(top, #FD3C3C, #DB3434);
  background-image: -moz-linear-gradient(top, #FD3C3C, #DB3434);
  background-image: -ms-linear-gradient(top, #FD3C3C, #DB3434);
  background-image: -o-linear-gradient(top, #FD3C3C, #DB3434);
  background-image: linear-gradient(to bottom, #FD3C3C, #DB3434);
  text-decoration: none;
  text-align: center;
}


.btn_green {
	
  background: #498500;
  background-image: -webkit-linear-gradient(top, #498500, #417700);
  background-image: -moz-linear-gradient(top, #498500, #417700);
  background-image: -ms-linear-gradient(top, #498500, #417700);
  background-image: -o-linear-gradient(top, #498500, #417700);
  background-image: linear-gradient(to bottom, #498500, #417700);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
	
}

.btn_green:hover {
	
  background: #519400;
  background-image: -webkit-linear-gradient(top, #519400, #4B8900);
  background-image: -moz-linear-gradient(top, #519400, #4B8900);
  background-image: -ms-linear-gradient(top, #519400, #4B8900);
  background-image: -o-linear-gradient(top, #519400, #4B8900);
  background-image: linear-gradient(to bottom, #519400, #4B8900);
  text-decoration: none;
  text-align: center;
	
}

.btn_submit {
	
  background: #F6CF2A;
  background-image: -webkit-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: -moz-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: -ms-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: -o-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: linear-gradient(to bottom, #F6CF2A, #F6CF2A);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #002060;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
	
}

.btn_submit:hover {
	
  background: #F6CF2A;
  background-image: -webkit-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: -moz-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: -ms-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: -o-linear-gradient(top, #F6CF2A, #F6CF2A);
  background-image: linear-gradient(to bottom, #F6CF2A, #F6CF2A);
  text-decoration: none;
  text-align: center;
	
}


.header {
	text-align: center;
}

.left_marg {
  margin-left: 10%;	
}



.signout_btn {
  position: absolute;
  right: 15%;
  
  background: #CF0404;
  background-image: -webkit-linear-gradient(top, #CF0404, #BD0202);
  background-image: -moz-linear-gradient(top, #CF0404, #BD0202);
  background-image: -ms-linear-gradient(top, #CF0404, #BD0202);
  background-image: -o-linear-gradient(top, #CF0404, #BD0202);
  background-image: linear-gradient(to bottom, #CF0404, #BD0202);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 15px;
  width: 115px;
  
  
}


.history_btn {
  position: absolute;

  background: #498500;
  background-image: -webkit-linear-gradient(top, #498500, #417700);
  background-image: -moz-linear-gradient(top, #498500, #417700);
  background-image: -ms-linear-gradient(top, #498500, #417700);
  background-image: -o-linear-gradient(top, #498500, #417700);
  background-image: linear-gradient(to bottom, #498500, #417700);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  width: 100px;
}

.history_btn:hover {
	
  background: #519400;
  background-image: -webkit-linear-gradient(top, #519400, #4B8900);
  background-image: -moz-linear-gradient(top, #519400, #4B8900);
  background-image: -ms-linear-gradient(top, #519400, #4B8900);
  background-image: -o-linear-gradient(top, #519400, #4B8900);
  background-image: linear-gradient(to bottom, #519400, #4B8900);
  text-decoration: none;
  text-align: center;
	
}

.sort_btn {
	
  background: #498500;
  background-image: -webkit-linear-gradient(top, #498500, #498500);
  background-image: -moz-linear-gradient(top, #498500, #498500);
  background-image: -ms-linear-gradient(top, #498500, #498500);
  background-image: -o-linear-gradient(top, #498500, #498500);
  background-image: linear-gradient(to bottom, #498500, #498500);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 1px 10px 1px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  width: 100px;
}

.sort_btn:hover {
	
  background: #498500;
  background-image: -webkit-linear-gradient(top, #498500, #498500);
  background-image: -moz-linear-gradient(top, #498500, #498500);
  background-image: -ms-linear-gradient(top, #498500, #498500);
  background-image: -o-linear-gradient(top, #498500, #498500);
  background-image: linear-gradient(to bottom, #498500, #498500);
  text-decoration: none;
  text-align: center;
	
}

.grey_btn {
	
  background: #9F9F9F;
  background-image: -webkit-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: -moz-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: -ms-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: -o-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: linear-gradient(to bottom, #9F9F9F, #9F9F9F);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 1px 10px 1px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  width: 100px;
}

.grey_btn:hover {
	
  background: #9F9F9F;
  background-image: -webkit-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: -moz-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: -ms-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: -o-linear-gradient(top, #9F9F9F, #9F9F9F);
  background-image: linear-gradient(to bottom, #9F9F9F, #9F9F9F);
  text-decoration: none;
  text-align: center;
	
}

.history_btn {
  position: absolute;

  background: #498500;
  background-image: -webkit-linear-gradient(top, #498500, #417700);
  background-image: -moz-linear-gradient(top, #498500, #417700);
  background-image: -ms-linear-gradient(top, #498500, #417700);
  background-image: -o-linear-gradient(top, #498500, #417700);
  background-image: linear-gradient(to bottom, #498500, #417700);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  width: 100px;
}

.history_btn:hover {
	
  background: #519400;
  background-image: -webkit-linear-gradient(top, #519400, #4B8900);
  background-image: -moz-linear-gradient(top, #519400, #4B8900);
  background-image: -ms-linear-gradient(top, #519400, #4B8900);
  background-image: -o-linear-gradient(top, #519400, #4B8900);
  background-image: linear-gradient(to bottom, #519400, #4B8900);
  text-decoration: none;
  text-align: center;
	
}



.select_join {
  width: 170px;
  height: 28px;
  overflow: hidden;
  /*	background: url('http://s24.postimg.org/lyhytocf5/dropdown.png') no-repeat right #FEFEFE;	*/
  border: #FEFEFE 1px solid;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 10px 1px #FEFEFE;
  box-shadow: inset 0px 0px 10px 1px #FEFEFE;
}

.select_join select {
  background: transparent;
  width: 170px;
  font-size:7pt;
  color:grey;
  border: 0;
  border-radius: 0;
  height: 28px;
  -webkit-appearance: none;
}

.select_join select:focus {
  outline: none;
}

	.field_set {
	  border-color: #DCDCDC;
	  border-style: solid;
	  width: 98%;
	  padding-bottom: 0;
	  padding-top: 0;
	 
	}
	
	.legend_totalPrice  {
		font-weight: bold;
		background: #AB8EFF;
		width: 20%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.legend_numOfselected  {
		font-weight: bold;
		padding: 0.2em 0.5em;
		border:1px solid #DCDCDC;
		//background: #8EBAFF;
		background: #f6cf2a;
		width: 20%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}	
	
	.legend_select_book  {
		font-weight: bold;
		padding: 0.2em 0.5em;
		border:1px solid #DCDCDC;
		//background: #8EBAFF;
		background: #f6cf2a;
		width: 20%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
.total_div {
    display: block;
    float: right;  

    position: relative; /*newly added*/
    right: 4px; /*newly added*/
    //top: -80px;/*newly added*/
}

.submit_div {

    display: inline-block;
    float: right;  

    position: relative; /*newly added*/

	//left: -27%;
	left: -25vw;
    top: -50px;/*newly added*/
}


#floatingCirclesG{
	position:relative;
	width:224px;
	height:224px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:40px;
	width:40px;
	border-radius:21px;
		-o-border-radius:21px;
		-ms-border-radius:21px;
		-webkit-border-radius:21px;
		-moz-border-radius:21px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:91px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:26px;
	top:26px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:91px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:26px;
	top:26px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:91px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:26px;
	bottom:26px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:91px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:26px;
	bottom:26px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}