/*
classifieds common
*/

#classifiedsPage {
	margin: 20px auto 0;
	width: 93%;
}
#classifiedsPage #leftColumn {
	width:76%;
	margin-right: 1%;
	float:left;
}
#classifiedsPage #leftColumn #findAPosting {
	width:100%;
	margin:15px auto;
	float: left;
	min-height: 210px;
}

#classifiedsPage #leftColumn #findAPosting .browseAll,
#classifiedsPage #leftColumn #findAPosting .myListings {
	float:right;
	font-size:12px;
	margin: 0 10px 0 0;
}
#classifiedsPage #leftColumn #findAPosting .browseAll a,
#classifiedsPage #leftColumn #findAPosting .myListings a {
	color: #757169;
	line-height: 27px;
}
#classifiedsPage #leftColumn #findAPosting #searchDiv input[type="text"],
#classifiedSearchResults #searchDiv input[type='text']{
	font-size:15px;
	padding: 4px 2%;
	width: 96%;
}
#classifiedsPage #leftColumn #findAPosting #searchDiv,
#classifiedSearchResults #searchDiv{
	padding:20px;
    background-color: #FAF6F1 !important;
    border-radius: 12px;
    box-shadow: 0px 0px 30px -8px #666 !important;
    -webkit-box-shadow: 0px 0px 30px -8px #666 !important; 
    -moz-box-shadow: 0px 0px 30px -8px #666 !important;
    width: 93%;
    margin-top: 10px;
    min-height: 150px;
	float:left;
}
#searchDiv>div {
	width: 50%;
	float: left;
}
#classifiedsPage #leftColumn #findAPosting #searchDiv .col,
#classifiedSearchResults #searchDiv .col{
	width:48%;
	float:left;
	padding:0 1%;
}
#serviceSelectWrapper {
	display: inline;
}
#classifiedsPage #leftColumn .recentPosting {
	float: left;
	/* height: 340px; */
	width: 100%; /*90%;*/
	margin: 20px 0 0 0; /*10%;*/
	padding-bottom: 25px;
}
#classifiedsPage #leftColumn .recentPosting .title {
	margin-bottom: 7px;
	min-height: 18px;
}
#classifiedsPage #leftColumn .recentPosting .title span a {
    font-size: 14px;
    margin-right: 37px;
}
#classifiedsPage #leftColumn .recentPosting .postingList {
	margin: 5px 25px;
	padding:7px;
	width: 86%;
	min-height: 250px;
}
#classifiedsPage #leftColumn .recentPosting .postingList .postingItem {
    background-color: #FAF6F1 !important;
    box-shadow: 0px 0px 30px -8px #666 !important;
    -webkit-box-shadow: 0px 0px 30px -8px #666 !important; 
    -moz-box-shadow: 0px 0px 30px -8px #666 !important;
    float:left;
    width:170px;
    margin:10px 0;
    font-size: 12px;
    line-height: 16px;
	padding: 11px 13px 40px;
	height: 230px;
	position:relative;
}
.postingContainer {
	overflow: auto;
	max-height: 230px;
}
#classifiedsPage #leftColumn .recentPosting .postingList .postingItem .desc {
	/*margin: 10px 0 0;*/
    white-space: pre-line;
}
.postingItem .title {
	font-size: 14px;
	margin-top: 9px;
	margin-bottom: 4px;
}
.postingItem .dates,
.postingItem .type {
	font-style: italic;
	font-size: 10px;
}
.postingItem .created {
	float: right;
	font-size: 10px;
	color: #99938A;
	font-style: italic;
	margin-top: -6px;
	margin-right: -6px;
}
.postingItem .buttons {
	position: absolute;
	bottom: 9px;
	width: 87%;
	text-align: center;
}

.postingItem .buttons input {
	background-image: none !important;
	padding: 4px 7px;
	margin: 10px 2px 0;
	float: none;
	background-color: #8B7A59;
	color: white;
	border: 0px;
}
.postingItem .buttons input:hover {
	background-color: #b88b32;
}

#classifiedsPage #rightSidebar {
	width:19%;
	float:left;
	padding: 15px 0 15px 2%;
}
#classifiedsPage #rightSidebar .classifiedsCategories {
	border:1px solid #6e6555;
	border-radius: 10px;
	margin-bottom: 10px;
	margin-top: 7px;
}
#classifiedsPage #rightSidebar .classifiedsCategories .title {
	width:100%;
	height:25px;
	color:#FFF;
	border-radius: 7px 7px 0 0;
	padding: 6px 0 0;
	text-indent: 10px;
	font-size: 14px;
}

