﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #292f33;
    /*background-color: #f5f8fa;*/
    background-color: #fff;
}

h1 {
    font-size: 24pt;
}


h2 {
    font-size: 18pt;
}

.no-wrap {
    text-wrap: none;
}

hr.darker {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid #808080;
}

footer {
    text-align: center;
}

.logo {
    margin-top: 4px;
    height: 42px;
    vertical-align: middle;
}

.brand {
    font-size: 20pt;
    vertical-align: bottom;
}

.navbar-header a {
    text-decoration: none;
}

.footer-logo {
    height: 30px;
    vertical-align: middle;
}

.noDisplay {
    display: none;
}

a.noDisplay {
    display: none;
}

.marginRight5 {
    margin-right: 5px;
}

.small-hr {
    max-width: 300px;
    border: 1px solid #e7e7e7;
}

.large-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 30%;
    width: 50%;
    margin: 15% 0 0 -30%;
}

.datepicker {
    width: 150px;
    float: left;
}

.ui-datepicker-trigger {
    padding: 6px 6px 6px 6px;
    border-radius: 4px;
    border: 1pt solid #999999;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*Set text color and underline to prevent inherited a styling*/

.panel-default > .panel-heading {
    border: 1px solid #ddd;
}

.chosen-select {
    width: 100%;
}

.chosen-container-multi .chosen-choices {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*widths*/

.w70 {
    width: 70px;
}

.w175 {
    width: 175px;
}

.w200 {
    width: 200px;
}

.w20 {
    width: 20%;
}

/*Padding*/

.pl30 {
    padding-left: 30px;
}

.input-group-margin-bottom {
    margin-bottom: 4px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.error {
    padding: 5px 4px 5px 2em;
}

/*Alignment*/

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.clear {
    clear: both;
}

.group-title {
    font-size: 2em;
}

.group-description {
    font-size: 1.2em;
    padding-left: 1.5em;
}

.resource-listing {
    width: 100%;
    min-height: 42px;
    padding-left: 2em;
    padding-top: .25em;
    padding-bottom: .25em;
    border-top: 1px solid rgb(238, 238, 238);
    /*display: inline-block;*/
}

.resource-name {
    font-size: 1em;
    padding-right: 1em;
}

.resource-description {
    font-size: 1em;
    padding-right: 1em;
}

.link-description {
    font-size: 1em;
    padding-right: 1em;
    width: 60em;
}

.btn-lg-text {
    font-size: 20pt;
}

@media only screen and (max-width: 550px) {

    .btn-full {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .btn-lg-text {
        font-size: 12pt;
    }
}

.btn-delete {
    color: #a91212;
    opacity: .9;
}

    .btn-delete:hover {
        color: #a91212;
        opacity: .9;
    }

.iframe {
    max-width: 35em;
    min-width: 100px;
    height: 16.5em;
    border: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.iframe-row {
    /*border-bottom: 1px solid rgb(238, 238, 238);*/
}

.iframe-title {
    font-size: 1.5em;
    border-bottom: 1px solid rgb(238, 238, 238);
}

#iframe-table {
    padding-top: .5em;
}

.file-description {
    width: 100%;
    /*padding-left: 5%;*/
}

.uploadpartial-wrapper {
}

.uploadpartial-cell {
    padding-right: 1em;
    padding-bottom: .25em;
}

.nowrap {
    white-space: nowrap;
}

.padded-bottom {
    padding-bottom: .25em;
}


/*  throbber
    -------------------------------------------------------*/
div#divWorking {
    background-color: #ffffff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    display: none;
    cursor: wait;
}

    div#divWorking div {
        position: relative;
        top: 400px;
        z-index: 1006;
        text-align: center;
        cursor: wait;
    }

        div#divWorking div img {
            z-index: 1007;
            text-align: center;
            border: none;
            cursor: wait;
        }

/*---------*/
/*home menu items-------------------------------------------------------------------*/

.products-section ul {
    display: inline-block;
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
    width: 100%;
}

.menuUL {
    display: inline-block;
    list-style: none;
    margin: 0 0 13px;
    padding: 0;
    width: 100%;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.products-section li.break {
    clear: left;
}

@media screen and (min-width: 480px) {
    .products-section li {
        display: inline;
        float: left;
        line-height: 1.4;
        margin: 11px 0 .2em;
        position: relative;
        width: 50%;
    }
}

.products-section h2 {
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    clear: left;
    font-size: 1.077em;
    margin-bottom: 0;
    padding-bottom: 0;
}

.products-section li p {
    color: #444;
    margin: 0 2em 0 3.6em;
}

.products-section li a {
    font-weight: bold;
    line-height: 22px;
}

.products-section img {
    float: left;
    padding: 0 1em 0 0;
    margin: 5px 0 0;
}

.ephi-warning {
    padding: 5px 5px 5px 5px;
    border: 1pt solid #a91212;
    border-radius: 4px;
    background-color: #ebebeb;
    color: #a91212;
    opacity: .9;
    text-align: center;
}

/*----------------------------------------------------------------------------------*/
/*group help*/
.help-img {
    height: 20px;
    width: 20px;
}

    .help-img:hover {
        cursor: pointer;
    }

.help-div {
    padding: 5px 5px 5px 5px;
    border: 1pt solid #999999;
    border-radius: 4px;
    background-color: #ebebeb;
    color: black;
    opacity: .9;
    text-align: left;
}

#help-div-exit {
    color: #428bca;
    float: left;
}

    #help-div-exit:hover {
        cursor: pointer;
        color: #2a6496;
        text-decoration: underline;
    }

