/* Variables */
/* Top info block */
.top-info {
  margin-top: 35px;
  margin-bottom: 40px;
  background-color: #f3ca31;
  text-align: center;
  padding: 15px 10px 20px;
  border-radius: 4px; }

.top-info__text {
  font-size: 16px;
  color: #49535a; }
  .top-info__text:before {
    display: inline-block;
    content: '';
    position: relative;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    top: 4px;
    background: transparent url("/i/app/info-white.svg") center no-repeat; }
  .top-info__text strong {
    font-weight: 900; }

/* Publication time select */
.pub-time {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 4px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); }

.pub-time__title {
  color: #49535a; }

.pub-time__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly; }

.pub-time_count_3 .pub-time__item {
  width: 287px;
  -ms-flex-preferred-size: 287px;
      flex-basis: 287px; }

.pub-time_count_4 .pub-time__item {
  width: 210px;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px; }

.pub-time__item {
  background: -webkit-linear-gradient(90deg, #4a545b, #5b6a75);
  background: linear-gradient(0deg, #4a545b, #5b6a75);
  height: 260px;
  border-radius: 4px;
  padding: 18px; }
  .pub-time__item.pub-time__item_chosen {
    padding: 13px;
    border: 5px solid #f3ca31; }
    .pub-time__item.pub-time__item_chosen .pub-time__item-choose {
      background: #f3ca31;
      cursor: default; }
      .pub-time__item.pub-time__item_chosen .pub-time__item-choose:hover {
        background: #f3ca31; }

.pub-time__item-time {
  margin-top: 8px;
  font-weight: 900;
  font-size: 22px;
  color: white;
  text-transform: uppercase; }

.pub-time__item-pins {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pub-time__item-pin {
  display: block;
  width: 39px;
  height: 8px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 5px; }
  .pub-time__item-pin:last-of-type {
    margin-right: 0; }
  .pub-time__item-pin.pub-time__item-pin_selected {
    background-color: #f3ca31; }

.pub-time__item-price {
  font-size: 40px;
  font-weight: 900;
  color: #f3ca31;
  margin-top: 27px; }
  .pub-time__item-price:after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 22px;
    background: transparent url("/i/app/ruble.svg") center no-repeat;
    margin-left: 5px; }
  .pub-time__item-price + .pub-time__item-discount {
    margin-top: 10px; }
  .pub-time__item-price + .pub-time__item-choose {
    margin-top: 55px; }

.pub-time__item-discount {
  font-size: 16px;
  font-weight: 900;
  color: #f3ca31;
  height: 30px; }
  .pub-time__item-discount:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 21px;
    background: transparent url("/i/app/like.svg") center no-repeat;
    margin-right: 8px; }

.pub-time__item-choose {
  height: 46px;
  margin-top: 15px;
  line-height: 46px;
  display: inline-block;
  width: 100%;
  cursor: pointer; }

/* Payment system select*/
.payment {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); }

.payment__title {
  color: #49535a;
  text-align: center; }

.payment__list {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.payment__item {
  width: 164px;
  -ms-flex-preferred-size: 164px;
      flex-basis: 164px;
  height: 85px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 3px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .payment__item:hover {
    padding: 2px;
    border: 2px solid #1aa5df; }
  .payment__item.payment__item_selected {
    border: 4px solid #f3ca31;
    padding: 0;
    cursor: default; }
    .payment__item.payment__item_selected:hover {
      border: 4px solid #f3ca31;
      padding: 0; }
  .payment__item img {
    margin: auto;
    max-width: 156px;
    max-height: 77px; }

/*Bottom info block*/
.bottom-info {
  margin-top: 45px;
  margin-bottom: 50px; }

.bottom-info__text {
  font-size: 14px;
  color: #49535a;
  text-align: justify;
  line-height: 20px; }
  .bottom-info__text:before {
    /* content: '';  */
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
     /* background: transparent url("/i/app/info.svg") center no-repeat;  */
    top: 4px;
    margin-right: 10px; }

.bottom-info__phone {
  font-weight: 900;
  text-decoration: none;
  color: #49535a; }

/* Cabinet */
.cabinet {
  margin-top: 40px;
  margin-bottom: 60px; }

.cabinet__title {
  color: #49535a;
  text-align: center; }

.cabinet__menu {
  margin-top: 30px; }

.cabinet__menu-item {
  float: left;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  color: #5499b6;
  position: relative; }
  .cabinet__menu-item a {
    color: inherit;
    text-decoration: none;
    font-size: 17px; }
  .cabinet__menu-item.cabinet__menu-item_current {
    background-color: #fff;
    color: #49535a;
    border-radius: 4px;
    box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.08); }
    .cabinet__menu-item.cabinet__menu-item_current:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 8px;
      background-color: #fff;
      bottom: -4px;
      left: 0; }

.cabinet__content {
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px 10px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1); }

.cabinet__content-title {
  color: #49535a;
  text-align: center; }

.cabinet__post-list {
  padding: 0 13px; }

.my-post {
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .my-post:last-of-type {
    border-bottom: none; }

.my-post__img-section {
  max-width: 200px;
  max-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
  float: left;
  position: relative; }

.my-post__img {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  border-radius: 4px; }

.my-post__title {
  color: #49535a; }

.my-post__desc-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 3 654px;
          flex: 0 3 654px;
  float: left;
  position: relative; }

.my-post__desc-info {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.my-post__number {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 200px;
  color: #8c8c8c;
  font-size: 13px;
  text-align: center;
  height: 35px;
  line-height: 33px;
  margin-right: 20px; }

.my-post__status {
  line-height: 35px;
  color: #49535a; }

.my-post__button-container {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.my-post__button {
  display: block;
  width: 200px;
  height: 52px;
  color: #1da8e1;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 900;
  text-decoration: none;
  /*Border*/
  border-radius: 4px;
  border-top: 2px solid #28b2ea;
  border-bottom: 2px solid #0e9bd5;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea), -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background-image: linear-gradient(0deg, #0e9bd5, #28b2ea), linear-gradient(0deg, #0e9bd5, #28b2ea); }
  .my-post__button:hover {
    background: transparent -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea) 100% center;
    background: transparent linear-gradient(0deg, #0e9bd5, #28b2ea) 100% center;
    border-top-color: transparent;
    border-bottom-color: transparent;
    color: white; }
  .my-post__button:last-of-type {
    margin-right: 0; }

.cabinet__pass-change {
  padding: 10px 0 35px; }

.pass-change__form {
  padding-left: 60px; }

.pass-change__form-item {
  margin-top: 20px;
  padding-left: 1px; }

.pass-change__form-label {
  width: 240px;
  display: inline-block;
  margin-right: 40px;
  line-height: 46px;
  text-align: right;
  color: #737373;
  font-size: 16px; }

.pass-change__form-input {
  height: 46px;
  border: 1px solid #d7d7d7;
  width: 320px;
  border-radius: 4px;
  padding-left: 20px;
  font-size: 16px;
  outline: none; }

.pass-change__form-submit {
  margin-left: 283px;
  height: 46px;
  width: 220px;
  text-transform: uppercase;
  cursor: pointer; }

/* New/Edit Post Page*/
.edit-post {
  padding-top: 40px;
  padding-bottom: 60px; }

.edit-post__title {
  text-align: center;
  color: #49535a; }

.edit-post__form {
  padding-top: 45px; }

.edit-post__form-item {
  margin-bottom: 12px;
  position: relative; }

.edit-post__form-label {
  width: 245px;
  display: inline-block;
  font-size: 15px;
  color: #737373;
  margin-right: 25px;
  text-align: right;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0; }
  .edit-post__form-label.edit-post_after-input {
    position: static;
    width: 80px;
    text-align: left;
    padding-left: 15px;
    margin-right: 20px; }
  .edit-post__form-label.edit-post_checkbox {
    position: static;
    width: 190px;
    margin-right: 0;
    text-align: left; }

.edit-post__form-input, .edit-post__form-textarea {
  border: 1px solid #d7d7d7;
  margin-left: 270px;
  width: 400px;
  height: 36px;
  font-size: 14px;
  color: #49535a;
  outline: none;
  border-radius: 4px;
  padding: 0 20px; }
  .edit-post__form-input:disabled, .edit-post__form-textarea:disabled {
    background-color: #f6f6f6; }
  .edit-post__form-input.edit-post__form-error, .edit-post__form-textarea.edit-post__form-error {
    border: 1px solid #b36464; }

.edit-post__form-input.edit-post_price {
  width: 130px; }

.edit-post__form-input.edit-post__form-photo-textinput {
  width: 210px;
  background-color: #f6f6f6;
  margin-left: 0; }

.edit-post__form-textarea {
  resize: none;
  padding: 10px 20px;
  box-sizing: border-box;
  height: 210px;
  overflow-y: scroll; }

.edit-post__form-info {
  width: 235px;
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  padding: 7px 20px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  color: #737373; }
  .edit-post__form-info:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #f6f6f6;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    top: 7px;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg) skew(15deg, 15deg);
            transform: rotate(-45deg) skew(15deg, 15deg);
    left: -9px; }

.edit-post__form-section-separator {
  border-top: 1px solid #d7d7d7;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  color: #737373;
  margin: 35px 0 25px; }
  .edit-post__form-section-separator span {
    display: inline-block;
    padding: 0 7px;
    background-color: #f6f6f6;
    position: relative;
    top: -7px; }

input[type="checkbox"], input[type="file"] {
  display: none; }

.edit-post__form-checkbox {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  cursor: pointer; }

input[type="checkbox"]:checked + .edit-post__form-checkbox:after {
  position: absolute;
  display: block;
  left: 2px;
  top: 3px;
  width: 12px;
  height: 9px;
  background: transparent url("/i/app/checkbox.svg") center no-repeat;
  content: ''; }

.edit-post__form-file-btn {
  margin-left: 270px;
  width: 130px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  color: #1da8e1;
  display: inline-block;
  cursor: pointer;
  /*Border*/
  border-radius: 4px;
  border-top: 2px solid #28b2ea;
  border-bottom: 2px solid #0e9bd5;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea), -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea);
  background-image: linear-gradient(0deg, #0e9bd5, #28b2ea), linear-gradient(0deg, #0e9bd5, #28b2ea); }
  .edit-post__form-file-btn:hover {
    background: transparent -webkit-linear-gradient(90deg, #0e9bd5, #28b2ea) 100% center;
    background: transparent linear-gradient(0deg, #0e9bd5, #28b2ea) 100% center;
    border-top-color: transparent;
    border-bottom-color: transparent;
    color: white; }

.edit-post__form-photo span {
  display: inline-block;
  width: 60px;
  text-align: center;
  font-size: 15px;
  color: #737373; }

.edit-post__rules-text {
  width: 400px;
  margin-left: 270px;
  font-size: 14px;
  color: #737373; }
  .edit-post__rules-text a {
    color: #1da8e1; }

.edit-post__form-rules {
  margin-top: 30px; }
  .edit-post__form-rules .edit-post__form-checkbox {
    margin-right: 0;
    position: relative;
    top: -3px; }

.edit-post__form-submit {
  width: 400px;
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  margin: 30px auto 0;
  display: block;
  font-size: 20px;
  font-weight: 900; }

.edit-post__form-errors {
  text-align: center;
  margin-top: 25px;
  color: #b36464; }
  .edit-post__form-errors:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    background: transparent url("/i/app/info-red.svg") center no-repeat;
    top: 4px;
    margin-right: 10px; }
  .edit-post__form-errors.edit-post_no-errors {
    visibility: hidden; }

.edit-post__popup-btn {
  display: inline-block;
  background: transparent url("/i/app/arrow-down-blue.png") center no-repeat;
  height: 34px;
  position: absolute;
  width: 50px;
  top: 1px;
  left: 620px;
  cursor: pointer; }

.edit-post__photo-container {
  position: absolute;
  right: 125px;
  max-width: 115px;
  top: 0; }
  .edit-post__photo-container img {
    max-width: 115px;
    max-height: 115px;
    border-radius: 4px; }

.edit-post__photo-delete {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  cursor: pointer; }
  .edit-post__photo-delete:after {
    position: absolute;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #b36464;
    top: 1px;
    left: 1px; }
  .edit-post__photo-delete span {
    width: 7px;
    height: 2px;
    display: block;
    background-color: #b36464;
    position: absolute;
    left: 6px;
    top: 9px; }
    .edit-post__photo-delete span:first-of-type {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .edit-post__photo-delete span:last-of-type {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

@media screen and (max-width: 960px) {
  .edit-post__form-info {
    display: none; }
  .edit-post__photo-container {
    position: relative;
    right: auto;
    top: auto;
    margin-left: 270px;
    margin-top: 30px; }
  .my-post__img-section {
    min-width: 150px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .my-post__img {
    margin: 0 auto; }
  .my-post__button {
    width: 165px; }
  .pub-time__item {
    padding: 18px 5px; }
    .pub-time__item.pub-time__item_chosen {
      padding: 13px 0; }
  .pub-time_count_3 .pub-time__item {
    width: 220px;
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px; }
  .pub-time_count_4 .pub-time__item {
    width: 180px;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px; }
  .pub-time__item-pin {
    width: 30px; }
  .pub-time__item-choose {
    width: 150px; } }

@media screen and (max-width: 800px) {
  .pub-time_count_4 .pub-time__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .pub-time_count_4 .pub-time__item {
    width: 250px;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    margin-bottom: 20px; } }

@media screen and (max-width: 768px) {
  .edit-post__form-item {
    margin: 0 auto 12px;
    width: 400px; }
  .edit-post__form-label {
    width: 400px;
    text-align: left;
    position: relative;
    margin: 0;
    display: block; }
    .edit-post__form-label.edit-post_after-input, .edit-post__form-label.edit-post_checkbox {
      display: inline-block;
      margin-right: 0; }
  .edit-post__form-input, .edit-post__form-textarea {
    margin: 0;
    display: block; }
  .edit-post__form-input.edit-post_price {
    display: inline-block;
    width: 200px; }
  .edit-post__form-input.edit-post__form-photo-textinput {
    margin-top: 10px; }
  .edit-post__popup-btn {
    left: auto;
    right: 1px;
    top: 37px; }
  .edit-post__rules-text, .edit-post__form-file-btn {
    margin-left: 0; }
  .edit-post__photo-container {
    margin-left: 0;
    margin-top: 20px; }
  .edit-post__form-photo {
    margin-bottom: 40px; }
  .edit-post__form-rules .edit-post__form-label {
    width: auto;
    display: inline-block;
    line-height: 21px;
    top: 6px; }
  .edit-post__form-rules p {
    display: inline; }
  .pass-change__form {
    padding-left: 0;
    width: 320px;
    margin: 0 auto; }
  .pass-change__form-item {
    margin-top: 10px; }
  .pass-change__form-label {
    margin-right: 0;
    text-align: left; }
  .pass-change__form-submit {
    margin-left: 0;
    width: 320px;
    margin-top: 30px; }
  .my-post__button-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .my-post__button {
    margin-bottom: 10px;
    margin-right: 10px; }
  .pub-time_count_3 .pub-time__item {
    width: 174px;
    -ms-flex-preferred-size: 174px;
        flex-basis: 174px; } }

@media screen and (max-width: 600px) {
  .pub-time_count_4 .pub-time__item {
    width: 195px;
    -ms-flex-preferred-size: 195px;
        flex-basis: 195px; }
  .pub-time_count_3 .pub-time__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pub-time_count_3 .pub-time__item {
    width: 270px;
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
    margin-bottom: 20px; } }

@media screen and (max-width: 480px) {
  .edit-post__form-item, .edit-post__form-input, .edit-post__form-textarea, .edit-post__form-label, .edit-post__form-submit {
    width: 280px; }
  .edit-post__form-input.edit-post_price {
    width: 150px; }
  .edit-post {
    padding-bottom: 20px; }
  .cabinet__menu-item {
    padding: 0 15px; }
  .pass-change__form-input, .pass-change__form, .pass-change__form-submit, .pass-change__form-label {
    width: 260px; }
  .cabinet__content {
    padding: 30px 10px 10px; }
  .my-post {
    display: block; }
  .my-post__img-section {
    float: none;
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    display: block; }
  .my-post__img {
    display: block; }
  .my-post__desc-section {
    float: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .my-post__desc-info {
    display: block; }
  .my-post__button-container {
    display: block; }
  .my-post__button {
    width: 100%;
    margin-right: 0; }
  .my-post__number {
    margin-right: 0;
    width: 100%; }
  .my-post__status {
    width: 100%;
    text-align: center; }
  .my-post__title {
    text-align: center; }
  .pub-time_count_4 .pub-time__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pub-time_count_4 .pub-time__item {
    width: 270px;
    -ms-flex-preferred-size: 260px;
        flex-basis: 260px; }
  .payment__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .payment__item {
    width: 180px;
    -ms-flex-preferred-size: 85px;
        flex-basis: 85px; } }


.my-post__grey {
  display: block;
  width: 200px;
  height: 52px;
  color: #bbbbbb;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 900;
  text-decoration: none;
  /*Border*/
  border-radius: 4px;
  border-top: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 2px 100%;
  background-image: -webkit-linear-gradient(90deg, #bbbbbb, #bbbbbb), -webkit-linear-gradient(90deg, #bbbbbb, #bbbbbb);
  background-image: linear-gradient(0deg, #bbbbbb, #bbbbbb), linear-gradient(0deg, #bbbbbb, #bbbbbb);
}

.form-success {
  display: none;
  color: black;
  border: 1px solid #009900;
  margin: 10px;
  padding: 10px;
  background-color: #99ff99;
}

.form-fail {
  display: none;
  color: black;
  border: 1px solid #990000;
  margin: 10px;
  padding: 10px;
  background-color: #ff9999;
}
input.disabled {
  user-select : none;
  -moz-user-select : none;
  -webkit-user-select : none;
  color: gray;
  cursor: pointer;
  background-color: #eeeeee;
}