body {
    font-family: 'Open Sans';
}
a {
  /*color: #004F77;*/
  color: #39FF14;
}
h3 {
  font-weight: normal;
  /*color: #6C609E;*/
  color: #000;
  font-size: 22.5px;
}

.pattitle{
  font-weight: bold;
  text-decoration: underline;
  font-size:  14px;
} 
.navbar .container {
  max-width: 940px;
  
}

.navbar-inner >.container {
  padding-top: 10px;
}

/* #menu {
  border-top: 2px solid #1abc9c;
}
 */
.custom-navbar-inner {
  background-color: #FFF !important;
}

#menu a{
  color: #39FF14;
  /* color: #7a4076; */
  /* color: #FFF; */
  text-shadow: none;
}

#menu .brand {
  font-size: 15px;
}
#menu #add-listing {
  font-weight: bold;
}

.fstar {
  float: right;
}

.listing {
  margin-bottom: 1.5em;
  padding: 14px 0px 14px 14px;
  background-color: #f5f5f5;
  text-align: initial;
}

.listing strong {
  font-size: 16px;
}

.listing-photos {
  background-color: #f1f1f1;
  padding: 0.5em;
  margin-top: 1em;
}

/*  styles for the unit rater     */
.near-listing, .top-listing {
  margin-bottom: 1em;
  background-color: #f5f5f5;  
  padding: 0.5em;
}
.ratingblock, #ratingblock {
  width: 125px;
  display:block;
  height: 20px;
  }
  
.unit-rating { /* the UL */
  list-style:none;
  margin: 0px;
  padding:0px;
  height: 25px;
  position: relative;
  background: url('i/alt_star.png') top left repeat-x;    
  }

.unit-rating li{
    text-indent: -90000px;
  padding:0px;
  margin:0px;
  /*\*/
  float: left;
  /* */
  }
  
.unit-rating li a {
  outline: none;
  display:block;
  width:25px;
  height: 25px;
  text-decoration: none;
  text-indent: -9000px;
  z-index: 20;
  position: absolute;
  padding: 0px;
  }
  
.unit-rating li a:hover {
  background: url('i/alt_star.png') left center;
  z-index: 2;
  left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:25px;}
.unit-rating a.r2-unit{left:25px;}
.unit-rating a.r2-unit:hover{width: 50px;}
.unit-rating a.r3-unit{left: 50px;}
.unit-rating a.r3-unit:hover{width: 75px;}
.unit-rating a.r4-unit{left: 75px;} 
.unit-rating a.r4-unit:hover{width: 100px;}
.unit-rating a.r5-unit{left: 100px;}
.unit-rating a.r5-unit:hover{width: 125px;}

.unit-rating li.current-rating {
  background: url('i/alt_star.png') left bottom;
  position: absolute;
  height: 25px;
  display: block;
  text-indent: -9000px;
  z-index: 1;
  }

.voted {color:#999;}
.thanks {color:#36AA3D;}
div#qTip {
  padding: 3px;
  /* border: 1px solid #666;*/
  display: none;
  background: #fff;
  color: #000;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
#ratingtxt { padding-top: 5px; }

#totalvotes {
    /* total number of votes - set this
     * to hidden if you don't want to display the
     * its contents */
    visibility: hidden;
}

#ratingWidget {
  margin: 1em 0;
}

#divMap {
  border: 1px solid rgb(245,245,245);
  overflow:hidden; 
  display:block;
  width: 100%; 
  height: 320px;
  margin-bottom: 1em;
}

#map {
  width: 100%;
}

.recaptcha {
  margin-bottom: 1em;
}
.recaptcha * {
    border: 0 !important;
    line-height: normal !important;
}
#recaptcha_table{ table-layout: auto; }

#divMap img, .recaptcha img {
  max-width: none;
}

.stars {
  width: 125px;
}

.important, #top-rated {
  background-color: #e74c3c;
}

#listings-title, .alt-title {
  background-color: #3498db;
}

#footer {
  margin-top: 3em;
}

#footer .navbar-inner {
  background-color: #fff;
}

