/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.sss_public_page {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
/* Carousel base class */
.carousel {
  margin-bottom: 2rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 24rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  min-height: 100%
}

/* .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;
}

/* 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;
	}
}

/* MARKETING CONTENT
-------------------------------------------------- */
.grey_section {
	background-color: #fafafa;
}
/* 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 */

}

.navbar-default.transparent {
	background-color: transparent;
	background-image: none
}
/* 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 {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    height: 24px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a: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 {
    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
}
/* 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 */
 	
}
 
/*
 * 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;
}

/* Navbar toggler color */
.navbar-toggler{
  color: #fff;
}

/* 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;
}