.entry-content-wrapper .pos-list,
.pos-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.entry-content-wrapper .pos-list li,
.pos-list li {
	margin-left: 0;
}

.pos-ordering-patient ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.pos-ordering-patient ul li {
	list-style: none;
	margin-left: 0;
}

.pos-ordering-patient table .quantity {
	margin: 0;
}

.pos-patient-buttons {
	text-align: right;
}

.pos-menu {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.entry-content-wrapper .pos-menu li {
	display: inline-block;
	margin: 0;
}

.entry-content-wrapper .pos-menu li a {
	display: block;
	border: 2px solid;
	border-radius: 2px;
	padding: 9px;
	text-decoration: none;
	color: rgb( 128, 128, 128);
	font-size: 13px;
	font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.entry-content-wrapper .pos-menu li a:hover {
	text-decoration: none;
	color: rgb( 51,51,51);
}

.patient-ordering-products h2,
.patient-ordering-products h3,
.pos-list h3 {
	font-size: 1em;
	text-transform: none;
	color: #2d5c88 !important;
}

.patient-ordering-products h2 {
	font-size: 1.1em;
}

.patient-ordering-products h3 {
	font-size: 1.2em;
}

#top .patient-ordering-products .variations select {
	margin-bottom: 0;
}

#top .patient-ordering-products .variations td {
	padding: 0 0 5px;
}

#top .patient-ordering-products .quantity input.plus,
#top .patient-ordering-products .quantity input.minus {
	display: none;
}

#top .patient-ordering-products .quantity input.qty {
	height: 26px;
}

.patient-ordering-products .woocommerce-Price-amount  {
	font-weight: 700;
}

.patient-ordering-products .quantity-row td {
	width: 25%;
}

.pos-list h3 {
	margin-top: 15px;
}

#top .pos-list .pos-product-price {
	float: right;
	margin-top: 15px;
}

#top .pos-list .woocommerce-Price-amount {
	font-weight: 700;
}

#top .pos-list li {
	border-bottom: 1px solid #f0f0f0;
	line-height: 2em;
}

#top .pos-list li label span {
	/* font-size: 16px; */
	font-size: 12px;
	font-weight: bold;
    margin-bottom: -10px;
}

.pos-updated-notice {
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	background: #cbe8c5;
}

#top .pos-list-delete {
	color: red;
	float: right;
}

#top #pos_search_list {
	width: 50%;
}

#top .patient-ordering-products .variations #pos-dob, #pos-contact {
	padding: 5px 50px;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

#top .patient-ordering-products .variations label {
	margin-top: 20px;
	margin-bottom: 20px;
}

.resend-form-container{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px 20px;
    position: absolute;
	display: none;
	/* width: 196px; */
}

.related-product-link{
	font-size: 10px;
	background: #d4d0ca;
	border: 1px solid #cccccc;
    border-radius: 3px;
	padding: 3px;
	margin-left: 10px;
	color: black !important;
}

.related-product-container,
.expert-product-container{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
	padding: 10px;
	margin: 10px;
	position: relative;
	display: none;
}
.related-product-container p,
.expert-product-container p{
	line-height: 1;
}

.special-width{
	width: 196px;
	right: 0px;
}

.tb-btn{
	/* border-radius: 5px; */
    border: 1px solid transparent;
	padding: 1px 5px;
	color: #ffffff !important;
}

.tb-btn:hover{
	background-color: #2d5c88;
	text-decoration: none;
	color: #ffffff !important;
}

.view-order{
	background-color: #0b3a66;
    border-color: #0b3a66;
}

.resend-order{
	background-color: #0b3a66;
    border-color: #0b3a66;
}

.edit-order{
	background-color: #0b3a66;
    border-color: #0b3a66;
}

.entry-content-wrapper .pos-menu li a.active{
	background-color: #d58512;
	border-color: #985f0d;
	color: #ffffff;
}

#pos_list_table th{
	letter-spacing: 0px;
	font-size: 12px;
}

#pos_list_table thead tr:nth-child(2) th{
	margin-bottom: 5px;
}

#pos_list_table thead tr:nth-child(2) th select{
	border: #d58512 solid 1px;
}

#pos_list_table thead tr:nth-child(2) th small{
	font-size: 70%;
	color: #d58512;
}

.remove-btn {
    border: none!important;
    color: #2d5c88!important;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px!important;
    margin-left: 15px;
    font-size: 13px;
    border-radius: 4px;
}
.order-history {
    left: 0;
    display: none;
    z-index: 10;
    position: relative;
    white-space: nowrap;
}
.order-history li{
    cursor: default;
}
.order-history div {
	cursor: pointer;
    position: relative;
}
.order-history label{
	display: block;
	cursor: pointer;
}
.order-history ul li{
	margin-left: 0;
}
.purchase-history .fa{
    color: #2d5c88;
}
.purchase-history label .fa{
	font-size: 11px;
    position: relative;
    top: -1px;    
    left: 5px;
}

.order-history ul{
    display: none;
    list-style: decimal;
    position: absolute;
    list-style-position: inside;
    top: 100%;
    white-space: nowrap;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: auto;
    left: 0;
    z-index: 22;
    min-width: 210px;
}
.purchase-history >div{
	min-width: 116px;
	cursor: pointer;
}
body table.dataTable thead th, body table.dataTable thead td {
    padding: 6px 9px;
}
.filter-head select{
	width: 83px;
}

.help-links{
	margin-top: 50px;
}
.help-links li a {
    display: block;
    color: #3690c5;
    padding: 3px 0;
    font-weight: 600;
    font-size: 15px;
}