#help-div-doNotShow {
    color: #428bca;
    float: right;
}

    #help-div-doNotShow:hover {
        cursor: pointer;
        color: #2a6496;
        text-decoration: underline;
    }

    #help-div-doNotShow img {
        height: 14px;
    }

/*therapist card*/

.text-small {
    font-size: 8pt;
}

.text-medium {
    font-size: 13pt;
}

.border-thin {
    border: 1px solid black;
    border-radius: 6px;
    border-color: #ccc;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    color: #555555;
    /*background-color: #f5f5f5;*/
    background-color: #fff;
    text-decoration: none !important;
}

    .border-thin:hover {
        /*background-color: #428bca;
        border-color: #428bca;
        color: #fff;
        */
        background-color: #e6e6e6;
        border-color: #adadad;
        text-decoration: none !important;
    }

/*.border-thin:hover .text-small {
            color: #fff;
        }*/

.alert-clientcard {
    margin-bottom: 0;
    color: black;
    text-decoration: none;
}

.label-sm-text {
    display: block;
    font-size: 10pt;
    width: 160px;
    background-color: #428bca;
}

.label-md-text {
    display: block;
    font-size: 10pt;
    width: 100%;
}

.large-panel-title {
    font-size: 20pt;
}

.img-avitar {
    position: relative;
    z-index: 2;
    border-radius: 50%;
}

.img-avitar-small {
    border-radius: 50%;
    height: 50px;
}

.small-avitar {
    display: none;
    padding-top: 6px;
}

.profile-menu-link {
    color: #428bca;
    /*padding-top: 17px;*/
    padding-bottom: 17px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    top: 6px;
    margin-right: 10px;
    display: inline-block;
}

    .profile-menu-link:active, .profile-menu-link:hover, .profile-menu-link:focus, .profile-menu-link-active {
        text-decoration: none;
        color: #292f33;
        border-bottom: 3px solid #428bca;
        cursor: pointer;
        /*font-weight: bold;*/
    }

/*background sections*/

.blue {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    background-color: #428bca;
    position: relative;
    margin: 1px 0 0 0;
    width: 100%;
    /*height: 175px;*/
    height: 160px;
    border-top: solid 1px #2a6496;
    border-bottom: solid 1px #2a6496;
}

    .blue .img-avitar {
        bottom: -48px;
    }

.therapist-Hero {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    background: url(Images/therapistHero.jpg) no-repeat center center;
    background-size: cover;
    max-width: 1920px;
    width: 100%;
    min-height: 400px;
}

    .therapist-Hero .img-avitar {
        bottom: -250px;
    }

.white {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #292f33;
    background-color: #f5f5f5;
    border-top: 1px solid #e1e8ed;
    border-bottom: 1px solid #e1e8ed;
    position: relative;
    margin: 0 auto;
    width: 100%;
    /*height: 64px;*/
}

.slide-menu-close {
    display: block;
    float: right;
}

.slide-menu-open {
    display: none;
}


.btn-cta {
    margin-top: 15px;
}

@media only screen and (max-width : 1200px) {
    .blue {
        height: 125px;
    }
}

@media only screen and (max-width : 991px) {
    .blue {
        height: 90px;
    }

        .blue .img-avitar {
            height: 200px;
        }

    .profile-menu-link {
        padding-top: 17px;
    }
}

