﻿.btn, input, textarea, .dropdown-menu, .input-group-addon {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.modal-xlg {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}


#xhrLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1055;
    background: #000;
    background: rgba(0,0,0,0.6);
    display: none;
    overflow: hidden;
    top: 0;
    left: 0;
}

    #xhrLoader.white {
        background: none;
    }

    #xhrLoader > .loader,
    #xhrLoader > .loader:after {
        border-radius: 50%;
        width: 5em;
        height: 5em;
        position: absolute;
        top: 30%;
    }

    #xhrLoader > .loader {
        margin: 60px auto;
        font-size: 10px;
        position: relative;
        text-indent: -9999em;
        border-top: 0.5em solid rgba(255, 255, 255, 0.2);
        border-right: 0.5em solid rgba(255, 255, 255, 0.2);
        border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
        border-left: 0.5em solid #ffffff;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation: load8 1.1s infinite linear;
        animation: load8 1.1s infinite linear;
    }

    #xhrLoader.white > .loader {
        border-top: 0.5em solid rgba(0, 0, 0, 0.2);
        border-right: 0.5em solid rgba(0, 0, 0, 0.2);
        border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
        border-left: 0.5em solid #000;
    }

    #xhrLoader > .message {
        position: absolute;
        bottom: 30px;
        font-size: 0.8em;
        font-weight: bold;
        width: 100%;
        text-align: center;
        cursor: pointer;
        color: #FFF;
    }

    #xhrLoader.white > .message {
        color: #000;
    }

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.navbar-custom .icon-bar {
    background-color: #fff;
}

.navbar-custom {
    background-color: #168ccc;
    color: #fff;
}

    .navbar-custom li > a:hover, .navbar-custom li > a:focus {
        background-color: #49bfff;
    }

    .navbar-custom a {
        color: #fefefe;
    }

    .navbar-custom li.active a {
        background-color: #49bfff;
    }

    .navbar-custom .form-control:focus {
        border-color: #49bfff;
        outline: 0;
        -webkit-box-shadow: inset 0 0 0;
        box-shadow: inset 0 0 0;
    }

    .navbar-custom .navbar-text.teleinfo {
        padding-right: 10px;
    }

        .navbar-custom .navbar-text.teleinfo .glyphicons {
            padding-right: 10px;
        }

.navbar-language {
    font-size: 0.8em;
}

    .navbar-language li a {
        margin-top: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

.navbar-custom .navbar-text.languageinfo {
    margin-top: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.dropdown-menu {
    margin: 0px;
}

.home-box h3 {
    text-align: center;
}

.home-icon {
    text-align: center;
}

    .home-icon span.glyphicons {
        background-color: #55D8D1;
        color: #FFF;
        font-size: 2.5em;
        width: 80px;
        height: 80px;
        padding-left: 0px;
        padding-top: 18px;
        border-radius: 40px;
        text-align: center;
    }

    .home-icon a {
        color: #FFF;
    }

div#main-menu-collapse a.aspNetDisabled {
    color: #CCC;
    opacity: 0.6;
}

.open-panel-extra {
    display: inline-block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.close-panel-extra {
    display: none;
    float: right;
    padding-right: 10px;
}

.qaaccordion .panel-heading {
    padding: 0px;
}

.qaaccordion .panel-title a {
    padding: 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.glyphicons::before {
    padding: 3px 0px;
}

.tab-content > .tab-pane {
    padding: 10px;
}

.QA_toolbar {
    margin: 10px 0;
}

.text-left th, .text-left td {
    text-align: left;
}

.text-center th, .text-center td {
    text-align: center;
}

.text-right th, .text-center td {
    text-align: right;
}

div.grid_controls button {
    margin-left: 3px;
    margin-right: 3px;
}

.squeezed-table {
    table-layout: fixed;
}

    .squeezed-table td {
        overflow: hidden;
    }

table.researchlist-table table[data-research].odd {
    background-color: #fff;
    color: #4a3c8c;
    border: transparent 1px solid;
}

table.researchlist-table table[data-research].even {
    background-color: #e9e9e9;
    color: #4a3c8c;
    border: transparent 1px solid;
}

table[data-research] tr {
    cursor: pointer;
}

    table[data-research] tr:hover {
        background-color: #FFFFCC;
    }

.qa_questionnaire_structure .page-list {
    padding-left: 2px;
}

.qa_questionnaire_structure .header-list {
    display: none;
    padding-left: 2px;
}

    .qa_questionnaire_structure .header-list.active {
        display: inline-block;
        width: 100%;
    }

.qa_questionnaire_structure .question-list {
    display: none;
    padding-left: 2px;
}

    .qa_questionnaire_structure .question-list.active {
        display: inline-block;
        width: 100%;
    }

.qa_questionnaire_structure li {
    cursor: pointer;
}

    .qa_questionnaire_structure li span.glyphicons {
        padding: 5px;
        margin-top: -5px;
        margin-left: -5px;
    }

        .qa_questionnaire_structure li span.glyphicons:hover {
            color: #fff;
            background: #000;
        }

.qa_questionnaire_structure .page-list li, .qa_questionnaire_structure .header-list li, .qa_questionnaire_structure .question-list li {
    list-style: none;
    padding: 5px;
}

    .qa_questionnaire_structure .page-list li.page.even {
        background: #ccc;
    }

    .qa_questionnaire_structure .page-list li.page.odd {
        background: #aaa;
    }

    .qa_questionnaire_structure .page-list li:hover {
        background: #eee;
    }

.qa_questionnaire_structure .header-list {
    background: #fff;
}

    .qa_questionnaire_structure .header-list li:hover {
        background: #eee;
    }

.qa_questionnaire_structure .question-list li:hover {
    background: #fff;
}

.qa_questionnaire_structure .page-toggle-collapse, .qa_questionnaire_structure .header-toggle-collapse {
    cursor: pointer;
}

.qa_questionnaire_structure li.page, .qa_questionnaire_structure li.header, .qa_questionnaire_structure li.question {
    display: inline-block;
    width: 100%;
}

.qa_questionnaire_structure li.question {
    padding: 5px 5px 5px 10px;
}

.qa_questionnaire_structure .qcheckbox {
    float: right;
    margin-right: 0px;
}

    .qa_questionnaire_structure .qcheckbox.header {
        float: right;
        margin-right: 5px;
    }

    .qa_questionnaire_structure .qcheckbox.page {
        float: right;
        margin-right: 10px;
    }

.qa_questionnaire_structure input[type=checkbox] {
    width: auto !important;
}

.qa_questionnaire_structure li {
    margin-left: auto !important;
}

.nav-tabs.crosstab-settings > li > a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px;
}

.nav-tabs.crosstab-settings > li.active > a, .nav-tabs.crosstab-settings > li.active > a:focus, .nav-tabs.crosstab-settings > li.active > a:hover {
    border-right-color: transparent;
    border-bottom-color: #ddd;
}

.nav-tabs.crosstab-settings {
    border-right: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
}

.divSettingsToggler {
    cursor: pointer;
    font-size: 1.3em;
    padding-left: 15px;
}

.divSettingsTogglerIcon.glyphicons-chevron-down {
    color: #5bc0de;
}

#cloud_outputs {
    margin-top: 20px;
}

    #cloud_outputs #cloud_table_output .table-title-group {
        font-size: 2em;
        font-weight: bold;
        margin-top: 20px;
    }

