body {
	padding-bottom: 70px;
}
#page{
	margin-top:50px;
	border: 1px solid #e6e6e6;
}
#infoBox{
	border:1px solid black;
	border-radius:5px;
	background:#80b96f;
	display:none;
	position:absolute;
	top:865px;
	left:220px;
	width:200px;
	padding:10px;
}
.infoImg{
	width:20px;
	height:20px;
	cursor:pointer;
}
#closeX{
	position:relative;
	top:-75px;
	left:15px;
	border-radius:12px;
	cursor:pointer;
	float:right;
}
#tagInterfaceTable{
	width:650px;
}
.input_header{
	font-weight: bold;
	float:left;
	margin-right:10px;
	min-width:150px;
}
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*Up-left pointing*/
.triangle-up-left {
    width: 0;
    height: 0;
    padding-bottom: 40%;
    padding-left: 40%;
    overflow: hidden;
    position:absolute;
    right:35%;
    z-index:100;
}
.triangle-up-left:after {
    content: "";
    display: block;
    z-index:100;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid #4679BD;
}

.homepage-img{
	/* border:1px solid black; */
	/* border-radius:10px; */
	box-shadow: 5px 5px 5px grey;
	width:307px;
	height:230px;
	margin:10px;	
}

/*** Pager Styles ***/

.hidePagerLink{
	display:none !important;
}
.showPagerLink{
	display:block !important;
}

.pagination{
	display:block;
}

/** Override btn-primary and a color **/
.btn-primary {
	background-color: #003462 !important;
	border: 0 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active	{
	background-color: #8cc0bb !important;
	border: 0 !important;
}

a	{
	color: #003462 !important;
}

a:hover, a:focus {
    color: #8cc0bb !important;
}

/** btn-theme **/
.btn-theme {
  color: #ffffff !important;
  background-color: #003462;
  /* background-color: #7DA6D8; */
  /* border-color: #5786BE; */
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #ffffff !important;
  background-color: #8cc0bb;
  /* border-color: #5786BE; */
}

/** Colors from InterCom color palette **/
	
.themeColor {
	color:#7DA6D8;
}
.themeColorDarker {
	color:#5786BE;
}

/** Styles for email template **/

/*
 * light blue = #7bb9d0
 * dark blue = #7ba8da
 * green = #7bccc7
 * 
 */
.panel-info>.panel-heading{
	background-color: #7bb9d0;
	color:#ffffff;
}
.panel-primary>.panel-heading{
	background-color: #7ba8da;
	color:#ffffff;
}
.panel-success{
	border-color:#62A39F;
}
.panel-success>.panel-heading{
	background-color: #7bccc7;
	color:#ffffff;
}