#footer .navbar-inner a {
  text-shadow: none;
  color: #333;
}

#small-photos {
  margin: 1em 0;
}

.review-controls, .photos-controls, .user-controls {
  margin: 1em 0;
}

#reviews-block {
  margin-top: 1em;
}

.review-box {
  background-color: #f5f5f5;
  color: #454545;
  margin-bottom: 1em;
  padding: 1em;
  position: relative;
}

.review-box img {
  width: 26px;
}
.review-box a.reviwer-name  {
  margin-left: 0.5em;
}

.reviwer-name {
  margin-left: 0.5em;
}

.review-time {
  margin-top: 1em;
  margin-bottom: 0;
}

.review-box-text {
  margin-top: 1em;
}

#social-bookmarks a {
  opacity: 0.6;
}

#social-bookmarks a:hover {
  opacity: 0.9;
}

.message, .error-message {
  color: #a00;
  margin-bottom: 1em;
}

/**
 * PAGINATOR
 */

#paginator span {
  display: inline-block;
  min-width: 18px;
  padding: 5px;
}

#paginator span a:hover {
  text-decoration: none;
}

#paginator span.current {
  color: #000;
  font-weight: bold;
}

/**
 * AUTOCOMPLETE
 */

.auto_complete    {
  background-color: #fff;
  border: 1px solid #1C0113;
  z-index: 5;
  cursor: pointer;
  display: none;
  margin-top: -10px;
  position: absolute;
}

.autocomplete {
  margin: 0;
}

.autocomplete li {
  list-style: none;
  border-top: 1px solid #ccc;
  color: #1C0113;
  font-weight: bold;
  padding: 10px;
  margin: 0;
}

.auto_complete  li:hover {
  background-color: #ffb;
}

@media (min-width: 768px) and (max-width: 979px) {

  #social-bookmarks img {
    margin-bottom: 0.5em;
  }

}

@media (max-width: 767px) {

}

.centered-pills { text-align:center; }
.centered-pills h4{ text-align: left; }
.centered-pills span{ text-align: left!important; float:left;  }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills ul> li> a { float:left; }
* html .centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline; } /* IE7 */

.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
  /* background-color: #08c; */
  background-color: #7A4076;
}

#review, #ratingWidget .btn{
  display:none;
}

#main_sidebar{
  text-align:center;
}

.listing1{  
  float: left;
  width: 39px;;
  height: 28px;
  padding-top: 11px;
  text-align: center;
  color: white !important;
  margin-right: 4px;
  border-radius: 5px;
  }

  .listing1-prom{  
  float: left;
    width: 39px;
   /* width: 4.9%;*/
  height: 28px;
  padding-top: 11px;
 /* background-color: #7A4076; */
  text-align: center;
  color: white !important;
  margin-right: 4px;
  border-radius: 5px;
  background-image: url("../img/promoted-listing.png");
  background-size:cover;
  }

 /* .listing strong{ margin-top: 4px;} */
  .listing2{
    width: 100%;
 /* margin-left: 5%; */
  /* display:table; */
  overflow:auto;
  }
  
  .listhead{   text-align: center;
  color: #FFFFFF;
  background-color: #7A4076;}


  /* The Modal (background) */
.requestmodal, .loginpopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 200; /* Sit on top */
    padding-top: 2%; /* Location of the box */
    /*padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.requestmodal-content {
    /*position: relative;*/
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 52%;
    max-height: 90%;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@media only screen and (max-width: 425px) {
    .requestmodal-content {
      width: 270px;
    }
}

.loginpopup-content {
    /*position: relative;*/
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 12px solid #FFF;
    width: 265px;
    /*width: 19%;*/    
    max-height: 90%;
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top: -300px; opacity:0}
    to {top:0; opacity:1}
}


/* The Close Button */
.requestmodal-close, .loginpopup-close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
}

