/*
 * Theme variables
 */
/*** Mixins ***/
/*@base-color: #135ebb;  "Punchy" */
/* Chris suggestion */
/*@base-color: #4469ad;*/
/*@menu-color: #E7A03C;
@menu-highlight: #EAC08C;*/
/*
 * The primary style sheet
 */
/*
* The primary page structure
*/
body {
    background-color: #2e578b;
}
#container {
    position: relative;
    height: 100px;
}
#pageBody {
    margin-top: 15px;
}
#border {
    background-color: #FFFEFE;
    border: 0;
}
#bodyPad {
    margin-left: 0;
    /*min-height: 400px;*/;
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

#logo img {
    height: 50px;
}

.internalLogo {
    float: right;
    margin: 15px;
}

.internalLogo a img{
    height: 50px;
}

.siteSeal a img{
    border: 0px;
    width: 70px;
    height: 50px;
    max-height: 85px;
    float: right
}

#logo img, .internalLogo a {
    vertical-align: middle;
}
#footer {
    margin-bottom: 15px;
}
#ads {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 150px;
}
/*
* The main menu
*/
#menu {
    background-color: #0060AF;
    height: 44px;
    min-height: 44px;
}
#menu a {
    display: block;
    color: #eee;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 44px;
    padding: 0 20px;
}
#menu a.parent:after {
    content: " \25C2";
}
#menu li:hover a.parent:after {
    content: " \25BE";
}
#menu a:hover {
    text-decoration: underline;
}
#menu li.activePage a:hover {
    text-decoration: none;
}
#menu li {
    float: left;
    margin: 0;
    text-align: right;
    height: 44px;
    min-height: 44px;
}


#menu li.siteSeal{
    float: right;
}

#menu li.activePage a {
    background-color: #FFFEFE;
    font-weight: bolder;
    font-size: 14px;
    color: #56571D;
}

#menu li.account-menu {
    float: right;
    margin: 0;
    text-align: right;
    height: 44px;
    min-height: 44px;
}

#menu li ul {
    position: absolute;
    width: 180px;
    left: -999em;
    background-color: #0060AF;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 0;
    z-index: 1000;
    height: 44px;
    min-height: 44px;
}
#menu li ul li {
    background-color: #0060AF;
    border-top: 1px solid #EEE;
    width: 100%;
    height: 44px;
    min-height: 44px;
}
#menu li ul li:first-child {
    border-top: none;
}
#menu li ul li:last-child {
    border-bottom: none;
}
#menu li ul li:hover {
    background-color: #0060AF;
    -moz-transition-property: background-color;
    -moz-transition-duration: .25s;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .25s;
    height: 44px;
    min-height: 44px;
}
#menu li:hover ul {
    background-color: #0060AF;
    left: auto;
    right: 0;
    margin-top: 0;
    height: 44px;
    min-height: 44px;
}
#menu li ul li a {
    background-color: #0060AF;
    font-size: 12px;
    height: 44px;
    min-height: 44px;
}

.welcomeMessage {
    width: 70%;
    margin: 10px 0 5px 40px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 999;
    position: absolute;
    background-color: #F0F8FF;
    border: 0;
    border-radius: 4px;
}

.welcomeMessage p{
    margin: 5px;
}

.welcomeMessageFull {
    float: left;
    z-index: 999;
    background-color: #F0F8FF;
    overflow: auto;
    height: auto;
}

