/* MSP Inner features pages banner style start */

.heading-menu {
    padding-bottom: 50px;
    margin-top: 0;
    background: #eaf8ff;
    border-bottom: 0px;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
}


h1.mspftrmnhdr {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 45px !important;
    letter-spacing: 0.5px;
    line-height: 50px;
    font-weight: 600;
	margin-top: 30px;
}

div.heading-menu .mspftr-subhdr {
    color: #000;
    letter-spacing: normal;
    margin-top: 10px;
}

.mspbannercta{ margin-top: 30px;}
a.strtur30dys {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    padding: 10px 30px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    letter-spacing: 0.7px;
	border-radius: 2px;
}

p.inden {
	margin-left: 50px;
	margin: 0px 0px 10px 50px !important;
}
.adm {
	margin: 0px 0px 30px 30px;
}
h1.ftrmnhdr {
	font-size: 40px;
	font-weight: 500;
}
.ftrpg-inrhdr {
	color: #fff;
	font-weight: 200;
	font-size: 23px;
}
#scroll {
	position: relative;
	padding: 0px;
}
.sec-container {
        max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}

.menutopdiv {
    height: 0;
}

.navftrmenu {
    width: 100%;
    text-align: center;
    padding: 10px 0 0px 0;
    background: #fff;
    box-shadow: 0 4px 11px 2px #eaf8ff;
	position: sticky;
  top: 50px;
	z-index: 10;
}
.navftrmenubg {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 10px -6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 8px 10px -6px rgb(0 0 0 / 14%);
  box-sizing: border-box;
  
  left: 0;
  right: 0;
  
  -webkit-transition: box-shadow 0.3s ease-in-out 0s;
  -moz-transition: box-shadow 0.3s ease-in-out 0s;
  -o-transition: box-shadow 0.3s ease-in-out 0s;
  -ms-transition: box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s;
}
.navftrmenubg1 {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 8px -6px rgb(0 0 0 / 9%);
  -moz-box-shadow: 0 8px 8px -6px rgb(0 0 0 / 9%);
  box-shadow: 0 8px 8px -6px rgb(0 0 0 / 9%);
  box-sizing: border-box;
  position: sticky;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: box-shadow 0.3s ease-in-out 0s;
  -moz-transition: box-shadow 0.3s ease-in-out 0s;
  -o-transition: box-shadow 0.3s ease-in-out 0s;
  -ms-transition: box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s;
}


.top-links ul li a {
    text-decoration: none;
    color: #000;
    padding: 0px 10px 10px 10px;
    display: block;
}
.top-links ul li a.active {
    border-bottom: 3px solid #3a7efa;
}
.subnavftrmenu .top-links {
    margin-top: 100px;
}
.subnavftrmenu .top-links ul li a {
    text-decoration: none;
    color: #000;
    padding: 0px 10px 10px 10px;
    display: block;
}
.subnavftrmenu .top-links ul li a.active {
    border-bottom: 3px solid #3a7efa;
}


ul.ftrmenu {
  margin: 0;
  padding: 0;
}
.navftrmenu li{
  min-width: 100px;
}
.navftrmenu li {
  display: inline-block;
  position: relative;
  margin: 0px 20px;
}
.navftrmenu a {
  color: #000;
  text-decoration: none;
  /*padding: 10px 0;*/
  font-size: 20px;
}
.navftrmenu li:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 1px;
  background: #dedede;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -25px;
  color: #0167ff;
}
.navftrmenu li.active:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  background: #0167ff;
  color: #0167ff;
}
.navftrmenu li:last-child:after {
  display: none
}
.navftrmenu li a:hover {
  color: #0167ff;
}
.navftrmenu li.active a {
  color: #0167ff;
  font-family: 'Zoho_Puvi_SemiBold';
}

li.moretab{display:none}
span.morerdme {
    background: #0167ff;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 13px;
}

li.moretab.lasttb:after {
    display: none;
}


