html {
    height: 100%;
}

body {
    height: 100%;
    padding-top: 75px;
    background-color: #f5f5f5;
}

.hidden {
    display: none;
}

h1 > .glyphicon {
    font-size: 28px;
}

h1 > .glyphicon.glyphicon-th-list {
    top: 0;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

label.required:after
{
    content: "*";
    color: #CD3448;
}

#main-nav .navbar-nav > li > a .label {
    font-size: 100%;
}
#main-nav .tooltip.bottom .tooltip-arrow {
    top: 1px;
    border-bottom-color: #31b0d5;
}
#main-nav .tooltip.bottom .tooltip-arrow {
    top: 1px;
}
#main-nav .tooltip-inner {
    background-color: #31b0d5;
}

.form-group.no-bottom-indention,
.form-group.no-bottom-indention .checkbox {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.form-group.no-bottom-indention textarea,
.form-group.no-bottom-indention select,
.form-group.no-bottom-indention textarea,
.form-group.no-bottom-indention input .form-group.no-bottom-indention .uneditable-input {
    margin-bottom: 5px;
}

.form-horizontal .form-group.no-bottom-indention .checkbox {
    margin-top: 0;
    padding-top: 0;
    min-height: 20px;
}

#formContainer label {
    font-weight: normal;
}
.checkbox-label {
    padding-left: 8px;
}

.jumbotron {
    border: 1px solid #ccc;
    background-color: #fff;
}

.page-section {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.page-section h3 {
    margin-top: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    line-height: 34px;
}

.page-section > .header-with-explanation {
    margin-left: 7px;
}
.page-section > .header-with-explanation .header {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.page-section > .header-with-explanation .explanation {
    margin: 0;
    padding-bottom: 10px;
}

.page-section .actions {
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-section .actions button {
    width: 100%;
}

body table.table {
    margin-bottom: 0;
}

body table.table.table-bordered,
body table.table th,
body table.table td {
    border-color: #ccc;
}

body table.table th {
    border-bottom: none;
}

body table.table .actions a {
    margin: 0 5px;
}

body table.table .actions a.glyphicon-remove {
    color: #d9534f;
}

body table.table .actions a.glyphicon-ok {
    color: #9dc741;
}

body table.table td {
    vertical-align: middle;
}

body .page-header .glyphicon {
    font-size: 28px;
}

body .page-header .header-content {
    display: inline-block;
    margin-left: 10px;
}

body .page-header .header-content h1 {
    margin: 0;
}

body .page-header .btn {
    float: right;
    margin-left: 10px;
}

body .page-header .btn .glyphicon {
    font-size: 14px;
}

body .navbar-default {
    border-bottom: none;
    background-color: #353535;
    box-shadow: none;
}

body .navbar-default .navbar-brand {
    padding: 13px 15px 17px;
}

body .navbar-default .navbar-brand span {
    font-size: 15px;
}

body .navbar-default li.highlight {
    background-color: #24badf;
    color: white;
}

body .navbar-default li.highlight a:hover {
    color: #666;
}

body .navbar-default li.highlight ul.dropdown-menu > li > a.highlight {
    color: white;
}

body .navbar-default li.highlight ul.dropdown-menu > li > a.highlight:hover {
    color: #666;
}

body .navbar-default .navbar-nav > .open > a,
body .navbar-default .navbar-default .navbar-nav > .open > a:hover,
body .navbar-default .navbar-default .navbar-nav > .open > a:focus {
    background-color: #24badf !important;
    color: white !important;
}

body .navbar-default .navbar-nav .glyphicon {
    top: 0;
    font-size: 12px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #fff;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li.active > a {
        border-bottom: none;
    }
}

body .bootstrap-datetimepicker-widget td span {
    height: 25px;
    line-height: 25px;
}

.bootstrap-timepicker-widget table td input.form-control {
    width: 50px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
}

/* Page Title */
.page-title h3 {
    line-height: 24px;
    font-size: 24px;
    margin-top: 7px;
    margin-bottom: 0;
    vertical-align: bottom;
}

/* Btn-group */
.btn-group .btn{
    background-color: #ffffff;
    border-color: #269abc;
}
.btn-group .btn-info{
    background-color: #31b0d5;
}
.btn-group .btn:hover{
    background-color: #31b0d5;
    color: #ffffff;
}

.page-title hr {
    margin-top: 13px;
    margin-bottom: 15px;
}

/* Different Custom Styles*/
.input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

div.horizontal-line {
    margin: 0 0 10px;
    border-bottom: 1px solid #cccccc;
}

.help-cursor {
    cursor: help !important;
}

/* Fonts */
.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-24-5 {
    font-size: 24.5px;
}

.font-normal {
    font-weight: normal !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-italic {
    font-style: italic !important;
}

/* Signature */
.signature {
    border: 2px solid #ccc;
    background-color: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.signature-typedin {
    font-size: 80px;
    line-height: 200px;
    text-align: center;
}

.signature-small {
    max-width: 200px;
}

/* Signature Font */
@font-face {
    font-family: nothing_you_could_do;
    src: url('/assets/app/fonts/e-signature-font/NothingYouCouldDo.ttf');
}

.nothing_you_could_do_font {
    font-family: nothing_you_could_do;
}

/* Spinner */
#spinner {
    display: block;
    position: relative;
    margin-top: 13px;
    margin-right: 5px;
}

#spinner li {
    list-style: none;
    display: block;
    float: left;
    width: 0.3em;
    height: 1.5em;
    margin: 0 0.5em 0 0;
    background: #24badf;
    box-shadow: 1px 1px 1px 0 #24badf, 1px 1px 1px 0 #24badf, 1px 1px 1px 0 rgba(0, 0, 0, 0);
    -webkit-animation: pound 0.7s ease-in-out infinite alternate;
    -moz-animation: pound 0.7s ease-in-out infinite alternate;
    -ms-animation: pound 0.7s ease-in-out infinite alternate;
    -o-animation: pound 0.7s ease-in-out infinite alternate;
    animation: pound 0.7s ease-in-out infinite alternate;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    -ms-animation-delay: 0.05s;
    -o-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

#spinner li:nth-child(2) {
    -webkit-animation-delay: 0.20s;
    -moz-animation-delay: 0.20s;
    -ms-animation-delay: 0.20s;
    -o-animation-delay: 0.20s;
    animation-delay: 0.20s;
}

#spinner li:nth-child(3) {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#spinner li:nth-child(4) {
    -webkit-animation-delay: 0.50s;
    -moz-animation-delay: 0.50s;
    -ms-animation-delay: 0.50s;
    -o-animation-delay: 0.50s;
    animation-delay: 0.50s;
}

#spinner li:nth-child(5) {
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

@-webkit-keyframes pound {
    to {
        -webkit-transform: scale(1.5);
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45);
    }
}

