.header {
  background: #fff;
  color: #f1f1f1;
  position: fixed;
  top: 0;
  width: 100%;
  height:108px;
  padding-top:24px;
  padding-bottom:24px;
  padding-left:24px;
  z-index:1000;
  /* border-bottom:1px black solid;
  border-top:1px black solid; */
}

.portal-content {
  margin-top:108px;
  background-color: #f1f5f8;
  padding: 16px;
  flex: 1 1 auto;
  display: flex;
  flex-flow: column;
}
body{
  font-size:12px;
}

.sticky + .content {
  padding-top: 102px;
}

.logo-svg{
  background: url("logo.svg");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    padding: 0;
    width: 140px;
    height: 55px;
    text-decoration: none;
    background-position:left
}

#header-text{
  color:#000;
  margin-bottom:0px;
  margin-left:20px;
}

.page-wrapper{
  display: flex;
  flex-flow: column;
  height: 100%;
}


.info-panel{
  /* height:50px; */
  /* display:flex;
  flex-flow:row; */
  /* align-items:center; */


}

.document-panel{

  /* display:flex;
  flex-flow:row; */


}

.document-thumbnail{


}

.document-container:not(:first-child){
  margin-left:20px;
}

.pay-panel{


}

.passenger-panel{


}

input[type=text]::-webkit-input-placeholder {
    color:grey;
}

input[type=text]::-moz-placeholder {
    color:grey;
}

input[type=text]::-ms-placeholder {
    color:grey;
}

input[type=text]::placeholder {
    color:grey;
}


.panels-wrapper{
  flex: 1 1 auto;
}

.panel-row{
  margin-top:25px !important;
}

.bottom-panels{
  margin-bottom:30px;
}

.question-panel{
  height:230px !important;
  background-color:rgba(57, 57, 66, 0.95) !important;
  margin-bottom:30px !important;
}



.modal {
  margin:0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background:none;}

  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }

    .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0; }

.panel-break{
  margin-top:0px;
  margin-bottom:10px;
  opacity:1;
}