.subnavftrmenu {
  width: 91%;
  text-align: center;
  padding: 10px 0 0 0;
  background: #fff;
}
.subnavftrmenufix {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 10px -6px rgb(0 0 0 / 14%);
  -moz-box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.14);
  box-shadow: 0 8px 10px -6px rgb(0 0 0 / 14%);
  box-sizing: border-box;
  position: sticky;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
}
.industrycont, .casemgntcont {
  width: 78%;
}
ul.ftrmenu {
  margin: 0;
  padding: 0;
}
.subnavftrmenu li {
  display: inline-block;
  position: relative;
  min-width: 175px;
  margin: 0;
}
.subnavftrmenu a {
  color: #000;
  text-decoration: none;
  /*padding: 10px 0;*/
  font-size: 20px;
}
.subnavftrmenu li:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 1px;
  background: #dedede;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -5px;
  color: #0167ff;
}
.subnavftrmenu li.active:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 3px;
  background: #0167ff;
  color: #0167ff;
}
.subnavftrmenu li:last-child:after {
  display: none
}
.subnavftrmenu li a:hover {
  color: #0167ff;
}
.subnavftrmenu li.active a {
  color: #0167ff;
  font-family: 'Zoho_Puvi_SemiBold';
}
a.ftrlranmor {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #006cff;
  padding-right: 5px;
  font-family: 'Zoho_Puvi_SemiBold';
}
a.ftrlranmor.wct {
  color: #fff;
}
a.ftrlranmor.wct:after {
  background: url("../images/learn-more-arrow.svg");
}
a.ftrlranmor:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 8px;
  display: inline-block;
  background: url("../images/learn-more.svg");
  width: 15px;
  height: 11px;
  transition: all ease .3s;
}
a.ftrlranmor:hover:after {
  transform: translateX(4px)
}
.ftrmenusticky {
  position: sticky;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
}




.readmecont ul li {
	color: #1b1b1b;
	line-height: 25px;
	list-style-type: disc;
	margin: 5px 0px 10px 30px;
	font-size: 17px;
}
.readmecont ul li ol.alpha li {
	list-style-type: lower-alpha;
}
.readmecont ul li ol.decimal li {
	list-style-type: decimal;
}
/*.build {
    padding-bottom: 50px;
}*/
.buildshdr {
    display: flex;
    margin: 0px 0 30px 0;
    /* background: #f4f8ff; */
    padding: 10px 0 10px 25px;
    flex-wrap: wrap;
    background: rgb(244,248,255);
    background: linear-gradient(90deg, rgba(244,248,255,1) 0%, rgba(255,255,255,1) 35%);
}
.colm {
    flex: 0 0 100%;
}

.buildshdr .per50{ width: 50%; padding: 0;}

.build:first-child .buildshdr:first-child{ margin-top: 0px;}


.readmecont .build:first-child h2 { margin-top: 0px;}
/*Readme page styles start*/

div.readme-nav-tab a {
	color: #000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 0.8rem;
	padding: 5px 42px;
	margin: 0px;
	cursor: pointer;
	border-radius: 5px
}
.readme-nav-tab {
	background: #f2f2f2;
	padding: 15px 0px;
}
div.readme-nav-tab a {
	background: rgba(209, 234, 255, 0.8);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none
}
div.readme-nav-tab a:hover {
	color: white;
	background: rgba(66, 138, 199, 0.8);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none
}
#rsnav{ height: 0px;}
/*Readme page styles end*/



