.section-header {
	 padding-bottom: 9px;
	 margin: 10px 0px 20px;
	 margin-top: 40px;
	 text-align: center;
margin-right-value: 0px;
	 margin-bottom: 20px;
	 margin-left-value: 0px;
	 margin-left-ltr-source: physical;
	 margin-left-rtl-source: physical;
	 margin-right-ltr-source: physical;
		 
margin-right-rtl-source: physical;
	 border-bottom: 1px solid #EEE;
	 border-bottom-width: 1px;
	 border-bottom-style: solid;
	 border-bottom-color: #EEE;
}


	

#row-partners {
	 padding-bottom: 20px;
}


#partners-subsection {
        padding-top: 5px;
		padding-bottom: 5px;
}

.bg-light {
    background-color: #F6F6F6;
}

.bg-blue {
    background-color: #4DB2D8;
}

.bg-light-blue {
    background-color: #DBF0F7;
}

.bg-biege {
    background-color: #E8E4E3;
}

.row-section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

blockquote {
  border-left: none;
  margin: 1.5em 0 1.5em;
  padding: 0 2.5em 0 2.5em;
  position:relative;
}

blockquote:before {
  color: #fff;
  content: "\201C";
  font-size: 5em;
  position:absolute;
  left:5px;
  top: 0.3em;
  line-height: 0.1em;
}

blockquote:after {
  color: #fff;
  content: "\201D";
  font-size: 5em;
  position:absolute;
  right:3px;
  bottom: 0em;
  line-height: 0.1em;
}

testimonial {
  font-weight: 300;
  font-style:italic;
  border-left: none;
  padding: 0px 0px 0px 50px;
  position:relative;
}

#testimonial-cite {
    padding: 0px 0px 0px 0px;
}

#testimonial-logo {
  margin: 0px 5px 0px 50px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */

    color: grey;         /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading-pr .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */

    color: grey;         /* adjust as needed */
}

.panel-heading-pr .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}

.panel-heading-pr {
    color: #333;
    background-color: none;
    border-bottom: 1px solid #EEE;
}

.panel-pr {
    margin-bottom: 20px;
    background-color: #FFF;
    border: none;
    border-radius: 4px;
    box-shadow: none;
}

.panel-body-pr {
    padding: 0px;
}

#pr {
    text-align:left;
}

.borderless tbody tr td, .borderless thead tr th {
    border: none;
}

table.info th {
	border-width:1px;
	padding:3px;
	border-style:inset;
	border-color:#dcdcdc;
	background-color:#eee;
    font-size: 14px;
}

table.info td {
	border-width:1px;
	padding:3px;
	border-style:inset;
	border-color:#dcdcdc;
	background-color:white;
    font-size: 14px;
}

table.features {
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:25px;
    vertical-align:top;
    text-align:left;
}

table.servers {
    margin-left:auto; 
    margin-right:auto;
    vertical-align:top;
    font-size: 12px;
}

table.servers th {
	padding:2px;
	background-color:#eee;
    font-size: 12px;
    text-align:center;
}

table.servers td {
    text-align:center;
}

.status-ok {
    background-image: url('images/status_ok.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#img_hover {
    height:125px;
}
#img_hover:hover {
    height:125px;
}

.fd-button {
    position: absolute;
    z-index:10; 
	top: 8px;
    right: 150px;
}

.fd-button2 {
    position: absolute;
    z-index:10; 
	top: 8px;
    right: 60px;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.text-wrap {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

}

/* Fonts
-------------------------------------------------- */
 body {
    color: #5a5a5a;
    font-family:'Roboto', sans-serif;
    font-weight:300;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family:'Roboto', sans-serif;
    font-weight:400;
}

.nav {
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing:1px;
    text-transform: uppercase;
}

#navbar-body-nav {
	font-size: 15px;
}	

.carousel-blockquote {
    font-weight: 300;
	color: #FFFFFF;
}

.carousel-caption-title {
    font-weight: 100;
	color: #ffa922;
}


.dropdown-menu li {
    font-size: 12px;
}

#footer {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-transform:uppercase;
    text-align:center;
}

#footer a {
    color: #f2f2f2;
}

#footer a:hover {
    color: white;
}

.copyright {
    color: #eeeeee;
    font-size: 12px;
    text-align:center;
}

.note {
    color: #5a5a5a;
    font-family:'Roboto', sans-serif;
    font-weight:300;
    font-size: 12px;
}

#partners-subsection {
    font-weight:400;
}

#testimonial-cite {
    font-weight:300;
    font-size: 14px;
}

.url-list {
    font-size: 12px;
}


.btn {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
}


/* THE FOOTER
-------------------------------------------------- */
#footer {
    width: 100%;
    color: #f2f2f2;
    background: #6e7982;
    padding-top:14px;
}

.list-title {
    font-family: 'inconsolata', 'Roboto', sans-serif;
    font-weight: 300;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:1px;
    padding-bottom:3px;
    color: rgb(249,244,230);
}


#footer h4 {
    margin-top: 0;
    line-height:1.3;
}


#footer-small {
    margin-top: 5px;
    text-align:left;
}

.copyright {
    margin-top: 20px;
}



/* THE NAVBAR
-------------------------------------------------- */
.navbar,
.navbar-wrapper .navbar {
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #999;
    padding-left: 7px; 
    padding-right: 8px; 
}

.navbar-wrapper {
    position: relative;
    z-index: 15;
}

.navbar-brand {
    height: 50px;
    margin-top: 0;
    padding-top: 11px;
}

.nav-right {
    float:right;
    padding-right: 0;
    margin-right: -10px;
}