.requestmodal-close:hover,
.requestmodal-close:focus,
.loginpopup-close:hover,
.loginpopup-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.requestmodal-body, .reportmodal-body, .pathlist-body {padding: 20px 20px;}
.loginpopup-body {padding: 20px 20px; text-align: center; background-color: #000000 /*#2a2829 #7A4076*/;}
.loginpopup-body a {
  color: #FFF;
}
.loginpopup-body hr {
  margin: 0px 0px 8px 0px;
}

.loginpopup-body input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
  text-align: center;
}
.loginpopup-body input::-moz-placeholder { /* Firefox 19+ */
    color: #000;
  text-align: center;
}
.loginpopup-body input:-ms-input-placeholder { /* IE 10+ */
    color: #000;
  text-align: center;
}
.loginpopup-body input:-moz-placeholder { /* Firefox 18- */
    color: #000;
  text-align: center;
}

.openRequestModal {
  float:right;
  background-image: url("../img/asklistingpromote.png");
  background-size:cover;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.multiselect-wrapper {
  overflow:auto;
}

.multiselect {
  overflow: scroll;
}

.city-all-wrapper, .cat-all-wrapper {
  width: 100%;
  display:block;
  float:left;
}

@media only screen and (min-width: 969px) {
    .city-all-wrapper, .cat-all-wrapper {
      float:left;
      width: 50%;
      display:inline-block;
    }
}


.city-input, .city-input-button {
  float:left;
  margin: 4px;
}

.city-input-wrapper{
  clear:both;
  display:none;
}

.city-input-main{
  clear:both;
}

.clickable {
  cursor: pointer;
}

#updates_box{
/*border: 1px solid #CCC;*/
float:left;
padding:1em;
height:300px;
overflow-y:auto;
/*width: 95%;*/
}

.update_row{
float:left;
line-height:13px;
margin-bottom:1em;
border-bottom: solid 1px #AAA;
width:100%;
padding-bottom: 1em;
margin-top: 7px;
}

.update_column1{
float:left;
min-height: 1px;
width:20%;
padding:0.3em;
}
.update_column2{
float:left;
min-height: 1px;
width:70%;
padding:0.3em;
}

.update_date{
text-align:left;
font-size:10px;
line-height:19px;
}

.update_username{
text-align:left;
font-size:10px;
line-height:17px;
text-align:center;
}

.update_content{
text-align:left;
font-size:0.9em;
font-weight:bold;
line-height:13px;
}

.update_profile_pic{
  width:90%;
  height:auto;
}

.update_image img{
  height:auto;
  width:80%;
  max-width:200px;
}

.text-link, .text-link-request{
  float:right;
  font-weight:bold;
  font-size:12px;
  cursor:pointer;
  border-radius:6px;
  /*background: #7a4076;*/
  background: #000;
  color: #FFF;
  padding:1px 12px;
  width:100px;
}

.text-link-request{
  float: none;
  display: inline;
  margin-left: 15px;
}

.up_com_box{
  width:90%;
  margin:5px 0px 15px 0px;
}

.mood-box {
  float:left;
  /*width:14%;*/
}

.ratingmood{
  display:block;
  /*margin-left: 20px;*/
}

.mood-box .ratingmood {
  margin-top: 15px;
  margin: 0 auto;
}


.listing2-wrapper{
  float:left;
  width:80%;
}

.custom-navbar-inner {
  background-color: #562653;
}

/* BackToTop */

.backtotop-content {
  display: none;
  position: fixed;
  z-index: 1;
  right: 3%;
  bottom: 3%;
  width: 100px;
  -webkit-animation-name: backtotopanim;
  -webkit-animation-duration: 0.4s;
  animation-name: backtotopanim;
  animation-duration: 0.4s;
  
}

/* BackToTopAnimatin */
@-webkit-keyframes slowAppear {
    from {opacity:0.3}
    to {opacity:1}
}

@keyframes slowAppear {
    from {opacity:0.3}
    to {opacity:1}
}

/* BackToTopAnimatin */
@-webkit-keyframes backtotopanim {
    from {bottom: 1%; opacity:0}
    to {opacity:1}
}

@keyframes backtotopanim {
    from {bottom: 1%; opacity:0}
    to {opacity:1}
}

.listing-title {
  display: inline-block;
}

