.horizontal_buttons_list {
    display: flex;
}
.btn.search-home {
  background: #2c3e50;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  padding: .3em .8em;
  margin: 6px auto;
}
.btn.search-home:hover {
  opacity: .9;
}
 .btn.search-home i {padding: 0 .3em 0 0;
}
body{
  line-height: inherit;
}
#block-search-form {
  position: relative;
  right: 0px;
  margin-top: 0.3em;
  margin-right: 0.5em;
  z-index: 100;
}

.btn.search-home {
  background: #2c3e50;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  padding: .3em .8em;
  margin: 6px auto;
}
.btn.search-home:hover {
  opacity: .9;
}
#block-search-form button > span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0 .3em 0 0;
  color: white;
}
 .btn.search-home i {padding: 0 .3em 0 0;}

@media screen and (min-width: 632px) and (max-width: 899px) {
  #ocf { display: none; }
}
@media screen and (min-width: 632px) and (max-width: 825px) {
  #ig { display: none; }
}
@media screen and (max-width: 637px){
.topnav a.icon {
    float: right;
    position: absolute;
    right: 44px;
    display: block;
    font-size: 1.5em;
/*    padding: 9px 14px;*/
 }
 .btn.search-home span {display: none;}
 .btn.search-home i {padding: 0 .3em;}
}

.datatype-content {
   display: none;
}

.mission-content {
   display: none;
}


.advanced-content{
   display: none;
}

.hide-content {
      display: none;
}

.subscription-content{
   display:none;
}
.divtable {
   display: table;
   width: 100%;
}

.divtableRow {
   display: table-row;
}

.divtableCell {
   display: table-cell;
   padding: 3px 3px 3px 3px;
   vertical-align: top;
}

.divtableDefaultRow {
   display: none;
}

.pageCenter {
   margin-top: 1.8rem;
   text-align: center;
}

.paginationFormSearch {
   display: inline-block;
}

.paginationFormSearch span {
   color: black;
   float: left;
   padding: 10px 20px;
   text-decoration: none;
   transition: background-color .3s;
   border: 1px solid #ddd;
   cursor: pointer;
}

.paginationFormSearch span.active {
   background-color: #4CAF50;
   color: white;
   border: 1px solid #4CAF50;
   cursor: pointer;
}


.paginationFormSearch span:hover:not(.active) {
   background-color: #ddd;
   cursor: pointer;
}


div.extendedPages {
   float: left;
   padding: 10px 20px;
}

#manyFiles {
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   background-color: #f0f7fb;
   border: solid 1px #3498db;
   border-radius: 6px;
   line-height: 18px;
   mc-auto-number-format: '{b}Note: {/b}';
   overflow: hidden;
   padding: 12px;
   display: none;
}


#backdays_button_wrapper {
   display: inline-block;
   white-space: nowrap;
   display: flex;
   width: 30%;
}

#backdays_button_wrapper button {
   margin-top: 10px;
   font-weight: bold;
   height: 30px;
   width: 50px;
   font-size: 20px;
   cursor: pointer;
   outline: none;
   padding: 0px 20px;
}

.date-type {
   margin-top: 12px;
}

.counterValue {
   height: 30px;
   min-width: 70px;
   margin-top: 10px;
   margin-left: 5px;
   margin-right: 5px;
   font-size: 16px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.date-disabled {
   color: gray !important;
}

.data-class-display {
   display: inline-block;
   padding-left: 20px;
}

label.align-label {
   margin-top: 10px;
}

input.align-radio {
   margin-bottom: 10px;
   margin-right: 0.4em;
}

.hide-date-type {
   display: none
}
