/*
Theme Name: Al-Jamarik Arabic
Theme URI: fabric.sd
Description: A customized WordPress theme created for Sudan Cutoms website.
Version: 1.0
Author: Mohammad Musaad
Author URI: fabric.sd
*/

/*									RESET
---------------------------------------------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-weight:normal }
ul { list-style:none }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }

/* Global-reset RESET */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none }


/*									GENERAL
---------------------------------------------------------------------------- */

html { background: #f5f8fd url('images/html-bg.png') repeat-y center top }
body {
	position: relative;
	height: 100%;
	font: normal 12px/1.7em tahoma;
	text-align: right;
	direction: rtl;
}

/* ------ Defaults ------ */
.aligncenter { display:block; margin:0 auto; margin-bottom:10px; }
.alignleft { float:left }
.alignright { float:right }
.overflow { overflow:hidden }
.wp-caption {
	margin: 10px;
	border: none;
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img, #content-fullwidth .wp-caption img { margin: 5px }
#content .wp-caption p.wp-caption-text, #content-fullwidth .wp-caption p.wp-caption-text { margin: 0 }


/* ------ Breaks and dividers ------ */
.clear { clear: both; }
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
div.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
div.divider { height: 20px; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
hr { margin: 10px 0; height: 1px; background: #dedede; border: none }
.bold { font-weight: bold }

/* ------ Links ------ */
a {color: #117ccb; text-decoration: none;}
a:hover {color: #000;}

/* ------ Headers ------ */
h1 {
	margin-top: 20px;
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
}
h2 {
	margin-top: 20px;
	font-family: arial, times new roman;
	font-size: 28px;
	line-height: 1.2em;
}
h4 {
	font-family: arial, times new roman;
	font-size: 23px;
}
#content h4, #content-fullwidth h4 {
	margin-top: 20px;
}

h5 {
	margin-top: 20px;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
}

/* ------ Paragraphs & typography ------ */	
p {padding-bottom: 15px;}

/* ------ Table ------ */

table {
	border: 1px solid #cdcdcd !important;
	
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
tr th, thead th {
	border: none !important;
	border-left: 1px solid #cdcdcd !important;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background: #f1f1f1;
	padding: 9px 24px;
}
tr td {
	border: none !important;
	border-top: 1px solid #cdcdcd !important;
	border-left: 1px solid #cdcdcd !important;
	padding: 6px 24px;
}
tr td:last-child, tr th:last-child, thead th:last-child {
	border-left: none !important;
}


/* ------ List styles ------ */
ul {
	list-style: square;
	margin: 0 45px 18px 0;
}
ol {
	list-style: decimal;
	margin: 0 45px 18px 0;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul { margin-bottom:0 }



/*									HEADER
---------------------------------------------------------------------------- */
#header { 
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: #fff;
}
#logos {
	width: 960px;
	height: 130px;
}

/* ------ Top menu ------ */
#language-button {
	position: absolute;
	top: 130px;
	left: 35px;
	height: 47px;
	font: bold 14px/47px tahoma;
	text-decoration: none;
	color: #117ccb;
}
#language-button:hover {
	color: #5a5a5a;
}

ul#main-menu {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 90px;
	width: 860px;
	min-height: 47px;
	background: transparent url('images/main-menu-bg.png') repeat right top;
}
#main-menu li {
	position: relative;
	margin: 0 5px;
	float: right;
	height: 47px;
	line-height: 47px;
	font: bold 14px/47px tahoma;
	color: #000;
	z-index: 100;
}
#main-menu li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #117ccb;
}
#main-menu li:hover {
	background: #5a5a5a;
}
#main-menu li:hover > a {
	color: #fff;
}
#main-menu li a:hover {
	background: #5a5a5a;
	color: #fff;
}

