@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=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/*!
 * 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';
    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";
    position: relative;
}

.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 5px solid;
    border-bottom: #c0c3c6 5px 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;
}

.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;
}

#page-wrapper {
    width: 90%;
    padding: 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 330px;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

.field-validation-error {
    color: #940F0F;
    display: table;
    font-size: 13px !important;
}

.input-validation-error {
    border: 1px solid #940F0F !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: #999;
        /*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: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 99%;
}

    .top-nav > .open > .dropdown-menu > li > a {
        white-space: normal;
    }

.dropdown-toggle:hover {
    color: #000 !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: #0bbad0;
	padding: 0px;
	font-size: 21px;
	font-weight: lighter;
	color: #fff;
	/*margin-top: 10px;*/
    padding: 0px 0px;
    height: 10px;
    background-image: url('../images/blue_trans_header.png');
}

.PortalType {
    padding-left: 2%;
    display: table-cell;
    vertical-align: middle;
}
/*Vinod*/
.side-nav li {
    /*background-image: url('../images/Menu_icon.png');*/
    /*background: url("../Images/Menu_icon.png") no-repeat ;*/
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    float: none !important;
}

    .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;
    font-size: 18px;
    border: none;
    padding: 20px 10px 10px 10px;
    padding-left: 1%;
    padding-bottom: 5px;
    width: 99%;
    background-color: #fff;
}

.BreadCrumSpan {
    margin-left: 10px;
}

.GridParent {
    width: 96%;
    background-color: #fff;
    margin-top: 12px;
    /*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;
    }

.GridHeader {
    /*padding: 10px 0px 0px 10px;
    padding-left: 2%;*/
    color: #ABABAB;
}

.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;
}

.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: #8B8788;
        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;
}

.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;
    margin: 3px;
    font-size: 12px;
    position: relative;
    background-size: 100% 100%;
}

/*.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: #0BBAD0 !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: 0% !important;
}

.SettingsLabel {
    font-size: 14px;
    font-weight: normal;
    margin: 5px;
}

#AdminSettings td {
    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: 44%;
    margin-left: 6%;
}

#QuestionSettings {
    width: 55%;
}

.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;
    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 {
    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: #06BFD6 !important;
}

    .HeaderLink:hover {
        color: #DF7D2C !important;
    }

/*table th:nth-child(3), td:nth-child(3) {
    display: none;
}

#UsersGrids .dataTables_filter {
    display: none;
}*/

/*#region TextBox Styles*/

.Form_TextBox {
    background-image: url(../Images/V2.0/input_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: white;
    border: 1px solid #CFCFCF;
    /*border-radius: 4px;*/
    margin: 0px;
    height: 31px;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 2px;
}

    .Form_TextBox:focus, .Form_TextArea:focus, select:focus {
        border: 1px solid #055D7A;
    }

.TextBox_ZIP {
    background-image: url(../Images/V2.0/form_zip.png);
}

.TextBox_City {
    background-image: url(../Images/V2.0/form_city.png);
}

.TextBox_Captcha {
    background-image: url(../Images/V2.0/form_captcha.png);
}

.Form_TextArea {
    background-color: #ffffff;
    border: #e3e3e3 1px solid;
    /*border-radius: 4px;*/
    margin: 0px;
    width: 100%;
    height: 50px;
    outline: medium none;
    font-family: inherit;
    font-size: 12px;
    color: #373737;
    padding-left: 0px;
    resize: vertical;
}

.ExtraLargeTextBox {
    width: 100%;
}

.LargeTextBox {
    width: 90%;
}

.MediumTextBox {
    width: 75%;
}

.SmallTextBox {
    width: 60%;
}


.ExtraSmallTextBox {
    width: 50%;
}

.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;
}

.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 {
    padding-left: 1px;
    margin-right: 1%;
}

.ContainerMargins {
    margin: 0px;
}

.OuterCircle {
    border: 3px solid #679CE0;
    padding: 3px;
    border-radius: 100%;
    width: 110px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
}

