body {
  margin: 0;
  padding: 0;
}

#post_content {
  display: block;
  margin: 0px auto;
  width: 557px;
  padding: 0;
  font-family: 'Raleway-Regular';
  font-size: 14px;
}

#post_content table, #post_content tr, #post_content td, #post_content p, #post_content br, #post_content div, #post_content span {
  margin: 0;
  padding: 0;
}

#post_content table, #post_content tr, #post_content td {
  border-spacing: 0;
  vertical-align: top;
}

#post_content .item {
  margin: 20px auto !important;
  width: 100%;
  max-width:557px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 14px 0 rgba(189,189,189,0.5);
}
#dialogPost .item {
  /*margin: 20px auto !important;*/
  width: 100%;
  max-width:557px;
}

.item div.post_top {
  /*width: 100%;*/
  height: auto;
  margin-top: 15px !important;
  margin-bottom: 8px !important;
  padding: 14px 14px 5px 14px!important;
}

.item table {
  width: 100%;
  text-align: left;
}

.item .portrait_div {
  width: 80px;
}

.item .portrait {
  border-radius: 50%;
  height: 65px;
  width: 65px;
  border: 1px solid #F47721;
  vertical-align: top;
  object-fit: cover;
}

.dvprflimg img {
    object-fit: cover;
}

.myportrait_div img {
    object-fit: cover;
}
.item .profile {
  /*padding: 10px 0;*/
}

.item .posted_by {
  font-family: 'Raleway-Extrabold';
}

.item .points_div{
  text-align:right !important;
  width: 60px;
}

.item td.aright {
  text-align: right;
}

.item .filled_star {
  font-family: Raleway-Bold;
  font-size: 14px;
  color: #F47721;
  letter-spacing: 0px;
}

.item .unfilled_star {
  font-size: 14px;
  color: #F47721;
  letter-spacing: 0px;
  text-align: right;
}

.item div.post_main {
  clear: both;
  margin-top: 8px;
  background: #FFFFFF;
}

.item div.lazy_img {
  /*background-color: #f0f0f0;*/
  position: relative;
  width: 100%;
  height: auto;
  cursor: default;
  text-align: center;
  overflow: hidden;
}

.item div.lazy_img img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  /*max-height: 700px;*/
  /* max-width: 100%;*/
}

.item .desc {
  padding: 5px 14px !important;
  color: #4A4A4A;
  /*border: 1px solid #9B9B9B;*/
  line-height: 1.6em;
  word-break: break-all;
}

.item .hashtag {color: #5AA3E8;}

.item .left {
  display: inline-block;
  float: left;
  background-color: #f0f0f0;
  height: 65px;
}

.item .right {
  float: left;
  background-color: #f0f0f0;
  height: 65px;
  display: inline-block;
}

.item .float-left {
  float: left;
}

.item .date {
  color: #BBBBBB;
  letter-spacing: 0px;
}

.item .atop {
  vertical-align: top;
}

.item br {
  line-height: 18px;
}

.post_hidden {
  display:none !important;
}

.post_close {
  width: auto;
  text-align: right !important;
  float: right !important;
  margin-right: 10px !important;
  height: 0px;
  margin-bottom: 0px !important;
  padding-top: 10px;
}

.post_close img {
  height: 17px !important;
  width: 17px !important;
}


/* Popup */

#msgModal #emoji_div .selectorFace{
  margin-left: -12px !important;
}

#msgModal .modal-header {
  border-bottom: none !important;
  padding: 0px !important
}

