﻿
/* 

    START: dashboard-core-styles

*/
@import "datePicker/hashi-date-picker.scss";

.global-site-header-bar {
    display: inline-block;
    width: 100%;
    height: 90px;
    padding: 0;
    background-color: rgba(0,148,190,1.00);
    background-image: radial-gradient(at 49% 149%, rgba(0,148,190,1.00) 0%, rgba(1,100,122,1.00) 100%);
    font-size: 1em;
    line-height: 0;
}

.global-site-header-bar .global-site-header-options-left {
    float: left;
    margin-left: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
}

.global-site-header-bar .global-site-header-options-right {
    float: right;
    height: 100%;
    position: relative;
    padding: 0 10px;
    line-height: 1.4;
}

.global-site-header-bar .global-site-header-options-right:hover {
    background-color: rgba(255,255,255,0.1);
}

.global-site-header-bar a.global-site-header-logo {
    width: 200px;
    padding: 15px;
    background-image: url("../images/touchmd-logo-white.svg");
    background-repeat: no-repeat;
}

.global-site-header-bar a.global-site-header-logo:hover {
    opacity: 0.8;
}

.global-site-header-bar .global-site-header-button {
    height: 100%;
    min-width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}


.global-site-header-bar .global-site-header-user-name {
    padding: 10px;
    float: left;
    color: rgba(255,255,255,0.9);
    font-weight: bold;
    letter-spacing: 1px;
}

.global-site-header-bar .global-site-header-user-name-xs.visible-xs {
    color: rgba(255,255,255,0.8);
    padding: 15px 25px;
    background-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    letter-spacing: 1px;
    line-height: 1.2;
}

.global-site-header-bar .global-site-header-user-name-xs.visible-xs small {
    white-space: nowrap;
    color: rgba(255,255,255,0.5);
}

.global-site-header-bar .global-site-header-hamburger-menu-button {
    padding: 20px 30px;
    float: left;
    background-image: url('../images/hamburger.png');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 36%;
    opacity: 0.5;
}

.global-site-header-bar .active .global-site-header-hamburger-menu-button {
    opacity: 1;
}

.global-site-header-bar .active .global-site-header-user-name {
    color: #FFF;
}

.global-site-header-bar .global-site-header-hamburger-menu {
    position: absolute;
    top: 90px;
    right: 0;
    padding: 0;
    background-color: #0094BE;
    color: #fff;
    min-width: 200px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    z-index: 9;
    overflow: auto;
}

.global-site-header-bar .global-site-header-hamburger-menu ul {
    padding: 0;
    margin: 0;
}

.global-site-header-bar .global-site-header-hamburger-menu ul li {
    padding: 0;
}

.global-site-header-bar .global-site-header-hamburger-menu ul li a {
    color: rgba(255,255,255,0.8);
    padding: 15px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    cursor: pointer;
    font-size: 1.1em;
}

.global-site-header-bar .global-site-header-hamburger-menu ul li:last-child a {
    border: none;
    background-color: rgba(0,0,0,0.1);
}

.global-site-header-bar .global-site-header-hamburger-menu ul li a:hover {
    background-color: rgba(255,255,255,0.1);
    text-decoration: none;
    color: #FFF;
}

.global-site-header-bar .global-site-header-hamburger-menu ul li a span {
    padding: 0 10px;
}

.global-site-header-bar .global-site-header-hamburger-menu ul li a span.glyphiconish-help-button-sm {
    margin: 0 12px 0 7px;
}

