.text-orange {
color: #ffb20e !important;
}
div.org {
border: 1px solid #fffffff;
    padding: 40px;
    border-radius: 12px;
    background: #ffff;
	transition: .5s ease;
	-webkit-box-shadow: -4px 28px 56px -19px rgba(161,161,161,1);
	-moz-box-shadow: -4px 28px 56px -19px rgba(161,161,161,1);
	box-shadow: -4px 28px 56px -19px rgba(161,161,161,1);
}
div.org:hover {
border: 1px solid #fffffff;
    padding: 40px;
    border-radius: 12px;
    background: #ffff;
	transition: .5s ease;
	-webkit-box-shadow: -4px 28px 56px -19px rgba(255,193,99,1);
	-moz-box-shadow: -4px 28px 56px -19px rgba(255,193,99,1);
	box-shadow: -4px 28px 56px -19px rgba(255,193,99,1);
}
.pagtable_pag.light-theme.simple-pagination {
	padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.light-theme a {
    float: left !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: normal !important;
    text-align: center !important;
    border: 1px solid #ffedd3 !important;
    min-width: 14px !important;
    padding: 0 7px !important;
    margin: 0 5px 0 0 !important;
    border-radius: 3px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    background: #ffffff  !important;
}  
.light-theme .current {
    background: #ffefce !important;
    color: #000 !important;
    border-color: #ffedd3 !important;
    box-shadow: none !important;
    cursor: default !important;
}
a.pagtemplate_search_button {
	color: #ff9b00 !important;
	margin-left: 30px;
}
.register {
    height: 250px;
    background: #ffefce;
    padding: 40px;
    border-left: 10px solid #ffac00;
    border-radius: 10px;
}
.bg-gray {
background-color: #f9f9f9;
}
#clear_documentation_id {
margin_top: 10px;
}
.side-panel-wrap::-webkit-scrollbar {
         width: 4px;
         }
         .side-panel-wrap::-webkit-scrollbar-track {
         display: none;
         }
         .side-panel-wrap::-webkit-scrollbar-thumb {
         background-color: #000000;
         }
.counter {
    margin-bottom: 14px;
    margin-top: 14px;
}
.beige{
background-color: #fffefb!important;
}
.form-group.row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-group.row .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.form-group.row label {
    
    font-size: 15px;
    color: black;
    margin-bottom: 10px;
}
.ttt {
    display: inline-grid;
}
.form-group.row .ttt label {
    display:flex;
    font-weight: normal;
    font-size: 10px;
    color: unset;
    margin-bottom: unset;
	align-items: start;
    justify-content: start;
}
input[type=checkbox], input[type=radio] {
    margin: 5px !important;
}
.tabs .nav-tabs .nav-link.active {
    color: #ff730c !important;
    background-color: transparent;
    border-bottom: 2px solid #ff730c  !important;
}
.side-panel-wrap>.logo>a>img {
height: 6em;
}
.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  background-color: #2C3E50;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2C3E50;
  width: 7vw;
  height: 5px;
  max-width: 250px;
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}
.input.active {
  background-color: #2C3E50;
}
.input.active::before {
  background-color: #2C3E50;
}
.input.active::after {
  background-color: #AEB6BF;
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 15px;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #AEB6BF;
}
.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before, .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
  width: 5vw;
}
.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 4vw;

}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 100px;
  max-width: 1000px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }

  .input::after {
    right: -37.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before, .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #AEB6BF;
  }
  .input::before, .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}
p.bar{
    background: white;
    padding: 4px;
    border-radius: 5px;
    text-align: center;
    margin-top: 5px;
    color: black;
}
a[block="bcontr_thematic_block_publiс"]{
	color: black;
    font-size: 0.8em;
    cursor: pointer;
    background: white;
    border-radius: 5px;
    padding: 9px;
    width: 100%;
    margin: 10px;

}
a.pagtemplate_clear_button:before{
    content: url(/site_source/budcontrol/css/xmark-solid.svg);
    display: inline-block;
    margin-left: 5px;
    font-size: inherit;
    width: 10px;
}
.hori-timeline .events {
    border-top: 3px solid #e9ecef;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 50px;
    border-right: 2px dashed #dee2e6;
    top: 0;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 2px 4px;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
}
.bg-soft-primary {
    background-color: rgba(64,144,203,.3)!important;
}
.bg-soft-success {
    background-color: rgba(71,189,154,.3)!important;
}
.bg-soft-danger {
    background-color: rgba(231,76,94,.3)!important;
}
.bg-soft-warning {
    background-color: rgba(249,213,112,.3)!important;
	color:black !important;
}
.card {
    border: none;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
    box-shadow: 0 0 13px 0 rgba(236,236,241,.44);
}

h5.font-size-16.timeline-text {
    min-height: 60px;
}
body.side-panel-static .body-inner .container, body.side-panel-static #wrapper .container {
max-width:1520px;
}
.card-header-block {
    background: #fdf2d447;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}
h4.card-header-block-mini {
    background: #8080800f;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}