* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	margin:0;
	padding:0;
	font-family: 'Lato';
}

html,
body {
	float: left;
	min-width: 1280px;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	overflow-y: auto;
}

body {
	padding:20px;
}

li {
	list-style: none;
}

/* Accordian CSS start*/

.accordion1 {
	width: 100%;
	float: left;
}

.accordion1>ul>li {
	width: 100%;
	float: left;
	margin-bottom: 5px
}

.accordion1__nav {
	width: 100%;
	background: #f4f5f6;
	padding: 0 30px;
	line-height: 40px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	position: relative;
	float: left
}

.accordion1__nav:before {
	border-color: #767a78 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	height: 0;
	left: 10px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	content: "";
	transform: rotate(-90deg);
	transition: .5s
}

.accordion1__nav.active:before {
	border-color: #40b475 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	height: 0;
	left: 10px;
	position: absolute;
	top: 50%;
	width: 0;
	content: "";
	transform: rotate(0deg);
	transition: .5s
}

.accordion1__nav.bgGrey {
	background: #f0f0f0
}

.accordion1__nav.small {
	height: 33px;
	line-height: 31px
}

.accordion1__nav.small:before {
	margin-top: -5px;
	width: 5px !important;
	height: 5px !important
}

.accordion1__nav.small.active:before {
	margin-top: -3px;
}

.accordion1__cont {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	display: block;
}

.accordion1.fullWidth ul li {
	padding: 0;
}


/* Accordian CSS End*/

/* Table CSS Starts */


.staticTable {
	width: 100%;
	display: inline-block;
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.staticTable--col2 .staticTable__col {
	width: 50%;
}

.staticTable--col4 .staticTable__col {
	width: 25%;
}

.staticTable--col5 .staticTable__col {
	width: 20%;
}
.staticTable--col7 .staticTable__col {
	width: 15%;
}

.staticTable--col7 .width10 {
	width: 10%;
}

.staticTable--col7 .width30 {
	width: 30%;
}

.staticTable--col6 .staticTable__col {
	width: 16.6666%;
}

.staticTable__row {
	width: 100%;
	display: inline-block;
}

.staticTable__row:first-child .staticTable__col {
	background: #f4f5f6;
}

.staticTable__row:nth-child(odd) {
	background: #f9f9fa;
}

.staticTable__row:not(.header):nth-child(even) {
	background: white;
}

.staticTable__row:not(.header):hover {
	background: #fdf5dd;
}

.staticTable__row.header {
	font-weight: bold;
}

.staticTable__col {
	width: 100%;
	float:left;
	padding: 10px;
	word-wrap: break-word;
}

.parentGrid > .staticTable__col:first-child {
	position: relative;
	padding-left: 25px; 
}

.parentGrid > .staticTable__col:first-child:before {
	border-color: #767a78 transparent transparent transparent;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	left: 5px;
	position: absolute;
	top: 45%;
	content: "";
	transform: rotate(-90deg);
	transition: .5s;
}

 .parentGrid.active > .staticTable__col:first-child:before {
	border-color: #40b475 transparent transparent transparent;
	transform: rotate(0deg);
}

.subGrid {
	width: 98%;
	margin-left: 1%;
}

/* Table CSS Ends */

/* Tab CSS Starts */

.tab1 {
	width: 100%;
	float: left;
	max-width: 600px;
	margin: 20px 0;
}

.tab1.full {
	max-width: 100%
}

.tab1>ul {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	width: 100%;
	float: left;
	border: 1px solid #e2e2e2
}

.tab1>ul>li,
.tab1>ul>div {
	list-style: none;
	float: left;
	padding: 0 25px;
	background: #f0f0f0;
	line-height: 50px;
	border-right: 1px solid #e2e2e2;
	cursor: pointer
}

.tab1>ul>li.active,
.tab1>ul>div.active {
	background: #fff;
	position: relative
}

.tab1>ul>li.active:before,
.tab1>ul>div.active:before {
	top: -1px;
	left: -1px;
	content: "";
	width: calc(100% + 2px);
	height: 2px;
	background: #27a965;
	position: absolute
}

.tab1>ul>li.active:after,
.tab1>ul>div.active:after {
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 5px;
	background: #fff;
	position: absolute
}

.tab1 .tab1Content {
	width: 100%;
	float: left;
	padding: 30px 50px;
	border: 1px solid #e2e2e2;
	margin-top: -1px;
	display: none
}

.tab1 .tab1Content.active {
	display: block
}

/* Tab CSS Ends */

#tableOfContents {
	padding: 20px 30px;
	background-color: #f3f2f2;
	width: 250px;
	margin-top:15px
}

#tableOfContents h4 {
    margin-bottom:12px;
}

#tableOfContents li {
	list-style: disc;
	list-style-position: inside;
	font-size: 16px;
	padding: 2px 5px;
}

#tableOfContents li a:hover {
	font-weight: bold;
}