/******************
    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
*/

/* show scrollbar in IE */
@-ms-viewport {
    width: auto !important;
}


body {
    padding-bottom: 50px;
    font-size: 14px;
}

h1 {
    font-size: 18px;
}

h2, .h2 {
    font-size: 16px;
    font-weight: bold;
}

h3, .h3 {
    font-size: 14px;
    font-weight: bold;
}

h4, .h4 {
    font-size: 14px;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 13px;
}

.text-info, .text-primary {
    color: #444444;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-nav > li {
    float: right;
    clear: both;
    text-align: right;
    font-size: 13px;
    line-height: 18px;
}
    
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 0;
}
    
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

li.question-item.answer-item.text-item.form-group {
    display: inline-block;
    width: 100%;
}

.tr-navbar-top {
    display: block;
    margin: 0;
    width: 100%;
}

#outerframeContainer {
    /* height: 762px; */
    overflow: auto;
}

.logo-container img {
    max-height: 150px;
    display: inline-block;
    padding: 15px;
    width: auto;
}

.logo-container img.portrait {
    padding: 5px 15px;
}

.navbar-header {
    position: relative;
    display: inline-block;
    float: none;
    text-align: center;
}

.bluerect {
    background-color: #FFFFFF;
}

.tr-footer {
    margin: 1em 0 -1em 0;
    color: #000000;
    display: inline-block;
    width: 100%;
}

.tr-footer p {
    margin: 0; 
    font-size: 11px;
}

.tr-footer a  {
    color: #FFFFFF;
    font-weight: bold;
}

#navbar {
    float: right;
    width: 260px;
}

.navbar-toggle {
    position: absolute;
    right: 0;
}

.tr-progress-container .container-fluid {
    width: 50%;
    padding-top: 1em;
}

.progress-bar {
    background-color: #666666;
    
}

#navigator-container {
    position: fixed;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

.no-iframe #navigator-container {
    position: absolute;
    bottom: auto;
}

.tr-navbar-bottom {
    display: table;
    margin: 0;
    width: 100%;
    padding: 1em 0;
    text-align: left;
}


@media (min-width: 1200px) {
    .tr-navbar-top, .tr-navbar-bottom {
        margin: 0 auto;
        width: 1200px;
    }
    
    .navbar-header {
        margin-right: 80px;
    }

    #navbar {
        width: auto;
    }
    
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 100px;
    }
    
    .navbar-header {
        position: relative;
        margin-right: 80px;
    }
    
    .navbar-collapse {
        position: absolute;
        right: 0;
        top: 44px;
        background: rgba(20,20,20,0.8);
        border-left: 1px solid transparent;
    }
    
    #outerframeContainer {
        /* height: 650px; */
    }
    
    .ls-move-previous-btn {
        float: left;
    }
    
    .ls-move-btn {
        margin-top: 1em;
    }
    
    .tr-progress-container .container-fluid {
        width: 80%;
    }
    
    
    
}