.InnerCircle {
    width: 98px;
    height: 98px;
    background-color: #679CE0;
    border-radius: 100%;
    display: table;
}

.TableRow {
    display: table-row;
}

.InnerCircleContent {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 23px;
    text-align: center;
}

.InnerCircleDescription {
    display: table-cell;
    vertical-align: middle;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
}

.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 {
    /*padding: 5px 7px;
	border-radius: 5px;
	color: white;
	margin-left: 5px;
	border: none;*/
    background-image: url('../images/go_dates.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 25px;
    display: inline-block;
    background-size: 30px 30px;
    /*font-weight: bold;*/
    cursor: pointer;
}


.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;
}

.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/Add.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;
    }

#tblReleatedPatientsForProvider {
    width: 100% !important;
}
    #tblReleatedPatientsForProvider 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;
}

.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%;*/
}

.AddNewAdmin {
    float: right;
    /*margin-right: 4%;*/
}

.GridHeaderAdmin {
    display: inline-block;
    width: 100%;
}

.InActiveButton {
    color: #848283 !important;
    /*background-color: #E4E4E4 !important;*/
    background-image: url(../Images/inactive_tab_blank.png);
    background-repeat: no-repeat;
}

.ActiveButton {
    color: #FFFFFF !important;
    /*background-color: #0BB9D1 !important;*/
    background-image: url(../Images/active_tab_blank.png);
    background-repeat: no-repeat;
}

.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;
}

.OverflowBreak {
    word-wrap: break-word;
}

.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: #ff0000;
    font-size: 13px !important;
    display: none;
}

.UploadedImg {
    width: 60px;
    height: 60px;
    border-radius: 10%;
    overflow: hidden;
}

.RedText {
    color: #940F0F;
    font-size: 13px !important;
}

.RedColor {
    color: red !important;
}

/*.tabsItem {
	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%;
    /*margin: -25px 0 0 -25px;*/
}

.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;
    border-bottom: 0px;
}

.divreason {
    width: 70%;
    height: 450px;
    overflow-y: auto;
    margin: auto;
    background-color: white;
    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;*/
    font-family: 'Open Sans', sans-serif;
    color: #1b75bb;
    font-size: 45px !important;
    font-weight: normal;
}

.LeadingTextDescription {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 17px;
}

.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: 18pt;
    color: #1b75bb;
}


.dollarSymbol {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 10pt;
    color: #1b75bb;
    display: table;
    float: left;
    padding-top: 10px;
}


.RedemptionInfo {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 14px;
    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;
}

#tblReleatedPatientInfo {
    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: 100%;
}

#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;
    }

.fieldset_Enrollment {
    width: 40%;
    display: inline-block;
}

.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%;
}

.SettingsHeader {
    text-decoration: underline;
    font-style: italic;
    font-family: sans-serif;
    font-size: 20px;
}

.FAQBackground {
    background-image: url(../Images/V2.0/faq_off.png);
    background-repeat: no-repeat;
    height: 72px;
}

    .FAQBackground:hover {
        background-image: url(../Images/V2.0/faq_over.png);
    }

.ProductFamily_Title {
    background-image: url(../Images/V2.0/product_family_off.png);
    background-repeat: no-repeat;
    height: 33px;
}

    .ProductFamily_Title:hover {
        background-image: url(../Images/V2.0/product_family_over.png);
    }

.Products_Title {
    background-image: url(../Images/V2.0/products_off.png);
    background-repeat: no-repeat;
    height: 33px;
}

    .Products_Title:hover {
        background-image: url(../Images/V2.0/products_over.png);
    }

.Users_Title {
    background-image: url(../Images/V2.0/users_off.png);
    background-repeat: no-repeat;
    height: 33px;
}

    .Users_Title:hover {
        background-image: url(../Images/V2.0/users_over.png);
    }

