﻿@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
CSS Styles for <hausfabrik>.

version:   1.0
--------------------------------------------------------------------------------------------------*/

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* Setting up the fonts */
/*@font-face {
    font-family: 'RobotoBold';
    src: url('../font/Roboto-Bold.ttf');
    src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto.svg#Roboto-Bold') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf');
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto.svg#Roboto-Regular') format('svg');
}*/

/* =Typography
--------------------------------------------------------------------------------------------------*/

/**/ @font-face {
    font-family: 'CalibriRegular';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot') format('embedded-opentype'), url('../fonts/calibri.woff') format('woff'), url('../fonts/calibri.ttf') format('truetype'), url('../fonts/calibri.svg#CalibriRegular') format('svg');
}

@font-face {
    font-family: 'CalibriBold';
    src: url('../fonts/calibrib.eot');
    src: url('../fonts/calibrib.eot') format('embedded-opentype'), url('../fonts/calibrib.woff') format('woff'), url('../fonts/calibrib.ttf') format('truetype'), url('../fonts/calibrib.svg#CalibriBold') format('svg');
}
/* Setting up the fonts */
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf');
    src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto.svg#Roboto-Bold') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf');
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto.svg#Roboto-Regular') format('svg');
}



h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}




body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #0A0908 !important;
    padding: 0px 0 0 0;
    margin: 0;
    background: linear-gradient(180deg, #D9D9D6 0%, #FCFAFA 100%);
    height: 100vh;
}
/* End Typography
--------------------------------------------------------------------------------------------------*/


.login-logo img {
    max-width: 225px;
    width: 100%;
    margin: 0 auto;
}

hr {
    margin: 8px 0;
}

.logout {
    height: 95vh;
}

.light-login {
    /*    background: linear-gradient(180deg, #D9D9D6 0%, #FCFAFA 100%);
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 0px;*/
}

.login-content {
    width: 440px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    border-radius: 5px;
}

/*.loginbox {
    width: 373px;
    margin: 3% auto;
    background: none;
}*/

.login-panel .panel-heading {
    height: 56px;
    padding: 0;
    position: relative;
}


.Set_Password {
    font-size: 20px;
    margin-bottom: 13px;
    color: #702C62;
    font-weight: normal;
    padding-bottom: 10px;
    margin: 0;
}

.Reset_Password {
    color: #7e4171;
    font-size: 1.2rem;
    font-weight: 700;
}

.lighter-block {
    font-size: 20px;
    margin-bottom: 13px;
    color: #702C62;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    margin-bottom: 13px;
}

.login-panel .panel-heading h4 {
    color: #2baae1;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 0;
    padding: 0px 0 2px 8px;
}

.padding-re-re {
    padding-right: 0px !important;
}

.responsive-img img {
    width: 100%;
}

.col-lg-6 {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.footer {
    background: #d6d6d6;
    clear: both;
    height: 34px;
    /*position: fixed;
    bottom: 0;*/
    width: 100%;
    z-index: 99999;
}

    .footer p {
        font: normal 12px 'Open Sans', sans-serif;
        color: #787878;
        text-align: center;
        line-height: 34px;
    }

.container {
    margin-bottom: 44px;
}

#main-content {
    float: left;
    width: 100%;
    padding-top: 60px;
    /*    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;*/
}

/*html, #main-content, .container, #login-content, .row {
    height: 100%;
}*/

.submit-btn {
    background-color: #702C62 !important;
    border: 1px solid #702C62;
    width: 80px;
    height: 40px;
    color: #ffffff;
}


.btn {
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 2px 8px;
    text-align: center;
    vertical-align: middle;
    float: right;
    height: 40px;
    width: 80px;
    font-weight: 700;
}

.scroll-box {
    width: 100%;
    float: left;
    height: 190px;
    overflow-y: auto;
    margin: 10px 0;
}

    .scroll-box label {
        width: 100%;
        clear: both;
        float: left;
        margin-bottom: 5px;
    }

.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.invalid {
    color: red;
    font-size: 12px;
}

.twofactor .error, .Verify2FAConfiguration .error {
    margin-top: 0px;
}

.form-group {
    /*min-height: 38px;*/
    margin-bottom: 15px !important;
    position: relative;
}

.form-control {
    font-size: 16px !important;
}

textarea, input[type="text"], .ui-autocomplete-input, input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    /*    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    box-shadow: none !important;
    color: #858585;
    font-size: 14px;
    padding: 6px 8px 5px 8px;
    width: 100%;
    transition-duration: 0.1s;
    box-sizing: border-box;
    height: 40px;*/

    box-sizing: border-box;
    height: 48px;
    width: 340px;
    border: 1px solid #757777;
    border-radius: 5px;
    background-color: #F7F7F7;
    box-shadow: inset 3px 3px 2px 0 rgba(0,0,0,0.15);
    padding-left: 35px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 5px;
}

.bottom-buttons {
    margin-top: 30px;
}

    .bottom-buttons a {
        margin-left: 10px;
        text-decoration: none;
    }

/*.re-field {
    border-left: 4px solid #702C62 !important;
}*/
/*cancel-anchor tag*/
.cancel-btn {
    height: 25px;
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #ffffff !important;
    border: 1px solid #702C62;
    width: 80px;
    color: #702C62 !important;
}

    .cancel-btn a {
        height: 25px;
        padding-top: 7px;
        padding-bottom: 5px;
        background-color: #ffffff !important;
        border: 1px solid #702C62;
        width: 80px;
        color: #702C62 !important;
    }

.page-login .login-remember {
    padding-left: 0px !important;
}

.btn.login-btn, .btn.btn-submit, .btn.btn-cancel {
    border: 1px solid #702C62;
    border-radius: 5px;
    background-color: #702C62;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    height: 48px;
    color: #ffffff;
}

.btn-lg {
    width: 90px !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    /*    margin: 0;
    padding: 0;
    border: 0;*/
    font-size: 100%;
    font: inherit;
    /*font-family: 'RobotoRegular';
    vertical-align: baseline;*/
    font-size: 14px;
}


fieldset {
    font-family: sans-serif;
    border: 1px solid #d6d6d6;
    padding: 15px 5px 5px 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table th {
    border-bottom: 1px solid #4c96b8;
    background: #4c96b8;
    border-right: #4c96b8;
    color: #fff;
    padding: 8px 10px !important;
}
/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */

/* For modern browsers */
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}
/* general purpose classes */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.clear {
    clear: both;
    width: 100%;
}
/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/*html, #main-content, .container, #login-content, .row {
    height: 100%;
}*/

#container {
    min-height: 100%;
    position: relative;
    display: none;
}

.wrapper {
    width: 910px;
    margin: 0 auto;
}



/* =Links
--------------------------------------------------------------------------------------------------*/
a {
    outline: none;
    text-decoration: none;
    color: #4E5050;
}

    a:hover {
        text-decoration: underline;
    }

.wraper {
    max-width: 1288px;
    margin: 0px auto;
}

.logo {
    margin: 7px 0px 0 0;
    float: left;
}
/* End Links
--------------------------------------------------------------------------------------------------*/

/* =Header
--------------------------------------------------------------------------------------------------*/

/* End Header
--------------------------------------------------------------------------------------------------*/

/* = Nav
--------------------------------------------------------------------------------------------------*/
#header {
    height: 77px;
    background: #fff;
    border-bottom: 1px solid #1bb0a0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.login {
    background-color: #141a1b;
}

.top-nav-tabs {
    margin-left: 0;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    color: #ffa500;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}




.navbar-nav li a {
    font: normal 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: url(../images/nav_sep.png) right no-repeat;
}

.navbar-nav > li ul {
    display: none;
    position: absolute;
    top: 37px;
    left: 0px;
    width: 200px;
    border-top: 1px solid #e3e3ea;
    border-left: 1px solid #e3e3ea;
    z-index: 999;
}

.navbar-nav li ul li {
    position: relative;
}

    .navbar-nav li ul li a {
        background: #f7f7f9;
        padding: 6px 8px;
        display: block;
        float: left;
        height: 44px;
        line-height: 33px;
        width: 200px;
        border-bottom: 1px solid #e3e3ea;
        border-right: 1px solid #e3e3ea;
    }

        .navbar-nav li ul li a:hover {
            text-decoration: none;
            background: #f5f5f5;
        }

.padding-right-4 {
    padding-right: 20px;
}

.input-group {
    margin-bottom: 15px;
}

.panel-default .input-group {
    margin-bottom: 8px;
}

.small-size {
    font-size: 12px;
}

.text-list {
    display: block;
    color: #000;
}

.input-group input, .input-group select, .table input, .table select {
    margin-bottom: 0px !important;
}


#drugList .btn-group {
    width: 100%;
}

.block-input {
    padding-bottom: 0px !important;
}

.navbar-nav li li ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    width: 200px;
    border-top: 1px solid #e3e3ea;
    border-left: 1px solid #e3e3ea;
}

.navbar-nav > li:hover > ul {
    display: block;
}

.navbar-nav li li:hover ul {
    display: block;
}

.dataTables_wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}

.pull-right {
    float: right;
}

.navbar-nav {
    float: left;
    width: 80%;
}

    .navbar-nav li {
        float: left;
    }

        .navbar-nav li a {
            font: bold 12px Arial, Helvetica, sans-serif;
        }

.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}

.navbar .nav > li > .dropdown-menu {
    left: -58px;
}

    .navbar .nav > li > .dropdown-menu:before {
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        top: -7px;
    }

a.usermenu > img {
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 23px;
    vertical-align: top;
    width: 23px;
}

a.usermenu {
    padding: 7px 7px !important;
}

    a.usermenu span {
        color: #fff;
        font-weight: bold;
        text-transform: lowercase;
        line-height: 22px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }
/* End Nav
--------------------------------------------------------------------------------------------------*/


/* = Banner
--------------------------------------------------------------------------------------------------*/


/* =End Banner
--------------------------------------------------------------------------------------------------*/

/* =End Main Content
--------------------------------------------------------------------------------------------------*/
.table-header {
    background-color: #307ecc;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    margin-bottom: 1px;
    padding-left: 12px;
}

