/*
 * Mewsoft Webawy
 * @url         http://www.mewsoft.com/
 * @author      Dr. Ahmed Amin Elsheshtawy, Ph.D. <sales@mewsoft.com>
 * @version     21.0
 * @date        01.01.2015
 * @copyright 2015 Mewsoft Corp. http://www.mewsoft.com
 * @Released under commericial license.
 */
 
/*-------------------*/
 * { 
	margin: 0; 
}
html,body {
	height:100%;
	font-size: 1em;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
    padding: 0;
}

body {
	/*scrollbar-base-color: #C0C0C0;*/
	/*background-image: url(../images/mainbg.gif);*/
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

.page-border {
	background: #fff;
	width: auto;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px solid #e5e5e5;
	/* force this div to fill the entire screen */
	min-height: 100%;
	height:     auto !important;
	height:     100%;
}

.page-corners {
	background: #ffffff;
	width: auto;
	margin: 1px 1px;
	padding: 1px;
	display: block;
	border: 0px groove #e5e5e5;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	border-radius: 5px; /* top-left, top-right, bottom-right and bottom-left css3*/
}

/* see Head widget, not active here, to override jquery theme link color must be set after loading the jquery theme css files */
/*
.ui-widget-content a {
	color: #295e85;
}
*/
/* entire page wrapper */
.page-wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px solid #303f4e;
	text-align: left;
	/*overflow: hidden; *//* hidden, auto */
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
	border-radius: 20px 20px 20px 20px; /* top-left, top-right, bottom-right and bottom-left css3*/
}

.body-wrapper {
	background: none;
	min-height: 300px;
	padding: 0px;
	margin: 5px;
	display: block;
}

.page-body-wrapper{
	width: auto;
	margin: 0 auto;
	padding: 0px;
	min-height: 300px;
	/*overflow: auto;*/ /*page contents, either auto or hidden*/
}

/* top area */
.top-area{
	display: block;
	color: #7bdaee;
	background-color: #005b6f !important;/*#234f70*/
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: 0px solid red;
    -moz-border-radius-topleft: 5px; /* corner setting also set in the jquery.corner.js in the  head tag */ 
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	border-radius: 5px; /* top-left, top-right, bottom-right and bottom-left css3*/
}

.top-area a, .top-area a:link, .top-area a:visited{
	color: #ceecf2;
}
.top-area a:hover, .top-area a:visited:hover {
	color: #8ef0e7;
}
/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/

/* bottom area */
.bottom-area{
	display: block;
	background-color: #005b6f;
	margin: 0px auto 0px auto;
	padding: 2px;
	border: 0px solid blue;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
	border-radius: 5px; /* top-left, top-right, bottom-right and bottom-left css3*/
}
.bottom-area a, .bottom-area a:link, .bottom-area a:visited{
	color: #ceecf2;
}
.bottom-area a:hover, .bottom-area a:visited:hover {
	color: #8ef0e7;
}

.welcome-area{
	height: 40px;
	margin: auto;
	color: #d6dde4;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
	border-radius: 5px; /* top-left, top-right, bottom-right and bottom-left css3*/
}

.logo-area{
	padding: 2px 3px;
	margin: 0px;
	display: block;
	text-align: left;
	clear:both;
}

.copyright {
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	color: #d6dde4;
	font-size:10px;
	font-weight: normal;
}
.copyright a, .copyright a:link, .copyright a:visited{
	color: #ceecf2;
	font-size:10px;
	font-weight: normal;
}
.copyright a:hover, .copyright a:visited:hover {
	color: #8ef0e7;
	font-size:10px;
	font-weight: normal;
}

/* bottom menu */
.bottom-menu{
	display:inline;
	margin: 5px auto;
}

.bottom-menu ul{
	text-align: center;
	font-weight:bold;
	font-size: 11px;
	list-style:none;
	list-style-type: none;
}
.bottom-menu ul li{
	display:inline;
	padding: 0px;
}
.bottom-menu a{
	padding: 5px 5px;
}
.bottom-menu a:hover{
}

.layout-body {
	background-color: #ffffff;
	padding: 0px;
	border: 1px #aaaaaa solid; 
	/*border-collapse: collapse;*/
	border-spacing: 0px 0px;
	margin: 0px auto;
	vertical-align:top;
	width: 99%;
}

