
/* Mobile Style */
@media screen and (max-width: 420px) {

    #isa-logo-header img {
      max-width: 290px !important;
    }
}

@media screen and (max-width: 600px) {

  .nav-tab-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column-reverse;
  }

  .nav-tab-wrapper a {
    padding: 8px 10px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .nav-tab-wrapper .nav-tab-active  {
    padding: 10px;
  }

  .form-table {
    margin-left: 0;
  }

  .mobile-removable {
    display: none;
  }
}


@media screen and (max-width: 760px) {

  #ch-conversation-container {
    flex-wrap: wrap;
  }

  #conversations-block {
    max-width: 700px !important;
    width: 100%;
    margin: 0;
  }

  #ch-no-message-overlay {
    font-size: 16px;
  }

  #conversations-block {
    background-color: #FAFAFA;
    height: 270px;
    border: 1px solid lightgray;
  }

  #ch-load-conv-container {
    overflow: hidden;
  }
  .single-conversation  {
    margin: 10px 10px;
  }

  .single-message {
    margin-bottom: 4px !important;
  }

  #ch-message-board {
    margin-left: 0 !important;
  }

  #ch-reply-block {
    margin-top: 10px;
    border: 1px solid lightgray;
    border-radius: 3px;
    height: 250px;
  }


}

/* Settings mobile */
@media screen and (max-width: 600px) {

  #ch-options-main-container {
    margin-right: 2% !important;
  }

  .ch-option-title {
    min-width: 0px !important;
    width: 100%;
  }

  .ch-option-block {
    margin-left: 0 !important;
  }

  .ch-inline-radio {
    margin-top: 20px;
  }

}

/* Request message mobile*/
@media screen and (max-width: 750px) {

  #ch-full-screen {
    display: none !important;
  }

  #the-list tr {
    display: flex !important;
    flex-direction: column;
  }

  .ch-requester-name, .ch-requester-subject {
    font-size: 15px;
  }

  .ch-requester-subject{
    font-weight: 600;
  }

  .row-actions {
    left: 0 !important;
  }

}

@media screen and (min-width: 601px) {

  #ch-mobile-screen {
    display: none !important;
  }

}