.dataTables_wrapper .row:first-child + .dataTable {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

table.dataTable {
    clear: both;
    max-width: none !important;
}

.dataTable {
    margin-bottom: 0;
}

.table > thead > tr {
    background: linear-gradient(to bottom, #fefefe 0px, #f6f6f6 100%) repeat-x scroll 0 0 #f6f6f6;
    color: #2168a8;
    font-weight: normal;
}

.dataTables_wrapper .row:first-child {
    /*background-color: #ecf2f5;*/
    padding-bottom: 8px;
    padding-top: 0px;
    border-top: 0px solid #e0e0e0;
    border-left: 0px solid #e0e0e0;
    border-right: 0px solid #e0e0e0;
}

.dataTables_wrapper .last-row {
    background-color: #eff3f8;
    border-bottom: 0px solid #e0e0e0;
    border-left: 0px solid #e0e0e0;
    border-right: 0px solid #e0e0e0;
    margin: 0px 15px;
    padding: 10px 0px;
}

#spanPagingMessage {
    color: #ff0000;
    float: left;
}

.paging_bootstrap input {
    padding: 1px 3px !important;
    float: left;
}

.paging_bootstrap span {
    float: left;
    margin: 1px 2px;
}


.middle-from {
    text-align: center;
}

.group-btn .btn {
    width: 92%;
}

.block .block {
    padding: 10px;
    border: 0px;
    margin-bottom: 0px;
}

.min-height-textarea {
    height: 32px;
}

.select1 {
    padding: 7px 4px;
    margin-bottom: 15px;
}

.block .block .block-header {
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.fl-right-btn input {
    float: right;
}

fl-right-btn a {
    float: right;
}

.dataTables_paginate {
    text-align: right;
}

    .dataTables_paginate .pagination {
        margin: 0 12px;
    }

.pagination > li.disabled > a, .pager > li.disabled > a, .pagination > li.disabled > a:hover, .pager > li.disabled > a:hover {
    background-color: #f9f9f9;
    border-color: #d9d9d9;
    z-index: auto;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #428bca;
    float: left;
    line-height: 15px;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    height: 31px;
}

.fa, .glyphicon {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
}

    .fa:hover {
        text-decoration: none;
    }

.fa-angle-double-left:before {
    content: "\f100" !important;
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "\f101" !important;
}

.fa-angle-right:before {
    content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-th:before {
    content: "\f00a";
}

/*.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:hover td {
    background-color: #efeff7;
}

.drugserach .table-striped > tbody > tr:hover td {
    background-color: #fff;
}*/

.customgridrow1:hover td {
    /*background: #efeff7 !important;*/
    cursor: pointer;
}

.customgridrow:hover td {
    /* background: #efeff7 !important;
    cursor: pointer;*/
}

    .customgridrow:hover td a {
        cursor: pointer;
    }

.customgridrow td a label {
    cursor: pointer;
    text-decoration: underline;
}

.table-striped tr.even {
    background: #fff;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
    border-right: 1px solid #4c96b8;
}

.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    /*border: 1px solid #ddd;*/
    /* border-right: 1px solid #003840;
    height: 50px;*/
    vertical-align: middle;
}

.table-bordered td {
    color: #555555;
}

/*.form-control, select {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: none !important;
    color: #858585;
    width: 100%;
    height: 40px;
    border: 1px solid #757777;
}*/

.dataTables_length select {
    /*
       height: 28px;
    padding: 2px 3px;
    width: 70px;
    margin-bottom: 0px;
   */
}

.dataTables_filter input[type="text"] {
    box-sizing: content-box;
    height: 18px;
    line-height: 18px;
    padding: 4px 6px;
    width: 125px;
}

#tab1 .form-group label {
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.form-horizontal .control-label {
    text-align: right;
    padding-top: 10px !important;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    height: 33px;
    font-size: 14px;
}

.form-horizontal .control-label3 {
    text-align: left;
    padding-top: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 33px;
}

.panel-body .btn-blue {
    width: 100%;
    height: 36px;
}

.panel-footer button {
    width: 90px;
}

.banner img {
    width: 100%;
}

.btn-blue {
    background-color: #3b94e5;
    background-image: linear-gradient(to bottom, #3da0ea, #3983de);
    background-repeat: repeat-x;
    border-color: #3c6791;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn {
    border-radius: 5px;
    color: #0f3838;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 2px 8px;
    text-align: center;
    vertical-align: middle;
    height: 40px;
}

.btn-blue {
    background-color: #00407e;
    background-image: linear-gradient(to bottom, #00448d, #013a6e);
    background-repeat: repeat-x;
    border-color: #3c6791;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*.customgridalt td {
    background: #fff !important;
}
*/
.margin-right {
    margin-right: 10px;
}

.banner {
    position: relative;
    margin: 28px 0px;
    overflow: hidden;
}

.leftblock li li a {
    padding: 6px 0px;
    display: block;
    min-height: 30px;
}

.fa-arrow-right {
    font-size: 11px;
}

    .fa-arrow-right:before {
        content: "";
    }

.panel-body {
    /*background:rgba(254, 254, 254, 0.2);
	
	border-radius:10px;*/
    /*-webkit-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.75);
     -moz-box-shadow:    3px 3px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 6px 0px rgba(50, 50, 50, 0.75);*/
    /*background: url(images/login_bg_footer.png) no-repeat bottom;*/
}

.padding-bottom-19 {
    padding-bottom: 19px;
}

.panel-footer {
    background: url(images/login_bottom.png) no-repeat;
    height: 72px;
}

.forgotpassword {
    height: 170px;
}

.login-panel .col-lg-4 {
    width: 33.3333%;
    float: left;
}

.login-panel .col-lg-8 {
    width: 66.6667%;
    float: left;
}

.login-panel .panel-heading {
    height: 56px;
    padding: 0;
    position: relative;
    background: url(images/login_bg_top.png) no-repeat;
}

.dataTables_filter {
    text-align: right;
}

.icon {
    width: 38px;
    height: 43px;
    border-right: 1px solid #dddddd;
    float: left;
}

.clear {
    clear: both;
}

.icon20 {
    width: 38px;
    height: 40px;
    float: left;
    background: url(../../Images/ic1.png) 5px 8px no-repeat;
}

.left-menu ul li {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 5px;
    background-color: #041d20;
}



.icon-con {
    width: 23px;
    height: 23px;
    float: left;
    margin-top: 3px;
}

.block {
    display: block;
    /*overflow: hidden;*/
    margin-bottom: 12px;
}

.member-view {
    font-size: 13px;
}

.tab-pane {
    overflow: hidden;
    /*overflow: visible;
        padding:20px;
         border: 1px solid #c6c6c6;
    */
    box-shadow: 0px 0px 8px -1px rgba(50, 50, 50, 0.8);
}

}

.block-header {
    height: 34px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 14px;
    font-size: 16px;
}

.block-header2 {
    margin-bottom: 0px !important;
}

.block-header1 {
    background: #f7f7f9;
    height: 35px;
    color: #1f69aa;
    padding-left: 24px;
    font: 600 14px 'Open Sans', sans-serif;
    line-height: 30px;
    margin-bottom: 14px;
    border: 1px solid #eaeaec;
    position: relative;
    padding-top: 7px;
}

.member-info .memberlinks {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .member-info .memberlinks li {
        float: left;
    }

        .member-info .memberlinks li a {
            color: #000;
            font-size: 13px !important;
            padding: 4px 9px;
        }

.update {
    background: url(images/update_icon.png) right 5px no-repeat;
    padding-right: 25px !important;
}

.clims {
    background: url(images/claims.png) right 5px no-repeat;
    padding-right: 25px !important;
}

.print {
    background: url(images/print_icon.png) right no-repeat;
    padding-right: 30px !important;
}

.block .col-lg-10:first-child, .block .col-lg-8:first-child, .block .col-lg-9:first-child {
}

/*BPHAR-1312 : list of issues*/
/*.re-field, .reqfield {
    border-left: 4px solid #702C62 !important;
    border-radius: 5px;
}*/

.block {
    min-height: 95px;
    border: 0px solid #d6d6d6;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.block-line {
    overflow: hidden;
    border: 1px solid #d6d6d6;
    padding: 11px 0px;
    margin-bottom: 12px;
}

.sm-block {
    border: 1px solid #D6D6D6;
    padding: 6px 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.pagesizes {
    margin-bottom: 0px !important;
}

.block-header {
    background-color: #4c96b8;
    border-bottom: 1px solid #4c96b8;
    padding-left: 14px;
    color: #fff;
}

.search-icon {
    background: url(images/search-icon.png) no-repeat;
}

#more-nav {
    position: absolute;
    top: 6px;
    right: -10px;
    display: block;
    width: 80px;
}



.left-menu ul li a {
    text-align: center;
    font: normal 12px 'Open Sans', sans-serif;
    padding: 4px 7px;
    margin: 0px 0px;
    display: block;
    color: #fff;
    min-height: 37px;
    background: #0064a4;
    border-bottom: 1px solid #4c96b8;
}

.left-menu ul li:last-child a {
    border-right: 0px solid #52c1f5;
}

.left-menu ul li:hover a {
    background-color: #00545e;
    color: #fff;
}

.collepsmenu {
    height: 30px;
    display: block;
    clear: both;
    position: absolute;
    right: 0px;
    top: 4px;
    width: 31px;
}

.coll-icon {
    background: url(images/collaps_icon.png) no-repeat center 3px;
    width: 100%;
    float: left;
    height: 40px;
}

.coll-icon1 {
    background: url(images/collaps_icon_r.png) no-repeat center 3px;
    width: 100%;
    float: left;
    height: 40px;
    margin-left: 27px;
}

.left-menu-minified li {
    position: relative;
}

    .left-menu-minified li:hover .text {
        display: block !important;
    }

.left-menu-minified .text {
    position: absolute;
    left: 50px;
    background: #fff;
    color: #919296;
    padding: 5px 5px;
    width: 130px;
    border: 1px solid #919296;
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    line-height: 21px;
}

.left-menu ul li a {
    position: relative;
    font-weight: bold;
}
/*  
.left-menu ul li.active  a::before,.left-menu ul li:hover  a::before {
    border-color: #4d96c6;
    border-width:2px;
    left: 0;
    height:100%;
    top: 0px;
    display: block;
    content: "";
    position: absolute;
     border-style: solid;
}
.left-menu ul li.active a::after  {
    display: block;
    content: "";
    position: absolute;
    background-color: transparent;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    right: 0;
    border-width: 12px 8px;
    top: 11px
}*/
.left-menu ul li.active a {
    color: #fff;
    background: #4c96b8;
}

.left-menu .sidebar-toggle {
    border-style: solid;
    border-width: 0 0 1px;
    text-align: center;
    padding: 3px 0;
    position: relative;
}

    .left-menu .sidebar-toggle > .pforce-icon {
        padding: 0 5px;
        line-height: 18px;
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        border-radius: 100%;
        border: 1px solid;
        position: relative;
    }

    .left-menu .sidebar-toggle:before {
        display: block;
        height: 0;
        border-top: 1px solid;
        border-color: inherit;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 13px;
    }

.left-menu .sidebar-shortcuts {
    text-align: center;
    min-height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    border: 0 solid;
}

.left-menu .sidebar-toggle {
    background-color: #033e64;
    border-color: #4c96b8;
}

.userdetails {
    float: right;
    margin-right: 117px;
    margin-top: 20px;
    font-weight: bold;
}

    .userdetails div:nth-child(2) {
        position: absolute;
        right: 10px;
        top: 20px;
        /*width: 150px;
        height: 57px;*/
        text-align: left;
    }

    .userdetails li {
        text-align: left;
    }

    .userdetails a {
        padding-right: 15px;
        color: #1bb0a0;
        text-align: left !important;
    }

.admin-user {
    /*background: url(../../Images/admin_arrow.png) right center no-repeat;*/
}

    .admin-user:hover {
        text-decoration: none;
    }

.fa-calendar:before {
    content: "";
}

.icon-row {
    float: left;
    height: 28px;
    padding: 0px 0px;
    width: 20%;
}

.icon-nav {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0px auto;
}

.icon-nav {
    background: url(../../Images/icons.png) 0px 0px no-repeat;
    background-size: 500%;
}

.icon-dash {
    background-position: -7px 0px;
}

.left-menu ul li a:hover .icon-dash, .left-menu ul li a.active .icon-dash {
    background-position: -59px 0px;
}

.icon-ua {
    background-position: -7px -61px;
}

.left-menu ul li a:hover .icon-ua, .left-menu ul li a.active .icon-ua {
    background-position: -59px -61px;
}

.icon-mu {
    background-position: -5px -270px;
}

.left-menu ul li a:hover .icon-mu, .left-menu ul li a.active .icon-mu {
    background-position: -56px -270px
}

.icon-hc {
    background-position: -5px -42px;
}

.left-menu ul li a:hover .icon-hc, .left-menu ul li a.active .icon-hc {
    background-position: -58px -42px;
}

.icon-bm {
    background-position: -19px -614px;
}

.icon-invoice {
    background-position: -7px -358px;
}

.icon-pharmacy {
    background-position: -7px -132px;
}

.left-menu ul li a:hover .icon-pharmacy, .left-menu ul li a.active .icon-pharmacy {
    background-position: -59px -132px;
}

.icon-om {
    background-position: -6px -91px;
}

.left-menu ul li a:hover .icon-om, .left-menu ul li a.active .icon-om {
    background-position: -6px -91px;
}

.icon-formulary {
    background-position: -11px -436px;
}

.left-menu ul li a:hover .icon-formulary, .left-menu ul li a.active .icon-formulary {
    background-position: -59px -436px;
}

.icon-me {
    background-position: -58px 0px;
}

.icon-audit {
    background-position: -56px -177px;
}

.icon-conf {
    background-position: -14px -491px;
}

.left-menu ul li a:hover .icon-conf, .left-menu ul li a.active .icon-conf {
    background-position: -14px -491px;
}

.left-menu ul li a:hover .icon-me, .left-menu ul li a.active .icon-me {
    background-position: -58px 0px;
}

.icon-im {
    background-position: -5px -134px;
}

.left-menu ul li a:hover .icon-im, .left-menu ul li a.active .icon-im {
    background-position: -5px -134px;
}

.icon-invoice {
    background-position: -4px -226px;
}

.left-menu ul li a:hover .icon-invoice, .left-menu ul li a.active .icon-invoice {
    background-position: -4px -226px;
}

.icon-reports {
    background-position: -7px -356px;
}

.left-menu ul li a:hover .icon-reports, .left-menu ul li a.active .icon-reports {
    background-position: -7px -356px;
}

.icon-more {
    background-position: -7px -581px;
}

/*.form-control {
    box-sizing: border-box;
    height: 48px;
    width: 340px;
    border: 2px solid #933981;
    border-radius: 5px;
    background-color: #F7F7F7;
    box-shadow: inset 3px 3px 2px 0 rgba(0,0,0,0.15);
}*/
.form-label {
    color: #4E5050;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

/*textarea, input[type="text"], .ui-autocomplete-input, input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    box-shadow: none !important;
    color: #858585;
    font-family: inherit;
    font-size: 13px;
    padding: 6px 8px 5px 8px;
    width: 100%;
    height: 40px;
    background-color: #F7F7F7;
    border: 1px solid #757777;
    transition-duration: 0.1s;
}*/
.input-group input {
    border-radius: 5px 0 0 5px;
}

.input-group-addon:last-child {
    border-radius: 0 5px 5px 0;
}

.email-icon {
    background: url(images/emai_icon.png) no-repeat right;
    padding-right: 28px !important;
}

.password-icon {
    background: url(images/password_icon.png) no-repeat right;
    padding-right: 28px !important;
}

.notes {
    clear: both;
    padding-top: 3px;
}

select {
    padding: 4px 4px;
    margin-bottom: 10px;
}

.datepicker input {
    margin-bottom: 0px !important;
}

.datepicker {
    margin-bottom: 9px;
}

.padding-top {
    padding-top: 10px;
    margin-left: -15px;
}

.dataTable > thead > tr > th[class*="sort"]:after {
    color: #555;
    content: "";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
}

.table td {
    font: normal 12px Arial, Helvetica, sans-serif;
}

.box {
    background-color: #fff;
    display: block;
    padding: 14px 14px 0px 14px;
}

.sub-box {
    background-color: #ecf2f5;
    display: block;
    min-height: 550px;
    padding: 20px;
    margin: 0px 22px;
}

.table-header-top {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

tfoot nav {
    margin: 10px 0 4px;
    float: left;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sub-box {
        padding: 20px 30px 20px 20px;
    }
}

.grid {
    clear: both;
}

.row:before, .row:after, .form-group:before, .form-group:after {
    content: " ";
    display: table;
    clear: both;
}

.main_content {
    margin: 100px 0px 0px 0px;
}

.border-left {
}

.sub-box .nav-tabs .active a {
    color: #7c2968 !important;
}

.top-nav-tabs li.active a {
}

.top-nav-tabs li:first-child {
    margin-left: 0px;
}
/* =Footer
--------------------------------------------------------------------------------------------------*/


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.padding-le-re {
    padding: 0px !important;
}

.padding-no {
    padding-left: 0px !important;
}

.fa-pencil:before {
    content: "";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.padding-re-re {
    padding-right: 0px !important;
}

.fa-trash-o:before {
    content: "";
}

.red {
    color: #dd5a43 !important;
    font-size: 12px;
}

.green {
    color: #857f6a !important;
    font-size: 16px;
}

.black {
    color: #8B8B8B !important;
    font-size: 19px;
}

.bigger-200 {
    font-size: 200% !important;
}

.dataTables_wrapper {
    margin-bottom: 20px;
}

.grid.rx {
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #fff;
    padding: 0 15px;
}

.grid {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 3px;
    padding: 0 15px;
}

.table-bordered a {
    margin: 0px 3px;
}

.fa-refresh:before {
    content: "";
}

.breadcrumb li {
    font-weight: bold;
}

.fa-print:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}

.fa-legal:before, .fa-gavel:before {
    content: "";
}

.leftblock > ul > li > a {
    display: block;
    padding: 5px 15px;
    background: #f1efef;
    margin: 3px 0px;
}

.leftblock > ul > li > a {
    font-weight: bold;
}

.padding-bottom {
    padding-bottom: 20px;
}

.leftblock ul > li a:hover {
    text-decoration: none;
}

.semicolon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.checkbox {
    font: normal 12px Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.control-label {
    position: relative;
}

.leftblock ul li li {
    margin-left: 24px;
}

.leftblock {
    background-color: #f7f7f9;
    border: 1px solid #e3e3ea;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    padding: 5px 5px;
}

.right-block-minified {
    width: 100% !important;
    border-left: 50px solid #fff !important;
}

.no-records {
    background: #f1efef;
    display: block;
    margin: 0;
    padding: 5px 15px;
    font-weight: normal;
    clear: both;
}

.fa-hand-o-right:before {
    content: "";
}


.fa-hospital-o:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}


.fa-check:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-check:before {
    content: "\f00c";
}

.fa-plus:before {
    content: "\f067";
}

.row .col-xs-3:first-child {
    padding-left: 0px;
}

.padd-tp {
    padding-top: 10px;
}

    .padd-tp .col-xs-6 .col-xs-6, .padd-tp .col-xs-4 .col-xs-6, .padd-tp .col-xs-4 .col-xs-7, .padd-tp .col-xs-4 .col-xs-5, .padd-tp .col-xs-12 .col-xs-6 {
        padding: 7px 15px;
    }

.padd-tp-30 {
    padding-top: 30px;
}

.popup-tp .col-xs-12 {
    padding: 7px 10px;
}

.fa-search:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.padd-tp .col-xs-6 {
    padding: 10px 0px;
}

.fa-minus:before {
    content: "";
}

.addplus {
    cursor: pointer;
}

.banner img {
    width: 100%;
}

.list-pages li a {
    font: bold 12px Arial, Helvetica, sans-serif;
    line-height: 24px;
    background: url(images/arrow.png) 0px 6px no-repeat;
    padding-left: 30px;
}

.inline-block {
    position: absolute;
    left: 100px;
    display: none;
    top: 0px;
    width: 540px;
    background: #fff;
}

.icon-ban-circle:before {
    content: "";
}

.enabledit {
    background: url(images/on_btn.png) right no-repeat;
    padding-right: 60px !important;
    text-decoration: none !important;
}

    .enabledit.enable {
        background: url(images/off_button.png) right no-repeat;
        padding-right: 60px !important;
    }

.table-bottom {
    background: #eff3f8;
    width: 100%;
    padding: 17px 16px;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #4b4b4b;
}



/*.loginbox {
    width: 370px;
    margin: 8% auto;
    opacity: 0.9;
}*/

.loginbox h4 {
    font-size: 20px;
}

/*

*/

#login > div {
    clear: both;
    padding-top: 5px;
}

#loginBox .error-mes {
    min-height: 34px;
    margin-bottom: 10px;
}

    #loginBox .error-mes p {
        padding: 3px;
    }

.redmsg {
    color: #dd5a43;
    font-size: 12px;
}

.formclass {
    float: left;
    width: 400px;
}

.roleRowHead {
    background-color: #f9f9f9;
}

.col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
}

/*.sub-box .tab-pane {
    margin: -1px 0px;
}*/

.block-table {
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    background: none;
}

    .block-table .block-header {
        border-top: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
        border-right: 1px solid #d6d6d6;
        border-bottom: 0px solid #d6d6d6;
    }

.mobile-icon {
    display: none;
    background: url(images/ic1.png) no-repeat;
    width: 27px;
    height: 41px;
    position: absolute;
    top: 20px;
    right: 30px;
}

.inline-block td {
    padding: 5px 20px;
}

.inline-relative {
    position: relative;
}

.inline-block-inner {
    padding: 10px;
    border: 1px solid #CCC;
    overflow: hidden;
}

.block-table1 {
}

    .block-table1 .block-header {
    }

    .block-table1 .grid {
        margin: 0px;
        padding: 10px 10px 10px 10px;
    }

@media (max-width: 1500px) {

    .subfilter {
        position: absolute;
        width: 230px;
        right: -31px;
        top: 64px;
        z-index: 9999;
        background: #2baae1;
        display: none;
    }

    #more-nav li:hover .subfilter {
        display: block;
    }

    .subfilter li a, .subfilter li {
        width: 100%;
        margin: 0px !important;
        height: 50px !important;
    }

    .subfilter .icon-row {
        float: left;
    }

    .subfilter .text {
        float: left;
        line-height: 30px;
    }
}

@media (max-width: 860px) {
    .login-panel {
        right: 25%;
        top: 30px;
    }

    .userdetails {
        right: 5%;
    }

    .coll-icon {
        display: none;
    }

    .right-block {
        width: 100%;
    }

    .navbar-nav {
        float: left;
        width: 100%;
        display: none;
        background: #02396b;
    }

    .animating.left .right-block {
        transform: translate3d( 0, 0, 0 );
        -webkit-transform: translate3d( 0, 0, 0 );
    }

    .left-menu ul li a {
        font: 16px CalibriRegular;
    }

    .menu-visible .right-block {
        right: 240px;
    }

    .animating.right .right-block {
        transform: translate3d( 200px, 0, 0 );
        -webkit-transform: translate3d( 200px, 0, 0 );
    }

    .animating.right .left-menu {
        display: block;
    }

    .navbar-nav li {
        display: block;
        width: 100%;
    }

        .navbar-nav li ul {
            width: 100%;
            position: relative;
            top: 0px;
        }

            .navbar-nav li ul li a {
                width: 100%;
            }

            .navbar-nav li ul li ul {
                width: 100%;
                position: relative;
                left: 0px;
            }

            .navbar-nav li ul li li a {
                width: 100%;
            }

    .banner {
        height: 358px;
    }

        .banner img {
            height: 100%;
        }
}

@media (max-width: 700px) {
    .login-panel {
        right: 15%;
        top: 30px;
    }

    .navbar-nav {
        display: none;
    }

    .banner img {
        height: 100%;
    }

    .padding-re-re, .padding-le-re {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 4px;
    }
}

@media (max-width: 500px) {
    .login-panel {
        width: 90%;
        right: 5%;
        top: 30px;
    }

    .banner {
        height: 358px;
    }

        .banner img {
            height: 100%;
        }

    .navbar-nav {
        display: none;
    }

    .padding-re-re, .padding-le-re {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 4px;
    }

    #header {
        height: 56px;
    }

    .userdetails {
        right: 1%;
        top: 22px;
    }

    .top-nav-tabs li a {
        width: 100%;
    }

    .top-nav-tabs li {
        width: 100%;
    }

        .top-nav-tabs li:first-child {
            margin-left: 0px;
        }
}