#classifiedsPage #rightSidebar .classifiedsCategories#partners {
	border:2px solid #4B4337;
}
#classifiedsPage #rightSidebar .classifiedsCategories#partners .title {
	background-color:#4B4337;
}

#classifiedsPage #rightSidebar .classifiedsCategories#services {
	border:2px solid #962c0c;
}
#classifiedsPage #rightSidebar .classifiedsCategories#services .title {
	background-color:#962c0c;
}
#classifiedsPage #rightSidebar .classifiedsCategories#goods {
	border:2px solid #0a7741;
}
#classifiedsPage #rightSidebar .classifiedsCategories#goods .title {
	background-color:#0a7741;
}
#classifiedsPage #rightSidebar .classifiedsCategories#volunteers {
	border:2px solid #0c8397;
}
#classifiedsPage #rightSidebar .classifiedsCategories#volunteers .title {
	background-color:#0c8397;
}
#classifiedsPage #rightSidebar .classifiedsCategories#universityProjects {
    border:2px solid #875dbb;
}
#classifiedsPage #rightSidebar .classifiedsCategories#universityProjects .title {
    background-color:#875dbb;
}
#classifiedsPage #rightSidebar .classifiedsCategories#jobs {
	border:2px solid #db7b04;
}
#classifiedsPage #rightSidebar .classifiedsCategories#jobs .title {
	background-color:#db7b04;
}
#classifiedsPage #rightSidebar .classifiedsCategories ul {
	margin:0;
	padding:0;
}
#classifiedsPage #rightSidebar .classifiedsCategories ul li {
	list-style: none;
	margin:0px;
	padding:5px 7px;
	border-top:1px dotted #999;
	font-size:11px;
}
#classifiedsPage #rightSidebar .classifiedsCategories a {
	margin:0px;
	padding:3px 6px;
	border-top:1px dotted #999;
	font-size:12px;
    display : block;
    text-decoration: none;
    color: #5E564B;
}

#classifiedsPage #rightSidebar .classifiedsCategories a:visited {
	color: #5E564B;
}

#detailDialog {
	/*background-color: #FAF3E7 !important;*/
	/*padding-top: 20px;*/
	/*padding-bottom: 90px;*/
    margin-top: -30px;
    float: left;
}

/*#detailDialog{*/
	/*background-color: #FAF6F1;*/
    /*box-shadow: 0px 0px 30px -5px #000;*/
    /*-webkit-box-shadow: 0px 0px 30px -5px #000; */
    /*-moz-box-shadow: 0px 0px 30px -5px #000;*/
    /*padding:20px;*/
    /*min-height: 480px;*/
/*}*/

.ui-dialog.classifiedsDialog {
    background-color: #FFFFFF !important; /*FAF3E7*/
    background-image: none;
    border: none;
    border-radius: 0;
}
div#editDialog {
    overflow: visible;
}
#editDialog #postingDetail{
	/*background-color: #FAF6F1;*/
    /*box-shadow: 0px 0px 30px -5px #000;*/
    /*-webkit-box-shadow: 0px 0px 30px -5px #000;*/
    /*-moz-box-shadow: 0px 0px 30px -5px #000;*/
    /*padding:20px;*/
    /*height: 600px;*/
}

#detailDialog #postingDetail #leftCol, 
#editDialog #leftCol {
	float: left;
	width: 40%;
}
#detailDialog #postingDetail #rightCol,
#editDialog #rightCol{
	float: left;
	width: 55%;
}
#detailDialog #postingDetail div#rightCol {
    margin-top: 25px;
}
#detailDialog #postingDetail #leftCol{
	margin: 0 2% 0 1%;
	max-height: 450px;
	/*overflow: auto;*/
	padding: 0 7px 0 3px;
}
#editDialog #leftCol{
	margin: 0 2% 0 1%;
	overflow: auto;
	padding: 0 7px 0 3px;
}
#postingDetail{
    font-size: 12px;
}

#postingDetail #createDateDiv{
	font-size: 12px;
	float: right;
	color: #666;
}

