/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  font-family: Roboto,Arial,sans-serif;
}

.code {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	color: #AB2525;
	display: inline-block;	
}

/* Progress-bar */
.progress {
    background-color: #eee;
    border-radius: .25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  .progress[width^="0"] {
    min-width: 2rem;
    color: #818a91;
    background-color: transparent;
    background-image: none;
  }
  .progress[width="100%"] {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 200px;
    height: 100%;
    margin-left: -200px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}

#page-content-wrapper {
/*     width: 100%; */
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px solid #f0f4f7;
}

.sidebar-nav li:last-child {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: none;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #93a3b5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-nav li a:hover {
	font-weight: none;
	text-decoration: none;
	background-color: #fafcfd;
	color: #5b9bd1;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    border-bottom: none;
}

.sidebar-nav ul li {
	margin-left: -40px;
}

.sidebar-nav ul li a {
	padding-left: 40px;
}

/* See http://bootsnipp.com/snippets/featured/user-profile-sidebar */
.sidebar-nav li.active a   {
	color: #5b9bd1;
	background-color: #f6f9fb;
	border-left: 6px solid #5b9bd1;
	text-indent: 17px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #59ADEA;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #59ADEA;
    background: none;
}

@media(max-width: 768px) {
	.sss_collapsableText { display: none !important}
	
	 #sidebar-wrapper {
        width: 50px !important;
    }
	
	 .sidebar-nav {
        width: 50px !important;
    }
    
    .sss-private-content-wrapper {
    	left: 60px !important;
    	width: calc(100% - 70px);
    }
    #sdk-page-content-wrapper {
    	left: 10px !important;
    	width: calc(100% - 20px) !important;
    }
    #sdk-sidebar-wrapper {
    	display: none;
    }
    
    .sidebar-nav li {
     	text-indent: 8px !important;
     }
     
     .sidebar-nav li.active a {
     	text-indent: 5px !important;
     }
     
     .sidebar-nav ul {
     	padding-left: 10px;
     }
     
     .sidebar-nav ul li {
     	margin-left: -10px;
     }
     
     .sidebar-nav ul li a {
     	padding-left: 10px;
     }
 
 	#sss_filterBox {
 		width: 100px;
 	}
 	
 	.sss_shrinkableTable {
 		font-size: 12px !important;
 	}

	.sss_tableHeaderPlaceholder {
		height: 45px !important;
	}
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 200px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
/*         position: relative; */
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    #sdk-page-content-wrapper {
        padding: 20px;
/*         position: relative; */
    }

    #wrapper.toggled #sdk-page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.sss_shrinkableTable {
 	table-layout: fixed;
 	width: 100%;
 	font-size: 14px;
}

.sss_tableHeaderPlaceholder {
	color: black;
	position: absolute;
	padding: 12px;
	top: 0;
	left: 0;
	height: 48px;
	width: calc(100% - 17px);
    background: white;
    border-top: 1px solid #eceeef;
    border-bottom: 2px solid #eceeef;
}
 
.sss-page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -90px; 
}
.sss-page-wrap:after {
  content: "";
  display: block;
}
.sss-site-footer, .sss-page-wrap:after {
  height: 90px; 
}
.sss-site-footer {
  background: orange;
}

.capitalize {
    text-transform: capitalize;
}

/* Temporary btn-toolbar fix */
.sss_buttonbar {
	/* TODO Fix this for IE */
	display: -webkit-inline-box;
	display: -moz-inline-box;
}

/* SDK page */
.sdk-icon {
	max-width: 3em;
}

.sdk-icon path {
	fill: #59ADEA;
}

.icon-column {
	/*vertical-align: initial;*/
	width: 40px;
}
.message-column {
	/*border-left: solid 1px #59ADEA;*/
	padding-left: 30px;
}
.sdk-row {
	/*border-bottom: solid 1px #59ADEA;*/
}
.sss-sdk-documentation-wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 84px;
}
#sdk-sidebar-wrapper {
    /*z-index: 1000;*/
    position: fixed;
    left: 250px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 250px;
    height: calc(100% - 145px - 76px);
    font-size: 10pt;
}
.sss-sdk-sidebar-wrapper {
	position: absolute;
	height: 100%;
	width: 250px; /* See #right left value */
	overflow: auto;
	float:left
}
#sdk-sidebar {
	width: 250px;
}
#sdk-page-content-wrapper {
/*     width: 100%; */
    position: absolute;
    padding: 15px;
    left: 250px;
    width: calc(100% - 270px);
}

