@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,500,600,700");

html {
    position: relative;
    min-height: 100%;
    -ms-overflow-style: scrollbar;
    /* Fix the ugly scrollbar overlay in IE-10+ */
}

    html:not(.lst-android-web) > body section.container-fluid {
        padding-bottom: 50px;
    }

html,
body {
    margin: 0;
    height: 100%;
}

body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#page_header,
#page_footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: #ddd;
}

#page_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.w-100 {
    width: 100%;
}

.page-header {
    margin: 20px 0 20px;
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #333333;
}

    .page-header h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        color: #333333;
        text-decoration: none solid rgb(0, 123, 194);
        font-weight: 600;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.lst-android-web #page_header,
.lst-android-web #page_footer {
    display: none;
}

div.header img {
    height: 50px;
}

    div.header img.img-circle {
        height: 50px;
        width: 50px;
    }

.navbar.hidden-xs {
    border-radius: 0;
}

.m-brand {
    width: 130px;
    padding: 7px 8px;
}

    .m-brand > a.m-brand-link {
        text-decoration: none;
    }

        .m-brand > a.m-brand-link > .m-brand-mark {
            display: block;
            color: transparent;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% auto;
        }

            .m-brand > a.m-brand-link > .m-brand-mark.primary {
                background-image: url(/public/img/myHealthPointe_logo_white.svg);
            }

            .m-brand > a.m-brand-link > .m-brand-mark.secondary {
                background-image: url(/public/img/myHealthPointe_logo_white.svg);
            }

#page_content {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
    /* must match footer height */
}

.main-body {
    margin-top: 60px;
}

.main-content {
    padding-left: 0;
}

img.app-icon {
    /*padding-top:5px;*/
    height: 80px;
}

.chart-carousel img {
    border-radius: 4px;
    width: 300px;
}

@media (max-width: 767px) {
    .sidebar-nav .navbar {
        min-height: 50px;
    }

    .sidebar-nav {
        padding: 0;
    }

    .navbar-fixed-top {
        z-index: 101;
    }

    .main-content {
        padding-left: 15px;
    }
}
/*@media (min-width: @screen-sm) {
    .sidebar-nav {
        & .navbar {
            & .navbar-collapse {
                padding: 0;
                max-height: none;
            }

            ul {
                float: none;
                display: block;
            }

            li {
                float: none;
                display: block;

                a {
                    padding-top: 12px;
                    padding-bottom: 12px;
                }
            }
        }
    }
}*/
.footer {
    /*border-top: 1px solid black;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    line-height: 46px;
    z-index: 101;
}

    .footer .content {
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .footer > a.btn {
        border: none;
    }

footer.footer a > i.fa {
    font-size: 1.5em;
}

footer .copyright {
    padding-top: 20px;
}

.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}

    .header .brand {
        padding: 5px;
    }

    .header .profile-menu {
        padding-top: 4px;
        float: right;
    }

        .header .profile-menu .dropdown-menu {
            right: 0;
            left: auto;
        }
/*.modal {
    z-index: 4;
}*/
div.loading-div {
    background-color: white;
}
/* EducationView.aspx styles */
/* ---------------------------------- */
#education-media .media .media-left {
    min-width: 106px;
}

    #education-media .media .media-left img {
        height: 96px;
    }

.media-list-unknown {
    width: 50px;
    height: 50px;
    background: url('/public/img/Dash.png') no-repeat center center;
}

.toolbar a.btn.btn-sm img {
    width: 25px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
}

    .btn-circle.btn-lg,
    .btn-circle.btn-xl {
        padding: 14px 16px 10px 19px;
        line-height: 1.33;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        font-size: 24px;
    }

a.btn-circle.btn-lg,
a.btn-circle.btn-xl {
    padding: 21px 15px 10px 19px;
}

.foucfix {
    display: none;
}

.dropzone .dz-preview:hover,
.dropzone .dz-preview .dz-error-message,
.dropzone .dz-preview .dz-details,
.dropzone .dz-preview .dz-image,
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-progress {
    z-index: 3 !important;
}