#postedByDiv {
	/* max-height: 170px; */
	overflow-x: auto;
}
#descriptionDiv {
	line-height: 16px;
	margin: 15px 0;
}
#postingDetail .postingRow  {
	font-size: 13px;
    padding : 5px 0;
    float : left;
    width : 100%;
}
#postingDetail .postingRow label{
    width : 40%;
}
#postingDetail #postedByDiv a {
	color:#1045cb;
}
#postingDetail .postingRow .ui-multiselect{
    width : 55% !important;
    margin-left : 10px;
}
#postingDetail .postingRow input, #postingDetail .postingRow textarea{
    /*margin-left : 10px;*/
    padding: 3px 1%;
}
#postingDetail #locationDiv {
	font-size: 15px;
}
#postingDetail #titleDiv {
    font-size: 17px;
}
#postingDetail #description {
	font-size: 16px;
	width: 98%;
	height: 100px;
}
.new #createDateDiv,
.new #postedByDiv {
	display:none;
}
#postingDetail label {
	/*display:none;*/
    display:inline-block;
}
.new #postingDetail label {
	display:inline;
	clear:left;
	float:left;
	font-size: 13px;
	font-weight: normal;
	min-width: 40px;
}

#postingDetail #showDetail input[type="input"],
#postingDetail #showDetail textarea {
	border: 0;
	background: none transparent;
}

#postingDetail #detailAccordion,
#postingDetail #detailAccordion h3,
#postingDetail #detailAccordion div.fold {
	background:none transparent;
	border:0;
	color:inherit;
	border-radius: 0;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false) !important";
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false) !important";
}
#postingDetail #detailAccordion {
	border:2px solid #857f75;
	border-radius:10px;
	padding: 10px 0;
	height: 500px;
}
#postingDetail #detailAccordion h3 {
	padding:7px 0 7px 7.25%;
	color:#FFF;
	background-color:#857f75;
	border: 0 !important;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	border-bottom: 1px dotted white !important;
	width: 93%;
}
#postingDetail #detailAccordion div.fold {
	padding-left:15px;
    padding-right : 15px;
    height : 275px;
    clear : both;
}
.fold .row {
	width:100%;
    margin-bottom: 2px;
}
.fold .row input{
    width: 51%;
    margin-left: 3%;
}
.row h4 {
    font-size: 14px;
    border-bottom: 1px dotted;
    margin: 10px 0;
}
.fold label, .fold .label {
    float: left;
    margin: 0 12px 0 0;
    clear: left;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
}
#editDialog .fold label, 
#editDialog .fold .label {
	margin: 0 12px 0 0;
}
.fold input[type = 'radio']{
    width : 25px;
}

#detailAccordion h3.ui-state-active .ui-icon {
	background-image: url('/communityplatform/public/styles/themes/images/ui-icons_fbc856_256x240.png');
}
#detailAccordion h3.ui-state-default .ui-icon {
	background-image: url('/communityplatform/public/styles/themes/images/ui-icons_fbc856_256x240.png');
}

.classifiedsDialog.ui-dialog .ui-dialog-buttonpane {
	border: 0;
	/*margin-top: -86px;*/
	padding-top: 0;
	/*padding-right: 44px;*/
}

.classifiedsDialog .ui-dialog-titlebar.ui-widget-header {
    background: none transparent;
    border: none;
    z-index: 9;
}

/*.classifiedsDialog.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {*/
	/*float: left;*/
	/*margin-left: 16px;*/
/*}*/

.ui-widget-overlay {
	background-color:#333 !important;
	background-image:none !important;
}

#selectPostedBy{
    width: 100px;
}

#minAttendees, #maxAttendees{
    width: 75px;
}

#greatFor{
    width:  100px;
}

#shareDialog #share,
#respondDialog #respond,
#noAssociation {
	/*background-color: #FAF6F1;*/
    /*box-shadow: 0px 0px 30px -5px #000;*/
    /*-webkit-box-shadow: 0px 0px 30px -5px #000;*/
    /*-moz-box-shadow: 0px 0px 30px -5px #000;*/
    padding:20px;
    min-height: 490px;
}

#addKeywordButton {
    cursor: pointer;
    float: right;
    background-image: url("/communityplatform/public/images/community/common/add.png");
    background-repeat: no-repeat;
    height: 16px;
    margin: -20px 0 0 0;
    width: 25px;
    padding-left: 20px;
    text-decoration: underline;
}
#keywordInput{
    width : 41%;
}

#keywordsDiv #addKeywordWrapper{
    float : left;
    width: 100%;
}

#keywordsDiv #addKeywordWrapper label{
    /*width : auto;*/
}

#keywordsDiv #selectedKeywords{
    clear : both;
    margin-top: 7px;
    float: left;
    width: 54%;
    margin-left: 46%;
}