#wrapper.toggled #sdk-page-content-wrapper {
    position: absolute;
    margin-right: -200px;
}

.codeHeader, .codeFooter {
	background-color: #f5f5f5;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: .8rem;
    border: 1px solid #e0e0e0;
    
    margin-top: 16px;
    min-height: 30px;
}

.codeHeader>span, .codeFooter>span {
	padding: 2px 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 200%;
}

.codeHeader+pre {
    margin-top: 0;
    border-top: 0;
}

.codeHeaderMenu {
	margin-bottom: -1px;
	font-size: .8rem;
}

.codeFooter {
	margin-top: 0px;
}

pre {
	line-height: 19px;
	-moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    overflow: auto;
    padding: 16px;
    /*margin: 16px 0 0;*/
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d3d6db;
    background-color: #f0f0f0;
    font-size: .875rem;
}

.lang-html, .hljs-attribute {
	font-weight: normal !important;
	color: #007d9a;
}

pre[class*="language-"]:before, pre[class*="language-"]:after {
	box-shadow: none !important;
}

pre[class*="language-"] {
	margin-top: 0px !important;
}

pre[class*="language-"]>code {
	border-left: 10px solid #59ADEA !important;
	box-shadow: none !important;
	background-image: linear-gradient(transparent 50%, rgba(245, 245, 245, 0.4) 50%) !important;
}

.dl-active {
	border: 2px solid #59ADEA;
}

.dl-disabled {
	color: #ccc;
}

.dl-disabled h4,
.dl-disabled i {
	color: #999;
}

.beta-text {
    color: red;
}

.beta-text:after {
	/*content: " Beta*";*/
	content: " Coming soon";
}

#sss_passwordRecoveryButton {
	cursor: pointer;
}

#visitsCounter {
	display: none;
}

#syncTokens {
	margin-bottom: 1rem;
}

#syncTokensList li {
	display: flex;
	align-items: center;
    justify-content: space-between;
    padding: .5rem 1.25rem;
    flex-wrap: wrap;
}

.sync-token-content {
	overflow-wrap: break-word;
    overflow: hidden;
}

#sss_deleteTokenModal .sync-token-content {
	padding-left: 1rem;
	margin-bottom: 1rem; 
}

.sync-token-creation-time {
	font-size: small;
	font-style: italic;
}

#syncTokensHeaderIcon {
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: top .6s, -webkit-transform .6s;
    transition: top .6s, transform .6s;
}

#syncTokensHeaderIcon.open {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* NEW SITE */
#headerContainer {
	background-color: #4d73a4;
	background-image: url(../img/public_images/header2.jpg);
	background-position-x: left;
	background-size: auto 450px;
	background-repeat: no-repeat;
	min-height: 450px;
}

#navbarClipHeader {
	position: absolute;
    width: 100%;
    min-height: 450px;
	clip: rect(auto,auto,auto,auto);
    z-index: 20;
    pointer-events: none;
}

#headerLeft,
#headerRight {
	min-height:450px;
}

#headerRight {
	background: -moz-linear-gradient(left,  rgba(77,115,164,0) 0%, rgba(77,115,164,1) 20%, rgba(77,115,164,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(77,115,164,0) 0%,rgba(77,115,164,1) 20%,rgba(77,115,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(77,115,164,0) 0%,rgba(77,115,164,1) 20%,rgba(77,115,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d73a4', endColorstr='#4d73a4',GradientType=1 ); /* IE6-9 */

	display: flex;
	align-items: center;
	color: white;
}

.header-content {
	width: 100%;
	text-align: right;
	padding: 0 3rem;
}

@media(max-width: 992px) {
	#navbarClipHeader {
		min-height: 700px;
	}
	#headerContainer {
		background-position-x: center;
		background-size: auto 350px;
		min-height: 350px;
	}
	.header-content {
		width: 100%;
		text-align: center;
		padding: 0 3rem;
	}
	#headerLeft,
	#headerRight {
		min-height:350px;
	}
}

