	@IMPORT url("https://fonts.googleapis.com/css?family=Montserrat");
	@IMPORT url("https://fonts.googleapis.com/css?family=Quicksand");
	
html {
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

body::-webkit-scrollbar {
    width: 0.8em;
	background: #000;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ced0cf;
	background: #edf0f5;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ced0cf;
  background: #a0a0a0;
  outline: 1px solid slategrey;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}


::-webkit-scrollbar {
     width:8px;     
     height:10px;   
     background:#ffffff;
}


::-webkit-scrollbar-track-piece  {
    background-color: #edf0f5;
}


::-webkit-scrollbar-thumb {
   width: 15px;
   background:#7289da;
   border: 1px solid #8a8c8b;
   border-radius: 12px;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
}

header {
	background: #ffffff;
	width: 79.9%;
	margin-left: 20%;
	height: 43px;
	position: fixed;
	border-bottom: 1px solid #dee2e0;
	border-left: 1px solid #dee2e0;
	/* box-shadow: 0 0rem 0.1rem rgba(0, 0, 0, 0.50); */
	z-index: 100;
}


input, textarea, keygen, select, button {
	font-family: 'Montserrat', sans-serif;
	background:rgba(0, 0, 0, 0);
    text-rendering: auto;
    color: #000;
	font-weight:bold;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
	border: none; 
    outline: 0; 
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('https://gelinavillage.gr/images/layout/preloader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 100;
}

#rotation_m {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../icon.php?id=rotation.png') 50% 50% no-repeat rgb(249,249,249);
    opacity: 100;
}

.header__logo {
	width: 137px;
	height: 43px;
	margin-left:3%;
}

.header__nav {
	width: 100%;
	height: 43px;
	justify-content: space-between;
	margin: 0 2rem;
}

.link_logo {
	margin-left:3%;
}



.flex {
	display: flex;
}

.align-center{
	align-items: center;
}

.btn {
	padding: .1rem 1rem;
	border: none;
	background: #00C1A6;
	color: white;
	font-size: 1rem;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.space-link {
	margin: 0 .5rem;
	color: black;
}

.space-left {
	margin-left: 3rem;
}

.mychat {
	font-family: 'Montserrat', sans-serif;
	/* background: #ffffff; */
	background: no-repeat url(../img/icons.png) -117px -87px rgb(245, 245, 245);
	/* position:relative; */
	color: white;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}


.mychat:hover, .mychat:focus {
    background-color: #dee2e0;
	border: 1px solid #dee2e0;
}
 

.icon_new {
	 background: no-repeat url(../img/icons.png) 0px -40px rgba(0, 0, 0, 0);
}

.min {
	width: 32%;
}

.postnew {
	background: #ffffff;
	border: 1px solid #e0e0e0;
	color: #000;
	padding: 5px;
	width: 34px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: -7%;
	color: #7d818a;
	font-size: 15px;
	font-weight: bold;
}

.postnew:hover, .postnew:focus {
    background-color: #f4f4f4;
	border: 1px solid #dee2e0;
}
 
.menu_user {
	width:15rem;
}

.menu_login {
	width:27%;
}

.login_header {
	color: #757575;
	border: 2px solid rgba(255, 255, 255, 0);
	padding: 4px;
	margin-left: 3px;
	width: 4rem;
	min-width: 4rem;
    /* float: left; */
	text-align: center;
}

.login_header:hover, .login_header:focus {
	color: #757575;
	border-bottom: 2px solid #7289da;
	padding: 4px;
	margin-left: 3px;
}

.user__notification {
    background: no-repeat url(../img/icons.png) -146px 2px rgba(114, 137, 218, 0);
    border: 0px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.user__notification:hover, .user__notification:focus {
    background: no-repeat url(../img/icons.png) -146px 2px rgba(114, 137, 218, 0);
}

.user__message {
	background: no-repeat url(../img/icons.png) -267px 2px rgba(114, 137, 218, 0);
	border: 0px solid #dee2e0;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin-left: 0.2rem;
	margin-top: 0.1rem;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.user__message:hover, .user__message:focus {
    background-color:  no-repeat url(../img/icons.png) -146px 2px #7289da;
}

.user__friend {
	background: no-repeat url(../img/icons.png) -86px 4px #757575;
	border: 0px solid #dee2e0;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin-left: 0.2rem;
	margin-top: 0.1rem;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
}

.user__friend:hover, .user__friend:focus {
    background-color: #a0c3ff;
    border: 0px solid #ffffff;
}

.user__logout {
	background: no-repeat url(../img/icons.png) -181px 2px #cacaca;
	border: 0px solid #dee2e0;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin-left: 0.2rem;
	margin-top: 0.1rem;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.user__logout:hover, .user__logout:focus {
    background-color: #f04747;
	border: 0px solid #ffffff;
}

.chat__friend {
	background: no-repeat url(../img/icons.png) -220px 4px rgba(114, 137, 218, 0);
    border: 0px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.chat__friend:hover, .chat__friend:focus {
	background: no-repeat url(../img/icons.png) -220px -30px rgba(114, 137, 218, 0);
	border: 0px solid #ffffff;
}

.btn_admin_panel {
	background: no-repeat url(../img/icons.png) -316px -1px rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
    margin-top: -0.3rem;
    width: 1rem;
    height: 1rem;
    margin-left: -2.5rem;
    position: fixed;
    font-weight: bold;
    font-size: 13px;
    padding: .3rem;
    text-align: center;
    /* min-width: 6rem; */
    border-radius: 4px;
	transition: all .5s ease-out;
}

.btn_admin_panel:hover, .btn_admin_panel:focus {
	background: no-repeat url(../img/icons.png) -316px -1px rgb(255, 255, 255);
	border: 1px solid #ffffff;
	color: #000;
	margin-left: -7.5rem;
	width: 6rem;
    height: 1rem;
	transition: all .5s ease-out;
}

a {
	text-decoration: none;
}

aside {
	width: 20%;
	height: 100%;
	background: #ffffff;
	border-right: 1px solid #dee2e0;
	position: fixed;
	top: px;
}

.navigation_menu {
	background: #ffffff;
	width: 4.2%;
	height: 100%;
	position: fixed;
	border-right: 1px solid #dee2e0;
}

.navigation_menu_icons {
	
}

.navigation_menu_icons_a {
	color: #bfbfbf;
    font-size: 11px;
    text-align: center;
}

.navigation_icons_img {
	width: 42px;
    height: 42px;
    margin-left: .5rem;
    margin-top: .4rem;
    border-radius: 8px;
}

.navigation_icons_aside {
	margin-left: .9rem;
    margin-top: .5rem;
}


.navigation_icons_admin {
	margin-left: 0rem;
	margin-top: .5rem;
}

.navigation_icons_settings {
	margin-left: 0rem;
	margin-top: .5rem;
}

.navigation_menu_icons_footer {
    bottom: .4rem;
    position: fixed;
    /* border-top: 1px solid #9a9d9e; */
    width: 4%;
    /* margin-left: .5%; */
    padding: 0rem 0rem;
    display: flex;
    flex-flow: column;
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
}

.aside_menu {
	background: white;
	width: 80%;
	height: 100%;
	margin-left: 20%;
}

.aside__user {
	background: #f3f3f3;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: left;
	border-bottom: solid .1rem #e0e0e0;
	margin: 0 auto;
}

.user__img {
    width: 47px;
    margin-right: 1rem;
    border-radius: 8px;
	margin-left:1%;
}

.user__name {
	font-size: .9rem;
	color: #757575;
	white-space: nowrap;
    width: 8.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.user__nick{
	font-size: .7rem;
	color: #00c1a6;
	white-space: nowrap;
    width: 8.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.aside__button {
	width: 0%;
	margin: 1rem auto;
	justify-content: space-around;
}

.aside__recover {
	width: 100%;
	text-align: center;	
	margin-bottom: 1rem;
	margin: .2rem 0 1rem 0;
	font-size: .8rem
}

.aside__recover a {
	color: #6680D8;
}

.img-user {
	width: 80%;
	display: flex;
	margin: 0 auto;
}

.hashtag {
	width:100%;
	height:9rem;
}

.hashtag_wall {
	background: white;
    padding: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    border: 1px solid #dddddd;
}

.body_text_aside {
	color: #1f1f1f;
    font-size: 15px;
    margin: .9rem .4rem .4rem .4rem;
    font-family: sans-serif;
    font-weight: bold;
}

.trending{
	font-family: 'Montserrat', sans-serif;
	/* font-weight:bold; */
	margin-left:2%;
	margin-top:1rem;
	color:#ffffff;
}

.trending_post_top{
	font-family: 'Montserrat', sans-serif;
	/* font-weight:bold; */
	font-size: 11px;
	/* margin-left:2%; */
	/* margin-top:1rem; */
	color: #696969;
}

.font-weight {
    font-weight: bold;
    /* min-width: 5%; */
    white-space: nowrap;
    width: 95%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.trending li{
	margin-left:4%;
    margin-top: 0.4rem;
	width: 96%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.trending a {
	text-decoration: none;
	color: #565656;
}
.trending li a:hover {
	color:#7289da;
}

.history_chats {
    background: #ffffff;
    height: 21rem;
    overflow-x: hidden;
	margin-top: 0rem;
}

.history {
    background: #ffffff;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: left;
    /* border-bottom: solid .1rem #dedede; */
    margin: 0 auto;
}

.history:hover, .history:focus {
    background: #eee;
    /* margin-bottom:0.7rem; */
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.history_img {
	width: 1.9rem;
    margin-right: 0.7rem;
    margin-left: 3%;
    border-radius: 8px 8px 8px 2px;
    -moz-border-radius: 8px 8px 8px 2px;
    -webkit-border-radius: 8px 8px 8px 2px;
}

.history__name {
    font-size: .9rem;
    
    color: #878787;
    /* font-weight: bold; */
    white-space: nowrap;
    width: 8.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.aside__img {
	width: 100%;
	position: absolute;
	bottom: 5rem;

}

.aside__credits {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 4rem;
}

.aside__credits p {
	color: #9C9A9D;
	font-size: .7rem
}

.aside__credits a {
	color: #DD84A7;
	font-size: .7rem
}


.footer {
	width: 100%;
}

.no_css {
	background: rgba(239, 239, 239, 0);
	width: 21%;
    height: 90vh;
    margin-left: 2%;
}

section {
	width: 78%;
	margin-left: 20%;
	padding: 37px 0 0 0;
	/* background: #fff; */
}

.section__container {
	padding: .5rem 0 0 .5rem;
	display: flex;
	background: #edf0f5;
	height: 33rem;
}

.section__principal_home {
	width: 68%;
	height: 6rem;
}

.section__principal {
	width: 100%;
	height: 6rem;
}
.centrar--form{
	display: flex;
	align-items: center;
	justify-content: center;
}

.section__search {
	margin: 1rem auto;
	width: 95%;
	display: flex;
	justify-content: space-around;
}

.search__img {
	width: 1.2rem;
	height: 1.2rem;
	top: 0.7rem;
	left: -2.5rem;
	position: relative;
}

.section__lateral {
    width: 29%;
    height: 90vh;
    background: #ffffff;
    margin-left: 2%;
    margin-top: 8px;
    border: 1px solid #e0e0e0;
}

.footer__ads_web {
    background: rgba(155, 200, 208, 0.18);
    font-size: 12px;
    font-family: sans-serif;
    /* text-align: -webkit-center; */
    color: #565656;
    /* margin-top: 85%; */
    /* position: fixed; */
    /* border-top: 1px solid #9a9d9e; */
    width: 96%;
    /* margin-left: .5%; */
    padding: 2%;
    display: flex;
    /* flex-flow: column; */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.input__text {
    width: 92%;
    padding: 0.2rem;
    width: 100%;
    padding: 0.2rem;
    background: #f5f5f5;
    border: 1px solid #cacaca;
    border-radius: 3px;
    color: black;
}

.input__text:hover, .input__text:focus {
	background: #ffffff;
	border: 1px solid #cacaca;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	
}

.section__input {
	width: 100%;
	height: 2.5rem;
	display: flex;
	margin-left: 4%;
}

.section__header {
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	color: #4a4a4a;
	font-size: 1.2rem;
}

.users__online {
	margin-left: 1rem;
}

.mostrar_mensaje {
	height: 440px;
    padding: 12px;
    width: 96%;
    /* border-radius: 5px; */
    overflow-x: hidden;
    border-top: 1px solid #e0e0e0;
}

.chat__img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    margin-left: 1%;
    box-shadow: 0px 1px 0px 0px #ebebeb;
}

.btn--chat-room {
	margin: .5rem .2rem;
}

.resize--img{
	width: 2.5rem;
	border: 2px solid #ffffff;
	height: 2.5rem;
	border-radius: 22px 22px 22px 22px;
	-moz-border-radius: 22px 22px 22px 22px;
	-webkit-border-radius: 22px 22px 22px 22px;
	box-shadow: 0px 2px 5px 0px #b5b5b5;
}

.chat_user_online_div {
	margin-left: 30%;
    margin-top: -.5%;
	background-color: #fff;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 3rem;
    text-align: center;
    font-size: 12px;
    border: 1px solid #7289da;
    border-radius: 3px;
    padding: 3px;
    line-height: 11px;
    text-decoration: unset;
    position: absolute;
}

.resize--chat{
	width: 3rem;
	height: 3rem;
	border-radius: 12px 12px 12px 0px;
    -moz-border-radius: 12px  12px 12px 0px;
    -webkit-border-radius: 12px 12px 12px 0px;
}

.section__settngs {
	margin-top: .5rem;
    /* padding: 0.5rem 0; */
    border: solid #e0e0e0 1px;
    padding-bottom: 4rem;
    background: #ffffff;
}

.input__settings {
    background: #ffffff;
	border-left: 3px solid #7289da;
    /* border-right: 3px solid #7289da; */
    width: 50%;
    font-size: 12px;
    height: 26px;
    border-radius: 3px;
    margin-right: 1rem;
    box-shadow: inset 0px 0px 3px 1px rgba(150, 148, 148, 0.26);
}

.input__settings:focus {
	background: #edf0f5;
	transition: all .2s ease-out;
}

.settings_bottom {
	background: #edf0f5;
    margin: auto;
    width: 30%;
    height: 2.2rem;
    color: #1d2a3a;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    border-radius: 3px;
    box-shadow: inset 0 0 2px 0px rgb(29, 42, 58);
}

.Birth_date {
	width:100%;
	display:flex;
}

.name_campo {
	font-family: 'Quicksand', sans-serif;
    color: #1d2a3a;
    font-size: 14px;
    padding: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
    /* width: 9.3rem; */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.name_text_settngs {
	color: #7d818a;
    font-size: 12px;
}

.textarea__settings {
    background: #f9f9f9;
    width: 100%;
    height: 20rem;
    border: 1px solid #f3f3f3;
    border-radius: 3px;
}

.textarea__settings:hover, .textarea__settings:focus {
	background: rgba(114, 137, 218, 0);
    border: 1px solid #dddddd;
}

.input__settings_select {
    background: #ffffff;
    /* border-right: 3px solid #7289da; */
    width: 50%;
    font-size: 12px;
    height: 26px;
    border-radius: 3px;
    margin-right: 1rem;
    box-shadow: inset 0px 0px 3px 1px rgba(150, 148, 148, 0.26);
}
	
.lateral__settings{
	width: 27%;
    position: fixed;
    margin-left: 64%;
    border: 2px #000000;
    height: 100vh;
    background: #f3f3f3;
    margin-top: -1%;
    box-shadow: 0 0 1px black;
}


.input__new__chat {
	background: #ffffff;
	border: 1px solid #b5b5b5;
	width: 39rem;
	height: 2rem;
	margin-right: 1rem;
}

.textarea__reported {
	background: #f3f3f3;
    border: 1px solid #b5b5b5;
 
}

.textarea__new__chat {
	background: #ffffff;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    /* max-height: 100%; */
}

.input__new__chat_null {
	margin-top: 1rem;
	background: #f3f3f3;
    border: 1px solid #b5b5b5;
    width: 29rem;
    height: 2rem;
	margin-right: 1rem;
}

.input__new__pass {
	margin-top: 1rem;
	background: #ffffff;
	border: 1px solid #b5b5b5;
	width: 13.3rem;
	height: 2rem;
	margin-right: .1rem;
}

.input__new__days {
	margin-top: 1rem;
	background: #f3f3f3;
    border: 1px solid #b5b5b5;
    width: 6.8rem;
    height: 2rem;
	margin-right: .1rem;
}

.select_imagen_video{
	width: 9%;
    height: 1.4rem;
    background: #ffffff;
    color: #020202;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    font-family: monospace;
}

.message__username {
	font-family: 'Montserrat', sans-serif;
	color: #7d818a;
	margin-right: .5rem;
	font-size: 12px;	
}

.message__username_time {
    font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 12px;
	margin-right: .5rem;
}

.section__chat {
	margin-top: .5rem;
	/* padding: 0.5rem 0; */
	/* border-top: solid #C2C0C0 1px; */
	/* padding-bottom: 4rem; */
}

.chat__room {
	width: 80%;
	margin: 0.5rem auto;
	padding: 3px;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e0e0e0;
}

.chat__room:hover, .chat__room:focus {
	background-color: #eee;
	/* border-bottom: 1px solid #bdb9b9; */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/* padding: 1rem; */
}

.chat__tittle {
	font-size: 1.5rem;
	color: #DD84A7;
	white-space: nowrap;
    width: 47.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chat__title_name {
    color: #5d77b3;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.chat__text {
    border-left: solid #5166b3 .2rem;
    /* border-right: solid #a0c3ff .2rem; */
    border-radius: 0px;
    padding: .3rem;
    margin-left: .7rem;
    white-space: nowrap;
    width: 48.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-left: 2%;
}

.btn_feed {
  width: 120px;
  border-left: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 6% 2% 6% 22%;
  display: flex;
  border-radius: 0px;
  font-size: 12px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-btn-wrapper:hover {
	text-decoration: underline;
}

#form_post_feed {
	display: table-row-group;
    padding: 0%;
}

#output_image_feed {
	width: 12rem;
	max-height: 12rem;
	display: none;
}
#max_characters {
	font-size: 14px;
    font-weight: bold;
    color: #565656;
}

.button_wall_post_feed {
    background: rgba(114, 137, 218, 0);
    min-width: 80px;
    width: 20%;
    height: 24px;
    padding: 0%;
    border-radius: 3px;
    color: #54a8e4;
    float: right;
    margin-left: 1%;
    margin-bottom: 0%;
    line-height: 24px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    margin-left: 53%;
    text-decoration: none;
    border: 1px solid #dddddd;
    cursor: pointer;
    display: none;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15); */
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
    /* box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15); */
}

.button_wall_post_feed:hover {
	text-decoration: underline;
}

.wall_feed_post_img {
    top: 19.5%;
    left: 25%;
}

.wall_feed_post_img_upload {
	width: 22px;
    height: 22px;
    border: none;
    border-radius: 0%;
    box-shadow: none;
    margin-right: 2%;
    top: 20%;
    left: 64%;
}

.wall_feed_post {
	border-left: solid #5166b3 0rem;
	margin-left: 0%;
}

.wall_feed_post_input {
	background: #f5f5f5;
    border: 1px solid #dddddd;
    width: 32.5rem;
    max-width: 33.5rem;
    min-width: 33.5rem;
    max-height: 18rem;
    min-height: 1rem;
    padding: 1.5%;
    border-radius: 2px;
}

.wall_feed_post_input::-webkit-scrollbar-thumb {
   width: 15px;
   background:#cacaca;
   border: 1px solid #bfbfbf;
   border-radius: 0px;
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
}
.wall_feed_post_div {
	display: block;
}

.wall_feed_post_div:hover {
	background: #ffffff;
}

.chat__image {
	width: 80%;
	margin: 0.5rem auto;
	align-items: center;
	background: #ffffff;
	border: 1px solid #e0e0e0;
}

.chat_p_text_new {
	font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    padding: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
    /* width: 9.3rem; */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.chat__image:hover, .chat__image:focus {
	background-color: #eee;
	/* border-bottom: 1px solid #bdb9b9; */
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/* padding: 1rem; */
}

.chat__text_image {
    border-left: solid #ea6f6f  .2rem;
    /* border-right: solid #a0c3ff .2rem; */
    border-radius: 0px;
    padding: .3rem;
    margin-left: .7rem;
    white-space: nowrap;
    width: 48.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.password_chat {
	background: #fff;
    /* width: 12%; */
    padding: 1%;
    color: #565656;
    font-size: 16px;
    position: fixed;
    top: 41%;
    left: 44%;
    box-shadow: 0px 2px 3px 0px #c5ccdf;
}

.text_search_home {
	color: #565656;
    font-size: 13px;
    font-weight: bold;
    margin-left: 3%;
}

.search_user {
	background: transparent;
	border: none;
}

.search_user:hover, .search_user:focus {
	background: transparent;
	border-left: 1px solid #dddddd;
}

.search_user_text {
	display: flex;
    border-left: 1px solid rgba(114, 137, 218, 0);
}

.search_user_spam {
	padding: 2px;
    margin-left: 1%;
}

.input_password_chat {
	background: #edf0f5;
    height: 2rem;
    border: 1px solid #7289da;
    border-radius: 3px;	
}


.user__online_div {
	width: 100%;
	display: flex;
	background: #ffffff;
	/* border-bottom: 1px solid #e0e0e0; */
	margin-bottom: 2px;
}

.online_img {
	font-size: 14px;
    margin-left: 3%;
    padding: 1.4%;
    color: #565656;
}

.wall_online {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #dee2e0;
}

.div_online_wall {
	background: #fff;
    width: 50%;
    color: #565656;
    text-align: center;
    height: 1.8rem;
    padding: 0%;
}

.image_feed_user {
	border-radius: 0rem 0rem 0 0rem;
	border-top: 0px solid #ffffff;
	margin: 4px;
	display: flex;
	padding: .5rem;
	background: #ffffff;
	width: 77.7%;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-left: 9.9%;
	margin-top: -0.7rem;
}

.chat_no_user {
	width: 0%;
	margin: 0.5rem;
}

.lateral__tittle{
	width: 100%;
	text-align: center;
	margin: 1rem 0;
	color: #dd84a7;
}

.lateral__img {
	margin: 0 auto;
	width: 70px;
}

.lateral__container {
	width: 100%;
}

.btn-buscar {
    background: #f5f5f5;
    border: 1px solid #cacaca;
    color: #909090;
    /* width: 7.5rem; */
    height: 26px;
    margin-right: .5rem;
    padding: 0.3rem;
    text-align: center;
    min-width: 6rem;
}

.btn-register {
    background: #5166b3;
    width: 7.5rem;
    margin-right: .5rem;
    padding: .3rem;
    text-align: center;
    min-width: 6rem;
}

.btn-register:hover, .btn-register:focus {
    background-color: #7289da;
	border: 0px solid #ffffff;
}

.btn-login {
	background: #ffffff;
    width: 10%;
    height: 1rem;
    color: #000;
    border: 1px solid #e0e0e0;
    margin-right: .5rem;
    padding: .3rem;
    text-align: center;
    min-width: 6rem;
}

.btn-login:hover, .btn-login:focus {
    background-color: #edf0f5;
    border: 1px solid #e0e0e0;
}

.btn-admin {
	background: #DD84A7;
}

.container__users {
	width: 80%;
	height: 60px;
	display: flex;
	align-items: center;
	border-bottom: solid .1rem #c2c0c0;
	margin: 0 auto;
}

.margin-top {
	margin-top: 1rem;
}

.load_data_chat_img {
	width: 50px;
	height: 50px;
}

.section__message {
	background: #ffffff;
	bottom: 1rem;
	/* position: fixed; */
	border: 2px solid #dadddf;
	width: 82%;
	margin-left: 10%;
	padding: 0rem 0rem;
	display: flex;
	flex-flow: column;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.message__box {
	width: 100%;
	display: flex;
    justify-content: space-between;
}

.message__text_user_name {
    font-family: 'Quicksand', sans-serif;
    margin-left: 0%;
    font-size: 13px;
    margin-left: 0%;
	display: inline-block;
	position: absolute;
    margin-top: 0%;
    font-weight: Regular;
}
	
.message__input {
	width: 85%;
	outline: 0;
	border:1px solid #ffffff;
	padding: .3rem .3rem;
}

.message__chat {
	width: 100%;
	background: #edf0f5;
	display: flex;
	padding: .2%;
	border-radius: 0rem 0rem 0rem 0;
	/* border: 1px solid #e0e0e0; */
	margin: 0 auto;
	/* margin-bottom: 0.3rem; */
}

.wall_chat_body{
	background: #ffffff;
	display: flex;
	padding: .5rem;
	min-width: 15%;
	border-radius: 0rem 0rem 0rem 0;
	border: 1px solid #e0e0e0;
	margin: 0 auto;
	margin-left: 1%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/* margin-bottom: 0.3rem; */
}

.wall_chat_body_image{
	width: 25%;
	background: #ffffff;
	display: block;
	padding: 1%;
	border-radius: 0rem 0rem 0rem 0;
	border: 1px solid #e0e0e0;
	margin: 0 auto;
	margin-left: 1%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 0.3rem;
}

.message__img {
	width: 100%;
	background: #edf0f5;
	display: flex;
	padding: 0.2%;
	border-radius: 0rem 0rem 0rem 0;
	margin: 0 auto;
	margin-bottom: 0rem;
}

.icons_img {
	background: no-repeat url(../img/icons.png) 0px 0px rgba(0, 0, 0, 0);
}

.line {
	width: 100%;
	background: #c5c5c5;
	display: flex;
	height: 1px;
	/* padding: .5rem; */
	border-radius: 1px;
	/* border-bottom: 1px solid #e0e0e0; */
	margin: 0 auto;
	margin-bottom: 1%;
	margin-top: 0%;
}

.message__text {
	font-family: 'Quicksand', sans-serif;
	margin-left: 0%;
	font-weight:Regular;
}

/*upload of images*/
div#div_file {
	position:relative;
	margin:0px;
	padding:0px;
	width:36px;
	border-right: 1px solid #f0f0f0;
	background-color: #ffffff;
}

p#img_upload {
	background:#ffffff;
	text-align:center;
}

input#photoimg {
	position:absolute;
	top:0px;
	left: -92px;
	right:0px;
	width:100%;
	height:100%;
	opacity:0;
	
}

.image_post_new {
	position: absolute;
	/* border: 3px solid #697ec4;  */
	/* border-radius: 50px;  */
}

div#div_file_post {
	position:relative;
	margin:0px;
	padding:0px;
	width:87px;
	/* border-left: 1px solid #f0f0f0; */
	background-color: #ffffff;
}

p#img_upload_post {
	background:#ffffff;
	text-align:center;
	/* border-radius: 1rem; */
}

input#image {
	position:absolute;
	top:0px;
	left: 0px;
	right:0px;
	width:100%;
	height:100%;
	opacity:0;
	
}

.upload_color:hover, .upload_color:focus {
    background-color: #f4f4f4;
	width:40px;
	height:40px;
	border-right: 1px solid #f0f0f0;
	border-radius: 4px 0px 0px 4px;
   -moz-border-radius: 4px 0px 0px 4px;
   -webkit-border-radius: 4px 0px 0px 4px;
}

.img-upload-chat {
	margin-top:-50%;
	position:fixed;
}

.m--user {
	border-radius: 0rem 0rem 0 0rem;
	border-top: 3px solid #7289da;
	margin: 4px;
	background: #ffffff;
	width: 100%;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin-left: 0%;
	margin-top: 3%;
}

.message__moji {
	background: no-repeat url(../img/icon_moji.png) 0px -40px rgba(0, 0, 0, 0);
    /* width: 27px; */
    /* height: 23px; */
	position:fixed;
	outline: 0;
    padding: 5px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

/* Dropdown Button */
.dropbtn {
	background: no-repeat url(../img/icons.png) -182px -81px rgba(0, 0, 0, 0);
    color: white;
    padding: 4px;
    width: 39px;
    height: 42px;
    font-size: 0px;
    border: none;
    cursor: pointer;
}

#InputSearch {
    border-box: box-sizing;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAC80lEQVRYR+3VPWgUURAH8Jl5e3eJQQslgnK593Zvr7CRWAgWCoogCiKaTkQQP8BCCz8Kq6AoaiFaKAa0EEGihYKNFqIifiAWoghB493u23eGFAoWgpq4u2/kxJMgMZeLhza37e7O/8fM7FuE/3zhf86HNqDdgaY6kM/nO3OYK4Id6xZCmIVVr/oAHiR/s8jTBnhK7UZrlwGKChK8tSn3osUuFvZOaMytmSIaAlbCSuddIbpIAi8B8ycL0AvWzgGi95/Hxu51ZTvXgYCOQOsLM0E0BPhSnY+Bj2YQFwOABwCjWetUxikpQZouR4ABJOpNEeeHUTTQLGJKgCflFgQYRaZ5QNjDYCUwr7JEG7TWphZW7HFPMeNlwnQFZ51nQRA8bwYxJaAo5QXKZs9wHG9k5lmI+KUSRScBgOshSqkOstAPQLcRuTcw+lxLAPl8fm6HcI5ZpsFa4RR4c2Si5RPD60GedM8RiwGAZGelGu1rCUAppTLMW5HFUyt4AQKYstYPJyvuK3WEAK5a5l0VYw5OhvwTqsEI1CAn8WESub5KNay1frJLuAV5xiJcyiCurUTRiZZ04MeCSXkgg503Ev7aZ4V4FYbh3d+LFwvuXkYbUkJdnOFvQRTdbBnA9/1ujuP+wJi9fkEdYoKXDvPwsDFVpVQpi87q8TgOnZzznJPktEA8W46iZy0D1Ap5ea8Ejt0ZRtEhT8o+QlzKzFT7IojoLiTJaIK0BwQdoTTdgYhPmkE0PIhqCF/KJQB0wIK9T4hBAmAE8yJAnI/WbsrZ2duHRoY+/nx2fzOIaQHqLfVdd41lLiJzFyB+sCmG+p1+5Ev3St7IbfUfky/ltBFNAaaabR0x4o/M4jg+hQBvUqJbWuvhqd5rGaAW4hYK1wjxbWBMv1dQx4GgE4U4EQTB+xmdA81s868xSfcKIj5Gm9xJgdZbgS+01o/+GaAWJHvkWQe5jEKMVrS+/s9GMDGoJEuLyqb8ulEXW7oDjcImu98GtDvQ7sB3JJ85MM5VfvYAAAAASUVORK5CYII=);
    background-position: 3px 0px;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
    margin-bottom: 2%;
    margin: 0%;
    font-size: 16px;
    padding: 6px 12px 9px 35px;
    border: none;
	font-family: monospace;
}

#imagesGifscss {
	width: 100px;
	height: 66px;
    border-radius: 6%;
}

.contenedor_giphy {
	width:90%;
	margin:15px auto;
}

.small_img_giphy {
	width: 42%;
    background: transparent;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.small_img_giphy img {
	width:100%;
}

#emoticons {
	margin-top: 0%;
}

/* jquery ui tabs */
.ui-tabs {
	position: relative;
	padding: 0em;
	background: transparent;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	display: inline-grid;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
    background:#ffffff;
    border-radius:0px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
    padding-bottom: 1px;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0rem;
	background: transparent;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
background: no-repeat url(../img/icons.png) -182px -115px #ffffff;
}

/* The container 
 - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: fixed;
    background-color: #ffffff;
	margin-top: -17.3%;
    margin-left: -15%;
    min-width: 160px;
	border: 1px solid rgba(191,191,191,.2);
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    /* display: block; */
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.Settings__edit {
	background: no-repeat url(../img/icons.png) -75px -226px #ffffff;
    border: 1px solid #dee2e0;
    width: 11px;
    height: 12px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.Settings__edit:hover, .Settings__edit:focus {
	background: no-repeat url(../img/icons.png) -105px -227px #f4f4f4;
	border: 1px solid #dee2e0;
}

.Settings_wall_settings {
	background: #ffffff;
    padding: 2px;
    color: #565656;
    border: 1px solid #dddddd;
    border-radius: 2px;
    text-align: center;
    margin-right: 1%;
}

.Settings_wall_settings:hover, .Settings_wall_settings:focus {
	background: #f4f4f4;
	border: 1px solid #dee2e0;
}

.a_text_showall {
	color: #565656;
    font-size: 19px;
    font-family: sans-serif;
}

.message__send {
	background: no-repeat url(../img/icons.png) -75px -81px #dee2e0;
    border: 1px solid #dee2e0;
    width: 28px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.message__send:hover, .message__send:focus {
    background-color: #f4f4f4;
	border: 1px solid #dee2e0;
}

.div_follow {
	margin-top: .6rem;
} 
 
.friends_follow{ 
	background: #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    color: #757575;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
	margin-right: 1rem;
    font-size: 15px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}	

.friends_following{
    background: #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    color: #757575;
    padding: 5px;
    margin-left: 0.2rem;
	margin-right: 0.5rem;
    margin-top: 0.1rem;
    font-size: 15px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.friendprofiles_following{
    background: #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    color: #757575;
    padding: 5px;
    margin-left: 0.2rem;
	margin-right: 0.5rem;
    margin-top: 0.1rem;
    font-size: 15px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.friendprofiles_follow{
    background: #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    color: #757575;
    padding: 5px;
    margin-left: 0.2rem;
	margin-right: 0.5rem;
    margin-top: 0.1rem;
    font-size: 15px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.favourite{
    background: no-repeat url(../img/icons.png) -368px -36px #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    color: #757575;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    font-size: 15px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.no_favourite{
    background: no-repeat url(../img/icons.png) -368px 0px #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    color: #757575;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    font-size: 15px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.favourite:hover, .favourite:focus {
	background: no-repeat url(../img/icons.png) -368px 0px #f4f4f4;	
}

.no_favourite:hover, .no_favourite:focus {
    background: no-repeat url(../img/icons.png) -368px -36px #f4f4f4;
}

.trash_left {
	margin-left: 50%;
}
 
.message__trash {
	background: no-repeat url(../img/icons.png) -71px -153px #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.message__trash:hover, .message__trash:focus {
    background-color: #f4f4f4;
	border: 1px solid #dee2e0;
}

.message__menu_room {
	background: no-repeat url(../img/m_menu_chat.png) -71px -153px #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.message__menu_room:hover, .message__menu_room:focus {
    background-color: #f4f4f4;
	border: 1px solid #dee2e0;
}

.message__edit {
	background: no-repeat url(../img/icons.png) -71px -188px #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.message__edit:hover, .message__edit:focus {
    background-color: #f4f4f4;
	border: 1px solid #dee2e0;
}

.message__flag {
	background: no-repeat url(../img/icons.png) -71px -117px #ffffff;
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.message__flag:hover, .message__flag:focus {
    background-color: #f4f4f4;
	border: 1px solid #dee2e0;
}

.info_user_profile {
	font-family: 'Quicksand', sans-serif;
    color: #656565;
    font-size: 14px;
    padding: 0.6rem;
    font-weight: bold;
    /* white-space: nowrap; */
    width: 16rem;
    height: 8rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: clip;
}

.info_user_profile_p {
	font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    padding: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
    width: 14.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.info_user_profile_a {
	color: #7289da;
}

.user_online_chat {
    background: #ffffff;
    border: 1px solid #dee2e0;
    /* width: 25px; */
    height: 15px;
	display: table;
    font-size: 14px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.4rem;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.t--user {
	text-align: right;
}

.room__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    margin-left: 10%;
    margin-top: -3%;
}

.post__chat {
    background: #edf0f5;
    width: 70%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: left;
    /* margin: 0 auto; */
}

.Thank_Report {
	background: #fff;
    margin-top: 20%;
    padding: 1%;
    border: 1px solid #dee2e0;
	box-shadow: 0px 4px 3px rgba(29, 42, 58, 0.07);	
}

.Thank_Report_p {
    color: #757575;
    font-size: 18px;
    text-align: center;
}

.login__container {
	margin: 0 auto;
	background-color: #fff;
	width:  350px;
	margin-left: 19rem;
	margin-top: 28rem;
	border-top: solid .1rem #7289da;
	box-sizing: border-box;
	padding: 1rem 0;
	box-shadow: 0 0 0.1rem #8A8C8C;
}

.login__top{
	text-align: center;
}

.register__info{
    text-align: center;
    margin-top: 10rem;
    margin-left: 29rem;
    position: fixed;
    width: 50%;
    height: 8rem;
    background: #ffffff;
    padding: 1rem;
    border: 1px solid #e2ded9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 0 9px 0 rgba(216, 216, 216, 0.67);
    box-shadow: 0 0 9px 0 rgba(216, 216, 216, 0.67);
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    /* transition: all .8s ease-out; */
}

.login__title{
	color: #8a8c8b;
}

.login__title spam{
	color: #f39b53;
}

.login__img {
    width:3rem;
	border-radius: 80%;
}

form {
    display: flex;
    flex-direction: column;
    padding: 2% 10%;
}

.login {
    margin: .5rem 0;
    height: 1%;
    padding: 1rem;
    transition: all .7s;
    border: 1px solid #edf0f5;
    background: white;
    border-radius: 4px;
    /* box-shadow: 0px 4px 3px 2px rgba(125, 129, 138, 0.15); */
}

.login:active, .login:focus {
	border-color: #e0e0e0;
	background-color: #ffffff;
}  

.btn__submit {
	height: 2.5rem;
    border: none;
    background-color: #738bd7;
    color: white;
    padding: 5px;
    text-align: center;
    /* font-family: -webkit-body; */
}

.btn__submit:hover, .btn__submit:focus {
    background-color: #7289da;
	border: 0px solid #ffffff;
}

.btn__submit:hover{
	background-color: #56aad3;

}

.form__recover {
	color: #8a8c8b;
	text-decoration: none;
	text-align: center;
	font-size:12px;
}

.form__recover:hover {
	color: #6f7170;
}

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: rgba(0,0,0,.8);
    border-radius: 3px;
    display: inline;
	width: 7rem;
    bottom: 2%;
    color: #fff;
    content: attr(info); 
    padding: 5px;
    position: absolute;
    font-size: 12px;
    text-align: center;
}

.tooltip:hover:before {
	border: solid;
	display: inline;
	border-color: rgba(253, 247, 247, 0) transparent;
	border-width: 0px 3px 6px 6px;
	bottom: -0.7rem;
	content: "";
	left: 0.6rem;
	position: absolute;
	z-index: 99;
}
 
.dlg-container{
	display:none;
	position: absolute;
	top: 2px;
	left: 20%;
	width: 80%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	transform: translateX(0%) translateY(0%);
	transition: all 0.3s linear 0s;
	z-index: 2;
	}
.dlg-header{
    padding: 10px;
    /* font-weight: bold; */
    background: #ffffff;
    color: #989898;
    text-align: center;
	font-size: 17px;
}

.dlg-body{
	padding: 10px;
	line-height: 30px;
}
			
.dlg-footer{
	text-align: center;
	background: #ffffff;
	padding: 3px 0;
}

.dlg-footer a{
    display: inline-block;
    width: 26%;
    font-size: 14px;
    padding: 5px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #737f8d;
    cursor: pointer;
    color: white;
}

.bottom-footer a{
	display: inline-block;
    width: 6rem;
    padding: 5px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #f04747;
    cursor: pointer;
    color: white;
}

.dlg-footer a:active{
	background: #5575e6;
	color: #ffffff;
	border:1px #000;

}

.freeze-layer{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
}

.Background_container {
	background: #fff;
	width: 25%;
	padding:2px;
	margin-top: 22%;
	margin-left: 34%;
	transition: all 0.3s linear 0s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}			

.image_center {
    width: 4rem;
    text-align: center;
    margin-left: 40%;
    padding: 5px;
}

.lista_friend_img {
	width: 1.8em;
    padding: 5px; 
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px; 
}


.slide_menu  {
    width: 47rem;
    height: 100%;
    background: #f4f4f4;
    overflow-x: hidden;
    position: fixed;
    margin-top: -33rem;
    margin-left: 71rem;
}

.slide_menu_no {
	margin-left: 10rem;
	transition:all 0.3s;
	
}

.my_friend {
background: #f3f3f3;
    width: 14.6rem;
    height: 93.6%;
    position: absolute;
    margin-top: -38.5rem;
    margin-left: 70.1rem;
    color: #737f8d;
    display: none;
    border-left: 1px solid #bfbfbf;
	transition:all 0.3s;
}

.my_friend_no {
	display:none;
}

#m-menu {
	width: 20rem;
	height: 100%;
	background: #ffffff;
	position: fixed;
	display: block;
	top: 43px;
	margin-left: -58%;
	border-right: 1px solid #bfbfbf;
	background: -moz-linear-gradient(left,#f3f3f3 85%,#ffffff);
	background: -o-linear-gradient(left,#f3f3f3 85%,#ffffff);
	background: -ms-linear-gradient(left,#f3f3f3 85%,#ffffff);
}
	
#slide-menu {
    width: 16.1rem;
    height: 100%;
    background: #f3f3f3;
    position: fixed;
    top: 43px;
    margin-left: 100%;
    border-left: 1px solid #bfbfbf;
    /* box-shadow: -7px 15px 11px 1px #ececec; */
    /* background: -webkit-linear-gradient(left,#f3f3f3 85%,#ffffff); */
    background: -moz-linear-gradient(left,#f3f3f3 85%,#ffffff);
    background: -o-linear-gradient(left,#f3f3f3 85%,#ffffff);
    background: -ms-linear-gradient(left,#f3f3f3 85%,#ffffff);
    /* background: linear-gradient(to right,#f3f3f3 85%,#ffffff); */
}

.menu__friend:hover {
    text-decoration: none;
    padding-left: 0px;
	border-left: 0px solid #0275D8;
	height: 2.4rem;
	background: -webkit-linear-gradient(left,#ebebeb 95%,#f3f3f3);
    background: -moz-linear-gradient(left,#ebebeb 95%,#f3f3f3);
    background: -o-linear-gradient(left,#ebebeb 95%,#f3f3f3);
    background: -ms-linear-gradient(left,#ebebeb 95%,#f3f3f3);
    background: linear-gradient(to right,#ebebeb 95%,#f3f3f3);
    color: #2e3136;
}

.menu__friend:active, .menu__friend:focus {
text-decoration: none
}  
 
.menu__friend {
	background: rgba(243, 243, 243, 0);
    width: 100%;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0 auto;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.friend_img {
    width: 1.9rem;
	height: 1.9rem;
    margin-right: -0.4rem;
    margin-left: 3%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.friend__name {
	font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    padding: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
    width: 9.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.reporte__name {
    font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    margin-bottom: 2%;
    margin-left: 1%;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.user__online {
    bottom: 2px;
    right: -4px;
    border: 2px solid #f4f4f4;
    border-radius: 20px;
    width: 5px;
    height: 6px;
}

.read_message_no_user {
	background: no-repeat url(../img/read_message_no.png) 0px 0px transparent;
    background-size: 60%;
    width: 13px;
    height: 10px;
    /* margin-top: 2rem; */
    margin-left: 5%;
    font-size: 11px;
    color: transparent;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.read_message_user {
	background: no-repeat url(../img/read_message.png) 0px 0px transparent;
    background-size: 60%;
    width: 13px;
    height: 10px;
    /* margin-top: 2rem; */
    margin-left: 5%;
    font-size: 11px;
    color: transparent;
    text-align: center;
    padding: 2px;
    border-radius: 2px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.friend__name_messager {
    font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    padding: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
    width: 16.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.Pending_messages_user {
background: #e82c46;
    width: 13px;
    height: 10px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    padding: 1px;
    border-radius: 5px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
}

.no_user {
	background: #e82c46;
}

.yes_user {
	background: #00c1a6;
}

.no__cosola {
	opacity: 0;
    width: 1px;
    height: 1px;
    display: none;
}

#Microphone-menu {
	width: 30%;
    height: 9rem;
    background: #ffffff;
    text-align: center;
    position: fixed;
    top: 13rem;
    margin-left: 100%;
    border: 1px solid #dddddd;
    border-radius: 1%;
    /* background: -webkit-linear-gradient(left,#f3f3f3 85%,#ffffff); */
    /* background: linear-gradient(to right,#f3f3f3 85%,#ffffff); */
    box-shadow: 0px 2px 2px -2px #cacaca;
}

.record__stop {
	background: #f04747;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid #a71313;
    /* margin: 1.1rem; */
    padding: 0.2rem;
	cursor: pointer;
}

.Microphone__send {
	background: no-repeat url(../img/icons.png) -75px -49px #dee2e0;
    border: 1px solid #dee2e0;
    width: 28px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
	margin-right: 0.2rem;
	margin-top: 0.1rem;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.Microphone__send:hover, .Microphone__send:focus {
    background-color: #f4f4f4;
	border: 1px solid #dee2e0;
}

.img_embed {
	margin-left: 7%
}

.imagen_post_media {
	background: #ffffff;
    /* border: 2px solid #b7b7b7; */
    /* border-radius: 7px; */
    min-width: 99%;
    min-height: 30rem;
    box-shadow: -1px 2px 5px 1px #e2e1e1;
}	

.contenedor {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #edf0f5;
	color: #edf0f5;
}

.cabecera {
	display: inline-block;
	/* width: 5px; */
	text-decoration: none;
	padding: 2px;
	font-size: 13px;
	/* width: 7rem; */
	margin-left: 1rem;
	border: 2px solid;
	position: relative;
	color: #ffffff;
	/* border-top-left-radius: 5px; */
	/* border-top-right-radius: 5px; */
	transform: translateY(2px);
	z-index: 2;
	background: #7289da;
	font-family: sans-serif;
	border-radius: 4px;
	border: 1px solid #ffffff;
}
		
.pestana {
	position: absolute;
	border: 2px solid;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s;
}
		
.p-activa {
	visibility: visible;
	opacity: 1;
	width: 100%;
}

.c-activa {
	/* border-bottom-color: white; */
	margin-bottom: .4rem;
	background: #7d818a;
	color: #fff;
	margin-left: 1rem;
	/* width: 7rem; */
	height: 1rem;
	border: 2px solid #7d818a;
	border-radius: 4px;
	font-size: 13px;
}

.wall_report {
    background: #fff;
    color: black;
    border-left: 2px solid #a0c3ff;
    width: 100%;
    height: 10rem;
	margin-bottom: 8px;
}

.wall_report_name {
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #565656;
    padding: .6rem;
}

.wall_report_text {
	background: #fff;
    font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    padding: 0.6rem;
    font-weight: bold;
    white-space: nowrap;
    width: 46rem;
    height: 4.5rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: .5rem;
}

.wall_report_btn {
    background: #7d818a;
    color: #fff;
    padding: .2rem;
    border-radius: 3px;
    margin-left: 1rem;
}
 
#notificationContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 45px;
    margin-left: -179px;
    width: 400px;
    z-index: -1;
    display: none;
}

#notificationContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 188px;
}

#notificationTitle {
	z-index: 1000;
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	background-color: #ffffff;
	width: 384px;
	border-bottom: 1px solid #dddddd;
}

#notificationsBody {
	width: 100%;
    height: 20rem;
    overflow-x: hidden;
}

#notificationFooter {
	background-color: #e9eaed;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
	border-top: 1px solid #dddddd;
}

#notification_count {
    padding: 3px 7px 3px 7px;
    background: #ea4848;
    /* border: 1px solid #b4c5ff; */
    color: #ffffff;
    font-weight: bold;
    margin-left: -10px;
    border-radius: 6px 6px 0px 6px;
    position: absolute;
    margin-top: -8px;
    font-size: 11px;
}

.notification__wall {
	background: #ffffff;
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: solid .1rem #e0e0e0;
    margin: 0 auto;
    margin-bottom: 1%;
    border-radius: 0.2rem;
}

.notification__img_50 {
    width: 36px;
    margin-right: .5rem;
    border-radius: 8px;
    margin-left:1%;
}

.notification__name_wall {
	/* font-size: .9rem; */
	color: #757575;
	white-space: nowrap;
	width: 8.3rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: 'Quicksand', sans-serif;
	/* color: #737f8d; */
	font-size: 14px;
	/* padding: 0.6rem; */
	font-weight: bold;
}

.notification__type__favorite{
	background: no-repeat url(../img/icons.png) -82px -290px rgba(255, 255, 255, 0);
    font-size: .7rem;
    color: #000000;
    white-space: nowrap;
    width: 8.3rem;
    /* margin-top: 2px; */
    padding-bottom: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.notification__type__report{
	background: no-repeat url(../img/icons.png) -82px -334px rgba(255, 255, 255, 0);
    font-size: .7rem;
    color: #000000;
    white-space: nowrap;
    width: 8.3rem;
    /* margin-top: 2px; */
    padding-bottom: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.notification__type__locked{
	background: no-repeat url(../img/icons.png) -84px -402px rgba(255, 255, 255, 0);
	font-size: .7rem;
	color: #000000;
	white-space: nowrap;
	width: 8.3rem;
	/* margin-top: 2px; */
	padding-bottom: 7px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.notification__type__rejected{
	background: no-repeat url(../img/icons.png) -83px -356px rgba(255, 255, 255, 0);
	font-size: .7rem;
	color: #000000;
	white-space: nowrap;
	width: 8.3rem;
	/* margin-top: 2px; */
	padding-bottom: 7px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.notification__type__To_accept{
	background: no-repeat url(../img/icons.png) -83px -381px rgba(255, 255, 255, 0);
	font-size: .7rem;
	color: #000000;
	white-space: nowrap;
	width: 8.3rem;
	/* margin-top: 2px; */
	padding-bottom: 7px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.notification__type__chat{
	background: no-repeat url(../img/icons.png) -79px -426px rgba(255, 255, 255, 0);
    font-size: .7rem;
    color: #000000;
    white-space: nowrap;
    width: 8.3rem;
    /* margin-top: 2px; */
    padding-bottom: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.notification__text_wall{
	font-size: .7rem;
	color: #848484;
	white-space: nowrap;
    width: 8.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.notification_trash {
	background: no-repeat url(../img/icons.png) -74px -254px rgba(255, 255, 255, 0);
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}
 
#messagesContainer {
    background-color: #fff;
    border: 1px solid rgba(100, 100, 100, .4);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    position: absolute;
    top: 45px;
    margin-left: -179px;
    width: 400px;
    z-index: -1;
    display: none;
}

#messagesContainer:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	color: transparent;
	border: 10px solid black;
	border-color: transparent transparent white;
	margin-top: -20px;
	margin-left: 230px;
}

#messagesTitle {
	z-index: 1000;
	font-weight: bold;
	padding: 8px;
	font-size: 13px;
	background-color: #ffffff;
	width: 384px;
	border-bottom: 1px solid #dddddd;
}

#messages_Body {
	width: 100%;
    height: 20rem;
    overflow-x: hidden;
}

#messagesFooter {
	background-color: #e9eaed;
	text-align: center;
	font-weight: bold;
	padding: 8px;
	font-size: 12px;
	border-top: 1px solid #dddddd;
}

#messages_count {
    padding: 3px 7px 3px 7px;
    background: #ea4848;
    /* border: 1px solid #b4c5ff; */
    color: #fff;
    font-weight: bold;
    margin-left: -10px;
    border-radius: 6px 6px 0px 6px;
    position: absolute;
    margin-top: -8px;
    font-size: 11px;
}

.messages__wall {
	background: #fff;
	width: 100%;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: left;
	border-bottom: solid .1rem #e0e0e0;
	margin: 0 auto;
}

.messages__img_50 {
    width: 36px;
    margin-right: .5rem;
    border-radius: 8px;
    margin-left:1%;
}

.messages__name_wall {
	/* font-size: .9rem; */
	color: #757575;
	white-space: nowrap;
	width: 8.3rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: 'Quicksand', sans-serif;
	/* color: #737f8d; */
	font-size: 14px;
	/* padding: 0.6rem; */
	font-weight: bold;
}

.messages__text_wall{
	font-size: .7rem;
	color: #848484;
	white-space: nowrap;
    width: 8.3rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.messages_trash {
	background: no-repeat url(../img/icons.png) -74px -254px rgba(255, 255, 255, 0);
    border: 1px solid #dee2e0;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-left: 0.2rem;
    margin-top: 0.1rem;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}
 
.messages__img_50 {
    width: 36px;
    margin-right: .5rem;
    border-radius: 8px;
    margin-left:1%;
}

.messages__name_wall {
	/* font-size: .9rem; */
	color: #757575;
	white-space: nowrap;
	width: 8.3rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: 'Quicksand', sans-serif;
	/* color: #737f8d; */
	font-size: 14px;
	/* padding: 0.6rem; */
	font-weight: bold;
} 

.messages__a {
	/* font-size: .9rem; */
	color: #5166b3;
	white-space: nowrap;
	width: 8.3rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-family: 'Quicksand', sans-serif;
	/* color: #737f8d; */
	font-size: 14px;
	/* padding: 0.6rem; */
	font-weight: bold;
}

.message__text_elimi_div {
	background: #edf0f5;
    width: 80%;
    padding: .5%;
    color: #7d818a;
    border-radius: 3px;
    font-size: 14px;	
}

.message__text_elimi {
	font-family: unset;
    font-size: 17px;
    text-decoration: underline;
}

/*dropdown chat-room*/
.dropdown_m_chat {
    position: relative;
    display: inline-block;
}

.dropdown-content_m_chat {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 37px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    padding: 2px 2px;
    z-index: 1;
}

.dropdown_m_chat:hover .dropdown-content_m_chat {
    display: block;
}

.class_display_drop {
	display: grid;
}

/*modal messages user friends*/

#dynamic-content-user-profile {
	width: 60rem;
}
 
.modal_fade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal-dialog {
	background: #ffffff;
	width: 42%;
	height: 0%;
	margin-left: 29%;
	border-radius: 4px;
	box-shadow: 0px 6px 5px 1px rgb(84, 85, 86);
}

.modal-content {
	background: white;
}

.close_modal_chat {
    background: rgba(199, 199, 199, 0.82);
    border: 1px solid rgba(138, 135, 135, 0.79);
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    margin-left: 40%;
    margin-top: 1%;
    position: fixed;
}

.modal-body {
	
}

.btn_modal {
	background: #ffffff;
    border: 2px solid;
    margin-left: 0%;
    margin-top: 2%;
    color: #7b7b7b;
    border-radius: .3rem;
}

.img_modal {
	width: 2rem;
}

#view-modal {
	background: rgba(60, 66, 71, 0.83);
	padding-top: 7%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#modal-loader {
	text-align: center;
    margin-top: 35%;
    font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    font-weight: bold;
}

#dynamic-content {
	
}

#dynamic-content-media {
	padding: .7rem;
}

#view-modal-media {
	background: rgba(60, 66, 71, 0.83);
    padding-top: 7%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#modal-loader-media {
	text-align: center;
    margin-top: 35%;
    font-family: 'Quicksand', sans-serif;
    color: #737f8d;
    font-size: 14px;
    font-weight: bold;
}

.close_modal {
	background: rgba(228, 228, 228, 0);
	border: 1px solid rgba(195, 195, 195, 0);
	border-radius: 6px;
	color: #ffffff;
	font-size: 43px;
	margin-left: 44%;
	margin-top: -1%;
	position: fixed;
}

.content_media {
    /* width: 100%; */
    /* height: 100%; */
    background: #565656;
    border-radius: 0px 0px 0 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 3px 8px 1px rgba(53, 53, 53, 0.46);
}

.img_media_content {
    height: 10%;
    /* position: relative; */
    width: 100%;
}

.all_content_chat {
	background: rgb(230, 230, 230);
	border-radius: 0px;
	padding: 0% 0% 0.1% 0%;
}

.wall_messages_content_user {
	background: #ffffff;
	width: 100%;
	height: 26rem;
	border: 0px solid #dadada;
}

.wall_messages_content_chat {
	background: #edf0f5;
	border-top: 1px solid #d2cece;
	width: 100%;
	height: 92%;
	overflow-x: hidden;
}

.message__user_data {
	background: #ffffff;
	border-bottom: 1px solid #dee2e0;
	height: 12%;
	margin-top: .6%;
}

.wall_messages_user_text {
	background: #ffffff;
	bottom: 6.3rem;
	border: 2px solid #bdbdbf;
	width: 97%;
	margin: 1%;
	/* margin-left: 1%; */
	/* margin-top: 1%; */
	/* margin-bottom: 1%; */
	padding: 0rem 0rem;
	display: flex;
	flex-flow: column;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.messages_chat_box {
	width: 100%;
    display: flex;
    justify-content: space-between;
}

.input_messages_chat_user {
	width: 85%;
    outline: 0;
    border: 1px solid #ffffff;
    padding: .3rem .3rem;
}

.name_user_post_modal {
	background: rgba(243, 243, 243, 0);
    width: 100%;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 0 auto;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.modal_img {
    width: 1.9rem;
	height: 1.9rem;
    margin-right: -0.4rem;
    margin-left: 3%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.magin_index {
	margin-top: 5rem;
}

.aside_img__imdex_home {
	width: 85%;
	margin-left: auto;
	/* height: 90vh; */
	/* background: #ffffff; */
	/* margin-left: 2%; */
	margin-top: 8px;
	/* border: 1px solid #e0e0e0; */
}

.img__imdex_home {
	width: 85%;
	margin-left: auto;
	/* height: 90vh; */
	/* background: #ffffff; */
	/* margin-left: 2%; */
	margin-top: 4rem
	/* border: 1px solid #e0e0e0; */;
}

.grid {
	    display: grid;
}

.icon_index {
	width: 2rem;
	height: 2rem;
	margin-left: 8rem;
	background: #fff;
	border-radius: 1rem;
	padding: 4px;
	border: 2px solid #cacaca;
}

.wall__home_index {
	border-radius: 0rem 0rem 0 0rem;
	/* border-top: 0px solid #ffffff; */
	margin: 4px;
	/* display: flex; */
	padding: .5rem;
	/* background: #ffffff; */
	width: 77.7%;
	/* border-left: 1px solid #e0e0e0; */
	/* border-bottom: 1px solid #e0e0e0; */
	/* border-right: 1px solid #e0e0e0; */
	margin-left: 9.9%;
	margin-top: 1.3rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	color: #565656;
}

.text__index_home_p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #565656;
	margin-top: .2rem;
	margin-left: .3rem;
	
}

.wall_500_error {
    margin-left: 19%;
    margin-top: 10%;
    display: flex;
}

.wall_500_p{
	font-size: 22px;
	margin-bottom: 3%;
}

.wall_500_text {
    background: white;
    border: 1px solid rgb(214, 214, 214);
    margin-top: 2%;
    padding: 2%;
    width: 55%;
    height: 2%;
    margin-left: 5%;
}

.service_div {
	margin-top: 13%;
    margin-left: 42%;
    position: fixed;
    text-align: center;
}

.error_system_red {
    background: #e83333;
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: fixed;
    top: 97%;
    left: 20%;
    padding: .4%;
}


.user_new_wall_aside {
	/* width: 100%; */
	border-top: 1px solid #e0e0e0;
	color: black;
	padding: 2%;
}

.user_new_div_aside {
	width: 100%;
	display: flex;
	margin-bottom: 1%;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #ebebeb;
}

.img_user_new_aside {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px solid #f3f3f3;
	margin-left: 1%;
	box-shadow: 0px 1px 0px 0px #ebebeb;
}

.user_new_p_aside {
	font-size: 14px;
	margin: 4%;
	color: #565656;
	font-weight: bold;
	display: contents;
	white-space: nowrap;
	width: 60%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.user_new_p_aside:hover, .user_new_p_aside:focus {
	color: #3868d0;
}

.user_new_spam_aside {
    font-size: 12px;	
}

.user_new_a_aside {
	background: no-repeat url(../img/icons.png) -119px 4px #f4f4f4;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

.user_new_a_aside:hover, .user_new_a_aside:focus {
	background: no-repeat url(../img/icons.png) -119px 4px #ffffff;
}

.error_register {
	background: #f04747;
    width: 80%;
    /* height: 2rem; */
    color: #fff;
 
    top: 14%;
    left: 20%;
    text-align: center;
}

.div_css_one {
    background: #f4f4f4;
    margin-top: 5%;
    width: 94%;
    height: 1rem;
    border-radius: 4rem;
    padding: 1px 0px 0px 9px;
    color: #737f8d;
    font-weight: bold;
}

.div_css_one_b {
    background: #e0e0e0;
    margin-top: 1%;
    width: 40%;
    height: 1rem;
    border-radius: 3rem;	
}

.form_login_chat {
    display: flex;
    flex-direction: row;
    height: 2rem;
}

.mentions {
    background: rgba(114, 137, 218, 0);
    color: #0038ff;
    height: 1rem;
    border-radius: 5px;
    border: 1px solid #7289da;
    padding: 0px 4px 0px 3px;
}

.br_message {
	
}

.preview_wall_url {
	background: #fff;
	width: 19rem;
	padding: 1%;
	border-radius: 5px;
	border: 1px solid #dee2e0;
}

.preview_wall_url_div {
	display: -webkit-inline-box;
	width: -webkit-fill-available;
}

.preview_wall_url_img {
	width: 7rem;
	border-radius: 4px;
	box-shadow: -1px 2px #bfbfbf;
}

.preview_wall_url_icon {
	width: 22px;
	border-radius: 4px;
	margin-right: 7px;
}

.preview_wall_url_text {
	/* margin-left: 7px; */
	padding: 3px;
	color: #565656;
	font-size: 14px;
}

.preview_wall_url_text_a {
	color: #4374e0;
	font-size: 14px;
	font-weight: bold;
}

.preview_wall_url_text_spam {
	white-space: nowrap;
	width: 19.3rem;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.preview_wall_url_des {
	width: 19rem;
	font-size: 13px;
	color: #565656;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ebebeb;
}

#icon_m_friends {
	display: none;
}

#icon_m_friends_spam {
	display: block;
}