.selectedKeyword{
    padding: 3px 15px 3px 25px;
    margin: 0 10px 0 0;
    float : left;
    text-align: center;
    border: 1px solid #857F75;
    background-color: #C4BFB8;
    background-image: url("/communityplatform/public/images/community/common/cross.png");
    background-repeat: no-repeat;
    background-position: 3px;
    cursor: pointer;
    border-radius: 16px;
}

.linkToSearch{
    cursor : pointer;
}

.linkToSearch:hover{
    text-decoration: underline;
    color: #F47920;
}

.ui-multiselect.ui-widget,
.ui-multiselect-menu.ui-widget-content .ui-widget-header,
.ui-multiselect-menu.ui-widget-content,
.ui-datepicker.ui-widget-content {
	border: 1px solid #857f75!important;
	background-color: #e7e3dc !important;
	background-image: none;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
	color: #666 !important;
}
.ui-multiselect-menu.ui-widget.ui-widget-content.ui-multiselect-single .ui-widget-header.ui-multiselect-header {
	background-color:#FFF;
	border: 1px solid #857f75!important;
}
.ui-multiselect-checkboxes label {
	border: none !important;
	background: none transparent !important;
	color: #333 !important;
	font-size: 12px;
}
.ui-multiselect-checkboxes label:hover {
	background-color: #bdb9b0 !important;
}
.ui-multiselect-all,
.ui-multiselect-none {
	font-size: 12px;
}
.ui-datepicker-header.ui-widget-header {
	border: 0 !important;
	background-color: transparent;
}
.ui-datepicker.ui-widget-content a.ui-state-default {
	color: #333 !important;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
	top: 5px;
	width: 1em;
	height: 1em;
}
.ui-datepicker .ui-datepicker-prev:hover, 
.ui-datepicker .ui-datepicker-next:hover {
	top: 4px;
}
.ui-button.ui-widget.ui-button-text-only span {
	background-color: #857f75 !important;
	border: none !important;
	color: #FFF !important;
	font-size: 16px;
}
.ui-button.ui-widget.ui-button-text-only span:hover {
	background-color: #ff8800 !important;
	box-shadow: 0px 0px 5px -3px #000;
	-webkit-box-shadow: 0px 0px 5px -3px #000; 
	-moz-box-shadow: 0px 0px 5px -3px #000; 
	
}
.ui-button.ui-widget.ui-button-text-only {
	border: none !important;
}

.disclaimer {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 30px;
	font-style: italic;
	text-align: center;
}
#responseForm .instr,
#share .instr {
	line-height: 16px;
	margin: 10px;
	font-size: 13px;
	font-style: normal;
}
.row {
	width:100%;
}
.row .cell {
	display: inline;
	float: left;
	padding: 0 15px 0;
}
#responseForm .row .cell label {
	display:block;
	font-size:13px;
}
#responseForm textarea,
#share textarea {
	width: 95%;
	margin: 10px 2%;
	padding: 7px;
	height: 130px;
}
#share .col {
	width: 28%;
	float: left;
	margin-right: 5%;
}
#share img {
	max-width: 60px;
	display: block;
	margin: 30px 39px;
	cursor: pointer;
}
#share img:hover {
	max-width: 64px;
}
.shareByTitle {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 2px #999 dotted;
	width: 100%;
	margin-bottom: 10px;
}

/* Standalone page */

.standAlone #leftColumn {
	width: 100% !important;
}
.standAlone #leftCol, 
.standAlone #rightCol {
	width: 43%;
	float: left;
	margin: 0 3%;
}

/**/

#dataTable th.sorting {
	padding-right: 17px;
}

#permalink {
	margin-top: 10px;
	font-size: 11px;
	line-height: 13px;
	word-break: break-all;
}
#permaLinkBox {
	width: 93%;
	height: 40px;
}

.createNewClassifiedButton {
	margin-left: -1px;
}

#notAssociated {
	min-height:10px;
	float: left;
	line-height: 16px;
	margin: 0;
    width: 90%;
}
#notAssociated .link {
    float: right;
}
#notAssociated .link .tooltip {
    margin-right: 0px;
}
div.postAsOrgDescription {
    margin: 17px 12px 8px;
    background-color: #F5F0E8;
    padding: 14px;
    box-shadow: 2px 2px 16px -2px #999;
    line-height: 15px;
}
.postAsOrgDescription {
	margin: 6px 0 0 0;
}

.link {
	text-decoration: underline;
	color:#1c53b4;
	cursor: pointer;
}

.dialogPrintButton {
	display: none;
}