#social-bookmarks {
  margin-top: 20px;
  width: auto !important;
}

#states-box {

}

.state {
  display:inline-block;
  margin: 4px 5px 0px 0px;
}

#reviews-block .review-box .state {
  margin: 0px 5px 0px 0px;
  vertical-align: top;
}

.state .listing1 strong {
  display: inline-block;
  margin-top: 11px;
}

.state .listing1 {
  width: 40px;
  height: 39px;
  padding-top: 0px;
}

.state img {
  width: 41px;
  height: 40px;
}

.review-info {
  display: inline-block;
  width: 80%;
  vertical-align: middle; 
}

.review-box #ratingWidget {
  display: inline-block;
  /*width: 10%;*/
  margin: 0px;
  vertical-align: middle;
}

.review-box #ratingWidget img {
  width:55px;
  height:auto;
  margin: 0 auto;
}

.select-mood-box{
  float: right;
  margin: 5px;
}

.select-mood-box img{
  margin:5px;
  cursor:pointer;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.mood-b {
opacity: 0.3;
}

.mood-b-selected {
/*-webkit-animation-name: slowAppear;
-webkit-animation-duration: 0.4s;
animation-name: slowAppear;
animation-duration: 0.4s;*/
opacity: 1;
}

.remove-link {
  padding-top: 11px;
}

.remove-link-stop {
  
}

.remove-link:hover,.remove-link-stop:hover {
  text-decoration: underline;
}

#custom-file-upload {
border: 1px solid #ccc;
display: inline-block;
padding: 5px 12px;
cursor: pointer;
}

.fileUploaded {
    font-weight: bold;
}