.layout-title {
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	color: #14283d;
	background-color: #b5d2e8;
	margin: 0px;
	font-size:12px;
	font-weight: bold;
}

.layout-subtitle {
	padding: 4px 0px;
	width: 100%;
	text-align: left;
	color: #1d3c5a;
	background-color: #deebf5;
	font-size:12px;
	font-weight: normal;
}

.layout-header {
	padding: 10px 5px;
	text-align: center;
	color: #14283d;
	background-color: #b5d2e8;
	margin: 0px;
	font-size:12px;
	font-weight: bold;
}
.layout-footer{
	background-color: #d1e3f1;
	padding: 10px 5px;
}

.layout-left {
	background-color: #e2edf5;
	padding: 5px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff dashed;
	font-weight: bold;
	margin: 0px;
}
.layout-right {
	background-color: #ffffff;
	padding: 5px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #e4effa dashed;
}
.layout-center {
	background-color: #e2edf5;
	padding: 5px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #e4effa dashed;
}
.layout-border{
	border-bottom: 1px #7eb3e7 dashed;
}
.layout-spacer{
	border-bottom: 1px #7eb3e7 dashed;
	width: 100%;
	clear: both;
	display: block;
	padding: 5px 0px;
}
.center{
	text-align: center;
	margin: 0 auto;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

.errors-title{
	color: #ff0000;
	font-weight: bold;
	padding: 5px;
}
.errors{
	background-color: #ffffea;
	padding: 5px;
	color: #001c1c;
}

.page-title{
	text-align: center;
	padding: .5em;
}

form {
	margin: 0;
	padding: 0;
	display:inline;
}

.guide-bar{
	padding: 2px 5px;
	display: block;
	clear: both;
}

.listing-home-item{
	margin: 0px;
	padding: 10px;
	width: 150px;
	height: 220px;
	background-color: #ffffff;
	 display: inline-block;
	*zoom: 1;
	*display: inline;
}

.listing-home{
	margin: 0px;
	padding: 0px;
	*zoom: 1;
	*display: inline;
}
.listing-home a, .listing-home a:link, .listing-home a:visited{
}
.listing-home a:active{
}
.listing-home a:hover, .listing-home a:visited:hover{
}

.listing-home ul li{
	list-style: none;
	margin: auto;
	padding: 10px;
	border: 0px solid red;
	display: inline-block;
	text-align: center; 
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}
.listing-home ul{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align:center; 
	vertical-align: top;
	border: 0px solid green;
}

/* bottom navigation */
.bottom-nav{
	margin: 0px auto 0px auto;
	width: 100%;
	display: block;
}
.bottom-nav a{
	color: #8ef0e7;
	margin: 0px auto 0px auto;
	width: 100%;
	display: block;
}
.bottom-nav a:hover{
	color: #ceecf2;
	margin: 0px auto 0px auto;
	width: 100%;
	display: block;
}

.ui-spacer {
	clear:both;
	height:5px;
	font-size:5px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
.ui-clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

.image-thumbnail{
	margin: 0 auto;
	padding: 0px;
}

.gallery-container{
	text-align: left;
	border: 02px #dddddd solid;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.ui-resizable-helper {
	border: 2px dotted #ff6600;
}

.disabled_input {
	background-color: #ffffcc;
	color: #1c3f59;
}

/* auto complete loading image */
.ui-autocomplete-loading {
	background: transparent url('../images/spinner-blue.gif') right center no-repeat; 
}

.listing-header{
	color: #071118;
	background: #d1e3f1;
	font-weight: bold;
	padding: 5px;
}
.listing-divider{
	border-bottom: 1px #d6d6d6 dashed;
}

.table-listing-divider td{
	border-bottom: 1px #d6d6d6 dashed;
}

.priv-msg-row{
}
.priv-msg-row-alt{
}
.priv-msg-selected{
	background: #deebf5;
}
.priv-msg-hover{
}

/* items listing rows start*/
.listing-row{
}
.listing-row-hover{
	background: #fadc7a;
}
/* items listing rows end*/

/* items listing rows for gallery listing type */
.list-gallery-wrapper{
   width: 100%;
   margin: 0px auto;
}
.list-gallery-wrapright{
   float: left;
   width: 100%;
   background-color: #ffffff;
}
.list-gallery-right{
   margin-left: 225px; /* width of the left side column+any margin */
   background-color: #ffffff;
   border-left: 0px dashed #e2edf5;
}
.list-gallery-left{
   float: left;
   width: 225px;	/* width of the left side column */
   margin-left: -100%;
   background-color: #ffffff;
   border-right: 0px dashed #e2edf5;
}

.listing-gallery{
	margin: 0px auto;
	padding: 0px;
	border: 0px solid red;
	display: block;
	height: auto;
	min-height:auto;
}

.listing-gallery ul{
	list-style: none;
	margin: 0px auto;
	padding: 2px;
	text-align:center; 
	border: 0px solid green;
	display: block;
}
.listing-gallery ul li{
	width: 200px;
	height: 310px;
	float:left;
	padding: 4px;
	margin: 0px;
	border: 01px #aaaaaa solid;
	margin-right:-1px; /* set to -1 to collapse borders on left */
	margin-top:-1px; /* set to -1 to collapse borders on bottom */
	text-align: center; 
	vertical-align: top;
	display: inline-block;
}
.listing-gallery-item{
	margin: 0px;
	padding: 0px;
	/*background-color: #ffffff;*/
	display: block;
	overflow:hidden;
	/*
	border: 1px #ffffff solid;
	height: 178px;
	width: 178px;
	*/
	height: 100%;
	width: 100%;
}
.listing-gallery ul li:hover{
	/*background: #fadc7a;*/
}
.listing-gallery-item:hover{
	/*background: #fadc7a;*/
}
/* end of items listing rows for gallery listing type*/

/* listing summary */
.listing-summary-left{
	border-bottom: 1px #aaaaaa dotted;
	text-align:center;
	margin: 0 auto;
}
.listing-summary-center {
	width: 60%;
	border-bottom: 1px #aaaaaa dotted;
}
.listing-summary-right{
	width: 30%;
	border-bottom: 1px #aaaaaa dotted;
}
.listing-summary-ul{
	margin: 0px;
	padding: 0px;
}
ul.listing-summary-ul{
	list-style: none;
	margin: 0px ;
	padding: 0px;
	border: 0px red solid;
	display: block;
}
ul.listing-summary-ul li{
	margin: 0px;
	padding: 0px 5px 0 5px;;
	border: 0px yellow solid;
	vertical-align: top;
	display: block;
	/*background: url(../images/list-square.png) no-repeat 0 50%;*/
}

/* inline general ul list style */
.ul-inline-list{
	margin: 0px;
	padding: 0px;
}
ul.ul-inline-list{
	float:left;
	margin: 0px;
	padding: 0px;
	display: inline;
	border: 0px red solid;
	list-style: none;
}
ul.ul-inline-list li{
	float:left;
	display:inline;
	margin: 0px 0px;
	padding: 0px 5px 0 15px;
	border: 0px green solid;
	background: url('../images/list-circle.png') no-repeat 0 50%;
}
/* inline general ul list style end */

/* listing layout */
/* 3 column fixed-liquid-fixed layout */
.layout-listing-wrapper{
   width: 100%;
   margin: 0 auto;
}
.layout-listing-wrapmiddle{
   float: left;
   width: 100%;
}
.layout-listing-middle{
   /*margin-right:205px;*/
   margin-right:10px;
   margin-left:235px;
   /*height: 200px;*/
   /*background-color: #ffff99;*/
	border-left: 0px #adcce2 dashed;
	border-right: 0px #adcce2 dashed;
}
.layout-listing-left{
   float: left;
   width: 230px;
   margin-left: -100%;
   /*height: 200px;*/
   /*background-color: #ffff99;*/
}
.layout-listing-right{
   float: left;
   width: 5px;
   margin-left: -5px;
   /*width: 200px;*
   /*margin-left: -200px;*/
   /*height: 200px;*/
}
/* listing layout end*/


/* listing summary layout */
/* 3 column fixed-liquid-fixed layout */
.layout-flf-wrapper{
   width: 100%;
   margin: 0 auto;
}
.layout-flf-wrapmiddle{
   float: left;
   width: 100%;
}
.layout-flf-middle{
   /*margin-right:205px;*/
   margin-right:10px;
   margin-left:235px;
   /*height: 200px;*/
   /*background-color: #ffff99;*/
	border-left: 0px #adcce2 dashed;
	border-right: 0px #adcce2 dashed;
}
.layout-flf-left{
   float: left;
   width: 230px;
   margin-left: -100%;
   /*height: 200px;*/
   /*background-color: #ffff99;*/
}
.layout-flf-right{
   float: left;
   width: 5px;
   margin-left: -5px;
   /*width: 200px;*
   /*margin-left: -200px;*/
   /*height: 200px;*/
}
/* listing summary layout end */

/* feedback view listing */
.listing-feedback_view_ul{
	margin: 0px;
	padding: 0px;
}
ul.listing-feedback_view_ul{
	list-style: none;
	margin: 0px ;
	padding: 0px;
	text-align: left; 
	border: 0px red solid;
	display: block;
}
ul.listing-feedback_view_ul li{
	margin: 0px;
	padding: 0px 5px 0 15px;;
	border: 0px yellow solid;
	vertical-align: top;
	display: block;
	background: url(../images/list-square.png) no-repeat 0 50%;
}

.feedback-comment{
	width: 600px;
	height: 60px;
	text-align: left;
	clear:both;
	margin: 0px 0;
	padding: 2px;
}
/* feedback comments text limiter */
.feedback-limiter-status{
	font-weight: bold;
	font-size: 14px;
	color: #14283d;
	background: #b5d2e8;
	border: 01px #6ca6d0 solid;
	padding: 5px;
}
.feedback-limiter-notification{
	border:3px solid #d55b5b;
	background-color: #ffcdcd;
	padding:5px;
}
.hidden{
	display: none;
}
/* Menus and Popup menus, for list-type, sort-by, view-as, etc */
.ui-popup {
	position: absolute;
	z-index: 9999;
}

.preview-item-page{
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px solid #303f4e;
	margin: 0px 0px;
	text-align: left;
	overflow: auto; /* hidden */
}

/* view item count down counter */
.countdown-normal{
}
.countdown-warn{
	font-weight: bold;
	color: #ff00ff;
}
.countdown-expired{
	font-weight: bold;
	color: #006600;
}
/* sell page */
.description-textarea{
	width: 95%;
	min-width: 650px;
	height: 350px;
	clear:both;
	margin: 0px 0;
	padding: 2px;
}
/* description text limiter */
.description-limiter-status{
	font-weight: bold;
	font-size: 14px;
	color: #14283d;
	background: #b5d2e8;
	border: 01px #6ca6d0 solid;
	padding: 5px;
}
.description-limiter-notification{
	border:3px solid #d55b5b;
	background-color: #ffcdcd;
	padding:5px;
}

table {
border-collapse: collapse;
}
table th {
	padding: 0.5em;
}
table td {
	/*padding: 0.5em;*/
}
/*
<table id="movies" class="ui-widget">
<th data-field="Name" class="ui-widget-header">Name</th>
<td class="ui-widget-content">Red Hot Chili Peppers: Funky Monks</td>
*/

.ui-widget-shadow1 { margin: -7px 0 0 -7px; padding: 7px; 
 opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
 .ui-header{
	padding: .7em 1em;
 	text-align: center;
}
.ui-container{
	padding: .2em;
}
.ui-border{
	border-width: 1px;
}
.ui-border-l{
	border-width: 0px 0px 0px 1px;
}
.ui-border-r{
	border-width: 0px 1px 0px 0px;
}
.ui-border-t{
	border-width: 1px 0px 0px 0px;
}
.ui-border-b{
	border-width: 0px 0px 1px 0px;
}
.ui-border-less{
	border-width: 0px;
}
.ui-bold{
	font-weight: bold;
}
.ui-normal{
	font-weight: normal;
}
.ui-black{
	color: #000;
}

/*
input:not([type="image"]), textarea {
box-sizing: border-box;
}
*/

.ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 1em;
	height: 1.5em;
	line-height: 1.5em;
}
.ui-dialog .ui-dialog-titlebar-close span {
	margin-right:  20px;
}

.zindex99999 {
z-index: 99999;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; }
.ui-timepicker-div dl dd { margin: -25px 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.upload-button{
}
.upload-button-hover {
	background: #004364;
}
.upload-button-focus {
	outline:1px dotted black;
}

.view-files-list {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	border: 0px #c0c0c0 solid;
}
.view-files-list li {
	padding: 5px;
	margin: 5px;
	float: left;	 /* set to float: right; for right to left like Arabic */
	border: 0px #c0c0c0 solid;
	display: inline-block;
}

.media{
	display: block;
}

.spinner {
	background: transparent url('../images/spinner-blue.gif') right center no-repeat; 
	display: block;
	width: 16px;
	height:16px;
	margin: 0 auto;
	vertical-align: middle;
}

/* view item count down counter */
.countdowns{
	/*font-weight: bold;*/
	/*color: #006600;*/
}
.countdowns-warn{
	font-weight: bold;
	color: #ff00ff;
}
.countdowns-expired{
	font-weight: bold;
	color: #006600;
}

/* news feed reader widget */
.rss-news-readerX {
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px #c0c0c0 solid;
	height: 200px;
}
.rss-news-readerX li {
	padding: 1px;
	margin: 1px;
	float: left;
	border-bottom: 01px #c0c0c0 solid;
	display: block;
	height: 50px;

}

.item_closed_class{
	/*color: #ff0000;*/
}
.item_open_class{
	font-weight: bold;
	color: #006600;
}

.stats-list {
	padding:2px 2px;
	list-style: none;
}

.newwin_link {
	float: left;
	margin:0px;
	padding: 0px;
}

.rights{float:right;}
.lefts{float:left;}

/* override the hover bold effect for multiselect drop down list items */
.ui-multiselect-checkboxes label.ui-state-hover { font-weight:normal; } 

/* disabled links style */
a.disabled {
	opacity: 0.35;
	filter:Alpha(Opacity=35);
	pointer-events: none;
	cursor: default;
}

/* Polls */
.poll-content {
}
.poll-question {
	color: #0066cc;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
}
.poll-total {
	padding-top: 5px;
	padding-bottom: 15px;
}
.poll-text {
	/*font-size: small;*/
}
.poll-list {
	margin: 0px;
	padding: 0px;
	background: none;
	width: 100%;
	display: block;
}
ul.poll-list li {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	background: none;
	list-style: none outside none;
	display: block;
}
.poll-bar {
	display: inline-block;
}
.poll-votes {
	display: inline-block;
	margin-left: 5px;
}
/* Polls end*/

/* content management */
.content-categories-menu{
	margin: 0px;
	padding: 0px;
}
ul.content-categories-menu{
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px red solid;
	list-style: none;
}
ul.content-categories-menu li{
	display: block;
	margin: 0px 0px;
	padding: 6px 5px 0px 8px;
	border: 0px green solid;
	background: url('../images/list-circle-content.png') no-repeat 0 6px;
}
.content-categories-menu .current{
	font-weight: bold;
	text-decoration: underline;
}

/* content management */

.bold {
font-weight: bold;
}

.cursor-pointer{cursor:pointer; cursor:;}
.cursor-move{cursor: move;}

.page-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: 9999999;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=80);
	/* Netscape */
	-moz-opacity: 0.8;
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Good browsers */
	opacity: 0.8;
	/*
	background:  url('../images/loaderbarfushia.gif') center center no-repeat;
	*/
	background:  url('../images/loader-13.gif') center center no-repeat;
}

.dialog-loader {
	width: 100%;
	height: 100%;
	display: block;
	margin: auto;
	text-align: center;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */
	filter: alpha(opacity=80);
	/* Netscape */
	-moz-opacity: 0.8;
	/* Safari 1.x */
	-khtml-opacity: 0.8;
	/* Good browsers */
	opacity: 0.8;
	background:  url('../images/loadersnakfushia.gif') center center no-repeat;
}

@media print {
	.noprint {
		display: none;
	}
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}
.dir-right {
	text-align: right;
}
.dir-left {
	text-align: left;
}
.classified-countdowns-expired{
	font-weight: bold;
	color: #006600;
}

.fl-wrapper{
   width: 100%;
   margin: 0 auto;
}
.fl-wrapright{
   float: left;
   width: 100%;
}
.fl-right{
float:right;
   margin-left: 275px;
   /*height: 200px;*/
}
.fl-left{
   float: left;
   width: 270px;
   margin-left: -100%;
   /*height: 200px;*/
}

/* pace page loader progress bar */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ffcc00;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
  box-shadow: 0px 2px 8px #000000;
}
/* end */

.hide-empty:empty {
    display:none !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}