#msgModal .modal-content {
  *}

  #msgModal .modal-header {
    display: none;
  }

  #dialogPost .portrait_div {
    /*padding-left: 10px;
    padding-top: 15px;*/
  }

  #dialogPost .points_div {
    padding-right: 10px;
    /*padding-top: 15px;*/
  }

  #dialogPost .profile {
    /*padding-top: 15px;*/
  }

  /* search */
  #post_search {
    width: 99.5%;
    margin: 0 auto !important;
    padding-top: 25px !important;
    color: #4A4A4A;
  }

  .p_search {
    color: #BBBBBB;
  }

  .p_search_active {
    color: #F47721;
  }

  #post_search input{
    padding-left: 10px;
    border: none;
    color: #BBBBBB;
    background: transparent;
    border-bottom: 0px solid #9B9B9B;
    outline: none;
	  width: 95%;
  }

  #post_search input::-webkit-input-placeholder{
    color: #BBBBBB;
  }
  #post_search input::-moz-placeholder{
    color: #BBBBBB;
  }
  #post_search input:-ms-input-placeholder{
    color: #BBBBBB;
  }
  #post_search div, #post_search p, #post_search span {
    padding: 0;
    margin: 0;
  }

  #post_search hr {
    padding: 0;
    margin: 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #BBBBBB;
    width: 100%;
  }

  #post_search hr.s_active {
    border-top: 1px solid #FFFFFF;
  }

  #post_top_searches {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 25px auto!important;
    /*margin: 10px 10px !important;*/
  }

  #post_top_searches #search_match {
    margin-top: 0;
    margin-bottom: 20px;
    cursor: pointer;
  }

  #post_top_searches h4 {
    text-align: center;
    /*color: #F47721;*/
    margin: 10px inherit;
    display:none;
  }
  #post_top_searches span {
    border: 1.5px solid #F47721;
    margin: 2.5px !important;
    border-radius: 4px;
    color: #F47721;
    line-height: 50px;
    padding: 10px;
    cursor: pointer;
  }

  #post_top_searches span:hover {
    color: #ffffff;
    background-color: #f6904b;
    border-color: #f6904b;
  }

  #post_top_search_result {
    width: 100%;
    clear: both;
    display: inline-block;
    float: left;
  }

  /* tweek parent stylesheet for mobile view*/
  .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .modal-content {
    border: none !important;
    box_shadow: 0 !important;
    background_clip: none;
    border-radius: 0px !important;
  }



  @media only screen and (max-width: 767px) {
    /*ZWS 2.5*/
    #post_search input {
      color: #BBBBBB;
    }
    .p_search {
      color: #BBBBBB;
    }
    .p_search_active{
      color: #F47721;
    }
    #post_search hr {
      border-top: 1px solid #BBBBBB;
    }
    #post_search hr.s_active {
      border-top: 1px solid #F47721;
    }
    #post_search input::-webkit-input-placeholder{
      color: #BBBBBB;
    }
    #post_search input::-moz-placeholder{
      color: #BBBBBB;
    }
    #post_search input:-ms-input-placeholder{
      color: #BBBBBB;
    }
    /*ZWS 2.5*/
    #post_content, div.lazy_img {
      width: auto;
    }
    div.lazy_img {
      height: auto;
    }
    #post_content .portrait {
      height: 40px;
      width: 40px;
    }
    #post_content .portrait_div {
      width: 55px;
      padding-left: 10px;
    }
    #post_content .points_div {
      padding-right: 10px;
    }
    #large {
      width: auto;
      margin-top: 75px;
      max-width: 557px;
      min-width: 200px;
      overflow-y:scroll;
      z-index: 9999;
    }

    #msgModal .modal-dialog  {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-y: hidden;
    }

    #msgModal .modal-content {
      padding: 0px !important;
      height: auto;
      min-height: 100%;
      border-radius: 0;
      overflow-y: hidden;
    }

    #msgModal .modal-header
    {
      display: block;
    }

    /*#post_search {
    padding: 10px !important;
    }*/

    #post_search hr {
      /* margin-right: 10px !important; */
      padding-right: 10px !important;
      width: 90%;
      margin-left: 10px;
    }

    #post_top_searches {
      display: block;
      width: 100%;
    }

    #post_top_searches span {
      display:block;
      color: #4A4A4A;
      font-family: "Raleway-Bold";
      width: 90%;
      border: none;
      line-height: 40px;
      margin: 0 !important;
      margin-right: 10px;
      border-bottom: 1px solid #ECECEC;
      border-radius: 0;
    }
  }

  /* my posts css start*/
  #mypost_content {
    display: block;
    margin: 0px auto;
    width: 557px;
    padding: 0;
    font-family: 'Raleway-Regular';
    font-size: 14px;
  }

  #mypost_content .myitem {
    width: 100%;
    margin: auto auto;
  }
  .myitem div.mypost_top {
    width: 100%;
    height: auto;
    margin-bottom: 8px !important;
  }
  .myitem .myportrait_div {
    width: 65px;
    vertical-align: top;
  }

  .myitem .myportrait {
    border-radius: 3px;
    height: 65px;
    width: 65px;
    vertical-align: top;
  }

  .myitem .myprofile {
    padding: 0px 0px;
    display: inline-block;
    color: #4A4A4A;
    margin-left: 11px;
  }

  .myitem .myposted_by {
    font-family: 'Raleway-Extrabold';
    color: #4A4A4A;

  }

  .myitem .mypoints_div{
    text-align:right !important;
    display: inline-block;
    float: right;
  }

  .myitem .myfilled_star {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #BDBDBD;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 15px;
  }
  .myitem table {
    width: 100%;
    text-align: left;
  }

  .myitem .unfilled_star {
    font-family: 'Raleway-Extrabold';
    font-size: 14px;
    background-color: #F47721;
    color: #FFFFFF;
    letter-spacing: 0px;
    width: 135px;
    height: 35px;
    border: 0px;
    border-radius: 3px;
    margin-right: 1px;
    float: right;
  }

  .mybutton:hover{
    background:#F6904B !important;
  }
  .mybutton:active{
    background:#F47721 !important;
  }
  .myitem .mobilemyfilled_star{
    display: none;
  }

  @media only screen and (max-width: 767px) {
    #mypost_content{
      width: auto;
    }

    /*.lazy_img .lazy
    {
    display: none;
  }

  .lazy_img .img-in-link
  {
  display: block !important;
  }*/

  .myitem .myportrait {
    height: 40px;
    width: 40px;
  }
  .myitem .myportrait_div {
    width: 40px;
    vertical-align: top;
  }
  #mypost_content .points_div {
    padding-right: 10px;
  }
  .myitem .unfilled_star {
    width: 100px;
    height: 30px;
  }
  #mypost_items{
    padding: 5px !important;
  }
  .myitem .myprofile {
    margin-left: 5px;
  }
  .myitem .mobilemyfilled_star {
    font-family: 'Raleway-Regular';
    font-size: 14px;
    color: #BDBDBD;
    letter-spacing: 0px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 15px;
  }
  .myitem .myfilled_star{
    display: none;
  }
  .myitem .mobilemyfilled_star{
    display: block;
  }
}
/* my posts css end*/