@media (max-width: 380px) {
    .login-panel {
        width: 90%;
        right: 5%;
        top: 30px;
    }

    .logo img {
        width: 90%;
    }

    .banner {
        height: 358px;
    }

        .banner img {
            height: 100%;
        }

    .block .col-lg-4, .block .col-xs-6 {
        width: 100%;
    }

    .block .col-lg-12 {
        padding-left: 4px;
    }

        .block .col-lg-12 .col-lg-12 {
            padding-left: 15px;
        }

    .sub-box, .box {
        padding: 4px;
    }

    .padding-re-re, .padding-le-re {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 4px;
    }
}

/*Style for multi select dropdown*/
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: bold;
        }

        .multiselect-container > li > label.multiselect-group {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: bold;
        }

        .multiselect-container > li > a > label {
            margin: 0;
            height: 100%;
            cursor: pointer;
            font-weight: normal;
        }

            .multiselect-container > li > a > label.radio,
            .multiselect-container > li > a > label.checkbox {
                margin: 0;
            }

            .multiselect-container > li > a > label > input[type="checkbox"] {
                margin-bottom: 5px;
            }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.hand {
    cursor: pointer;
}



.customMessage {
    color: #ff0000;
}

.firstcapital {
    text-transform: capitalize;
}

.has-error {
    position: relative;
}