@media only screen and (max-width : 768px) {

    a:hover {
        text-decoration: none;
    }

    .blue .img-avitar {
        display: none;
    }

    .blue {
        height: 60px;
        /*position: fixed;
        top: 50px;*/
        z-index: 1;
    }

    .white {
        /*position: fixed;*/
        /*top: 110px;*/
        z-index: 1;
    }

    .main-content {
        position: relative;
        top: 120px;
        margin-bottom: 120px;
    }

    .small-avitar {
        display: block;
    }

    .slide-menu {
        display: block;
        background-color: #fff;
        border: 1px solid #e1e8ed;
        width: 100%;
        position: absolute;
        top: 52px;
        left: -1000px;
        z-index: 100;
        -webkit-transition: -webkit-transform .5s ease-in-out;
        -moz-transition: -moz-transform .5s ease-in-out;
        -ms-transition: -ms-transform .5s ease-in-out;
        -o-transition: -o-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
    }

    .slide-menu-show {
        -webkit-transform: translateX(1000px);
        -moz-transform: translateX(1000px);
        -o-transform: translateX(1000px);
        transform: translateX(1000px);
    }

    .slide-menu-open {
        z-index: 4;
        position: fixed;
        left: -41px;
        display: block;
        -webkit-transform: rotate(90deg); /* Safari and Chrome */
        -moz-transform: rotate(90deg); /* Firefox */
        -ms-transform: rotate(90deg); /* IE 9 */
        -o-transform: rotate(90deg); /* Opera */
        transform: rotate(90deg);
    }

    .btn-cta {
        margin-top: 30px;
        float: none !important;
        display: block;
    }
}

@media only screen and (max-width : 537px) {

    .profile-menu-link {
        font-size: 11pt;
        /*margin-bottom: 10px;*/
        display: inline-block;
        top: 0;
    }

        .profile-menu-link:active, .profile-menu-link:hover, .profile-menu-link:focus, .profile-menu-link-active {
            text-decoration: none;
            color: #292f33;
            /*border-bottom: 3px solid #428bca;*/
            cursor: pointer;
        }

    .white {
        /*height:auto;*/
        text-align: center;
        padding-bottom: 30px;
    }

    .main-content {
        top: 160px;
        margin-bottom: 160px;
    }

    .btn-cta {
        /*margin-top: 15px;*/
        float: none !important;
        display: block;
    }
}

@media only screen and (max-width : 331px) {

    .blue {
        margin-top: 30px;
    }
}
/**********************************************
 *  HERO BANNER.                              *
 **********************************************/
.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #000;
    background: url(Images/practitioners-min.jpg) no-repeat top center;
    /*background-size: cover;*/
    background-size: 65%;
    /*box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);*/
}

.features-header {
    padding-top: 0px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #fff;
    background: url(Images/features.jpg) no-repeat center center;
    background-size: cover;
    /*box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);*/
}

.intro-message {
    text-align: left;
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

    .intro-message > h1 {
        margin: 0;
        /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
        font-size: 30pt;
    }

.intro-divider {
    text-align: left;
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
}

.features-message {
    padding-top: 30%;
    padding-bottom: 30%;
}

.message-card-block {
    padding: 5px 5px 5px 5px !important;
}

.message-h1 {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

@media(max-width:991px) {
    .intro-header {
        color: white;
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.4);
        background-image: none;
    }

    .intro-message {
        padding-top: 11%;
        padding-bottom: 10%;
    }

        .intro-message > h1 {
            font-size: 3em;
        }

    .card-block {
        text-align: center;
    }

    .small-center {
        text-align: center;
    }

    .small-hr {
        margin-left: auto;
        margin-right: auto;
    }

    .large-icon {
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: auto;
        margin: auto;
    }

    .message-two {
        padding-top: 0%;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.intro-social-buttons > li:last-child {
            margin-bottom: 0;
        }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 30px 0 0 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(./Images/practitioners.jpg) no-repeat top center;
    background-size: cover;
}

    .banner h2 {
        margin: 0;
        /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
        font-size: 2.5em;
    }

    .banner ul {
        margin-bottom: 0;
    }

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        /*text-shadow: 2px 2px 3px rgba(0,0,0,0.6);*/
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.banner-social-buttons > li:last-child {
            margin-bottom: 0;
        }
}

.loggedin {
    display: none;
}

/**********************************************
 *  Card UI.                                  *
 **********************************************/

.card {
    position: relative;
    margin-bottom: 2.75rem;
    border: 1px solid #337ab7;
    border-radius: .25rem;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    /*color: rgb(34,34,34);*/
}

.card-transparent-default {
    color: #000;
    background-color: rgba(255,255,255, 0.9);
    border: none;
}

.card-transparent-primary {
    color: #fff;
    background-color: rgba(51,122,183, 1);
    border-color: #fff;
}

.circle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
    border: 2px solid #337ab7;
    border-radius: 50%;
    margin-top: 7px !important;
    margin-bottom: 0px !important;
}

    .circle .fa {
        padding-left: 2px;
        padding-top: 22px;
        padding-bottom: 21px;
    }