#detailAccordion.showAll .fold {
	display: block !important;
}

.ui-multiselect-menu.ui-widget-content, .ui-widget-header.ui-multiselect-header {
	border-radius: 0;
	background-color:#FFF !important;
}
#title {
	width: 99%;
}	
.fold.hidden {
	position: absolute !important;
	top: -1000px;
}

.sendContent div {
    max-height: 100px;
    overflow: auto;
    border: 1px solid #999;
    padding: 7px;
    font-size: 13px;
    line-height: 16px;
}
.chzn-container {
	width: 100% !important;
}
span.universityProjectDescription {
    font-size: 12px;
}
div#descriptionDiv label {
    width: 100% !important;
}
.subcategory.postingRow>div {
    width: 59%;
    float: right;
}
#postingDetail div#dialogSubCategories .subcategory.postingRow>div .ui-multiselect {
    width: 93% !important;
}

#detailAccordion .fold .row {
    clear: both;
    width: 100%;
    float: left;
    margin: 0 0 5px;
    padding: 0;
}
#loading {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 3000;
	background: url('../../../images/community/common/loading_md.gif') no-repeat #fff;
	box-shadow: 0px 0px 16px -3px #000;
	-webkit-box-shadow: 0px 0px 16px -3px #000;
	-moz-box-shadow: 0px 0px 16px -3px #000;
	border-radius: 50px;
	text-align: center;
	font-weight: normal;
	left: 46%;
	top: 410px;
	display: none;
}
#disclaimerLink {
    text-decoration: underline;
    color: #0000d6;
    cursor: pointer;
}
div#sencDisclaimer {
    float: left;
}
.ui-multiselect-menu.ui-widget.ui-widget-content {
    min-width: 220px;
}

/* Mobile Styles */

@media screen and (max-width : 800px) {
	#wrapper #classifiedsPage #leftColumn {
		width: 65%;
	}
	#wrapper #classifiedsPage #rightSidebar {
		width: 30%;
	}
}
@media screen and (max-width : 600px) {
	#wrapper #classifiedsPage #leftColumn,
	#wrapper #classifiedsPage #rightSidebar {
		width: 100%;
        background-color: transparent !important;
        box-shadow: none !important;
        margin: 0;
        padding: 0;
	}
	#wrapper #searchDiv>div {
		width: 100%;
		float: left;
	}
	.ui-dialog.ui-widget.classifiedsDialog {
		width: 100% !important;
		margin: 0 !important;
		left: 0 !important;
	}
	.transparent .ui-dialog-content.ui-widget-content {
		margin: 0 !important;
		width: 100% !important;
		padding: 0 !important;
	}
	#editDialog #leftCol, #editDialog #rightCol {
		width: 97%;
	}
	form#classifiedForm {
		overflow: scroll;
		float: left;
		height: 84%;
	}
	#postingDetail #detailAccordion div.fold {
		display: block !important;
		height: auto !important;
	}
	#postingDetail #detailAccordion {
		border: none;
	}
    .jcarousel-skin-classifieds, .carslBtn {
        display: none;
    }
    #wrapper .jcarousel-skin-classifieds .jcarousel-clip-horizontal {
        width: 209px;
    }
	input.createNewClassifiedButton.custStyle.add {
		width: 95%;
	}
    #wrapper div#classifiedSearchResults {
        margin: 20px 5%;
        float: left;
        width: 90%;
    }
    #wrapper #classifiedsPage #leftColumn #findAPosting #searchDiv, #wrapper #classifiedSearchResults #searchDiv {
        width: 100%;
        margin: 0;
        padding-left: 2%;
        padding-right: 2%;
        background-color: transparent !important;
        box-shadow: none !important;
        padding-right: 0;
        padding-left: 0;
    }
    div#classifiedSearchResults div#leftColumn ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    div#classifiedSearchResults div#leftColumn ul .classifiedBlock {
        padding: 15px 4% !important;
        width: 92%;
    }
    #detailDialog #postingDetail #leftCol, #detailDialog #postingDetail #rightCol {
        width: 91%;
        padding: 20px 4%;
        margin: 0;
    }
    .shareTitle1 {
        width: 94%;
    }
    #responseForm textarea, #share textarea {
        font-size: 12px;
        width: 81%;
        height: 90px;
    }
    #wrapper .labels label {
        padding-left: 0;
    }
    #wrapper .ui-dialog .ui-dialog-buttonpane button {
        font-size: 15px;
        margin-right: 5px;
    }

}

/* End Mobile */