#uploadBox {
  float: right;
  margin-right: 5px;
}
#uploadBox label{
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.bt-disabled {
  background-image: linear-gradient(to bottom, #EEEEEE, #EEEEEE);
  background-color: #EEEEEE;
  cursor: default;
  color: #CCCCCC;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}


div.general-info a, footer a{
  /* color: #7A4076; */
  color: #39FF14;
  font-weight: bold;
}

div.general-info a:hover, footer a:hover{
  /* color: #7A4076; */
  color: #39FF14;
  text-decoration: underline;
  font-weight: bold;
}

a.spotTitle, a.spotTitle:hover {
  /*color: #002B7E; */
  color: black;
}


div.floating-buttons {
  position: absolute;
  top: 10px;
  right: 15px;
}

a.floating-btn, div.report-btn {
  float: right;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 13px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .17;
  margin-left:10px;
}

div.report-btn {
  background-image: url('/img/flag.png');
  background-size: cover;
  width: 13px;
  height: 13px;
  opacity: 1;
  cursor: pointer;
}

a.floating-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a#add-listing {
  /* border: 2px solid #7a4076; */
  border: 2px solid black;
  /* border: 2px solid #FFFFFF; */
}

.listing-notvoted {
   background-image: url("../img/upbutton.png");
}
.listing-notvotedP {
   background-image: url("../img/positive.png");
}
.listing-notvotedN {
   background-image: url("../img/negative.png");
}

.listing-novotes {
  background-image: url("../img/no_votes_icon.png");
}

.listing-novotes strong {
  display:none;
}

.listing-voted{
  /*background-color: #999;*/
  background-color: black;
}

.blue-btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    color: #FFF;
    background-color: #067cd0;
    background-image: -moz-linear-gradient(top,#06a1d0,#06a1d0);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#06a1d0),to(#06a1d0));
    background-image: -webkit-linear-gradient(top,#06a1d0,#06a1d0);
    background-image: -o-linear-gradient(top,#06a1d0,#06a1d0);
    background-image: linear-gradient(to bottom,#06a1d0,#06a1d0);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);
}

a.current_city {
  color: #067cd0;
  /*font-weight: bold;*/
}

a.current_city:hover {
  color: #067cd0;
  /*font-weight: bold;*/
}



.btn-login {
  margin: 10px 0px 0px 0px;
  padding: 4px 17px;
  /* background: #7A4076; */
  background: #39FF14;
  border: 2px solid #FFF;
  color: #FFF;
  font-weight: bold;
}

.sidebar-new {
  padding: 10px 40px;
  /* background-color: #383431; */
  /* background-color: #2c2b2c; */
  /* background-color: #2a2829; */
  background-color: #000000;
  height: 100%;
  text-align: center;
  /*width:inherit !important;*/
}

.sidebar-new h3 {
  color:#FFF;
  font-weight: bold;
  font-size: 30px;
}

.sidebar-new h4 {
  color:#FFF;
  font-weight: normal;
  font-size: 16px;
}

.sidebar-new ul.cities-block li a{
  font-size: 18px !important;
}

.sidebar-new .sidebar-section-main a {
  color:#FFF;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 7px;
}

.sidebar-new .sidebar-section-footer a {
  color:#FFF;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 1px;
}

.sidebar-new .sidebar-section-footer h4 {
  margin: 5px;
}

.sidebar-new .sidebar-section-main .cities-block a.current_city {
  color:#1aa3d5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}

.sidebar-new hr {
/*  border-top: 1px solid #7a4076 !important;
  border-bottom: 1px solid #7a4076 !important; */
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important;

}

/*.sidebar-new .input.select select, .sidebar-new .input.text input {*/
.sidebar-new .input.select select, .sidebar-new select, .sidebar-new .input.text input {
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  color: #939292e0;
  text-align:center;
  text-align-last:center;
}
.sidebar-new .input.select select::placeholder, .sidebar-new .input.text input::placeholder {
  text-align:center;
  /*color:#000;*/
}

.sidebar-new .input.select select {
  text-align-last:center;
}

@media (min-width: 718px) {
  .sidebar-new {
    position: fixed;
    /*right: 0;*/
    top: 0;
    padding-top: 100px;
    margin-top: -20px;
  }

  .container2 {
    margin-right: initial;
    margin-left: auto;
    width: 93%;
  }

}

.custom-navbar-inner {
  z-index: 99;
  position: relative;
}

.sidebar-section-main {
  display: inline-block;
  width: 100%;
  height:67%;
}
.sidebar-section-footer {
  display: inline-block;
  width: 100%;
  height:33%;
}

.btn-find {
  /* color: #FFF; */
  /* background: #1aa3d5; */
  /* background: #0db410 !important; */
/*  background: #39FF14 !important;
  color: black !important;
  border-radius: 4px !important;

  font-weight: bold;
  font-size: 18px;*/
  /* height: 30px; */
  padding: 8px 25px;
  background-image: url("/img/find.png");
  font-size: 0px;
  border: none;
/*  font-family: 'Open Sans';
  text-transform: uppercase;*/
}
.btn-find1:hover {
  color: #FFF;
  background: #0f97c9;
  border: #1aa3d5;
  /* font-weight: bold; */
  font-size: 18px;
  /* height: 30px; */
  padding: 8px 15px;
}
.cats_wrapper{
  margin-left:0px;
}

.cats_wrapper select{
  width: 100% !important;
}


.mini_profile_pic{
  width: 15%;
  height:auto;
}

.manager_section {
  border: 1px solid #0000001f;
  border-radius: 10px;
  overflow: hidden;
  padding: 7px;
}

.top_row {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
}

#spot_ad_wrapper {
  padding: 0px 0px 20px 0px;
}

.spot_ad {
  min-width: 250px;
  min-height: 250px;
  margin: 0 auto;
}

.date_filter_btnn.activated, .btn, .btn-spot-type1.active {
  /* background: #0d3b28 !important; */
  /* background: #0db410 !important; */
  background: #39FF14 !important;
  /* color: #FFF !important; */
  color: black !important;
   padding: 10px 10px;
 /* padding: 10px 0px;*/
  text-align: center;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #CCC 2px solid; */
   border-radius: 4px !important;
   /* border: grey 2px solid; */
    border: black 2px solid;
}
.btn, .btn-spot-type.active {
  /*background: #562653 !important;*/
  /* background: #0db410 !important; */
  background: #39FF14 !important;
  /* color: #FFF !important; */
  color: black !important;
  /* padding: 10px 15px; */
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #CCC 2px solid;; */
   border-radius: 4px !important;
  /* border: grey 2px solid; */
   border: black 2px solid;
}
.date_filter_btn.activated {
  /*background: #562653 !important;*/
  /* background: #0db410 !important; */
  background: #39FF14 !important;
  /* color: #FFF !important; */
  color: black !important;
  /* padding: 10px 15px; */
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #CCC 2px solid;; */
   border-radius: 4px !important;
  /* border: grey 2px solid; */
   border: black 2px solid;

       background:url("../img/pointer.png") !important;
       background-position: left center !important;
                background-repeat:no-repeat !important;
    /*            background-clip:content-box !important;   */
    background-color: #39FF14 !important;
}

.date_filter_btn, .btn-spot-type {
  display: inline-block;
  /* background: #0db410 !important; */
  background: #FFF !important;
  min-width: 130px;
  padding: 10px 5px;
  text-align: center;
  /* color: #562653 !important; */
   color: black !important;
  font-size: 15px;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #562653 2px solid; */
  border-radius: 4px !important;
  border: black 2px solid;
  margin: 0px 5px;
/*    background-image: url("../img/pointer.png");*/
       background:url("../img/top-voted.png") !important;
       background-position: left center !important;
                background-repeat:no-repeat !important;
   /*             background-clip:content-box !important;  */
}
.btn-spot-type {
  display: inline-block;
  /* background: #0db410 !important; */
  background: #FFF !important;
  min-width: 130px;
  padding: 10px 0px;
  text-align: center;
  /* color: #562653 !important; */
   color: black !important;
  font-size: 15px;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #562653 2px solid; */
  border-radius: 4px !important;
  border: black 2px solid;
  margin: 0px 5px;
/*    background-image: url("../img/pointer.png");*/
       background:url("../img/star.png") !important;
       background-position: left center !important;
                background-repeat:no-repeat !important;
   /*             background-clip:content-box !important;  */
}
.date_filter_btnstar {
  display: inline-block;
  /* background: #0db410 !important; */
  background: #FFF !important;
  min-width: 130px;
  padding: 10px 0px;
  text-align: center;
  /* color: #562653 !important; */
   color: black !important;
  font-size: 15px;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #562653 2px solid; */
  border-radius: 4px !important;
  border: black 2px solid;
  margin: 0px 5px;
/*    background-image: url("../img/pointer.png");*/
       background:url("../img/new-items.png") !important;
       background-position: left center !important;
                background-repeat:no-repeat !important;
   /*             background-clip:content-box !important;  */
}
.date_filter_btnstar.activated, .btn-spot-type.active {
  /*background: #562653 !important;*/
  /* background: #0db410 !important; */
  background: #39FF14 !important;
  /* color: #FFF !important; */
  color: black !important;
  /* padding: 10px 15px; */
  padding: 10px 0px;
  text-align: center;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #CCC 2px solid;; */
   border-radius: 4px !important;
  /* border: grey 2px solid; */
   border: black 2px solid;

       background:url("../img/star.png") !important;
       background-position: left center !important;
                background-repeat:no-repeat !important;
    /*            background-clip:content-box !important;   */
     background-color: #39FF14 !important;
}
.date_filter_btnn, .btn-spot-type1 {
  display: inline-block;
  /* background: #FFF !important; */
  /* background: #0db410 !important; */
  background: #FFF !important;
  min-width: 130px;
  padding: 10px 5px;
  text-align: center;
  /* color: #0d3b28 !important; */
  /* color: #FFF !important; */
  color: black !important;
  font-size: 15px;
  cursor: pointer;
  /* border-radius: 0px !important; */
  /* border: #0d3b28 2px solid; */
  border-radius: 4px !important;
  border: black 2px solid;
  margin: 0px 5px;
}
/*div.photosviews a img {*/
/*    height: 100px;*/
/*    width: auto;*/
/*}*/

.tag_field{
    width: 100%;
}

.js-example-tag-single, .js-example-tag-single22 {
    height: 5em!important;
}