.circle-black {
    border: 2px solid #292f33;
    background-color: #fff;
    color: #777;
}

.fa-sm {
    font-size: 25pt;
}

.card-sm {
    min-height: 120px;
    height: 100%;
}

.card-md {
    height: 300px;
}

.card-lg {
    height: 750px;
}

.card-block {
    padding: 1.25rem;
}

.card-title {
    margin-top: 0;
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link {
    color: rgb(34,34,34);
}

    .card-link:hover {
        color: rgb(34,34,34);
        text-decoration: none;
    }

    .card-link + .card-link {
        margin-left: 1.25rem;
    }

    .card-link .card:hover {
        border: 2px solid #88BDD6;
    }

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: .25rem .25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 .25rem .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: .0625rem solid #e5e5e5;
}

    .card-header:first-child {
        border-radius: .1875rem .1875rem 0 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: .0625rem solid #e5e5e5;
}

    .card-footer:last-child {
        border-radius: 0 0 .1875rem .1875rem;
    }

.card-primary {
    background-color: rgba(51,122,183, 1);
    border-color: #fff;
    color: #fff;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
    border-bottom: .075rem solid rgba(255, 255, 255, .2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

    .card-inverse .card-link,
    .card-inverse .card-text,
    .card-inverse .card-blockquote > footer {
        color: rgba(255, 255, 255, .65);
    }

        .card-inverse .card-link:focus,
        .card-inverse .card-link:hover {
            color: #fff;
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: .25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-radius: .25rem .25rem 0 0;
}

.card-img-bottom {
    border-radius: 0 0 .25rem .25rem;
}

.card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
}

    .card-deck .card {
        display: table-cell;
        width: 1%;
        vertical-align: top;
    }

.card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}

.card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .card-group .card {
        display: table-cell;
        vertical-align: top;
    }

        .card-group .card + .card {
            margin-left: 0;
            border-left: 0;
        }

        .card-group .card:first-child .card-img-top {
            border-top-right-radius: 0;
        }

        .card-group .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0;
        }

        .card-group .card:last-child .card-img-top {
            border-top-left-radius: 0;
        }

        .card-group .card:last-child .card-img-bottom {
            border-bottom-left-radius: 0;
        }

        .card-group .card:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

            .card-group .card:not(:first-child):not(:last-child) .card-img-top,
            .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                border-radius: 0;
            }

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }

@media only screen and (max-width: 991px) {

    .circle {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 767px) {

    .card-sm {
        height: auto;
    }

    .card-md {
        height: auto;
    }

    .card-img-top {
        width: 100%;
    }
}


/*Timeline*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.vertical-divider {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50%;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-size: 14pt;
}

    .vertical-divider:before,
    .vertical-divider:after {
        position: absolute;
        left: 50%;
        content: '';
        z-index: 9;
        border-left: 1px solid rgba(34,36,38,.15);
        border-right: 1px solid rgba(255,255,255,.1);
        width: 0;
        height: calc(100% - 1rem);
    }

.row-divided > .vertical-divider {
    height: calc(50% - 1rem);
}

.vertical-divider:before {
    top: -100%;
}

.vertical-divider:after {
    top: auto;
    bottom: 0;
}

.row-divided {
    position: relative;
}

    .row-divided > [class^="col-"],
    .row-divided > [class*=" col-"] {
        padding-left: 30px; /* gutter width (give a little extra room) 2x default */
        padding-right: 30px; /* gutter width (give a little extra room) 2x default */
    }




/* just to set different column heights - not needed to function */
.column-one {
    height: 100%;
}

.column-two {
    height: 100%;
}

@media (max-width: 991px) {
    .vertical-divider {
        display: none;
    }
}

.btn-find {
    width: 128px;
    height: 66px;
}

.card-bold {
    font-weight: bold;
}

.btn-group-left > label {
    width: auto !important;
    float: left !important;
}

@media (max-width:620px) {
    .btn-group-left > label {
        float: unset !important;
        min-width: 120px !important;
        width: 120px !important;
        display: block !important;
        margin-left: 0px !important;
    }
}


/*table Layout Styles*/
.logo {
    margin-top: 4px;
    margin-top: -25px;
    margin-bottom: -20px;
    height: 42px;
    vertical-align: middle;
}

.navstyle {
    min-height: auto !important;
}

.nav-tabs {
    border-bottom: 0px transparent !important;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tools {
    min-width: 400px;
}

.loginuser {
    margin-bottom: -20px !important;
}

.nav-tabs > li.active > form > ul {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

    .nav-tabs > li.active > form > ul > li > a {
        padding-bottom: 10px;
    }

.loguser {
    padding-top: 10px !important;
}

.contactFormSuccess {
    margin-top: -10px;
}