#main-menu li ul {
	display: none;
	position: absolute; 
	top: 47px;
	right: 0px;
	margin: 0px;
	width: 235px;
	/*background: transparent url('images/sub-menu-bg.png') repeat right top;*/ /*Dec 23, 2016*/
	border: 1px solid #888; /*Dec 23, 2016*/
	border-top: 0; /*Dec 23, 2016*/
	background: #fff; /*Dec 23, 2016*/
}
#main-menu li ul li {
	position: relative;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	height: auto;
	line-height: 29px;
	font: bold 13px/29px tahoma;
	background: transparent;
	border-top: 1px solid #000;
}
#main-menu li ul li a {
	color: #000;
}
#main-menu li ul li:hover {
	background: #333 url('images/sub-item-hover-bg.png') repeat-x right top;
}
#main-menu li ul li:hover > a {
	background: #888;
	color: #fff;
}
#main-menu li ul li a:hover {
	background: none;
	color: #fff;
}
#main-menu li ul li ul {
	display: none;
	position: absolute; 
	top: -1px;
	right: 235px;
	width: 235px;
}
#main-menu li.current-menu-item {
	background: #5a5a5a url('images/sub-item-hover-bg.png') repeat-x right top;
}
#main-menu > li.current-menu-item {
	background-image: none;
}
#main-menu li.current-parent {
	background: #5a5a5a url('images/sub-item-hover-bg.png') repeat-x right top;
}
#main-menu > li.current-parent {
	background: #5a5a5a;
}
#main-menu li.current-menu-item > a{
	color: #fff;
}
#main-menu  li.current-parent > a {
	color: #fff;
}
#main-menu li ul #menu-item-4967 { font-size: 12px }

#random-header-image {
	width: 960px;
	height: 130px;
	background-color: #dadbdd;
}
#breadcrumb-nav {
	margin: 10px 20px 0;
	height: 25px;
	line-height: 25px;
}
#breadcrumb-nav ul {
	margin: 0;
}
#breadcrumb-nav ul li {
	display: inline;
	height: 25px;
	line-height: 25px;
}

/* ------ Sliders ------ */
#sliders-wrap {
	position: relative;
	width: 960px;
	height: 407px;
	background: #59b5e9 url('images/sliders-bg.png') repeat-x right top;
	overflow: hidden;
}

/* ------ Big slider ------ */
#slides {
	position: absolute;
	top: 0px;
	/*left: -8640px;
	width: 9600px;*/
	left: 0px;
	width: 960px;
	height: 267px;
	background: #59b5e9 url('images/slide-bg.png') repeat-x right top;
	z-index: 50;
}
.slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 267px;
	/*float: right;*/
}
.slide:first-child {
	display: block;
}
.slide img {
	float: right;
}
.slide-info {
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 20px;
	padding-left: 30px;
	width: 430px;
	height: 233px;
	color: #fff;
	font-size: 14px;
	float: left;
}
.slide-info h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 40px;
	font-weight: bold;
}

.slide-info p {
	/*padding-left: 70px;*/
}
#slider-nav {
	position: absolute;
	top: 355px;
	right: 70px;
	width: 61px;
	height: 28px;
	background:  transparent url('images/slider-nav-bg.png') no-repeat center center;
	z-index: 99;
}
#slider-nav .nav-prev {
	width: 31px;
	height: 28px;
	float: left;
	background:  transparent url('images/slider-nav-prev.png') no-repeat left center;
	cursor: pointer;
}
#slider-nav .nav-next {
	width: 30px;
	height: 28px;
	float: right;
	background:  transparent url('images/slider-nav-next.png') no-repeat right center;
	cursor: pointer;
}
#slider-nav .disabled { visibility: hidden }


/* ------ Mini Slider ------ */
#mini-slides {
	position: absolute;
	top: 267px;
	left: 0px;
	width: 960px;
	height: 140px;
	background: #184b7f url('images/mini-slides-bg.png') repeat-x right top;
	z-index: 1;
}
#mini-slides .disabled { visibility: hidden }

.scrollable {
  position:relative;
  overflow:hidden;
  width: 420px;
  height: 140px;
  float: left;
}
#items {
	position:absolute;
	top: 0;
	left: 0;
	width: 420px;
	/*left: -2520px;
	width: 2940px;*/
	height: 140px;
}
.mini-slide {
	position:absolute;
	top: 0;
	left: -420px;
	width: 420px;
	height: 140px;
	color: #adbaca;
	/*float: right;*/
}
.mini-slide:first-child {
	left: 0;
}
.mini-slide a {
	color: #fff;
}

#mini-slides .mini-slide p.mini-title {
	margin: 5px 20px 5px 0;
	padding: 0;
}
#mini-slides .mini-slide p.mini-excerpt {
	margin-right: 15px;
	width: 277px;
	float: right;
}
#mini-slides .mini-slide a.mini-img {
	margin-top: 5px;
	margin-right: 20px;
	float: right;
}
#mini-slides .mini-slide img {
	margin: 0;
	margin-bottom: -10px;
	padding: 0;
	border: 3px solid #35629b;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#mini-slides .mini-slide img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}
