.marketplace-page td {
  font-size: 14px;
}

.marketplace-wrapper {
  border: 10px solid rgba(0,0,0,.25);
  border-radius: 5px;
}

.marketplace {
  background: #fff;
  text-align: left;
  padding: 40px 80px;
  box-sizing: border-box;
}

#marketplace-breadcrumbs {
  padding: 0;
  margin-bottom: 0px;
  font-style: italic;
}

#marketplace-breadcrumbs a {
  color: #0a1b2f;
}

.crmSearch .viewcontentClass {
  box-sizing: border-box;
  padding-left: 20px;
}

.crm_advanced_search input[type="text"] {
  width: 69%;
  border: 3px solid #7f7f7f;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}

@-moz-document url-prefix() {
  .crm_advanced_search input[type="text"] {
    width: 68%;
  }
}

.crm_advanced_search input[type="submit"] {
  border: 0 !important;
  padding: 20px 10px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  background: #4f4f4f !important;
}

.marketplace-page .divFilter input:focus, .marketplace-page .divFilter input:hover {
    box-shadow: 0px 0px 8px 4px rgb(21, 142, 235) !important;
}

.marketplace-page .sidebarClass {
  border: 0;
}

.marketplace-page .sidebarClass:first-child div:first-child span {
  display: none;
}

.marketplace-page .sidebarImageClass {
  background: url('https://p1cdn2static.civiclive.com/UserFiles/Servers/Server_11088709/Templates/search-the-marketplace.png') no-repeat;
}

.marketplace-page .divFilter {
  padding-left: 10px;
  background: #54595c;
  color: #fff;
  padding: 20px;
}

.marketplace-page .divFilter input {
  margin-bottom: 7px;
  margin-left: 15px;
}

.marketplace-page .sidebarClass hr.linebreak {
  border-top: 1px solid #63815a;
}

.marketplace-page .DisplaySearch .header {
  background: #e3e3e4;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 15px;
}

.marketplace-page .DisplaySearch .header span {
  position: relative;
  top: 4px;
}

.marketplace-page .divFilter span {
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  margin-left: 10px;
}

.marketplace-page .divFilter span.filter_sub_header {
  padding-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.marketplace-page .item-search .title-panel {
  width: 75%;
  float: left;
}

.marketplace-page .item-search .image-panel {
  width: 20%;
  float: right;
}

.marketplace-page .item-search .image-panel .image img {
  width: 100%;
  height: auto;
}

.marketplace-page .title a,
.marketplace-page .title {
  font-size: 21px;
  font-weight: bold;
  color: #0a1b2f;
  text-decoration: none;
  display: block;
}

.marketplace-page .title a:hover {
  color: #559442;
}

.marketplace-page .subtitle {
  font-size: 13px;
  font-style: italic;
  color: #464646;
  margin-bottom: 20px;
}

.marketplace-page .price {
  background: #a4cc47;
  padding: 15px;
  display: inline-block;
  font-weight: bold;
}

.item .image-panel .price {
  margin-bottom: 20px;
  float: right;
}

.marketplace-page .description {
  font-size: 14px;
  line-height: 1.6;
  color: #0a1b2f;
}

.marketplace-page .marketplace-search-image img {
  width: 125px;
  height: auto;
}

.marketplace-page .item .contactdetails ul {
  padding-left: 0;
}

.marketplace-page .item .contactdetails li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

.marketplace_add_item_button {
  float: right;
}

.marketplace_add_item_button a {
  display: block;
  color: #ffffff !important;
  background: #54595c;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 30px;  
  box-shadow: 0px 4px 0px rgba(0,0,0,.4);  
}

.marketplace_add_item_button a:hover {
  opacity: .9;
}

.marketplace_add_item_button a:active {
  position: relative;
  top: 2px;
}

.marketplace-page .item-search {
  border-bottom: 1px solid #7f7f7f;
  margin-bottom: 10px;
}

.marketplace-page .divFilter div {
  display: block !important;
}

.marketplace-page .moreBtn {
  display: none;
}

.marketplace-page .item:before,
.marketplace-page .item:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.marketplace-page .item:after {
    clear: both;
}

.marketplace-page .item {
    *zoom: 1;
}



/* Single view */

.marketplace-page .ptl_col_1 {
  width: 98%;
  padding: 1%;
  overflow: hidden;
}

.marketplace-page .ptl_col_1_2 {
  width: 48%;
  padding: 1%;
}

.marketplace-page .viewTemplatePortlet {
  width: auto;
  padding: 0;
}

.marketplace-page .back-to-search-btn {
  float: none;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: -12px;
}

.marketplace-page .back-to-search-btn a {
  box-shadow: none;
  background: #559442;
  color: #fff;
}

.marketplace-page .back-to-search-btn a:before {
  content: '<<';
  position: relative;
  left: -5px;
  letter-spacing: -1.5px;
}

.marketplace-page .item-view .subtitle {
  font-style: normal;
  margin-bottom: 20px;
}

.marketplace-page .item-view .title-panel {
  width: 52%;
  float: left;
  margin-bottom: 20px;  
}

.marketplace-page .item-view .image-panel {
  width: 40%;
  float: right;
}

.marketplace-page .item-view .image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.marketplace-page .item-view .thumbnails img {
  width: 31%;
  float: left;
  height: auto;
  margin-right: 2%;
}

.marketplace-page .item-view .thumbnails img:hover {
  opacity: .8;
  cursor: pointer;
}

.marketplace-page .item-view .price {
  float: left;
  margin-right: 20px;
  font-size: 18px;
}

.marketplace-page .item-view .title-wrapper {
  float: left;
}

.marketplace-page .item-contactdetails {
  background: #e3e3e4;
  padding: 20px;
  width: 100%;
}

.marketplace-forsale-contactdetails-body .marketplace-subpanel-title {
  font-weight: bold;
  font-size: 16px;
  color: #0a1b2f;
  margin-bottom: 10px;
}

.marketplace-page .item-contactdetails ul {
  padding-left: 0;
  list-style: none;
}

.marketplace-page .item-contactdetails li {
  margin-bottom: 5px;
}

.marketplace-page .contactdetails li.email:before,
.marketplace-page .item-contactdetails li.email:before {
    content: '';
    background: url('https://p1cdn2static.civiclive.com/UserFiles/Servers/Server_11088709/Templates/phone-email.png');
    background-size: auto 18px;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.marketplace-page .contactdetails li.phone:before,
.marketplace-page .item-contactdetails li.phone:before {
    content: '';
    background: url('https://p1cdn2static.civiclive.com/UserFiles/Servers/Server_11088709/Templates/phone-email.png');
    background-size: auto 18px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.marketplace-page .contactdetails li span,
.marketplace-page .item-contactdetails li span {
  position: relative;
  vertical-align: middle;
}

.marketplace-page .actionview {
  margin-top: 15px;
  width: 70.5%;
  float: right;  
  background: #e3e3e4;
  padding: 20px;  
}

.marketplace-page .actionview .tbl_header {
  background: none;
  border: none;
  text-transform: none;
  font-weight: bold;
  font-size: 16px;
  color: #0a1b2f;
  margin-bottom: 10px; 
  padding-left: 0; 
}

.marketplace-page .actionview .action_btn_div {
  border: none;
}

/* Add item */

.CRM_create_header, 
.crm_create_header {
  background: none;
  border: none;
  text-transform: none;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.CRM_create_header img,
.crm_create_header img {
  display: none;
}

.crm_create_object_types {
  border: 0 !important;
}

.crm_create_object_types .grid_row img, 
.crm_create_object_types .grid_row_alt img {
  display: none;
}

.crm_create_object_types .grid_row { 
  background: #f2f2f2;
}

.crm_create_object_types .grid_row_alt { 
  background: #ffffff;
}

.crm_create_div .tbl_header {
  display: none;
}

.crm_create_div table {
  border: 0 !important;
}

.crm_create_div .tbl_row_text, 
.crm_create_div .tbl_row_text_left {
  text-align: left;
  width: 50px;
  font-weight: normal;
}

.crm_create_div input {
  border: 1px solid #ccc;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 2px;
  width: 210px;
  margin-right: 10px;
}

.CrmApplicationTitle {
  /*margin-bottom: -30px;*/
  width: 96%;
  border-bottom: 1px solid #bfbfbf;
  font-size: 21px;
  font-weight: bold;  
}

.marketplace-page .viewPortlet {
  width: auto;
}

.marketplace-page input[type="submit"].button {
  border: 0;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 5px;
  background: #559442;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}


.marketplace-page .button:hover {
  opacity: .8;
}

.marketplace-page  input[type="submit"].button:nth-child(2) {
  background: #6f6f6f;
}

.RadComboBox_Simple {
  width: 502px !important;
}

.RadComboBox_Simple table { 
  width: 490px !important;
}

.crm_gridview_table .header .header_left {
  display: none;
}

.crm_gridview_table,
.crm_object_edit {
  background: none;
  border: 0 !important;
}

.crm_gridview_table .tbl_row_text,
.crm_gridview_table .tbl_row_text_left {
  text-align: left;
  font-weight: normal;
}

.crm_gridview_table input,
.crm_gridview_table textarea,
.crm_gridview_table select {
  border: 1px solid #ccc;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 2px;
  margin-right: 10px;
}

.crm_gridview_table input[type="text"],
.crm_gridview_table textarea {
  width: 88.5%;
}

.crm_gridview_table select {
  width: 95%;
}

.css_crm_thumbnail img {
  display: none !important;
}

.css_crm_thumbnail {
  font-weight: normal;
  font-size: 12px;
}

td.header_right {
  width: 100%;
  text-align: right;
  position: relative;
  left: -25px;
}

#ctl00_ContentPlaceHolder1_ctl08_ctl01_ctl00_pnlError {
  margin-top: 20px;
  background: #eee;
  padding: 20px;
  width: 90%;
}

.additemfield_desc {
  font-style: italic;
  font-size: 12px;
}

input[class*='_FileUpload'] {
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    min-width: 900px;
}