/*
 *
 This permits to not use the clear when using column layout
 * */
div#pagecontent::after {
  content: " ";
  display: block;
  clear: both;
}

.insideTwoColumn {
  width: 50%;
  margin: 0;
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  float: left;
}

.insideOneColumn {
  display: block;
  vertical-align: top;
  margin: 0;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: .8rem;
  text-align: left;
  clear: both;
}

/*
 *
 This permits to not use the clear when using column layout
 * */
div.insideOneColumn::after {
  content: " ";
  display: block;
  clear: both;
}

.insideColumn {
  position: relative;
  padding: 6px 15px 5px;
  transition: background 0.1s;
}


.withBorder {
  position:relative;
  background: #fff;
  box-shadow: -2px 0px 0px #ea632a;
  /*z-index: 2;*/
}

.headColumn {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.buttonOnTop {
  float: right;
  position: relative;
  z-index: 1;
  padding: 2px;
  min-height: 16px;
  border-radius: 3px;
  border: solid 1px #f1f1f1;
  line-height: 100%;
  font-family: 'Open Sans', sans-serif;
}

.buttonOnTop a {
  text-decoration: none;
  display: inline-block;
}

.headColumn .buttonOnTop {
  float: none;
  white-space: nowrap;
}

.rowBorderTop {
  border-top: solid 1px #f1f1f1;
  padding: 6px 15px;
  background: #fff;
  box-shadow: 0 1px 0 #f1f1f1;
  display: block;
  position: relative;
  word-break: break-word;
}


.closeIcon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.sideIcon {
  display:flex;
}

.line_margin_bottom {
  margin-bottom: 8px;
  display: flex;
}

.list_render_50_nopad,
.list_render_50 {
  display: inline-block;
  width: 49%;
  padding: 1px 0;
  vertical-align: top;
}

.list_render_33 {
  display: inline-block;
  width: 33%;
}

.div_buttons {
  margin: 0;
}

.vertical_align{
  display: flex;
  align-items: center;
  justify-content: center;
}
.titleInside {
  padding-right: 14px;
  font-size: 17px;
  margin: 10px 0;
  word-break: normal;
  /*text-overflow: ellipsis;*/
  white-space: normal;
  /*overflow: hidden;*/
}
.titleInsideSmall{
  font-size: 15px;
  margin-top: 4px;
}
.titleInside,
.titleInsideSmall {
  padding-left: 14px;
  font-weight: bold;
  /*color: #003e90;*/
  color: #3e3c38;
}

.fount_big_logo {
  width: 45px;
  height: 45px;
  float: left;
  padding: 6px 17px 6px 6px;
}
.wubook_preinput_plus_minus{
  pointer-events: none;
  position: relative;
  left: 4px;
  display: inline-block;
  width: 0px;
  float: left;
  top: 4px;
  /*line-height: 20px;*/
}
.wubook_input_with_pre{
  padding-left: 12px;
}

.not_minus_150 select {
  width: 100%;
}

.not_minus_150_input input {
  width: 98%;
  padding-left: 1%;
  padding-right: 1%;
}

.ccontinentsS,
.ccontinents {
  display: inline-block;
}
.ccontinents {
  margin-right: 5px;
  min-width: 23%;
}
.ccontinents input {
  margin: 0 3px 0 0;
  vertical-align: middle;
}

.placeh {
  padding: 5px 0 5px 30px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.placeh .levati {
  width: 20px;
  padding: 0;
  height: 20px;
  border-radius: 12px;
  position: absolute;
  margin: 0;
  background-color: green;
  color: #fff;
  text-align: center;
  top: 5px;
  left: 0px;
}

.inside_col_trans,
.right_col_input,
.left_col_input {
  width: 29%;
  display: inline-block;
  vertical-align: middle;
}
.right_col_input {
  margin-top: 38px;
}
.edit_form {
    width: 100%;
}
/*tracking plugins*/
.insideThreeColumn {
  width: 32.5%;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
}
.insideThreeColumn:first-child {
  margin: 0;
  float: left;
}
.insideThreeColumn:last-child {
  margin: 0;
  float: right;
}
.box_row,
.flex_cont {
  display: flex;
  width: 100%;
  align-items: stretch;
}
/*tracking plugins*/