#mini-slides .prev {
	margin: 45px 0 0 6px;
	width: 17px;
	height: 34px;
	background: transparent url('images/mini-slides-prev.png') no-repeat center center;
	float: left;
	cursor: pointer;
}
#mini-slides .next {
	margin-top: 45px;
	width: 17px;
	height: 34px;
	background: transparent url('images/mini-slides-next.png') no-repeat center center;
	float: left;
	cursor: pointer;
}


/*									BODY
---------------------------------------------------------------------------- */

#content-wrap {
	margin: 0 auto;
	padding: 10px 0;
	padding-bottom: 10px;
	width: 960px;
	min-height: 200px;
	background: #fff;
	overflow: hidden;
}
#content {
	margin: 0 5px;
	width: 677px;
	min-height: 100px;
	float: left;
}
#content-fullwidth {
	margin: 0 5px;
}
#tax-procedures { height: 44px; }
#content #tax-procedures img { margin:0; padding: 0; }
.home-columns-headers {
	width: 677px;
	height: 66px;
	overflow: hidden;
}
.home-columns-bodies {
	margin-bottom: 5px;
	width: 671px;
	min-height: 280px;
	background: #f4f4f4 url('images/column-bodies-bg.png') repeat-y center top;
	border: 3px solid #ccc;
	border-top: none;
	overflow: hidden;
}
.column-header {
	width: 226px;
	float: left;
}
#content .column-header img { margin: 0 }
.column-body {
	padding: 20px 10px;
	width: 204px;
	float: right;
}
.home-columns-headers .left-col { width: 225px }
.home-columns-bodies .left-col { width: 203px }
.home-columns-bodies a { color: #000 }
.home-columns-bodies a:hover { color: #117ccb }

#content .column-body ul {
	list-style: none;
	margin: 0;
}
.column-body ul li {
	padding-right: 15px;
	line-height: 1.5em;
	background: transparent url('images/list-style-1.png') no-repeat right 7px;
}

#content h1.fancy-header, #content-fullwidth h1.fancy-header, #gallery-fullwidth h1.fancy-header {
	margin-top: 0;
	position: relative;
	padding: 13px 25px 12px 115px;
	width: auto;
	min-height: 30px;
	line-height: 30px;
	color: #fff;
	background: #78ccfc url('images/header-bg.png') repeat-x right bottom;
}
h1 .print-options {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 25px;
	height: 55px;
}
h1 .meta-date {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 25px;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	font-weight: normal;
}
#content h1.fancy-header .print-options img, #content-fullwidth h1.fancy-header .print-options img {
	margin: 0;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0;
}
#content p, #content-fullwidth p {
	margin: 10px 20px; 
	margin-bottom: 0;
}
#content img, #content-fullwidth img {
	margin: 20px;
}


/* ------ News ------ */
.news-header a {
	color: #fff;
}
.news-header a:hover {
	color: #000;
}
.news-box {
	background: #f4f4f4;
	overflow: hidden;
	border-right: 3px solid #ccc;
	border-left: 3px solid #ccc;
}
.news-box:last-child {
	border-bottom: 3px solid #ccc;
}
#pagination {
	margin: 20px 0;
	height: 32px;
	overflow: hidden;
}
#pagination .next-page {
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	float: left;
}
#pagination .prev-page {
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	float: right;
}


/* ------ Pages ------ */

#tariff-list {
	margin: 20px;
	padding-bottom: 10px;
}

#tariff-list > li.page_item {
	list-style: none;
	padding-right: 22px;
	font: bold 16px/1.7em arial;
	background: transparent url('images/collapsed-item.png') no-repeat right top;
}
#tariff-list li ul.children{
	display:none;
	margin-right: 0px;
	padding-right: 30px;
	padding-bottom: 6px;
	font: normal 12px/1.7em tahoma;
	border-right: 1px dotted #cecece;
}
#tariff-section-list {
	margin: 20px;
	margin-right: 30px;
	padding-bottom: 10px;
}

#tariff-chapter table {
	margin: 20px 0;
	width: 100% !important;
}
#tariff-chapter table tr.header-row {
	font-weight: bold;
	color: #fff;
	background: #78ccfc url('images/header-bg.png') repeat-x right bottom;
}
#tariff-chapter table tr td.subheader-cell {
	font-weight: bold;
	background: #f4f4f4;
}


