﻿html, body {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#container {
    width: 100%;
    margin: 0 auto;
    border: 0;
    position: relative;
    background-color: #fff;
}

#header {
    padding: 5px 5px 5px 5px;
    background-color: #eee;
    text-align: left;
    position:relative;
}

    #header .title {
        font-size: 40px;
        display: inline-block;
        margin: 0 0 0 100px;
        padding: 0 0 2px 0;
        vertical-align: bottom;
        font-variant: small-caps;
        
    }

#logo{
    display:inline-block;
}

    #logo img {
        /* width: 250px; */
        max-height: 100px;
    }

#logout {
    position: absolute;
    right: 8px;
    bottom: 5px;
    cursor: pointer;
}

    #logout img {
        height: 20px;
    }

#infobar {
    position: absolute;
    right: 150px;
    bottom: 0px;
    font-size:12px;
}


#toolbar {
    clear: both;
    padding: 0 0;
    border-top: 1px solid #555;
    line-height: 200%;
    font-variant: small-caps;
}

    #toolbar input {
        margin: 0;
    }
    #toolbar img {
        vertical-align: bottom;
    }
    #toolbar label {
        margin-left: 20px;
        margin-bottom: 20px;
        display:inline;
    }
    #toolbar .search_button {
        margin-left: 20px;
    }


#content {
    clear: both;
    padding: 20px 0;
}

input{
    margin:10px;
}

#searchbox1, #searchbox2 {
    width: 40%;
    float: left;
    text-align: left;
    margin-left: 50px;
    border-bottom: 1px solid #aaa;
}

#txtSearchMeetings_Name, #txtSearchAttendees_Name{
    width:300px;
}

tbody {
}

th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.tableMain_div {
    margin: 20px auto 40px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    width: fit-content;
}

.tableMain {
    padding: 0;
    margin: 0 auto;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}

    .tableMain tr {
        padding: 0;
        margin: 0;
    }

    .tableMain th {
        color: white;
        background-color: #cf112d;
        padding: 5px 5px;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #555;
        z-index: 0;
    }

    .tableMain td {
        padding: 5px;
        font-size: 13px;
        border: 1px solid #555;
    }


.tableDetails {
    padding: 5px;
    margin: 20px auto 20px;
    border-spacing: 0;
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}
    .tableDetails tr {
        padding: 0;
        margin: 0;
    }
    .tableDetails th {
        color: white;
        background-color: #cf112d;
        padding: 5px 5px;
        font-weight: bold;
        font-size: 15px;
        border: 1px solid #555
    }
    .tableDetails td {
        padding: 5px;
        font-size: 13px;
        border: 1px solid #555
    }
        .tableDetails td.warning {
            color: red;
        }
        .tableDetails td.normal {
            font-weight:bold;
        }

.MeetingInfo{
    font-size:22px;
    
}

#loading_img {
    display: none;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
    z-index:1000;
}

#footer {
    width: 100%;
    margin: 20px auto 0;
    padding: 3px 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    background-color: #eee;
    text-decoration:none;
}


/* ************************************************************************ */
/* ****************** MEDIA QUERY ******************************************* */
/* ************************************************************************ */
@media only screen and (max-width: 800px) {


    #searchbox1, #searchbox2 {
        width: 100%;
    }

    h2{
        font-size:20px;
    }
    #header .title {
        font-size: 25px;
        margin: 0 0 0 50px;
    }

    #logo img {
        width: 200px;
    }

    #toolbar label {
        display: inline-block;
        margin-bottom: 5px;
    }

    
}
