/* Updated layout styles */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}
.panel-body a {
    min-height: 254px;
}
li.navbar-right.account:hover {
    background: #357649!important;
}
li.navbar-right.account {
    background: #42945A!important;
}
li.navbar-right.account a {
    background: none!important;
    color: #fff!important;
}
.share-video .email {
    width:100%;
}
.share-video .inline-submit {
    background: #777;
    color: #fff;
    border: none;
    margin-top: -25px;
    position: relative;
}
.smile-survey .item {
    margin-bottom: 60px;
}
.carousel-indicators-numbers {
    bottom: 0;
}
.survey-index {
    list-style-type: none;
    margin-left: 1em;
    color: #005D96;
}

.survey-index > li {
    counter-increment: customlistcounter;
}

.survey-index > li:before {
    content: counter(customlistcounter) " ";
    font-weight: bold;
    float: left;
    margin-left: -2em;
    width: 2em;
}

.survey-index:first-child {
    counter-reset: customlistcounter;
}
.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
}
.carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #337ab7;
}
video.lite-library {
    width: 100%;
    min-height: 254px;
}
.bg-light-blue {
    background-color: #aad6e2;
}
.new-feature {
    background: #42945A!important;
}
.tab-content .page-display {
    margin-top:0;
}
.new-feature a {
    background: none!important;
    color: #fff!important;
}
.topic svg.replaced-svg path,
.topic svg.replaced-svg circle,
.topic svg.replaced-svg rect{
    fill: #95979a!important;
}
.topic:hover svg.replaced-svg path,
.topic:hover svg.replaced-svg circle,
.topic:hover svg.replaced-svg rect {
    fill: #0d9248!important;
}
.topic {
    border-radius: 10px;
    padding: 15px 30px;
    overflow: hidden;
    background: #fff;
}
.homepage .topic {
    border-radius: 10px;
    padding: 15px 30px;
    overflow: hidden;
    background: #fff;
}
.topic:hover {
    background-color: #aad6e2;
    /*border-color: #0d9248;*/
}
.topic h3 {
    color: #029148;
}
.topic-more {
    visibility: hidden;
    text-align: center;
    background-color: #0d9248;
    margin: 0 -30px -15px -30px;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
}
.topic:hover .topic-more {
    visibility: visible;
}

/* Updated layout styles end */
canvas.jSignature {
    height: 200px;
}
table {
    background: #fff;
}
.btn.btn-link {
    padding: 0 0 0 0;
}
.input {
    margin: 3px 0;
}
input.form-control,
textarea.form-control{
    margin: 5px;
}
strong .btn.btn-link {
    font-weight: 700;
}
.page-display {
    background-color: #ffffff;
    margin-top: 30px;
    padding-bottom: 20px;
}
table tr.no-consent td{
    color: red!important;
}
table tr.no-consent td a {
    color: red!important;
}
.tooltip-inner {
    text-align: left;
}
#date {
    line-height: inherit;
}
#flashMessage {
    padding: 10px 15px;
    margin: 10px;
    background: RGBA(66, 148, 90, 0.75);
    border-radius: 2px;
}
.pagination>li.active{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-lg>li.active {
    padding: 10px 16px;
    font-size: 18px;
}

.nav-tabs>li>a {
    background: #eee;
}

.tab-content>.active {
    background: #fff;
    /*padding: 25px;*/
    border-radius: 1px;
}

.nav-pills>li+li {
}

ul.nav.nav-pills {
    background-color: #f5f5f5;
    border-radius: 2px;
}
.search-bar input.form-control {
}
.bg-white {
    background-color: #ffffff;
}
.view {
    background-color: #ffffff;
    padding: 15px 30px;
    margin-top: 30px;
}
#content > .form {
    background-color: #ffffff;
    padding: 15px 30px;
    margin-top: 30px;
}
html {
}
body {
    background: none!important;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Open Sans', sans-serif;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    /*width: auto;*/
    /*max-width: 680px;*/
    /*padding: 0 15px;*/
}
.container .text-muted {
    margin: 20px 0;
}

/* 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;
}
.smile-survey {
    background:#fff;
}
#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
/*     left: 250px; */
	right: 0;
	top: 0;
    width: 0;
    height: 100%;
/*     margin-left: -250px; */
/*     overflow-y: auto; */
    background: #05639D;
    -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: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}
#menu-toggle2 {
    margin-left: -35px;
    background: #05639D;
    color: #fff;
}
#menu-toggle2:hover {
    color: #00A6E7;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    /*position: absolute;*/
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}