/* ------- Galleries ------- */
#gallery-text-content {
	margin: 10px;
}
#galleries {
	padding: 40px 42px;
}
.gallery-set {
	margin: 25px;
	width: 238px;
	text-align: center;
	float: right;
}
.gallery-set a {
	display: block;
	margin-bottom: 10px;
	width: 238px;
	height: 217px;
	background: #fff url('images/image-shadow.png') no-repeat center bottom;
}
#gallery-fullwidth .gallery-set img {
	width: 238px;
	height: 203px;
	border: 1px solid #b5b5b5;
}
#gallery-container {
	position: relative;
	padding: 30px 0;
	width: 960px;
}
.gallery-breadcrumbs { margin-right: 10px; font-size: 13px; }
#gallery {
	margin: 0 auto;
	width: 942px;
}
#gallery img {
	width: 940px;
	height: 430px;
	border: 1px solid #b0b0b0;
}


/* ------ forms ------ */

.styled-form {
	position: relative;
	padding: 0px 55px;
	width: 567px;
	background: #fff url('images/form-bg.png') repeat-y right top;
}
.form-header {
	display: block;
	margin-top: 20px;
	width: 677px;
	height: 138px;
	line-height: 107px;
	text-align: center;
	color: #fff;
	background: #fff url('images/form-header.png') no-repeat center center;
}
.form-header h1{
	margin-top: 0;
	font-family: arial;
	font-size: 34px;
	font-weight: normal;
	line-height: 107px;
}
.form-footer{
	display: block;
	width: 677px;
	height: 138px;
	background: #fff url('images/form-footer.png') no-repeat center center;
}

#content .styled-form p, #content-fullwidth .styled-form p {
	margin: 0;
}

.styled-form input[type="text"] {
	padding: 0 10px;
	width: 290px;
	height: 35px;
	font-family: tahoma;
	background: #fff url('images/input-bg.png') repeat-y left top;
	border: 1px solid #a4abb0;
}
.styled-form textarea {
	margin-top: 10px;
	padding: 10px;
	width: 545px;
	font-family: tahoma;
	background: #fff url('images/textarea-bg.png') repeat-y left top;
	border: 1px solid #a4abb0;
}
.styled-form input[type="button"] {
	padding: 0 10px;
	height: 35px;
	font-family: tahoma;
	font-size: 14px;
	color: #fff;
	background: #3589be url('images/form-submit-bg.png') repeat-x right top;
	border: 1px solid #a4abb0;
	cursor: pointer;
}
.styled-form .form-submit { 	padding-right: 255px; }
.styled-form label {
	padding-top: 5px;
	width: 255px;
	font-size: 14px;
	font-weight: bold;
}
.scaptcha-container {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.styled-form p.form-submit {
	position: relative;
}
.contact-form-loader {
	position: absolute;
	top: 0px;
	left:15px;
	display:none;
	width: 50px;
	height: 35px;
	background: transparent url('images/form-loader.gif') no-repeat center center;
}
.success-box {
	padding: 10px;
	background: #e9e9e9;
}


/* ------ Sidebar ------ */
#sidebar {
	width: 273px;
	float: right;
}
.sidebar-widget {
	margin-bottom: 8px;
}
.sidebar-widget h4 {
	min-height: 44px;
	line-height: 44px;
	font-family: arial, times new roman;
	padding-right: 25px;
	color: #000;
	background: #cecece;
}
#sidebar .sidebar-widget ul {
	margin: 0;
}
#sidebar .sidebar-widget ul li {
	padding: 0 25px;
	height: 60px;
	line-height: 60px;
	font-family: tahoma;
	font-size: 13px;
	color: #fff;
	background: #409edf url('images/sidebar-menu-bg.png') repeat-x right top;
	border-top: 1px solid #000;
	overflow: hidden;
}
#sidebar .sidebar-widget ul li a {
	color: #fff;
}
#sidebar .sidebar-widget ul li a:hover {
	color: #000;
}
#sidebar .sidebar-widget ul li:last-child {
	border-bottom: 1px solid #000;
}