@-ms-keyframes pound {
    to {
        -ms-transform: scale(1.5);
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45);
    }
}

@-o-keyframes pound {
    to {
        -o-transform: scale(1.5);
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45);
    }
}

@keyframes pound {
    to {
        transform: scale(1.5);
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.65), 2px 6px 12px 0 rgba(0, 0, 0, 0.5), 3px 8px 15px 0 rgba(0, 0, 0, 0.45);
    }
}

/* Modal Dialog style customization */
.modal-dialog {
    margin: 70px auto;
}

.modal-footer {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff inset;
}

/* Width in percents */
.width-full {
    width: 100% !important;
}

/* Equal height columns css */
@media (min-width: 768px) {
    /* top row */
    .equal-height-column {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
    /* bottom row */
    .equal-height-column-base {
        margin-top: -15px;
        /* cut off top portion of bottom wells */
    }
}

@media (max-width: 767px) {
    .row-fluid.base {
        display: none;
    }
}

.equal-height-columns-wrapper {
    overflow: hidden;
}

/* Margin */
.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.margin-top-tiny {
    margin-top: 5px !important;
}

.margin-left-tiny {
    margin-left: 5px !important;
}

.margin-bottom-tiny {
    margin-bottom: 5px !important;
}

.margin-right-tiny {
    margin-right: 5px !important;
}

.margin-top-small {
    margin-top: 10px !important;
}

.margin-left-small {
    margin-left: 10px !important;
}

.margin-bottom-small {
    margin-bottom: 10px !important;
}

.margin-right-small {
    margin-right: 10px !important;
}

.margin-top-medium {
    margin-top: 20px !important;
}

.margin-left-medium {
    margin-left: 20px !important;
}

.margin-bottom-medium {
    margin-bottom: 20px !important;
}

.margin-right-medium {
    margin-right: 20px !important;
}

.margin-top-big {
    margin-top: 30px !important;
}

.margin-left-big {
    margin-left: 30px !important;
}

.margin-bottom-big {
    margin-bottom: 30px !important;
}

.margin-right-big {
    margin-right: 30px !important;
}

/* Padding */
.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

/* Glyphicons */
.glyphicon.info {
    color: #5bc0de;
}

.glyphicon.warning {
    color: #f0ad4e;
}

.glyphicon.danger {
    color: #d9534f;
}

/* Tables */
.table-highlighted-header th {
    background-color: #24BADF;
    color: #FFFFFF;
}

.table-highlighted-header.table-bordered th {
    border-color: #24BADF !important;
}

/* Breadcrumbs */
.breadcrumb {
    border: 1px solid #CCCCCC;
}

/* Appointments sidebar */
.appointments-sidebar h2 {
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 11px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.appointments-sidebar article {
    margin-bottom: 25px;
    text-align: center;
}

.appointments-sidebar article span {
    line-height: 140px;
    font-size: 140px;
    text-decoration: none;
    color: #24BADF;
}

.appointments-sidebar article h4 {
    margin-top: 0;
}

/* Misc */
.alert-info {
    padding: 10px;
    margin-bottom: 16px;
}

.validation-summary-errors.alert-danger {
    color: #a94442;
    font-weight: normal;
}

.validation-summary-errors.alert-danger ul {
    list-style-type: none;
}

#thankMessage {
    margin-top: -10px;
}

hr {
    margin-top: 10px;
    border-color: #ccc;
}

.has-error button.hideShowPassword-toggle {
    top: 0 !important;
    margin-top: 4px !important;
}

a > i.underline-on-hover {
    display: inline; /* allows to underline icon inside link on mouse hover */
}

/* Login Page */
#login label {
    width: 100%;
}

