
 html { overflow-y: auto; !important }


.margint {
  margin: 10px;
}

                    /*winWrap  модальное окно*/
#winWrap{
  background-color: #000; /* Чёрный фон */
  height: 100%; /* Высота максимальна */
  left: 0; /* Нулевой отступ слева */
  background: rgba( 0, 0, 0, 0.8); /* Степень прозрачности */
  position: fixed; /* Фиксированное положение */
  top: 0; /* Нулевой отступ сверху */
  width: 100%; /* Ширина максимальна */
  z-index: 3; /* Заведомо быть НАД другими элементами */
  overflow:scroll;

}

#wrapModalContent{
    overflow:hidden;
	margin:10px auto 5px;
	background-color:#EDEEF0;
    padding:  auto ;
	width: 650px;
    border-radius : 7px
}
html {overflow-y: auto}
/*инпут параметры */
.input-wrap{
	padding-left: 17px;
}

.input-opt{
   	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
	outline: none;
	padding:5px;
	width: 200px;
	height:28px;
	border: solid 1px #D3D9DE;
	     cursor: pointer;
}

 .input-text{
	 cursor: text;
   height: 15px;
 }

 .input-number{
	 width: 84px;
   height: 15px;

 }

 .input-textarea{
	 height: 50px;
 }
/*!!!!!!!!!!!!!!!!!!!!!!!! */
textarea{
	resize: none;

}
body {
 	background-color:#EDEEF0 !important;


}





#main{


width:1200px;
background-color: #EDEEF0;
clear: both;
padding: 5px

}



#body{
	padding:5px;
background-color:#EDEEF0;
	clear: both;


}



#content{


  float:left;

	min-height: 100vh;
	width: 1100px;

}

/*!!!!!!!!!!Парсер категория!!!!!!!!!!!!!!*/

/*!!!!!!!!!!!!!!!!!!!!!!!!*/






.clearfloat:after {
	content: "";
	display: table;
	clear: both;
}


.non_decoration{
text-decoration:none !important ;
}





.clearfloat:after {
	content: "";
	display: table;
	clear: both;
}

.page_list_row-selected{
background-color : #EDF0F5;
border-radius : 7px
}

.page_list_row {
   margin: 15px;
   border-bottom: 1px solid #E7E8EC;
   }

.page_list_row .page_info  {
    padding-left:10px;
	padding-top: 10px;
	float: left;
    margin-bottom: 5px;
	margin-right: 25px;
    overflow: hidden;

    width: 170px;
	height: 80px;
}

.page_list_row .page_info .labeled_name{
     margin-bottom: 5px;
	 color: #42648b;
     font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page_list_row .labeled {

    color: #656565;
}


.page_list_row .functions {
    padding: 7px 0 0;
	position: relative;
    overflow: hidden;
    width: 150px;
    height: 80px;
	}
.page_list_row .functions .func_bts {
margin: 5px 0 0 10px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    max-width: 155px;
    float: right;
    text-align: right;

	}

.page_list_row .functions .func_bts button {
    min-width: 145px;
	padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    background: none;
    background-color: #5181b8;
    color: #fff;
    border: 0;
    border-radius: 7px;
    box-sizing: border-box;
    line-height: 11px;
	}


.page_list_row .page_photo {


	float: left;
    margin: 0 12px 0 0;
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.page_list_row .page_photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-force-broken-image-icon: 0;
    background-color: #fafbfc;
}


/*      див   картинки   */

.img_comment {
	background-image: url(img/comment.svg);

}
.img_like {
	background-image: url(img/like.svg);

}

.img_repost {
	background-image: url(img/repost.svg);

}

.img_views {
	background-image: url(img/views.svg);

}
.img_more_information {
  height: 4px;
  width:25px;
  background-image: url(img/more_actions.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 45%;
}
.img_search_integration {
	background-image: url(img/search_integration.png);
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.img_button {
    display: inline-block;
	background-size: 24px 24px;
    width:   24px;
    height:  24px;
    transition: opacity 100ms ease-in-out;
    margin-bottom: 0px;
}

.img_button_count {


	display: inline-block;
	font-size: 16px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    color: #67707a;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;


}

.img_button_wrapper {
	margin-left: 10px;
	display: inline-block;


}

/*      !!!!!!!!!!!!!!!!   */

.vk_btn {
	min-width: 145px;
	padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    background: none;
    background-color: #5181b8;
    color: #fff;
    border: 0;
    border-radius: 7px;
    box-sizing: border-box;
    line-height: 11px;
}
.vk_btn_revirse {
	min-width: 145px;
	padding: 7px 16px 8px;
    margin: 0;
    font-size: 12.5px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    vertical-align: top;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    background: none;
    background-color: #DFE6ED;
    color: #55677D;
    border: 0;
    border-radius: 7px;
    box-sizing: border-box;
    line-height: 11px;
}
/*фон классы*/

.loop_search {
  background-image: url(img/search_loop.svg);
}


/* позиция дивов*/
.floatable_left {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}