#sidebar .widget-content {
	min-height: 100px;
}
#sidebar .sidebar-widget h4.side-menu {
	padding: 0;
	height: 44px;
}
#sidebar div.side-menu {
	background: none;
}
#sidebar .side-menu ul li {
	margin-bottom: 1px;
	padding: 0;
	width: 273px;
	height: 69px;
	background: none;
	border: none;
}
.textwidget {
	padding: 20px;
}
.imagewidget img {
	max-width: 100%;
}
#searchform {
	position:relative;
	padding-bottom: 20px;
	width: 273px;
	height: 37px;
}
#searchform input[type="text"] {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 10px;
	width: 150px;
	height: 33px;
	font-family: tahoma;
	background: #fff url('images/input-bg.png') repeat-y left top;
	border: 1px solid #a4abb0;
}
#searchform input[type="submit"] {
	position: absolute;
	top: 10px;
	left: 15px;
	padding: 0 10px;
	width: 65px;
	height: 35px;
	font-family: tahoma;
	font-size: 14px;
	color: #fff;
	background: #3589be url('images/form-submit-bg.png') repeat-x right top;
	border: 1px solid #a4abb0;
	cursor: pointer;
}


/* ---- Tripticket page ---- */
#get-car-info {
	margin-top: 20px;
	width: 45%;
	float: right;
}
#query-info-wrap {
	margin-bottom: 5px;
	border-bottom: 1px solid #d9d9d9;
}
#search-query-info {
	margin-top: 30px;
	margin-left: 20px;
	width: 35%;
	background: #f1f1f1;
	border: 1px solid #d9d9d9;
	float: left;
}
#get-car-info input[type='text'] {
	padding: 0 10px;
	width: 150px;
	height: 33px;
	font-family: tahoma;
	background: #fff url('images/input-bg.png') repeat-y left top;
	border: 1px solid #a4abb0;
}
#get-car-info input[type='submit'] {
	padding: 0 10px;
	width: 65px;
	height: 35px;
	font-family: tahoma;
	font-size: 14px;
	color: #fff;
	background: #3589be url('images/form-submit-bg.png') repeat-x right top;
	border: 1px solid #a4abb0;
	cursor: pointer;
}
#get-car-info label {
	display: inline-block;
	min-width: 100px;
}
#trip-ticket-results {
	margin-bottom: 30px;
	border: 3px solid #b7d3e6 !important;
}
#trip-ticket-results td {
	padding: 6px 10px;
}
#trip-ticket-results  .header-row {
	margin-top: 10px;
}
#trip-ticket-results  .header-row td {
	font-weight: bold;
	background: #f1f1f1;
}
#pagination-nav {
	margin-bottom: 10px;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.current-tripticket-page, .tripticket-result-count {
	display: inline-block;
}
.note-message, .error-message, .success-message {
	margin: 20px 20px 5px 20px;
	padding: 4px 15px;
}
.note-message {
	background: #fffac6;
	border: 1px solid #d3c200;
}
.error-message {
	background: #fae2e3;
	border: 1px solid #ce5353;
}
.success-message {
	background: #e3fae2;
	border: 1px solid #53ce59;
}
.site-notice {
	margin-top: 10px;
	background-color: #fbf6de;
	border: 1px solid #d3c200;
}
.site-notice .notice-title {
	padding: 5px 20px;
	font-family: arial, times new roman;
	font-size: 16px;
	background-color: #e4cc7d;
}
.site-notice ul {
	list-style: none;
}
.site-notice p {
	padding-bottom: 10px;
}
.site-notice .call-to-action {
	margin: 0 20px 20px;
	font-size: 14px;
}


/*									Footer
---------------------------------------------------------------------------- */

#footer-wrap {
	margin: 0 auto;
	padding: 0 50px;
	width: 860px;
	height: 40px;
	color: #fff;
	background: #2c83bd url('images/footer-bg.png') repeat-x right top;
	overflow: hidden;
}
#footer-wrap p {
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	float: right;
}
#login-button {
	width: 130px;
	height: 40px;
	line-height: 40px;
	float: left;
}
#login-button .login-img{
	display: block;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	float: right;
}
#login-button a {
	color: #fff;
}
#login-button a:hover {
	color: #fff;
}

