/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.navbar-default{
    background-color:#000000;
}
.navbar-default .navbar-nav>li>a{
    color:#e6e6e6;

}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background-color:#000000;
    color:#ffffff;
}

.navbar-default .navbar-nav>li>a:hover{
    color:#ffffff;
}

@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 32px;
}}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #0f3e12;
    border: 1px solid #0f3e12;
    background-color: rgba(15, 62, 18, 0.1)
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.active:focus, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1f5222;
    border: 1px solid #0f3e12
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #22722b;
    border: 1px solid #0f3e12
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #1c575a;
    border: 1px solid #133d3f
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #80431e;
    border: 1px solid #5c2e15
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #636363;
    background-color: #fff;
    border: 1px solid #dadada
}

pagination > li > a {
    color: #328637;
    background-color: #fff;
    border: 1px solid #dadada
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    color: #fff;
    background-color: #328637;
    border: 1px solid #328637
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #328637;
    border: 1px solid #328637
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #39993f;
    border: 1px solid #39993f
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #f8a46e;
    border: 1px solid #f8a46e
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border: 1px solid #a94442
}

.carousel-control:hover, .carousel-control:focus {
    color: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.side-body h3, .pagetitle, .list-surveys h3 {
    color: #fff;
    color: #333;
    border-bottom: solid 2px #328637
}

#ui-datepicker-div {
    background-color: #fff;
    border: 1px solid #ccc
}

body {
    color: #35363f;
    background-color: #fff
}

mark {
    background: #ff6cb6;
    color: #000
}

a {
    color: #328637
}

a:hover {
    color: #0f3e12
}

a:focus {
    color: #0f3e12
}

a.badge:hover {
    color: #fff
}

a.badge:focus {
    color: #fff
}

a.list-group-item {
    color: #545454
}

a.list-group-item.active:hover .list-group-item-text {
    color: #afdbb1
}

a.list-group-item.active:focus .list-group-item-text {
    color: #afdbb1
}

a.list-group-item.active .list-group-item-text {
    color: #afdbb1
}

a.list-group-item.active > .badge {
    color: #328637;
    background-color: #fff
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover {
    background-color: #9cba9e
}

a.list-group-item:focus {
    background-color: #9cba9e
}

a.thumbnail:hover {
    border: 1px solid #328637
}

a.thumbnail:focus {
    border: 1px solid #328637
}

a.thumbnail.active {
    border: 1px solid #328637
}

a.list-group-item-success {
    color: #328637
}

a.list-group-item-success:hover {
    color: #328637;
    background-color: #afdbb1
}

a.list-group-item-success:focus {
    color: #328637;
    background-color: #afdbb1
}

a.list-group-item-info {
    color: #39993f
}

a.list-group-item-info:hover {
    color: #39993f;
    background-color: #9bbfc0
}

a.list-group-item-info:focus {
    color: #39993f;
    background-color: #9bbfc0
}

a.list-group-item-warning {
    color: #f8a46e
}

a.list-group-item-warning:hover {
    color: #f8a46e;
    background-color: #b2947b
}

a.list-group-item-warning:focus {
    color: #f8a46e;
    background-color: #b2947b
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #b65453
}

a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #b65453
}

a.text-primary:hover {
    color: #1f5222
}

a.text-success:hover {
    color: #1f5222
}

a.text-info:hover {
    color: #1c575a
}

a.text-warning:hover {
    color: #f6863a
}

a.text-danger:hover {
    color: #dd8988
}

a.bg-primary:hover {
    background-color: #1f5222
}

a.bg-success:hover {
    background-color: #9dd39f
}

a.bg-info:hover {
    background-color: #8cb5b5
}

a.bg-warning:hover {
    background-color: #536f20
}

a.bg-danger:hover {
    background-color: #a94847
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dadada
}

hr {
    border-top: 1px solid #9cba9e
}

.text-muted {
    color: #858585
}

.text-primary {
    color: #747474
}

.text-success {
    color: #328637
}

.text-info {
    color: #328637
}

.text-warning {
    color: #f6863a
}

.text-danger {
    color: #a94442
}

.bg-primary {
    color: #fff;
    background-color: #328637
}

.bg-success {
    background-color: #c0e3c2
}

.bg-info {
    background-color: #649b6b
}

.bg-warning {
    background-color: #bba18c
}

.bg-danger {
    background-color: #be6665
}

.page-header {
    border-bottom: 1px solid #9cba9e
}

abbr[data-original-title] {
    border-bottom: 1px dotted #858585
}

blockquote {
    border-left: 5px solid #9cba9e
}

blockquote footer {
    color: #858585
}

blockquote small {
    color: #858585
}

blockquote .small {
    color: #858585
}

blockquote.pull-right {
    border-right: 5px solid #9cba9e
}

.blockquote-reverse {
    border-right: 5px solid #9cba9e
}

