/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0;
  color: #5a5a5a;
}

#showcase {
	margin: 0;
	padding: 0;
	height: 90vh;
	min-height: 640px;
}

iframe{
    border-width: 0px;
}

/* Navbar clip
-------------------------------------------------- */
#navbarClipShowcase {
	position: absolute;
    width: 100%;
    height: 90vh;
    min-height: 640px;
	clip: rect(auto,auto,auto,auto);
    z-index: 20;
    pointer-events: none;
}

#navbarClipSections {
	position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(auto,auto,auto,auto);
    margin-top: -2rem;
    z-index: 20;
    pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	#navbarClipSections {
		clip: auto !important;
	}
}
@supports (-ms-ime-align:auto) {
  #navbarClipSections {
		clip: auto !important;
	}
}

/* Step scroller
-------------------------------------------------- */
.step-scroller .dot {
	background-color: #59ADEA;
    border-radius: 50%;
    bottom: -90px;
    box-shadow: 0 14px 59px -7px rgba(0,0,0,0.85);
    cursor: pointer;
    height: 60px;
    position: fixed;
    right: 20px;
    transition: bottom .6s;
    width: 60px;
    z-index: 9;
}

.step-scroller .dot.loaded {
    bottom: 25px;
    transition: bottom .6s .25s;
}

.step-scroller .caret {
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
    display: inline;
    height: 15px;
    margin: 23px 22px;
    opacity: 1;
    padding: 3px;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .6s, -webkit-transform .6s;
    transition: top .6s, transform .6s;
    width: 15px;
}

.step-scroller .caret.open {
    top: 2px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.full-screen {
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
}
.sss_public_page {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

#showcase .caption-right {
	top: 20%;
	right: 15%;
	left: auto;
	width: 33%;
}

#showcase .caption-left {
	top: 20%;
	left: 15%;
	right: auto;
	width: 33%;
}

#showcase .carousel-caption h1 {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.3;
}

@media (max-width: 1200px) {
	#showcase .caption-right,
	#showcase .caption-left {
		width: 45%;
	}

	#showcase .carousel-caption h1 {
		font-size: 2.5rem;
		font-weight: 400;
		line-height: 1.3;
		text-align: unset !important;
	}
}
@media (max-width: 767px) {
	#showcase .caption-right,
	#showcase .caption-left {
		width: 65%;
	}

	#showcase .carousel-caption h1 {
		font-size: 2rem;
		font-weight: 400;
		line-height: 1.3;
		text-align: unset !important;
	}
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 24rem;
  background-color: #777;
}
#intro .carousel-item {
  height: auto;
  background-color: #FFF;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  min-height: 100%;
}
.video-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

#intro .carousel-control.right {
	background-image: none;
}
#intro .right-arrow a {
	-webkit-transition: right 250ms ease 0s;
	transition: right 250ms ease 0s;
}
#intro .right-arrow a:hover {
	right: -10px;
}
/* .carousel-indicators { */
/*   top: 1.5rem; */
/*   right: 1.5rem; */
/*   bottom: auto; */
/*   left: auto; */
/*   width: 1rem; */
/*   margin-left: 0; */
/* } */

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators > li {
  margin-bottom: .25rem;
}

#intro .carousel-inner {
	margin-bottom: 20px;
}
#intro .carousel-indicators {
    bottom: -50px
}

#intro .carousel-indicators > li {
  	background-color: #BBB;
  	border: 1px solid #BBB;
}
#intro .carousel-indicators > li.active {
  	background-color: #59ADEA;
  	border: 2px solid #59ADEA;
}
@media ( max-width : 767px) {
	#intro .carousel-control.right {
		display: none;
	}
}
/* Fix for smartphone screens */
@media ( max-width : 800px) {
	.carousel-item {
		height: 16rem;
	}
	.carousel-item>img {
		position: absolute;
		top: 0;
		left: 0;
		height: 16rem;
	}
	.carousel-item .container .carousel-caption h1 {
		font-size: 1.25rem;
		margin-bottom: 30px;
		text-align: center !important;
	}
	.carousel-item .container .carousel-caption p {
		display: none;
	}
	.carousel-item .container .carousel-caption .p a{
		display: none;
	}
}

/* SECTIONS */
section {
	padding: 3rem 0;
}
#intro {
	padding-top: 2rem;
}
#footer {
	padding-bottom: 1rem;
}
.section-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
  font-size: 32px;
  color: #59ADEA;
}
.section-divider {
  margin: 0 0; /* Space out the Bootstrap <hr> less */
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}
.vertical-align {
	display: flex;
	align-items: center;
}

