/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700);*/
/*@import url('https://fonts.googleapis.com/css?family=Oswald');*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@font-face {
    /*font-family: 'Futura';*/
    font-family: 'Oswald', sans-serif;
    src: url('Futura-Medium.eot');
    src: url('Futura-Medium.eot?#iefix') format('embedded-opentype'), url('Futura-Medium.woff') format('woff'), url('Futura-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin-top: 100px;
    /*font-family: "Open Sans", "Open Sans Light", "Open Sans Semibold", "Open Sans Extrabold";*/
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    position: relative;
}

.lblreason {
    color: #FFF !important;
}

.bFontWeight {
    font-weight: 400 !important;
}

#tblAvailableProducts > tbody {
    color: #fff;
}

#tblAddedProducts > tbody {
    color: #fff;
}

#tblAvailableProducts_wrapper select {
    color: #FFF !important;
}

.container-fluid {
    color: #fff;
}

.message {
    border-radius: 2px;
    border: medium none;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.42857;
    position: fixed;
    z-index: 99999;
    display: none;
    left: 50%;
    top: 10px;
    box-shadow: 0 1px 2px #B9B9B9;
    min-width: 500px;
    margin-left: -250px;
}

    .message.error {
        color: #A94442;
        background-color: #F2DEDE;
        border-color: #EBCCD1;
    }

    .message.success {
        color: #3C763D;
        background-color: #DFF0D8;
        border-color: #D6E9C6;
    }

    .message.info {
        color: #31708F;
        background-color: #D9EDF7;
        border-color: #BCE8F1;
    }

    .message.warning {
        color: #8A6D3B;
        background-color: #FCF8E3;
        border-color: #FAEBCC;
    }


.required {
    color: red;
}

.ContentDiv {
    /* border-top: #c0c3c6 1px solid; */
    /* border-bottom: #c0c3c6 1px solid; */
    /* border-left: #c0c3c6 1px solid; */
    /* border-right: #c0c3c6 1px solid; */
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 15px 10px;
    /* background-color: rgba(255,255,255,0.9); */
    padding: 20px 10px;
    box-sizing: border-box;
    background: rgba(255,255,255,.1);
    /* opacity: 0.5; */
    border: 1px solid rgba(255, 255, 255, .2);
}

.ContentDiv1 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 15px 10px;
    /* background-color: rgba(255,255,255,0.9); */
    box-sizing: border-box;
    background: rgba(255,255,255,.1);
    /* opacity: 0.5; */
    border: 1px solid rgba(255, 255, 255, .2);
}


.PatientInfo {
    margin-left: 3%;
    font-size: 16px;
}

.MenuItem {
    background-position: 7px !important;
}

.White_block {
    width: 100%;
    display: table;
    background-color: #fff;
    box-shadow: 2px 2px 0px #e5eaee;
    padding: 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 21px;
    color: #a9acbd;
    text-transform: uppercase;
}

.LeftPanel {
    float: left;
    width: 50%;
}


.RightPanel {
    float: left;
    width: 50%;
}

#wrapper {
    padding-left: 0;
}

.HeaderImage {
    /*background-image: url(../Images/Header.png);*/
    background-color: #010102;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 140px !important;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #010102;
    /*min-height: 550px;*/
}

.huge {
    font-size: 50px;
    line-height: normal;
}

.field-validation-error {
    color: red;
    display: table;
    font-size: 13px !important;
}

.input-validation-error {
    border: 1px solid red !important;
}

/* Top Navigation */

.top-nav > li {
    display: inline-block;
    float: right;
}

    .top-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px;
        color: #fff;
        font-family: Arial !important;
        font-style: normal !important;
        font-size: 14pt;
        /*min-height: 90px;*/
    }

        .top-nav > li > a:hover,
        .top-nav > li > a:focus,
        .top-nav > .open > a,
        .top-nav > .open > a:hover,
        .top-nav > .open > a:focus {
            color: #777;
            /*background-color: #06bfd6;*/
        }

