/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

header>.container {
	text-align: center;
	padding: 15px 0px;
}

header {
	background-color: #ffffff;
}

.container.main {
	margin-top: 80px;
	position: relative;
	bottom: 30px;
}

footer {
	position: fixed;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: #ffffff;
	padding: 15px 15px 0px 15px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #f3f3f3;
}

.bold {
	font-weight: 900 !important;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.box-holder h3{
	font-size: 17px;
	font-weight: 600;
}

.popover.bottom {
  margin-left: 200px;
}

.popover__content {
  left: -160px!important;
}