//BPHAR-1312 : list of issues .has-error input {
    /*border: 1px solid #5f9426;*/
}

.datepicker .help-block {
    position: absolute;
    top: 40px;
}

.has-error .datepicker {
    margin-bottom: 35px;
}

.ui-autocomplete {
    background: #eff3f8;
    border: 1px solid #d6d6d6;
    width: 160px;
    z-index: 99999;
}

.col-xs-7 label {
    padding-top: 8px;
}

.ui-autocomplete li {
    padding: 5px;
}

.fl-right-btn {
    text-align: right;
}

.ui-state-focus {
    background: #1785b5;
    color: #fff;
}

.dataTables_length label span {
    float: left;
    padding: 1px 6px;
    font-size: 14px;
}

/*
    .dataTables_length label {
    width: 200px;
}
*/
#dvtoggle .filter {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    margin-right: 80px;
}

#dvtoggle {
    padding-right: 10px;
}

    #dvtoggle .btn1 {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }

#dvtoggle2 .filter {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}

#dvtoggle2 {
    padding-right: 10px;
    padding-top: 4px;
}

    #dvtoggle2 .btn1 {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

#dvtoggle3 .filter {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
}

#dvtoggle3 {
    padding-right: 10px;
    padding-top: 4px;
}

    #dvtoggle3 .btn1 {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

/*.
  dataTables_length label {
  line-height: 24px;
}
*/

ul.headertabs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.headertabs li {
        display: inline-block;
    }


        ul.headertabs li a {
            padding: 10px 20px;
            background: url("images/seprator_header_nav.png") no-repeat right;
        }

        ul.headertabs li.selected {
            font-weight: bold;
        }

#content {
}

.headertabs {
    /*background: #f7f7f9;*/
    padding: 10px 10px !important;
}

.row1 {
    margin: 10px 1% 10px 1%;
    width: 98%;
}

.container {
}

.table-condensed .header-filter {
    width: 100% !important;
    float: left;
    margin-right: -21px;
    height: 32px;
    font-size: 13px;
    box-shadow: inset 3px 3px 2px 0 rgba(0,0,0,0.15) !important;
    border-width: thin;
}

.table-condensed .filter-menu {
    border-radius: 0px !important;
    margin-left: 2px;
    width: 19px !important;
    padding: 0px 2px;
    height: 32px;
    float: right;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-color: #fff;
    border: 1px solid #aaaaaa;
}

    .table-condensed .filter-menu .filter-select {
        position: absolute;
        border: 0px solid #aaaaaa;
        background: url("../../Images/filter-icon.png") no-repeat;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding-left: 14px;
    }

select::-ms-expand {
    display: none;
}

@media (min-width: 1722px) {
    html, body, #main-content, .container, #login-content, .row {
        height: 100%;
    }
}

@media (max-width:520px) {
    .loginbox {
        margin: 8% auto;
        opacity: 0.9;
        width: 90%;
    }
}

.control-right-align {
    float: left;
    width: 8px;
}

.control-left-align {
    float: left;
    width: 100%;
    margin-right: -8px;
    padding-left: 0px;
}

    .control-left-align label:nth-child(3), .control-left-align label:nth-child(4), .control-left-align label:nth-child(5), .control-left-align label:nth-child(6) {
        padding-top: 3px;
    }

.block-inline {
    margin: 5px 0px 10px 0px;
}

/*add user*/
.addUser-fieldheight {
    min-height: 31px;
}

.addUser-label {
    min-height: 30px;
    text-align: right;
    line-height: 30px;
}
/*add user*/


a.disabled {
    pointer-events: none;
    cursor: default;
}


.padding-all {
    padding: 0px !important;
}

.margin-t-lable {
    margin-top: 5px;
}

.charts select {
    padding: 2px 4px !important;
    margin-bottom: 8px;
}

.manfacture-scroll {
    height: 719px;
    overflow-y: auto;
}

.margin-toplist .control-label {
    padding-top: 0px;
    min-height: 28px;
    line-height: 17px !important;
}

.margin-toplist .col-xs-7 label, .margin-toplist .col-xs-5 label {
    padding-top: 0px;
}

.margin-toplist .col-xs-4 {
    min-height: 30px;
}

.programdetials .col-xs-4, .programdetials .col-xs-5 {
    padding-left: 0px;
}

.multiselect {
    margin-bottom: 15px;
}

.programdetials .btn-group button, .programdetials .btn-group {
    width: 100%;
}

.programdetials .col-xs-4 .col-xs-4 {
    padding-top: 0px;
}

.padding-input .col-xs-5 {
    margin-bottom: 10px;
}

.control-label {
    /*font: 14px CalibriRegular;*/
    text-align: right;
}

.datepicker-dropdown {
    width: 200px;
    padding: 10px;
    margin-left: -5px;
}

.manfacture-scroll label, .manfacture-scroll .green i {
    margin-top: 10px;
}

#Manufacturer td > input[type=radio], #Manufacturer .radio-inline {
    margin-top: 10px;
}

.wholsaler-details .form-group {
    min-height: 20px;
}

.viewslect-box select {
    height: 26px !important;
    line-height: 30px;
    margin-left: 20px;
    padding-top: 0px !important;
}

.multiselect-container {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.multiselect {
    padding: 4px 0px !important;
    width: 100%;
}

@media only screen and (max-width :768px) {
    .tab-pane {
        padding: 16px 0px;
    }

    .padding-re-re, .padding-le-re {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 0px;
    }

    .margin-toplist .col-lg-12 > .col-xs-4, .margin-toplist .col-lg-12 > .col-xs-6 {
        margin-bottom: 12px;
    }

    .programdetials .col-xs-4, .programdetials .col-xs-5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-xs-3:first-child {
        padding-left: 15px;
    }

    .addUser-label {
        padding-left: 15px;
        text-align: left;
        line-height: 9px;
    }

    .form-group .col-xs-4 {
        margin: 5px 0px;
    }
}

.breakall {
    word-break: break-all;
}

.warning-model .modal-header {
    padding: 12px;
}

.warning-model .modal-footer {
    margin-top: 4px;
    padding: 7px 16px 12px;
    text-align: right;
}

.warning-model .modal-dialog {
    width: 400px !important;
    margin: 82px auto !important;
}

.warning-model .modal-header h4 {
    padding-top: 10px;
}

.fa-ban::before {
    content: "";
}

.align-right {
    text-align: right;
}

.multiselect-selected-text {
    font-size: 12px;
}

.fa-arrow-up::before {
    content: "";
}

.charts .panel {
    width: 31%;
    margin: 4px 1%;
    float: left;
}

    .charts .panel .panel-heading {
        height: 88px;
    }



.details .form-group {
    min-height: 10px;
    margin-bottom: 10px;
}

.labelError {
    color: #5f9426;
    vertical-align: top !important;
    text-align: left;
    font-weight: normal;
}

.validationMessage {
    color: #b94a48;
}

.invoice-label {
    padding-top: 5px;
    float: right;
}

    .invoice-label label {
        margin-bottom: 5px;
    }

.invoice-label1 {
    float: right;
    padding-top: 5px;
}

    .invoice-label1 div {
        float: right;
        padding-top: 5px;
        display: block;
        width: 100%;
    }

        .invoice-label1 div label {
            padding: 4px 4px;
        }

.margin-re select {
    margin-bottom: 3px;
}

.margin-re span {
    margin-bottom: 10px;
    float: left;
}

.redcel {
    background-color: red;
}

.orangecel {
    background-color: orange;
}

.greencel {
    background-color: green;
}

.col-lg-10.col-lg-12 {
    width: 100% !important;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #D6D6D6;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #39b64a;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 19px;
    margin: 5.5px;
    background: #FFFFFF;
    border: 2px solid #D6D6D6;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch-label {
    text-align: left !important;
}

.bootstrap-filestyle label {
    margin-top: 0px;
    padding: 5px 5px 6px 5px;
}

.form-group .filestyle {
    margin-bottom: 15px;
}

.save-btn {
    text-align: center;
}

    .save-btn div {
        display: inline;
    }

.approve-img {
    background: url("images/approve.png") center center no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    border: 0px;
}

.approve_disable-img {
    background: url("images/approve_disable.png") center center no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -999px;
    border: 0px;
}

.custom-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    filter: alpha(opacity=60);
    font-size: 34px;
}

#message {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}

#divGridCeLoc .grid {
    border-left: 1px solid #5f9426 !important;
}