.Settings_Title {
    background-image: url(../Images/V2.0/settings_off.png);
    background-repeat: no-repeat;
    height: 33px;
}

    .Settings_Title:hover {
        background-image: url(../Images/V2.0/settings_over.png);
    }

.RedemptionDetails_Title {
    background-image: url(../Images/V2.0/redemption_off.png);
    background-repeat: no-repeat;
    height: 33px;
}

    .RedemptionDetails_Title:hover {
        background-image: url(../Images/V2.0/redemption_over.png);
    }

.NotificationTemplates_Title {
    background-image: url(../Images/V2.0/notification_off.png);
    background-repeat: no-repeat;
    height: 33px;
}

    .NotificationTemplates_Title:hover {
        background-image: url(../Images/V2.0/notification_over.png);
    }

.AwaitApproval {
    width: 216px;
}

.Approved {
    width: 118px;
}

.Rejected {
    width: 114px;
}

.AwaitApproval.InActiveButton {
    background-image: url(../Images/V2.0/awaiting_inactive.png);
}

.AwaitApproval.ActiveButton {
    background-image: url(../Images/V2.0/awaiting_selected.png);
}

.Approved.InActiveButton {
    background-image: url(../Images/V2.0/approved_inactive.png);
}

.Approved.ActiveButton {
    background-image: url(../Images/V2.0/approved_selected.png);
}

.Rejected.InActiveButton {
    background-image: url(../Images/V2.0/rejected_inactive.png);
}

.Rejected.ActiveButton {
    background-image: url(../Images/V2.0/rejected_selected.png);
}

table:not(#AdminSettings):not(.InnerTable_ExpireVoucher) tbody tr {
    background-color: #E3F4F7 !important;
}

table:not(#AdminSettings):not(.InnerTable_ExpireVoucher) > tbody > tr > td {
    border-bottom: 1px solid #FFF;
}

.TableTitles {
    color: #464646;
    font-size: 30px !important;
    font-family: 'Open Sans', sans-serif;
}

.enrolmentNav ul {
    list-style: none;
    /* background-color: #0E76BC; */
	background-color: #3CC1CD;
    text-align: left;
    padding: 0;
    margin: 0;
    padding-left: 0px;
}

.enrolmentNav li {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
}

    .enrolmentNav li > span {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 100 !important;
    }

.enrolmentNav a {
    padding: 10px 35px;
    /*border-left: 1px solid #FFF;*/
    margin: 0px;
    font-size: 16px;
    font-weight: 100 !important;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 1px solid #888;
    transition: .3s background-color;
}

.enrolmentNav li > span {
    padding: 5px 35px;
    border-left: 1px solid #FFF;
    margin: 15px 0px;
    font-size: 16px;
    font-weight: 100 !important;
    line-height: normal;
    text-decoration: none;
    color: #fff;
    display: block;
}

.enrolmentNav li:hover {
    background-color: #3bc1cd;
    /*color :#fff;*/
}

.enrolmentNav li.active {
    background-color: #3bc1cd;
    color: #fff !important;
    cursor: default;
}

.enrolmentNav li a:hover {
    background-color: #3bc1cd;
    color: #fff;
}

.enrolmentNav li a.active {
    /*background-color: #3bc1cd;*/
    color: #fff !important;
    cursor: default;
}

/* Sub Menus */
.enrolmentNav li li {
    font-size: .8em;
}

/*******************************************
   Style menu for larger screens

   Using 650px (130px each * 5 items), but ems
   or other values could be used depending on other factors
********************************************/

@media screen and (min-width: 650px) {
    .enrolmentNav li {
        border-bottom: none;
        /* height: 60px; */
        line-height: normal;
        font-size: 18px;
        display: inline-block;
        /* margin-right: -4px; */
    }

    .enrolmentNav a {
        border-bottom: none;
    }

    .enrolmentNav span {
        border-bottom: none;
    }

    .enrolmentNav > ul > li {
        text-align: center;
        /* border-left: 1px solid; */
        border-left-color: white;
    }

    .nav > ul > li > a {
        padding-left: 0;
    }

    /* Sub Menus */
    .enrolmentNav li ul {
        position: absolute;
        display: none;
        width: inherit;
    }

        /*.nav li:hover ul {
        display: block;
    }*/

        .enrolmentNav li ul li {
            display: block;
        }
}

