/* HOME PAGE */
#free-quote {
  height: 100px;
  width: 450px;
  display: block;
  line-height: 100px;
  background-color: #f89a26;
  font-size: 28px;
  color: white;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  margin: 50px auto 0 auto; }

#user-info {
  display: block;
  margin: 10px 20px 0 0; }

#user-info p {
  padding: 0;
  text-align: right; }

#free-quote:hover {
  background-color: #0388cc;
  text-decoration: none;
  cursor: pointer; }

/* OPEN ASSIGMENT */
.bold {
  font-weight: bold; }

.name-and-email-row {
  line-height: 40px;
  height: 40px; }

/* INDEX */
#page-intro {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 80px;
  color: #3c3c3c;
  line-height: normal; }

#follow-steps {
  margin: 120px 0 50px 0;
  font-size: 1.8rem;
  text-align: center;
  color: #0a3fab;
  line-height: normal; }

#steps-container {
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  background-color: #fafafa;
  border: 2px solid #aaa;
  padding: 50px 0; }

#steps-container div.single-step {
  width: 230px;
  min-height: 230px;
  float: left;
  margin: 0 40px;
  padding: 20px;
  border-radius: 5px; }

#steps-container .step-caption {
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  margin: 30px auto 35px auto;
  text-align: center; }

div.step-image {
  margin: 0 auto;
  display: flex;
  justify-content: center; }

div.step-content {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 0.9em; }

div.step-image img {
  height: 50px;
  text-align: center;
  margin: 0 auto; }

#steps-container div#step1 {
  cursor: pointer;
  background-image: linear-gradient(135deg, #2ee5fc 0%, #3179f6 100%); }

#steps-container div#step2 {
  background-image: linear-gradient(135deg, #81FBB8 10%, #28C76F 100%); }

#steps-container div#step3 {
  background-image: linear-gradient(135deg, #FDEB71 10%, #F8D800 100%); }

/* TICKET TABLE */
#paypal_holder {
  width: 680px;
  background-color: whitesmoke;
  border: 2px solid #cecece;
  margin: 0 auto 20px;
  padding: 20px 0 0 0;
  box-sizing: border-box; }

#paypal_sdk {
  max-width: 400px;
  margin: 0 auto; }

#paypal_message {
  width: 100px;
  background-color: #b7f6b7;
  border: 2px solid #64e064;
  margin: 20px auto;
  padding: 10px;
  box-sizing: border-box;
  color: #035b03;
  text-align: center;
  display: none; }

#ticketTable {
  width: 100%;
  margin-bottom: 10px; }

#ticketTable tbody {
  cursor: pointer; }

#ticketTable thead tr, #ticketTable tbody tr {
  height: 50px;
  line-height: normal; }

#ticketTable thead tr th {
  border: 1px solid #333;
  background-color: #666;
  color: white;
  width: 25%; }

#ticketTable thead tr td {
  border: 1px solid #333;
  background-color: red;
  color: white; }

#ticketTable tbody tr td {
  border: 1px solid #333; }

span.price_not_set {
  color: #333;
  font-weight: bold; }

span.paid_text {
  color: darkgreen;
  font-weight: bold; }

span.not_paid_text {
  color: #ee6405;
  font-weight: bold; }

/* TICKET VIEWER */
span.h1-assigment-number {
  color: #0a3fab; }

#ticketInfo {
  width: 1000px;
  margin: 0 auto;
  background-color: aliceblue;
  border: 2px solid #96c8f5;
  padding: 20px; }

p.ticketNameAndMail {
  text-align: center;
  color: #333;
  margin-bottom: 40px; }

p.ticketNameAndMail span {
  display: inline-block; }

p.ticketNameAndMail span.name {
  font-weight: bold;
  color: darkblue; }

span.messages-caption {
  font-weight: bold;
  font-size: 1.3rem; }

span.form-error {
  font-size: 1rem;
  padding: 10px 0;
  color: orangered;
  display: inline-block; }

#ticketInfo tr td.captionStatus {
  font-weight: bold;
  padding-right: 20px;
  color: #0a3fab;
  line-height: normal; }

#ticketInfo tr td.order-details-caption {
  padding-top: 40px;
  font-weight: bold; }

#ticketInfo tr td.order-details-title {
  color: darkorange;
  font-weight: bold; }

#ticketThread {
  margin: 40px auto 0;
  width: 1000px; }

#ticketThread .header {
  height: auto;
  margin-bottom: 20px; }

.thread-event {
  margin-bottom: 10px; }

#ticketInfo tr {
  height: 50px;
  line-height: normal; }

#paypal_message {
  width: 90%; }

.thread-body {
  margin-left: 20px; }

.thread-entry {
  margin-top: 30px;
  font-size: 1.1em;
  background-color: antiquewhite;
  padding: 20px;
  border: 2px solid #f6bc6e; }

.thread-entry p {
  font-size: revert;
  margin-bottom: 10px; }

.response {
  background-color: #e0f2fb;
  border: 2px solid #4abdf6; }

.thread-body .attachments {
  margin-top: 20px; }

.thread-body .attachments .filesize {
  margin-left: 20px; }

.thread-body .attachments .filename {
  color: #0006ff; }

#reply {
  width: 1000px;
  margin: 40px auto 0 auto; }

#reply h2 {
  color: #0a3fab; }

#reply textarea {
  width: 100%; }

.postReplyButton {
  width: 1000px;
  cursor: pointer; }

.postReplyButton:hover {
  background-color: #cacaca; }

/* FAQ */
#faq-header {
  margin: 80px 0 30px 0;
  font-size: 1.8em;
  line-height: normal; }

.faq-category {
  height: 60px;
  line-height: 60px;
  font-size: 1.4em;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  border-radius: 3px; }

.faq-category-step1 {
  background-color: #2ee5fc;
  border: 3px solid #0ccbe3; }

.faq-category-step2 {
  background-color: #81FBB8;
  border: 3px solid #4de08e; }

.faq-category-step3 {
  background-color: #FDEB71;
  border: 3px solid #dec831; }

.faq-content {
  margin: 0 auto; }

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc; }

.faq-question-last {
  margin-bottom: 50px;
  border-bottom: none; }

.panel-title {
  font-size: 24px;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 60px;
  display: block;
  cursor: pointer; }

.panel-content {
  font-size: 20px;
  padding: 0 14px;
  margin: 0 40px;
  line-height: 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  font-weight: normal;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease; }

.panel-content span.short-answer {
  color: darkgreen;
  font-weight: bold; }

.panel-content span.long-answer {
  color: orange;
  font-weight: bold; }

.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 30px 14px 14px; }

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease; }

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.panel {
  display: none; }

/*# sourceMappingURL=new-styles.css.map */
