        body {
  overflow-x: hidden;
}

h1{
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

h3 {
  margin-top: 1rem;
}
   #sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
/*  padding: 0.875rem 1.25rem;*/
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
.list-group-item{
        padding: 0;
}
header .dropdown{
       margin: 0 10px;
}
#page-content-wrapper .dropdown {
  display: none;
}

.pagination{
        margin: 0 10px; 
}
.some_text{
        padding: .25rem .75rem;
}

ol, ul{
        list-style: none;
        padding: 0;
}

ul{
  margin-bottom: 0;
}
.collapse {
        list-style: none;
        padding: 0;
}

.nav-link {
        padding: 0;
}
.collapse .navbar-nav .nav-item{
        padding-left: 10px;
}

.sel_ri {
    display: inline-block;
    width: auto;
}

.edit_del{
  display: flex;
}

label {
       margin-right: 10px;
}

.form-check-input{
  position: relative;
  margin-left: 0px;
}

.arrow:after{  
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.arrow_down:after {
      display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;  
}

.arrow_up:after {
      display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-bottom: .3em solid;
    border-right: .3em solid transparent;
    border-top: 0;
    border-left: .3em solid transparent;  
}

label.required:before {
    content: "*";
    color: red;
}
#breadcr_container{
  width: 100%;
  background-color: #e9ecef;
}

.adsart
{
  display: block;
  width: 250px;
  height: 200px;
  border: solid;
}
a.icon-print:hover{
	text-decoration: none;
}
a.icon-print{
  text-align: center;
  display: inline-block;
}
.fa-print{
  font-size: 30px;
}
.fa-download{
  font-size: 30px;
}

ul li{
  padding-left: 10px;
}
.sticky {
  position: sticky;
  top: 0;
  min-height: 2em;
}
#structure_act{
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 15px;
}

.p_str_act{
  margin-top: 1rem;
  display: none;
}

.section_tree_container{
  height: 100vh;
  overflow-x: hidden;
}

.vakata-context{
  z-index: 1021;
}

.ql-tooltip{
  z-index: 1021;
}

.ql-editor p{
  margin-bottom: 5px;
}

.act_name{
  display: flex;
}

.actions_art{
 margin: 1.5rem 0; 
}

.fulheight{
  height: calc(100vh - 165px);
}

.text-secondary{
 margin-top: 20px;
}
footer{
  min-height: 100px;
  background-color: #e9ecef;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Language*/
.dropdown-toggle{
  background: transparent;
  border: none;
  outline: none;
}

.dropdown-toggle:focus{
  border: none;
  outline: none;
}

.dropdown-menu{
  min-width: 20px;
/*  width: 100%;*/
}

.dropdown-item{
  padding-left: 5px;
}

header{
  display: flex;
  justify-content: space-between;
}

.fb-like,
.fb-like > span,
.fb-like iframe[style] {
  width: 260px!important;
  min-height: 28px;
}

.hr-separated{
  border-bottom: 2px solid black;
}
/*-----end lang------*/

.pagelist{
  width: 100%;
}

.pagelist p{
  margin-bottom: 0;
}

.pagelist ul, .pagelist li{
padding-left: 0;  
}

.ads-top {
  margin:0 auto 20px;
}

.ads-top-art {
  margin: 20px auto;
}

.ads-bottom {
  margin: 20px auto 0;
}

/*----temp Ivan ads----*/
.ads-ivan {
  margin: 20px auto 0;
  font-size: 2em;
  text-align: center;
}

.ads-ivan p {
  margin-bottom: 0;
}

.ads-ivan p.working-hours {
  font-size: 0.5em;
}
/*----end temp Ivan ads----*/

@media (max-width: 768px){
  #structure_act{
  height: 50vh;
}
/*-----language------*/
header{
  display: block;
}

 header .dropdown{
   display: none!important;
 }
  
 .p_str_act{
  display: block;
}

  #page-content-wrapper .dropdown {
  display: flex!important;
  min-width: 100%;
  margin: 1.5rem 0;
  padding: 0;
}
/*----end lang------*/

h1{
  font-size: 1.5rem;
}

}