.top-nav > .open > .dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #414042;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 99%;
    font-family: Arial;
    font-style: normal;
    font-size: 12pt;
}

    .top-nav > .open > .dropdown-menu > li > a {
        white-space: normal;
    }

.dropdown-toggle:hover {
    color: #FFF !important;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        color: #999;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.NotificationPane {
    padding-top: 10px;
}

.SettingsPane {
    padding-top: 10px;
}

.PortalHeader {
    width: 100%;
    display: table;
    background-color: #29b6f6;
    padding: 0px;
    font-size: 21px;
    font-weight: lighter;
    color: #fff;
}

.PortalType {
    padding-left: 2%;
    display: table-cell;
    vertical-align: middle;
}
/*Vinod*/
.side-nav li {
    /*background-image: url('../images/Menu_icon.png');
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;*/
}

    .side-nav li:hover {
        /*border: 1px solid #06BFD6;
		border-radius: 3px;*/
    }

a {
    cursor: pointer !important;
}

.RedemThumbsup, .RedemThumbsDown, .RedemThumbsup_Rejected, .GridAttach {
    cursor: pointer !important;
}

.Home {
    /*color: #ccc;*/
    color: #FFF;
    font-size: 18px;
    border: none;
    padding: 20px 10px 10px 10px;
    padding-left: 1%;
    padding-bottom: 5px;
    width: 99%;
    background-color: #2f224d;
}

.BreadCrumSpan {
    margin-left: 10px;
}

.GridParent {
    width: 95%;
    background-color: #414042;
    margin-top: 12px;
    /*border: 1px #4b567e solid;*/
    /*margin-left: 20px;*/
}

.tableParent {
    width: 100%;
    margin: 0 auto;
}

    /*.tableParent {
	max-width: 94%;
	margin-left: 1.5em !important;
}*/

    .tableParent thead {
        color: #666666;
        background-color: #f4f7f9;
    }

    .tableParent tbody tr {
        /*color: #666666;
		background-color: #fff;*/
        border-bottom: 1px #525153 solid;
    }

.GridHeader {
    /* padding: 10px 0px 0px 10px; */
    padding-left: 2%;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 16px;
    border-bottom: 1px #FFFFFF solid;
    text-transform: uppercase;
    font-family: Georgia;
    font-style: Italic;
    font-size: 20pt;
    font-weight: lighter;
}

.GridHeaderNotification {
    /*padding: 10px 0px 0px 10px;*/
    padding-left: 2%;
    color: #ABABAB;
    padding-top: 0px;
    padding-bottom: 16px;
}

.DeleteProducts, .EditUsersHCP, .DeleteUsersHCP, .DeleteQuestion, .EditQuestion {
    cursor: pointer;
}