.global-site-header-bar .global-site-help-button {
    width: 90px;
    height: 90px;
    float: right;
    background-color: rgba(0,0,0,0.2);
    background-image: url('../images/knowledgebase-questionmark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 36%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.global-site-header-bar .global-site-help-button .show-on-hover {
    display: inline-block;
}

.global-site-header-bar .global-site-help-button:hover {
    background-color: rgba(255,255,255,0.1);
}


.glyphiconish-help-button-sm {
    background-image: url("../images/knowledgebase-questionmark.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    padding: 10px 15px;
}



.global-site-footer {
    color: #666;
    text-align: left;
    margin: 0;
    padding: 40px 30px;
    background-color: #F9F9F9;
    border-top: 1px solid #F3F3F3;
    display: inline-block;
    width: 100%;
    min-height: 200px;
}

.global-site-footer h4 {
    margin-bottom: 5px;
    font-size: 1.2em;
}

.global-site-footer p {
    font-size: 1em;
    color: #999;
    max-width: calc(100% - 450px);
}

.global-site-footer small {
    color: #999;
}

.global-site-footer ul {
    padding: 0;
    margin-left: -10px;
}

.global-site-footer ul > li {
    display: inline-block;
    padding: 0;
}

.global-site-footer ul > li a {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    color: #999;
    background-color: #F9F9F9;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.global-site-footer ul > li a:hover {
    background-color: rgba(255,255,255,1);
    color: #000;
    text-decoration: none;
}

.global-site-footer .global-site-footer-left-side {
    max-width: 400px;
}

.global-site-footer .global-site-footer-right-side {
    padding-left: 25px;
}

.global-site-footer .global-site-footer-logo {
    margin: -6px -10px 0 0;
    float: right;
}

.global-page-content {
    padding: 30px 30px 100px 30px;
    min-height: calc(100vh - 300px);
    margin: auto;
}

.global-page-content.global-page-content-contained {
    max-width: 1000px;
}

.global-page-content.global-page-content-full-width {
    width: 100%;
}

.global-page-content .global-split-view-container {
    display: flex;
    width: calc(100% + 50px);
    min-height: calc(100vh - 300px);
    bottom: 0;
    margin: -30px -30px -100px -30px;
}

.global-page-content .global-split-view-container .global-split-view-menu {
    flex-shrink: 0;
    width: 200px;
    max-width: 200px;
    padding: 0;
    background-color: #eee;
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
}

.global-page-content .global-split-view-container .global-split-view-content {
    padding: 30px 30px 100px 30px;
    width: 100%;
}

.global-page-content .global-split-view-container .global-page-max-width {
    max-width: 740px;
    margin-left: 0;
}

.global-page-content h1 {
    margin-top: 0;
}

.global-side-menu {
    margin: 20px 0;
}

.global-side-menu h3 {
    font-size: 1em;
    color: #999;
    background-color: #E9E9E9;
    border-bottom: 1px solid #DDD;
    padding: 20px 30px 20px 30px;
    margin: -20px 0 0 0;
    letter-spacing: 1px;
    line-height: 1.2em;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}

.global-side-menu h2 {
    font-size: 1.5em;
    color: #333;
    background-color: #E9E9E9;
    border-bottom: 1px solid #DDD;
    padding: 10px 30px 10px 30px;
    margin: -20px 0 0 0;
    letter-spacing: 1px;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
}

.global-side-menu button.btn {
    margin: 10px 15px;
    width: calc(100% - 30px);
    display: inline-block;
    text-align: left;
}

.global-side-menu ul {
    margin: 0;
    padding: 0;
}

.global-side-menu ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.global-side-menu ul > li a {
    padding: 10px 30px;
    display: block;
    font-size: 1.1em;
}

.global-side-menu ul > li a:link,
.global-side-menu ul > li a:visited,
.global-side-menu ul > li a:active {
    text-decoration: none;
}

.global-side-menu ul > li a:hover {
    background-color: #F9F9F9;
    text-decoration: none;
}

.global-side-menu ul > li a.active {
    background-color: #f9f9f9;
    color: #000;
}

.global-side-menu ul > li > ul {
    background-color: #e6e6e6;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #f6f6f6;
}

.global-side-menu ul > li > ul > li a {
    padding-left: 40px;
}

.global-page-max-width {
    max-width: 940px;
    margin: auto;
}

.global-form-element-max-width {
    max-width: 400px;
}

.global-site-footer .global-page-max-width {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.breadcrumb {
    margin-top: -5px;
    padding: 15px 30px;
    font-size: 1.2em;
    border-bottom: 1px solid #eee;
}

.ellipsis-when-wider-than-300 {
    overflow: hidden;
    max-width: 300px;
    display: inline-block;
    text-overflow: ellipsis;
}


.badge {
    vertical-align: middle;
}

.btn {
    cursor: pointer;
}

.col-padding-none {
    padding: 0;
}


.global-input-with-loading {
    position: relative;
    font-size: 1em;
}

.global-input-with-loading .loading-xs {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #fff;
    padding: 20px 20px 10px 10px;
    border-top-right-radius: 3px;
}

.input-lg .global-input-with-loading .form-control {
    font-size: 1.3em;
    height: 46px;
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 6px;
}

.input-lg .global-input-with-loading .loading-xs {
    top: 8px;
    right: 8px;
}

tmd-core-input-text label,
tmd-core-input-text.input-lg label {
    font-size: 1em;
}




@media (max-width: 768px) {

    .breadcrumb {
        padding: 10px 10px 10px 20px;
    }

    .global-site-header-bar .global-site-header-options-left {
        float: left;
        margin-left: 16px;
    }

    .global-page-content {
        padding: 20px;
    }

    .global-site-header-bar {
        height: 50px;
    }

    .global-site-header-bar a.global-site-header-logo {
        width: 120px;
        padding: 8px;
    }

    .global-site-header-bar .global-site-help-button {
        width: 58px;
        height: 50px;
    }

    .global-site-header-bar .global-site-header-button {
        min-width: unset;
    }

    .global-site-header-bar .global-site-header-hamburger-menu {
        top: 50px;
    }

    .global-site-header-bar .global-site-header-hamburger-menu-button {
        padding: 20px;
        background-size: 60%;
    }

    .global-site-footer {
        padding: 20px 20px;
    }

    .global-site-footer-links {
        float: left;
    }

    .global-site-footer .global-page-max-width {
        flex-direction: column-reverse;
    }

    .global-site-footer p {
        font-size: 1em;
        color: #999;
        max-width: 100%;
    }

    .global-page-content .global-split-view-container {
        margin-top: -20px;
    }
}

@media print {

    global-site-header,
    global-site-footer,
    .global-side-menu,
    .breadcrumb {
        display: none;
    }
}


/* 

    END: dashboard-core-styles

*/
