@import url('../../../../css/segoe-ui-4.css');

.get-confirmation-id-container form#getConfirmationIdForm input[type=text] {

  padding: 10px;

  font-size: 17px;

  border: 1px solid grey;

  float: left;

  width: 80%;

  background: #fff;

  color:#000;

}



.get-confirmation-id-container form#getConfirmationIdForm button {

  float: left;

    width: 20%;

    padding: 10px;

    background: transparent;

    color: #000;

    font-size: 18px;

    font-weight: bold;

    cursor: pointer;

    background-color: #f1c40f;

    font-family: 'Segoe UI', sans-serif;

}

.get-confirmation-id-container form#getConfirmationIdForm button:hover{

    background: #ddd;

}



.get-confirmation-id-container form#getConfirmationIdForm button:disabled {

  background-color: #cccccc;

  cursor: not-allowed !important;

}

.get-confirmation-id-container form#getConfirmationIdForm::after {

  content: "";

  clear: both;

  display: table;

}

.get-confirmation-id-container label {

    display: block;

    padding: 0px;

    margin: 10px 0px;

    color: #f1c40f;

    font-weight: 700;

    font-size: 22px;

    font-family: 'Segoe UI', sans-serif;

    text-transform: uppercase;

}

.confirmation-id {

    display: table;

    width: 100%;

}

table#confirmationTableLabel {

    width: 80%;

    margin: 0 0 18px 0;

    padding: 0px;

}

table#confirmationTableLabel th,table#confirmationTableLabel td,table#confirmationTable th,table#confirmationTable td{

    font-weight: bold;

    font-size: 22px;

    font-family: 'Segoe UI', sans-serif;

    color: #184a8f ;

}

.confirmation-id table#confirmationTableLabel th {

    padding: 10px;

    font-size: 17px;

    border: 1px solid grey;

    background: #fff;

}

section.get-confirmation-id-container {

    background-color: #184a8f;

    padding: 20px;

}

.confirmation-id table#confirmationTable th {

    padding: 10px;

    font-size: 17px;

    border: 1px solid grey;

    background: #fff;

}

.confirmation-id table#confirmationTable td {

    padding: 10px;

    font-size: 17px;

    border: 1px solid grey;

    background: #fff;

    text-align: center;

}

.confirmation-id #confirmationTable{

    width: 80%;

    float: left;

}

.get-confirmation-id-container h1 {

    display: block;

    padding: 0px;

    margin: 10px 0px;

    color: #f1c40f;

    font-family: 'Segoe UI', sans-serif;

    font-weight: bold;

    font-size: 24px;

    border-bottom: 1px solid #f1c40f;

    text-transform: uppercase;

    margin-bottom: 42px;

}

.confirmation-id button{

    float: left;

    width: 20%;

    padding: 10px;

    background: transparent;

    color: #000;

    font-size: 18px;

    font-weight: bold;

    cursor: pointer;

    background-color: #f1c40f;

    font-family: 'Segoe UI', sans-serif;

}

.confirmation-id button:hover{

    background: #ddd;

}

.get-confirmation-id-container hr {

      margin: 30px 0px !important;

}

.get-confirmation-id-container hr::before {

    width: 100% !important;

    height: 1px !important;

}

.mobile-view{
    display: none;
  }
  .desktop-view{
    display: block;
  }

@media only screen and (max-width: 600px) {

  .get-confirmation-id-container form#getConfirmationIdForm input[type=text] {

    width: 100%;

    float: none;

  }

  .get-confirmation-id-container form#getConfirmationIdForm button {

    width: 50%;

    float: none;

  }

  .confirmation-id #confirmationTable {

    width: 100%;

    float: none;

  }

.confirmation-id button{

  width: 50%;

    float: none;

  }

  table#confirmationTableLabel {

      width: 100%;

  }

}

@media only screen and (max-width: 991px) {
  .mobile-view{
    display: block;
  }
  .desktop-view{
    display: none;
  }
}