/*
colours used:
#4D4D4D - grey
#1294AC - teal
#DEF8FF - light teal
#b8b8b8 - light grey
/* blue	color:#007FA3; */

html, body{
  height:100%;
}

body {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
}


.tab-master {
	width: 100%;
	max-width: 898px;
	height: 100%;
	max-height: 498px; /* use this property to set the widget height*/
}

.tab-content {
	height: calc(100% - 22px); 
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px;
	overflow: hidden;
	
}

.tab-pane {
	height: 100%%; 
}

.nav-pills>li.active > a, 
.nav-pills>li.active > a:focus, 
.nav-pills>li.active > a:hover {
color:#007FA3; /* blue text */
border-radius: 2px;
color: #007FA3;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a{
	border-radius:0;
}

a {
	color: #007FA3;
	font-size: 14px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color:#f3f1f1;
}

ul, ol {
  	padding-left:15px;
}