.login-form {
	max-width: 300px;
	margin: auto;
}
@media ( max-width : 767px) {
	.login-form {
		max-width: unset;
		margin: auto;
	}

	.margin-top-sm {
		margin-top: 2rem;
	}

	.vcenter {
	    display: block;
	}
	.vertical-align {
		display: block;
	}
}

#onpremises-message > ul {
	max-width: 350px;
	margin: auto;
	font-size: 1.25rem;
    font-weight: 300;
	list-style: url("../img/check.svg");
	text-align: left;
	margin-bottom: 1rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */
.grey_section {
	background-color: #f3f5f9;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */
.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* NAVBAR STUFF */
/* navbar */
.navbar-default {
	/* Easily create a background from: http://www.colorzilla.com/gradient-editor/ */
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003ca5+0,73b1e7+24,0a77d5+50,539fe1+75,001b87+100 */
background: rgb(0,60,165); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,60,165,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 75%, rgba(0,27,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,60,165,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 75%,rgba(0,27,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,60,165,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 75%,rgba(0,27,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ca5', endColorstr='#001b87',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
pointer-events: all;
}

.navbar-default.transparent {
	background-color: transparent;
	background-image: none
}

/* Navbar toggler color */
.navbar-toggler{
  color: #fff;
}

/* title */
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}
/* link */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav a.dropdown-link {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    height: 24px;
}
.navbar-default .navbar-nav a.dropdown-link:hover,
.navbar-default .navbar-nav a.dropdown-link:focus {
	color:#ffffff;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active a.dropdown-link,
.navbar-default .navbar-nav > .active a.dropdown-link:hover,
.navbar-default .navbar-nav > .active a.dropdown-link:focus {
    color: #555;
    background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open a.dropdown-link,
.navbar-default .navbar-nav > .open a.dropdown-link:hover,
.navbar-default .navbar-nav > .open a.dropdown-link:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* navbar buttons */
.navbar-default .navbar-btn {
	background: transparent;
	border-color: white;
	color: white
}
.navbar-default .navbar-btn:hover,
.navbar-default .navbar-btn:focus {
	background: white;
	border-color: white;
	color: #59ADEA
}

/* Navbar themes */
#sss_publicNavbar_theme_white {
	background-color: #fff;
	color: #59ADEA;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	z-index: 1100;
	pointer-events: all;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
#sss_publicNavbar_theme_white .navbar-toggler{
  color: #59ADEA;
}
#sss_publicNavbar .navbar-brand {
	background-image: url(../img/logo_white_h60.png);
	background-size: auto 60px;
	background-repeat: no-repeat;
	height: 60px;
	width: 251px;
}
#sss_publicNavbar_theme_white .navbar-brand {
	background-image: url(../img/logo_cer_h60.png);
	background-size: auto 60px;
	background-repeat: no-repeat;
	height: 60px;
	width: 251px;
}
#sss_publicNavbar_theme_white .navbar-nav > li > a,
#sss_publicNavbar_theme_white .navbar-nav a.dropdown-link {
	color: #59ADEA !important;
}
#sss_publicNavbar_theme_white .navbar-nav > li > a:hover,
#sss_publicNavbar_theme_white .navbar-nav > li > a:focus {
    color: #59ADEA !important;
    height: 24px;
}
#sss_publicNavbar_theme_white .navbar-nav a.dropdown-link:hover,
#sss_publicNavbar_theme_white .navbar-nav a.dropdown-link:focus {
	color: #59ADEA !important;
}
#sss_publicNavbar_theme_white .navbar-nav > .active > a, 
#sss_publicNavbar_theme_white .navbar-nav > .active > a:hover, 
#sss_publicNavbar_theme_white .navbar-nav > .active > a:focus,
#sss_publicNavbar_theme_white .navbar-nav > .active a.dropdown-link,
#sss_publicNavbar_theme_white .navbar-nav > .active a.dropdown-link:hover,
#sss_publicNavbar_theme_white .navbar-nav > .active a.dropdown-link:focus {
    color: #555;
    background-color: #E7E7E7;
}
#sss_publicNavbar_theme_white .navbar-nav > .open > a, 
#sss_publicNavbar_theme_white .navbar-nav > .open > a:hover, 
#sss_publicNavbar_theme_white .navbar-nav > .open > a:focus,
#sss_publicNavbar_theme_white .navbar-nav > .open a.dropdown-link,
#sss_publicNavbar_theme_white .navbar-nav > .open a.dropdown-link:hover,
#sss_publicNavbar_theme_white .navbar-nav > .open a.dropdown-link:focus {
    color: #555;
    background-color: #D5D5D5;
}
#sss_publicNavbar_theme_white .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
#sss_publicNavbar_theme_white .navbar-nav > .dropdown > a:hover .caret,
#sss_publicNavbar_theme_white .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
#sss_publicNavbar_theme_white .navbar-nav > .open > a .caret, 
#sss_publicNavbar_theme_white .navbar-nav > .open > a:hover .caret, 
#sss_publicNavbar_theme_white .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
#sss_publicNavbar_theme_white .navbar-btn {
	background: transparent;
	color: #59ADEA !important;
	border-color: #59ADEA !important;
}
#sss_publicNavbar_theme_white .navbar-btn:hover,
#sss_publicNavbar_theme_white .navbar-btn:focus {
	background: #59ADEA !important;
	border-color: #59ADEA !important;
	color: white !important;
}