/*
* Styles for form elements
*/
/*** Fields ***/
.field {
    margin: 0 0 20px 0;
}
.requiredMark {
    color: red;
}
.field label {
    color: #333333;
    font-size: 1.4em;
    font-weight: bold;
}
.fieldQuestion {
    font-size: 1.75em;
    color: #777;
}
img.helpTrigger {
    vertical-align: text-bottom;
    margin-left: .25em;
}
.fieldHelp {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.25em;
    padding: 10px;
    background-color: #eee;
    display: none;
    margin-bottom: 5px;
}
.field input, .textInput, .dateInput {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    height: 1.43em;
    width: 260px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.field textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    width: 538px;
    height: 10em;
    margin-top: .15em;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    resize: horizontal;
}
fieldset .field textarea {
    width: 498px;
}
.field select.dropdown {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    width: 260px;
    margin-top: .15em;
}
.field select.list {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    width: 260px;
    height: 10em;
    margin-top: .15em;
    border: 1px solid #ccc;
}
.multichoiceLeft label,
.multichoiceRight label {
    display: block;
    float: none;
    font-size: 1.4em;
    font-weight: normal;
}
.child-schedule {
    display: flex;
}
.child-schedule-table tr td {
    padding: 0 5px;
}
.child-schedule-table tr td:first-child {
    font-size: 1.4em;
    text-align: left;
    vertical-align: bottom;
}
.conditionalTrigger label {
    font-size: 1.4em;
    font-weight: normal;
}
input.multichoice {
    border: 0;
    margin-right: 5px;
    position: relative;
    top: .4em;
    width: auto;
}
.scheduleResponse {
    border: 1px dotted #ccc;
    padding: 0 1em;
    margin-bottom: 1em;
}
input:focus,
textarea:focus,
select:focus {
    background-color: #c4e4f9;
    border-color: #49494A;
    box-shadow: 0 0 4px #49494A;
    transition-property: box-shadow;
    -moz-transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    -o-transition-property: box-shadow;
    transition-duration: .25s;
    -moz-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
}
#pageCount {
    color: #4469ad;
    font-size: 2em;
    text-align: right;
}
#interviewTitle {
    color: #ccc;
    font-size: 2em;
    line-height: 3em;
    text-align: right;
    margin-top: -20px;
}
/*
* Repeatable elements
*/
.repeatableElement {
    margin-bottom: 20px;
}
.repeatableElementForm {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    margin: 5px 0;
    padding: 10px;
}
.repeatableElementForm p.repeatableElementPreview {
    font-size: 1.4em;
    color: #777;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
    cursor: pointer;
}
a.repeatableElementDelete {
    text-decoration: none;
    float: right;
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}
a.repeatableElementDelete:hover {
    color: #666;
    text-decoration: none;
}
.repeatableElement p.notAllowedMessage {
    height: 2.14em;
    line-height: 2em;
}
.repeatableElement button.addButton {
    float: left;
    margin-right: 10px;
}
/*** Grids ***/
table.dataTable {
    visibility: hidden;
    width: 100%;
}