#login label a {
    font-size: 13px;
    font-weight: normal;
    margin-top: 1px;
}

#login .help-block {
    font-size: 13px;
    margin: 7px 0 0;
    text-align: center;
}

#login .validation-summary-errors ul {
    padding-left: 0;
}

#login form .form-group:last-child {
    margin-bottom: 0;
}

#login h2 > .glyphicon {
    font-size: 24px;
}

#login .alert.alert-danger {
    text-align: center;
}

/* Appointments List Page */
#appointmentsList .pagination {
    margin-bottom: 0;
}

/* New Appointment Page */
.new-appointment .header {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.new-appointment .header span.glyphicon {
    font-size: 56px;
    color: #24badf;
}

.new-appointment .header .header-content {
    display: inline-block;
    margin-left: 10px;
}

.new-appointment .header .header-content h1 {
    margin: 0;
}

.new-appointment .schedule-step {
    position: relative;
    margin-bottom: 40px;
    padding: 0 20px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

.new-appointment .schedule-step .step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #24badf;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.new-appointment h2 {
    margin-left: 20px;
}

.new-appointment .step-number {
    position: absolute;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #24badf;
    color: white;
    font-size: 18px;
    font-weight: bold;
    left: -10px;
    margin-top: 2px;
}

.new-appointment .schedule-step hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.new-appointment #locationStep,
.new-appointment #servicesStep,
.new-appointment #calendarStep ,
.new-appointment #confirmationStep,
.new-appointment #forumStep
{
    display: none;
}

.new-appointment .jumbotron {
    padding: 20px;
}

.new-appointment .jumbotron h4 {
    margin-top: 0;
}

/* dhtmlx Scheduler Lightbox */
.dhx_cal_light,
.dhx_cal_light_wide {
    position: relative;
    width: 740px;
    margin: 150px auto 30px;
    max-height: calc(100vh - 170px);
    overflow-y: auto;
    top: auto !important;
    left: auto !important;
}

@media (max-width: 768px) {
    .dhx_cal_light,
    .dhx_cal_light_wide {
        width: auto;
        margin: 10px;
        height: auto !important;
    }
}

.dhx_cal_light_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.dhx_cal_light_wide .dhx_cal_ltitle {
    font-size: 14px;
    padding: 0;
    cursor: inherit !important;
}

.dhx_cal_light_wide > .dhx_cal_larea {
    border-bottom: 1px solid #cecece;
    width: 100%;
    height: auto !important;
    margin: 0;
}

.dhx_wrap_section .dhx_cal_lsection {
    width: 15%;
    margin-left: 2.5%;
    padding: 0;
    height: 20px;
    line-height: 20px;
    float: none;
    text-align: left;
}

.dhx_wrap_section .dhx_section_time,
.dhx_wrap_section input[type=text],
.dhx_wrap_section textarea {
    width: 95%;
    margin-left: 2.5%;
    font-size: 14px;
    margin-bottom: 2px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.dhx_wrap_section textarea {
    height: 80px;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

.dhx_wrap_section .dhx_section_time {
    text-align: left;
    white-space: normal;
    height: auto !important;
}

.dhx_wrap_section .dhx_section_time select {
    max-width: 110px;
    width: auto;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
}

.dhx_wrap_section:last-child {
    border-bottom: none;
}

.dhx_btn_set,
.dhtmlx_popup_button {
    -ms-text-shadow: none;
    text-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    float: none;
    margin: 12px 0 12px 10px;
}

.dhx_save_btn_set {
    background-color: #9dc741;
    border-color: #8fb836;
    color: #fff;
    margin-left: 2.5%;
}

.dhx_delete_btn_set {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    margin-right: 2.5%;
}

.dhx_btn_set, .dhx_btn_set div {
    line-height: 28px;
}

.dhtmlx_button, .dhtmlx_popup_button {
    height: auto;
}

.dhtmlx_popup_button.dhtmlx_ok_button,
.dhtmlx_popup_button.dhtmlx_ok_button div {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

/* dhtmlx Scheduler Top Menu Mobile UI: Navigation & Text */
.dhx_cal_navline {
    width: 100% !important;
    height: auto !important;
    position: relative !important;
}

.dhx_cal_navline div {
    margin-top: 2px;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    float: left !important;
}

.dhx_cal_navline .dhx_cal_today_button,
.dhx_cal_navline .dhx_cal_prev_button,
.dhx_cal_navline .dhx_cal_tab:first-child,
.dhx_cal_navline .dhx_minical_icon {
    margin-left: 15px !important;
}

.dhx_cal_navline .dhx_cal_next_button,
.dhx_cal_navline .dhx_cal_tab:nth-child(2) {
    margin-left: -1px !important;
}

.dhx_cal_navline .dhx_minical_icon {
    margin: 3px 0 1px 15px !important;
}

.dhx_cal_date {
    font-size: 18px;
    line-height: 30px;
    margin-top: 7px;
    border: 0 none;
    font-family: arial;
    font-weight: 400;
    text-align: center;
    width: 100%;
    z-index: -1;
}

@media (max-width: 480px) {
    .dhx_cal_navline div {
        height: 25px;
        line-height: 26px;
    }

    .dhx_cal_date {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
    }

    .dhx_minical_popup {
        left: 20px !important;
    }

    .dhx_cal_navline .dhx_minical_icon {
        margin-top: 0 !important;
    }
}

/* dhtmlx Scheduler, General */
.dhx_time_block {
    -ms-opacity: 0.6;
    opacity: 0.6;
    -webkit-filter: alpha(opacity=60);
    -moz-filter: alpha(opacity=60);
    -o-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

/* Table style for print forms */
.table-print-form {
    margin: 0;
}

.table-print-form th, .table-print-form td {
    border-bottom: 1px solid #DDDDDD;
    border-top: none;
    padding-bottom: 0;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

.table-print-form th:first-child, .table-print-form td:first-child {
    padding-left: 0;
}

.table-print-form th.no-border, .table-print-form td.no-border {
    border: none;
}

.table-print-form tr.no-border th, .table-print-form tr.no-border td {
    border: none;
}

.page-breaker {
    display: block;
    clear: both;
    page-break-after: always;
}

.print-tenant-name {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.print-text-area {
    width: 98%;
    padding: 0.5% 1%;
    min-height: 90px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    vertical-align: middle;
}

/* Intake Review Page */
#intakeReviewContainer.print-intake-container {
    margin-left: 5px;
    margin-right: -15px;
}

#intakeReviewContainer label {
    font-weight: normal;
}

#intakeReviewContainer .form-group > span:not(.simple-text):not(.help-block),
#intakeReviewContainer .form-group input[checked] + span {
    font-weight: bold;
}

#intakeReviewContainer .form-group label {
    margin-bottom: 0;
}

#intakeReviewContainer .form-horizontal .control-label {
    padding-top: 0;
}

#intakeReviewContainer .make-changes-btn-container {
    text-align: center;
    margin-bottom: 10px;
}

#intakeReviewContainer hr {
    margin-bottom: 30px;
}