/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}
.navbar-nav li a {
 line-height: 40px;
}

.sss_activeNavbar {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003ca5+0,73b1e7+24,0a77d5+50,539fe1+75,001b87+100 */
background: rgb(0,60,165); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(0,60,165,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 75%, rgba(0,27,135,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(0,60,165,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 75%,rgba(0,27,135,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(0,60,165,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 75%,rgba(0,27,135,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003ca5', endColorstr='#001b87',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
.sss_activeNavbar_white {
	background: #ffffff;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* Wrap text in buttons */
.btn {
	white-space: normal;
}

/* Public page images */
.sss-public-image {
    display: inline-block;
    width: 140px;
    height: 140px;
}

/* Private page empty table placeholder */
.sss-empty-table-placeholder {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
.sss-empty-table-message {
	margin-top: 150px;
	color: #59ADEA;
}
.sss-empty-table-icon {
	vertical-align: middle
}

/* SpreadSheetSpace footer */
.sss-footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+53,e5ebee+53,e5ebee+61,d7dee3+65,f5f7f9+100 */
	background: rgb(246, 248, 249); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(246, 248, 249, 1) 0%,
		rgba(229, 235, 238, 1) 53%, rgba(229, 235, 238, 1) 53%,
		rgba(229, 235, 238, 1) 61%, rgba(215, 222, 227, 1) 65%,
		rgba(245, 247, 249, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(246, 248, 249, 1) 0%,
		rgba(229, 235, 238, 1) 53%, rgba(229, 235, 238, 1) 53%,
		rgba(229, 235, 238, 1) 61%, rgba(215, 222, 227, 1) 65%,
		rgba(245, 247, 249, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(246, 248, 249, 1) 0%,
		rgba(229, 235, 238, 1) 53%, rgba(229, 235, 238, 1) 53%,
		rgba(229, 235, 238, 1) 61%, rgba(215, 222, 227, 1) 65%,
		rgba(245, 247, 249, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9',
		endColorstr='#f5f7f9', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	
	height: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Private page */
.sss-private-navbar {
	position: absolute;
	width: 100%;
	height: 80px;
	z-index: 1001;
}

.sss-private-wrapper {
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 80px;
}

.sss-private-sidebar-wrapper {
	position: absolute;
	height: 100%;
	width: 200px; /* See #right left value */
	overflow: auto;
	float:left
}

.sss-private-content-wrapper {
	right: 0;
	bottom: 0;
	height: 100%;
	width: calc(100% - 220px);
	position: absolute;
	left: 200px;
}

.sss-private-container-wrapper {
	position: fixed;
	width: 100%; /* (100% cause of fixed pos) */
	height: 100px;
}

.sss-private-buttonbar {
	height: 42px;
}

.sss-private-table-wrapper {
	position: absolute;
	top: 60px; /* header height */
	bottom: 90px; /* bottom height */
	width: 100%;
}

.sss-private-table-content-wrapper {
	overflow-y: auto;
	height: 100%;
}

.sss-private-footer {
	position: fixed;
	width: 100%; /* (100% cause of fixed) */
	bottom: 0;
}

/* Address book */
.sss-contact-group-name {
	color: #59ADEA;
    padding-left: 20px;
    font-size: 1.2rem;
}

/* Sign in form */
.sss-form-control {
	margin-bottom: .35rem
}

/* Public page images */
.sss-public-element {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.sss-public-element:before {
    content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 96px;
}

/* Registration page footer fix */
html {
	    position: relative;
    min-height: 100%;
}

.fix-footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #f5f5f5;
}

/* PUblic page animations */
.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}