
/*
::-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;}
*/
@font-face {
    font-family: 'GE-SS-TV-Medium';
    src: url('/font/GE-SS-TV-Bold.ttf') format('ttf');
	
    font-family: 'OpenSans-Bold';
    src: url('/font/OpenSans-Bold.ttf') format('ttf');

    font-family: 'omar-bold-2';
    src: url('/font/omar-bold-2.ttf') format('ttf');	
	
    font-family: 'arial';
    src: url('/font/arial.ttf') format('ttf');	
}

.resizable-helper { border: 2px dotted #ffffff; z-index: 1000000 !important;}

  .errorMessages {
	  color:#fff;
	  font-weight: bold;
	  font-size: 14px;
  }

.btn-xs {
	padding: 2px 7px !important;
	font-size: 12px !important;
	line-height: 1.7 !important;
	border-radius: 3px !important;
  }
  .progress-bar {
	  background-color:#808080!important;
	  text-align: center;
	  width: 100%;
}	
.f-1 {
	font-family: arial;
}

.f-2 {
	font-family: Almarai;
}

.f-3 {
	font-family: Zain;
}

.f-4 {
	font-family: OpenSans-Bold;
}

.s-15 {
	font-size: 15px;
}

.s-20 {
	font-size: 20px;
}

.s-25 {
	font-size: 25px;
}

.s-30 {
	font-size: 30px;
}

.s-35 {
	font-size: 35px;
}

.s-40 {
	font-size: 40px;
}

.t-black{
	color: #000;
}

.t-white{
	color: #fff;
}

.t-gray{
    color: #333333;	
}

.t-red{
	color: #dc3545;
}

.t-green{
	color: #198754;
}

.t-yellow{
	color: #ffc107;
}

.t-blue{
	color: #0d6efd;
}

.t-orange{
	color: #fd7e14;
}

.bg-black{
	background-color: #000;
}

.bg-white{
	background-color: #fff;
}

.bg-gray{
    background-color: #f8f9fa;	
}

.bg-red{
	background-color: #dc3545;
}

.bg-green{
	background-color: #198754;
}

.bg-yellow{
	background-color: #ffc107;
}

.bg-blue{
	background-color: #0d6efd;
}

.bg-orange{
	background-color: #fd7e14;
}


  .progs {
    flex: 10;
    position: relative;
    display: flex;
    flex-basis: 100%;
    height: 5px;
    /* background: rgba(0,0,0,0.5); */
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    height: 10px;
  }
  .prog__filleds {
    width: 50%;
    background: #c452e9;
    flex: 0;
    flex-basis: 0%;
  }
            
 
*::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
*::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #1E1E2F;
}

*::-webkit-scrollbar-track:hover {
  background-color: #2A2A42;
}

*::-webkit-scrollbar-track:active {
  background-color: #1E1E2F;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #E14ECA;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #CB46B6;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #E14ECA;
}

.resp-table-dark {
	width: 100%;
	display: table;
	border-left: 4px #72138b solid;
	border-right: 4px #72138b solid;
	border-bottom: 1px #72138b solid;
	cursor:pointer;
}

.resp-table {
	width: 100%;
	display: table;
	border-bottom: 1px #72138b solid;
	cursor:pointer;
}
.resp-table-body{
	display: table-row-group;
}
.resp-table-row{
	display: table-row;
}
.table-body-cell{
	width: auto;
	display: table-cell;
	padding: 8px;
	vertical-align: middle;
}

.table-body-cell-img{
	width: 70px;
	display: table-cell;
	padding: 8px;
	vertical-align: middle;
}

@font-face {
 font-family: helvetica;
    src: url(/font/bahij-helvetica-neue.ttf);
	
 font-family: helvetica-bold;
    src: url(/font/bahij-helvetica-neue-bold.ttf);	
} 

.input-file {
	position: relative;
	display: inline-block;
}

.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 18px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	border-radius: 4px;
	line-height: 22px;
	background-color: #e14eca;
	min-width: 180px;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover span {
	background-color: #fd5d93;
}
.input-file:active span {
	background-color: #e14eca;
}
 
/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}

      .form-signin {
        max-width: 300px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
		border-radius: 10px;
		-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);

      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }

.circle {
  background: #456BD9;
  border-radius: 50%;
  color: #fff;
  height: 1.8rem;
  position: relative;
  width: 1.8rem;
}

.circle-content {
  hyphens: auto;
  margin: 0.3rem;
  padding-top: 0.1rem;
  text-align: center;
}

.circle-b {
  border-radius: 50%;
  color: #fff;
  height: 3.2rem;
  position: relative;
  width: 3.2rem;
}

.circle-content-b {
  hyphens: auto;
  margin: 0.2rem;
  text-align: center;
  font-size: 2.0rem;
}

.circle-c {
  background: #456BD9;
  border-radius: 50%;
  color: #fff;
  height: 2.2rem;
  position: relative;
  width: 2.2rem;
}

.circle-content-c {
  hyphens: auto;
  text-align: center;
  font-size: 1.3rem;
}

.circle-d {
  background: #456BD9;
  border-radius: 50%;
  color: #fff;
  height: 10.2rem;
  position: relative;
  width: 10.2rem;
}

.circle-content-d {
  hyphens: auto;
  text-align: center;
  font-size: 7rem;
}

  .errorMessages {
	  color:#fff;
	  font-weight: bold;
	  font-size: 14px;
  }


  .progress-bar {
	  background-color:#808080!important;
	  text-align: center;
	  width: 100%;
}	

@media (min-width: 315px) {
    .panel {
		width: 90%; 
		background-color: #f7f7f7;
		
	}
    .well {
		width: 90%; height: auto; margin: 5px auto; overflow: auto;
	}
    .video-items {
		width: 90%; margin:10px;
	}	
}

@media (min-width: 1024px) {
    .panel { 
	 width: 60%; background-color: #f7f7f7;
	}
    .well {
		width: 60%; height: auto; margin: 5px auto; overflow: auto;
	}
    .video-items {
		width: 23%; float: left; margin:1%;
	}	
}

   figure {
    width: 99%; /* Ширина */
    float: left; /* Выстраиваем элементы по горизонтали */
    margin: 0 0 0 3.5%; /* Отступ слева */
    border-radius: 5px; /* Радиус скругления */
    padding: 2%; /* Поля */
   }
   figure:first-child {
    margin-left: 0; /* Убираем отступ для первого элемента */
   }

  .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: 10%;
  left: 8%;
  overflow: hidden;
  width: 90%;
  height: 100%;
}

.main-bc {
  position: absolute;
  top: 10%;
  left: 10%;
  overflow: hidden;
  width: 90%;
  height: 96%;
}

.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%;
    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;
}

}