body{
    position: relative;
    margin-top: 70px;
}

small{
    font-size:0.7em;
    font-variant-position: super;
}

.jumbotron{
    background: #fff url("background_home_slider.jpg");
    padding:0;
    font-family: 'Century Gothic', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#hoot{
    background:url("../img/hoot.png") no-repeat;
    background-size: contain;
    height:270px;
}

.jumbotron h1{
    color: #E7B020;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333;
}

.jumbotron p{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.jumbo-img{
    height:100%;
    display:block;
}

.instant-btn {
    background-color: #ed7e2d;
    background-image: -moz-linear-gradient(to bottom, #f48637, #cc5b19);
    background-image: -webkit-linear-gradient(to bottom, #f48637, #cc5b19);
    background-image: -o-linear-gradient(to bottom, #f48637, #cc5b19);
    background-image: linear-gradient(to bottom, #f48637, #cc5b19);
    background-repeat: repeat-x;
    margin-right:15px;
    margin-bottom:10px;
    color:#FFFFFF;
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica,sans-serif;
    font-weight: 200;
    font-size:18px;
}

.instant-btn:hover, .instant-btn:focus, .instant-btn:active, .instant-btn.active, .instant-btn.disabled, .instant-btn[disabled] {
    color: #ffffff;
    background-color: #D55500;
}

#beta-btn{
    text-transform: uppercase;
}

.quote{
    font-style:italic;
    text-align: center;
    font-size:1.5em;
    line-height:1.5em;
}

.author{
    font-style: normal;
    font-size:1.2em;
    font-weight:bold;
    text-align: center;
    margin-top:10px;
}

.valuebox{
    margin-top:15px;
    margin-bottom:15px;
    padding:10px 15px;
    text-shadow: 0 0 0 #333;
    border-right: solid 1px #000;
}

.valuebox-last{
    margin-top:15px;
    margin-bottom:15px;
    padding:10px 15px;
    text-shadow: 0 0 0 #333;
}
.value-header{
    font-size:2em;
    text-transform:uppercase;
}

.value-text{
    margin-top:15px;
}

#chime-value{
    background-color:#E7B020;
    color:#000000;
    opacity:0.8;
    font-size:1.2em;
    line-height:1.6em;
    margin-top:30px;
    padding:40px;
}

.chime-value{
    background-color:#E7B020;
    color:#000000;
    opacity:0.8;
    font-size:1.2em;
    line-height:1.6em;
    margin-top:30px;
    padding:40px;
}

#instant img{
    margin-top:-15px;
}

.instantTeam{
    margin:5px 15px;
}
.instantTeam img{
}
/* Sidebar Navigation*/
.instant-side-nav .nav>li>a:hover,
.instant-side-nav .nav>li>a:hover{
    background-color:transparent;
    border-left: 2px solid #437FC3;
    padding: 4px 18px;
}

.instant-side-nav .nav>.active>a,
.instant-side-nav .nav>.active:hover>a,
.instant-side-nav .nav>.active:focus>a{
    padding-left: 18px;
    font-weight: 700;
    color: #437FC3;
    background-color: transparent;
    border-left: 2px solid #437FC3;
}

.bs-docs-sidebar .nav>li>a{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    padding: 4px 20px;
}
/*sub-menu*/
.instant-side-nav .nav .nav>.active>a,
.instant-side-nav .nav .nav>.active:hover>a,
.instant-side-nav .nav .nav>.active:focus>a{
    font-weight: 500;
    padding-left:28px;
}

.instant-side-nav .nav .nav>li>a{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 12px;
    font-weight: 400;
}

.instant-side-nav .nav>.active>a,
.instant-side-nav .nav>.active:hover>a,
.instant-side-nav .nav>.active:focus>a{
    padding-left: 18px;
    font-weight: 700;
    color: #437FC3;
    background-color: transparent;
    border-left: 2px solid #437FC3;
}

.instant-side-nav .nav>li>a{
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    padding: 0 20px;
}

.to-top{
    color:#999;
    font-size:11px!important;
    margin-top:10px;
}
/* ### Affix styling ### */
.affix{
    top:20px;
    margin-top:0;
}

.download-bot{
    margin-top:-9px;
}


/* FORM VALIDATION STYLES */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 2px 0 3px 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;

    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

#instant-chat{
    position: fixed;
    right: -40px;
    top: 120px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    cursor: pointer;
    color: #333;
    background: #e7b020;
    padding: 15px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    z-index: 9999;
    box-shadow: 0 0 4px 2px #666;
}

#mergedTour{
    margin-top:10px;
}

.coming-soon {
    color: #E7B020;
    text-shadow:  0 1px 4px #000;
    border: solid;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #666;
}

#reports-table {
    margin-bottom: 70px;
}

@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}

.table-bordered {

}

#system-charts-header {
    text-align: center;
    text-shadow: 0 1px 0 #333;
}

th {
    text-decoration: underline;
    text-align: center;
}

td> a {
    text-decoration: underline;
    font-weight: bold;
    color: #428bca;

}


#puppies {
    text-align: center;
}

#feature-content {

}

#charts-reports-section {
    text-shadow: 0 1px 0 #333;
    text-align: center;
}

#managers-admins {
    text-shadow: 0 0 0;
    text-align: left;
    font-size: 16px;
}


#side-nav {
    margin-top: 40px;
}

#poodles {
    margin-bottom: 0;
}

.bottom-space-10 {
    margin-bottom: 10px;
}

.bottom-space-30 {
    margin-bottom: 30px;
}

.bottom-space-50 {
    margin-bottom: 50px;
}

.bottom-space-70 {
    margin-bottom: 70px;
}

.bottom-padding-30 {
    padding-bottom: 30px;
}

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

.sheep {
    box-shadow: 0 0 23px 5px #666;
}

.change-color {
    text-decoration: underline;
    color: #428bca;

}

.padding-left {
    padding-left: 22%;
}

.color-chime-black {
    color: #333;
}

.instant-chime-bold {
    font-weight: 700;

}

.button-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.indent {
    text-indent: 50px;
}

.larger {
    font-size: 1.2em;
}


.instant-img {
    padding-top: 15px;
}

img#replies1 {
    margin-left: 50px;
}
img#replies2 {
    margin-top: 30px;
    margin-left: 50px;
}

img#replies3 {
    margin-top: 30px;
    margin-left: 50px;
}

#hub-jumbo {
    background: #e7b020; url("globe.jpg");
    z-index: -1;
}

h1.hub-h1 {
    color: #6AC2CE;
}

h4.hub-h4 {
    color: #fff;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* how to deploy - chime-web-client - api - chime-hub
========================================================================*/





.doc-nav:hover{
    color: yellow;
}

.top-space-30 {
    margin-top: 30px;
}

.top-space-50 {
    margin-top: 50px;
}


/* how to deploy - chime-web-client - api - chime-hub   END
========================================================================*/


.featured {
    background: #e7b020;
    color: #fff;
    display: inline;
    padding: 5px;
    border-radius: 4px;
}

.featured-section {

}

.all-videos-section {
    background: #ecf0f1;
}

.featured-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.video-dates {
    color: #e7b020;
}

.text-black {
    color: #000;
}
.text-grey {
    color: #999;
}

a.text-black:hover {
    text-decoration: none;
    color: black;
}

.video-shadow {
  box-shadow: 2px 2px 8px 4px #999;
}

.video-shadow:hover {
  box-shadow: 2px 2px 8px 4px #e7b020;
}

.panel-heading {
    background: #e7b020;
}

div.panel-size {
    height: 170px;
}

/* Resources Tab ===*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #e7e7e7;
    color: #000;
}

/* ================= */

.green-y {
    color: green;
}
.red-n {
    color: red;
}

.current {
    color: #E7B020
}


.video-hover {
    box-shadow: 2px 2px 8px 4px #E7B020;

}

div.panel-size {
    height: 170px;
}

/* Resources Tab ===*/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    background-color: #e7e7e7;
    color: #000;
}

/* ================= */

#demo-nav {
    display: none;
}

.demo-panel-label {
    font-size: 1.2em;
    padding:2px;

}
.internal-label {
    font-size: 1.2em;
}

.highlighted {
    background: #faff6c;
}

.feature-img {
    border: 1px solid #999;
}

.thumbnail {
    margin-bottom: 10px;
}

.fancybox-title-float-wrap .child {
    font-size: 1.1em;
    background: #437FC3;
    text-shadow: 0 1px 2px #666;
}


/*.navbar {
    background-color: #000;
    border-color: #777;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-shadow: 0 1px 2px #666;
    font-size: 1.1em;
}*/

.instantTeam {
    margin: 5px 15px;
}

.download-bot{
    margin-top:25px;
}

footer {
    margin-top: 30px;
}

/*
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: #555;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #555;
}
*/

a>h4 {

    text-decoration: underline;
}

.right-space-15 {
    margin-right: 15px;
}

.new-section {
    border-bottom: solid 5px #d6d6d6;

}
/*
.top-section {
    border-bottom: solid 1px #777;
    margin: 5px auto;
}
.bottom-section {
    border-top: solid 1px #777;
    margin: 5px auto;
}
*/


.current-build {
    border: 1px solid #999;
    background-color: #e7b020;
    color: #fff;
    padding: 5px;
    border-radius: 5px;

}

.coming-up {
    color: #e7b020;
    font-size: 4em;
}

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.addchime-btn {
    border: solid 2px #009dea;
    margin: 5px;
}

.chimedesk-btn {
    border: solid 2px #E7B020;
    margin: 5px;
}

#side-nav {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 125px;
}

/*  Social Icons   */

.instant-social {
    font-size: 2em;
}

.instant-social-a:hover, .instant-social-a:visited, .instant-social-a:active, .instant-social-a:focus {
    text-decoration: none;
}

#instant-facebook {
    color: #3b5998;
}
#instant-facebook:hover {
    color: #3a407e;
}

#instant-twitter {
    color: #00aced;
}
#instant-twitter:hover {
    color: #008ecb;
}

#instant-linkedin {
    color: #007bb6;
}
#instant-linkedin:hover {
    color: #005b8f;
}

#instant-youtube {
    color: #bb0000;
}
#instant-youtube:hover {
    color: #940000;
}

.tour-page-section {
    padding-top: 60px;
    margin-top: -50px;
}

.release-note-div {
    margin-top: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

.v{
    color: #C74525;
    font-weight: bold;
}
.o{
    color: #782CC5;
}
.s{
    color: #05AC13;
}
.doc-nav > li > a{
    font-size: 16px;
    -webkit-transition: font-size .1s;
    transition: font-size .1s;

}
.doc-nav > .active > a,
.doc-nav > .active:hover > a,
.doc-nav > .active:focus > a{
    color: #C74525;
    border-left:2px solid #C74525;
    font-weight: 700;
    padding-left: 18px;
}

.doc-nav > li:hover > a,
.doc-nav > li:focus > a{
    background-color: #ffffff;
    color: #C74525;
    font-size:20px

}

/* 2.06 What's New */
.no-list {
  list-style-type: none;
}
/* End 2.06 What's New */