#no_record{
  display:none;
  padding-top: 20px;
  font-weight: 300;
  text-align: center;
  color:inherit;
}

/*ZWS 2.5*/
/* read more functionality*/
.morecontent span{
    display: none;
}
.morelink {
    display: block;
}
.BoxModel{
    width: 300px;
    height: auto;
    background-color: #7CC8E8;
}

/*Scissor of the year*/
.SeperationBlock{
  height: 120px;
  padding-top: 4%!important;
}
.SchoolYear1{
  position:absolute;
  left:19.2%;
  font-size: 1.8rem;
  color: #F37720;
  font-family: Raleway-Bold;
}
.SchoolYear2{
  position:absolute;
  left:67%;
  margin-top: 3.5%!important;
  font-size: 1.8rem;
  color: #F37720;
  font-family: Raleway-Bold;
}
.YearScissors{
    position: absolute;
    left: 0;
    width: 91%;
}
.YearScissorsMobile{
    position: absolute;
    left: 0;
    width: 91%;
    margin-top: 2%;
    display: none;
}
.SearchDropdown{
    padding: 0 2% !important;
    border-radius: 0 0 3px 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(187,187,187,0.5);
}
#post_top_searches hr{
  margin: 0;
}
#post_top_searches .HashtagName{
  color: #F47721;
  font-family: Raleway-Regular;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}
#post_top_searches .PeopleMatched{
  color: #4A4A4A;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 55px;
  cursor: pointer;
}
#post_top_searches .SchoolMatched{
  color: #4A4A4A;
  font-family: Raleway-Regular;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}
.PeopleMatched{
  display: block;
}
.profileImage{
  margin-right:20px;
  width:40px;
  height:40px;
  border:1px solid #F5A623;
  border-radius:50%;
}
#post_top_searches .PersonName{
  display: inline;
}
#post_top_searches .SearchType{
  padding-top: 2%;
  color: #4A4A4A;
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 40px;
}
@media only screen and (max-width: 1500px) {
  .YearScissors{
    margin-top: 0.2%;
  }
  .SchoolYear1,.SchoolYear2{
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1150px) {
  .YearScissorsMobile{
    display: inline-block;
  }
  .YearScissors{
    display: none;
  }
  .SchoolYear1{
    left: 2%;
  }
  .SchoolYear2{
    left: 66%;
    margin-top: 9.5%!important;
  }
}
@media only screen and (max-width: 767px) {
  .SeperationBlock{
    height: 100px;
  }
  .YearScissorsMobile{
      width: 100%;
  }

  html[data-useragent*='MOBILE_APP'] .item div.lazy_img{
    width: 100% !important;
  }

  html[data-useragent*='MOBILE_APP']  #post_items{
    padding: 0 15px 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .SchoolYear2{
    left: 60%;
  }
}
@media only screen and (max-width: 450px) {
  .SchoolYear2{
    left: 50%;
  }
}
/*end of ZWS 2.5*/
