/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** DEFAULT JOOMLA STYLES ***********************/

/**registration, login**/

span.star, strong.red, .invalid {
    color: #ff0000;
}

div.registration form#member-registration fieldset dl, 
div.profile form#member-profile fieldset dl,
div.profile fieldset#users-profile-core dl,
div.profile fieldset#users-profile-custom dl,
div.profile-edit form#member-profile fieldset dl, 
div.remind fieldset dl, 
div.reset fieldset dl {
	margin: 0;
}

div.registration form#member-registration fieldset dt, 
div.profile form#member-profile fieldset dt,
div.profile fieldset#users-profile-core dt,
div.profile fieldset#users-profile-custom dt,
div.profile-edit form#member-profile fieldset dt, 
div.remind fieldset dt, 
div.reset fieldset dt {
    float: left;
    clear: both;
    padding: 2px;
	margin: 0;
	min-width: 250px;
	min-height: 38px;
	line-height: 38px;
}

div.registration form#member-registration fieldset dd, 
div.profile form#member-profile fieldset dd, 
div.profile fieldset#users-profile-core dd,
div.profile fieldset#users-profile-custom dd,
div.profile-edit form#member-profile fieldset dd, 
div.remind fieldset dd, div.reset fieldset dd {
    float: none;
    padding: 2px;
	margin: 0;
	min-height: 38px;
	line-height: 38px;
}

div.formelm label,
div.formelm-area label {
    display: inline-block;
    min-width: 200px;
}

div.formelm img {
	vertical-align: middle;
	margin: 0 5px;
}

div.formelm-buttons {
	padding: 10px 0;
}

div.login-fields {
    padding: 5px 0;
}

fieldset.userdata {
    border: none;
    padding: 0;
    margin: 0;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
	min-width: 100px;
	display: inline-block;
}

/**buttons, inputs**/

input.button, button.validate, button {		
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 9px;
    vertical-align: middle;
    cursor: pointer;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border: none;
	box-shadow: 0 0 0 4px rgba(217, 217, 217, 0.6);
	-webkit-box-shadow: 0 0 0 4px rgba(217, 217, 217, 0.6);
}

input.button:hover, button.validate:hover, button:hover {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

input.button:active, button.validate:active, button:active {
	position: relative;
	top: 1px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px 0;
    padding: 0 2px 0 6px;
    vertical-align: middle;
	background: #ffffff;
	color: #999999;
	border: 1px solid #dddddd;
}

input, select {
	height: 28px;
	line-height: 30px;
}

select, textarea {
    padding: 6px;
    height: auto;
}

input, select, textarea, button,
#djcatalog .djc_atoz_list li span.btn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
} 

input#modlgn-remember {
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    background: none;
}

input.checkbox,
input[type="checkbox"] {
	padding: 0;
	background: none;
	border: none;
}

#form-login-username label,
#form-login-password label {
	width: 100px;
	display: inline-block;
}

div.login-greeting {
	padding-bottom: 10px;
}

.userdata input.button {
	margin: 10px 0;
}

/**page navigation**/

ul.pagenav {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
    clear: both;
	display: inline-block;
	width: 100%;
}

ul.pagenav li {
	line-height: 30px;
    padding: 0;
    margin: 0;
	background: none;
	color: #999999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dddddd;
}

ul.pagenav li a:link,
ul.pagenav li a:visited {
    display: inline-block;
    padding: 0 10px;
}

ul.pagenav li a:hover  {
	background: #eeeeee;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul.pagenav li.pagenav-prev {
    float: left;
}

ul.pagenav li.pagenav-next {
    float: right;
}

/**pagination**/

div.pagination {
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}

div.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.pagination li {
    display: inline-block;
	line-height: 30px;
    padding: 0;
    margin: 0;
	background: none;
	color: #999999;
	border: 1px solid #dddddd;
	border-right: none;
}

div.pagination li:first-child {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	padding: 0 10px;
}