/* Center Page Buttons */
.static-button-container .btn {
    font-size: 16px;
}

.static-button-left .btn,
.static-button-right .btn {
    position: fixed;
    z-index: 100;
    top: 45%;
    padding: 20px 15px;
    font-size: 20px;
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.static-button-left .btn,
.static-button-right .btn,
.static-button-left .btn:hover,
.static-button-right .btn:hover {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}


.static-button-left .btn {
    left: -6px;
}
.static-button-right .btn {
    right: -6px;
}

.static-button-left .btn:hover {
    left: -2px;
    -ms-opacity: 1;
    opacity: 1;
}

.static-button-right .btn:hover {
    right: -2px;
    -ms-opacity: 1;
    opacity: 1;
}

input.focus-removable-placeholder:focus::-webkit-input-placeholder { color:transparent; }
input.focus-removable-placeholder:focus::-moz-placeholder { color:transparent; }

#serviceTypesContainer {
    margin: 0 0 15px 15px;
}

#locationContainer {
    margin: 0 0 15px 15px;
}

#forumContainer {
    margin: 0 0 15px 15px;
}

/* [Payments] Services page */
table#servicesTable th:first-child {
    padding-top: 10px;
}
table#servicesTable tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
}
table#servicesTable tr td:last-child button {
    margin-top: 7px;
    margin-bottom: 7px;
}
table#servicesTable button {
    width: 140px;
    text-align: center;
    padding: 1px 0px;
}
@media (max-width: 48em) {
    table#servicesTable tr:last-child td:first-child {
        display: none;
        visibility: hidden;
    }
}