#functionalities,
#functionalities .container-fluid,
#intro .container-fluid,
#encryption .container-fluid,
#features .container-fluid,
#link-functionalities .container-fluid,
#sync-functionalities .container-fluid {
	padding: 0;
}

#intro .container-fluid,
#encryption .container-fluid,
#features .container-fluid,
#link-functionalities .container-fluid,
#sync-functionalities .container-fluid {
	padding: 0 3rem;
}

@media(max-width: 992px) {
	#intro .container-fluid,
	#encryption .container-fluid,
	#features .container-fluid,
	#link-functionalities .container-fluid,
	#sync-functionalities .container-fluid {
		padding: 0 1rem;
	}	
}

@media(max-width: 576px) {
	#intro .container-fluid,
	#encryption .container-fluid,
	#features .container-fluid,
	#link-functionalities .container-fluid,
	#sync-functionalities .container-fluid {
		padding: 0;
	}	
}

#intro .featurette-heading {
	padding: 0 2rem;
}

/*#functionalities .row {
	min-height: calc(100vh - 76px);
}*/

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row-eq-height .card {
	height: 100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row-eq-height .card .card-block {
	-webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.row-eq-height .card-header {
	background-image: url(/orchestrator/static/img/whitepaper_cover.jpg);
	background-position: center;
	background-size: cover;
	color: white;
}

.row-eq-height .card-header a {
	color: white !important;
}

.cols-padding {
	padding: 0 2rem 1rem 2rem;
}

.functionalities-col {
	padding: 0 0 1rem 0;
}

.functionalities-col p {
	padding: 0 2rem;
}

.functionalities-title {
	margin: 0;
	padding: 1rem 0;
}

@media(max-width: 768px) {
	.row-eq-height {
		display: block;
	}

	.functionalities-col {
		padding: 0 0 2rem 0;
	}

	.container-sm-fluid {
		max-width: 100%;
		padding: 0;
	}

	.container-sm-fluid [class*="col-"],
	.container-sm-fluid .featurette-heading {
		padding: 0 2rem;
	}
}

#link .functionalities-title a {
	color: #59ADEA;
}

#sync {
	background-color: #4d73a4;
	color: white;
}

#sync .functionalities-title a {
	color: white;
}

#sync .btn {
	color: white;
	border-color: white;
}

#footer {
	color: white;
	background-color: #4d73a4;
}

#footer a {
	color: white;
}

.video-header,
.img-header {
	display: flex;
	align-items: center;
	color: #fff;
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: auto;
	text-align: center;
}

.video-header {
	height: 100vh;
}

.img-header {
	height: 50vh;
}

.page-title {
	margin: auto;
	text-align: center;
	margin-bottom: 2rem;
	color: #59ADEA;
}

.fullscreen-video-container,
.fullscreen-img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

.fullscreen-video-container {
	height: 100vh;
}

.fullscreen-video-container video {
	min-height: 100%;
	min-width: 100%;
}

.fullscreen-img-container {
	height: 50vh;
	background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#header-link {
	background-image: url(/orchestrator/static/img/public_images/link2a.png);
}

#header-sync {
	background-image: url(/orchestrator/static/img/public_images/sync2.png);
}

#header-coedit {
	background-image: url(/orchestrator/static/img/public_images/coedit.png);
}

.video-overlay {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 1;
	background: #4d73a4;
	opacity: 0.85;
	max-width:100%;
}

.header-content-v {
	z-index: 2;
	width: 100%;
	padding-top: 76px;
}

#navbarClipHeaderVideo {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    /*min-height: 450px;*/
    height: 100vh;
	clip: rect(auto,auto,auto,auto);
    z-index: 20;
    pointer-events: none;
}

.btn-white {
	color: white;
	border-color: white;
}

#videoModal.in {
	display: flex !important;
	align-items: center;
}

#videoModal .modal-dialog {
	width: 70vw !important;
	margin: auto !important;
}