.DeleteProductFamily, .EditProductFamily {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.offer {
    width: 35px;
    margin-left: 20px;
}

.active {
    /*color: red !important;*/
    background-color: #000000;
    border-left: 5px #A7A9AC solid;
}

.Active_blueIcon {
    background-image: url('../images/Active_blue.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    margin-left: 10px;
    background-size: 16px 16px;
    margin-top: 6px;
    vertical-align: top;
    cursor: pointer;
}

.DeActive_blueIcon {
    background-image: url('../images/Cancel.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    margin-left: 10px;
    background-size: 16px 16px;
    margin-top: 6px;
    vertical-align: top;
    cursor: pointer;
}

.EditProductFamilyIcon {
    background-image: url('../images/edit.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    background-size: 16px 16px;
    margin-top: 6px;
    vertical-align: top;
    cursor: pointer;
}

.DeleteProductFamilyIcon {
    background-image: url('../images/delete.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 17px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    background-size: 16px 16px;
    margin-top: 6px;
    vertical-align: top;
    cursor: pointer;
}


.OfferShow {
    background-image: url('../images/Plus.png');
    background-repeat: no-repeat;
    background-position-y: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.OfferHide {
    background-image: url('../images/Minus.png');
    background-repeat: no-repeat;
    background-position-y: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.OffersDiv {
    display: none;
}

    .OffersDiv th {
        color: #848BB1;
        background-color: #2A2F43;
    }

    .OffersDiv td {
        color: black;
        background-color: #E5EAEE;
    }


.tdHeadCenter {
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 30px;
}

.tdHeadLeft {
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 30px;
    padding-left: 1%;
}

.tdHeadRight {
    text-align: right !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    height: 30px;
    padding-right: 2%;
}


.LeftAlign {
    text-align: left;
    height: 30px;
    padding-left: 5px;
}

.RightAlign {
    text-align: right;
    height: 30px;
    padding-right: 10px;
}

.CenterAlign {
    text-align: center;
    height: 30px;
}

.RightTableCellAlignment {
    text-align: right;
    padding-right: 30px !important;
}

.Innertable {
    width: 90% !important;
}

.dataTables_filter {
    /*float: left !important;*/
    margin-right: 6.5em !important;
}

.dataTables_paginate {
    margin-right: 7em !important;
}

/*.dataTables_length, .dataTables_info {
    display: none;
}*/

.tabButon {
    color: #fff;
    background-color: #0BB9D1;
    border: none;
    border-radius: 0px;
    padding: 8px;
    font-size: 12px;
    position: relative;
}

/*.tabButonsList {
	margin-left: 5px;
}*/

.dataTables_filter {
    padding-top: 10px;
}

.ColSpanRow th {
    font-size: 18px;
    color: #06BFD6;
    text-align: center;
    border: 1px #DDDDDD solid !important;
}

tr td {
    font-size: 14px;
}

.dataTables_paginate a:focus, .dataTables_paginate a:hover {
    color: #000000 !important;
}

.tableParent tr td img {
    margin-right: 3px;
    margin-left: 3px;
}

.tableParent tr:last-child {
    min-width: 9%;
}

.lastColumn {
    width: 9%;
}

.numSpinner {
    width: 80px;
    background-color: white;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    margin: 0px;
    height: 25px;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 2px;
}

#AdminSettings {
    width: auto;
    margin-left: 1% !important;
    /*margin-left: 7% !important;*/
}

.SettingsLabel {
    font-size: 14px;
    font-weight: normal;
    margin: 5px;
}

#AdminSettings td {
    padding: 5px;
    /*padding: 10px;*/
}

.StatusIcon {
    height: 16px !important;
    width: 16px !important;
    border: 1px white solid;
    border-radius: 9px;
    float: left;
    padding: 7px !important;
    margin-right: 3px;
    margin-top: 2px;
}

.red {
    background-color: #FA0008;
}

.green {
    background-color: #90CB6A;
}

.gray {
    background-color: #D0D0D0;
}

.blue {
    background-color: #337ab7;
}

.zebraDates {
    width: 116px;
}

#QuestionSettings {
    width: 50%;
    margin-left: 6%;
}

#page-wrapper {
    margin-top: 142px;
}

.mce-tinymce {
    margin-left: 2% !important;
}

.TemplateDropDownDiv {
    margin: 10px;
    display: flex;
}

.TemplateDropDown {
    height: 30px;
    margin: 2%;
    min-width: 175px;
}

.inliner {
    display: table;
}

.nt1 {
    float: left;
    width: 100%;
}

.nt2 {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.TemplateDropDown2 {
    padding: 10px;
    min-height: 300px;
}

    .TemplateDropDown2 option {
    }

#RedemStatusDiv {
    float: right;
    margin-right: 10%;
}

.TableLeft {
    float: right;
    margin-right: 4%;
}

#ewalletGrid {
    width: 100%;
    background-color: #fff;
    margin-top: 12px;
    margin: 0 auto;
}


.ModalButtons {
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 6px;
    font-size: 14px;
    font-weight: 100;
    margin-left: 1%;
    height: 36px;
}

.VoucherLabel {
    font-size: 16px;
    margin-left: 20px;
}

#CreateVoucher {
}

#officeVisit {
}