/* [Payments] Services page - Payment Modal */
#paymentModal #confirmPayment,
#paymentModal #makePayment {
    width: 170px;
}

#paymentModal [name="IsCopaymentLabel"] {
    display: inline-block;
    margin-left: -2px;
}

@media (min-width: 992px) {
    #paymentModal .form-group [class^="col-md-"]:nth-child(3) {
        padding-left: 0;
    }
}

/* Click again confirmation btn */
.click-again-btn-wrap {
    position: relative;
    margin-left: 6px;
    overflow: hidden;
}
.click-again-btn {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform .18s ease-out;
}
.click-again-btn-wrap.show-click-again .click-again-btn {
    transform: translateX(0)
}
.click-again-btn-wrap.show-click-again .confirm-btn {
    opacity: 0;
}

/* Help-block link inside control-label */
.control-label [class^="help-"] {
    font-size: 12px;
    margin-top: 0;
}
.control-label [class^="help-"] .btn-link {
    color: #a6a6a6;
    text-decoration: underline;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
}
.control-label [class^="help-"] .btn-link:hover {
    color: #666666;
}

@media (max-width: 992px) {
    .responsive-table tbody tr td.table-actions > div {
        display: flex;
        flex-direction: column;
    }

    .responsive-table tbody tr td.table-actions > div > * {
        margin: 2px 0;
    }
}

@media (max-width: 768px) {
    .responsive-table tbody tr td.table-actions > div {
        display: block;
    }
}

