input[type="number"] {
    -moz-appearance: textfield;
    font-size: inherit;
  }
  input[type="number"]::-webkit-inner-spin-button, 
  input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
  }
.verify {
    font-size: x-large;
}

.sectionlink {
    float: right;
    text-decoration: underline;
    color: blue;
}
/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}
/* Answers */
.divTableHeadAnswers {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;

    display: table-cell;
    padding: 3px 10px;
}
.divTableHeadAnswers:last-child {
    border-right: none;
}
.divTableHeadingAnswers {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableHeadingRowAnswers {
    display: table-row;
}
.answerTime {
    float: right;
    padding-right: 10px;
    font-size: smaller;
    font-style: italic;
    font-weight: normal;
}

.divTableRowAnswers {
    display: table-row;
    padding: 0px 10px;
    /*font-size: small;
    font-style: italic;
    border-top: 1px solid #999999;*/
    line-height: 1.2em;
    margin-top: 3px;
    
}
.divTableCellAnswersComment {
    display: table-cell;
    padding-left: 10px;
    font-weight: normal;
    font-style: italic; 
    font-size: smaller;
    /*border-bottom: 1px solid #999999;   */
}

.divTableRowAnswers:hover,
.divTableRowAnswers:focus {
    background-color: #f2f3ff;
}
.divTableRowAnswersInactive {
    display: table-row;
    font-style: italic;
    text-decoration: none;
    background-color: lightgray;
    color: inherit;
}
a.divTableRowAnswers {
    text-decoration: none;
    color: inherit;
}
.divTableCellAnswers {
    
    display: table-cell;
    
}
.divTableCellAnswers:last-child {
    border-right: none;
}
/* Answers end */
/* chat */
.divTableRowChat {
    display: block;
    padding: 0px 10px;
    line-height: 1.3em;
}
.divTableRowChat:nth-child(2n) {
    font-size: small;
    font-style: italic;
    border-top: 1px solid #999999;
    padding-top: 2px;
    line-height: 1.2em;
    margin-top: 3px;
}
.divTableRowChat:nth-child(2n+1) {
    color: blue;
    margin-bottom: -2px;
}
.divTableRowChat:hover,
.divTableRowChat:focus {
    background-color: #f2f3ff;
}
.divTableRowChatInactive {
    display: table-row;
    font-style: italic;
    text-decoration: none;
    background-color: lightgray;
    color: inherit;
}
a.divTableRowChat {
    text-decoration: none;
    color: inherit;
}
.divTableCellChat {
    
    display: table-cell;
    
}
.divTableCellChat:last-child {
    border-right: none;
}
/* chat end */
.divTableRow {
    display: table-row;
}
.divTableRow:hover,
.divTableRow:focus {
    background-color: #f2f3ff;
}
.divTableRowInactive {
    display: table-row;
    font-style: italic;
    text-decoration: none;
    background-color: lightgray;
    color: inherit;
}
a.divTableRow {
    text-decoration: none;
    color: inherit;
}
.divTableCell {
    border-right: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
}
.divTableCell:last-child {
    border-right: none;
}
.divTableHead {
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;

    display: table-cell;
    padding: 3px 10px;
}
.divTableHead:last-child {
    border-right: none;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableHeadingRow {
    display: table-row;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

/* DivTable end */

.error {
    color: red;
}





.tableRow {
    display: table-row;
    text-decoration: none;
    color: inherit;
    place-items: center;
    border: 2px solid #ccd2ff;
    border-bottom: none;
    cursor: pointer;
}
.tableRow:hover,
.tableRow:focus {
    background: #f2f3ff;
    outline: none;
}
.tableRow:last-child {
    border-bottom: 2px solid #ccd2ff;
}
.tableCell {
    padding: 18px;
    border-right: 2px solid #ccd2ff;
    display: table-cell;
}
.tableCell:last-child {
    border-right: none;
}



.headerRow {
    display: table-row;
    text-decoration: none;
    color: blue;
    place-items: center;
    border: 2px solid #ccd2ff;
    border-bottom: 2px solid #ccd2ff;
}

.header {
    font-weight: bold;
}

.table {
    display: table;
}
.choice {
    margin: 3px 3px 15px 5px;
}
input[type="submit" i] {
    background-color: rgb(137, 227, 255);
    border-radius: 10px;
    min-height: 40px;
    color: black;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: black;
}
html, body, .table-container {
    height: 100%;
 }
#chat_submit {
    min-height: 10px; 
    width: 50px; 
    font-size: x-small;
    margin-left: -57px;
    margin-top: -1px;
}

textarea {
    border-radius: 5px;
    font-size: medium;
    resize: none;
}

.section-content table {
    width: 100%;
    border: none;
    font-size: large;
}
.profile-icon {
    width: 50px;
    height: 50px;
    position: fixed;
    background-image: url('i_profile.png');
    /* background: no-repeat; */
    background-size: 100%;
    top: 1px;
    right :10px;
    z-index: 30;
}
.heading-toggler {
    display: block;
    transform: rotate(90deg);
    transition: all .25s linear;
}
.brsch-chevron-right:before{
    content: "\f104";
}
.brsch:before {
    font-family: brsch!important;
    font-style: normal;
    font-weight: 400!important;
    vertical-align: top;
}

.nextevent {

    position: relative;
}
.nextevent a {
    color: inherit;
    text-decoration: none;

}
#next_canceled {
    color: red;
    font-weight: bold;
    margin-top: -34px;
    transform: rotate(347deg);
    width: 3em;
    margin-left: 195px;
    font-size: xx-large;
    animation: blinker 3s linear infinite;
    /* animation: blinker 2s step-start infinite; */
    z-index: 15;
    position: absolute;
}

.blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
.section-icon {
    width: 16px;
    height: 16px;
    float: right;
    background-image: url('arrow_down.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /*top: 10px;*/
    right :10px;
    
    margin-top: 7px;
    
    transform: rotate(180deg);
    transition: all .25s linear;
   
}
#guests {
    appearance: none;
    padding: 3px 22px;
    border: none;
    border-radius: 5px;
    background-color: #ffffff;
    font-size: medium;
  }

.menu-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;


    margin: 0px;
    line-height: normal; 
    z-index: 20;
}
.menu-nav {
    display: flex;
    height: 40px;
    
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0px;
}
.menu-nav > :not(:first-child) {
    border-left: 1px solid rgb(173, 173, 173);
}