#members-bar {
	margin: 0px auto;
	width: 960px;
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #b9d1e3;
}
.member-info {
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	background-color: #f7fbfe;
	border-left: 1px solid #c4dbed;
	float: right;
	max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.member-links {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.member-links li {
	margin-right: 10px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	float: right;
}
.member-links.alignleft li {
	margin-right: 0;
	margin-left: 10px;
}
.member-links li.applications {
	padding-right: 30px;
	background: transparent url('images/member-icons.png') no-repeat right -40px;
}
.member-links li.profile {
	padding-right: 30px;
	background: transparent url('images/member-icons.png') no-repeat right top;
}
.member-links li.mailbox {
	padding-right: 30px;
	background: transparent url('images/member-icons.png') no-repeat right -78px;
}

.steps {
	counter-reset: li;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: arial, times new roman;
	font-size: 1.3em;
}
.steps li {
	position: relative;
	margin-right: 55px;
	margin-bottom: 7px;
	line-height: 25px
}
.steps li:before {
	position: absolute;
	width: 25px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	right: -35px;
}
.steps > li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	background-color: #3597da;
	border-bottom: 2px solid #186194;
}
.steps ol {
	counter-reset: alpha;
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
.steps ol li:before {
	content: counter(alpha, lower-alpha);
	counter-increment: alpha;
	background-color: #fac15e;
	border-bottom: 2px solid #c66700;
}

#content-fullwidth.relative {
	position: relative;
}
#content-fullwidth .content-column {
	width: 590px;
	float: right;
	box-sizing: border-box;
}
#content-fullwidth .sidebar {
	width: 325px;
	float: left;
	box-sizing: border-box;
}

.custom-form .button {
	display: inline-block;
	padding: 0 20px;
	height: 32px;
	line-height: 30px;
	font-family: tahoma;
	font-size: 14px;
	color: #fff;
	background: #2d8cce;
	border: 0;
	border-bottom: 2px solid #186194;
	cursor: pointer;
	box-sizing: border-box;
}
.custom-form .button:hover {
	background: #186194;
}

.custom-form .button.style2 {
	color: #5d2f05;
	background: #f9c066;
	border-bottom-color: #c66700;
}
.custom-form .button.style2:hover {
	color: #fff;
	background: #ff9333;
	border-bottom: 2px solid #c66700;
}
.custom-form .select {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding: 0 0 0 36px;
	height: 32px;
	font-family: tahoma;
	background: #fefefe;
	border: 1px solid #bac3c9;
	cursor: default;
	box-sizing: border-box;
}
.custom-form .select:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 30px;
	background: #f6f6f6 url('images/dropdown-menu-arrow.png') no-repeat center center;
	border-right: 1px solid #bac3c9;
}
.custom-form .select > .selected {
	display: inline-block;
	padding: 0 10px;
	min-width: 100px;
	height: 32px;
	line-height: 30px;
}

.custom-form .select .drop-down {
	display: none;
	position: absolute;
	top: 30px;
	left: -1px;
	background-color: #fefefe;
	border: 1px solid #bac3c9;
	border-bottom: 0;
	box-shadow: 3px 3px 0px 0px rgba(134, 134, 134, 0.1);
	/* Fix: Oct 2, 2017 */
	max-height: 180px;
	overflow: auto;
}
.custom-form .select .drop-down span {
	display: block;
	padding: 2px 20px 2px 40px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #bac3c9;
	white-space: nowrap;
}
.custom-form .select .drop-down span.selected {
	background: transparent url('images/select-menu-check.png') no-repeat 8px center;
}
.custom-form .select .drop-down span:hover {
	background-color: #f6f6f6;
}
.custom-form .select.lft > .selected, .custom-form .select.lft .drop-down span {
	text-align: left;
}
.custom-form .select.lft .drop-down span {
	padding: 2px 40px 2px 30px;
	/* Fix: Oct 2, 2017 */
	padding-left: 45px;
}
.custom-form input[type="text"] {
	margin-left: 10px;
}

.side-note {
	position: relative;
	padding: 20px 45px 20px 20px;
	color: #827308;
	background-position: 94% 30px;
	background: #fbf6de url('images/side-note-icon.png') no-repeat right 15px top 30px;
	border: 1px solid #d2c24d;
	margin: 25px 0px 25px 20px;
}
#content-fullwidth .side-note p {
	margin-left: 0;
	margin-right: 0;
}
.side-note:before {
	content: "";
	position: absolute;
	top: 8px;
	right: -11px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #d2c24d;
}
.side-note:after {
	content: "";
	position: absolute;
	top: 8px;
	right: -10px;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fbf6de;
}
#ui-datepicker-div { z-index: 100 !important }

.media-modal-close {
	left: 0 !important;
	right: auto !important;
}
.media-modal-content .media-frame-content .media-toolbar, .media-sidebar .attachment-details > :not(.attachment-info) {
	display: none;
}
.info {
	background-color: #f7fbfe;
	border: 1px solid #c4dbed;
}