.margin-top1 {
    margin-top: 15px;
}

.view-org .form-group {
    margin-bottom: 8px;
}

.loginbox .control-label {
    text-align: left;
}

.form-horizontal1 .control-label {
    text-align: right;
    padding-top: 0px !important;
    line-height: 17px !important;
}

.form-horizontal1 .control-label-right {
    text-align: left;
    padding-top: 0px !important;
    line-height: 17px !important;
}

.form-horizontal .radio-inline {
    margin-top: 6px;
}

.control-label2 {
    font: 14px CalibriRegular;
    text-align: right;
}

.inv-switch div {
    float: left;
}

@media print {
    #btnPrint, #btnClose {
        display: none;
    }

    .print-b [class*="form-group"] {
        width: 50%;
        float: left;
    }

    .print-b [class*="col-lg-"] {
        float: left;
    }

    .print-b [class*="col-lg-4"] {
        width: 200px;
    }

    title {
        text-align: center;
    }
}

/*Tooltip related*/
a.tooltip {
    outline: none;
    opacity: 1;
    position: relative;
}


    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 501;
        display: none;
        padding: 7px 10px;
        margin-top: -7px;
        margin-left: 5px;
        font-size: 15px;
        /*line-height: 16px;*/
        text-transform: none;
    }


    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #fff;
        /*border: 1px solid #c63a37;*/
        background: #0044CC;
    }


    a.tooltip span {
        width: 280px;
    }

    /*CSS3 extras*/
    a.tooltip span {
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

.select-page {
    width: 50px;
    text-align: center;
}

.pagination li a input {
    padding: 0;
    margin: -5px 0;
}

.fl-add-btn {
    position: absolute;
    right: 5px;
    top: 5px;
}

.block-header2 {
    position: relative;
    padding-top: 4px;
}

.wholsaler-details .form-group {
    margin-bottom: 8px;
}

.animated-panel {
    cursor: pointer;
}

.hpanel > .panel-heading {
    border: 1px solid transparent;
    color: inherit;
    font-weight: 600;
    padding: 10px 14px;
    transition: all 0.3s ease 0s;
    font: bold 18px CalibriRegular;
    background: #f7f9fa;
    border-top: 1px solid #c1c2c3;
    border-left: 1px solid #c1c2c3;
    border-right: 1px solid #c1c2c3;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

    .panel-tools a {
        color: #9d9fa2;
        cursor: pointer;
        margin-left: 5px;
    }

.fa-chevron-up::before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-remove::before, .fa-close::before, .fa-times::before {
    content: "";
}

.hpanel .panel-body {
    background: #f7f7f9;
    border: 1px solid #c1c2c3;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.bootstrap-filestyle label {
    margin-top: 0px;
    padding: 5px 5px 6px 5px;
}


.cln {
    float: right;
}

.table-condensed td a {
    text-decoration: underline;
}


.overflowblock {
    overflow: visible !important;
}

.preview {
    text-decoration: underline;
}

.ajaxLoaderforAngular {
    background: transparent url('../grid/upload.gif');
    background-repeat: no-repeat;
    border: 0;
    height: 20px;
    width: 16px;
    margin-left: 7px;
    margin-top: 1px;
    cursor: none;
    vertical-align: text-top;
}


.ui-pg-selbox {
    min-height: 30px !important;
}

.ui-corner-bottom {
    height: 100% !important;
}

.ui-pg-input {
    width: 30% !important;
    height: 30px !important;
}

.pagination li input {
    width: 22px;
    border: 0px solid #dddddd;
    margin: 0px;
    height: 19px;
    margin-right: 10px;
}

.pagination li page-select input {
    width: 47px;
    height: 28px;
    border: 1px solid #dddddd;
    margin: 0;
    margin-top: -7px;
}

.pagination > li {
    float: left;
}

    .pagination > li.ng-binding {
        margin-right: 10px;
    }


.widget-min-h {
    min-height: 160px;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.center {
    width: 40%;
}

.foot-links {
    text-align: right;
}

    .foot-links strong {
        margin: 10px 20px 0 0;
        float: right;
    }

.subfilter .text br {
    display: none;
    float: left;
}

.text b {
    display: inline-block;
    padding-right: 5px;
}

.subfilter .text b {
    display: inline-block;
    padding-right: 5px;
}

.margin-b {
    margin-bottom: 10px;
}

    .margin-b th {
        text-align: left !important;
        font-size: 14px !important;
    }

.plandetails .control-label {
    font: 14px CalibriRegular;
    text-align: right;
    padding-top: 5px;
}
/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/
body {
    position: relative;
    z-index: 0;
}

.main:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    content: '';
    background: -webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
    background: -moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
    background: -o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
    background: radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
}

.site-header-wrap {
    margin-bottom: 60px;
    border-bottom: 1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.25);
    border-radius: 3px;
    background: #f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border: 1px solid #dddddd;
    background: #f5f5f5;
    transition: all linear 0.15s;
    /* Type */
    font-size: 14px;
    text-shadow: 0px 1px 0px #1a1a1a;
    color: #555555;
}

    .accordion-section-title.active, .accordion-section-title:hover {
        color: #555555;
        background-color: #f5f5f5;
        border-color: #dddddd;
        /* Type */
        text-decoration: none;
    }

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;
    background-color: #fff;
}

.accordion-scroll {
    height: 500px;
    overflow-y: auto;
}


.no-data-results {
    text-align: center;
    margin: 30px 10px;
    padding: 10px 0px;
    font-size: 14px;
    background: #F7F7F7;
    border: 1px solid #ddd;
}

.view-form td a {
    float: left;
}

.accordion-section-title span {
    float: right;
    margin-right: 20px;
}

.accordion-section-title.active .fa-plus:before {
    content: "" !important;
}

.min-height-normal.request-fieldheight1 {
    min-height: auto !important;
}

.request-fieldheight1 {
    min-height: 38px;
}

    .request-fieldheight1 select, .request-fieldheight1 input {
        margin-bottom: 15px;
    }

    .request-fieldheight1 .control-label, .request-text-field {
        line-height: 38px !important;
        margin-bottom: 15px;
    }

.dropdown-multiselect .checkbox {
    display: block;
    min-height: 7px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-left: 0px !important;
}

.dropdown-multiselect li {
    padding: 1px 1px !important;
}

    .dropdown-multiselect li a label {
        padding: 0px 2px !important;
    }

.dropdown-multiselect .dropdown-menu {
    width: 200px;
}

.glyphicon-remove, .glyphicon-ok {
    font-size: 16px;
}

    .glyphicon-remove:before {
        content: "\f00d";
    }

    .glyphicon-ok:before {
        content: "\f00c";
    }

.dropdown-multiselect .dropdown-header input[type=text] {
    margin-bottom: 0px;
}

.browse-content .btn-group .caret {
    border-top-color: #aaaaaa;
    margin-top: 1px;
    display: inline-block;
}

.browse-content .btn-group .btn:first-child {
    width: 100% !important;
}

.select-table select {
    margin-bottom: 10px !important;
}

.margin-bottom23 {
    margin-bottom: 20px;
}

.text-align-left {
    text-align: left;
}

.semicolon {
    float: right;
}

.pep-block {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}

.table th label, .table th {
    font-weight: 500;
}

.table-bordered > thead > tr > th {
    text-align: left;
}

.left-menu .text {
    position: absolute;
    top: 0px;
    left: 50px;
    white-space: nowrap;
    background: #033e64;
    border: 1px solid #033e64;
    z-index: 9999;
    padding: 4px 10px !important;
}

.left-menu .text {
    position: absolute;
    left: 50px;
    color: #fff;
    padding: 5px 5px;
    white-space: nowrap;
    margin-top: 10px;
    font-weight: bold;
    display: none;
    text-align: left;
}


.left-menu ul li a {
    position: relative;
    font-weight: bold;
}

.left-menu ul li.active a {
    color: #fff;
    background: #4c96b8;
}

.left-menu .sidebar-toggle {
    border-style: solid;
    border-width: 0 0 1px;
    text-align: center;
    padding: 3px 0;
    position: relative;
}

    .left-menu .sidebar-toggle > .pforce-icon {
        padding: 0 5px;
        line-height: 18px;
        cursor: pointer;
        font-size: 14px;
        color: #fff;
        border-radius: 100%;
        border: 1px solid;
        position: relative;
    }

    .left-menu .sidebar-toggle:before {
        display: block;
        height: 0;
        border-top: 1px solid;
        border-color: inherit;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 13px;
    }

.left-menu .sidebar-shortcuts {
    text-align: center;
    min-height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    border: 0 solid;
}

.left-menu .sidebar-toggle {
    background-color: #033e64;
    border-color: #4c96b8;
}

.left-menu, .right-block {
    transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
}


.left-menu {
    margin-bottom: -1800px;
    padding-bottom: 1800px !important;
    width: 50px;
    margin-right: -50px;
    background-color: #0064a4;
    z-index: 99;
    position: fixed !important;
    top: 77px;
}

.left-menu-minified {
    position: relative;
    width: 150px !important;
    margin-right: 0px;
    transition: all 250ms cubic-bezier(0.1, 0.57, 0.1, 1) 0s;
}

.right-block {
    width: 100% !important;
    border-left: 50px solid #fff;
    float: right;
    margin-bottom: 60px;
}

.left-menu li a:hover span {
    display: block;
}

.right-block-minified {
    width: calc( 100% - 150px) !important;
    border-left: 0px solid #fff !important;
}

.left-menu-minified .text {
    position: relative;
    float: left;
    display: inline-block;
    background: none;
    border: 0px;
    width: 80%;
    color: #fff;
    left: 0px;
    margin-top: 0px;
}

.fl-left {
    float: left;
}

/*
    .login-content {
    min-height: 370px;
    width: 780px;
    margin: 87px auto;
    background-color: #f5fbff;
    border: 1px solid #1bb0a0;
    overflow: hidden;
}
*/

.loginbox {
    width: 100%;
    /*    margin: 2% auto;*/
}


    .loginbox .panel-heading {
        padding: 0px;
        text-align: center;
    }

.responsive-img img {
    width: 100%;
    height: auto;
}


/*.loginbox h4 {
    font-size: 20px;
}


.lighter-block {
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}*/

.fa-envelope, .fa-lock {
    color: #BBBCBC;
}

.fa-envelope-blue {
    color: #4c96b8 !important;
}
/*BPHAR-747*/
#MemberEnrollblock1 input {
    margin-bottom: 0px;
}

.right-block-minified #MemberEnrollblock1 input, .right-block-minified #MemberEnrollblock1 select {
    width: 100%;
}

#MemberEnrollblock1 .help-block {
    margin-top: 2px !important;
}

#MemberEnrollblock1 .form-group {
    min-height: 48px;
    margin-bottom: 4px;
}
/*End BPHAR-747*/
.table tr:nth-child(even) {
    background: #fff;
}

.customgridrow, .table-bordered > tbody > tr {
    background: #f2f7fa;
}

    /*.table tr:nth-child(odd) td,*/
    .customgridrow.customgridalt td {
        background: #fff;
    }