h2.whatsnew-hdr {
    margin: 0;
	color: #000;
    text-align: left;
    font-family: 'Zoho_Puvi_SemiBold';
	font-size: 30px;
}
.rlease-date {
    margin: 0;
    color: #333;
    font-size: 14px;
}
h3, a.qstinhdr {
	cursor: auto
}
.readmecont h3 {
	padding-bottom: 10px;
	font-family: 'Zoho_Puvi_SemiBold';
	font-size: 22px;
}
.readmecont p {
	color: #1b1b1b;line-height: 25px;font-size: 16px;
	list-style-type: disc;
	margin-top: 20px;
}
.readmecont li p {
	color: #444;
	line-height: 27px;
	list-style-type: disc;
	margin-top: 10px;
	font-size: 16px;
}
.readmecont p strong {
	color: #165e87;
	font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
	font-size: 16px;
}
.readmecont ul li strong {
	color: #252525;
	font-family: 'Zoho_Puvi_SemiBold';
	font-size: 16px;
}
.readme-nav-tab.fixed {
	position: fixed;
	top: 92px;
	width: 100%;
	background: #f2f2f2;
	left: 0px;
	right: 0px;
	z-index: 999999;
	border-top: 1px solid #e6e6e6;
	box-shadow: 1px 1px 3px 0px #ccc;
	padding: 15px;
}
.wactive {
	background: rgb(50, 146, 202) !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-decoration: none;
	padding: 15px 30px;
	font-size: 0.8rem;
	color: #fff !important;
	cursor: pointer;
}
div.readmehdbg {
	background: #f2f2f2;
	padding: 2.5% 0
}
div.readmehdbg h2 {
	font-size: 30px;
	line-height: 34px;
	margin: 0px;
	font-weight: 500;
	padding: 0
}
.readmecont .per50 {
	text-align: right !important;
}
    table.box-table td{ padding:10px 20px;}
    table.box-table td p { margin: 10px 0; color: #1b1b1b;line-height: 25px;font-size: 17px;    word-break: break-word;}
    table.box-table td p strong{ color:#fff;font-weight: 600 !important;}
    table.box-table tr.hdr{ background: #d8ebfc}
    table.box-table tr.hdr td{padding: 7px;}
    table.box-table tr.subhdr{ background: #f8fcff}
    table.box-table tr.subhdr td{padding: 7px;}
    .morereadmetb{ display: none}
	

/*Simple jQuery Tabbed show or hide Menu */

.filtermenu {
    margin: 20px auto 0 auto;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    flex-direction: column;
	
}
.filtermenu .menudiv{position: -webkit-sticky;
  position: sticky;
  top: 185px;}

.filtermenu span {
    display: block;
    padding: 3px 20px;
    background: #fff;
    position: relative;
    text-decoration: none;
    color: #0167ff;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0167ff;
    cursor: pointer;
    margin: 10px;
}

.boxes {
  display:flex;
}

.readmecontainer {
    max-width: 1400px;
    width: 100%;
    margin: 50px auto 0 auto;
    border-left: 1px solid #d7e5fe;
}


/*.filter a.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #333 transparent transparent transparent;
}*/

.filtermenu span.active {
    background: #0167ff;
    color: #fff;
}
	
	
.is-animated {animation: 1s strfadein;}

@keyframes strfadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes strfadein{
    0% { opacity:0; }
    66% { opacity:0; }
    100% { opacity:1; }
}
	
.behaviour, .newfeature, .issue, .enhance{ padding:0 25px}
.behaviour ul, .newfeature ul, .issue ul, .enhance ul{  margin-bottom: 30px;}
.behaviour ul li ul, .newfeature ul li ul, .issue ul li ul, .enhance ul li ul{  margin-bottom: 0px;}

@media screen and (max-width:1024px) {
.navftrmenu li {
    min-width: 80px;
}
}

@media screen and (max-width:980px) {
.navftrmenubg{top:82px;}
.readmecont {
    word-break: break-word;
}
.sec-container {
    margin: 40px 0;
}
.navftrmenu li {
    min-width: 80px;
}
}


@media screen and (max-width:667px) {

.navftrmenu li {
    margin: 0px 5px;
    text-align: center;
	min-width: auto;
}
.top-links ul li a{font-size: 16px;}
.navftrmenu li:after{ right:-5px}
.buildshdr {
margin-top: 0;
    flex-wrap: wrap;
}
.buildshdr .per50{
width: 100%;
}

.buildshdr .per50 .tar {
    text-align: left;
}


}