/*** Override Ext bits ***/
.x-grid3-hd-row td {
    color: #666;
    font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.x-grid3-hd-row td,
.x-grid3-row td,
.x-grid3-summary-row td {
    font-size: 1.3em;
    font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.x-grid3-row td,
.x-grid3-summary-row td {
}
.x-toolbar {
    background-image: none;
    font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #F0F8FF;
}
.inactiveRow {
    color: #999;
    font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul.x-tab-strip li {
    margin: 0 3px 0 0;
    font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.x-toolbar div, .x-toolbar td, .ext-webkit .x-small-editor .x-form-field {
    font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.x-btn button {
    font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*** Buttons ***/
button.flzButton {
    /*From Bootstrap v3: .btn */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    /*From Bootstrap v3: .btn-default */
    color: #333;
    background-color: #fff;
    border-color: #ccc;

    /*shadow backdrop*/
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    will-change: opacity, transform;
    transition: all .3s ease-out;
}

button.flzButton:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
button.flzButton:disabled {
    background: inherit;
    color: #aaa !important;
    cursor: not-allowed !important;
    pointer-events: all !important;

    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}


button.flzButton img {
    vertical-align: text-bottom;
    opacity: .5;
}

button.flzButton:active,
button:focus {
    color: #4469ad;
}

button.largeButton {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.largeButton:disabled {
    background: inherit;
    color: #aaa !important;
    cursor: not-allowed !important;
    pointer-events: all !important;

    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

span#tadpolesExport {
    float:right;
    font-size: 16px;
    visibility:hidden;
}

span#tadpolesExport img {
    width: 40px;
    vertical-align: middle;
}

/*** Button Panels ***/
.gridButtonPanel {
    text-align: center;
    float: right;
}
.leftGridButtonPanel {
    text-align: left;
}
.rightGridButtonPanel {
    text-align: right;
    height: 50px;
}
.gridButtonPanel button {
    margin: 1em 0 0 1em;
    *vertical-align: -5px;
}
/*.gridButtonPanel #exportButton*/
#exportBar button {
    margin: 0 1em 0 .25em;
}
.gridButtonPanel select {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    width: 260px;
    vertical-align: top;
}
.rightGridButtonPanel button {
    margin: auto 5px;
}
#pageCount {
    float: right;
    padding-bottom: 20px;
    width: 5em;
}

/*
 * Icons
 */
.icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: text-top;
    padding-right: 5px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
}
.add {
    background-image: url('../../common/img/icons/add_icon.gif');
}
.back {
    background-image: url('../../common/img/icons/left_icon.gif');
}
.begin {
    background-image: url('../../common/img/icons/begin_icon.gif');
}
.beginPlus {
    background-image: url('../../common/img/icons/begin_plus_icon.gif');
}
.cancel {
    background-image: url('../../common/img/icons/cancel_icon.gif');
}
.cancel {
    background-image: url('../../common/img/icons/cancel_icon.gif');
}
.edit {
    background-image: url('../../common/img/icons/edit_icon.gif');
}
.export {
    background-image: url('../../common/img/icons/export_icon.gif');
}
.finish {
    background-image: url('../../common/img/icons/finish_icon.gif');
}
.index {
    background-image: url('../../common/img/icons/index_icon.gif');
}
.jump {
    background-image: url('../../common/img/icons/jump_icon.gif');
}
.link {
    background-image: url('../../common/img/icons/link_icon.gif');
}
.login {
    background-image: url('../../common/img/icons/login_icon.gif');
}
.next {
    padding: 0 0 0 5px;
    background-position: right 45%;
    background-image: url('../../common/img/icons/right_icon.gif');
}
.note {
    background-image: url('../../common/img/icons/note_icon.gif');
}
.resume {
    background-image: url('../../common/img/icons/resume_icon.gif');
}
.summary {
    background-image: url('../../common/img/icons/summary_icon.gif');
}
.unlink {
    background-image: url('../../common/img/icons/unlink_icon.gif');
}
/*** Icons for ext components ***/
.confirmIcon {
    background-image: url("../../../images/icons/confirm.gif") !important;
}
.cancelIcon {
    background-image: url("../../../images/icons/cancel.gif") !important;
}
.editIcon {
    background-image: url("../../../images/icons/edit.gif") !important;
}
.shareIcon {
    background-image: url("../../../images/icons/share.gif") !important;
}
.shareGridIcon {
    background: transparent url("../../../images/icons/share.gif") no-repeat center center !important;
}
.publicCompleteGridIcon {
    background: transparent url("../../../images/icons/confirm.gif") no-repeat center center !important;
}
/*** Basic classes ***/
.clearBoth {
    clear: both;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.hidden {
    display: none;
}
/*** General typography ***/
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 62.5%;
}
hr {
    background-color: #ccc;
    border: 0;
    color: #ccc;
    height: 1px;
}
h1,
h2,
h3,
p {
    color: #333333;
}
h1 {
    font-size: 3em;
    line-height: 30px;
    margin-bottom: 20px;
}
h3 {
    color: #000000;
    font-size: 1.8em;
    line-height: 30px;
}
h4 {
    color: #000000;
    font-size: 1.4em;
    line-height: 30px;
}
p {
    font-size: 1.4em;
    margin-bottom: 20px;
}
.pageTitle h1 {
    margin: 0;
}
p#pagehelp {
    color: #999;
    font-size: 1.6em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
}
span.emphasize {
    color: #4469ad;
}
dt {
    font-size: 1.4em;
}
dt a {
    font-size: 1em;
}
dd {
    color: #777;
    font-size: 1.2em;
}
span.bodyText {
    /* Used when text is not inside a paragraph */

    font-size: 1.4em;
}

span.yes {
    color: green;
}
span.no {
    color: red;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #333333;
}
a.smallLink {
    font-size: 1.2em;
}
fieldset {
    border: 1px solid #2e578b;
    border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 20px;
    padding-top: 0\9;
    /* IE 6,7,8 fix */

    -webkit-border-radius: 4px;
}
legend {
    color: #0060AF;
    font-size: 2em;
    margin-bottom: 20px;
    /* IE 6,7,8 fix */

}
/** Specific parts **/
#footer {
    font-size: 1.4em;
    text-align: left;
    background-color: #636466;
}
#footer a {
    font-size: 1em;
    color: #EEE;
    text-decoration: none;
}
#footer a:hover {
    font-weight: bold;
}
#footer .version {
    color: #49494A;
}
#footer img {
    vertical-align: middle;
}