.trHeaderMain {
    background-color: #0BBAD0;
    color: white;
}

.trHeaderBlack {
    background-color: #000 !important;
    color: white;
}

    .trHeaderBlack th {
        background-color: #2A2F43 !important;
        color: white;
        font-weight: 100;
        border: none;
    }

.tdBorderRadius {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.pointsDiv {
    padding: 3px 8px 3px 8px;
    background-color: #6E86D5;
    width: 42px;
    border-radius: 15px;
    text-align: center;
}

.trHeaderBlack .sorting_asc, .trHeaderBlack .sorting, .trHeaderBlack .sorting_desc {
    border: none;
}

.mainColor {
    background-color: #1b75bb;
}

.UserPanel {
    padding-top: 65px !important;
    min-width: 200px;
}

.Link {
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
    color: #DF7D2C !important;
}

    .Link:hover {
        color: #01b0aa;
    }

.HeaderLink {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #E8561D !important;
}

    .HeaderLink:hover {
        color: #C13600 !important;
    }

/*table th:nth-child(3), td:nth-child(3) {
    display: none;
}

#UsersGrids .dataTables_filter {
    display: none;
}*/

/*#region TextBox Styles*/

.Form_TextBox {
    /*background-color: rgba(71,58,78,0.2);*/
    /*background-color: white;
    border: 1px solid #CFCFCF;
    border-radius: 4px;*/
    /*background-color: rgba(71,58,78,0.2);*/
    border-radius: 4px;
    background-color: #414042;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0px;
    height: 25px;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #F0F0F0;
    padding-left: 2px;
}

.EnrollmentTextBox {
    background-color: rgba(71,58,78,0.2) !important;
    color: #fff !important;
}

    .EnrollmentTextBox:focus {
        border: 2px solid #fff !important;
    }

.Form_TextBox:focus, .Form_TextArea:focus, select:focus {
    border: 2px solid #055D7A;
}

.Form_TextArea {
    background-color: #414042;
    border: #e3e3e3 1px solid;
    /*border-radius: 4px;*/
    margin: 0px;
    width: 100%;
    height: 50px;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #FFF;
    padding-left: 0px;
    resize: vertical;
}

.ExtraLargeTextBox {
    width: 100% !important;
}

.LargeTextBox {
    width: 90% !important;
}

.MediumTextBox {
    width: 75% !important;
}

.SmallTextBox {
    width: 60% !important;
}


.ExtraSmallTextBox {
    width: 50% !important;
}

.TinyTextBox {
    width: 30%;
    float: left;
    margin: 2px;
}
/*#endregion TextBox Styles*/

/*#region HCP Dashboard Styles*/
.WhiteBackground {
    background-color: #FFFFFF;
}

.TopHeader_Provider {
    padding-top: 15px;
    padding-bottom: 15px;
}

.RightBorder {
    border-right: 1px solid #C13600;
}

.TopHeader_EndUser {
    margin: 0px 2%;
}

.PointsBalance {
    padding: 15px 0px;
    border-radius: 10px;
}

.lblPointsBalance {
    color: #B2B8BD;
    font-weight: bold;
    font-size: 15px;
}

.lblVouchers {
    color: #222;
    font-weight: bold;
    font-size: 40px;
}

.BalanceIcon {
    padding-left: 5%;
}



.CircleHeadings {
    font-size: 17px;
}

.TopHeader_Margins {
    margin-left: 1%;
    margin-right: 1%;
}

.ContainerMargins {
    margin-top: 15px;
    margin-bottom: 15px;
}

.OuterCircle {
    /*width: 110px;
    height: 110px;*/
    width: 75px;
    height: 75px;
    border: 3px solid #E08267;
    padding: 3px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}

.InnerCircle {
    /*width: 98px;
    height: 98px;*/
    width: 63px;
    height: 63px;
    background-color: #E08267;
    border-radius: 100%;
    display: table;
}

.TableRow {
    display: table-row;
}

.InnerCircleContent {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    /*font-size: 15px;*/
    text-align: center;
}

.LargeFonts {
    font-size: 20px;
}

.SmallFonts {
    font-size: 13px;
}

.InnerCircleDescription {
    /*display: table-cell;*/
    vertical-align: middle;
    /*color: #FFFFFF;*/
    color: #C13600;
    text-align: center;
    font-size: 12px;
}

.ProviderDashboardTable_Mobile {
    width: 100%;
    border-collapse: collapse;
}

    .ProviderDashboardTable_Mobile td {
        text-align: center;
        padding: 7px;
        border: 1px solid black;
    }

        .ProviderDashboardTable_Mobile td b {
            font-size: 20px;
            margin-right: 2px;
        }

.GoButton {
    background-color: #808285;
    padding: 4px 25px;
    color: white;
    margin-left: 20px;
    font-family: georgia;
    font-style: Italic;
    font-size: 12pt;
    border: none;
    font-weight: 100 !important;
}

/*#AddFamily {
    width: 60px;
}

#AddProduct {
    width: 60px;
}*/

.SearchPatient {
    background-image: url('../images/search_dashboard.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 32px;
    display: inline-block;
    background-size: 36px 32px;
    cursor: pointer;
}

.BlueButton {
    background-color: #0BBAD0;
}

.OrangeButton {
    background-color: #E8561D;
}

.ActiveIcon {
    background-image: url(../Images/Active.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.InActiveIcon {
    background-image: url(../Images/cancel.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.EditIcon {
    background-image: url(../Images/Edit.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.DeleteIcon {
    background-image: url(../Images/Delete.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.CancelIcon {
    background-image: url(../Images/cancel.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 15px 15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.AddIcon {
    background-image: url(../Images/Plus.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.AddNoteIcon {
    background-image: url(../Images/Add_note.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.InfoIcon {
    background-image: url(../Images/Info.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

.HeplIcon {
    background-image: url(../Images/Help.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}

#tblPatientsForProvider {
    width: 100% !important;
}

    #tblPatientsForProvider thead tr:last-child th {
        text-align: center;
        font-size: 12px;
    }

.BlueColouredTableHeader {
    background-color: #67D3E0 !important;
    color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.OrangeColouredTableHeader {
    background-color: #E8561D !important;
    color: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.BlackColouredTableHeader {
    background-color: #222 !important;
    color: white;
}

/*#endregion HCP Dashboard Styles*/

/*#region Position Alignments*/
.LeftToCenter {
    text-align: left;
}

.LeftToRight {
    text-align: left;
}

.CenterToLeft {
    text-align: center;
}

.CenterToRight {
    text-align: center;
}

.RightToLeft {
    text-align: right;
}

.RightToCenter {
    text-align: right;
}
/*#endregion Position Alignments*/

.AddNew {
    float: right;
    margin-right: 4%;
}

/*.InActiveButton {
    color: #848283 !important;
    background-image: url(../Images/inactive_tab_blank.png);
    background-repeat: no-repeat;
}

.ActiveButton {
    color: #FFFFFF !important;
    background-image: url(../Images/active_tab_blank.png);
    background-repeat: no-repeat;
}*/


.InActiveButton {
    color: #fff !important;
    background-color: #000000 !important;
}

.ActiveButton {
    color: #FFFFFF !important;
    background-color: #808285 !important;
}

    .ActiveButton:after {
        content: ' ';
        position: absolute;
        border: solid 10px transparent;
        border-top: solid 0px transparent;
        border-width: 10px;
        border-color: #808285 transparent transparent transparent;
        top: 32px;
        left: 28%;
    }

    .ActiveButton:focus {
        outline: 0;
    }


.ActivePatientTab {
    color: #FFFFFF !important;
    /*background-color: #0BB9D1 !important;*/
    background-image: url(../Images/active_tab_blank.png);
    background-repeat: no-repeat;
}

/*.ActiveButton:after {
		content: ' ';
		position: absolute;
		border: solid 10px transparent;
		border-top: solid 0px transparent;
		border-width: 10px;
		border-color: #0BB9D1 transparent transparent transparent;
		top: 32px;
		left: 28%;
	}*/

/*.ActiveButton:focus {
    outline: 0;
}*/

.ModalButtons:disabled {
    background-color: #A5A5A5;
    border-bottom: #6C6E6E 3px solid;
}

.pointsDiv {
    color: #fff;
}

.RowMargins {
    line-height: 25px;
    margin-bottom: 7px;
}

.OverflowBreak {
    word-wrap: break-word;
}

.NormalTableColor {
    background-color: #010102 !important;
    color: #FFFFFF !important;
    font-size: 14pt !important;
    /*font-family: Arial normal bold !important;*/
    font-family: Arial !important;
    font-weight: normal !important;
}


/*.NormalTableColor {
    color: #000 !important;
    font-size: 11px;
    vertical-align: middle !important;
    background-image: url('../images/header_fieldnames_background.png') !important;
    background-size: 100% 100% !important;
}*/

.ErrorMessage {
    display: block;
    /*color: #940F0F;*/
    color: red;
    font-size: 13px !important;
    display: none;
}

.UploadedImg {
    width: 60px;
    height: 60px;
    border-radius: 10%;
    overflow: hidden;
}

.RedText {
    color: red;
    font-size: 13px !important;
}

.RedColor {
    color: red !important;
}

.tabsItem {
    margin-top: 1%;
}

.tabsItem_Users {
    margin-top: 1%;
}

/*.dvLoading {
    background: url('../Images/Loading.gif') no-repeat center center;
    height: 128px;
    width: 128px;
    position: fixed;
    z-index: 1000;
    left: 45%;
    top: 35%;
}*/

.cancelledInfo {
    color: #90CB6A;
    font-weight: bold;
}

.CountriesDropdown {
    width: 90%;
}
/*For Mobiles , declare the classes in above portion*/


.h3, h3 {
    font-size: 18px;
}

.mce-listbox button {
    padding-right: 11px !important;
}

.PopoverTable {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

    .PopoverTable tr td:nth-child(2n+1) {
        vertical-align: top;
    }

.popover {
    width: 20% !important;
}

.InnerTable_ExpireVoucher {
    width: 100%;
    /*margin-left: 25%;*/
}

    .InnerTable_ExpireVoucher tr td {
        /*padding: 3px !important;*/
    }

.fieldset_Enrollment {
    border: 1px solid silver;
    border-radius: 5px;
    /*background-color: #FCFCFC;*/
    margin-top: 7px;
    padding: 7px;
}

.legend_Enrollment {
    width: auto;
    /*display: inline;*/
    padding: 0px 7px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: inherit;
    color: #fff;
    border-bottom: 0px;
}

.divreason {
    width: 70%;
    height: 450px;
    overflow-y: auto;
    margin: auto;
    background-color: #414042;
    margin-top: 20px;
}

.tblreason {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #CFCFCF;
}

    .tblreason tr th {
        color: white;
    }

.SaveCancelButton {
    margin-bottom: 3px;
}

/*Designer CSS*/
.hometextfield {
    width: 457px;
    height: 47px;
    background-image: url(email_textfield.png);
    background-repeat: no-repeat;
    border: 0px;
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 24pt;
    color: #1b75bb;
}


.leadintext {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 12pt;
    color: #E8561D;
}

.bodycopy {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
}

.conclusiontext {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
    font-weight: bold;
}


.dollars {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 36pt;
    color: #1b75bb;
}


.dollarSymbol {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 16pt;
    color: #1b75bb;
    display: table;
    float: left;
    padding-top: 10px;
}


.RedemptionInfo {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #1b75bb;
}

.TotalEarnedRedemptionInfo {
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    color: #000 !important;
}


.Productfamily {
    background-image: url(../Images/product_family_header.png);
    height: 72px;
    text-align: right;
    margin-left: 2%;
    padding-left: 0px;
    background-repeat: no-repeat;
    /*background-image: url('../Images/product_family_header.png');*/
}

/*.clsSave {
	background-image: url(../Images/save.png) !important;
	background-repeat: no-repeat;
}*/

.LooggedInAs {
    list-style: none;
}

.SearchLabel {
    width: 8%;
    float: left;
    display: table;
}

.SearchTextBox {
    width: 70%;
    margin-left: 3%;
    float: left;
    display: table;
}

.PatientSearchButton {
    width: 27%;
    float: left;
    display: table;
    margin-left: 8px;
    margin-top: 3px;
}

#tblPatientInfo {
    width: 100%;
    margin: 0 auto;
}

.DatesDiv {
    width: 100%;
}

.tbDatesDiv {
    width: 100%;
}

.tbAuditDatesDiv {
    width: 100%;
}

.tdDatesDiv {
    width: 20%;
    float: left;
}

.tdDatesFromDiv {
    width: 20%;
    float: left;
}


.tdDatesToDiv {
    text-align: center;
    width: 7%;
    float: left;
}

.tdGoDiv {
    width: 10%;
    float: left;
}


.EmailTextBoxBackground {
    background-image: url(../Images/email_textfield.png);
}

.PasswordTextBoxBackground {
    background-image: url(../Images/password_textfield.png);
}

.SubmitButtonBackground {
    background-image: url(../Images/sign_in_button.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.EnrollmentFormBackground {
    background-image: url(../Images/pat_enroll_form_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.MemberLoginBackground {
    background-image: url(../Images/member_login_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: right !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.LoginTextBoxes {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #46B3DF;
    height: 35px;
    border: 0px;
    font-family: Futura, “Century Gothic”, Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #1b75bb;
}

.NoMargin_Right {
    margin-right: 0px !important;
}

.NoPadding_LeftAndRight {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.NoPadding_Right {
    padding-right: 0px !important;
}

.hcplink {
    /*float: right;*/
    margin-right: 2%;
    margin-bottom: 10px;
}

.UsersAdmin, .UsersHCP, .UsersPatient, .RedemAwaited, .RedemApproved, .RedemReject {
    width: 94%;
}

#tblAuditInfoList {
    width: 94%;
}

.Buttondisable {
    background-color: #ECEDEE !important;
}


.NoPadding_Left {
    padding-left: 0px !important;
}

.InlineDisplay {
    display: inline !important;
}

.TermsAndConditionsColor {
    color: #fff !important;
}

    .TermsAndConditionsColor a {
        color: #fff !important;
        text-decoration: underline !important;
    }

.conclusiontext {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
    font-weight: bold;
}

.RightFloat {
    float: right !important;
}

.LeftFloat {
    float: left !important;
}

.GoButtonDimensions {
    height: 30px;
    margin-left: 20px;
}

#ddlAudit_chosen {
    width: 60% !important;
}

.AnchorStyles_PopUp {
    text-decoration: underline;
    color: #47A1F1;
}

#div_AnswerTypeList {
    display: none;
}

.AnswerTypesList {
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}

/*.innerPreivewContent {
	height: 550px;
}*/

.loading {
    top: 10%;
    z-index: 9999;
}

#imghlpIcon {
    padding-top: 28px;
    display: inline;
}

#div_ShowImageOfAccountNumber {
    width: 65%;
}

.preivewContent {
    width: 75%;
}

.PayoutSettingsType {
    padding-left: 25px;
}

#ddlAvailableElements {
    color: black !important;
}

#ProgressTemplateblur {
    width: 100%;
    background-color: #FFF;
    moz-opacity: 0.5;
    khtml-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999999999;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

#ProgressTemplateprogress {
    z-index: 200;
    background-color: transparent;
    position: fixed;
    top: 44%;
    left: 49%;
    /*border: solid 1px black;*/
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.OtherTextBox {
    display: none;
    margin-top: 10px;
}

.MultipleSelect_Other {
    padding-left: 20px;
    cursor: pointer;
    font-weight: bold !important;
}

.ProductImage {
    cursor: pointer;
}

.InstructionsPlaceholder {
    font-family: Arial !important;
    font-style: normal !important;
    font-size: 12pt;
    text-transform: none;
    margin-top: 10px;
    font-family: sans-serif;
    color: #FFFFFF;
}

.PasswordFormControl {
    margin-top: 50px !important;
}

/*.dvLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 60px;
    background-image: url(../Images/Loading.gif);
    background-repeat: no-repeat;
    z-index: 10000001;
    display: none;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
}*/

/*For Tablets use this Media Tag*/
@media (min-width: 768px) {
    body {
        margin-top: 50px;
    }

    .leadintext {
        font-size: 24pt;
    }

    /*.ContainerMargins {
        margin: 15px 0px;
    }*/

    .tbDatesDiv {
        width: 60%;
    }

    .PatientSearchButton {
        width: 40%;
    }

    /*#txtVocher {
        width: 54% !important;
    }*/

    .TinyTextBox {
        width: 30%;
    }

    .tbAuditDatesDiv {
        width: 80%;
    }

    .tdDatesDiv {
        width: 10%;
        text-align: center;
    }

    .SearchPatient {
        background-size: 110px 32px;
    }

    .NormalTableColor {
        font-size: 14px;
    }

    #tblPatientInfo {
        width: 95%;
    }


    .h3, h3 {
        font-size: 18px;
    }

    .mce-listbox button {
        padding-right: 20px;
    }


    .lblPointsBalance {
        font-size: 20px;
    }

    table th:nth-child(3), td:nth-child(3) {
        display: table-cell;
    }




    .SettingsLabel {
        margin: 0px;
        font-weight: lighter !important;
    }

    .Home {
        padding: 10px;
        margin-top: 36px;
        border-bottom: 1px #4b567e solid;
    }

    .top-nav > li {
        float: left;
    }

    #DatesDiv {
        /*margin-left: 1% !important;*/
        padding: inherit;
        margin-top: 3px;
    }

        #DatesDiv th, #DatesDiv td {
            padding: 10px;
        }

        #DatesDiv .SettingsLabel {
            font-weight: 100;
        }

    #wrapper {
        padding-left: 190px;
    }

    #page-wrapper {
        padding: 5px;
        margin-top: 142px;
    }

    .tabButon {
        font-size: 15px;
    }

    .GridParent {
        margin-left: 14px;
    }

    .tableParent {
        max-width: 96%;
    }

    .navbar-right {
        margin-right: 0px;
    }

    .PortalHeader {
        padding: 10px 0px;
    }

    .ActiveButton:after {
        top: 36px;
        left: 42%;
    }
}

/*For Desktops use this Media Tag*/
@media (min-width: 992px) {
    .CircleHeadings {
        padding-left: 0px;
    }

    #tblPatientsForProvider {
        width: 85% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .nt1 {
        width: 80%;
    }

    .nt2 {
        width: 20%;
    }

    .GridParent {
        margin-left: 45px;
    }

    /*#txtVocher {
        width: 60% !important;
    }*/

    .TinyTextBox {
        width: 32%;
    }

    .PatientSearchButton {
        width: 21%;
    }

    .RedemptionInfo {
        font-size: 24px;
    }



    .tabButonsList {
        margin-left: 2.5em;
    }

    /*#region Position Alignments*/

    .LeftToCenter {
        text-align: center;
    }

    .LeftToRight {
        text-align: right;
    }

    .CenterToLeft {
        text-align: left;
    }

    .CenterToRight {
        text-align: right;
    }

    .RightToLeft {
        text-align: left;
    }

    .RightToCenter {
        text-align: center;
    }
    /*#endregion Position Alignments*/

    #div_ShowImageOfAccountNumber {
        width: 40%;
    }

    .preivewContent {
        width: 60%;
    }
}

/*For Large Desktops use this Media Tag*/
@media (min-width: 1200px) {
}
