.hidden {
    display: none !important;
}

.unhidden {
    display: block !important;
}

/*Left side bar End*/
img {
    -ms-interpolation-mode: bicubic;
}

#feedback_button:focus,
#feedback_button:active,
#help_button:focus,
#help_button:active {
    outline: none;
}

/*Jquery Validator*/
.error {
    color: red
}

/* override the default x-editable CSS */
.editable-error-block {
    max-width: inherit !important;
}

.tooltip {
    font-weight: 600;
    font-size: 1.3em;
    position: fixed;
}

.definition {
    padding-bottom: 10px
}

#biosemi, .eeg_item_list {
    list-style: none;
    padding-left: 0;
}

#EURtoUSD {
    cursor: pointer;
}

/*BETA styles*/

.btn-register-beta {
    background-image: -webkit-linear-gradient(top, #4a80ea 0%, #276ae8 100%);
    background-image: linear-gradient(to bottom, #4a80ea 0%, #276ae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a80ea', endColorstr='#ff276ae8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    color: #d3d3d3;
    background-color: #4a80ea;
    border-color: #4a80ea;
}

.btn-register-beta:hover, .btn-register-beta:active, .btn-register-beta:focus {
    color: #fff;
    background-color: #296BEC;
    border-color: #4a80ea;
}

@media (max-width: 480px) {
    .space_before {
        height: 5px !important;
    }
}

/*outdatedbrowser.min.css*/
/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.0 - 2014
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1500;
    background-color: #f25648;
    color: #fff
}

* html #outdated {
    position: absolute
}

#outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px
}

#outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0
}

#outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    cursor: pointer
}

#outdated #btnUpdateBrowser:hover {
    color: #f25648;
    background-color: #fff
}

#outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px
}

#outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-size: 36px;
    line-height: 36px
}

/*outdatedbrowser.min.css - end */

.avatar-popup {
    display: none;
    position: fixed;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px;
    left: calc(50% - 260px);
    top: 75px;
    height: 600px;
    width: 520px;
    background-color: white;
    border: 2px solid black;
    border-radius: 4px;
}

#content_content {
    min-height: calc(100vh - 252px);
    min-width: 1280px;
    overflow-x: scroll;
}

#library_content {
    min-height: calc(100vh - 277px);
}

/* #sign_in_content {
    min-height: calc(100vh - 248px);
} */

.sub-horizontal-divider {
    margin-top: 10px;
    margin-bottom: 10px;
}

#no_course_msg {
    display: block;
    margin-bottom: 20px;
}

#expected-response.audio_player_outline {
    margin-left: 20px;
}

.no_child_account {
    display: none;
}

.upgrade_benefits {
    font-weight: normal;
    margin-top: 10px;
}

.dashboard_family_members {
    margin-top: 10px;
    text-align: center;
}

/*.dashboard_family_members > img {*/
/*    margin-right: 10px;*/
/*}*/

.dashboard_family_member_profile_glow {
    border: 3px solid #1C96CA;
    -webkit-box-shadow: 0 0 9px 4px #85C1E9;
    -moz-box-shadow: 0 0 9px 4px #85C1E9;
    box-shadow: 0 0 9px 4px #85C1E9;
    animation: glow_hover 1.5s linear infinite alternate;
}

.share_child_account {
    margin: 10px;
}

.share_course_child_checkbox {
    margin: 10px !important;
    vertical-align: middle;
}

.share_child_profile_image {
    border-radius: 50%;
    margin-left: 10px;
}

#another_child_account_link {
    margin: 20px;
    position: absolute;
    bottom: 20px;
}

.p1_class {
    display: none;
}

#textual_evaluation_parameters_semantics {
    display: none;
}

#textual_evaluation_parameters_spelling {
    display: none;
}

.bundles_table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid cornflowerblue;*/
}

.bundles_table th {
    padding: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

.bundles_table td {
    padding: 5px;
    font-size: 1.1em
}

.bundles_table_header {
    background: #EDEDED;
}

.bundles_title {
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.bundles_section {
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.bundle_my_courses_image {
    height: 30px;
    width: 30px;
}

#create_update_bundle {
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#bundles_course_retrieval_message {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#bundle_name {
    width: 60%
}

#bundle_buttons {
    float: right
}

.bundles_currency {
    padding: 10px
}

.get_as_bundle_button {
    position: relative;
}

#bundle_info {
    position: absolute;
    margin-top: 4px;
    margin-left: 15px
}

#course_instruction {
    margin-top: 10px;
    margin-bottom: 10px;
}

#overview-select-user {
    font-size: 14px;
    border: none;
    width: 100%;
    background: white;
}

.overview-users-options {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

#start_learning_msg {
    font-size: 20px;
    color: #808080
}

input#show_personal, input#show_grouped, input#show_node_movement, input#show_concentric_layout {
    margin: 4px 5px 0;
}

label[for=show_personal], label[for=show_grouped], label[for=show_node_movement], label[for=show_concentric_layout] {
    text-transform: lowercase;
}

.overview_help_tooltip > .tooltip-inner {
    font-size: 14px;
}

span.hide_tex line {
    color: red;
}

.settings_section_title {
    text-transform: capitalize;
    margin: 40px 0;
}

#delete_account_sub_messages {
    font-size: 18px
}

.arrow_down {
    height: 16px;
    width: 16px;
    margin-left: 3px;
}

@media only screen and (min-width: 993px) {
    .arrow_down {
        display: none;
    }
}

.inkle_reward {
    color: #A88C66;
    margin-left: 5px;
    margin-top: 10px;
}

.header_inkle {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 7px;
}

@media only screen and (max-width: 676px) {
    .header_inkle {
        display: none;
    }
}

.favourited_icon {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    margin-top: 3px;
}

#inkle_purchased_transaction_table {
    margin-bottom: 20px
}

#account_content {
    width: 90%;
    margin: 0 auto;
    min-height: calc(100vh - 231px);
}

#account_type_heading {
    margin-top: 50px
}

.account_button {
    margin-bottom: 20px
}

.short_name {
    line-height: 24px;
}

#file_count_selected {
    text-align: right;
    padding-right: 10px
}

#insufficient_inkles_alert {
    font-size: 1.1em;
}

#digital_purchase_term {
    margin-top: 20px;
}
