body {
    font-family: QualcommWeb, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    margin: 0px;
	background-color:#ccc;
}

body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #00adffa3;
  outline: 1px solid slategrey;
  border-radius:100px;
}

#topp {
	background-color:white;
	height:50px;
	box-shadow: 1px 1px 10px black;
	/*border-bottom:1px solid black;*/
}

.name_col {
	background-color:inherit; 
	height:50px;
	border-right:1px solid black;
}

p.time {
    padding-top: 10px;
}

.user_sec {
	padding-top:15px;
}

.left_menu {
	background-color:#000000bf;
	text-align:center;
	position:fixed;
	float:left;
	height: 100%;
	font-size:14px;
	padding-top: 0;
	overflow-y:auto;
	overflow-x:hidden;
	padding-top:20px;
	padding-bottom:20px;
	top:50px;
	/*border-right: 1px solid rgb(211, 217, 222);*/
}

.left_menu::-webkit-scrollbar {
    width: 10px;
}
 
.left_menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.left_menu::-webkit-scrollbar-thumb {
  background-color: #00adffa3;
  outline: 1px solid slategrey;
}

.top {
	background-color:black;
	height:50px;
	line-height:45px;
}

.topcontact {
	float:right;
}

.right_pane {
	background-color: none;
    float: right;
    position: absolute;
    right: 0;
}

.name {
    color: black;
    font-weight: bold;
    font-size: 19px;
}

.menu_list li a {
	color:white;
	font-size:14px;
	text-decoration:none;
	transition: background-color 0.7s ease;
}

.menu_list li a:hover {
	background-color: #007bff;
	padding: 7px;
}

.menu_list li {
	padding:7px;
	float:left;
}

.faa {
	color:white;
	margin-right:20px;
	font-size:17px;
	float:left;
}

#nested_list li a {
	font-size:12px;
}

.dash_row {
	margin-top:10px;
}

.dashb {
	background-color:#ff6a00;
	padding: 40px;
}

.dash_fa {
    color: white;
    font-size: 40px;
	position: relative;
    top: -23px;
}

.number {
    position: relative;
    top: -23px;
    color: white;
}

#index_form {
    width: 40%;
    margin: auto;
    margin-top: 6%;
    padding: 40px;
    box-shadow: 1px 5px 5px;
    border-radius: 5px;
	background-image:url(../images/key_chain2.png);
	background-size:cover;
	background-repeat:no-repeat;
}

.tb_head {
    background-color: #0000ff87;
    margin-bottom: 0;
    color: white;
    padding: 10px;
	font-size: 12px;
}

.table_pad {
    padding: 5px;
    border-left: 1px solid #8080809c;
	border-right: 1px solid #8080809c;
	border-bottom: 1px solid #8080809c;
	padding-bottom: 0;
}

.footer {
    background-color: white;
    padding-top: 8px;
    color: grey;
    font-size: 13px;
}

#footer_float {
	float:right;
}

.stock_out {
	padding: 1px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: .2rem;
}

.panel_row {
    background-color: white;
}

.panel_name {
    padding-top: 12px;
    font-weight: bold;
    position: relative;
    top: 2px;
	font-size: 20px;
	text-transform: uppercase;
}

.form-control {
	border-radius:0;
}

#add_med_form {
    background-color: white;
    padding: 20px;
    width: 95%;
    box-shadow: 1px 5px 5px;
}

a.no_rad {
	color:white;
	border-radius:0;
}

#req {
	color:red;
}

.support {
    background-color: #0000ffa3;
    position: relative;
    top: 8px;
    margin-left: 20px;
    padding: 5px;
}

.support a {
	color:white;
	text-decoration:none;
}

i.fa.fa-print {
    color: white;
    font-size: 20px;
    background-color: blue;
    padding: 10px;
	cursor:default;
	border-radius: 5px;
}

#printarea{
   overflow-y:auto;
   height:400px;
   padding-top:0px;
}

#printarea_db{
   overflow-y:scroll;
   height:220px;
   padding-top:0px;
}

#printarea::-webkit-scrollbar {
    width: 10px;
}
 
#printarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#printarea::-webkit-scrollbar-thumb {
  background-color: #00adffa3;
  outline: 1px solid slategrey;
}


#printarea_db::-webkit-scrollbar {
    width: 10px;
}
 
#printarea_db::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#printarea_db::-webkit-scrollbar-thumb {
  background-color: #00adffa3;
  outline: 1px solid slategrey;
}

.table thead th {
    font-size: 14px;
    font-weight: bolder;
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
    font-size: 14px;
	border: 1px solid #e9ecef;
}

#login_error {
    color: red;
    position: absolute;
    bottom: 260px;
    margin: auto;
    left: 630px;
    z-index: 99;
}

.mem_details {
	font-weight:700;
}

#memb_details_section {
	background-color: white;
    padding: 21px;
    width: 595px;
    box-shadow: 1px 5px 5px;
	margin:auto;
}

