﻿.header-container {
    background-color: #8ebb37;
    height: 60px;
    /*display: table;*/
    width: 100%;
}

.logo {
    font-weight: bold;
    color: white;
    overflow: hidden;
    text-align: center;
    height: 100%;
    font-size: 25px;
    /* width: 33.333%; */
    /* float: left; */
    position: absolute;
    width: 100%;
    /*display: flex;
            justify-content: center;  --align horizontal
            align-items: center;  -- align vertical
            display: -webkit-box;
            -webkit-box-pack: center; -- align horizontal
            -webkit-box-align: center; -- align vertical */
}



.transparent-button {
    background-color: transparent;
    border: none;
}

.white-text {
    color: white;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear:both;
}

.bold {
    font-weight: bold;
}

.header-button-holder {
    /*display: table-cell;*/
    /*width: 33.333%;*/
    display: table-cell;
    /*float: left;*/
    /*height: 100%;*/
    /*display: block;*/
    overflow: hidden;
    text-align: center;
    /*position: absolute;
                z-index:1;*/
    /*display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: -moz-inline-flexbox;*/
    /*vertical-align: middle;
            display: -webkit-box;
            -webkit-box-pack: center;
            -webkit-box-align: center;
                        /*overflow: hidden;
            text-align: center;
            height: 100%;*/
    vertical-align: middle;
    text-align: right;
}

    .header-button-holder.left {
        left: 0px;
    }

    .header-button-holder.right {
        right: 0px;
    }

    .header-button-holder .holder-left {
        margin: 0px;
        left: 0px;
    }

    .header-button-holder .holder-right {
        width: 100%;
        text-align: right;
        /*margin: 0px;*/
        /*display: flex;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                justify-content: flex-end;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;*/
        /*display: -webkit-flex;
                 -webkit-flex-direction: row;*/
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        /*display: -webkit-flex;*/
        flex-direction: -webkit-row;
        justify-content: -webkit-flex-end;
    }

.header-button {
    display: block;
    vertical-align: middle;
    width: 36px;
}

    .header-button.left {
        /*margin-left: 30px;*/
        float: left;
        margin: 0;
        padding-left: 15px;
    }

    .header-button.right {
        /*margin-right: 30px;*/
        float: right;
        margin: 0;
        padding-right: 15px;
        /*padding-right: 30px;
                float: right;*/
    }

/*#parent {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;

            /*-webkit-justify-content: space-around;
            -moz-justify-content: space-around;
            -ms-justify-content: space-around;
            justify-content: space-around;*/
/*-webkit-flex-direction: row;
            flex-direction: row;
            -ms-flex-direction: row;

            -ms-align-content: center;
            -webkit-align-content: center;
            align-content: center;
            align-items: center;

            -webkit-justify-content: center;
            justify-content: center;
            background-color: #8ebb37;
            height: 60px;
            width: 100%;
        }*/

.header-height {
    height: 60px;
}

.body-container {
    margin-top: 90px;
}

.body-container-login {
    margin-top: 60px;
}

.footer-container {
    width: 100%;
    background-color: #00aacd;
    position: relative;
    color: white;
    font-size: 12px;
}

    .footer-container .title {
        font-size: 12px;
        color: black;
    }

    .footer-container .feedback {
        margin-top: 15px;
    }

    .footer-container .logo-container {
        margin-top: 38px;
        color: white;
    }



.logo-title {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.logo-content {
    padding: 5px 0px 50px 3px;
    font-size: 10px;
}

.version-text {
    font-size: 10px;
    color: white;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px;
}

.footer-container .footer-content {
    padding-top: 20px;
    padding-left: 25px;
}

.main-container {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.home-container {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60px;
    display: table;
}

    .home-container .buttons {
        min-width: 83px;
    }

.search-input {
    margin: 0px;
    margin-right: 15px;
}

.caret.white {
    border-top-color: white;
}

.dropdown-default {
    color: white !important;
    text-decoration: none !important;
}

/*Start - my practice*/

.content-container {
    width: 95%;
    display: table;
    padding-bottom: 10px;
}

.practice-title {
	display: table-cell;
	font-size: 18px;
	color: #00aacd;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
}

.image-container-logo {
    display: table-cell;
    float: right;
}

.information-container {
    border: 0px solid;
    padding: 20px 20px 20px 15px;
    background-color: white;
}

.resources-title {
    display: table-cell;
    font-size: large;
    color: #00aacd;
    font-weight: bold;
    padding-top: 20px;
}

.resource-item {
    list-style-type: none;
    color: #00aacd;
    padding-bottom: 5px;
}

    .resource-item .color {
        color: #00aacd;
    }

.resources-spacing {
    padding-top: 15px;
}
/*End - my practice*/


/*Start - my provider*/
.dark-blue-lign {
    height: 25px;
    background-color: #6e919c;
}


.provider-content-container {
    /*width: 92%;*/
    padding-left: 30px;
    padding-bottom: 10px;
}


.provider-title {
    font-size: 18px;
    color: #00aacd;
    font-weight: bold;
}

.provider-item-title {
    font-size: large;
    color: black;
    font-weight: bold;
    padding-bottom: 20px;
}

.provider-item {
    display: table;
}

.table-cell-display {
    display: table-cell;
    vertical-align: top;
}

.provider-image {
    width: 150px;
    height: 150px;
    margin: 20px 20px 20px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.provider-image-container {
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 20px 20px 20px 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.provider-image-sizes {
    max-height: 100%;
    max-width: 100%;
}

.information-provider-container {
    border: 0px solid;
    /*padding: 20px 20px 20px 15px;*/
    background-color: white;
    width: 100%;
}

.provider-info-spacing {
    padding: 20px 20px 20px 15px;
}

.biography-text {
    line-height: 20px;
    font-size: 14px;
}
/*End - my provider*/


.custom-error-label {
    color: red;
}

.email-label-spacing {
    margin-right: 15px;
}

.reset-margin-spacing {
    margin-bottom: 10px;
}


.resource-drugs-item {
    list-style-type: none;
}

    .resource-drugs-item .color {
        color: #00aacd;
    }

.drug-item-holder {
    margin-right: 45px;
}

.reset-save-margin-spacing {
    padding-bottom: 20px;
}

.instructions-spacing {
    padding-top: 15px;
}

.manage-learn {
    padding-top: 10px;
    line-height: 20px;
    color: #00aacd;
}

.video-exercise-details {
    width: 200px;
    margin: 0px;
    border-collapse: separate;
    border-spacing: 0 3px;
    margin-bottom: 15px;
}

.teleconsult-heading-container {
    padding-bottom: 20px;
}

.teleconsult-heading {
    color: #6d7779;
    font-weight: bold;
    font-size: 18px;
}

.teleconsult-details {
    color: #6d7779;
	font-size: 15px;
}

.teleconsult-button-container {
    text-align: center;
    cursor: pointer;
}

.teleconsult-button {
    padding-top: 25px;
    padding-bottom: 15px;
}

.teleconsult-button-text {
    width: 148px;
    padding-bottom: 30px;
}

.validate-mobile-number {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
}

.qtip-search {
    background-color: white !important;
    border: 1px solid #67a216 !important;
}
