@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,300|Source+Sans+Pro:400,600,700,300&display=swap');

/* $montserrat: 'Montserrat', sans-serif;
$sourceSansPro: 'Source Sans Pro', sans-serif; */

* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    color: #5f5d5e;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}
img {
    border: 0;
}
.fc--link {
    color: #0093ee !important;
    text-decoration: none;
}
.fc--no-shadow {
    box-shadow: 0 0 0 !important;
}
.fc--text-bold {
    color: #757575;
    font-weight: 700;
}

.fc--margin-top-0 {
    margin-top: 0 !important;
}
.fc--margin-top-32px {
    margin-top: 32px;
}
.fc--margin-bottom-8 {
    margin-bottom: 8px;
}
.fc--margin-bottom-16 {
    margin-bottom: 16px;
}
.fc--margin-bottom-40 {
    margin-bottom: 40px;
}
.fc--margin-left-64 {
    margin-left: 64px;
}
.fc--img {
    display: block;
    margin: 0px auto 24px auto;
    max-width: 100%;
    /* width: 624px; */
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); */
}
.fc--img-popup {
    cursor: pointer;
}

.fc--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fc--flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.fc--flex-v-center {
    -ms-flex-item-align: center;
    align-self: center;
    align-items: center;
}
.fc--flex-center {
    justify-content: center;
}

.fc--flex-align-right {
    justify-content: flex-end
}
.fc--video-thumbnail {
    display: block;
    margin: 24px auto 0;
}

.doc-list {
    margin: 0 !important;
}
.doc-list li {
    background: url('../icons/document-new.svg') no-repeat left center;
    background-position: 0px 2px;
    list-style: none;
    background-size: 20px;
    padding-left: 24px !important;
    width: 90px;
    display: inline-block;
    margin-bottom: 8px;
}

.fc--ul-style {
    counter-reset: count;
    margin: 16px 0;
}
.fc--ul-style li {
    list-style: none;
    position: relative;
    padding: 6px 0 6px 25px;
    background: url(../images/check-icon.png) no-repeat left 11px;
    background-size: 17px;
}
.fc--ul-style li .fc--ul-style {
    padding-left: 10px;
    margin-top: 13px;
}
.fc--ul-style li .fc--ul-style li {
    background: url(../images/list-style-child.png) no-repeat left 9px;
    background-size: 17px;
    padding-left: 20px;
}

.fc--middle-container p {
    margin-top: 0;
}