code {
    color: #c6254e;
    background-color: #f9f1f3
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

pre {
    color: #35363f;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

.table > tbody + tbody {
    border-top: 2px solid #dadada
}

.table > tbody > tr > td.active {
    background-color: #f5f5f5
}

.table > tbody > tr > td.success {
    background-color: #c0e3c2
}

.table > tbody > tr > td.info {
    background-color: #649b6b
}

.table > tbody > tr > td.warning {
    background-color: #bba18c
}

.table > tbody > tr > td.danger {
    background-color: #be6665
}

.table > tbody > tr > th.active {
    background-color: #f5f5f5
}

.table > tbody > tr > th.success {
    background-color: #c0e3c2
}

.table > tbody > tr > th.info {
    background-color: #649b6b
}

.table > tbody > tr > th.warning {
    background-color: #bba18c
}

.table > tbody > tr > th.danger {
    background-color: #be6665
}

.table > tbody > tr.active > td {
    background-color: #f5f5f5
}

.table > tbody > tr.active > th {
    background-color: #f5f5f5
}

.table > tbody > tr.success > td {
    background-color: #c0e3c2
}

.table > tbody > tr.success > th {
    background-color: #c0e3c2
}

.table > tbody > tr.info > td {
    background-color: #649b6b
}

.table > tbody > tr.info > th {
    background-color: #649b6b
}

.table > tbody > tr.warning > td {
    background-color: #bba18c
}

.table > tbody > tr.warning > th {
    background-color: #bba18c
}

.table > tbody > tr.danger > td {
    background-color: #be6665
}

.table > tbody > tr.danger > th {
    background-color: #be6665
}

.table > tfoot > tr > td {
    border-top: 1px solid #dadada
}

.table > tfoot > tr > td.active {
    background-color: #f5f5f5
}

.table > tfoot > tr > td.success {
    background-color: #c0e3c2
}

.table > tfoot > tr > td.info {
    background-color: #649b6b
}

.table > tfoot > tr > td.warning {
    background-color: #bba18c
}

.table > tfoot > tr > td.danger {
    background-color: #be6665
}

.table > tfoot > tr > th.active {
    background-color: #f5f5f5
}

.table > tfoot > tr > th.success {
    background-color: #c0e3c2
}

.table > tfoot > tr > th.info {
    background-color: #649b6b
}

.table > tfoot > tr > th.warning {
    background-color: #bba18c
}

.table > tfoot > tr > th.danger {
    background-color: #be6665
}

.table > tfoot > tr.active > td {
    background-color: #f5f5f5
}

.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table > tfoot > tr.success > td {
    background-color: #c0e3c2
}

.table > tfoot > tr.success > th {
    background-color: #c0e3c2
}

.table > tfoot > tr.info > td {
    background-color: #649b6b
}

.table > tfoot > tr.info > th {
    background-color: #649b6b
}

.table > tfoot > tr.warning > td {
    background-color: #bba18c
}

.table > tfoot > tr.warning > th {
    background-color: #bba18c
}

.table > tfoot > tr.danger > td {
    background-color: #be6665
}

.table > tfoot > tr.danger > th {
    background-color: #be6665
}

.table > thead > tr > th {
    border-bottom: 2px solid #dadada
}

.table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table > thead > tr > th.success {
    background-color: #c0e3c2
}

.table > thead > tr > th.info {
    background-color: #649b6b
}

.table > thead > tr > th.warning {
    background-color: #bba18c
}

.table > thead > tr > th.danger {
    background-color: #be6665
}

.table > thead > tr > td.active {
    background-color: #f5f5f5
}

.table > thead > tr > td.success {
    background-color: #c0e3c2
}

.table > thead > tr > td.info {
    background-color: #649b6b
}

.table > thead > tr > td.warning {
    background-color: #bba18c
}

.table > thead > tr > td.danger {
    background-color: #be6665
}

.table > thead > tr.active > td {
    background-color: #f5f5f5
}

.table > thead > tr.active > th {
    background-color: #f5f5f5
}

.table > thead > tr.success > td {
    background-color: #c0e3c2
}

.table > thead > tr.success > th {
    background-color: #c0e3c2
}

.table > thead > tr.info > td {
    background-color: #649b6b
}

.table > thead > tr.info > th {
    background-color: #649b6b
}

.table > thead > tr.warning > td {
    background-color: #bba18c
}

.table > thead > tr.warning > th {
    background-color: #bba18c
}

.table > thead > tr.danger > td {
    background-color: #be6665
}

.table > thead > tr.danger > th {
    background-color: #be6665
}

.table .table {
    background-color: #fff
}

.table-bordered {
    border: 1px solid #dadada
}

.table-bordered > thead > tr > th {
    border: 1px solid #dadada
}

.table-bordered > thead > tr > td {
    border: 1px solid #dadada
}

.table-bordered > tbody > tr > th {
    border: 1px solid #dadada
}

.table-bordered > tbody > tr > td {
    border: 1px solid #dadada
}

.table-bordered > tfoot > tr > th {
    border: 1px solid #dadada
}

.table-bordered > tfoot > tr > td {
    border: 1px solid #dadada
}

legend {
    color: #35363f;
    border-bottom: 1px solid #e6e6e6
}

output {
    color: #636363
}

.form-control {
    color: #636363;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.form-control:focus {
    border: 1px solid #328637;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 134, 55, 0.6)
}

.form-control:-ms-input-placeholder {
    color: #858585
}

.form-control::-moz-placeholder {
    color: #858585;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #858585
}

.form-control[disabled] {
    color: #e3e3e3;
    background-color: #f5f5f5;
    opacity: 1
}

.form-control[disabled].total {
    color: #35363f
}

.form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1
}

fieldset[disabled] .form-control {
    background-color: #f5f5f5;
    opacity: 1
}

fieldset[disabled] .btn-default {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #328637;
    color: #328637
}

fieldset[disabled] .btn-default:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc
}