#footer .administrator-link-footer{
    display: inline-block;
    margin: 5px;
    min-width: 85px;
    width: 33%;
}

#footer .appInfo {
    width: 33%;
    text-align: center;
    margin: 5px;
    display: inline-block;
}

#footer .feedback{
    display: inline-block;
    margin: 5px 40px;
}

/*** Integrations Page ***/
dt img {
    float: left;
    margin: .25em 1em 0 0;
}
dd {
    margin-bottom: 20px;
}
div#apiKey {
    background-color: #eee;
    border: 1px #ccc solid;
    margin: 21px 0 19px 0;
    padding: 1em;
}
/*** Interview Pages ***/
.wizardPage {
    padding: 1px;
    /* Corrects small jumping during animating */

    padding-bottom: 1em;
}
#page1 {
    display: none;
}
#page3 {
    display: none;
}
/*
 * Windows
 */
div.modalMask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: fixed;
    z-index: 20000;
    left: 0;
    top: 0;
}
div.modalWindow {
    background: #4469ad url('../../common/img/modal_bg.gif') repeat-x top left;
    border: 2px solid #49494A;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 16px #324d82;
    -webkit-box-shadow: 0px 0px 16px #324d82;
    -moz-box-shadow: 0px 0px 16px #324d82;
    margin-left: -200px;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 400px;
    z-index: 40000;
}
.modalWindow .title {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.modalWindow .content {
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 1.5em;
    margin: 0 5px 5px 5px;
    padding: 10px;
}
.modalWindow .buttons {
    padding-bottom: 5px;
    text-align: center;
}
.ext-el-mask {
    background-color: #000;
    -moz-opacity: 0.4;
    opacity: .40;
    filter: alpha(opacity=40);
    position: fixed;
}
.ext-ie .ext-el-mask {
    position: absolute;
}
.x-window-plain .x-window-body {
    background-color: #d0d8e6 !important;
    padding: 10px;
}
/*** Information panels ***/
div.error {
    background: #ffcccc url('../../common/img/icons/error_icon.gif') no-repeat 10px 10px;
    border: 2px solid #700;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #440000;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 10px 10px 10px 40px;
}
div.confirm {
    background: #ccffcc url('../../common/img/icons/success_icon.gif') no-repeat 10px 10px;
    border: 2px solid #017915;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #004400;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 10px 10px 10px 40px;
}
div.wait {
    background: #eeeeff url('../../common/img/loader.gif') no-repeat 10px 5px;
    border: 2px solid #007;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000044;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
}
div.info {
    background: #d1e4f3 url('../../common/img/icons/info_icon.gif') no-repeat 10px 10px;
    border: 2px solid #007;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000044;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding: 10px 10px 10px 50px;
    border-color: #9cbbd8;
    background-color: #d1e4f3;
}
div#docViewMessageBox {
    margin: 40px 0 0 0;
}
/* Overrides */
body {
    background: #eee;
}
#border {
    border: 0px;
}

