
/* Custom styles */

body {
    font-family: 'source-sans-pro',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.text-bold{
    font-weight: 700;
}

.fixed {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

span.glyphicon-info-sign {
    color: #10466f;
}

ul.menu-items {
    display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'zilla slab',Helvetica,Arial,sans-serif;
}

.ui-widget {
    font-family: 'zilla slab',Helvetica,Arial,sans-serif;
    font-size: 1em
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: 'zilla slab',Helvetica,Arial,sans-serif;
        font-size: 1em
    }

.navbar .logo {
    width: 50px;
    height: 50px;
    float: left;
}

.navbar-brand {
    font-family: 'zilla slab', serif;
    color: #FFF;
}

.navbar-right {
    margin-right: -5px;
}

.navbar-default .navbar-brand {
    color: #fff
}

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #fff;
        background-color: transparent
    }

.navbar-inverse {
    background-color: #13294b;
}

    .navbar-inverse .navbar-brand {
        color: #fff
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #fff
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

        .navbar-inverse .navbar-nav > li > a.login-out-link {
            background: -webkit-linear-gradient(#4f738c, #13294b); /* For Safari 5.1 to 6.0 */
            background: -o-linear-gradient(#4f738c, #13294b); /* For Opera 11.1 to 12.0 */
            background: -moz-linear-gradient(#4f738c, #13294b); /* For Firefox 3.6 to 15 */
            background: linear-gradient(#4f738c, #13294b); /* Standard syntax */
            background-color: #4f738c;
            text-transform: uppercase;
        }

            .navbar-inverse .navbar-nav > li > a.login-out-link:hover, .navbar-inverse .navbar-nav > li > a.login-out-link:focus {
                color: #fff;
                background: -webkit-linear-gradient(#4f738c, #4f738c); /* For Safari 5.1 to 6.0 */
                background: -o-linear-gradient(#4f738c, #4f738c); /* For Opera 11.1 to 12.0 */
                background: -moz-linear-gradient(#4f738c, #4f738c); /* For Firefox 3.6 to 15 */
                background: linear-gradient(#4f738c, #4f738c); /* Standard syntax */
                background-color: #4f738c;
            }

.hero {
    width: 100%;
}

.hero-remove-padding {
    position: relative;
    width: 110%;
    left: -30px;
    top: -20px;
}

h1 {
    font-family: 'zilla slab',serif;
    font-weight: normal;
    color: #555;
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 1px dotted;
    margin-top: 0;
    margin-bottom: 30px;
}

h2 {
    font-family: 'zilla slab',serif;
    font-size: 26px;
    text-transform: none;
    color: #555;
    border-bottom: 1px dotted;
    margin-top: 0;
    margin-bottom: 30px;
}

h1 .small, h1.small {
    font-family: 'zilla slab',serif;
    font-size: 26px;
    text-transform: none;
}

h1.small {
    padding-bottom: 6px;
}

.nav > li > a {
    color: #13294b;
}

    .nav > li > a:hover, .nav > li > a:focus {
        color: #13294b;
        background-color: #fff;
        text-decoration: none;
    }

    .nav > li > a.selected {
        color: #13294b;
        background-color: #fff;
        text-decoration: none;
    }

    .nav > li > a.selectedSection {
        color: #fff;
        background-color: #13294b;
    }

.nav > li.active > a, .nav > li.active > a:hover, .nav > li.active > a:focus {
    color: #13294b;
    background-color: #fff
}

.nav > li > ul > li > a {
    position: relative;
    display: block;
    padding: 16px 18px;
}

    .nav > li > ul > li > a:hover, .nav > li > ul > li > a:focus {
        color: #13294b;
        background-color: #fff;
        text-decoration: none;
    }

.nav > li > ul > li > a {
    background-color: #4f738c;
    color: #fff;
    text-decoration: none;
}

    .nav > li > ul > li > a.selected {
        color: #13294b;
        background-color: #fff;
        text-decoration: none;
    }

.nav-stacked > li + li {
    margin: 0;
}

.nav-tabs {
    margin-bottom: 10px;
    border-bottom: 1px solid #f2d6a0;
}

    .nav-tabs > li {
        background: #f5f2ed;
        color: #f2d6a0;
        border: 1px solid #f2d6a0;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 0px;
            border-radius: 0;
            color: #f2d6a0;
        }

            .nav-tabs > li > a:hover {
                color: #333;
                background-color: #e6e6e6;
            }

        .nav-tabs > li.active {
            background: #94836A;
        }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                background: #94836A;
                color: #fff;
                border-color: #94836A;
                border-bottom-color: #94836A;
            }

.btn {
    /*color: #fff;*/
    text-transform: uppercase;
    padding: 8px 18px 7px 18px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0
}

.btn-default {
    background: #4f738c;
    color: #fff;
    border: 1px solid #4f738c;
}

.btn-lg {
    background: #4f738c;
    padding: 8px 18px 7px 18px;
    font-size: 14px;
    line-height: 1.33;
    color: #f2d6a0;
    border: 1px solid #4f738c;
    text-transform: uppercase;
}

.form-control {
    border-radius: 0;
    padding-top: 9px;
    height: 35px;
}

.input-sm {
    border-radius: 0
}

.input-lg {
    border-radius: 0
}

label {
    font-family: 'source-sans-pro',Helvetica,Arial,sans-serif;
    /*font-weight: normal;*/
}

.btn-group.btn-group-toggle .btn {
    border: 1px solid #13294b;
    background: #F5F2ED;
    color: #13294b;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

    .btn-group.btn-group-toggle .btn.active {
        box-shadow: none;
        -webkit-box-shadow: none;
        background: #13294b;
        color: #fff;
    }

.btn-primary {
    background: #13294b;
    color: #fff;
    border-color: #13294b;
}

.btn-secondary {
    background: #13294b;
    color: #fff;
    border-color: #13294b;
}

.btn-danger {
    color: #fff;
}

.no-right-padding {
    padding-right: 0;
}

.no-left-padding {
    padding-left: 0;
}

.btn-subtle {
    padding: 0;
}

.btn-right-margin {
    margin-right: 10px;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.fade-enter-active, .fade-leave-active {
    transition: all .3s ease;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    /*transform: translateX(-100px);*/
    opacity: 0;
}


/* ======================= */


.fadeHeight-enter-active,
.fadeHeight-leave-active {
    transition: all 0.2s;
    max-height: 400px;
}

.fadeHeight-enter,
.fadeHeight-leave-to {
    max-height: 0px;
}

.loader {
    z-index: 1;
    width: 60px;
    height: 60px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #94836A;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 45%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
input[type="checkbox"], input[type="radio"] {
    margin-right: 8px;
}
    */
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" version="1"><path d="M4 8L0 4h8z"/></svg>');
    padding: .5em;
    padding-right: 1.5em;
    border: 1px solid #C4C4C4;
}
/*
select {
    margin-left: 8px;
    border-radius: 0;
}
*/
/*need to try and get consistent cancel button to clear the input?*/
input[type="search"] {
    -webkit-appearance: searchfield;
}

    input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
    }

@media(min-width:768px) {
    .sidebar .nav > li > a {
        padding-top: 18px;
        padding-bottom: 16px;
    }

        .sidebar .nav > li > a .glyphicon {
            float: right;
        }

    .sidebar {
        top: 50px;
        padding: 0;
        border: none;
        background-color: #f2d6a0;
        padding-left: 0;
        padding-right: 0;
    }

        .sidebar ul ul {
            list-style: none;
            padding-left: 0;
        }
}

@media(min-width:992px) {
    .searchbar {
        display: table;
        width: 100%;
    }

    .searchbar-input,
    .searchbuttons {
        display: table-cell;
    }

    .searchbuttons {
        width: 430px;
        padding-left: 10px;
    }
}

.alert {
    border-radius: 0px;
    padding: 8px 16px 7px 16px;
}

.alert-warning {
    border: none;
}

hr {
    border-top: 1px dotted #94836A;
    margin-top: 20px;
    margin-bottom: 20px;
}

.table {
    border-collapse: collapse;
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    margin-top: 20px;
}

    .table tbody tr th {
        background: #efefef;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        border-bottom: 1px solid #ddd;
        border-top: none;
        padding-left: 10px;
    }

    .table tbody tr.draft td {
        background: #fbfbfb;
    }

        .table tbody tr.draft td .draft-label {
            font-size: 12px;
            text-transform: uppercase;
            color: #777;
            padding-left: 20px;
        }

.questionnaire-question {
    box-shadow: 0 2px 4px rgba(0,0,0,.15);
    margin: 20px 0;
    padding: 20px;
}

    .questionnaire-question .details {
        padding: 16px 20px 20px 20px;
        background: #fbfbfb;
    }

.questionnaire-section .btn-subtle {
    background: none;
}

.hint {
    color: #777777;
}

.questionnaire-section {
    margin-bottom: 30px;
    border: 1px solid #bbb;
}

.questionnaire-section-header {
    background: #fbfbfb;
    padding: 20px 20px 20px 20px;
}

    .questionnaire-section-header h3 {
        margin-top: 0;
    }

.questionnaire-section-questions {
    padding: 0px 20px 20px 20px;
}

.question-buttons button {
    margin-left: 20px;
}

.questionnaire-section .dl-horizontal .dl-horizontal {
    margin-top: 10px;
}

.questionnaire-section .dropdown-source {
    margin-top: 10px;
    display: inline-block;
    list-style: none;
    padding: 0px;
}

    .questionnaire-section .dropdown-source li {
        display: inline;
    }

        .questionnaire-section .dropdown-source li::after {
            content: ", ";
        }

        .questionnaire-section .dropdown-source li:last-child::after {
            content: "";
        }


.checkbox-select {
    overflow-x: auto;
    height: 100px;
}

    .checkbox-select .checkbox-row {
        margin: 0;
        padding: 0;
    }

        .checkbox-select .checkbox-row.selected {
            background-color: #ccc;
        }

.loading-spinner {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.gtb-generate-all-status-center {
    display: inline-block;
}

.gtb-generate-all-status-pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(242 214 160 / 65%);
    box-shadow: 0 0 0 rgb(242 214 160 / 65%);
    animation: pulsing 2s infinite;
    transition: all 0.2s;
    cursor: pointer;
margin-right: 7px;}

@keyframes pulsing {
    from {
        box-shadow: 0 0 0 0 rgb(236 215 176 / 65%);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(95,139,250,0);
    }

    to {
        box-shadow: 0 0 0 0 rgba(95,139,250,0);
    }
}

.css-tooltip {
    position: relative;
    display: inline-block;
}

.css-tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 8px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    font-size: 12px;
}

.css-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.css-tooltip:hover .tooltiptext {
    visibility: visible;
}