#AnnotatedComment {
    word-wrap: break-word;
    padding: 2.5px;
    font-size: 24px;
}

    #AnnotatedComment span.text::before {
        content: "";
        background: #000;
        height: 5px;
        overflow: hidden;
        width: 1px;
        display: inline-block;
        position: relative;
        top: 6px;
    }

    #AnnotatedComment span.text::after {
        content: "";
        background: #000;
        height: 5px;
        overflow: hidden;
        width: 1px;
        display: inline-block;
        position: relative;
        top: 6px;
    }

    #AnnotatedComment span.text:hover::before, #AnnotatedComment span.text.hover::before, #AnnotatedComment span.text:hover::after, #AnnotatedComment span.text.hover::after {
        background: transparent;
    }

    #AnnotatedComment span.text {
        font-size: 24px;
        border-bottom: 1px solid #000;
        margin-right: 2.5px;
        margin-left: 2.5px;
        margin-bottom: 1px;
        text-shadow: -0.5px -0.5px 2px #FFF, 0.5px -0.5px 2px #FFF, -0.5px 0.5px 2px #FFF, 0.5px 0.5px 2px #FFF;
    }

        #AnnotatedComment span.text:hover, #AnnotatedComment span.text.hover {
            border-bottom: 2px solid #CCC;
            cursor: pointer;
            margin-bottom: 0px;
        }

#AnnotatedCommentInfo {
    padding-top: 6px;
    font-size: 1.1em;
    font-weight: bold;
}

    #AnnotatedCommentInfo .alreadyAnnotated {
        color: #449d44;
    }

    #AnnotatedCommentInfo .notAnnotated {
        color: #a94442;
    }

    #AnnotatedCommentInfo .formId {
        color: #ccc;
    }



.category-container {
    width: 100%;
    display: inline-block;
    height: 45px;
    vertical-align: top;
    padding: 5px 0 5px 0;
}

    .category-container span.category {
        width: 87%;
        display: inline-block;
        padding: 5px;
        font-size: 21px;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000;
        height: 35px;
        line-height: 21px;
        vertical-align: top;
    }

    .category-container button {
        width: 13%;
        display: inline-block;
        height: 35px;
        font-size: 21px;
        line-height: 21px;
        vertical-align: top;
    }

.template-content {
    display: none;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
}

.category-chooser button {
    padding-bottom: 5px;
}

.category-chooser .category_list {
    padding-bottom: 5px;
}

    .category-chooser .category_list .category_item {
        font-size: 16px;
        padding: 5px;
        border-bottom: 3px solid #000;
        text-shadow: 1px 1px 1px #FFF;
        cursor: pointer;
        margin-bottom: 5px;
    }

        .category-chooser .category_list .category_item:not(.selected):hover, .category-chooser .category_list .category_item.selected {
            color: #FFF;
            text-shadow: 1px 1px 1px #000;
        }