div.pagination li:first-child a:hover {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

div.pagination li:last-child {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border: 1px solid #dddddd;
	padding: 0 10px;
}

div.pagination li:last-child a:hover {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

div.pagination ul li span {
	background: #eeeeee;
	display: inline-block;
	padding: 0 10px;
}

div.pagination ul li a:link,
div.pagination ul li a:visited {
	display: inline-block;
	padding: 0 10px;
	margin: 0 -10px;
}

div.pagination ul li a.pagenav:link,
div.pagination ul li a.pagenav:visited {
	margin: 0;
}

div.pagination ul li a:hover  {
	background: #eeeeee;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

div.pagination ul li.pagination-start,
div.pagination ul li.pagination-prev,
div.pagination ul li.pagination-next, 
div.pagination ul li.pagination-end {
	padding: 0;
}

div.pagination ul li.pagination-start span,
div.pagination ul li.pagination-prev span,
div.pagination ul li.pagination-next span, 
div.pagination ul li.pagination-end span {
	background: none;
	padding: 0 10px;
}

.pagenav {
    padding: 2px;
}

p.counter {
    text-align: center;
	margin: 0 0 10px;
}

/****content****/

div.items-leading {
	display: inline-block;
	width: 100%;
}

div.items-row {
	display: inline-block;
}

.items-leading .item-separator {
	clear: both;
	display: inline-block; 
	width: 100%;
	height: 1px; 
	margin: 10px 0;
	border-top: 1px dotted #dddddd;
}

.row-separator {
	clear: both;
	display: inline-block; 
	width: 100%;
	height: 1px; 
	margin: 10px 0;
	border-top: 1px dotted #dddddd;
}

/**blog featured single**/

div.blog h2, 
div.item-page h2, 
div.blog-featured h2 {
    margin: 0 0 25px;
}

div.blog h1, 
div.blog-featured h1, 
div.item-page h1, 
div.archive h1, 
div.contact-category h2, 
div.categories-list h1, 
div.category-list h1, 
div.search h1,
h1.componentheading {
    margin: 0 0 25px;
	font-size: 2em;
}

div.blog h2, 
div.item-page h2, 
div.blog-featured h2, 
div.blog-featured h2 a:link, 
div.blog-featured h2 a:visited, 
div.blog h2 a:link, 
div.blog h2 a:visited, 
div.item-page h2 a:link, 
div.item-page h2 a:visited,
.djslider .slide-desc-text .slide-title,
.djslider .slide-desc-text .slide-title a:link,
.djslider .slide-desc-text .slide-title a:visited,
ul#archive-items li.row0 h2 a:link,
ul#archive-items li.row0 h2 a:visited,
#djcatalog .djc_title h3,
#djcatalog .djc_title h3 a:link,
#djcatalog .djc_title h3 a:visited,
#djcatalog h2.djc_title {
	color: #222222;
	border: none;
}

div.contact h2 span.contact-name {
    margin: 0 0 25px;
}

div.items-more h3 {
    margin: 0 0 25px;
}

/**blog layout**/

.item { 
	display: block;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1, 
.cols-3 .column-2, 
.cols-3 .column-3 {
    float: left;
    width: 31%;
}

.cols-3 .column-2 {
	padding: 0 3%;
}

.cols-4 .column-1, 
.cols-4 .column-2, 
.cols-4 .column-3, 
.cols-4 .column-4 {
    float: left;
    width: 23%;
}

.cols-4 .column-2 {
	padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
	padding: 0 2% 0 1%;
}

.items-more {
    padding: 0 0 10px;
}

/**language**/

div.mod-languages ul li {
    background: none;
    padding: 0;
}

/**search**/

div.search label[for="mod-search-searchword"] {
	display: none;
}

/**single article**/

ul.actions {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    width: 100%;
}

ul.actions li {
    display: inline;
	background: none !important;
	margin: 0 5px;
	padding: 0;
}

.actions img {
    border: none;
}

.article-info {
    margin: 0 0 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #999999;
}

.article-info-term {
    font-weight: bold;
}

.archive .article-info dd, 
.article-info dd {
    margin: 0;
}

/**article categories**/

.categories-list ul {
    list-style: none;
    margin: 0;
}

dl.article-count dt, 
dl.article-count dd {
    display: inline;
    margin: 0;
}

dl.article-count dt, 
dl.article-count dd {
    display: inline;
    margin: 0;
}

/**archive**/

ul#archive-items .row0,
ul#archive-items .row1 {
	background: none;
	list-style: none;
}

ul#archive-items h2 a:link,
ul#archive-items h2 a:visited {
	border: none;
}

/**contact, article category list**/

table.category {
    width: 100%;
    margin: 0 0 10px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.category th {
	font-weight: normal;
    padding: 8px;
	background: #eeeeee;
    color: #999999;
	text-shadow: none;
	text-align: left;
}

table.category .cat-list-row0 td {
	padding: 8px;
	border-bottom: 1px dotted #dddddd;
}

table.category .cat-list-row1 td {
    padding: 8px;
	border-bottom: 1px dotted #dddddd;
}

/**single contact slider**/

div.panel {
	margin-bottom: 1px;
}

div.panel h3.title {
    border: none;
    padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	background: #ffffff;
	border: 1px solid #dddddd;
	font-size: 1.2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.panel h3.title.pane-toggler-down,
div.panel h3.title:hover {
	background: #eeeeee;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
}

div.panel h3.title a:link, 
div.panel h3.title a:visited {
    padding: 8px;
    text-decoration: none;
	display: block;
}

div.panel h3.title.pane-toggler-down a:link,
div.panel h3.title.pane-toggler-down a:visited,
div.panel h3.title:hover a:link,
div.panel h3.title:hover a:visited {
	color: #999999;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

div.pane-down {
    padding: 10px !important;
}

.contact-email label {
	min-width: 100px;
	display: inline-block;
	padding: 0 0 5px 0;
}

form#contact-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
	margin: 0;
}

/**details**/

.img-intro-none,
.img-fulltext-none {
	text-align: center;
	margin-bottom: 10px;
}

.image-left,
.img-intro-left,
.img-fulltext-left {
	float: left;
	margin-right: 10px;
}

.image-right,
.img-intro-right,
.img-fulltext-right {
	float: right;
	margin-left: 10px;
}

p.img_caption {
    background: #f5f5f5;
	text-align: center;
	margin: 0 0 10px;
	padding: 5px;
}	

.tip {
    background: #f5f5f5;
	width: 250px;
    border: 1px solid #CCCCCC;
    padding: 10px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tip:after {
	content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}

.tip .tip-title {
	font-weight: bold;
}

p.readmore {
    display: inline-block;
	width: 100%;
}

p.djc_readon {
	margin: 0;
}

p.readmore a:link, 
p.readmore a:visited, 
a.readmore:link,
a.readmore:visited,
.djc_readon a:link,
.djc_readon a:visited,
a.btn:link,
a.btn:visited {
    float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
    cursor: pointer;
	padding: 5px 10px 5px 30px;
	margin: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 0 4px rgba(206, 206, 206, 0.6);
	-webkit-box-shadow: 0 0 0 4px rgba(206, 206, 206, 0.6);
	background-image: url(/web/20180829180344im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/readmore-bg.png);
	background-repeat: no-repeat;
	background-position: left center !important;
}

p.readmore a:hover,
a.readmore:hover,
.djc_readon a:hover,
a.btn:hover {
	text-decoration: none;
	background-image: url(/web/20180829180344im_/http://aldurgham.com/templates/jm-hct-pharmacy/images/readmore-bg.png);
	background-repeat: no-repeat;
	background-position: left center !important;
}

p.readmore a:active,
a.readmore:active,
.djc_readon a:active {
	position: relative;
	top: 1px;
}

/************************ plugin page break ******************/

hr.system-pagebreak {
	display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    border: none;
    background: #dddddd;
}

/************************ Presentation Style: pages ******************/

div#article-index { 
	padding: 10px 5px;
	border-bottom: none;
}

div#article-index {
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px;
    width: 150px;
	border: 1px solid #dddddd;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

div.pagenavcounter {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    text-align: center;
    width: 150px;
    background: #eeeeee;
    border: 1px solid #dddddd;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

div#article-index h3 { 
	font-size: 1.2em;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

div#article-index ul li a:link,
div#article-index ul li a:visited {

}

div#article-index ul li a.active,
div#article-index ul li a:hover {

}

/************************ Presentation Style: sliders ******************/

/* contact panel styles */

/************************ Presentation Style: tabs ******************/

dl#tabs.tabs { 
	display: inline-block;
	padding: 10px 0 0;
}

dl.tabs {
	margin: 0;
} 

.tabs dt.tabs {
	float: left;
	padding: 10px 15px 11px;
	margin: 0 5px -1px 0;
	background: #fff;
	border-right: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;	
}

.tabs dt.tabs.closed {
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	padding: 10px 15px;
	background: none;
}

.tabs dt.tabs.closed:hover {
	border-right: solid 1px #eeeeee;
	border-left: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	background: #eeeeee;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;	
}

.tabs dt.tabs h3 {
	font-size: 1.2em;
	margin: 0;
	font-weight: normal;
}

.tabs dt.tabs.open h3 a:link,
.tabs dt.tabs.open h3 a:visited {
	color: #999999;
}

.tabs dt.tabs h3 a:link,
.tabs dt.tabs h3 a:visited {
	text-decoration: none;
}

dd.tabs { 
	clear:both;
	background: #fff;
	margin: 0; 
	padding: 10px;
	border: solid 1px #dddddd;
	border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;	
}

/********** Unpublished **********/

.system-unpublished {
    background: transparent;
}

/********** System Messages **********/

#system-message {
    margin-bottom: 10px;
    padding: 0;
	text-shadow: none;
}

#system-message dt {
    display: none;
}