#videoModal .modal-body {
	padding: 0;
}

#videoModal .modal-body button {
	position: absolute;
	right: 10px;
	top: 5px;
	color: white;
}

#videoFrame {
	border-radius: 10px;
	width: 70vw;
	height: calc(70vw * 9 / 16);
}

@media(max-width: 768px) {
	#videoModal .modal-dialog {
		width: 80vw !important;
	}
	#videoFrame {
		width: 80vw;
		height: calc(80vw * 9 / 16);
	}
}

@media(max-width: 576px) {
	#videoModal .modal-dialog {
		width: 90vw !important;
	}
	#videoFrame {
		width: 90vw;
		height: calc(90vw * 9 / 16);
	}
	#sss_publicNavbar .navbar-brand
	{
		background-image: url(../img/logo_cer_white_h60.png);
		width: 67px;
	}
	#sss_publicNavbar_theme_white .navbar-brand {
		background-image: url(../img/logo_cer_h60_small.png);
		width: 67px;
	}
}

/*#functionalities #navbarClipSections {
	margin-top: 0;
}*/

.row {
	margin: 0;
}

#sss_publicNavbar {
	-webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    transition: box-shadow 0.3s linear;
}

.blue-bg,
.black-bg {
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-webkit-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    transition: box-shadow 0.3s linear;
}

.blue-bg {
	background-color: rgba(77,115,164,.7) !important;
}

.black-bg {
	background-color: rgba(0,0,30,.2) !important;
}

.text-container {
	max-width: 70%;
	margin: auto;
}

@media(max-width: 576px) {
	.text-container {
		max-width: 100%;
	}
}
  
.align-items-center {
	display: flex;
	align-items: center;
}

@media(max-width: 767px) {
	.align-items-center {
		display: block;
	}
}

.product-header {
}

.product-content {
	margin-bottom: calc(34px + 2rem);
}

.product-footer {
	width: 100%;
	height: 34px;
	position: absolute;
	bottom: 2rem;
}

.product-footer p {
	margin: 0;
}

@media(min-width: 1200px) {
	p.lead {
		font-size: 1.5rem !important;
	}
}

.product-grid {
  display:-ms-grid;
  display:grid;
  -ms-grid-columns:5fr 7fr;
  grid-template-columns:5fr 7fr;
  grid-template-areas:"video text1"
                      "video text2";  
}

.video-section {
	-ms-grid-row:1;
	-ms-grid-row-span:2;
	-ms-grid-column:1;
	grid-area:video;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-1 {
	-ms-grid-row:1;
	-ms-grid-column:2;
	grid-area:text1;
}

.text-2 {
	-ms-grid-row:2;
	-ms-grid-column:2;
	grid-area:text2;
}

@media (max-width: 1200px) {
	.product-grid {
		-ms-grid-columns:1fr 1fr;
		grid-template-columns:1fr 1fr;
		grid-template-areas:"video text1"
		                    "text2 text2";
	}
	.video-section {
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    -ms-grid-column:1;
	}
	.text-1 {
    -ms-grid-row:1;
    -ms-grid-column:2;
	}
	.text-2 {
    -ms-grid-row:2;
    -ms-grid-column:1;
    -ms-grid-column-span:2;
	}  
}

@media (max-width: 992px) {
	.product-grid {
		-ms-grid-columns:12fr;
		grid-template-columns:12fr;
		grid-template-areas:"video"
		                    "text1"
		                    "text2";
	}
	.video-section {
    -ms-grid-row:1;
    -ms-grid-row-span:1;
    -ms-grid-column:1;
	}
	.text-1 {
    -ms-grid-row:2;
    -ms-grid-column:1;
	}
	.text-2 {
    -ms-grid-row:3;
    -ms-grid-column:1;
    -ms-grid-column-span:1;
	}  
}

.video-wrapper {
	-webkit-box-flex: 1;
    -ms-flex: 1;
	flex: 1;
}

@media (min-width: 1200px) {
	.video-padding {
		padding: 3rem;
	}
}

section.no-header {
	padding-top: calc(3rem + 76px);
}