
/*************************************************************
    ----------------- DIVISION STYLES---------------------

    TODO: fix logo position and opacity, add mediaquery to resize logo for ultra small screens
     add more possible styles

     C2 make it a table
**************************************************************/
.styleD1 {
    /* DEFAULT RULE */
    width: 100%;
}

.styleD2 {
    display: inline-block;
    width: 100%;
}

    .styleD2:nth-child(odd) {
        background-color: #eef0f5;
    }

/*************************************************************
    ----------------- HEADER STYLES ----------------------
**************************************************************/

.styleH1 {
    border-bottom: solid;
    color: black;
    border-color: #c6c4c4;
    font-size: x-large;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    display: block;
}

.styleH2 {
    /* display: inline;
    width: 30%; */
    border-color: #c6c4c4;
    font-size: medium;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 5px;
    font-weight: bold;
    text-align: left;
    display: block;
    float: left;
}

.styleH3 {
    border-bottom: solid;
    border-color: #c6c4c4;
    font-size: x-large;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    display: block;
}

.styleH2 > i {
    padding-left: 40px;
}

.styleH2 > span {
    text-align: left;
}

.styleH3 {
    border-bottom: solid;
    border-color: #c6c4c4;
    font-size: x-large;
    color: rgba(0, 0, 255, 0.76);
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    display: block;
    font-family: Verdana, Geneva, sans-serif;
}

/*************************************************************
    ----------------- CONTENT STYLES ---------------------
**************************************************************/

.styleC1 {
    font-size: medium;
    margin: 10px 5px 10px 30px;
    display: block;
}

.styleC2 {
    text-align: right;
    font-size: medium;
    margin: 0px 5px 0px 30px;
    display: block;
    float: right;
}

.styleC3 {
    text-align: right;
    font-size: medium;
    margin: 10px 5px 10px 30px;
}

/*************************************************************
    ------------- Desktop/Large Screens ------------------
**************************************************************/
@media screen and (min-width: 22cm) {
    .logo {
        /*background: transparent url(/images/logo.jpg) no-repeat;*/
        display: block;
        width: 25%;
        height: auto;
        /*margin: 10px auto;*/
        float: left;
        /*filter: invert(100%);*/
        margin: 0px 10px 10px 10px;
        /*padding: 0px 0px 10px 10px;*/
    }

    .page {
        display: block;
        margin: 0 auto;
        margin-bottom: 0.5cm;
        margin-top: 0.5cm;
        box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    }

        .page[size="A4"] {
            width: 21cm;
            min-height: 29.7cm;
        }

            .page[size="A4"][layout="landscape"] {
                width: 29.7cm;
                height: 21cm;
            }

        .page[size="A3"] {
            width: 29.7cm;
            height: 42cm;
        }

            .page[size="A3"][layout="landscape"] {
                width: 42cm;
                height: 29.7cm;
            }

        .page[size="A5"] {
            width: 14.8cm;
            height: 21cm;
        }

            .page[size="A5"][layout="landscape"] {
                width: 21cm;
                height: 14.8cm;
            }

    .pageinnercontent {
        padding: 30px 50px 50px 50px;
        clear: both;
    }
}

/*************************************************************
    ------------- Mobile/Small Screens -------------------
**************************************************************/

@media screen and (max-width: 20cm) {
    .pageinnercontent {
        padding: 10px 20px 15px 20px;
        clear: both;
    }

    /* .courseTitle{
        margin: 10px 20px 15px 0px;
    } */

    .headcontainer {
        background: white;
        padding: 20px 40px 5px 20px;
        border-bottom: solid;
        border-color: #000;
        overflow: hidden;
    }

    .imgdivlogo {
        padding: 0px 0px 0px 10px;
    }

    .headtext {
        margin: 10px 15px 0px 5px;
        padding: 0px 5px 0px 5px;
    }
}

/* @media screen and (max-width: 740px){
    .Park{
        height: 80px;
        height: auto;
    }
} */

@media screen and (min-width: 20cm) {
    .imgdivlogo {
        display: block;
        float: left;
    }


    .headtext {
        margin: 10px 15px 0px 5px;
        padding: 0px 5px 0px 160px;
        display: block;
        /* float: right; */
    }



    .headcontainer {
        background: white;
        padding: 30px 40px 5px 40px;
        border-bottom: solid;
        border-color: #000;
        overflow: hidden;
    }
}

/* .courseTitle{
    padding: 40px 0px 0px 0px;
} */

/*************************************************************
    ----------------- OVERHEAD STYLES---------------------
**************************************************************/

/* blockquote > table:empty{
    display: none;
} */
img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

blockquote:empty {
    display: none;
}

input[type='checkbox'], input[type='submit'] {
    margin-left: 50px;
}

td {
    border-spacing: 5px;
}

.pagebackground {
    background-color: rgb(206, 206, 206);
}


.imgdivlogo > img {
    height: 80px;
    width: auto;
}

.headtext {
    color: black;
}

.courseTitle {
    border-color: #c6c4c4;
    font-size: 20pt;
}

.line {
    width: 100%;
    height: 47px;
    border-bottom: 1px solid black;
    position: absolute;
}

.page {
    background: white;
}

@media print {
    body, .page {
        margin: 0;
        /*box-shadow: 0;*/
    }

    a[href]:after {
        content: none !important;
    }
}

body {
    /* font-family: Verdana, Geneva, sans-serif; */
    font-family: OpenSans, sans-serif;
}

/* accordion style */

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 10px;
    margin-bottom: 0px;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.acpanel {
    width: 100%;
    padding-left: 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/***************************
    floating menus
***************************/
.floating-right, .floating-left {
    font-family: sans-serif;
    background: #b31e3b;
    padding: 5px;
    width: 250px;
    z-index: 100;
    position: fixed;
    border-radius: 7px;
    box-shadow: 5px 10px 18px #888888;
}

.floating-left {
    left: 10px;
}

.floating-right {
    right: 10px;
}

    .floating-right > *, .floating-left > * {
        display: block;
        margin: 0;
        color: white;
    }

    .floating-right span, .floating-left span {
        padding-left: 5px;
        border-radius: 1px;
    }

        .floating-right span:hover, .floating-left span:hover {
            transition: background-color 0.1s;
            background-color: white;
            color: #b31e3b;
            font-weight: 700;
        }

table {
    margin: 0%;
    display: block;
    overflow: hidden;
    border: none;
}

/* table { 
    table-layout:fixed;
}

td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
} */

/* 
  table{
      margin: 0px;
      padding: 0px;
      z-index: 100;
      position: static;
      overflow: visible;
      background-color: red;
  }

  table > *{
      overflow: visible;
  }

  table > * > *{
    overflow: visible;
} */