#system-message dd {
    margin: 0;
    text-indent: 0;
}

#system-message dd ul {
    margin: 0 0 10px 0;
    padding: 10px;
    list-style: none;
    text-align: center;
}

/********** System Standard Messages **********/

#system-message dt.message {
    display: none;
}

#system-message dd.message ul {
    background: #D9EDF7;
    color: #3A87AD;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
	border: 1px solid #BCE8F1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/********** System Error Messages **********/

#system-message dt.error {
    display: none;
}

#system-message dd.error ul {
    color: #B94A48;
    background: #F2DEDE;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
	border: 1px solid #EED3D7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#system-message dd.error ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/********** System Notice Messages **********/

#system-message dt.notice {
    display: none;
}

#system-message dd.notice ul {
    background: #D9EDF7;
    color: #3A87AD;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
	border: 1px solid #BCE8F1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

#system-message ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
/*
     FILE ARCHIVED ON 18:03:44 Aug 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:38:35 Oct 03, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 49.558
  esindex: 0.011
  PetaboxLoader3.resolve: 418.789 (2)
  exclusion.robots.policy: 0.185
  LoadShardBlock: 31.582 (3)
  CDXLines.iter: 13.078 (3)
  exclusion.robots: 0.199
  PetaboxLoader3.datanode: 55.34 (5)
  load_resource: 517.422
  RedisCDXSource: 1.471
*/