.accord_link {
	font-weight: 400;
    color: #007bff;
    font-size: 14px;
    background-color: transparent;
}

.card-header {
    padding: 3px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    /* padding: 10px; */
    margin-bottom: 10px;
}

#mem_profile_img {
    width: 50%;
    height: 142px;
}

#mem_profile {
    background-color: white;
    padding: 15px;
}

#mem_env {
	border: 1px solid grey;
    color: grey;
    padding: 4px;
    font-size: 20px;
}

.d_item{
	font-size:12px;
}

#bg_img {
	padding: 30px
}

.form-check-input {
	position:relative;
	top:29px;
	left:58px;
}

.form-check-label {
	position:relative;
	top:27px;
	left:40px;
}

#ms {
    position: relative;
    top: 28px;
}

th#head {
    background-color: #0000ff87;
    border: 1px solid #0000ff87;
	color:white;
}

#db_table {
    background-color: white;
    border: 1px solid white;
}

#chev_left {
    position: absolute;
    top: 200px;
    left: -16px;
    color: white;
    background-color: #0000ff73;
    padding: 7px;
}

#chev_right {
    color: white;
    background-color: #0000ff73;
    padding: 7px;
    right: -14px;
    position: absolute;
    top: 200px;
}

#event_dtl {
    background-color: white;
    padding: 20px;
    box-shadow: 1px 2px 1px;
}

.action_href {
	width: 5%; 
	height: 20px; 
	text-align: center;
}

.fa_action {
	position: relative;
    left: -5px; 
	bottom: 5px;
}

#form_name {
    background-color: #28a745;
    color: white;
    padding: 5px;
    text-transform: uppercase;
}

#rec_let {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

/*.borderless td, .borderless th {
    border: none;
}*/

.borderless_logo td, .borderless th {
    border: none;
}

#printt {
    position: fixed;
    bottom: 300px;
    right: 35px;
}

#fa_phone {
    background-color: grey;
    color: white;
    padding: 2px;
}

#patient_img {
    width: 20%;
}

.notes_bg {
    background-color: lightyellow;
    padding: 10px;
	height: 250px;
	overflow-y: auto;
}

#notes_list li {
	border-bottom: 1px solid #00000012;
	padding-bottom: 15px;
}

#notes_list li:last-child {
	border-bottom: none;
}

#checkbox_label {
    position: relative;
    top: 2px;
    left: 5px;
}

#inline_input {
    border-radius: 5px;
    padding-left: 5px;
    border: 1px solid black;
}

#danger {
    position: fixed;
    z-index: 83;
    top: 51px;
    width: 100%;
    border-radius: 0;
	left: 0;
}

#show_pswrd {
    position: absolute;
    right: 20px;
    color: #00000052;
    bottom: 11px;
}

#imgimg {
    width: 25%;
    object-fit: cover;
    height: 100px;
}

#dropdwnbrmch {
    background-color: #0000ff45;
    color: white;
    width: 50%;
    margin: auto;
    margin-top: 160px;
    box-shadow: 2px 1px 8px -2px black;
    border-radius: 10px;
    text-align: center;
    padding: 100px;
}

#benefits {
    font-size: 20px;
}

#alldltbtn {
    position: fixed;
    bottom: 30px;
    right: 15px;
}

#acct_logo {
    height: 100px;
}

#excel_form {
    position: absolute;
    left: 180px;
    bottom: 7px;
}


@media screen and (max-width: 767px) {
.disp_none {
	display:none;
}

.name_col {
	background-color:inherit; 
	height:50px;
	border-right:none;
}

.left_menu {
	background-color:white;
	height:100%;
	position:absolute;
	z-index:99;
	overflow-x:scroll;
	overflow-y:hidden;
	white-space:nowrap;
	margin-top:50px;
}

.menu {
	display:none;
}

.menu_text {
	display:inline;
	padding:10px;
	background-color:#007bff;
	position:relative;
	top:20px;
}

a .menu_text {
	color:white;
	position:relative;
	bottom:10px;
	overflow-x:scroll;
}

#footer_float {
	float:none;
	text-align:center;
}

.left_menu {
    background-color: black;
    height: 100%;
    position: absolute;
    z-index: 99;
    margin-top: 50px;
}

.menu_list {
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    padding: 10px;
}

#dropdwnbrmch {
    background-color: #0000ff45;
    color: white;
    width: 100%;
    margin: auto;
    margin-top: 160px;
    box-shadow: 2px 1px 8px -2px black;
    border-radius: 10px;
    font-size: 25px;
    text-align: center;
    padding: 80px;
}
}

@media screen and (max-width: 853px) {
#index_form {
    width: auto;
    margin: auto;
    margin-top: 6%;
    padding: 40px;
    background-color: white;
    box-shadow: 1px 5px 5px;
    border-radius: 5px;
}

.sup_disp_none {
	display:none;
}

#mem_profile_img {
    width: auto;
    height: 142px;
}
	
.col-sm-marg {
		margin-top: 10px;
	}
}

@media screen and (min-width: 334px) {

}
	
