.avatar-md{
  border-radius: 100%;
  height: 100px;
  width: 100px;
}

.avatar-xs{
  border-radius: 100%;
  height: 25px;
  width: 25px;
}

.avatar-nav{
  border-radius: 100%;
  height: 18px;
  width: 18px;
}

#main-content-share-code{
  background-color: #000;
  padding-top: 1em;
  padding-left: 8px;
  position: relative;
}

#code{
  font-family: "Source Code Pro", sans-serif;
  width: 100%;
  min-height: 885px;
  border: none;
  outline: 0;
  background-color: #000;
  color: #c5c5c5;
  resize: none;
  font-size: 14px;
  overflow: hidden;
}

.navs{
  position: absolute;
  top: 10px;
  right: 10px;
}

/* ++++++++++
	parsley css
+++++++++++++
*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: darkred;
  -moz-opacity: 0;
  -webkit-opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}


/* ++++++++++
	end parsley css 
+++++++++++++
*/

/* ++++++++++
  list css
+++++++++++++
*/

.users{
  margin-bottom: 3em;
}

.user-block{
  text-align: center;
}

.user-block .avatar{
  margin: auto;
}

/* ++++++++++
  end list css 
+++++++++++++
*/

/* ++++++++++
  status css
+++++++++++++
*/

.status-post{
  border: 1px solid #e3e3e3;
  background-color: #FFF;
}

.status-post textarea{
  border: none;
  resize: none;
}

.status-post textarea:focus{
  box-shadow: none;
}

.status-post-submit{
  border-top: 1px solid #e9e9e9;
  padding: 0.5em 1em;
 /* overflow: hidden;*/
  bottom: 1px;
}

.status-post-submit .btn{
  float: right;
}

.status-media{
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 1em;
  margin-bottom: 2em;
  -ms-word-break: break-all;
  word-wrap: break-word;
  word-break:break-all; /* chrome, no hyphens :( */
}

/* ++++++++++
  end status css 
+++++++++++++
*/

.cookie-alert {
   position: fixed;
   bottom: 20px;
   right:20px;
   border-radius: 10px;
   background:#2f2f2f;
   color:#fff;
   padding:10px 15px;
   width:280px;
   z-index:100;
}
.cookie-alert a { 
   display:block;
   text-align: center;
   padding:5px 10px;
   margin:8px auto 0 auto;
   border-radius: 10px;
   background:transparent;
   border: 2px solid #46A2D9;
   color:#46A2D9;
   transition: all .3s ease;
}
.cookie-alert a:hover {
  background: #46A2D9;
  color:#2f2f2f;
  text-decoration: none;
}


@media only screen and (max-width:480px) {
    .cookie-alert {
      text-align: center;
      left: 0; right: 0;;
        margin: 0 auto;
      max-width:700px;
      padding:10px 30px;
    }
}

li.have_notifs > a{
    color: red !important;
    font-weight: bold;
}

.not_seen{
    background-color: #f2f2f2;
}

.vote{
  width: 150px;
  margin: 10px 0;
  float: right;
}

.vote_bar{
  width: 100%;
  height: 4px;
  background-color: #f2504b;
}

.vote_loading{
  display: none;
  text-align: right;
}

.vote_progress{
  height: 4px;
  width: 0%;
  background-color: #63b96b;
  transition: width 0.3s;
}

.vote_btns{
  margin-top: 10px;
  text-align: right;
}

.vote_btn{
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
  background: transparent;
  transition: color 0.3s;
}

.vote_like:hover, .is_liked .vote_like{
  color: #63b96b;
}

.vote_dislike:hover, .is_disliked .vote_dislike{
  color: #f2504b;
}

.mb20 { margin-bottom: 20px; } 

hgroup { padding-left: 15px; border-bottom: 1px solid #ccc; }
hgroup h1 { font: 500 normal 1.625em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin-top: 0; line-height: 1.15; }
hgroup h2.lead { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; color: #2a3644; margin: 0; padding-bottom: 10px; }

.search-result .thumbnail { border-radius: 0 !important; }
.search-result:first-child { margin-top: 0 !important; }
.search-result { margin-top: 20px; }
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em "Roboto",Arial,Verdana,sans-serif;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 { font: 500 normal 1.375em "Roboto",Arial,Verdana,sans-serif; margin-top: 0 !important; margin-bottom: 10px !important; }
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p { font: normal normal 1.125em "Roboto",Arial,Verdana,sans-serif; } 
.search-result span.plus { position: absolute; right: 0; top: 126px; }
.search-result span.plus a { background-color: #248dc1; padding: 5px 5px 3px 5px; }
.search-result span.plus a:hover { background-color: #414141; }
.search-result span.plus a i { color: #fff !important; }
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }

