/* CSS Document */


* {
    box-sizing: border-box;
}


[class*="col-"] {
    width: 100%;
}


@media only screen and (min-width: 640px) 
{
    .col-_2_5 {width: 2.5%;}
    .col-_5 {width: 5%;}
    .col-1 {width: 10%;}
    .col-2 {width: 20%;}
    .col-2_5 {width: 25%;}
    .col-3 {width: 30%;}
    .col-4 {width: 40%;}
    .col-4_5 {width: 45%;}
    .col-5 {width: 50%;}
    .col-6 {width: 60%;}
    .col-7 {width: 70%;}
    .col-7_5 {width: 75%;}
    .col-8 {width: 80%;}
    .col-9 {width: 90%;}
    .col-10 {width: 100%;}
}

@media print 
{
    body {
        color: black;
        background: white;
    }
    
    div {
        color: black;
        background: white;
    }
}


[class*="col-"] 
{
    float: left;
    padding: 15px;
}


.row::after 
{
    content: "";
    clear: both;
    display: table;
}


html 
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



.main_body
{
    color: rgb(100,100,100);
    background-color: rgb(150,150,150); 
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding:0px; 
    margin:0px;
}

img
{
    border:0;
}

.main_body_slide
{
    height: 100%;
    color: rgb(100,100,100);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding:0px; 
    margin:0px;
}

.content_div 
{
    width: 90%; 
    max-width: 1680px;
    background-color: rgb(255,255,255);
    z-index:5;
    overflow:auto;
    margin-right: auto;
    margin-left: auto;
}


.small_link_font
{
    font-size:12px; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight:100; 
    color: rgb(50,50,50); 
}


.shadowing {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 5px 10px  #888888;
}


h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(100,100,100);
}

tr { 
    page-break-inside:avoid; 
}

.slider
{
	overflow-y: hidden;
	max-height:4096px;
	transition: max-height .3s ease-in-out;
}

.slider.closed
{
	max-height: 0;
}

a
{
    text-decoration: none;
}

.card_div
{
    background-color: rgb(230,230,230);
    padding: 10px;
}

.announcements_div
{
    display:none;
}

input[type='reset']
{
    border: none;
    background-color: rgb(210,210,210);
    color: black;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

input[type='reset']:active
{
    background-color: rgb(130,130,130);
    font-size: 16px;
}

input[type='submit']:hover {
    background-color: rgb(60,130,63);
}

input[type='reset']:hover {
    background-color: rgb(170,170,170);
}

.buttonB:hover {
    background-color: #3e8e41;
}

.buttonG:active
{
    background-color: rgb(130,130,130);
}


input[type='submit']
{
    background-color: rgb(76,175,80);
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

input[type='submit']:active
{
    background-color: rgb(130,130,130);
}


.buttonN:hover
{
    background-color: rgb(0,100,0);
}

.buttonN:active
{
    background-color: rgb(130,130,130);
}

.buttonN
{
    background-color: rgb(50,150,50);
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.buttonC:active
{
    background-color: rgb(130,130,130);
}

.buttonC
{
    background-color: rgb(210,210,210);
    border: none;
    color: black;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.buttonReset
{
    border: none;
    background-color: rgb(210,210,210);
    color: black;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.buttonReset:active
{
    background-color: rgb(130,130,130);
    font-size: 16px;
}

.buttonReset:hover {
    background-color: rgb(170,170,170);
}

.buttonClose
{
    background-color: rgb(220,50,50);
    border: none;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.buttonClose:active
{
    background-color: rgb(130,130,130);
}

.buttonClose:hover
{
    background-color: rgb(150,0,0);
}


.table_fixed_header
{
    width: 90%;
    table-layout: fixed;
    border-collapse: collapse;
    border-width: thin; 
    border-style: solid;
    text-align:center; 

    display: block;
    height: 300px;
    overflow: auto;
}

.table_modified
{
    width: 90%;
    border-collapse: collapse;
    border-width: thin; 
    border-style: solid;
    text-align:left; 
}

.table_messaging
{
    width: 90%;
    table-layout: fixed;
    border-collapse: collapse;
    border-width: thin; 
    border-style: solid;
    text-align:center; 

    display: block;
    height: 300px;
    overflow: auto;
}


a
{
    text-decoration: none;
}

a:active
{
    text-decoration-line: underline;
}

.input-resp
{
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
}

.textarea-resp
{
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
}

.select-resp
{
    width: 100%;
    max-width: 200px;
    box-sizing: border-box;
}

/*Cookie Consent Begin*/
.cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
.cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 60px 0 10px;
}
.cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/