.block-header3 {
    background-color: #fff;
    margin: 8px 3px;
    border-radius: 5px;
    color: #000;
    height: 35px;
    display: block;
    padding-left: 24px;
    font: 600 13px 'Open Sans', sans-serif;
    line-height: 30px;
}

#filterRow td {
    border-bottom: 1px solid #d6d6d6;
}



#addform .form-group {
    min-height: 23px;
    margin-bottom: 15px;
}

.ceddl-text {
    text-transform: uppercase;
}

#divGrid {
}

.field-block {
    position: relative;
}

    .field-block .red {
        position: absolute;
        left: 10px;
        bottom: -13px;
    }

.ui-widget-content {
    height: 250px;
    overflow: auto;
}

label {
    display: block;
}

.validationMessage {
    color: red
}

.date-from {
    width: 37%;
    float: left;
}

.date-to {
    width: 37%;
    float: right;
}

.validationMessage {
    color: red
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    max-height: 300px;
    overflow: auto;
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #2baae1;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;
    clear: both;
}

.angucomplete-selected-row {
    background-color: #2baae1;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.highlight {
    color: red;
}

.datepickerbottom .help-block {
    top: 32px;
    line-height: 14px;
    position: absolute;
}

#fromDatePicker.input-group {
    /*margin-bottom: 32px;*/
}

.table-container {
    position: relative;
}

    .table-container .loading {
        text-align: center;
        left: 0%;
        top: 50%;
        position: absolute;
        width: 100%;
    }


.form-horizontal .view-fields .control-label {
    padding-top: 0px !important;
}

.pagination {
    float: right;
}

    .pagination page-select, .pagination label {
        float: left;
    }

.button-right {
    text-align: right;
}


#toDateDatePicker.input-group {
    /*margin-bottom:30px;*/
}



/* New theme styles*/

#header {
    border: 0px solid red;
    background: #ffffff;
    border-bottom: 1px solid #000000;
}

.logo {
    margin: 0;
    float: left;
    background-color: #fff;
    padding: 9px 10px 6px;
    width: auto;
    position: relative;
}

.left-menu {
    background: #041d20;
}

    .left-menu ul li a {
        background: #003840;
        border-bottom: 1px solid #1a2b57;
    }

    .left-menu ul li.active a {
        background-color: #003840;
    }

; .left-menu ul li a:hover {
    background: #00545e;
}

.left-menu .sidebar-toggle {
    background-color: #003840;
    border-color: #1a2b57;
    padding: 5px 0;
}

.block {
    background-color: #fff;
}

.sub-box {
    background-color: #ffffff;
    max-height: 750px;
    min-height: 500px;
    height: 750px;
    border: 1px solid #d8d8d8;
    padding: 0px 0px;
}

.block-header, .table th, .table th, .displaycollection th {
    background-color: #003840;
    border: 0px solid red;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
    border-right: 1px solid #162a5d;
    height: 50px;
    vertical-align: middle;
}

.table > thead:first-child > tr:first-child > th {
    border-top: 0px solid #003840 !important;
}

.top-nav-tabs {
    background-color: #fff;
    border-bottom: 0px solid #1bb0a0;
}

.nav-tabs > li {
    overflow: hidden;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        margin: 0;
        margin-right: 1px;
    }

    .nav-tabs > li > a {
        margin-top: 0;
        background: #fff;
    }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li > a:hover,
        .nav-tabs > li.active > a:focus, .dropdown-menu > li > a:hover {
            background-color: #ffffff !important;
            color: #702C62;
        }

.btn-group .btn + .btn {
    border: 1px solid #2C2E2A;
}

.btn, .btn-primary:focus {
    color: #fff;
}

    .btn:hover {
        background-color: #fff;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #878787;
    background-color: #fff;
}

.userdetails a {
    color: #000000;
    font-size: 16px
}

.userdetails {
    margin-right: 10px;
}

.table-condensed .filter-menu {
    border-radius: 2px !important;
    /* background-color: #16b3a0; */
    width: 21px !important;
    height: 30px;
    border: 0px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 1px;
    padding: 7px 2px;
}

    .table-condensed .filter-menu .filter-select {
        padding: 1px 8px 0;
        text-indent: -1000px;
        outline: none;
        width: 28%;
    }


.table-condensed .header-filter {
    margin-right: -26px;
}
/*.table tr:nth-child(2n+1) td {background: #ecf1fe !important;}*/

.no-records {
    background-color: #fff;
    text-align: center;
}

#spanNoRecords {
    font-weight: normal;
    padding-bottom: 4px;
    display: inline-block;
}

.right-pointer {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    left: 219px;
    top: 22px;
}

/*select.form-control {*/
/*-webkit-appearance: none;*/
/*-moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #fff url(../../Images/arrow1.png) 94% 50% no-repeat;
    padding-right: 17px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

*::-ms-backdrop, select.form-control, .dataTables_length select {
    background: #fff url(../../Images/arrow1.png) right 10px no-repeat;
    padding-right: 17px;
}

@-moz-document url-prefix() {
    select.form-control {
        background: #fff url(../../Images/arrow1.png) right 10px no-repeat;
        padding-right: 25px;
    }
}*/

select:focus::-ms-value {
    background-color: white;
    color: #000;
}

.pagination {
    margin: 5px 0;
}

/*.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #16b3a0;
    border-color: #16b3a0;
}*/

tfoot {
    border-top: 1px solid #ccc;
}

select, select:focus, select option:focus {
    background-color: #fff;
    color: #000;
}

    select option:hover {
        background-color: #f2f2f2;
        color: #000;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table-condensed .filter-menu .filter-select {
        padding: 0 0 0 16px;
        margin-left: -2px;
    }
}

#ui-id-1, .ui-helper-hidden-accessible {
    display: none;
}

.btn.active {
    pointer-events: none;
}

.expanded_button {
    margin-left: 25px;
    background: transparent url('../images/Collapse_Up.png');
    background-repeat: no-repeat;
    border: 0;
    height: 14px;
    width: 18px;
    cursor: pointer;
}

.collapsed_button {
    margin-left: 25px;
    background: transparent url('../images/Collapse_Down.png');
    background-repeat: no-repeat;
    border: 0;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.table-grid {
    margin-top: 3px;
    padding: 0 15px;
}

#unitssold .fl-right-btn, #phunitssold .fl-right-btn {
    margin-top: 20px;
}

.cbox-holder {
    width: 60px;
}

.rbutton-holder {
    width: 56px;
    margin-left: 5px;
}

    .cbox-holder label, .rbutton-holder label {
        DISPLAY: inline-block;
        margin-top: -1px;
        float: left;
    }

    .cbox-holder input[type="checkbox"], .rbutton-holder input[type="radio"] {
        margin: 0 4px 0px 2px;
        float: left;
    }

.toggle-right {
    float: right;
    margin: 0 0 10px;
    padding: 0 !important;
}