fieldset[disabled] .btn-default:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc
}

fieldset[disabled] .btn-default:active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc
}

fieldset[disabled] .btn-default.active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc
}

fieldset[disabled] .btn-primary {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-primary:hover {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-primary:focus {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-primary:active {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-primary.active {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-success {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-success:hover {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-success:focus {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-success:active {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-success.active {
    background-color: #328637;
    border: 1px solid #328637
}

fieldset[disabled] .btn-info {
    background-color: #39993f;
    border: 1px solid #39993f
}

fieldset[disabled] .btn-info:hover {
    background-color: #39993f;
    border: 1px solid #39993f
}

fieldset[disabled] .btn-info:focus {
    background-color: #39993f;
    border: 1px solid #39993f
}

fieldset[disabled] .btn-info:active {
    background-color: #39993f;
    border: 1px solid #39993f
}

fieldset[disabled] .btn-info.active {
    background-color: #39993f;
    border: 1px solid #39993f
}

fieldset[disabled] .btn-warning {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #f6863a
}

fieldset[disabled] .btn-warning:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

fieldset[disabled] .btn-warning:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

fieldset[disabled] .btn-warning:active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

fieldset[disabled] .btn-warning.active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

fieldset[disabled] .btn-danger {
    background-color: rgba(255, 255, 255, 0.2);
    color: #a94442;
    border: 1px solid #a94442
}

fieldset[disabled] .btn-danger:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #a94442
}

fieldset[disabled] .btn-danger:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #a94442
}

fieldset[disabled] .btn-danger:active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #a94442
}

fieldset[disabled] .btn-danger.active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #a94442
}

fieldset[disabled] .btn-link:hover {
    text-decoration: underline
}

fieldset[disabled] .btn-link:focus {
    text-decoration: underline
}

.has-success .help-block {
    color: #328637
}

.has-success .control-label {
    color: #328637
}

.has-success .radio {
    color: #328637
}

.has-success .checkbox {
    color: #328637
}

.has-success .radio-inline {
    color: #328637
}

.has-success .checkbox-inline {
    color: #328637
}

.has-success .form-control {
    border: 1px solid #328637;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border: 1px solid #1f5222;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff726c
}

.has-success .input-group-addon {
    color: #328637;
    border: 1px solid #328637;
    background-color: #c0e3c2
}

.has-success .form-control-feedback {
    color: #328637
}

.has-warning .help-block {
    color: #f8a46e
}

.has-warning .control-label {
    color: #f8a46e
}

.has-warning .radio {
    color: #f8a46e
}

.has-warning .checkbox {
    color: #f8a46e
}

.has-warning .radio-inline {
    color: #f8a46e
}

.has-warning .checkbox-inline {
    color: #f8a46e
}

.has-warning .form-control {
    border: 1px solid #f8a46e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border: 1px solid #f6863a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fde1cf
}

.has-warning .input-group-addon {
    color: #f8a46e;
    border: 1px solid #f8a46e;
    background-color: #bba18c
}

.has-warning .form-control-feedback {
    color: #f8a46e
}

.has-error .help-block {
    color: #a94442
}

.has-error .control-label {
    color: #a94442
}

.has-error .radio {
    color: #a94442
}

.has-error .checkbox {
    color: #a94442
}

.has-error .radio-inline {
    color: #a94442
}

.has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border: 1px solid #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.has-error .input-group-addon {
    color: #a94442;
    border: 1px solid #a94442;
    background-color: transparent
}

.has-error .form-control-feedback {
    color: #a94442
}

.help-block {
    color: #8a8a8a
}

.btn-default {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #328637;
    color: #328637
}

.btn-default.disabled {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default.disabled:hover {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default.disabled:focus {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default.disabled:active {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default.disabled.active {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-default[disabled] {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default[disabled]:hover {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default[disabled]:focus {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default[disabled]:active {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-default[disabled].active {
    background-color: #fff;
    border: 1px solid #ccc
}

.btn-primary {
    color: #fff;
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary.disabled {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary.disabled:hover {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary.disabled:focus {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary.disabled:active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary.disabled.active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary .badge {
    color: #328637;
    background-color: #fff
}

.btn-primary label:hover {
    cursor: pointer
}

.btn-primary[disabled] {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary[disabled]:hover {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary[disabled]:focus {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary[disabled]:active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-primary[disabled].active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success {
    color: #fff;
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success.disabled {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success.disabled:hover {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success.disabled:focus {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success.disabled:active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success.disabled.active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success .badge {
    color: #328637;
    background-color: #fff
}

.btn-success[disabled] {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success[disabled]:hover {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success[disabled]:focus {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success[disabled]:active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-success[disabled].active {
    background-color: #328637;
    border: 1px solid #328637
}

.btn-info {
    color: #fff;
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info.disabled {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info.disabled:hover {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info.disabled:focus {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info.disabled:active {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info.disabled.active {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info .badge {
    color: #39993f;
    background-color: #fff
}

.btn-info[disabled] {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info[disabled]:hover {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info[disabled]:focus {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info[disabled]:active {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-info[disabled].active {
    background-color: #39993f;
    border: 1px solid #39993f
}

.btn-warning {
    color: #fff;
    background-color: transparent;
    border: 1px solid #8c4921
}

.btn-warning.disabled {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

.btn-warning.disabled:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

.btn-warning.disabled:focus {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

.btn-warning.disabled:active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

.btn-warning.disabled.active {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

.btn-warning .badge {
    color: rgba(255, 255, 255, 0.5);
    background-color: #f6863a
}

.btn-warning[disabled] {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #f6863a
}

.btn-warning[disabled]:hover {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-warning[disabled]:focus {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-warning[disabled]:active {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-warning[disabled].active {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-danger {
    color: #a94442;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #a94442
}

.btn-danger:hover {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-danger:focus {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-danger:active {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-danger.active {
    background-color: rgba(255, 255, 255, 0.5)
}

.btn-danger.disabled {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger.disabled:hover {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger.disabled:focus {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger.disabled:active {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger.disabled.active {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger .badge {
    color: #a0352f;
    background-color: #fff
}

.btn-danger[disabled] {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger[disabled]:hover {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger[disabled]:focus {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger[disabled]:active {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-danger[disabled].active {
    background-color: #a0352f;
    border: 1px solid #8c2e29
}

.btn-link {
    color: #328637
}

.btn-link:hover {
    color: #0f3e12
}

.btn-link:focus {
    color: #0f3e12
}

.btn-link[disabled]:hover {
    color: #858585
}

.btn-link[disabled]:focus {
    color: #858585
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.dropdown-menu .divider {
    background-color: #e6e6e6
}

.dropdown-menu > li > a {
    color: #35363f
}

.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #0f3e12
}

.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0f3e12
}

.dropdown-menu > .active > a {
    color: #fff;
    background-color: #0f3e12
}

.dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #0f3e12
}

.dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #0f3e12
}

.dropdown-menu > .disabled > a {
    color: #858585
}

.dropdown-menu > .disabled > a:hover {
    color: #858585
}

.dropdown-menu > .disabled > a:focus {
    color: #858585
}

.dropdown-header {
    color: #858585
}

.input-group-addon {
    color: white;
    background-color: #328637
}

.nav .nav-divider {
    background-color: #e6e6e6
}

.nav > li > a:hover {
    text-decoration: underline
}

.nav > li > a:focus {
    text-decoration: underline
}

.nav > li.disabled > a {
    color: #858585
}

.nav > li.disabled > a:hover {
    color: #858585
}

.nav > li.disabled > a:focus {
    color: #858585
}

.nav .open > a {
    color: #fff;
    background-color: #0f3e12;
    border-bottom: 1px solid #fff
}

.nav .open > a:hover {
    color: #fff;
    background-color: #0f3e12
}

.nav .open > a:focus {
    color: #fff;
    background-color: #0f3e12
}

.nav-tabs {
    border-bottom: 1px solid #dadada
}

.nav-tabs > li a:hover {
    border: 1px solid #9cba9e
}

.label {
    color: #fff
}

.label[href]:hover {
    color: #fff
}

.label[href]:focus {
    color: #fff
}

.label-default {
    background-color: #858585
}

.label-default[href]:hover {
    background-color: #6b6b6b
}

.label-default[href]:focus {
    background-color: #6b6b6b
}

.label-primary {
    background-color: #328637
}

.label-primary[href]:hover {
    background-color: #1f5222
}

.label-primary[href]:focus {
    background-color: #1f5222
}

.label-success {
    background-color: #328637
}

.label-success[href]:hover {
    background-color: #1f5222
}

.label-success[href]:focus {
    background-color: #1f5222
}

.label-info {
    background-color: #39993f
}

.label-info[href]:hover {
    background-color: #1c575a
}

.label-info[href]:focus {
    background-color: #1c575a
}

.label-warning {
    background-color: #f6863a;
    color: white
}

.label-warning[href]:hover {
    background-color: #783d1c
}

.label-warning[href]:focus {
    background-color: #783d1c
}

.label-danger {
    background-color: #a0352f
}

.label-danger[href]:hover {
    background-color: #7b2824
}

.label-danger[href]:focus {
    background-color: #7b2824
}

.badge {
    color: #fff;
    background-color: #858585
}

.jumbotron {
    background-color: #9cba9e;
    background-color: transparent;
    text-align: center
}

.jumbotron.message-box {
    background-color: transparent
}

.thumbnail {
    background-color: #fff;
    border: 1px solid #dadada
}

.thumbnail .caption {
    color: #35363f
}

.alert-success {
    background-color: transparent;
    border: 1px solid #40ab46;
    color: #40ab46
}

.alert-success hr {
    border-top-color: #40ab46
}

.alert-success .alert-link {
    color: #40ab46;
    text-decoration: underline
}

.alert-info {
    background-color: transparent;
    border: 1px solid #328637;
    color: #328637
}

.alert-info hr {
    border-top-color: #328637
}

.alert-info .alert-link {
    color: #328637;
    text-decoration: underline
}

.alert-warning {
    background-color: transparent;
    border: 1px solid #f6863a;
    color: #f6863a
}

.alert-warning hr {
    border-top-color: #f6863a
}

.alert-warning .alert-link {
    color: #f6863a;
    text-decoration: underline
}

.alert-danger {
    background-color: transparent;
    border: 1px solid #a94442;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #a94442
}

.alert-danger .alert-link {
    color: #a94442;
    text-decoration: underline
}

.progress {
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    color: #fff;
    background-color: #328637;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-success {
    background-color: #328637
}

.progress-bar-info {
    background-color: #39993f
}

.progress-bar-warning {
    background-color: #f6863a
}

.progress-bar-danger {
    background-color: #a0352f
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #dadada
}

.list-group-item-success {
    color: #328637;
    background-color: #c0e3c2
}

.list-group-item-info {
    color: #39993f;
    background-color: #649b6b
}

.list-group-item-warning {
    color: #f8a46e;
    background-color: #bba18c
}

.list-group-item-danger {
    color: #a94442;
    background-color: #be6665
}

.panel {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel > .panel-body + .table {
    border-top: 1px solid #dadada
}

.panel > .panel-body + .table-responsive {
    border-top: 1px solid #dadada
}

.panel-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #dadada
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dadada
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dadada
}

.panel-default {
    border: 1px solid #dadada
}

.panel-default > .panel-heading {
    color: #35363f;
    background-color: #f5f5f5;
    border: 1px solid #dadada
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #dadada
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dadada
}

.panel-primary {
    border: 1px solid #328637
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #328637;
    border: 1px solid #328637
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #328637
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #328637
}

.panel-success {
    border: 1px solid #afdbb1
}

.panel-success > .panel-heading {
    color: #328637;
    background-color: #c0e3c2;
    border: 1px solid #afdbb1
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #afdbb1
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #afdbb1
}

.panel-info {
    border: 1px solid #9bbfc0
}

.panel-info > .panel-heading {
    color: #39993f;
    background-color: #649b6b;
    border: 1px solid #9bbfc0
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #9bbfc0
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #9bbfc0
}

.panel-warning {
    border: 1px solid #ff726c
}

.panel-warning > .panel-heading {
    color: #f8a46e;
    background-color: #bba18c;
    border: 1px solid #ff726c
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ff726c
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ff726c
}

.panel-danger {
    border: 1px solid #a94442
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #be6665;
    border: 1px solid #a94442
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #a94442
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border: 1px solid #dadada;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.close {
    text-shadow: 0 1px 0 #fff
}

.modal-content {
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.modal-backdrop {
    background-color: #000
}

.modal-header {
    border-bottom: 1px solid #e6e6e6
}

.modal-footer {
    border-top: 1px solid #e6e6e6
}

.tooltip-inner {
    color: #fff;
    background-color: #000
}

.tooltip.top .tooltip-arrow {
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #000
}

.popover {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top > .arrow {
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.popover.top > .arrow:after {
    border-top-color: #fff
}

.popover.right > .arrow {
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    border-right-color: #fff
}

.popover.bottom > .arrow {
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bottom > .arrow:after {
    border-bottom-color: #fff
}

.popover.left > .arrow {
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    border-left-color: #fff
}

.popover-title {
    background-color: #9cba9e;
    border-bottom: 1px solid #8eae90
}

.carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

#welcome-jumbotron {
    background-color: transparent
}

.surveymanagerbar {
    background-color: #0f3e12;
    color: #fff
}

.surveybar {
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0 3px 3px rgba(99, 49, 48, 0.1);
    background-color: #fff
}

.mega-dropdown-menu .dropdown-header {
    color: #0f3e12
}

.mega-dropdown-menu > li > ul > li > a {
    color: #252b1c
}

.footer {
    background-color: #fff;
    border-top: solid 1px #dadada
}

.alert-security-update {
    background-color: #fff;
    border: 1px solid #800052;
    color: #800052
}

.box {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

#info-header {
    color: #0f3e12
}

#info-footer {
    color: #0f3e12
}

.box-icon span {
    color: #fff
}

.cke_toolgroup {
    border: 1px solid #dadada;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    background: #e3e3e3
}

.message-box {
    border: 1px solid #8bc68e;
    color: #2e2e2e
}

.message-box-error {
    border: 1px solid #a0352f
}

.message-box-warning {
    border: 1px solid #f6863a
}

.welcome .panel {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.login-title {
    border-bottom: solid 1px #dadada
}

.login-submit {
    border-top: solid 1px #dadada
}

#gs_completed {
    color: #636363;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.h6 .small {
    color: #858585
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f5f5f5
}

.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover {
    background-color: #e8e8e8
}

.table-hover > tbody > tr > td.success:hover {
    background-color: #afdbb1
}

.table-hover > tbody > tr > td.info:hover {
    background-color: #9bbfc0
}

.table-hover > tbody > tr > td.warning:hover {
    background-color: #b2947b
}

.table-hover > tbody > tr > td.danger:hover {
    background-color: #b65453
}

.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table-hover > tbody > tr > th.success:hover {
    background-color: #afdbb1
}

.table-hover > tbody > tr > th.info:hover {
    background-color: #9bbfc0
}

.table-hover > tbody > tr > th.warning:hover {
    background-color: #b2947b
}

.table-hover > tbody > tr > th.danger:hover {
    background-color: #b65453
}

.table-hover > tbody > tr:hover > td {
    background-color: #f5f5f5
}

.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td {
    background-color: #e8e8e8
}

.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table-hover > tbody > tr.success:hover > td {
    background-color: #afdbb1
}

.table-hover > tbody > tr.success:hover > th {
    background-color: #afdbb1
}

.table-hover > tbody > tr.info:hover > td {
    background-color: #9bbfc0
}

.table-hover > tbody > tr.info:hover > th {
    background-color: #9bbfc0
}

.table-hover > tbody > tr.warning:hover > td {
    background-color: #b2947b
}

.table-hover > tbody > tr.warning:hover > th {
    background-color: #b2947b
}

.table-hover > tbody > tr.danger:hover > td {
    background-color: #b65453
}

.table-hover > tbody > tr.danger:hover > th {
    background-color: #b65453
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #328637
}

.nav-pills > .active > a > .badge {
    color: #328637;
    background-color: #fff
}

.nav-tabs-justified > .active > a {
    border: 1px solid #dadada
}

.nav-tabs-justified > .active > a:hover {
    border: 1px solid #dadada
}

.nav-tabs-justified > .active > a:focus {
    border: 1px solid #dadada
}

.dropdown-item > a:hover {
    background-color: #0f3e12;
    color: #fff
}

table.cke_editor {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16)
}

.hoverAction tbody tr:hover {
    color: #fff;
    background-color: #709572
}

.hoverAction table thead tr:hover {
    color: #35363f;
    background-color: transparent
}

div.panel.disabled {
    opacity: 0.5
}

div.panel.disabled * {
    opacity: 0.5
}

.ui-widget-content .ui-state-default {
    background-image: none;
    background-color: transparent;
    background-image: none;
    background-color: transparent
}

.ui-widget-header .ui-state-default {
    background-image: none;
    background-color: transparent;
    background-image: none;
    background-color: transparent
}

.absolute-wrapper {
    background-color: #fff;
    border-right: 1px solid #e3e3e3;
    box-shadow: 3px 0px 3px rgba(132, 136, 138, 0.1)
}

.side-menu {
    background-color: #fff;
    border-right: 1px solid #e3e3e3;
    background-color: #fff
}

.side-menu #dropdown {
    background-color: transparent;
    box-shadow: none
}

.side-menu #dropdown li:hover {
    color: #fff;
    background-color: #8bc68e
}

.side-menu #dropdown li.active:hover {
    background-color: transparent;
    color: #0f3e12;
    border-right: 5px solid #e3e3e3
}

.side-menu #dropdown li.disabled:hover {
    color: #fff;
    background-color: transparent
}

.side-menu #dropdown .panel-body {
    background-color: #fafafa
}

.side-menu #dropdown .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e3e3e3
}

.side-menu #dropdown > a {
    border-bottom: 1px solid #e3e3e3
}

.side-menu .hide-button {
    background-color: #fafafa
}

#explorer .questiongroupdropdown li a {
    color: #000
}

.dropdownstyle {
    background-color: transparent
}

#sideMenu a[aria-expanded="true"] {
    color: #fff;
    background-color: #0f3e12
}

#sideMenu a[aria-expanded="false"] {
    color: #163c19
}

#sideMenu #dropdown li:hover {
    background-color: #4e8d56
}

#sideMenu #dropdown li:hover > a {
    background-color: #4e8d56
}

#sideMenu #dropdown li a[aria-expanded="true"] {
    background-color: #4e8d56
}

#sideMenu #dropdown li .active a:hover {
    background-color: #4e8d56
}

#sideMenu #dropdown li > a:hover {
    background-color: #4e8d56
}

#sideMenu #dropdown #explorer li:hover {
    background-color: #649b6b
}

#sideMenu #dropdown #explorer li:hover > a {
    background-color: #649b6b
}

#sideMenu #dropdown #explorer li a[aria-expanded="true"] {
    background-color: #649b6b
}

#sideMenu #dropdown #explorer li .active a:hover {
    background-color: #649b6b
}

#sideMenu #dropdown #explorer li > a:hover {
    background-color: #649b6b
}

#sideMenu #dropdown #explorer .questiongroupdropdown li:hover {
    background-color: #a7c4a9
}

#sideMenu #dropdown #explorer .questiongroupdropdown li:hover > a {
    background-color: #a7c4a9
}

#sideMenu #dropdown #explorer .questiongroupdropdown li a[aria-expanded="true"] {
    background-color: #a7c4a9
}

#sideMenu #dropdown #explorer .questiongroupdropdown li .active a:hover {
    background-color: #a7c4a9
}

#sideMenu #dropdown #explorer .questiongroupdropdown li > a:hover {
    background-color: #a7c4a9
}


#sideMenu .side-menu .dropdownlvl1 > a:hover {
    color: #fff;
    background-color: #0f3e12
}

#sideMenu .sidemenuscontainer li:hover {
    color: #fff;
    background-color: #0f3e12
}

#sideMenu .sidemenuscontainer li:hover > a {
    color: #fff;
    background-color: #0f3e12
}

@media (max-width: 768px) {
    .side-menu {
        border-bottom: 1px solid #e3e3e3
    }

}

.toWhite a:hover {
    color: #fff;
    background-color: #8bc68e
}

.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #802b26;
    border: 1px solid #5d1f1b
}

.container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #328637
}

.container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
    background: #a0352f;
    color: #fff
}

.btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-info:hover {
    color: #fff
}

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #328637;
    border-color: #328637
}

.ui-dialog, .ui-jqdialog, .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    background-color: #fff;
    border: 1px solid #ccc
}

.ui-jqdialog-titlebar {
    border-bottom: 2px solid #ccc
}

input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    color: #636363
}

.navtable {
    border: 1px solid #ccc
}

.em-function {
    color: #328637
}

.em-var-string {
    color: #35363f
}

.data-entry-explanation + tr {
    background-color: #e6e6e6
}

.data-entry-tbl tr.odd, .data-entry-tbl tr.even {
    border-bottom: 1px solid #ebebeb
}

#carousel-example-generic .carousel-control {
    color: #328637
}

#carousel-example-generic .panel-title {
    color: #328637
}

#carousel-example-generic .carousel-indicators .active {
    background-color: #328637
}

#carousel-example-generic .carousel-indicators li {
    border: 1px solid #328637
}

@keyframes preload-show-1 {
    from {
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-hide-1 {
    to {
        transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-cycle-1 {
    5% {
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #163c19
    }
    10%, 75% {
        transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
        border-left-color: #39993f
    }
    80%, 100% {
        transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #328637
    }
}

@keyframes preload-show-2 {
    from {
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-hide-2 {
    to {
        transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-cycle-2 {
    10% {
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #163c19
    }
    15%, 70% {
        transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
        border-left-color: #39993f
    }
    75%, 100% {
        transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #328637
    }
}

@keyframes preload-show-3 {
    from {
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-hide-3 {
    to {
        transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-cycle-3 {
    15% {
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #163c19
    }
    20%, 65% {
        transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
        border-left-color: #39993f
    }
    70%, 100% {
        transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #328637
    }
}

@keyframes preload-show-4 {
    from {
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-hide-4 {
    to {
        transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-cycle-4 {
    20% {
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #163c19
    }
    25%, 60% {
        transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
        border-left-color: #39993f
    }
    65%, 100% {
        transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #328637
    }
}

@keyframes preload-show-5 {
    from {
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-hide-5 {
    to {
        transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-cycle-5 {
    25% {
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #163c19
    }
    30%, 55% {
        transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
        border-left-color: #39993f
    }
    60%, 100% {
        transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #328637
    }
}

@keyframes preload-show-6 {
    from {
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-hide-6 {
    to {
        transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
        border-left-color: #163c19
    }
}

@keyframes preload-cycle-6 {
    30% {
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #163c19
    }
    35%, 50% {
        transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
        border-left-color: #39993f
    }
    55%, 100% {
        transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
        border-left-color: #328637
    }
}

@keyframes preload-flip {
    0% {
        transform: rotateY(0deg) rotateZ(-60deg)
    }
    100% {
        transform: rotateY(360deg) rotateZ(-60deg)
    }
}

#sidebar .btn-primary.force.color.white.onhover:hover, #sidebar .btn-primary.force.color.white.onhover:active, #sidebar .btn-primary.force.color.white.onhover:focus {
    color: #fff
}

#sidebar .tabbutton.btn-primary {
    outline: none
}

#sidebar .tabbutton.btn-primary:hover:after, #sidebar .tabbutton.btn-primary:focus:after, #sidebar .tabbutton.btn-primary:active:after {
    color: #163c19
}

#sidebar .tabbutton.btn-primary:after {
    color: #328637
}

#sidebar .background.white {
    background-color: #fff;
    box-shadow: none
}

#sidebar .resize-handle button {
    background: #fff
}

#sidebar .resize-handle button:focus, #sidebar .resize-handle button:active, #sidebar .resize-handle button:hover {
    background-color: #fff !important
}

#sidebar .menu-open {
    animation-name: animate-gradient;
    animation-duration: 450ms;
    background: radial-gradient(circle at center, #5cc262 0px, #5cc262 8px, white 9px, white 100%)
}

#sidebar .selected {
    padding-left: 20px;
    background: linear-gradient(to right, #328637 0px, #328637 13px, #fff 13px, #fff 100%);
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(1, 0.5, 0.5, 1)
}

#sidebar .dragged {
    background-color: #40ab46 !important;
    opacity: 0.8;
    padding-top: 18px;
    padding-bottom: 18px;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out
}

#sidebar .menu-selected {
    padding-left: 10px;
    background: linear-gradient(to right, #328637 0px, #328637 6px, white 6px, white 100%)
}

#sidebar .subpanel.level-0 .menu-selected {
    background: linear-gradient(to right, #40ab46 0px, #40ab46 6px, #fff 6px, #fff 100%)
}

#sidebar .subpanel.level-0 .selected {
    background: linear-gradient(to right, #40ab46 0px, #40ab46 13px, #fff 13px, #fff 100%)
}

#sidebar .subpanel.level-1 .menu-selected {
    background: linear-gradient(to right, #49bb50 0px, #49bb50 6px, #fff 6px, #fff 100%)
}

#sidebar .subpanel.level-1 .selected {
    background: linear-gradient(to right, #49bb50 0px, #49bb50 13px, #fff 13px, #fff 100%)
}

#sidebar .subpanel.level-2 .menu-selected {
    background: linear-gradient(to right, #5cc262 0px, #5cc262 6px, #fff 6px, #fff 100%)
}

#sidebar .subpanel.level-2 .selected {
    background: linear-gradient(to right, #5cc262 0px, #5cc262 13px, #fff 13px, #fff 100%)
}

@keyframes animate-gradient {
    0% {
        background: radial-gradient(circle at center, #328637 0px, #328637 1px, #fff 2px, #fff 100%)
    }
    10% {
        background: radial-gradient(circle at center, #328637 0px, #328637 2px, #fff 3px, #fff 100%)
    }
    20% {
        background: radial-gradient(circle at center, #328637 0px, #328637 3px, #fff 4px, #fff 100%)
    }
    30% {
        background: radial-gradient(circle at center, #328637 0px, #328637 4px, #fff 5px, #fff 100%)
    }
    40% {
        background: radial-gradient(circle at center, #328637 0px, #328637 5px, #fff 6px, #fff 100%)
    }
    50% {
        background: radial-gradient(circle at center, #328637 0px, #328637 6px, #fff 7px, #fff 100%)
    }
    60% {
        background: radial-gradient(circle at center, #328637 0px, #328637 7px, #fff 8px, #fff 100%)
    }
    70% {
        background: radial-gradient(circle at center, #328637 0px, #328637 8px, #fff 9px, #fff 100%)
    }
    80% {
        background: radial-gradient(circle at center, #328637 0px, #328637 9px, #fff 10px, #fff 100%)
    }
    90% {
        background: radial-gradient(circle at center, #328637 0px, #328637 10px, #fff 10px, #fff 100%)
    }
    100% {
        background: radial-gradient(circle at center, #328637 0px, #328637 8px, #fff 9px, #fff 100%)
    }
}

.ls-ba .list-group > .list-group-item .list-group .list-group-item:last-of-type {
    border-bottom: 1px solid #35363f
}

.ls-ba .breadcrumb > li + li:before {
    color: #fff
}

ol.breadcrumb.title-bar-breadcrumb {
    background: transparent;
    color: #fff
}

ol.breadcrumb.title-bar-breadcrumb a {
    color: #fff
}

ol.breadcrumb.title-bar-breadcrumb a.animate::after {
    background: #fff;
    transition: width 0.3s
}

ol.breadcrumb.title-bar-breadcrumb li {
    background: transparent;
    color: #fff
}

ol.breadcrumb.title-bar-breadcrumb li.active {
    color: #35363f
}

#pjax-content .surveybar {
    box-shadow: 3px 3px 3px #35363f
}

#pjax-file-load-container > div {
    background: #000;
    background: linear-gradient(to right, #000 0%, #081709 50%, #163c19 100%);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition: width 1.6s;
    transition: width 1.6s
}

#comfortUpdateGeneralWrap h3.maintitle {
    background-color: transparent;
    color: #328637;
    border-bottom: 1px solid #328637
}

#comfortUpdateGeneralWrap .on span {
    display: block;
    background-color: #328637;
    color: #fff
}

#sideMenu #dropdown #explorer li#questionexplorer-group-container:hover, #sideMenu #dropdown li#questionexplorer-group-container:hover > a {
    background-color: #fafafa;
    color: #163c19
}

.explorer-group-title a.explorer-group, .question-collapse-title {
    color: #163c19
}

#survey_title a {
    color: #fff
}

.question-item {
    padding-top: 1em
}

.placeholder {
    background-color: #84b39a
}

.slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle {
    border-bottom-color: #328637
}

.slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle {
    border-left-color: #328637;
    border-right-color: #328637
}

.slider-handle {
    background-color: #328637
}

.slider-handle.custom::before {
    color: #328637
}

.slider-tick.custom::before {
    color: #328637
}

.slider-selection {
    background-image: linear-gradient(to bottom, #84b39a 0%, #39993f 100%)
}

.input-error input {
    border: 1px solid #f6863a;
    color: #f6863a
}

.input-error input:focus {
    border: 1px solid #a94442;
    color: #a94442
}

.question-container.input-error {
    box-shadow: 0 10px 20px rgba(169, 68, 66, 0.9)
}

body .answer-item label::after {
    background-color: #328637
}

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    background-color: #328637;
    color: white
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {

    color: #fff;
    background-color: #1f5222;
    border-color: #0f3e12;

}
.ls-answers tbody .answertext{
    text-align:left;
}
.h4{
    font-size:16px;
}

.survey-welcome{
    margin-top: 35px;
}

.ls-answers tbody .control-label{
     text-align:left;
}
.ls-answers .ls-heading th {
    font-weight: normal;
}
.star-1.star-rated-on:not(.star-stub) {
    color: #ff0000;
}
.star-2.star-rated-on:not(.star-stub) {
    color: #FFB01D;
}
.star-3.star-rated-on:not(.star-stub) {
    color: #FFFF00;
}
.star-4.star-rated-on:not(.star-stub) {
    color: #A5FF00;
}
.star-5.star-rated-on:not(.star-stub) {
    color: #5C9006;
}
.star-1.star-drained.star-hover {
    color: #ff0000;
}
.star-2.star-drained.star-hover{
    color: #FFB01D;
}
.star-3.star-drained.star-hover{
    color: #FFFF00;
}
.star-4.star-drained.star-hover {
    color: #A5FF00;
}
.star-5.star-drained.star-hover {
    color: #5C9006;
}
.star-1.star-drained{
    color: #ff0000;
}
.star-2.star-drained{
    color: #FFB01D;
}
.star-3.star-drained{
    color: #FFFF00;
}
.star-4.star-drained{
    color: #A5FF00;
}
.star-5.star-drained {
    color: #5C9006;
}
#placard11,#placard21,#placard31,#placard41{
    color: red;
    font-weight:bold;
}
#placard1,#placard2,#placard3,#placard4{
    color: green;
    font-weight:bold;
}

#answer177116X33525X177658,#answer177116X33525X177659, #answer177116X33525X177660,#answer177116X33525X177661,{
	display: none;
}
#question177658,#question177659,#question177660,#question177661{
	display: none;
}