.spanh1 {
    font-size: 25px;
}

.sub1 {
    background-color: rgba(126, 179, 176, 0.25);
}






.enrollmentHeaderDropdownMenu {
    position: absolute !important;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0 !important;
    margin: 2px 0 0 !important;
    font-size: 14px;
    text-align: left !important;
    list-style: none !important;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .enrollmentHeaderDropdownMenu a {
        margin-top: 0px;
        margin-bottom: 0px;
    }

enrollmentHeaderDropdownMenu li {
    height: auto !important;
}


/*For Tablets use this Media Tag*/
@media (min-width: 768px) {
    body {
        /*margin-top: 50px;*/
    }

    .leadintext {
        font-size: 24pt;
    }

    .ContainerMargins {
        /*margin: 15px 0px;*/
        padding: 10px;
    }

    .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%;
    }

    #tblReleatedPatientInfo {
        width: 95%;
    }

    .h3, h3 {
        font-size: 24px;
    }

    .mce-listbox button {
        padding-right: 20px;
    }


    .lblPointsBalance {
        font-size: 20px;
    }

    table th:nth-child(3), td:nth-child(3) {
        display: table-cell;
    }

    .SettingsLabel {
        font-weight: bold !important;
        margin: 0px;
    }

    .Home {
        padding: 10px;
    }

    .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: 170px;
    }

    #page-wrapper {
        margin-left: 110px !important;
        margin-right: 0px;
        margin-top: 210px;
    }

    .tabButon {
        font-size: 18px;
    }

    .GridParent {
        margin-left: 14px;
    }

    /*.tableParent {
		max-width: 94%;
	}*/

    .navbar-right {
        margin-right: 0px;
    }

    /*Vinod*/
    /*.PortalHeader {
		padding: 10px 0px;
	}*/

    .ActiveButton:after {
        top: 40px;
        left: 42%;
    }

    .enrolmentNav ul {
         padding-left: 65px;
		/* text-align:center; */
    }

    .enrolmentNav > ul > li.dropdown {
        float: right;
    }

    .enrolmentNav a {
        border-left: 1px solid #FFF;
        padding: 5px 35px;
        margin: 15px 0px;
    }

    .LoginLayoutHeader {
        padding-left: 58px;
    }
}

/*For Desktops use this Media Tag*/
@media (min-width: 992px) {
    .CircleHeadings {
        padding-left: 0px;
    }

    #tblPatientsForProvider {
        margin: 0 auto;
    }

    #tblReleatedPatientsForProvider {
        margin: 0 auto;
    }
    .nt1 {
        width: 80%;
    }

    .nt2 {
        width: 20%;
    }

    .GridParent {
        margin-left: 20px;
    }

    #txtVocher {
        width: 60% !important;
    }

    .TinyTextBox {
        width: 32%;
    }

    .PatientSearchButton {
        width: 21%;
    }

    .RedemptionInfo {
        font-size: 14px;
    }



    /*.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) {
}

.providerCustomLinks {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #1b75bb;
}

.providerCustomLinkType {
    font-family: Futura, "Century Gothic", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #000;
}
 .Bellafill_Logo{
       height:143px;
       padding:15px 0px;
   }
   @media (min-width: 768px) and (max-width:1299px)
 {
.side-nav {    
    top: 307px !important;    
}
 }
@media (max-width: 767px) {
    .aContactUs {
        width: 100% !important;
        top: 0;
    }
	 .Bellafill_Logo{
       height:80px !important;
       padding:0px !important;
   }
.Rebate_Program {
    width: 51% !important;
    float: none !important;
    transform: none !important;
    position: static !important;
    left: 0 !important;
}
}