.fc--middle-container {
    color: #757575 ;
    line-height: 22px;
}
.fc--middle-container a {
    color: #417ed9;
    font-size: 14px;
    text-decoration: none;
}
.fc--middle-container a:hover {
    text-decoration: underline;
}
.fc--container {
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}
.fc--inner-header {
    height: 74px;
    margin-bottom: 16px;

    padding-bottom: 16px !important;
    padding-top: 16px !important;
    position: sticky;
    top: 0;
    z-index: 2;
}
.fc--inner-header .fc--page-header-title {
    line-height: 45px;
}
.fc--header {
    height: 60px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: white;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 3;
}
.fc--header img {
    width: 175px;
}
.fc--section {
    background: #fff;
    padding: 24px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.fc--section-title {
    color: #757575;
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.fc--page-header-title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.fc--button-blue {
    font-family: Montserrat, sans-serif;
    color: #fff !important;
    font-weight: 600;
    height: 44px;
    border: 1px solid;
    padding: 11px 23px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background-color: #0093ee;
    border-color: #0093ee;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
}
.fc--button-blue:hover {
    background-color: #0090e5;
    text-decoration: none !important;
}
.fc--button-outline {
    font-family: Montserrat, sans-serif;
    color: #0093ee !important;
    font-weight: 600;
    height: 44px;
    border: 1px solid;
    padding: 11px 34px 11px 23px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: normal;
}
.fc--button-outline:hover {
    background-color: #fafafa;
    text-decoration: none !important;
}
.fc--footer {
    max-width: calc(1236px - 64px) !important;
    border-top: 1px solid #bbbbbb;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    color: #000;
}
.fc--footer-logo {
    width: 125px;
    height: 30px;
    background: url('../images/franconnect-logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.fc--footer-logo:before {
    content: attr(data-text);
    position: absolute;
    right: 100%;
    white-space: nowrap;
    padding: 1px 9px 0 0;
    font-size: 12px;
}

.fc--release-header {
    margin-bottom: 16px;
}
.release-meta {
    font-size: 13px;
    color: #757575;
    margin-bottom: 24px;
}
.fc--text-right {
    text-align: right;
}

.release-notes:first-child {
    padding-top: 0;
}
.release-notes:last-child {
    border-bottom: 0;
}
.release-notes {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #e1e1e1;
}

h1, h2 {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

h1 {
    color: #000;
    font-size: 22px;
    line-height: 32px;
}
h2 {
    /* color: #757575; */
    color: #4a4a4a;
    font-size: 18px;
    line-height: 18px;
}
.fc--sub-heading {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
    margin: 10px 0 0 0;
}
.fc--padding-bottom-18 {
    padding-bottom: 18px !important;
}
.fc--padding-bottom-24 {
    padding-bottom: 24px !important;
}
.fc--padding-left-40 {
    padding-left: 40px !important;
}
.fc--padding-right-40 {
    padding-right: 40px !important;
}
ul {
    /* check-icon */
}







.fc--side-nav {
    width: 200px;
    margin-right: 24px;
}
.fc--side-nav > div {
    position: sticky;
    top: 100px;
}
.fc--side-nav a {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #9b9b9b;
    text-transform: none;
    text-decoration: none;
    padding: 14px;
    position: relative;
    outline: none;
}
.fc--side-nav a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #0093ee;
    width: 4px;
    height: 32px;
    margin: auto;
    bottom: 0;
    display: none;
}
.fc--side-nav a.active {
    color: #0093ee!important;
    font-weight: 700!important;
}
/* .fc--side-nav a.active:after {
    display: block;
} */

.fc--svg-icon {
    height: 24px;
    width: 24px;
    box-sizing: content-box;
    padding: 8px;
}
.fc--svg-icon svg {
    height: 24px;
    width: 24px;
    fill: #757575;
}
.fc--svg-icon.fc--icon-32 {
    height: 32px;
    width: 32px;
}
.fc--svg-icon.fc--icon-32 svg {
    height: 32px;
    width: 32px;
}

.fc--hint {
    color: rgba(0,0,0,.54);
    font-size: 12px!important;
    display: block;
    margin-top: 10px;
}
.fc--hint.fc--margin-top-32px {
    margin-top: 32px !important;
}

.fc--device-container {
    margin: 50px 0;
}
.fc--device-container:first-of-type {
    margin-top: 8px;
}
.fc--device-container:last-of-type {
    background: red;
    /* margin-bottom: 100px; */
}
.fc--device-container .fc--device-heading {
    margin-bottom: 24px;
    margin-top: 8px;
}
.fc--device-container .fc--device-heading img {
    height: fit-content;
    margin-right: 8px;
    width: 24px;
}
.fc--device-container .fc--device-heading p {
    margin-bottom: 0;
}
.fc--device-container  .fc--device-column {
    /* background: red; */
    width: calc(100% / 3 - 32px) !important;
    margin: 0 16px;
}
.fc--device-container  .fc--device-column:first-child {
    margin-left: 0;
}
.fc--device-container  .fc--device-column:last-child {
    margin-right: 0;
}
.device-icon {
    color: #757575;
    font-weight: 700;
    text-align: center;
    padding: 0 13px;
    font-size: 15px;
    /* width: fit-content; */
}
.device-icon img {
    width: 32px;
    display: block;
    margin: auto;
}
.device-icon img.fc--app-icon {
    /* width: 56px; */
    width: 46px;
    box-shadow: 1px 1px 6px 2px #dcdcdc;
    border-radius: 7px;
    padding: 6px;
    margin-bottom: 8px;
}
.device-icon ul {
    /* width: 100%; */
    margin-top: 32px;
}
.device-icon ul li {
    text-align: left;
    padding: 8px 0;
}
.fc--integrations-icon {
    margin-top: 32px;
}
.fc--integrations-icon img {
    width: 70px !important;
}

.webinar_video_link {
    display: block;
    margin: 0 auto;
    width: 600px;
}
.webinar_video_player {
    display: block;
    margin: 24px auto 0;
    width: 640px;
    border: solid  2px #333333;
}

.table-style {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
    border-left: 1px solid #e2e2e2;
    margin-top: 16px;
}
.table-style th {
	height: 48px;
	background-color: #ebebeb;
	line-height: 24px;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #9b9b9b;
	vertical-align: middle;
	padding: 8px 16px;
	box-sizing: border-box;
	border-right: 1px solid #e2e2e2;
}
.table-style td {
	line-height: 18px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #4a4a4a;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	padding: 16px 16px;
	border-right: 1px solid #e2e2e2;
}
.table-style td:first-child {
	font-weight: 700;
}
.table-style .rowspan-style td:first-child {
	font-weight: 400;
}
.table-responsive {
	overflow-x: auto;
	width: calc(100%);
	margin: 24px 0 16px;
}


video {
	width: 600px;
    margin: 20px auto 0;
    display: block;
}

.over-hidden {
    overflow: hidden;
}
.fc--image-viewer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    overflow: auto;
    z-index: 10;
}
.fc--image-viewer .fc--image-viewer-header {
    background-color: #fff;
    padding: 16px 0;
    margin-bottom: 24px;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    z-index: 1;
}
.fc--image-viewer .fc--image-viewer-header #ImageViewerTitle {
    line-height: 32px;

    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 18px;
    color: #000;
    /* text-transform: uppercase; */
}
.fc--image-viewer .fc--image-header-container {
    max-width: 80%;
    margin: auto;
    width: 1366px;
}
.fc--image-viewer img {
    width: 100%;
    max-width: 1080px;
    display: block;
    margin: 24px auto;
    /* box-shadow: 0 0.5rem 1rem 0.5rem rgb(0 0 0 / 15%); */

    /* image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; */

    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

}
.fc--image-viewer-close {
    background: url(../icons/close.svg) no-repeat center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    opacity: .6;
}
.fc--image-viewer-close:hover {
    opacity: .8;
}






.fc--img-container {
    background: url('../images/images-browser-toolbar.png') no-repeat;
    padding-top: 51px;
    max-width: 750px;
    border: solid 2px #e5e4e5;
    margin: 32px auto;
    overflow: hidden;
}
.fc--img-container.no-window {
    background: none;
    padding-top: 0;
}
.fc--img-container * {
    box-sizing: border-box;
}
.fc--img-container img {
    max-width: 100%;
    margin-bottom: -6px;

    /* image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; */

    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fc--time-heading {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-size: 12px;
    color: #0093ee;
    position: relative;
    padding-left: 44px;
    /* margin-bottom: 24px; */
    line-height: 17px;
    margin-top: -3px;
}
.fc--time-heading * {
    letter-spacing: 1.2px;
}
.fc--time-heading:after {
    content: '';
    background: url(../icons/time.svg) no-repeat center;
    width: 44px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-size: 35px;
    opacity: .25;
}
.fc--time-heading span {
    display: block;
    color: #757575;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    text-transform: initial;
    letter-spacing: normal;
}
.fc--time-heading div {
    font-size: 22px;
    color: #d75e25;
}


.fc--margin-right-8 {
    margin-right: 8px;
}


/* Other Release Dropdown */
.f-more-menu {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	cursor: pointer;
	opacity: .54;
}
.f-dropdown-menu {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 1000;
	display: none;
	min-width: 300px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	max-height: 65vh;
	min-height: 320px;
}
.f-dropdown-toggle .svg-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 8px;
}
.f-dropdown-toggle .svg-icon svg {
    fill: #0093ee;
}
.f-dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.f-nav-loading {
	opacity: 0;
	height: 20px;
	overflow: hidden;
}
.f-nav-loading.f-show-navigation {
	opacity: 1;
	height: auto;
	overflow: visible;
}
.f-nav-wrap {
    padding: 0;
    margin: 0;
	list-style: none;
	width: 100%;
	position: relative;
}
.f-nav-wrap>li {
	position: relative;
}
.f-nav-wrap li[style="display: none;"] {
	display: none;
}
.f-nav-wrap>li>a {
	position: relative;
	display: block;
	box-sizing: border-box;
}
.f-nav-wrap>li>a:hover {
	text-decoration: none;
}
.f-nav-wrap>li.active>a {
	color: #0093ee;
	font-weight: 700;
	border-bottom: 2px solid #0093ee;
}
.f-nav-tabs>li {
	display: inline-block;
}
.f-dropdown-list.open .f-dropdown-menu {
	display: flex;
	flex-direction: column;
	z-index: 9;
	padding: 0;
	margin: 0;
}
.f-dropdown-menu ul {
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	flex: 1;
	overflow: auto;
	min-height: 250px;
}
.f-dropdown-search input {
	width: calc(100% - 24px);
	box-sizing: border-box;
	padding: 8px 26px 8px 8px;
	margin: 12px;
	background: #fff url(../icons/search.png) no-repeat right 9px center;
	border: none;
	font-size: 14px;
	border: 0;
	border-bottom: #d7d7d7 1px solid;
}
.f-dropdown-search input:focus {
	border-bottom: #0093ee 2px solid;
	outline: 0;
}
.f-dropdown-search {
	box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.f-dropdown-menu ul li a {
	font-size: 14px;
    font-weight: 600;
    color: #0093ee;
    padding: 12px 12px;
    font-family: Source Sans Pro, sans-serif;
    flex: 1;
    margin-right: 16px;
    height: 48px;
    line-height: 24px;
    text-decoration: none;
    text-transform: none;
    letter-spacing: initial;
}
.f-dropdown-menu ul li a:hover {
	text-decoration: none;
}
.f-dropdown-menu ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.f-dropdown-menu ul li:hover {
	background: rgba(0, 0, 0, .04);
}
.f-dropdown-menu ul li.f-listed-menu,
.f-dropdown-menu ul li.active {
	background: rgba(0, 0, 0, 0.1);
}
.f-dropdown-menu ul li.active a {
	font-weight: 700;
}
.f-no-search-result {
	text-align: center;
	padding-top: 10%;
	font-size: 14px;
	color: #757575;
	font-family: Source Sans Pro, sans-serif;
}
.f-nav-wrap.f-nav-tabs .f-dropdown-list {
	float: right;
	margin-left: 12px;
}
.f-nav-wrap.f-nav-tabs .f-dropdown-list.open .f-dropdown-menu {
	z-index: 100000;
}
.f-dropdown-menu ul li[data-default="true"] .svg-icon {
	pointer-events: none;
	cursor: default !important;
}
.overlay-dropdown {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
}
/* Other Release Dropdown */

@media only screen and (max-width: 767px) {
    .fc--header img {
        width: 150px;
        margin-top: 3px;
    }
	.fc--container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .fc--page-header-title {
        padding-left: 0;
        padding-right: 0;
    }
    .fc--ul-style ol {
        padding-left: 19px;
    }
    .fc--section {
        padding: 16px !important;
    }
	.fc--inner-header {
        height: auto;
        position: revert;
	}
	.fc--inner-header:after {
        content: '';
        clear: both;
        display: block;
	}
	.fc--inner-header .fc--container {
		display: block;
		letter-spacing: normal;
		white-space: nowrap;
	}
	.fc--inner-header .fc--button-outline {
		/* padding: 11px 28px 11px 11px; */
    }
    .fc--inner-header .f-dropdown-menu {
        left: 0;
    }
	.fc--inner-header .fc--button-outline .f-dropdown-toggle .svg-icon {
		right: 4px;
	}
	.fc--middle-container.fc--middle-container.fc--padding-left-40 {
		padding-top: 24px !important;
	}

    .f-nav-wrap.f-nav-tabs .f-dropdown-list {
        float: left;
        margin: 0;
    }

	.fc--release-header {
		display: block;
	}
	.fc--release-header .fc--button-blue {
		float: none;
		display: inline-block;
	}
	.fc--ul-style {
		padding-left: 8px;
    }
    .fc--ul-style li .fc--ul-style {
        padding-left: 0;
    }

	.fc--container.fc--margin-top-32px.fc--flex {
		display: block;
		margin-top:0 ;
	}
	.fc--side-nav {
		width: 100%
	}
	.fc--side-nav > div {
		display: flex;
		/* justify-content: center; */
	}
	.fc--side-nav > div a {
        white-space: nowrap;
        padding: 14px 12px;
	}
	.fc--side-nav > div a:after {
		top: 100%;
		height: 4px;
		width: 100%;
	}
	.fc--img-container {
        background: none;
        padding: 0;
        width: 100%;
		height: auto !important;
	}
	.webinar_video_player {
		width: 100%;
		height: auto;
	}
	.release-meta {
		line-height: normal;
	}
	.mobile-block {
		display: block;
	}
	.fc--device-container .fc--device-column:last-child {
		margin: 0 !important;
	}
	.fc--device-container .fc--device-column {
		width: 100% !important;
		margin: 0 0 32px 0;
	}
	.fc--device-container .fc--device-column > .fc--flex {
		justify-content: center;
	}

	.device-icon {
		/* width: 100% !important; */
	}
	.device-icon ul {
		margin-top: 8px;
	}
	.device-icon.fc--padding-bottom-24 {
		padding-bottom: 16px !important;
	}
	.fc--footer {
		display: block;
		text-align: center;
	}
	.fc--footer-logo {
		margin: auto;
		right: -35px;
		top: 10px;
    }

    .fc--middle-container .fc--button-blue {
        margin-top: 8px;
    }

}

.module-name{
    width: 100px;
    line-height: 18px;
}
.fc--flex.doc-container.fc--flex-v-center.fc--padding-bottom-18 {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 18px;
}
.fc--flex.doc-container.fc--flex-v-center.fc--padding-bottom-18:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}