left-swipe-action {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

    left-swipe-action .swipe-underlay {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        left-swipe-action .swipe-underlay > left-swipe-action-button {
            display: table;
            height: 100%;
        }

            left-swipe-action .swipe-underlay > left-swipe-action-button > .action-button-wrapper {
                display: table-cell;
                vertical-align: middle;
                font-size: 1.8rem;
                font-weight: 300;
                padding: 0 20px;
            }

    left-swipe-action .swipe-content {
        width: 100%;
        background-color: inherit;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    left-swipe-action .cubic-bezier {
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.1, 0.7, 0.1, 1) 0.05s;
        transition: -webkit-transform 0.5s cubic-bezier(0.1, 0.7, 0.1, 1) 0.05s;
        transition: transform 0.5s cubic-bezier(0.1, 0.7, 0.1, 1) 0.05s;
        transition: transform 0.5s cubic-bezier(0.1, 0.7, 0.1, 1) 0.05s, -webkit-transform 0.5s cubic-bezier(0.1, 0.7, 0.1, 1) 0.05s;
    }

    left-swipe-action .shadow {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    }

.border-0 {
    border: none;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-0 {
    padding: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}
/* Spinner */
.spinner {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 6px solid;
    border-top-color: #005a9c;
    border-bottom-color: #005a9c;
    border-left-color: rgba(0, 90, 156, 0.15);
    border-right-color: rgba(0, 90, 156, 0.15);
    -webkit-animation: spinner 0.8s ease-in-out infinite alternate;
    animation: spinner 0.8s ease-in-out infinite alternate;
}

@keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

span.badge.notification {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: red;
}

.page-wrap {
    padding-bottom: 60px;
    background-color: rgba(255,255,255,1.0) !important;
    padding: 0px 8px 60px 8px;
}

label {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-style: italic;
    color: #666666;
    text-decoration: none solid rgb(118, 118, 118);
}

.form-control {
    padding: 5px;
    border: 1px solid #8c8c8c;
    background-color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #333333;
    text-decoration: none solid rgb(51, 51, 51);
    font-weight: 600;
}

.btn {
    padding: 3px 17px 3px !important;
    border-radius: 12px !important;
    background-color: #044973 !important;
    background-size: cover !important;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #ffffff !important;
    text-decoration: none solid rgb(255, 255, 255);
    font-weight: 400;
    height: 24px;
    margin: 5px 0 5px 5px;
}

    .btn:hover {
        background-color: rgb(0, 118, 168) !important;
    }

    .btn:disabled {
        background-color: #96ABBB
    }

.btn-login {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    background-color: #044973;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    box-shadow: -1px 2px 2px rgba(153,153,153,1);
}

    .btn-login:hover {
        background-color: rgb(0, 118, 168) !important;
    }

    .btn-login:disabled {
        background-color: #96ABBB
    }

body.DefaultBackgroundColor {
    background-color: #f2f2f2 !important;
}

.floatfirstDate {
    float: left;
}

.floatsecondDate {
    float: left;
    margin-left: 64px;
}

h5 {
    font-size: 15px;
}

#middlebox {
    float: left;
    margin-top: -8px;
}

#leftbox {
    float: left;
    margin-right: 10px;
    margin-top: -7px;
}

#rightbox {
    margin-left: 13px;
    margin-top: -9px;
    float: right;
}

.info-icon {
    font-size: 18px;
    color: #0076a8;
}

card {
    fill: #ffffff;
    stroke-width: 1;
    background: #fff;
    display: inline-block;
    margin: 1rem;
    position: relative;
}

.card-1 {
    margin-top: 30px;
    border-radius: 10px;
    margin-right: 21px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    width: 356px;
    height: 120px;
}

.side-panel-left {
    background-color: #044973 !important;
    color: #FFFFFF !important;
}

.list-group-item {
    border-color: #CCCCCC !important;
}

#menu-bar .list-group > .list-group-item:not(:first-child):hover {
    background-color: #126090 !important;
}

.HighlightLabelBackgroundColor {
    background-color: #FFFFFF !important;
    color: #044973 !important
}

.font-G-9hgq8vr-n7 {
    font-family: G-Lato-n7, Arial !important;
}

.card-title {
    font-family: 'Lato' !important;
    font-weight: bold;
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.card-subtitle {
    font-family: 'Lato' !important;
    font-weight: 400;
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.friends > .nav-tabs > li {
    background-color: #044973 !important;
    color: #fff;
    border: none;
}

    .friends > .nav-tabs > li > a {
        border-radius: 0 !important;
    }

.dbcard-img-default {
    background-color: #FFFFFF !important;
}

.friends > .nav-tabs > li.active {
    background-color: #FFFFFF !important;
    color: #044973 !important;
}

    .friends > .nav-tabs > li.active > a > .text-center > .menu-img > img {
        background-color: #044973 !important;
    }

.card-text-p-header {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: #666666;
}

.card-text-p-content {
    text-align: left;
    font-size: 12px;
}
#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: lightgrey;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    word-break: break-word;
}
#skip-link {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    background: black;
    padding: 6px;
    transition: 0.15s ease;
    z-index: 2;
    color: white;
}
    #skip-link:focus {
        transform: translate(-50%, 0%);
    }