  /*----- common -----*/
  .succes {
    color: green;
  }
  .error {
    color: red;
  }
  .required-icon {
    color: #ff812d;
  }
  .border_top_blue {
    border-top: #43a6df 1px solid;
  }
  .align_right {
    text-align: right;
  }
  .green {
    color: #00D084;
  }
  .grey {
    color: #888;
  }
  /*-----------------------------*/
  .container {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  /*-----------------------------*/
  .login_container, .info_bar {
    width: 100%;
    padding: 10px 30px 20px;
    margin-bottom: 20px;
    background-color: #F5F5F5;
    line-height: 1.6;
  }
  .info_bar {
    width: 400px;
    padding: 10px;
    flex-grow: 0;
  }
  .login_container {
    margin-right: 8px;
    color: #666;
    /*  font-size: 13px;*/
    /*  flex-grow: 1;*/
  }
  .login_container ol {
    margin-left: 1.5em;
    list-style: decimal;
  }
  .login_item {
    padding: 10px 0px;
    display: flex;
    /*  justify-content: space-between;*/
    align-items: center;
    line-height: 2;
  }
  .login_title {
    width: 30%;
    padding-left: 7px;
    font-size: 14px;
  }
  .login_input {
    width: 100%;
  }
  .login_icon {
    position: relative;
    width: 70%;
  }
  .login_icon i {
    position: absolute;
    font-size: 14px;
    color: #777777;
  }
  .login_icon_user {
    left: 14px;
    top: 17px;
  }
  .login_icon_password {
    left: 14px;
    top: 10px;
  }
  .login_icon_channel {
    left: 14px;
    top: 10px;
  }
  .login_submit {
    /*  max-width: 390px;*/
    width: 60%;
    margin: 0 auto;
  }
  .login_menu {
    padding: 5px 0px;
    margin: 30px 0px 20px;
    text-align: center;
    background-color: #FFFFFF;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
  }
  .login_menu_item {
    padding: 0px 5px;
  }
  .login_channel_title {
    display: flex;
    align-items: center;
  }
  .login_chatters {
    display: flex;
    justify-content: center;
  }
  .login_desc {
    width: 80%;
    padding: 0px 10px 5px 25px;
    margin: 25px auto 0px;
    border: 1px dashed #cccccc;
    line-height: 16px;
    font-size: 11px;
    color: #777777;
  }
  .login_desc i {
    position: relative;
    top: 17px;
    left: -20px;
  }
  .login_desc div {
    margin-bottom: 10px;
  }
  .rank_star {
    position: relative;
    top: -5px;
    font-size: 5px;
    color: #FFC400;
  }
  /*----- chat help -----*/
  .login_container_help {
    width: 100%;
    margin-right: 8px;
    background-color: #ffffff;
  }
  .login_container_item {
    margin-bottom: 5px;
  }
  /*----- user personal data -----*/
  .user_status {
    position: relative;
    top: -6px;
    padding: 1px 2px;
    border: 1px dashed #ccc;
    color: #888;
    font-size: 10px;
  }
  /*----- spy -----*/
  .spy {
    display: flex;
    flex-direction: row;
  }
  .spy_lines {
    width: 70%;
  }
  .spy_chatters {
    width: 30%;
  }
  /*----- select -----*/
  .select-wrapper select {
  -webkit-appearance: none;
    padding-left: 15px;
  }
  .select-wrapper {
    position: relative;
  }
  .select-wrapper svg {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    fill: #888;
    pointer-events: none;
  }
  .styled-select select {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
  }
  /*----- Table -----*/
  .info_table, th.title
  {
    font-size: 12px;
    /*  font-weight: 700;*/
  }
  .menuBoxTitle
  {
    font-weight: bold;
    /*  color: #fd0;*/
  }
  .row_odd
  {
    background-color: #FFFFFF;
  }
  .row_even
  {
    background-color: #F9F9F9;
  }
  .rank_star_th {
    padding-right: 5px;
    text-align: right;
    white-space: nowrap;
  }
  /*----- frameset -----*/
  .chatter_item {
    height: 100%;
    padding: 0px 0px 10px 10px;
/*    margin-right: 8px;*/
    margin-bottom: 20px;
    border-top: #43a6df 1px solid;
    line-height: 1.6;
    color: #666;
    background-color: #F5F5F5;
  }
  .chatter_line {
    padding: 10px;
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #666;
    background-color: #FCFCFC;
    text-align: justify;
  }
  #chatter_input, #chatter_select {
    padding: 10px 0 0;
    border: none;
    background: #F5F5F5;
    background-color: #F5F5F5;
  }
  #chatter_input {
    padding-bottom: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
  #chatter_input:focus  {
    background-color: #F5F5F5;
  }
  .chatter_container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    font-size: 12px;
  }
  .chatter_item_1, .chatter_item_2 {
    height: auto;
  }
  .chatter_item_1 {    /*input params 1st column*/
    min-width: 510px;
    margin-right: 5px;
  }
  .chatter_item_2 {    /*input params 2st column*/
/*    padding-left: 0px;*/
    padding-top: 15px;
  }
  .chatter_item_2 td {
    padding-left: 0px;
  }

  .chatter_item label {
    padding-right: 3px;
    font-size: 12px;
  }
  .chatter_item select {
    width: 120px;
    padding-left: 15px;
    margin-right: 5px;
    font-size: 12px;
  }
  .chatter_item i{
    font-size: 20px;
    color: #FFD43B;
  }
  .chatter_text {
    margin-top: 15px;
  }
  .chatter_text input{
    width: 90%;
    font-size: 12px;
  }
  .chatter_submit {
    width: 70%;
  }
  .chatter_menu {
    height: 100%;
  }
  .chatter_menu ul {
    list-style: none; /* Remove default bullets */
  }
  .chatter_menu ul li::before {
    content: "\2022"; 
    color: #3f7796;
    display: inline-block;
    width: 1em;
  }
  /*----- media -----*/
  @media screen and (max-width: 800px) {
  .container {
      flex-direction: column;
    }
    .login_container, .info_bar {
      width: 100%;
      margin: 0px 0px 20px 0px;
      border-top: #43a6df 1px solid;
    }
    .login_item {
      width: 100%;
      flex-direction: column;
    }
    .login_title {
      width: 100%;
    }

    /*.login_submit input[type="submit"] {
    width: 100%;
    }*/
    .login_input, .login_icon, .login_desc {
      width: 100%;
    }
  }