.dropdown-menu {
  background-color: #333333;
  border: 1px solid #080808;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin-top: 50px;
}

.dropdown-menu li > a{
    color: #cccccc;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    color: #333;
    background-color: #fff;
}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
    margin: 0
}
 
a.menu:after, .dropdown-toggle:after {
  content: none;
}

.navbar-brand-ms {
    float: left;
    height: 50px;
    padding: 1px;
        padding-top: 5px;
        padding-right-value: 1px;
        padding-bottom: 10px;
        padding-left-value: 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar {
margin-bottom: 0px;
}

.navbar-body {
    background-color: #e7e7e7;
	border: 1px;
	margin-bottom: 0px;
	min-height: 37px;
    font-size: 13px;
}

#navbar-body-nav-border {
    background-color: #DBF0F7;
	border-top: 1px solid #4DB2D8;
	border-bottom: 1px solid #4DB2D8;
	
}	

.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}


/* THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
 .carousel {
    margin-bottom: 10px;
	
}


/* Since positioning the image, we need to help out the caption */
 .carousel-caption {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    z-index: 10;
    top: 20px;
    margin: 5px;
    padding: 0 5px 0 5px;
    right: 10%;
    left: 10%;
}

	
.carousel-caption h1 {
    font-size: 50px;
    font-weight:400;
    line-height:1;
}

.carousel-caption-shade {
    color: #fff;
    background-color: rgba(250,250,250,.8)
}
.carousel-blockquote {
	padding: 10px 25px;
    display: inline-block;

}

.carousel-indicators {
  z-index: 13;
}


/* Declare heights because of positioning of img element */
 .carousel .item {
    min-height:400px;
    min-width:100%;
    background-color: #f2f2f2;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    height:400px;
}

.carousel-inner .item {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fdbanner1 {
    background: url(../images/banner_meeting_bg.png) no-repeat center center;
}

.fdbanner2 {
    background: url(../images/banner_chart_bg.png) no-repeat center top;
}

.fdbanner3 {
    background: url(../images/banner_servers_bg.png) no-repeat center top;
}

.fdbanner4 {
    background: url(../images/banner_meeting_bg.png) no-repeat center center;
}

.fdbanner5 {
    background: url(../images/banner_chart_bg.png) no-repeat center top;
}

.fdbanner6 {
    background: url(../images/banner_servers_bg.png) no-repeat center top;
}

.fdbanner7 {
    background: url(../images/banner_meeting_bg.png) no-repeat center center;
}

.fdbanner8 {
    background: url(../images/banner_chart_bg.png) no-repeat center top;
}

.fdbanner9 {
    background: url(../images/banner_servers_bg.png) no-repeat center top;
}


.loginbanner1 {
    background: url(../images/ss_portal_01.png) no-repeat center center;
}

.loginbanner2 {
    background: url(../images/ss_portal_02.png) no-repeat center top;
}

.loginbanner3 {
    background: url(../images/ss_portal_03.png) no-repeat center top;
}

#login-indicators li {
  background-color: #dddddd;
}
#login-indicators .active {
  background-color: #4DB2D8;
}

#login-caption {
    text-shadow: none;
    z-index: 10;
    top: 20px;
    margin: 0px;
    padding: none;
    right: 10%;
    left: 10%;
	font-size: 20px;
    font-weight:300;
	color: #666666;
}


.shadow-layer {
    background-color:none;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* MARKETING CONTENT
-------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    padding-left: 15px;
    padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-sm-4 {
    text-align: center;
    margin-bottom: 20px;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-sm-4 p {
    margin-left: 10px;
    margin-right: 10px;
}




/* Featurettes
------------------------- */
 .featurette-divider {
    margin: 30px 0;
    /* Space around <hr> */
}


/* Marketing headings */
 .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}





/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
	
    /* Remove the edge padding needed for mobile */
    .marketing {
        padding-left: 0;
        padding-right: 0;
	}

    .marketing-fd {
        text-align:center;
	
	}
	
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
	}

	
    /* The navbar becomes detached from the top, round the corners */
    .navbar-wrapper .navbar {
        border-radius: 0;
	}


    /* Size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.2;
	}
    .featurette-heading {
        font-size: 30px;
	}
    .carousel-caption h1{
        font-size: 24px;
	}
	
	.carousel-caption-title{
        font-size: 36px;
	}
	
    .carousel-blockquote {
        font-size: 28px;
    }
}


@media (max-width: 1152px) {
    .carousel .item {	
    min-height: 450px;
	}
    .carousel-caption {
    right: 5%;
    left: 5%;
    }
	
}

@media (min-width: 1152px) {
	.carousel-caption-title{
        font-size: 42px;
	}
    .carousel-blockquote {
        font-size: 36px;
    }
}	
	
@media (min-width: 992px) {
    /* Main */
    .container {
        width: 860px;
	}
    .featurette-heading {
        margin-top: 0px;
	}
    .carousel-caption h1{
        font-size: 28px;
	}

	    .marketing-fd {
        text-align:left;
	
	}
}



@media (max-width: 767px) {
    .carousel .item {
    min-height:400px;
	}
    .marketing {
        text-align:center;
	}
    .nav-right {
        float:none;
	}
    .carousel-caption {
        padding: 0;
	}
    .carousel-caption h1 {
        font-size:28px;
	}
	.carousel-caption-title{
        font-size: 28px;
	}
	
    .carousel-blockquote {
        font-size: 20px;
    }
	.container-fluid {
        padding-right: 10px;
        padding-left: 20px;
    }
}



.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.img-40 {
    width:40%;
}


@media (max-width:767px){
     .navbar-brand {
          width:40px;

	}