#container {
    width: 80%;
    min-height: 672px;
    height: 672px;
}

.container_16 .grid_16 {
    width: 100%;
}

.container_16 .grid_14 {
    width: 90%;
}

.searchTypeFilterGridButton button{
    margin: 0 25px;
}

h1.pageHeader{
    display: inline;
    float: left;
    margin: 15px 0 15px 40px;
    width: 500px;
    max-width: 500px;
    font-size: 24px;
    font-weight: normal;
}

.pageContainer{
    height: auto !important;
    border-bottom: 1px solid #cccccc;
    padding: 0 0 0 5px;
}

h2.pageTitleHeader {
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 5px 0;
}

.completedDocumentsContainer{
    height: 225px;
    max-height: 225px;
    overflow-y: auto;
}

div.interviewSummaryLink{
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}

div#currentInterviewName{
    font-size: 16px;
}

.exportBar{
    /*height: 45px;*/
    float: left;
    width: 100%;
    padding: 5px 0;
    overflow: hidden;
}

#exportSelect{
    margin: 7px 10px 0 0;
}

.renameField{
    margin: 20px 0 5px 0;
    overflow: hidden;
}

h3.incompleteInterview, h3.completedExport{
    line-height: 20px;
    margin: 10px 0;
}

.loginContainer{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#loginButton{
    color: #fff;
    background-color: #0060AF;
    border-color: #0060AF;
}

#loginButton:hover {
    opacity: .8;
}

button.flzButton.primary-button {
    color: #fff !important;
    background-color: #0060AF !important;
    border-color: #0060AF !important;
}

button.flzButton.primary-button:hover {
    color: #fff !important;
    background-color: #0060AF !important;
    border-color: #0060AF !important;
    opacity: .8 !important;
}

button.flzButton.primary-button:disabled {
    background: inherit;
    border: 1px solid transparent !important;
    border-radius: 4px;
    color: #fff !important;
    opacity: .6 !important;
}

button.flzButton.primary-button:disabled:hover {
    opacity: .6 !important;
}

#createAccountButton {
    margin-left: 15px;
}

#createAccountButton a, #createAccountButton a:hover {
    text-decoration: none;
}


#integrationsFieldset{
    height: 410px;
}

#integrationsContainer{
    height: 375px;
}

#integrationsList{
    overflow: auto;
    height: 375px;
}

#integrationsList dt, #integrationsList dd {

}

#integrationsList dd{
    margin: 0 0 0 100px;
}

#integrationsList dd button{
    font-size: 20px;
}

#integrationsList dt img{
    width: 150px;
    height: 75px;
}

.navigationContainer{
    text-align: right;
}

#pageListNavigation{
    display: inline;
}

#docViewNavigation{
    display: inline-block;
}

#docViewEditButton{
    margin: 1em 0 0 1em;
}

.interviewDescription{
    height: 55px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    top: -20px;
    background-color: #F0F8FF;
    border: 0;
    border-radius: 4px;
    font-size: 1.4em;
}

.interviewDescription p:hover, .interviewDescriptionFull p, .interviewDescription p{
    margin: 10px;
    font-size: 1em;
    color: #333333;
}

.interviewDescriptionFull{
    float: left;
    z-index: 999;
    background-color: #F0F8FF;
    overflow: auto;
    height: auto;
}

.overviewMargin {
    margin-top: 46px;
}

.moreDetails, .lessDetails{
    float: right;
    height: 44px;
    min-height: 44px;
    line-height: 44px;
    width: 44px;
    margin: 5px;
    vertical-align: middle;
    background: transparent url('../../../images/arrow-gray-down.png') no-repeat 45% center;
    z-index: 1000;
    cursor: pointer;
}

.lessDetails{
    background: transparent url('../../../images/arrow-gray-up.png') no-repeat 45% center;
}

