
/*
::-webkit-scrollbar { width: 10px; height: 10px;}
::-webkit-scrollbar-button {  background-color: #ccc; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 30px; background-color: #333; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
*/

/* W3C standard
   сейчас только для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #4d0a5f grey;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: grey;
}
*::-webkit-scrollbar-thumb {
  background-color: #4d0a5f;
  border-radius: 5px;
  border: 3px solid grey;
}


@font-face {
 font-family: helvetica;
    src: url(/font/bahij-helvetica-neue.ttf);
	
 font-family: helvetica-bold;
    src: url(/font/bahij-helvetica-neue-bold.ttf);	
} 

  .comm-box {
	width: 95%;
    margin: 10px;	
	font-family:helvetica-bold;
	border: 1px solid #4E4E4E;
   /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
    padding: 10px;
  } 

  .commup-box {
    margin: 7px;	
    margin-bottom: 15px;
	border: 1px solid;
	border-color: #ccc;
    padding: 10px;
	border-radius: 8px;
  }   
  
  .text-black {
	  font-size: 18px;
	  color: #000;
	  font-family:helvetica-bold;
	  margin: 5px;
  }






.white-text {
	font-size: 20px;
	padding: 10px;
	color: #6fb75e;
}

.facebook {
	  font-size: 20px;
	  color: #3B5998;
      padding: 10px;
  }
 
  .text-date {
	  font-size: 14px;
	  color: #fff;
	  margin: 8px;
  }
 
  .text-date-mid {
	  font-size: 17px;
	  color: #7b7b7b;
	  font-weight: bold;
	  margin: 8px;
  }

	

@media (max-width: 315px) {

#fb {
	display: none;
}

#tw {
	display: none;
}


.first {
	width: 100%;
	height: 8vh;
	background-color: #ccc;
}  

.logs-search {
	width: 100%; height: 400px;
	margin: 0px auto; 
	background-color: #e3e3e3;
}

.logs-search-date {
	
width: 100%;  
margin: 5px;	

}

.logs-search-date-text {
width: 100%;  
margin: 5px;	
	
}

.logs-date {
width: 100%;
height: 30px; 	
}

.logs-button {
width: 100%; 
	
}

.real {
	
	width: 95%; 
	font-size: 15px; 
	margin: 0px; 
	background-color: #fff; 
	display: none;
}

.stat {
	width: 100%; 
	height: 70px;
    vertical-align: middle;	
	
}

.users {
	
	width: 95%; 
    margin: 5px;
}
.stat-today {
	
	width: auto;  
	font-size: 15px; 
	margin-top: 0px; 
	background-color: #fff;
	
}

.stat-yesterday {
	
	width: auto; 
	font-size: 15px; 
	margin: 0px; 
	background-color: #fff;
}



.title-fb {
	
    height: 60px; 
	width: 100%;
    display: none;	
}

.title-tw {
	
    height: 60px; 
	width: 100%;
    display: none;	
}

.title-rss {
	
    height: 60px; 
	width: 100%;
    display: inline;
    position: fixed;
    bottom: 0px;	
}

.sm{
	display: inline;
}

}

@media (min-width: 1024px) {
.main-b {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top-b {
	width: 100%;
	height: 8%;
    background-color: #e3e3e3;
    display: table;	
}

.center-b{
	width: 100%;
	height: 84%;
	background-color: #000;
}

.bottom-b {
	width: 100%;
	height: 8%;
    background-color: #333;
    display: table;		
}

.top-line {
     display: table-cell; 
	 width: 100%;
	 vertical-align: middle;
     padding-left: 10px;	 
}

.bottom-line {
	display: table-cell;
	width: 100%;
	vertical-align: middle;	 
}

.login-data{ 
   float: left;
}

.text-login {
	font-size: 15px; 
	font-weight: bold; 
	color: #000;
    margin-top: 3px;	
}

.real-time {	 
	float: left;
	width: 20%;
	background-color: #fff; 
	border: 1px solid #ccc; 
	border-radius: 4px;
	margin-left: 10px;
	font-size: 1.5vw;
}

.go-data {
    left: 0;	
	width: auto; 
	float: left;
	width: 65%;	
}

.fb-b {
	display: table-cell; 
	width: 50%;
	float: left;
	vertical-align: middle;
}

.tw-b {
	display: table-cell; 
	width: 50%;
	float: left;
	vertical-align: middle;
}

.rss-b {
    display: table-cell;
	width: 50%;
	float: left;
    vertical-align: middle;
}

.logs-search {
	width: 100%; height: 200px;
	margin: 0px auto; 
	background-color: #e3e3e3;
}

.m-b {
   position: relative;
   width: 100%;
   height: 5em;
}

.stat {
	width: 100%; 
	background-color: #e3e3e3;
}

.users {
	
	width: 45%; 
	float: left;
}

.first {
	width: 100%;
	height: 8vh;
	background-color: #ccc;
}  

.logs-search-date {
	
width: 220px; 
float: left; 
margin: 5px;	

}

.logs-search-date-text {
	
width: 120px;  
margin: 5px;
float: left;	
}

.logs-date {
width: 150px; 
height: 30px;	
}

.logs-button {
width: 100px; 
float: left;
margin-left: 20px;	
}

.stat-today {	
	width: 28%;  
	float: left;
	margin-left: 3px; 
	background-color: #fff;
	font-size: 1.5vw;		
}
.stat-yesterday {	
	width: 34%; 
	float: left; 
	margin-left: 3px; 
	background-color: #fff;
	font-size: 1.5vw;
}

   .round {
	width: 38px;   
    border-radius: 100px;
    border: 3px solid;
	border-color: #e3e3e3;
    box-shadow: 0 0 7px #666;
   }

.rss {
	width: 33.3%; 
	float:left; 
	height: 100%; 
	overflow-y: scroll; 
	border: 1px solid; 
	border-color: #f7f7f7;
	display: inline;
}

.fb {
	width: 33.3%; 
	float:left; 
	height: 100%; 
	overflow-y: scroll; 
	border: 1px solid; 
	border-color: #f7f7f7;
    display: inline;
}

.twitter {
	width: 33.3%; 
	float:left; 
	height: 100%; 
	overflow-y: scroll; 
	border: 1px solid; 
	border-color: #f7f7f7;
	display: inline;
}
        .m-b-p {
          display: flex;
          width: 100%;
          height: 60px;
          margin: 0 auto;
		  float: left;
        }		

.title-fb {
	
	float: left;
    height: 100%; 
	width: 33.3%;	
	display: inline;
}

.title-tw {
	
	float: left;
    height: 100%; 
	width: 33.3%;
    display: inline;	
}

.title-rss {
	
	float: left;
    height: 100%; 
	width: 33.3%;	
	display: inline;
    position: inherit;
    bottom: 0px;	
}
.sm{
	display: none;
}

}