.mt-10 {
    margin-top: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.semicolon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.message-move-top {
    margin-top: -45px;
}

textarea {
    resize: none;
}

.icon-ok, .icon-empty {
    font-family: 'FontAwesome';
    width: 11px;
    font-size: 11px;
    display: inline-block;
    text-align: right;
    margin-right: 2px;
}

    .icon-ok:before {
        content: "\f00c";
    }

.st-sort-descent {
    background: #4c96b8 url(../../Images/down-arrow.png) right no-repeat !important;
}

.st-sort-ascent {
    background: #4c96b8 url(../../Images/up-arrow.png) right no-repeat !important;
}

.textright {
    text-align: right;
}

.t-body-alt tbody:nth-child(odd) tr td {
    background: #fff !important;
}

.t-body-alt.table > tbody + tbody {
    border-top: 0px solid #ddd;
}

tr.collapse.in {
    display: table-row;
}

.table-bordered > tbody > tr > td.plus-icon {
    padding-top: 20px;
}

.has-error .help-block {
    font-size: 11px !important;
    line-height: 1.4;
    color: #dd5a43 !important;
}

.form-group .errorHolder {
    min-height: 62px !important;
}

.nav-tabs > li.active > a {
    color: #7c2968 !important;
}

.btn.switch-btn {
    background-color: #63aecf;
}

.nav-tabs.nav-justified.top-nav-tab > li > a {
    margin-right: 10px;
    margin-left: 10px;
    text-align: left;
    height: 50px;
    padding: 17px 15px;
    border-left: 2px solid #e3e3e3;
    border-right: 2px solid #e3e3e3;
    border-top: 2px solid #e3e3e3;
    border-bottom-color: transparent;
    font-size: 16px;
    font-family: RobotoBold;
}

.nav-tabs.nav-justified.top-nav-tab > li.active > a {
    border-top: 2px solid #e3e3e3;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified.top-nav-tab > li > a.first-list {
    margin-left: 0px;
    margin-right: 10px;
    border-left: none;
    border-top: none;
    border-bottom: none;
}

.nav-tabs.nav-justified.top-nav-tab > li > a.second-list {
    margin-right: 10px;
    border-top: none;
    border-bottom: none;
}

.nav-tabs.nav-justified.top-nav-tab > li > a.third-list {
    margin-left: 0px;
    margin-right: 0px;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.nav-tabs.nav-justified {
    border-bottom: 2px solid #e3e3e3;
}

.search-btn {
    width: auto;
    height: 40px;
    border-radius: 5px;
    background-color: #702C62;
    font-size: 16px;
    border: 1px solid #702c62;
    text-align: center;
}

.reset-btn {
    width: 83px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: RobotoBold;
    color: #702C62;
    border: 1px solid #702c62;
}

.role-col {
    margin-top: 6px;
}

.logo img.pharmacy-logo {
    width: 266px !important;
    height: 54px;
}

.export-btn {
    font-family: RobotoRegular;
    font-size: 14px;
    width: 81px;
    height: 30px;
    background-color: #F2F2F2 !important;
    border: 1px solid #757777;
    color: #0A0908;
}

.generate-btn {
    width: auto !important;
    height: 40px;
    border-radius: 5px;
    background-color: #702C62;
    font-size: 16px;
    font-family: RobotoBold;
    border: 1px solid #702c62;
}

.input-group.datepickerbottom.input-holder {
    width: 300px;
}

button.btn.btn-xs.btn-default.btn-primary {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 40px;
}

/*.container-toggle {
    position: absolute;
    top: 59%;
    left: 57%;
    transform: translate(-50%,-50%);
}

.toggle-btn {
    width: 40px;
    height: 20px;
    background: #75ACCC;
    border-radius: 30px;
    padding: 0px;
    transition: all 300ms ease-in-out;
    border: 1px solid #2C2E2A;
}

.toggle-btn > .inner-circle {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
}

.toggle-btn.active {
    background:#f2f2f2;
}

.toggle-btn.active > .inner-circle {
    margin-left: 20px;
    background: #606770;
}*/
.styled-select select {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

/*=== Tabs css*/

.nav.nav-tabs.new-custom-navs.show {
    border: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    /*justify-content: center;*/
    background-color: #e4e4e6;
}

    .nav.nav-tabs.new-custom-navs.show li {
        /*border-bottom: 2px solid #c6c6c6;*/
        min-width: 180px;
        padding-right: 10px;
        flex: 1 1;
        margin-top: 4px;
        max-width: 35%;
    }

        .nav.nav-tabs.new-custom-navs.show li:last-child {
            padding-right: 0px;
        }

        .nav.nav-tabs.new-custom-navs.show li a {
            border: 1px solid #c6c6c6;
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
            padding: 10px 15px;
            font-weight: bold;
            font-size: 15px;
            margin: 0px !important;
            min-width: 160px;
        }

        .nav.nav-tabs.new-custom-navs.show li.active {
            border-bottom: 0px solid #fff !important;
            margin-top: 0;
        }

            .nav.nav-tabs.new-custom-navs.show li.active a {
                border-bottom: 5px solid #fff;
            }

        .nav.nav-tabs.new-custom-navs.show li a:hover {
            color: inherit;
        }


        /*.nav.nav-tabs.new-custom-navs.show li:first-child a {
    border-left: 0 !important;
    border-top-left-radius: 0px !important;
    margin-right: 0px !important;
}*/


        .nav.nav-tabs.new-custom-navs.show li:last-child a {
            /*margin-left: 10px;*/
            border-right: 0 !important;
            border-top-right-radius: 0px !important;
        }

        .nav.nav-tabs.new-custom-navs.show li:last-child {
            border-right: 1px solid #c6c6c6;
            border-top-right-radius: 5px !important;
        }

        .nav.nav-tabs.new-custom-navs.show li:last-child {
            padding-right: 0px;
        }


.sub-box {
    background-color: #e4e4e6;
    max-height: 100%;
    min-height: 500px;
    height: 100%;
    border: 0px solid #c6c6c6;
    padding: 0px 0px;
    border-top: 0;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /*overflow:auto;*/
}

.table-condensed td a i.ace-icon.fa.fa-plus.bigger-130:before {
    visibility: visible;
}

.table-condensed td a i.ace-icon:before {
    visibility: hidden;
}

.table-condensed td a i.trash-icon:before {
    visibility: hidden;
}

.table-condensed td a i.download-icon:before {
    visibility: hidden;
}

.table-condensed td a .fa-eye {
    background-image: url(../../Images/icon-icon-options-view-patient.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-remove {
    background-image: url(../../Images/icon-icon-options-not-eligible.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}


.table-condensed td a .fa-check-square {
    background-image: url(../../Images/icon-icon-options-order-complete.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-check {
    background-image: url(../../Images/icon-icon-options-order-complete.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-pause {
    background-image: url(../../Images/icon-icon-options-pause-claim.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-times {
    background-image: url(../../Images/icon-icon-options-not-eligible.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-paperclip {
    background-image: url(../../Images/icon-icon-options-attachment.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-gavel {
    background-image: url(../../Images/icon-icon-options-view-claims.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-pencil {
    background-image: url(../wwwroot/icon-icon-options-edit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-h-square {
    background-image: url(../../Images/icon-icon-options-history.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-circle-o-notch {
    background-image: url(../../Images/icon-icon-options-resend.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.table-condensed td a .fa-trash-o {
    background-image: url(../../Images/icon-icon-options-delete.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 13px;
    height: 16px;
    display: inline-block;
}

.table-condensed td a .fa-download {
    background-image: url(../../Images/icon-icon-options-download.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
}

/*.block-header {
    display: none;
}
    */

div#divGrid, .table-header-top {
    padding-top: 10px;
    border-top: 1px solid #c6c6c6;
}
/*.block.form-horizontal {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}*/


.form-horizontal.edit-claims {
    margin-top: 10px;
    padding-right: 0px !important;
}

    .form-horizontal.edit-claims select.form-control {
        width: 100% !important
    }

.grid.rx.col-lg-12.mb-15 > .table-bordered > tbody > tr > td {
    border-right: 1px solid #ddd !important;
}

.right-block-minified .form-horizontal {
    padding-right: 0px;
}

.text_center_btn {
    text-align: center;
}

.mlm-90 {
    margin-left: -90px;
}

.pl-50 {
    padding-left: 50px;
}

/*start toggle on-off button*/
#dvtoggle .btn1 {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 40px;
    height: 20px;
    padding-top: 0px;
    margin-top: 5px;
    border: 1px solid #2C2E2A;
}

.btn-group .btn {
    border: 1px solid #16b3a0;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    padding-top: 0px;
    margin-top: 5px;
    border: 1px solid #2C2E2A;
}

#dvtoggle .filter {
    float: left;
    padding-right: 10px;
    padding-top: 5px;
    margin-right: 0px;
}

.btn-sw {
    background: #75ACCC;
}

/*view button*/
.viewon-btn {
    width: auto;
    height: 40px;
    border-radius: 5px;
    background-color: #f2f2f2;
    font-size: 14px;
    font-family: RobotoBold;
    border: 1px solid #702c62;
    color: #702C62;
    text-transform: uppercase;
}
/*save button*/
.save-btn {
    width: auto;
    height: 40px;
    border-radius: 5px;
    background-color: #702C62;
    font-size: 16px;
    font-family: RobotoBold;
    border: 1px solid #702c62;
    text-align: center;
    padding: 9px;
}
/*cancel button*/
.cancel-btn {
    width: 10px;
    height: 50px;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: 16px;
    font-family: RobotoBold;
    color: #702C62;
    border: 1px solid #702c62;
    padding-top: 10px;
}
/* Export css*/
.export-btn {
    font-family: RobotoRegular;
    font-size: 14px;
    width: 81px;
    height: 30px;
    background-color: rgb(99 174 207) !important;
    border: 1px solid #757777;
    color: #ffffff;
    /* background-image: linear-gradient(#feffff, #ffffff 60%, #ffffff);*/
}
/* upload button*/
.upload-btn {
    font-family: RobotoRegular;
    font-size: 14px;
    width: 81px;
    height: 30px;
    background-color: #702C62 !important;
    border: 1px solid #757777;
    color: #ffffff;
}
/*Edit button*/
.edit-btn {
    width: 90px;
    height: 40px;
    border-radius: 5px;
    background-color: #702C62;
    font-size: 16px;
    font-family: RobotoBold;
    border: 1px solid #702c62;
    text-align: center;
    padding: 9px;
}

.mb-5 {
    margin-bottom: 5px
}

.mbl-5 {
    margin-top: 5px;
    margin-left: 5px;
}

.ml-114 {
    margin-left: 114px;
}

.wizard {
    margin: 10px auto;
}

.form-inline .form-control {
    width: auto !important;
}

.ml-10 {
    margin-left: 17px;
}

.wiz-btn {
    width: 108px;
    height: 40px;
    border-radius: 5px;
    background-color: #702C62;
    font-size: 16px;
    font-family: RobotoBold;
    border: 1px solid #702c62;
}

/*Button focus*/
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

.search-btn:focus {
    color: #ffffff !important;
}

.reset-btn:focus {
    color: #702C62 !important;
}

/* 
    .btn:hover {
    color: #702C62 !important;
}
***Rajashekar please don't add global classes*/



input#dateofBirth, input#effectiveDate, input#terminationDate {
    width: 100%;
}

.save-add-btn {
    width: auto;
    height: 40px;
    border-radius: 5px;
    background-color: #702C62;
    font-size: 16px;
    font-family: RobotoBold;
    border: 1px solid #702c62;
    padding: 0px 20px;
}
/*Display row alignment*/
/*.dataTables_length {
    padding: 0 15px;
}*/

.expanded:focus {
    border: none !important;
}

select#ddlUserDetails {
    width: 100%;
}

.mlm-15 {
    margin-left: -10px;
}

.mr-15 {
    margin-right: 15px;
}

input#visitDateValue {
    width: 100%;
}

select#ddlPatientStatus {
    width: 100%;
}

.pres-head {
    color: #702C62;
    font-size: 16px;
    font-weight: 600;
}

.pd-9 {
    padding: 9px;
}

.block-table.details > .grid > table.table.table-bordered.table-condensed > thead > tr > th {
    white-space: initial !important;
}

.modal-dialog.modal-lg > .modal-content > .form-horizontal > .modal-body > .form-group > .form-group.errorHolder.col-lg-4 > .col-lg-7.field-block > select.form-control {
    width: 100% !important;
}

.modal-dialog.modal-lg > .modal-content > .form-horizontal > .modal-body > .form-group > .form-group.errorHolder.col-lg-4 > .col-lg-7.field-block > input.form-control {
    width: 100%;
}

.modal-dialog.modal-lg > .modal-content > .form-horizontal > .modal-body > .col-lg-12 > .table.table-bordered.table-condensed > tbody > tr > td > div > input {
    width: 100%;
}

.generate-btn:focus {
    color: #ffffff !important;
}

.generate-btn:hover {
    color: #702C62 !important;
}

.fl-right {
    float: right;
}

.grid > table.table.table-bordered.table-condensed > thead > tr > td > input.input-sm.form-control {
    width: 100%;
}

span.order-span {
    color: #702C62;
}

.pres-head-sm {
    color: #702C62;
}

div#CompleteOrder > .table-grid > table.table.table-striped.table-bordered.table-condensed > thead > tr > th.header.hand {
    white-space: initial;
}

@media only screen and (max-width: 1400px) and (min-width: 400px) {
    .right-block-minified #MemberEnrollblock1 input, .right-block-minified #MemberEnrollblock1 select {
        width: 100%;
    }

    #dvSearchFields input, #dvSearchFields select {
        width: 100%;
    }

    .input-group.datepickerbottom.input-holder {
        width: 100%;
    }

    #MemberEnrollblock1 input, #MemberEnrollblock1 select {
        width: 100%;
    }

    #rxsearch-block input, #rxsearch-block select {
        width: 100%;
    }

    #audit-tool input, #audit-tool select {
        width: 100%;
    }
}

.table > thead > tr:first-child > th:first-child {
    border-top-left-radius: 5px;
}

.table > thead > tr:first-child > th:last-child {
    border-top-right-radius: 5px;
    border-right: none;
}
/*popup Toggle yes-no*/
.modal-content > .form-horizontal > .btn-group > button.btn.btn-xs.btn-primary.ng-binding.ng-scope {
    background-image: linear-gradient(#75accc, #75accc 60%, #75accc) !important;
}

select option, select.form-control option {
    font-family: 'Roboto-Regular',sans-serif !important;
}

.printorderstyle {
    background-color: #003840;
}
/*Units Despend Tab*/
.sub-box.unit-box {
    margin: 0px !important;
}

    .sub-box.unit-box .nav.nav-tabs.new-custom-navs.show li a {
        color: #702C62 !important;
        border-bottom: none !important;
    }

multiselect.input-xlarge.mb-5 {
    margin-right: 20px !important;
    border: 1px solid #757777 !important;
    border-radius: 6px !important;
    border-top: 1px solid #757777 !important;
}

/*.mt-5 {
    margin-top: 5px;
}
Don't use bootstrap classes
*/

.center-align {
    margin: 0;
    position: absolute;
    top: 64%;
    left: 14%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.text-align {
    text-align: center;
}

.block.block-table.block-table > .table-bordered > thead > tr > th {
    vertical-align: middle !important;
}

.table-bordered > thead > tr > th {
    vertical-align: middle !important;
}
/*Update CSS 12/01/2020*/
/*.page-login input {
    border-left: 4px solid #702C62;
}*/

/*.page-login .loginbox .form-control:focus {
    border: 1px solid #702C62;
    border-left: 4px solid #702C62;
}
*/
.page-login .loginbox a:hover {
    color: #555;
}

.btn:hover {
    color: #702C62 !important;
    background-color: #fff !important;
    border: 1px solid #9f3184;
    font-weight: bold;
}

.dropdown-item {
    color: #000 !important;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif !important;
}

    .dropdown-item:hover {
        color: #702C62 !important;
    }

.headerSection .dropdown-item:active {
    background: transparent;
}

.headerSection .dropdown a {
    color: #702C62;
}

.divider {
    border-bottom: 1px solid #ccc;
}

.table-header-top {
    margin-top: 20px !important;
    display: list-item; /*Rajashekar*/
}

.table-bordered tr td a.green {
    text-decoration: none;
    font-size: 13px;
}

.table-condensed td a.ng-binding {
    color: #555;
    font-size: 13px;
}

    .table-bordered tr td a.green:hover, .table-condensed td a.ng-binding:hover {
        color: #702c62 !important;
        cursor: pointer;
    }

.sub-box .tab-pane {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.1);
    position: relative;
    background-color: #fff;
}

.userGrid li.nav-item {
    box-shadow: 2px 0px 3px 1px rgba(0,0,0,0.1);
    margin-right: 15px;
    width: 250px;
    margin-left: 1px;
    height: 35px;
    vertical-align: middle;
}

.userGrid .nav-tabs .nav-link.active {
    border: none
}

.editProfile-subbox {
    margin-bottom: 30px;
    /*display: inline-flex;*/
    min-height: 75vh;
    height: 100%;
}
/*.userManagement .nav-item {
    margin-right: 15px;
    border: none;
    width:250px;

    .userManagement .tab-content {
    margin-bottom: 20px;
    display: flex;
}
}*/
/*Desable Class*/
.btn-toggle .btn-primary:not(:disabled):not(.disabled).active {
    background: #fff;
    color: #000;
}

.form-horizontal {
    padding-bottom: 20px !important;
}

#sample-table-2_info select.pagesizes {
    height: 30px !important;
}
/*.form-inline .form-control {
    width:70px !important;
 }
*/
._form-horizontal select#disabledSelect, ._form-horizontal input.form-control {
    width: 260px !important;
}

.userEdit.greeen {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.disabled:hover {
    cursor: not-allowed;
}
/*Edit Profile*/
.EditProfile .nav-item, .ChangePassword .nav-item {
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    margin-left: -1px;
    border-bottom: 0px;
}

.EditProfile a.nav-link, .ChangePassword a.nav-link, .bg-header h2.modal-title {
    min-width: 300px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #702c62 !important;
}

.bg-header h2.modal-title {
    width: auto;
    height: auto;
    line-height: normal;
}

.bg-header {
    background: #e4e4e6;
}

.table-condensed td a .fa-pencil {
    background-image: url(../images/);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*Popup Footer buttons*/
.EditProfile .search-btn {
    margin-right: 10px;
}

/*Filter Styles*/
#dvtoggle button.btn-sw.active {
    background: #75accc;
    color: #fff;
}

#dvtoggle .btn-default.btn-sw {
    background: transparent;
    color: #000;
}

.btn-sw {
    background: #fff;
    color: #000;
}
/*  Edit Icon*/
.table-condensed td a .fa-pencil {
    background-image: url(../images/icon-icon-options-edit.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

    .table-condensed td a .fa-pencil:hover {
        background-image: url(../images/icon-icon-options-edit-hover.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

.text-middle {
    text-align: center;
    padding-top: 80PX !important;
}

.dataTables_length table.ng-isolate-scope {
    margin-top: 10px;
    display: inline-table;
}

.font-weight-bold {
    font-weight: 700 !important;
}

/*div#loginBox label*/ /*login conent*/ /*{
    color: #555555 !important;
}*/

/*.loginbox .row*/ /*login button*/ /*{
    display: inherit !important;
    margin-left: 0;
}*/
/*set password*/
.SetPassword .bottom-buttons {
    margin-top: 0;
    margin-bottom: 0;
}

.SetPassword .error {
    margin-top: 0;
}


.log_info {
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
}

.anchor-info {
    color: #4E5050;
    font-size: 16px;
    line-height: 21px;
    text-decoration: underline;
}

/*.login_logo {
    text-align: center !important;
    display: block !important
}*/

/*.f_icon {
    height: 38px !important;
    font-size: 15px !important;
    padding-left: 40px !important;
    position: relative;
}*/



.input-icon {
    font-size: 17px;
    position: absolute;
    bottom: 14px;
    display: block;
    left: 15px;
    top: auto;
    color: #666;
}

.width-340 input:required:focus {
    border: 2px solid #933981;
    box-shadow: none;
}

.lock-icon {
    font-size: 19px;
    bottom: 11px;
}

.top_hed p {
    color: #702C62;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    padding: 15px 0 5px;
}

.top_hed span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #4E5050;
    font-style: italic;
}

.width-340 {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.log_info {
    background-color: #0A0908 !important;
}

.line-bg {
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

.line-bg {
    position: relative;
    z-index: 1;
}

    .line-bg:before {
        border-top: 1px solid #97999B;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 95%;
        z-index: -1;
    }

    .line-bg span {
        background: #ffffff;
        color: #757777;
        font-size: 16px;
        line-height: 21px;
        padding: 0 12px;
    }

.okta-logo {
    text-align: center;
    padding-bottom: 10px;
}

    .okta-logo img {
        width: 100%;
        max-width: 70px;
    }

.alert-danger {
    background-color: rgba(177, 35, 32, 0.2);
    border-color: transparent;
    color: #B12320;
    margin: 0 auto 15px;
    max-width: 340px;
    width: 100%;
}

    .alert-danger ul {
        margin: 0;
        padding: 0;
    }

.btm_info p {
    font-size: 16px;
    color: #4E5050;
    text-align: center;
}

.btm_info a {
    font-size: 16px;
    color: #4E5050;
    text-decoration: underline;
    line-height: 28px;
    text-align: center;
    display: block;
}

    .btm_info a i {
        padding-right: 7px;
        position: relative;
        top: 1px;
        font-size: 15px;
    }

.para-hed {
    color: #0A0908;
    font-size: 16px;
    line-height: 20px;
}

.setploop p {
    text-align: center;
    color: #43474B;
    font-size: 12px;
    margin-bottom: 10px;
}

    .setploop p span {
    }

/* ==================== Form Styling Start ==================== */
/*.service-checkbox {
    padding-left: 0 !important;
    margin: 0 0 9px;
}

    .service-checkbox .custom-control-label {*/
/* width: 100%;
			cursor: pointer;
			height: 44px;
			padding: 10px 14px;
			border: solid 1px #E8E8E8;
			position: relative;
			background: #ababab; */

/*width: 340px;
        border-radius: 6px;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px 0 #D9D9D6;
        padding: 15px 20px 20px 40px;
    }

    .service-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {*/
/* border: none !important; // background: none !important; */
/*opacity: 1 !important;
    }

    .service-checkbox .custom-control-label h2 {
        color: #0A0908;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
    }

    .service-checkbox .custom-control-label p {
        color: #0A0908;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

    .service-checkbox .custom-control-input:checked ~ .custom-control-label {*/
/* border: 3px solid #A0D1C5;
			box-shadow: 0 3px 6px rgba(160, 209, 197, 0.22); */
/* background: #000; */

/*border: 2px solid #58B800;
        border-radius: 6px;
        background-color: #FFFFFF;
        box-shadow: 0 0 10px 0 #D9D9D6;
    }

        .service-checkbox .custom-control-input:checked ~ .custom-control-label small {
            color: #A0D1C5;
        }

    .service-checkbox .custom-control-label::after {*/
/* background:none !important; // opacity: 1 !important; */
/*}

    .service-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #fff !important;
        background-color: transparent !important;
        width: 15px;
        height: 15px;
        border: solid 1px #000 !important;
        display: block;
    }

    .service-checkbox .custom-control-label::before {
        width: 15px;
        height: 15px;
        box-shadow: none !important;
        border-radius: 2px !important;
        left: 15px;
        top: 20px;
        border: 1px solid #0A0908;
        border-radius: 2px;
        background-color: #F7F7F7;
    }

    .service-checkbox .custom-control-label::after {
        position: absolute;
        top: 21px;
        left: 16px;
        display: block;
        width: 11px;
        height: 11px;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 11px 11px;
        text-align: center;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 13px;
    height: 13px;
    content: "";
    background-repeat: no-repeat;*/
/* background-position: center center; */
/*background-size: 11px 11px;
    text-align: center;
    background-color: #58B800;
}*/

/* ==================== Form Styling End ==================== */





/*.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkbox__input {
    position: absolute;
    opacity: 0;
}

.checkbox__label {
    display: flex;
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    text-align: justify;
    position: relative;
    cursor: pointer;
}

    .checkbox__label:before {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        flex-shrink: 0;
        transition: 0.25s ease;
        border: 1px solid #d3d3d3;
        border-radius: 5px;
    }

.checkbox__input:checked + .checkbox__label:before {
    border-color: #0056b3;
}

.checkbox__label:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 17px;
    width: 6px;
    height: 14px;
    border: solid #0056b3;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.checkbox__input:checked + .checkbox__label:after {
    opacity: 1;
}

.checkbox__input:checked + .checkbox__label {
    border: 1px solid #0056b3;
}

.checkbox__input:hover + .checkbox__label,
.checkbox__input:hover + .checkbox__label:before {
    border: 1px solid #0056b3;
}

.checkbox__text > * {
    margin: 0;
}

.checkbox__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
*/


.required {
    border-left: 4px solid #702C62 !important;
}


.slider {
    width: 340px;
    /*    overflow: hidden;*/
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 340px;
    box-sizing: border-box;
}

.buttons {
    margin-top: 10px;
}

.setp_info {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

    .setp_info span.active {
        border-radius: 13px 0 0 13px;
        background-color: #58B800;
    }

    .setp_info span:nth-child(2).active {
        border-radius: 0px 0 0 0px;
        background-color: #58B800;
    }

    .setp_info span:nth-child(3).active {
        border-radius: 0px 0 0 0px;
        background-color: #58B800;
    }


    .setp_info .indicator {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 10px;
        border-radius: 0;
        margin-left: 0px;
        border-left: 2px solid #ffffff;
        background-color: #97999B;
    }

    .setp_info span:first-child {
        border-radius: 13px 0 0 13px;
    }

    .setp_info span:last-child {
        border-radius: 0 13px 13px 0;
    }


.inputs input {
    height: 48px;
    width: 48px;
    border: 1px solid #757777;
    border-radius: 5px;
    background-color: #F7F7F7;
    box-shadow: inset 3px 3px 2px 0 rgba(0,0,0,0.15);
    padding-left: 10px;
}

.spanslide {
    font-size: 12px;
}

.resend {
    color: #702C62 !important;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 8px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #F2F2F2;
    display: inline-block;
}

    .resend:hover {
        text-decoration: none !important;
        background: #702C62;
        color: #ffffff !important;
    }

#displayPhoneNumber {
    font-size: 16px;
    font-weight: bold;
}
