/*LOGIN*/
.login-logo {
    width: 250px;
}

/*DASHBOARD*/
.dashboard .data-table tbody td {
    width: 15%;
}

/*FORMS*/
.edit-container {
    position: absolute;
    left: -100000px;
}

.edit-view {
    position: relative;
    left: 0;
}

.input-btn-group {
    display: table;
}

#firstname_parent_container, #lastname_parent_container {
    display: none;
}

.header-checkbox.checkbox {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.setup_user .c-checkbox span {
    background-color: #fff;
}

#areas_concern_chosen {
    display: block;
}

/*TRAINING*/
.modules a {
    color: inherit;
}

.modules a:hover {
    color: inherit;
    text-decoration: none;
}

.pager.bwizard-buttons .disabled a {
    pointer-events: none;
}

.viewed_content {
    padding: 30px 0;
}

#quiz_questions .question_group {
    margin: 25px 0;
}

#quiz_questions .answer_group {
    margin: 0 0 25px 0;
}

.training-buttons li a {
    background-color: #3498db;
    color: #fff;
}

.training-buttons li a:hover {
    background-color: #217DBB;
    color: #fff;
}

.cerefit .panel-default > .panel-heading {
    color: #fff;
    background-color: #f86060;
    border-color: #eeeeee;
}

.cerefit .panel-default .panel-heading > a[data-perform] {
    color: #ffffff !important;
}

.cereskills .panel-default > .panel-heading {
    color: #fff;
    background-color: #008fff;
    border-color: #eeeeee;
}

.cereskills .panel-default .panel-heading > a[data-perform] {
    color: #ffffff !important;
}

.ceremind .panel-default > .panel-heading {
    color: #fff;
    background-color: #ad90e4;
    border-color: #eeeeee;
}

.ceremind .panel-default .panel-heading > a[data-perform] {
    color: #ffffff !important;
}

.hallowellbrain .panel-default > .panel-heading {
    color: #fff;
    background-color: #5B6696;
    border-color: #eeeeee;
}

.hallowellbrain .panel-default .panel-heading > a[data-perform] {
    color: #ffffff !important;
}

/*CHARTS*/
.no-margin-bot {
    margin-bottom: 0 !important;
}

/*MISC*/
.hidden-temp {
    display: none;
}

.pad_none {
    padding: 0 !important;
}

.pad_top_10 {
    padding-top: 10px;
}

.pad_top_20 {
    padding-top: 20px;
}

.pad_bot_1 {
    padding-bottom: 1em;
}

.marg_top_1 {
    margin-top: 1em;
}

.marg_top_5 {
    margin-top: 5px;
}

.marg_top_10 {
    margin-top: 10px;
}

.marg_bot_0 {
    margin-bottom: 0 !important;
}

.marg_bot_5 {
    margin-bottom: 5px;
}

.marg_bot_10 {
    margin-bottom: 10px;
}

.marg_bot_15 {
    margin-bottom: 15px;
}

.max_100 {
    max-width: 100%;
}

#template, .template {
    display: none !important;
}

.new-lines {
    white-space: pre-wrap;
}

.align-top, .align-top td {
    vertical-align: top !important;
}

fieldset.last-child, fieldset:last-child {
    margin-bottom: 0 !important;
}

.payment_breakdown_content {
    padding-top: 9px;
}
.title_case {
    text-transform: capitalize;
}

.chosen-select-custom .chosen-container {
    width: 100% !important;
}

/*MODAL*/
.modal-dialog.fullscreen {
    width: 85%;
}

.modal-iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/*REPORT TABLES*/
.no-wrap th, .no-wrap td {
    white-space: nowrap;
}

#session-history-overview td {
    vertical-align: top;
}

/*MESSAGES*/
.alert {
    text-align: center;
}

.success-icon {
    color: #4bb543;
}

.fail-icon {
    color: #c60000;
}

tbody tr td.mandatory_error {
    background-color: #c60000;
    color: #fff;
}

/*EMDR*/
.emdr_table th {
    width: 18%;
}

.emdr_table textarea {
    width: 100%;
}

/*MISC*/
.float_clear {
    clear: both;
}