.menu-nav > a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    border-top: 3px solid transparent;
    border-bottom: 4px solid transparent;
    flex-grow: 1;
    background: #fbfbfb;
    text-decoration: none;
}
.menu-nav > a.active {
    border-bottom-color: black;
    color: black;
    background: #ffffff;
}

/* Styling for the title bar */
.title-container {
    position: fixed;
    width: 100%;
    top: 0px;
    margin: 0px;
    z-index: 20;
}
.title-bar {
    background-color: #333;
    color: #fff;
    padding: 2px 40px;
    text-align: center;

    line-height: normal; 

}
.title-bar h1 {
    font-size: 1.2em;
}

.title-link {
    text-decoration: none;
}
/*Funkar ej */

/*.title-link a:link { text-decoration: none; }
.title-link a:visited { text-decoration: none; }
.title-link a:hover { text-decoration: none; }
.title-link a:active { text-decoration: none; }
*/



/* Styling for the dropdown menu */
.dropdown {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}

/* Styling for the table and sections */
.table-container {
    max-width: 600px;
    margin: 123px auto;
    overflow: unset;
}

.section {
    background-color: #f1f1f1e3;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 10px;
}

/* Styling for the expand/collapse button */
.section-toggle {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
}

/*initial state none/block */
.section-content {
    display: block;
}
#section2 {
    max-height: 60vh;
    overflow: scroll;
}
body {
    font-family: "Open Sans", sans-serif;
    font-feature-settings: "lnum";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: black;
    margin: 0px;
}

body:before {


    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url(fbss.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
.bg {
    z-index: -10;
}

/* Media queries for responsiveness */
@media screen and (max-width: 600px) {
    .table-container {
        width: 96%;
        margin: 123px auto;
    }
}