.overviewNavigation{
    height: 50px;
    margin: 10px 0;
}

h3.completedExport{
    margin: 40px 0 10px 0;
}

#resumeTitle{
    margin: 40px 0 0 0;
}

#signUp, #profileContainer, .userSettings {
    height: 400px;
    overflow: auto;
}

#signUp fieldset, #profileContainer fieldset{
    width: 90%;
}

#interviewList {
    height: 385px;
    /*margin: 0 0 10px 0;*/
}
#resumeSessionList {
    height: 400px;
}
#completedSessionList {
    height: 400px;
}
#interviewPageList {
  height: 200px;
  margin-bottom: 20px;
}
#overviewList {
}

#interviewPageList.panelWithDescription{
    height: 290px;
    position: relative;
}

#overviewList.noInterviewDescription{
}

#interviewDocumentList {
    height: 200px;
}

#overviewTitle.noInterviewDescription {
    margin: 0;
}

#navigationContainer.noInterviewDescription{
    margin: auto 0;
}

.resumeContainer{
    height: 325px;
    overflow: auto;
}

.resumeContainerWithNote{
    height: 300px;
    overflow: auto;
}

#whichPage{
    float: right;
    font-size: 2em;
    margin: 10px 0;
    width: 65px;
}

.interviewIndexButton{
    top: 0;
}

#profileContainer, .userSettings{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.renameField .confirm, .renameField .error, .renameField .wait{
    float: left;
    margin: 0;
    padding: 15px 15px 15px 40px;
    margin-right: 10px;
}

.renameField .confirm {
    background: #ccffcc url('../../common/img/icons/success_icon.gif') no-repeat 5px;
}

.renameField .error{
    background: #ffcccc url('../../common/img/icons/error_icon.gif') no-repeat 5px;
}

.renameField .wait{
    background: #eeeeff url('../../common/img/loader.gif') no-repeat 5px;
}

#renameStatus{
    line-height: 20px
}

#currentInterviewSessionNote {
    display: block;
}

.interviewContent {
    padding: 0 0 0 5px;
}

#pageTitleContainer {
    border-bottom: 1px solid #cccccc;
}


.x-panel-body-noheader, .x-panel-mc .x-panel-body,
.x-panel-body,
.x-panel {
    border: 1px solid #636466;
}

.x-grid3-row-selected {
    background-color: #F0F8FF !important;
    background-image: none;
    border-color: #636466;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
    border-color: transparent;
}

.optionsBar {
    width: 100%;
    overflow: hidden;
}

.leftCol {
    float: left;
}

.rightCol,
.pull-right {
    float: right;
}

#exportGrids {
    width: 100%;
    overflow: hidden;

    /* vertical line down middle */
    background: linear-gradient(180deg, transparent, #ccc, transparent);
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 1px auto;
}

#exportGrids .leftCol, #exportGrids .rightCol {
    width: 49%;
}

#exportGrids.single-grid {
    background: transparent;
}

#summaryPageListButton {
    margin-left: 50px;
}

#summaryPageListButton.single-button {
    margin-left: 0;
}

.select-center-menu {
    float: right !important;
}

.select-center-menu a {
    white-space: nowrap;
    max-width: 15em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.help-button {
    float: right !important;
    width: 50px;
}

.help-button:hover .far {
    font-size: 110%;
}

#localize-widget.localize-dark > #localize-active-lang {
    background-color: #0060AF !important;
}
#localize-widget.localize-dark > #localize-widget-langs {
    background-color: #0060AF80 !important;
}
#localize-widget.localize-dark > #localize-powered-by {
    display: none !important;
}

.chip {
    display: inline-flex;
    border: 1px solid black;
    padding: 4px 8px;
}

.chip > button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 0 8px;
    cursor: pointer;
}

.field-text-input-container {
    display: table-caption;
}

.character-limit {
    display: flex;
    float: right;
    font-size: 125%;
    opacity: 0.5;
}