@media (max-width: 425px) {
    .responsive-table tbody tr td.table-actions > div {
        display: flex;
        flex-direction: column;
    }

    .responsive-table tbody tr td.table-actions > div > * {
        margin: 2px 0;
    }

    .responsive-table tbody tr td.table-actions > div:before {
        display: flex;
    }

    .responsive-table tbody tr td.table-actions .start-teletherapy-button {
        width: 100%;
    }
}

.tooltip-wrapper.navy-tooltip ~ .tooltip.in {
    opacity: 1;
}

.tooltip-wrapper.navy-tooltip ~ .tooltip .tooltip-arrow {
    border-top-color: #435064;
    top: calc(100% - 6px) !important;
}

.tooltip-wrapper.navy-tooltip ~ .tooltip .tooltip-inner {
    background: #435064;
    border-radius: 4px;
    padding: 10px 13px;
    font-size: 13px;
}

.label_size_m {
    font-size: 14px;
    font-weight: 400;
    padding: 3px 14px;
}

.login-modal {
    background: #000;
    z-index: 100000;
}

.login-modal .modal-header h3 {
    font-size: 20px;
    margin: 0;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.login-modal .col-form-label {
    font-weight: 400;
    text-align: right;
}

.login-modal .alert {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.red {
	color: #FF3333 !important;
}

/* for Change Profile dropdown on _TopNavigationBar.cshtml. used by managers of Family Account functionality */
#changeProfileIcon {
    margin-left: 10px;
    margin-right: -10px;
    font-size: 18px;
}
#backIcon {
    font-size: 18px;
}
#profile a.selected {
    color: white;
    background-color: #24badf;
    cursor: default;
}
#profile a.selected::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
}
#profile a.archived {
    color: #CACACA;
    cursor: default;
}
#profile a.archived::after {
    content: "(Inactive)";
}

.pre-line {
    white-space: pre-line;
}

.print-invoice-button {
    width: 5em !important;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: auto;
}

.invoice-button-icon {
    margin-left: 0.7em;
    margin-top: 0.25em;
}

.invoice-button-text {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.field-validation-text-valid {
    color: #28a745;
    text-align: left;
    margin-bottom: 0px;
}

.field-validation-text-invalid {
    color: #a94442;
    text-align: left;
    margin-bottom: 0px;
}

.badge-default {
    color: #FFFFFF !important;
}

.badge-success {
    color: #FFFFFF !important;
    background-color: #048386 !important;
}

.dhx_wrap_section {
    border-bottom: none !important;
}

#serviceTypesContainer .select2-search__field {
    width: 500px !important;
}

.display-flex {
    display: flex;
}

.has-feedback-left .form-control-feedback {
    left: 0;
}

.has-feedback-left .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.success-color {
    color: #9dc741;
}

.login-info {
    background-color: #35B3CC;
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 75px;
}

.rebrand-enabled {
    background-color: #144F63;
}

.login-info .rebrand-btn-success {
    background-color: #C70081 !important;
    color: white !important;
}

.login-info .rebrand-btn-success:hover {
    background-color: #C70081;
}
    
.login-info .btn-success {
    padding: 10px 0;
    width: 150px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.login-info .btn-success:hover {
    color: #000000;
}

.login-info .alert.alert-danger {
    text-align: center;
}

.login-info .validation-summary-errors ul {
    padding-left: 0;
}

.login-info .login-info-page-section {
    padding: 40px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.login-info .input-filed{
    height:44px;
}

.login-info .fa.mail-icon {
    top: 0px;
    line-height: 44px;
}

.copyright {
    position: absolute;
    bottom: 10px;
    color: #fff;
    padding-left: 15px;
}
.copyright .link {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
    padding-right: 5px;
}
.copyright .link:not(:last-child) {
    border-right: 1px solid #fff;
}

@media (max-width: 425px) {
    .login-info {
        padding: 40px 20px;
    }
}

@media (max-width: 320px) {
    .login-info {
        padding: 40px 0px;
    }

    .login-info .login-info-page-section {
        padding: 20px;
    }
}

.frame {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    left: 0;
    top: 0;
}

.frame-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 100%;
}

.modal-wallet {
    width: 1100px;
}

.payment-amount {
    margin-bottom: 0;
}

.payment-amount .help-block {
    margin-bottom: 0;
}

.payment-amount .amount-text {
    text-align: left;
}
